/* 
* vmfiltering module
* @version $Id: stylesheet.css 1 2009-05-19 9:18:06Z sakisTerzis $
* @package vmfiltering module
* @subpackage vmfiltering css
* @author Sakis Terzis (sakis@breakDesigns.net)
* @copyright	Copyright (C) 2009 breakDesigns.net. All rights reserved
* @license	GNU/GPL v3
* see administrator/components/com_vmfiltering/COPYING.txt
*/

#searchBox{/*wrapper of all*/
width:auto;
padding:10px;
font-size:11px;
color:#333333;
}

.dim_filter{
width:130px;
}

#vmCatsWrapper{/*the wrapper of vm_cats*/
float:left;
width:auto;
height:auto;
margin:0px;
padding:0px;
margin-left:12px;
margin-top:5px;
}

#vmWidthsWrapper{/*the wrapper of vm_widths*/
float:left;
width:auto;
height:auto;
margin:0px;
padding:0px;
margin-left:12px;
margin-top:5px;
}

#vmHeightsWrapper{/*the wrapper of vm_widths*/
float:left;
width:auto;
height:auto;
margin:0px;
padding:0px;
margin-left:12px;
margin-top:5px;
}

#resetform{
display:block;
float:left;
clear:both;
text-align:left;
margin-left:340px;
margin-top:8px;

}

#loading{
background:url(../images/loader.gif) center center no-repeat;
visibility:hidden;
}


