#shop{
	float:left;
	background:#6E635E url(../img/shop_top.gif) no-repeat top;
	margin:11px 0 11px 17px;
	width:735px;
}
* html #shop{
	margin:11px 0 11px 8px;
}
#shop #left{
	width:133px;
	padding:12px 18px 0 18px;
	float:left;
}

#shop #left select{
	font-size:11px;
}

#shop .left{
	float:left;
	margin:20px 0 0 0;
	background:#433A35;
}
#shop .right{
	float:right;
	padding:0 11px 0 11px;
	margin:20px 0 0 0;
	width:271px;
	background:#6E635E;
}

#shop #middle{
	width:243px;
	background:#594F4A;
	color:#D8D8D8;
	padding:0 15px 0 15px;
	float:left;
}
#shop #middle p{
	margin:0;
}
#shop #bottom{
	clear:both;
	border-top:1px solid #1D1A21;
	width:735px;
	height:28px;
	background:url(../img/bottom2.gif) no-repeat;
}
div.img{
	width:70px;
	/*height:69px;*/
	float:left;
	/*background:url(../img/img.gif) no-repeat;*/
	margin:0 9px 9px 0;
}
.right div.img{
	background:url(../img/img2.gif) no-repeat;
}
b#discs{
	padding:0 0 0 11px;	
}
#shop .right ul{
	margin:0;
	padding:9px 0 0 0;
	list-style-type:none;
	color: #ffffff;
}
#shop .right ul li{
	padding:2px 0 4px 11px;	
	background:#594F4A;
}
#shop .right ul li a {
	font-size:11px;
	font-weight:bold;
	color:#FA299D;
	padding:0 10px 0 0;
	text-decoration:none;
}
#shop .right ul li.odd{
	background:#473D38;
}
#shop .right ul span{
	color: #9F9E9F;
}
a.next:link, a.next:active, a.next:visited{
	font-size:11px;
	font-weight:bold;
	color:#FA299D;
	background:url(../img/next.gif) no-repeat right;
	padding:0 10px 0 0;
	text-decoration:none;
}
a.next:hover{
	font-size:11px;
	font-weight:bold;
	color:#FA299D;
	background:url(../img/next.gif) no-repeat right;
	padding:0 10px 0 0;
	text-decoration:underline;
}
.right a.next:link, .right a.next:active, .right a.next:visited{
	background:url(../img/next2.gif) no-repeat right;
}
.right a.next:hover{
	background:url(../img/next2.gif) no-repeat right;
}

