#shop_submenu li a {
    font-size: 16px;
    color: #9FB03E;
    text-decoration: none;}
#shop_items{
	/*background: red;*/
	padding:22px 0 0 0;}
.shop_item{
	width:232px;
	float:left;
	border:1px dotted #D5D5D5;
	padding:15px 0px;
	margin:5px 5px;
	overflow:hidden;}
.shop_item .shop_box{
	height: 240px;
	position: relative;}
.shop_item .shop_title{
	text-align:center;
	width: 99%;
	bottom: 0px;
	position: absolute;}
.shop_item .shop_seller{
	padding:5px 0;
	width:80%;
	margin:0 auto;}
.shop_item .shop_item_buttons {
	width: 80%;
	clear: both;
	text-align:right;
	margin:0 auto;}
.product_price {
	font-size: 14px;
	color: #83A51D;
	font-weight: bold;
	float: right;}
.shop_item .shop_item_buy{
	background-color: #626262;
	color:#CAFF34;}
