/*
+----------------------------------------------------------------------+
| Add Multiple Items To Cart Mod                                       |
+----------------------------------------------------------------------+
| Copyright (c) 2006-2009 BCSE LLC. dba BCS Engineering                |
+----------------------------------------------------------------------+
|                                                                      |
| Advanced Filter Mod is subject for version 2.0 of the BCSE           |
| proprietary license. That license file can be found bundled with     |
| this package in the file BCSE_LICENSE. A copy of this license can    |
| also be found at                                                     |
| http://www.bcsengineering.com/license/BCSE_LICENSE_2.0.txt           |
|                                                                      |
+----------------------------------------------------------------------+
*/

.options_wrapper{
	padding: 5px 0px;
	clear: both;
	width: auto;
}

.options_wrapper div{
	padding: 2px 0px;
}

.opt_left{
	display: inline;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
}

.opt_right{
	display: inline;
	text-align: left;
}

.clear_div{
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	clear: both;
}

