/* SimpleCaddy css for Show cart
Commented-out are background colors
If you activate these lines, you can easily identify each element in the cart
*/



.text_left {
	float:left;
	display: inline;
	padding-top: 2px;
/*	background-color: yellow;*/
}

.text_right {
	float: right;
	padding-top: 2px;
	display: inline;
	height: 30px;
	text-align: right;
/*	background-color: red;*/
}



/* buttons at the bottom of the cart display */
.btncshopping {
	
}

.btnemptycart {
	
}

.btnorder {
	
}

.btnconfirm {
	
}

.btnshowcart {

	
}

/* buttons at the right of the cart */
.btnchange {
	clear:both;
	float: left;
	margin-top: 0px;
	width:63px;
	display: inline;
}

.btnremove {
	float: left;
	margin-top: 0px;
	display: inline;
	width: 63px;
}


















/* SimpleCaddy css for Show cart*/
.sc_cart {
	margin-left: 2px;
	margin-right: 2px;
	width: auto;
}

.sc_cart div{


}

.cartheading  div{
background-color: #EEF6EE;
border:0px solid #E7E8E6;



}
.selectItalic{
	font-style:italic;
}
.cartheading {
	font-weight: bold;	
	
	/*font-size:larger; */
}


.code_col {

	clear: both;
	float: left;
	margin-top: 2px;
	margin-bottom:2px;
	padding-top: 2px;
	padding-left: 2px;
	height: 24px;
	width: 70px;
	
	
	
	
	
}

.desc_col {
	float: left;
	margin-top: 2px;
	margin-bottom:2px;
	padding-top: 2px;
	height: 24px;
	width: 250px;
}

.price_col {
	float: left;
	margin-top: 2px;
	margin-bottom:2px;
	padding-top: 2px;
	height: 24px;
	width: 80px;
	text-align: right;
}

.qty_col {
	float: left;
	margin-top: 2px;
	margin-bottom:2px;
	padding-top: 2px;
	height: 24px;
	width: 70px;
	text-align:center;
}

.total_col {
	float: left;
	margin-top: 2px;
	margin-bottom:2px;
	padding-top: 2px;
	height: 24px;
	width: 90px;
	text-align: right;
}

.actions_col {
	float: left;
	margin-top: 2px;
	margin-bottom:2px;
	padding-left: 5px;
	padding-top: 2px;
	height: 24px;
	width: 70px;
}

.tax_col {
	margin-top: 2px;
	margin-bottom:2px;
	padding-top: 2px;
	height: 24px;
	width: 400px;
}

.fill_col {
	clear: left;
	display:block;
	margin-top: 2px;
	margin-bottom:2px;
	height: 28px;
	width:560px;
	/*font-size: larger;*/
	font-weight: bold;

}

.fill_col_total {
	clear: left;
	display:block;
	margin-top: 20px;
	margin-bottom:2px;
	height: 28px;
	width:560px;
	font-weight: bold;
	font/*-size: larger;*/
	font-weight: bold;
	
}
.cartactions {
	clear:both;
	margin-top: 2px;
	margin-bottom:2px;
	padding-top: 2px;
	height: 24px;
	width: 100%;
}

.fill_left {
	float:left;
	display: block;
	padding-top: 2px;
}

.right_col {
	float: right;
	padding-top: 2px;
	display: inline;
	height: 24px;
	width: 90px;
	text-align: right;
}

.btncshopping {
	
}

.btnemptycart {
	
}

.btnorder {
	
}

.btnconfirm {
	
}

.btnshowcart {
	
}

.btnchange {
	clear:both;
	float: left;
	margin-top: 2px;
	margin-bottom:2px;
/*	padding-top: 2px; 
	height: 20px;*/
}

.btnremove {
	float: left;
	margin-top: 2px;
	margin-bottom:2px;
/*	padding-top: 2px; 
	height: 20px;	*/
}

/* SimpleCaddy Styling of plugin */

.scproduct {
	width: 100px;
	float: left;
	clear: both;
}

.scprodcode {
	margin-left: 5px;
	float: left;
}

.scshorttext {
	clear: both;
	clear: both;
}

.scunitpricetext {
	width: 100px;
	margin-left: 0px;
	float: left;
}

.scunitprice {
	margin-left: 5px;
	float: left;
}

.scqtytext {
	clear: both;
	width: 100px;
	float: left;
}

.scqty {
	margin-left: 5px;
	float: left;
}

.button2 {
/*	border: 1px solid lime;
	width: 80px; */
}

.cartoptions {
	clear: both;
/*	border: 1px solid yellow;
	width: 80px;*/
}

.scbutton {
	clear: both;
/*	background-image: url('https://www.paypal.com/en_US/i/btn/btn_cart_SM.gif');
	border: 1px solid lime;
	width: 80px; */
}

.sccart {
	font-family: sans-serif;
	font-style: normal;
	font-size: 10px;
/*	border: 1px solid purple;
	width: 80px;*/
}

.atczone {
	clear: both;
}

.divider {
	
	font-weight: bold;	
	padding:10px;
	background:none repeat scroll 0 0 #EEF6EE;
	border:5px solid black;
	color:#666666;
	text-align:center;
	margin:90px;
	
	
}
.divider td{
border:1px solid #E7E8E6;


}

.voucher {
	background-color: red;
	width:200px;
}

. info {
	display: inline-block;
	font-size:smaller;
	font-weight: lighter;
	width: 150px;
}
.errormsg{
    color:red;
    padding: 0px 0;

}

