A.ttpreview {
	background: url('../res/bullet-no.gif') no-repeat center center;
	padding: 6px;
	display: block;
	float: left;
	width: 8px;
	height: 8px;
}

.ttp-list A.act,
A.ttpreview:hover {
	background-image: url('../res/bullet-ac.gif');
}

.ttp-list .thumbnail {
	background-color: white;
	padding: 2px;
	position: absolute;
	top: -110px;
	left: 0px;
	width: 106px;
	height: 106px;
}

.ttp-list .thumbnail .inner {
	background: white url('../res/clear.gif') no-repeat center center;
	border: 1px solid #ddd;
	padding: 2px;
	width: 100px;
	height: 100px;
}

.ttp-list {
	width: 450px;
/* 	position: relative; */
}

.ttp-list-logo {
/* 	float: right; */
	width: 140px;
	height: 33px;
	background: transparent url('../res/logo-designer.png') no-repeat center center;
/* 	margin-top: -10px; */
/* 	margin-right: 5px; */
	position: absolute;
	right: 0px;
	bottom: 30px;
	right: 40px;
}

.ttp-list .dots {
	position: absolute;
	bottom: 32px;
	width: 350px;
}

.ttp-single .details {
	width: 300px;
	float: left;
}


.ttp-single H1.cat-title {
	font-weight: normal;
	font-size: 20px;
	font-family: 'Times New Roman', serif;
	text-transform: uppercase;
	margin-top: 0;
	padding: 0;
	margin-bottom: 30px;
}

.ttp-single H2.prod-title {
	font-weight: normal;
	margin: 0;
	line-height: 16px;
	font-size: 11px;
	padding: 0;
}

.ttp-single P.prod-note {
	margin-top: 0;
	height: 50px;
}

.ttp-single .buy {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	margin: 20px 0px;
	padding: 30px 0px;
}

.ttp-single INPUT.qty {
	border: 1px solid #e4e4e4;
	margin: 0px 15px;
}

.ttp-single .price {
	font-weight: bold;
}

INPUT.submit,
FORM .submit,
.ttp-single .submit,
.ttp-basket .submit,
.ttp-basket INPUT.submit,
.ttp-single INPUT.submit {
	color: white;
	background-color: #9e9e9e;
	border: 1px solid #9e9e9e;
	text-transform: uppercase;
	font-size: 9px !important;
	font-size: 9px;
	line-height: 9px !important;
	line-height: 9px;
	height: 18px;
	vertical-align: middle;
}

.ttp-single INPUT.submit:hover {
	background-color: #626262;
	cursor: pointer;
}

.ttp-single .recommend {
	margin-top: 20px;
	line-height: 15px;
	font-size: 9px;
}

.ttp-single A.ecard {
	color: #9e9e9e;
	text-decoration: none;
	text-transform: uppercase;
}

.ttp-single A.ecard:hover {
	color: black;
}

.ttp-single .image .list .thumb {
	display: block;
	float: left;
	width: 58px;
	height: 58px;
	background-color: white;
	border: 1px solid white;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center center;
}

.ttp-single .image .list {
	background-color: #e4e4e4;
	padding: 5px 0px 5px 5px;
	overflow: auto;
	float: right;
	position: relative;
	z-index: 12;
}

.ttp-single .image .sup-list {
	position: relative;
	z-index: 11;
	height: 70px;
	float: right;
}

.ttp-single .image .sup-list A.more {
	text-transform: uppercase;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	line-height: 15px;
	font-size: 9px; 
	z-index: 11;
}

.ttp-single .image {
	width: 615px;
	height: 330px;
	float: right;
	background-repeat: no-repeat;
	background-position: center -20px;
	margin-bottom: 15px;
	position: relative;
}

.ttp-single .image .overlay {
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	position: absolute;
	background: transparent url('../res/clear.gif') no-repeat center center;
	z-index: 9;
}

.ttp-single .image .list .thumb:focus { outline: none; }

.ttp-single .bought A {
	color: black;
}

.ttp-single .bought {
	padding-top: 10px;
}

.ttp-slide {
	position: relative;
	width: 435px;
	height: 300px;
}

.ttp-slide .overlay1, 
.ttp-slide .overlay2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 435px;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center -20px;
}

.ttp-slide .overlay1 {
	z-index: 10;
}

.ttp-slide .overlay2 {
	z-index: 11;
}