#container-shop {
	top:150px;
	margin:0;
	margin-bottom:50px;
	display:block;
	border-bottom:1px solid #999900;
	position:relative; 
	width:100%;
}

#item{margin-bottom:100px;}
#item h2{
	font:normal bold 48px/80px "Georgia",Times,"Times New Roman", serif;
	color:white;
	text-align:center;
}

.item{
	background-color:white;
	border:1px solid #990000;
	width:705px;
	margin: auto;
	margin-bottom:10px;
	padding:30px 0 30px 0;
}

.item-center {
	background-color:white;
	border:1px solid #990000;
	width:705px;
	margin: auto;
	margin-bottom:10px;
	padding:30px 0 30px 0;
	color:black;
	text-align:center;
	font-size:11px;
}

.item-image{
width:265px;
float:right;
font:normal bold 16px/22px "Georgia",Times,"Times New Roman", serif;
color:black;
text-align:center;
margin-right:10px;
margin-top:20px;
}
.item-image img{

}
.item-image span{
display:block;
text-align:center;
}

.item-details{
margin:0px 12px 0px 40px;
width:374px;
background:url(/images/shop-item-bg.gif) repeat-y;
}

.item-details em{
margin-right:80px;
color:white;
font:normal normal 14px/30px "Georgia",Times,"Times New Roman", serif;
text-align:right;
display:block;

}

.item-details-images{
float:left;
width:120px;
text-align:center;
}


.item-details img{
margin:0px 15px 0px 15px;
padding:0;
border:1px solid #990000;
}

.item-details img:hover{
border:1px solid white;
}

.item-description{
float:left;
width:248px;
min-height:280px;
margin-bottom:30px;
background:white;
border:1px solid #990000;
}

.item-description h3{
font-size:11px;
padding:25px 20px 15px 25px;
}

.item-description p{
font-size:11px;
padding:0px 20px 15px 25px;
}

.shipping-info {
	background-color:#990000; 
	color:white;
 	border:1px solid #990000; 
	width:705px;
	margin: auto;
	margin-bottom:10px;
}

.shipping-info p {
	padding:25px 45px 25px 45px;font-size:10px;
}

.shipping-info p a {
	color:white; text-decoration:underline;
}
.shipping-info p a:hover {
	background-color:white; color:#990000; text-decoration:none;
}

#item select{width:157px;}