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

.cartheading {
	font-weight: bold;	
	font-size:12px;
  color: #7ea814;
	text-decoration:underline;
}
.cartdetail {
}

.code_col {
	clear: both;
	float: left;
	margin-top: 2px;
	margin-bottom:2px;
	padding-top: 2px;
	width: 60px;
  line-height: normal;
}

.desc_col {
	float: left;
	margin-top: 2px;
	margin-bottom:2px;
	padding-top: 2px;
	height: auto;
	width: 180px;
  line-height: normal;
}

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

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

.total_col {
	float: left;
	margin-top: 2px;
	margin-bottom:2px;
	padding-top: 2px;
	height: auto;
	width: 100px;
	text-align: right;
	display: inline-block;
}

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

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

.fill_col, .fill_col_total {
	clear: left;
	display:block;
	margin-top: 2px;
	margin-bottom:2px;
	height: 28px;
	width:500px;
	font-size: larger;
	font-weight: bold;
	border-top: 1px solid #336633;
	
}
.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, .text_right {
	float: right;
	padding-top: 2px;
	display: inline;
	height: 24px;
	width: 90px;
	text-align: right;
}

.btnchange {
	
}

.btnremove {
	
}

.btncshopping {
	
}

.btnemptycart {
	
}

.btnorder {
	
}

.btnconfirm {
	
}

.btnshowcart {
	
}
.sc_edtqty, .scp_qty {
  width: 40px;
  text-align: right;
}
.reqfield {
  color: #7ea814;
  font-size: .8em;
}
.scqtytext {
	display: inline;
  width: auto;
}