﻿.b-cart {
	position: relative;
	/*float: left;*/
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 3em 2em 1em 0;
	text-align: center;
	/*border: 1px solid red;*/
}

.b-cart-img {
	background: url("../images/cart.png") no-repeat;
	width: 128px;
	height: 128px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	/*border: 1px solid red;*/
}

.b-cart .total {
	color: red;
	font-weight: bold;
	/*border: 1px solid red;*/
}

.b-cart .frmcheckout {
	margin-top: 2em;
	float: right;
}

.scunitprice {
	display: block;
	float: left;
	margin-left: 0.5em;
}

.cartoptions select {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	clear: both;
}

.scbutton {
	color: blue;
	border:1px solid #a2bb4e;
	background: #c3fd7f;
	margin:0;
	height: 2em;
	cursor: pointer;
	font-weight: bold;
}

.scbutton:hover {
	border:1px solid #f6bd2f;
	background: #f6bd2f;
	cursor: pointer;
}

.btnchange {
	background: url('../images/update_quantity_cart.png');
	height: 22px;
	width: 22px;
	border: 0px;
	margin: 0;
	cursor: pointer;
}

.btnremove {
	background: url('../images/remove_from_cart.png');
	height: 22px;
	width: 22px;
	border: 0px;
	margin: 0;
	cursor: pointer;
}

.btnshowcart, .btncshopping, .btnorder, .btnconfirm {
	color: blue;
	border:1px solid #a2bb4e;
	background: url('../images/button_bg.png') repeat-x 0 0;
	margin:0;
	height: 2em;
	cursor: pointer;
	font-weight: bold;
}

.btnshowcart:hover, .btncshopping:hover, .btnorder:hover, .btnconfirm:hover {
	border:1px solid #f6bd2f;
	background:#e273ff url('../images/button_bg.png') repeat-x 0 bottom;
	cursor: pointer;
}

