div.voucher
{
	color:black;
	border: 2px solid #419B41;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px 0;
	padding: 5px 5px 5px 25px;
	background: url('/images/barcodeicon.png') #81C181 5px 4px no-repeat;
	font-size: 13px;
	font-weight: bold;
}

div.message
{
	color:black;
	border: 2px solid #D81717;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px 0;
	padding: 5px 5px 5px 25px;
	background: #ED7676 url('/images/exclamation.png') 4px 4px no-repeat;
	font-size: 13px;
}

/* STATIC BASKET */

div.body div.product_group
{
	border: 1px solid #C0C0C0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px 0;
	padding: 5px;
	width: 610px;
	background: white; 
}

div.body div.product_item
{
	height: 50px;
	width: 600px;
	position: relative;
}


/* POPUP BASKET */
div.popup_body
{
	-webkit-box-shadow: inset 0 1px 5px #AAAAAA;
	-moz-box-shadow: inset 0 1px 5px #AAAAAA;
	box-shadow: inset 0 1px 5px #AAAAAA;
}

div.popup_body fieldset.basket_scroll
{
	height: 310px;
	overflow-y: auto;
	width: 580px;
}

div.popup_body fieldset legend {
	background: white;
	text-shadow: 0 0 0;
}

div.popup_body div.product_group
{
	border: 1px solid #C0C0C0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px 0;
	padding: 5px;
	width: 98%;
	background: white; 
}

div.popup_body div.totals
{
	font-size: 15px;
	font-weight: bold;
	text-align: right;
}

div.popup_body div.product_item
{
	height: 46px;
	width: 100%;
	position: relative;
}

div.product_group div.product_item
{
	padding: 1px;
}

/* Item Controls */
div.product_item div.product_controls
{
	/*position: absolute;
	right: 0px;
	top: 18px;*/
	font-size: 12px;
	font-family: Tamoha;
	cursor: pointer;
}

div.product_item div.product_controls img
{
	vertical-align: text-top;
}

/* Items */
div.checkout table.product_heading td {
	background: #212121;
}

div.checkout table.product_heading {
	margin-bottom:2px;
}

table.product_heading td {
	background: #EFEFEF;
}

table.product_heading tr td {
	text-align: left;
	font-weight: bold;
	padding: 5px;
}

table.product td {
	vertical-align:middle;
}

table.product td.thumb {
	width:44px;
}

table.product td.product_name {
	padding-left:10px;
}

table.product td.quantity {
	width:100px;
}

table.product td.quantity input {
	width:40px;
	text-align:right;
	border-width:1px;
}

table.product td.price {
	width:60px;
	text-align:right;
}

table.product td.remove {
	width:28px;
	text-align: center;
}

/* Totals */
table#totals {
	width: 230px;
	margin-left: auto;
}

table#totals tr td {
	font-size: 16px;
	padding:2px;
	text-align: right;
}

table#totals tr td.total {
	width:100px;
}

table#totals tr.total td {
	font-weight:bold;
}

.buy_link {
	font-weight: bold;
}

/* Product Options */

div.product_options div.description {
	text-align: justify;
	padding: 5px 10px;
	font-size:13px;
}
div.product_options div.select_product {
	width:120px;
	height: 80px;
	float: left;
	margin: 0 5px 5px 0;
}

div.product_options div.select_product {
	background: #EFEFEF;
	height: 480px;
	padding:10px;
	overflow-y: auto;
	color: black;
}

div.product_options h4 {
	margin: 10px 0 20px 15px;
	color: black;
}
