/*
+----------------------------------------------------------------------+
| Product Packaging Mod                                                |
+----------------------------------------------------------------------+
| Copyright (c) 2009 BCSE LLC. dba BCS Engineering                     |
+----------------------------------------------------------------------+
|                                                                      |
| Product Packaging 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;
	float: left;
	width: 100%;
	clear: both;
}

.options_wrapper div{
	padding: 2px 0px;
}

.opt_left{
	float: left;
	width: 50%;
	text-align: right;
	font-weight: bold;
}

.opt_right{
	float: left;
	width: 48%;
	text-align: left;
}

.clear_div{
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	clear: both;
}

.order_product_title{
	float: left;
	font-weight: bold;
	font-size: 12px;
}

.order_left{
	float: left;
	width: 25%;
	text-align: left;
	font-weight: bold;
}

.order_right{
	float: left;
	width: 73%;
	text-align: left;
}

#main_price{
	display: inline;
}

#reg_price_wrapper{
	padding: 5px 0;
}

#reg_price{
	display: inline;
	text-decoration: line-through;
}

.out-of-stock-error{
	display: none;
	color: red;
	font-weight: bold;
	text-align: center;
}
