.@charset "utf-8";
/* CSS Document */

/* OLD CSS */
#main #content #productContainer {

}

#main #content #productContainer h3 {
	margin: 0 0 3px 0;
}

#main #content #productContainer h4 {
	margin: 0 0 3px 0;
}

#main #content #productContainer .item,
#main #content  .item {
	border-bottom: 2px solid #CCC;
	padding: 15px 0 20px 0;
	margin-bottom: 20px;;
}

#main #content #productContainer .item .image {
	width: 120px;
	float: left;
	margin-right: 15px;
}

#main #content #productContainer .item .image-large {
	width: 180px;
	float: left;
	margin-right: 15px;
}

#main #content #productContainer .item .info {
	float: left;
	width: 377px;
	padding-left: 15px;
}

#main #content #productContainer .item .info-large {
	float: left;
	width: 337px;
	padding-left: 15px;
}

#main #content #productContainer .item .info-large ul {
	margin: 0 0 15px 0;
	padding: 0;
}

#main #content #productContainer .item .info-large ul.green li {
	color: #007C27;
	font-size: 14px;
	font-weight: bold;
}
#main #content #productContainer .item .info-large ul li {
	color: #000;
	margin: 0 0 3px 15px;
}

#main #content #productContainer .item p.price {
	font-weight: bold;
	color: #C12200;
	font-size: 12px;
	margin: 0 0 15px 0;
}


#site #main #content a.green-button {
	display: block;
	width: 97px;
	height: 33px;
	float: left;
	background:url(../../website/images/interface/button_green.png) no-repeat;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	padding: 3px 0 0 18px;
	margin-right: 10px;
}

/*#site #main #content  a.green-button-payment {
	display: block;
	width: 163px;
	height: 33px;
	float: left;
	background-image:url(../../website/images/interface/button_green_payment.gif);
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	padding: 3px 0 0 18px;
	margin-right: 10px;
	background-repeat: no-repeat;
}*/


#main #content #productContainer a.more-info { 
	display: block;
	float: left;
	height: 25px;
	background: url(../../website/images/interface/bullet_wbg.gif) no-repeat;
	font-size: 14px;
	padding:  0 0 0 27px;
	margin: 3px 0 0 0;
}

#main #content #productContainer .info-header {
	border-bottom: 2px solid #CCC;
	margin-bottom: 15px;
}

#main #content #productContainer .info-header .header-left {
	width: 200px;
	float: left;
}

#main #content #productContainer .info-header .header-right {
	width: 137px;
	float: left;
}

#main #content #productContainer .info-header a.green-button {
	float: right;
	margin-right: 0;
}

#main #content #productContainer .item .info-header p.price {
	margin: 0 0 10px 0;
}


/* Cart */
#main #content #right-col #Cart table {
	
}
#main #content #right-col #Cart table th {
	font-weight: normal;
	color: #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#main #content #right-col #Cart table td {
	font-size: 10px;
	color: #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#main #content #right-col #Cart table td.noborder {
	border: none;
}
#main #content #right-col #Cart table tr.empty td {
	font-size: 14px;
	padding-left: 15px;
	padding-bottom: 35px;
}

#main #content #right-col #Cart table td.borderleft,
#main #content #right-col #Cart table th.borderleft {
	border-left: 1px solid #FFF;
}

#main #content #right-col #Cart table td a {
	color: #FFF;
	text-decoration: none;
}

#main #content #right-col #Cart table td a:hover,
#main #content #right-col #Cart table td a:active {
	text-decoration: underline;
}

#main #content #right-col #Cart table td p.note {
	font-size: 10px;
}

#main #content #right-col #Cart td.row {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #FFF;
}

#main #content #right-col #Cart td.col {
	/*border-right: 1px solid #CCC;*/
}

#main #content #right-col #Cart table td input {
	border: 1px solid #CCC;
	padding: 1px;
	font-size: 10px;
	text-align: center;
}

#main #content #right-col #Cart h3 {
	font-size: 20px;
	color: #000;
	background: url(../../website/images/interface/heading_cart.gif) no-repeat;
	padding-top: 10px;
	padding-left: 48px;
	height: 34px;
	font-weight: normal;
}

/* Checkout */
#main #content #Checkout {
	padding-bottom: 50px;
}
#main #content #Checkout table {
	width: 80%;
}
#main #content #Checkout table th {
	color: #000;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
}
#main #content #Checkout table th#header-qty {
	width: 7%;
}
#main #content #Checkout table th#header-price {
	width: 15%;
}
#main #content #Checkout table th#header-total {
	width: 15%;
}


#main #content #Checkout td.row {
	border-bottom: 1px solid #999;
}

#main #content #Checkout td.col {
	border-right: 1px solid #999;
}

#main #content #Checkout td.total {
	color:#C12200 !important;
}


#main #content #Checkout #delivery-option {
	padding-bottom: 5px;
}
#main #content #checkoutForm #card_type_visa,
#main #content #checkoutForm #card_type_mastercard,
#main #content #checkoutForm #card_type_amex {
	float: left;
	margin-top: 3px;
}
#main #content #checkoutForm span.visa, 
#main #content #checkoutForm span.mastercard,
#main #content #checkoutForm span.amex {
	display: block;
	float: left;
	margin-top: 3px;
}
#main #content #checkoutForm span.visa {
	background: url(../images/visa.gif) no-repeat;
	padding: 0 0 5px 18px;
}

#main #content #checkoutForm span.mastercard {
	background: url(../images/mastercard.gif) no-repeat;
	padding: 0 0 5px 18px;
}

#main #content #checkoutForm span.amex {
	background: url(../images/amex.gif) no-repeat;
	padding: 0 0 5px 18px;
}

#main #content #checkoutForm a.green-button-payment {
	background: url(../images/green_process_payment.jpg) no-repeat;
	width: 155px;
	height: 37px;
	display: block;
	float:left;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	padding: 5px 0 0 20px;
	/*margin-left: 5px;*/
}

#main #content #productContainer a:hover.green-button,
#site #main #content a:hover.green-button-payment {
	color: #FFF;
	text-decoration: underline;
}

#site #main #content #Checkout a.green-button {
	padding: 5px 0 0 0;
	width: 115px;
	text-align: center;
}
#site #main #content #Checkout a.green-button:hover,
#site #main #content #Checkout a.green-button:active {
	text-decoration: underline;
}

#site #main #content #Checkout #back-products {
	display: block;
	float: left;
	height: 18px;
	margin-right: 15px;
	padding-top: 15px;
}


span.approved {
	color: #006600;
}

span.failed {
	color: #CC0000;
}

.checkout-button {
	display: block;
	float: left;
	width: 115px;
	height: 36px;
	background: url(../../website/images/interface/checkout_button.gif) no-repeat;
}

#main #content #right-col #Cart a.black-button {
	float: right;
	color: #FFF;
	padding: 3px 0 0 18px;
	margin-left: 10px;
}
#main #content #right-col #Cart a.empty-cart {
	color: #B3D8BF;
	display: block;
	float: right;
	margin-top: 5px;
}

#main #content #right-col #Cart a.empty-cart:hover,
#main #content #right-col #Cart a.empty-cart:active {
	text-decoration: none;
}

#loading {
	font-size: 9px;
	color: #C12302;
}

