/* CSS Document */
#product_class #title
{
	background-image: url(../images/layout/a5.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	font-family: "Courier New", Courier, monospace;
	line-height: 35px;
	background-color: #FCFCFC;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}


#product_class
{
position: relative;
padding: 0px;
}

#product_class div
{
padding-bottom: 1px;
}

/* 带子分类CSS定义 */
#product_class .main_cat a, #product_class .actived a, #product_class .main_item a
{
	display: block;
	position: relative;
	height: 27px;
	width: 168px;
	text-decoration: none;
	background: inherit;
	background-image: url('../images/layout/bbg0.gif');
	padding-left: 17px;
	padding-top: 11px;
	color: #636363;
	text-transform: lowercase;
	font-size: 13px;
	font-weight: bold;
}

#product_class .main_cat a:hover, #product_class .actived a:hover, #product_class .main_item a:hover
{
background: inherit;
color: #fff;
background-image: url('../images/layout/bbg1.gif');
}

#product_class .main_cat a span, #product_class .main_item a span
{
position: absolute;
right: 0px;
margin-top: 5px;
margin-right: 15px;
width: 7px;
height: 7px;
background: url('../images/layout/x1.gif') no-repeat; 
}

#product_class .main_cat a:hover span, #product_class .actived a span, #product_class .main_item a:hover span
{
position: absolute;
right: 0px;
margin-top: 5px;
margin-right: 15px;
width: 7px;
height: 7px;
background: url('../images/layout/x2.gif') no-repeat;
}

/* 已打开项目CSS */
#product_class .actived a
{
background-image: url('../images/layout/bbg1.gif');
color: #fff;
}

#product_class .actived a:hover
{
background-image: url('../images/layout/bbg1.gif');
}

/* 无子分类CSS */
#product_class .main_item a
{
background-image: url('../images/layout/bbg0.png');
}

#product_class .main_item a:hover
{
background-image: url('../images/layout/bbg3.gif');
}

/* 子分类CSS定义 */
ul.sub_group
{
display: none;
}
ul.sub_group li
{
border-top: solid 1px #F5F5F5;
margin-bottom: 4px;
padding-top: 4px;
padding-left: 35px;
background: url('../images/layout/x1.gif') no-repeat 20px 9px;
}

ul.sub_group li.first
{
border-top: 0px;
}


/* 列表部分CSS */
#AjaxLoader {
	display: none;
	background-color: #F0F0F0;
	padding: 20px 40px 20px 40px;
}

#CartBar {
	position: absolute;
	right: 5px;
	top: 0;
	display: none;
	padding-top: 110px;
}
#CartBar #CartCar {
	width: 150px;
	border: 1px solid #ACA899;
	text-align: left;
	background-color: #FAF9F5;
	padding: 5px;
	display: none;
	cursor: hand;
}
#CartBar #CartButton {
	background-color: #FAF9F5;
	height: 50px;
	width: 50px;
	border: 1px dashed #999999;
	text-align: center;
	padding-top: 0px;
	cursor: hand;
	filter:Alpha(Opacity=60);
	line-height: 25px;
}
.onDrop {
	background-color: #CFC69E !important;	
}

/* 产品搜索 */
#ProductSearch
{
	background-color: #F7F7F7;
	margin: 10px 5px;
	padding: 5px 15px;
	border: 1px solid #999999;
}

#page_list
{
	margin: 0px 5px;
	padding: 5px 15px;
	text-align: center;
	background-image: url(../images/layout/a2.gif);
	background-repeat: repeat-x;
}

#product_list
{
	margin: 0px 10px;
}
#product_list .product_item
{
	margin-bottom: 10px;
	text-align: left;
	background-color: #FCFCFC;
	border: 1px solid #CCCCCC;
	padding: 3px;
	width: 142px;
}
#product_list .product_item p
{
padding: 0px;
margin: 0px;
line-height: normal !important;
}
#product_list .product_item .image_box
{
	margin-bottom: 5px;
}
#product_list .product_item .product_button
{
text-align: center;
}
#product_view
{
margin: 0px;
}
#product_view .image
{
	background-color: #FCFCFC;
	padding: 5px;
	border: 1px solid #CCCCCC;
	width: 400px;
	text-align: center;
}
#product_view .action
{
	clear: both;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
	text-align: center;
	background-image: url(../images/layout/a2.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#product_view .relate_product
{
	margin: 15px;
}