@charset "utf-8";
/* CSS Document */

.store_cont {
	width: 740px;
	margin: 0 auto 10px auto;
	border: 1px #97b4c5 solid;
	border-top: 0;
}

.store_cont .store,
.store_cont .storegroup {
	clear: both;
	background: url(http://img.mobiusonline.net/images/default/product_bg.jpg) repeat-x;	
	padding: 1px 10px;
	border-top: 1px #97b4c5 solid;
}

.store_cont .store h2,
.store_cont .storegroup h2 {
	background: url(http://img.mobiusonline.net/images/default/store_icon.gif) no-repeat 0 10px;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 10px 10px 0 25px;
	height: 20px;
	color: #092493;
}

.store_cont .store h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 10px 10px 0 10px;
	height: 20px;
	color: #092493;
}

.store_cont .store .seeall {
	text-align: right;
	padding: 5px 10px;
	margin: -25px 0 0 0;
}

.store_cont .store ul,
.store_cont .storegroup ul {
	display: block;
	float: left;
	padding: 0 10px;
	width: 160px;
	margin: 10px 0;
}

.store_cont .store li {
	list-style: none;
	text-align: center;
}

.store_cont .storegroup li {
	list-style: none;
	padding: 2px 5px;
	border-bottom: 1px solid #ededed;
}

.store_cont .store .image,
.store_cont .storegroup .image {
	text-align: center;
	border: 0;
}

.store_cont .store .image img,
.store_cont .storegroup .image img {
	border: 1px #c2d9ec solid;
	padding: 2px;
}

.store_cont .store .name {
	font-weight: bold;
}

.store_cont .store .price {
	font-size: 11px;
}

.store_cont .storegroup {
	
}

.store_cont .item {
	border-top: 1px #97b4c5 solid;
	background: #edf3fa url(http://img.mobiusonline.net/images/default/store_product_bg.jpg) repeat-x;
	padding: 20px;
}

.store_cont .item ul {
	padding: 10px;
}

.store_cont .item li {
	list-style: none;
}

.store_cont .item .image {
	border: 1px #c2d9ec solid;
	width: 124px;
	float: left;
}

.store_cont .item .image img {
	display: block;
	margin: 2px;
}

.store_cont .item .name {
	float: right;
	width: 520px;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #0e72a3;
}

.store_cont .item .cat {
	float: right;
	width: 520px;
	padding: 10px;
}

.store_cont .item .price {
	float: right;
	width: 520px;
	padding: 10px;
}

.store_cont .item .buy {
	float: right;
	width: 520px;
	padding: 10px;
}

.store_cont .item .desc {
	clear: both;
}

.pagination {
	padding: 5px 10px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;	
}

.pagination a:link, .pagination a:visited, .pagination a:active {
	padding: 0 5px;
}

.pagination a:hover {
	color: #ff3300;
}

.pagination .page {
	color: #ff3300;
	font-weight: bold;
	padding: 0 5px;
}