/* 
* 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 */

#selectedVMcat{/*used as a fake input text for vmCats*/
float:none;
}

#vmcats{/*the box*/
margin-top:5px;
}

.vmCatsUL{
margin-top:40px;
} 




#selectedFeature{/*used as a fake input text for Features*/
float:none;
}

#features{/*the box  */
margin-top:5px;
}

.vmfWrapperInner{
margin-top:40px;
}

