﻿

div.product_feature_filter
{
	
}

div.product_feature_filter div.header_title
{
	 margin:0;
	 padding:3px 0 3px 0;
	 border-bottom:solid 1px #aaa;
	 text-align:center;
	 color:#fff;
	 background: #dadada url(images/h3_bg.gif) left 50% repeat-x;
}

div.product_feature_filter div.header_title h3
{
	margin:0;
	padding:0;
}

div.product_feature_filter div.header_title p
{
	line-height:1.2em;
	margin:0 0 3px 0;
	font-size:10px;	
}

div.product_feature_container
{
	border-top:solid 1px #ddd;
	border-right:solid 1px #ddd;
	border-left:solid 1px #ddd;
	line-height: 1.2em;
}

div.product_feature_filter ul
{
	list-style:none; 
	margin: 0;
	padding: 0;
}

div.product_feature_filter h4
{
	margin: 0;
	padding: 0 0 0 24px;
	background-color:#e8e8e8;
	border-bottom:solid 1px #ddd;

}

div.product_feature_filter li a
{
	display: block;
	font-weight: normal;	 
	font-size:11px;
	text-decoration:none;
	padding:5px 10px 5px 24px;
	color:#0000ff; 
	background-color:#fff;	
	border-bottom:solid 1px #ddd;
}

div.product_feature_filter li a.filter_True
{
	background: #fff url(images/filter_apply.gif) 4px 60% no-repeat;
}

div.product_feature_filter li a.filter_True:hover
{
	background: #fff url(images/filter_remove.gif) 4px 60% no-repeat;
	 text-decoration:line-through;
	 color:Red;
}

div.product_feature_filter li a.filter_False:hover
{
	/*background-color:#000000;
	color:#fff;	*/
	text-decoration:underline;
	background: #fff url(images/filter.gif) 5px 60% no-repeat;
	
}