#shop_catelist{
	width: 160px;
	float: left;
}

.shop_catelist_wrap{
	border-radius: 0 0 6px 6px;
	background: url(image/local/shopping_list_bg.png);
	padding-top: 6px;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

.shop_catelist_wrap2{
	border-radius: 0 0 6px 6px;
	background: url(image/local/shopping_list_bg4.png);
	padding-top: 6px;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

.shop_catettl{
	border-radius: 6px 6px 0 0;
	background: url(image/local/shopping_list_bg2.png);
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 9px;
	color: white;
	font-weight: bold;
	font-size: 17px;
	cursor: pointer;
}



#shop_product{
	width: 530px;
	border-radius: 6px;
	float: left;
	overflow: hidden;
}

.shop_catelist{
	list-style-type: none;
	margin: 8px;
}

.shop_product_wrap{
	width: 250px;
	margin-left: 15px;
	float: left;
	margin-top: 10px;
	min-height: 100px;
}

.shop_product_wrap *{
	line-height: 1.2;
}

.shop_product_img_div{
	float: left;
	margin-right: 5px;
	min-height: 100px;
	min-width: 75px;
}

.shop_product_img_div a{
	display: block;
	margin-left: auto;
	margin-right: auto;
	min-width: 0px;
	text-align: center;
}


.shop_product_discount_rasio{
	font-weight: bold;
	color: red;
}

.shop_product_discount_rasio span{
	font-size: 20px;
}

#shop_product_pagelink{
	width: 515px;
	border-radius: 6px;
	background-color: #ba095e;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-left: 15px;
	color: white;
}

#shop_productlist{
	margin-top: 5px;
	position: relative;

}

#shop_product_message{
	width: 515px;
	border-radius: 6px;
	background-color: #ba095e;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 15px;
	overflow: hidden;
	color: white;
	font-weight: bold;
}

#shop_product_pagelink a{
	//margin-left: 15px;
	font-size: 14px;
	text-decoration: none;
	color: white;
}

#shop_product_message_mode a{
	text-decoration: none;
	color: white;
	font-weight: bold;

}

#shop_product_pagelink a:hover, #shop_product_message_mode a:hover{
	text-decoration: underline;
}

#shop_product_pagelink span{
	margin-left: 15px;
	font-weight: bold;
	font-size: 14px;
}

.shop_product_now_value{
	font-size: 15px;
	margin-top: 4px;
}

.shop_product_maker{
	margin-top: 6px;
}

#shop_product_message_text{
	margin-left: 10px;
	width: 325px;
	float: left;
}

#shop_product_message_mode{
	position: relative;
	//right: 16px;
	width: 180px;
	float: right;
	text-align: right;
}

.shop_catelist a{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.shop_catelist a:hover{
	text-decoration: underline;
	color: white;
}



#value_table td, #value_table th{
	padding: 4px 10px;
	text-align: right;
}

table#value_table th.header{
	padding: 6px 20px 6px 10px;
}

#value_table th.shop_prod_name, #value_table td.shop_prod_name{
	text-align: left;
	width: 240px;

}

.tol_table_mgn{
	margin-left: 15px;
}

table#value_table tr.odd td {
  background-color:#F0F0F6;
}

table#value_table{
	font-family:arial;
	//background-color: #CDCDCD;
	font-size: 8pt;
	//width: 98.5%;
	width: 515px;
	text-align: left;
	margin-left: 15px;
}

table#value_table thead tr th, table#value_table tfoot tr th {
	background-color: #e5e5e5;
	//border: 1px solid #ffffff;
	font-size: 8pt;
	padding: 4px;
}
table#value_table thead tr .header {
	background-image: url(image/local/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table#value_table tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table#value_table tbody tr.odd td {
	background-color:#F0F0F0;
}
table#value_table thead tr .headerSortUp {
	background-image: url(image/local/asc.gif);
}
table#value_table thead tr .headerSortDown {
	background-image: url(image/local/desc.gif);
}
table#value_table thead tr .headerSortDown, table#value_table thead tr .headerSortUp {
background-color: #BA095E;
color: white;
}

.shop_intro_img1 img{
	border: 1px solid #999999;
}
.shop_intro_img1 p{
	background-color: #ba095e;
	color: white;
}

.shop_product_ind_pagelink{
	padding: 4px 8px;
	background-color: white;
	color: black;
	border-radius: 2px;
	background: url(image/local/shop_book_btn_bg.png) 0 0 no-repeat white;
}

.shop_product_now_pagelink{
	margin-left: 15px;
	font-weight: bold;
	font-size: 14px;
	color: white;
	padding: 4px 8px;
}

#main #sw1 a, #main #sw2 a, #main #sw3 a{
	inline-block;
	padding: 3px 8px;
	color: black;
	border-radius: 2px;
	margin-right: 6px;
	background: url(image/local/shop_book_btn_bg.png) 0 0 no-repeat white;
}

.shop_product_right{
width: 170px;
}