#basket-block{
	width:151px;
	border:1px solid #d9c9b4;
	border-radius:8px;
	position:relative;
	z-index:1;
	height:80px;
	background:#faf9f7;
}

#basket-block div.wrap{
	padding:3px 12px;
	
}
#basket-block table{
	margin-top:5px;
	margin-bottom:3px;
}

#basket-block td.num-info{
	color:#7c7c7c;
	font-size:11px;
}

#basket-block a{
	color:#744c31;
	font-size:12px;
}

#basket-block a:hover{
	text-decoration:none;
}

#basket-block  td div.sum{
	color:#ff8900;
	font-size:20px;
	margin-left:7px;
}

#basket-block div.title{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase; 
	padding-left:34px;
	background:url(images/b.png) no-repeat;
	height:21px;
	color:#4f4e4e;
	padding-top:3px;
}


.basket-gold-bg{
	padding:13px 5px;
	background:url(images/basket-bg.png);
	color:#7f6b52;
	font-size:11px;
	text-shadow:1px 1px 1px #fff;
}

#basket-center{
	height:65px;
	background:url(images/basket-cbg.png) no-repeat;
}

#basket-bottom{
	padding:8px 13px;
	border-radius:0px 0px 8px 8px;
}

#basket-top{
	text-align:center;
}

#basket-top span{
	font-size: 18px;
	line-height: 15px;
	position: relative;
	top: 2px;
	margin:0px 4px;
}



#basket-center a{
	color:#6d5b44;
	font-size:15px;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
}