
/*
## orderFormTotal
********************************************************************/


.orderFormTotal .orderForm {

	border: 1px solid #bfbfbf;
	margin:0 0 20px 0;
	padding: 0 10px 10px;
}


.orderFormTotal .orderForm .headline{
	border-bottom: 1px solid #bfbfbf;
	font-size: 1.2em;
	font-weight: bold;
	height: 30px;
	line-height:30px;
	text-transform: uppercase;
	margin:0  0 10px 0 ;
}



.orderFormHeader .pd_name{
	border-bottom: 1px solid #979797;
    color: #000000;
    font-size: 1.2em;
    height: 25px;
	line-height:25px;
    font-weight: bold;
    padding: 0 0 5px;
    margin-bottom: 0.5em;
}


.orderFormHeader .big-price{
	color: #303030;
    font-size: 1.417em;
    padding: 0 0 10px 10px;
}


.control-group fieldset input[type="checkbox"]{
	float: left;
}


#cboxLoadedContent form.add_to_cart_order_form{
	padding: 20px;
}
