#content-shop{
	width: 775px;
	padding: 5px;
	float: left;
}
#right-box-shop{
	width: 200px;
	float: right;
}
#right-box-shop ul{
	margin: 0px;
	padding: 0px;
}
#right-box-shop li{
	width: 200px;
	display: block;
}
#content-shop li{
	display: block;
	height: 100px;
	padding: 10px 0px 10px 0px;
	margin: 6px;
	border-bottom: 1px solid #c3c3c3;
}
#content-shop .item-photo{
	display: block;
	width: 100px;
	height: 100px;
	border: 4px solid #353131;
	float: left;
}
#content-shop .item-photo:hover{
	border: 4px solid #fdc20d;
}
#content-shop .item-cont{
	padding: 5px;
	width: 580px;
	height: 100px;
	float: left;
}
#content-shop h5{
	margin: 3px;
	padding: 0px;
	font-size: 16px;
}

#info-panel{
	background-color: #fff;
	padding: 5px;
	margin: 5px;
	color: #000;
}
#info-panel a{
	color: #000;
	text-decoration: underline;
}
#info-panel a:hover{
	text-decoration: none;
}
#flash-header{
	border-bottom: 2px solid #fff;
}
.green{
	color: #53d21a;
}
.details-photo{
	width: 320px;
	float: left;
}
.details-cont{
	width: 455px;
	float: left;
}
#scart{
	background: url(../images/cart.png) no-repeat left center;
	padding-left: 25px;
}
.cart-btn{
	background: url(../images/cart.png) no-repeat left center;
	padding-left: 25px;
	cursor: pointer;
}
#cart-cont ul li{
	display: block;
	line-height: 13px;
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 5px;
}
#cart-cont ul li img{
	margin-right: 5px;
}
#order-button{
	background: #F3FFA6 url(../images/order.png) no-repeat scroll left center;
	border: 3px solid #3E91F8;
	color: #1f6e0c;
	display: block;
	font-size: 17px;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	padding-left: 34px;
	padding-right: 3px;
}
