@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	background: url(../images/bck.jpg) top left repeat-x #fff;
	color: #480234;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
h1, h2, h3 {
	font-weight: normal;
	color: #4a0536;
}
h1, h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
a {
	color: #ab5190;
	text-decoration: none;
}
.recommended .item {
	font-size: 12px;
}
.amount {
	color: #d40099;
}
.item .check {
	font-weight: bold;
}
#wraper {
	width: 750px;
	margin: 0px auto;
}
#left {
	width: 213px;
	float: left;
}
#footer {
	clear: both;
	float: none;
	font-size: 14px;
	color: #ab5190;
	padding-top: 10px;
}
#left ul,
#header ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#left ul {
	background: url(../images/leftUlBck.png) bottom no-repeat;
	padding-bottom: 5px;
}
#header ul li{
	display: inline-block;
}
#left ul li{
	padding: 0px;
	margin: 0px;	
	background: url(../images/leftLiABck.png) repeat-y;	
}
#left ul li a{
	font-size: 17px;
	padding-left: 10px;
}
#left ul li a:hover{
	color: #d40099;
}	
#header ul li a {
	display: inline-block;
	height: 48px;
	width: 150px;	
	background: url(../images/linkBck.jpg) no-repeat #a64c8b;
	color: #fff;
	text-align: center;
	line-height: 48px;
}
#header ul li a:hover {
	background-image: url(../images/linkBckOver.jpg);
}
#left h2 {
	background: url(../images/leftH2Bck.png) no-repeat;
	line-height: 39px;
	padding-left: 10px;
	margin-bottom:0px;
}
#content {
	margin-left: 220px;
	background: url(../images/contentBck.png) repeat-y;	
}
#content p{
	padding: 0px 10px;
	text-align: justify;
}
#content h2{
	padding: 0px 10px;
}
#content  h1, 
#content  hr.superseparator {
	padding: 0px;
}
#content  h1 {
	background: url(../images/h1Bck.png) no-repeat;
	line-height: 40px;
	padding-left: 10px;
}
.superseparator {
	background: url(../images/contentEndBck.png) no-repeat;
	border: none;
	height: 5px;
}
img.top {
	margin-left: 7px;
	margin-top: 15px;
}
.recommended {
	/*border: 1px solid pink;*/
	background: url(../images/recommendedBck.png)  repeat-y  bottom  #f0dcea;
	padding-bottom: 5px;
}
.recommended .item {
	/*margin: 7px;*/
	width: 201px;
	margin: 5px;
	clear: both;
	float: left;
	/*border: 1px solid pink;*/
	background: url(../images/itemBck.png) no-repeat bottom #f8f8f8;
}
.recommended .item h3 {
	background:url(../images/itemH3Bck.png) no-repeat;
	line-height: 24px;
	margin: 0px;
	padding-left: 5px;
}
.recommended .item .thumb {
	float: left;
	margin: 5px; 
}
.recommended .readmore {
	float: none;
	display: block;
	clear: both;
	background: url(../images/readmoreBck.png) no-repeat;
	width: 203px;
	height: 46px;
	margin: auto;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.recommended .readmore:hover {
	background-image: url(../images/readmoreBckHover.png);
}
.recommended .producer,
.recommended .price,
.recommended .shop,
.recommended .check {
	margin-left: 140px;
}
.recommended .check {
	display: block;
	/*margin-top: 90px;*/
	background: url(../images/checkBck.png) no-repeat #fff;
	line-height: 22px;
	padding-left: 5px;
}
.recommended .check:hover {
	color: #d40099;
}
.recommended .price .amount {
	display: inline-block;
	clear: left;
	float: none;
}
#mpp {
	margin-top: -18px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 16px;
	float: right;
	font-weight: bold;
}
#mpp a {
	color: #000;
}
.point {	
	font-size: 16px;
	font-weight: bold;
	color: #96181e;
}






#content .item {
	/*margin: 7px;*/
	width: 166px;
	margin: 5px;
	float: left;
	clear: none !important;
}
#content .item .producer,
#content .item .price,
#content .item .desc,
#content .item .shop,
#content .item .check {
	/*margin-left: 210px;*/
	margin-left: 0px;
}
#content .item .check {
	background: url(../images/checkBck.png) no-repeat;
	font-size: 11px;
	display: block;
	/*margin-top: 90px;*/
	line-height: 22px;
	padding-left: 5px;
	
}
#content .item h3 {
	font-size: 16px;
	color: #ab5190;
}


#content .item_ext {
	/*margin: 7px;*/
	width: 500px;
	margin: 5px;
	float: left;
	/*border: 1px solid pink;*/
}
#content .item_ext h3 {
	margin: 0px;
	padding-left: 5px;
	font-size: 18px;
}
#content .item_ext .thumb {
	float: left;
	margin: 5px; 
}
#content .item_ext .readmore {
	float: none;
	display: block;
	clear: both;
	background: url(../images/readmoreBck.png) no-repeat;
	width: 203px;
	height: 46px;
	margin: auto;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
#content .item_ext .readmore:hover {
	background-image: url(../images/readmoreBckHover.png);
}
#content .item_ext .producer,
#content .item_ext .price,
#content .item_ext .desc,
#content .item_ext .shop,
#content .item_ext .check {
	margin-left: 260px;
}
#content .item_ext .desc {
	margin-top: 5px;
	text-align: justify;
}
#content .item_ext .check {
	background: url(../images/checkBck.png) no-repeat;
	font-size: 12px;
	display: block;
	/*margin-top: 90px;*/
	line-height: 22px;
	padding-left: 10px;
	font-weight: bold;
	margin-top: 5px;
}
#content .item_ext .check:hover {
	color: #d40099;
}
#content .item_ext .price .amount {
	display: inline-block;
	clear: left;
	float: none;
}

.itemseparator {
	display: block; 
	float: none;
	width: 500px;
	clear: right;
}
.logos {
	width: 100%;
}
.logos td {
	width: 50%;
	text-align: center;
}
.logos td  a img{
	border: none;
}
.sizes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*border: 1px solid pink;	*/
	border-collapse: collapse;
	width: 520px;
	margin: 10px auto;
}
.sizes td {
	background: #fff;
	border: solid 1px #f8f8f8;
}