.category_block
{

}
.category_block li
{
	float:left;
	width:150px;
	padding:10px;
	background:#eee;
	list-style-type: none;
	
	border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.item_block li
{
	float:left;
	width:182px;
	min-height:168px;
	padding:10px 0px 0px 0px;
	text-align:center;
	margin:2px;
	background:#EEE url(../images/bc_bg.gif) repeat-x left top;
	list-style-type: none;
	border:1px solid #DDD;
}

.item_block li img{
	width:160px;
	height:120px;
	border:1px solid #DDD;
}

.item_block li td.image{
	width:160px;
}

.item_block li td.image img{
	width:160px;
	height:120px;
	border:1px solid #DDD;
}

.item_block li td.desc{
	padding:0px;
}
#cart_xop_page_path_header
{
	margin-bottom: 20px;
}
.xop_page_path{
	background-image: url('../images/bc_bg.gif');
	background-repeat: repeat-x;
	background-color: #EEE;
    border: 1px solid #DEDEDE;
    color: #999;
	text-shadow: 0px 1px 0px #FFF;
    height: 30px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.xop_page_path li {
    background-position: right top;
    background-repeat: no-repeat;
    float: left;
    height: 30px;
    list-style-type: none;
    padding: 7px 15px 0 10px;
}
#content .xop_page_path li.add
{
	float:right;
	width:auto;
}
.product_photo
{
	box-shadow: #666 0px 2px 8px;
	-webkit-box-shadow:#666 0px 2px 8px;
	-moz-box-shadow: #666 0px 2px 8px;
	width:320px;
	float:right;
}
.product_title{display:block;padding: 4px; color: #33552E; background:#FFF; font-weight: 500; margin:0px;border-radius: 4px 4px 4px 4px;border: 1px solid #DDD;}
.product_detail{border-spacing: 1px; border-collapse: separate;margin-bottom:10px;}
.product_detail td{padding:6px;border-bottom: 1px dotted #fff;}
.product_photo
{	background-color: #fff;
    border: 1px solid #DDD;
	border-radius: 4px 4px 4px 4px;
	padding:4px;
	width:320px;
	float:right;
}
.product_date_title{
	color:#00690E;
	font-weight:bold;
}
.product_price_word{
	color:#FF0000;
	font-size:18px;
	font-weight:bold;
}

.nc_product_download li{display:inline-block;background-image: url('../images/bc_bg.gif');background-repeat: repeat-x;background-color: #EEE;color: #999;padding:4px;text-shadow: 0px 1px 0px #FFF;border: 1px solid #DEDEDE;border-radius:4px;}
.nc_product_download img{display:block;border: none;margin:0 auto;}

#nc_area_4 {padding:0px;}
#nc_area_4 li {
	padding:4px;
	border:#EEE 1px solid;
	background:#EEE url('../images/bc_bg.gif') repeat-x top;
	display:inline-block;
	float:left;
	position:relative;
	margin:3px;
	color:#fff;
	width:162px;
	height:172px;
	}
#nc_area_4 li a{
	padding:0px;
	display:block;
	position:relative;
	}
#nc_area_4 li a img{
	padding:0px;
	border:#DDD 1px solid;
	background-color:#000;
	position : relative;
	width:160px;
	height:120px;
	overflow:hidden;
	}
.product_price_origin{text-decoration:line-through;}

#product_compare_list ul{
	list-style: none;
}
.product_compare_item{
	position: relative;
	width:160px;
}
.product_compare_item .title{
    position: absolute;
    top: 0;
    left: 0;
    background:#333;
    width: 100%;
    text-align:center;
    color:#fff;
    opacity: 0.9;
}
.product_compare_item .btn span{
	width: 100%;
	cursor:pointer;
}


#product_compare_list .btn{
	text-align:center;
	padding:3px;
}
#product_compare_list .btn span{
	display:block;
	width:120px;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #D4D4D4 #D4D4D4 #BCBCBC;
	margin: 0 auto;
	min-height:18px;
	background: #f6f6f6;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	text-align:center;
	padding:1px 0;
	cursor: default;
}
#product_icon{
	width:48px;
	height:48px;
	position:absolute;
	overflow:hidden;
	display:none;
}