/* 
* 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
*/


/* CSS Document */


#vmcatsWrapper{/*the wrapper of vm_cats*/
margin-left:10px;
}


#selectedVMcat{/*used as a fake input text for vmCats*/
float:none;
}

#vmcats{/*the box*/
margin-top:5px;
width:130px;
}


.vmHeader{
position:static;

}

.vmWrapperInner{
padding:0px;
margin-top:0px;
}

.vmCatsUL{
margin-top:0px;
} 

/*---------features-------*/
#featWrapper{
margin-left:10px;
}

#selectedFeature{
float:left;
width:130px;
text-align:center;

}



#searchMsg{
height:1.2em;
line-height:1.2em;
width:auto;
position:static;
 
}

#features{/*the box  */
width:200px;
margin-top:-10px;
clear:both;
}

.vmfWrapperInner{
margin-top:0px;
}

#features ul{
dipslay:block;
}

/*----------general----------*/
.vmf_label{/*label before input text*/
display:block;
float:left;
text-align:left;
margin-right:2px;
line-height:1.1em;
}

#searchBtn{
margin-left:10px;
padding:2px 5px 2px 15px;
}
