@charset "utf-8";

.product_list{list-style:none; margin:0; padding:0; width:100%}
.product_list li{padding:0; margin:0}
.product_head{position:relative; margin:0; padding:5px 0 5px 15px; border:0; outline:0; line-height:1.3; text-decoration:none; list-style:none; cursor:pointer; background-color:#6AA8D9; text-align:center}
/* .product_head:hover{background-color:#6AA8D9} */
.product_body{padding:0}
form .product_head{
	color:#FFF;
	/* [disabled]background-color:#3782C3; */
	text-align:left;
	/* [disabled]background-image:url(ol_headbar.png); */
	/* [disabled]background-repeat:no-repeat; */
	/* [disabled]background-position:10px 0; */
	margin:0 0 1px 0;
	/* [disabled]padding:3px 3px 3px 33px; */
	clear:both
}
/* form .product_head:hover{background-color:#4693D0; background-position:10px -39px}
form .product_head .selected{background-color:#f96; background-image:url(graph-1.png)} */
.gloss .product_head{
	color:#FFF;
	background-color:#3782C3;
	text-align:left;
	background-image:url(ol_headbar.png);
	background-repeat:no-repeat;
	background-position:10px 0;
	margin:0 0 1px 0;
	padding:5px 0 5px 33px;
	clear:both
}
.gloss .product_head:hover{background-color:#4693D0; background-position:10px -39px}
.gloss .product_head .selected{background-color:#f96; background-image:url(graph.png)}
.collapse_buttons{text-align:center; border-top:solid 1px #e4e4e4; padding:5px 0; width:100%}
.collapse_buttons a{margin-left:15px}
.show_all_product{background:url(tall-down-arrow.gif) no-repeat right center; padding-right:12px}
.show_recent_only{display:none; background:url(tall-up-arrow.gif) no-repeat right center; padding-right:12px}
.collpase_all_product{background:url(collapse-all.gif) no-repeat right center; padding-right:12px; color:#666}
ol{width:100%; display:block}
.product_headClear {
	height: 8px;

}
.acc_list  {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.acc_head  {
	position:relative;
	margin:0;
	padding:5px 0 5px 35px;
	border:0;
	outline:0;
	line-height:1.3;
	text-decoration:none;
	list-style:none;
	cursor:pointer;
	display: block;
	color: #fff;
	font-weight: bold;
	border-bottom: solid 2px #e7e7e7;
	background: #e90 url(../img/acc_head_arr.png) no-repeat 10px top;
}

.acc_head.last {
	border-bottom: none;
}
.acc_head:hover  {
	background: #F2B240 url(../img/acc_head_arr.png) no-repeat 10px -30px;
}
.acc_head.active {
	background: #F5C570 url(../img/acc_head_arr.png) no-repeat 10px -30px;
}
.acc_head.active:hover {
	background: #e90 url(../img/acc_head_arr.png) no-repeat 10px -60px;
}

