/**
 * Main CSS Stylesheet
 *
 * @package attributes_filter
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet_attributes_filter.css 5952 2008-10-08 11:18:46Z phuongtnm $
 */

#attribute_wrapper{
	border: 1px solid red;
	width: 100%;
	height: 200px;
}

.attribute_cols{
	float: left;
	width: 20%;
	height: 200px;
	border-right: 2px solid yellow;
}

.attribute_rows{
	height: 25px;
}

.attribute_inner_cols{
	float: left;
	margin-right: 20px;
	
}

.attribute_clear{
	clear: left;
	margin: 0;
	padding: 0;
}

.filters_input{
	height:0px;
}

.dependent_filters h4{
	
}

.dependent_filters form{
	margin:0;
	padding:0;
}
