/*shopping-cart-content*********************************************************/

#YourShoppingCart{
	width:520px;
	float:left;
	overflow:hidden;
}

#YourShoppingCart h2{
	margin:1px 0 3px;
	font:0.8em Verdana, Arial, Helvetica, sans-serif;
	color:#363535;
	padding:2px 0 0 5px;
}

table.dataTbl tr.subTotal a
{
	text-decoration: underline;
}

table.dataTbl{
	border: 1px solid #CCCCCC;
	margin: 20px 0 0 0; 
	padding:0px;
}

table.dataTbl tr.tableheading
{
	background-color: #c2cd23;
	height:17px;
	width:518px;
}

table.dataTbl th{
	border: none;
	border-bottom: 1px solid #CCCCCC;	
	color:#FFFFFF;
	font-size:100%;
	padding:10px;
	text-align:left;
	width:15%;
}

table.dataTbl th.empty { width:10%; }
table.dataTbl th.product_title { width:20%; }

table.dataTbl th.add{
	width:25px;
	text-align:left;
}

table.dataTbl tr {background-color: #FFFFFF; }

dtable.dataTbl tr.altRow {background: #f3f3f3 url(/gothemes/images/bkg_lines.gif) top left; }

table.dataTbl tr.cartVoucher{background-color: #f3f3f3; }

table.dataTbl td 
{ 
	border: none;
	text-align:left;
	padding:10px; 
}

table.dataTbl th.shoppingcart-headings { padding:10px 10px 10px 5px; }

table.dataTbl a.removeItem {
	display: block;
	height: 12px;
	width: 12px;
}

table.dataTbl a.removeItem:link, a.removeItem:visited  { background: transparent url(/gothemes/images/icon_remove.gif) center left no-repeat; }
table.dataTbl a.removeItem:hover, a.removeItem:active  { background: transparent url(/gothemes/images/icon_remove_ro.gif)center left no-repeat; }
table.dataTbl a.removeItem span { display: none; }

table.dataTbl td.updateLink a {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #700136;
	text-align:left;
}

table.dataTbl td.updateLink input
{
	width:40px;
}

table.dataTbl tr.cartVoucher td input
{
	border: 1px solid #000000;
}

table.dataTbl tr.messageSuccess 
{
	color: #5f6062;
	background-color:#f3f5d3;
}

table.dataTbl tr.messageError {
	background-color: #ffcccc;
	color: #5f6062;
}
table.dataTbl tr.messageSuccess td, table.dataTbl tr.messageError td {
	font-size: 95%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

/* checkout progress */
ul#checkoutProgress {
	background-color: #fff;
	border: 0px;
	color: #FFF;
	display:block;
	font-size: 90%;
	font-weight: bold;
	list-style-type: none;
	margin: 10px 0;
	padding: 9px 0;
	text-align: left;
	text-transform: uppercase;
	width:600px; 
}

ul#checkoutProgress li 
{
	background-color: #5f6062;
	display: inline;
	border: 0px;
	margin: 0px;
	padding: 10px 7px;
}

ul#checkoutProgress li.active 
{
	background-color: #c2cd23;
	border: 0px;
}

fieldset#checkoutContent, fieldset#contactForm {
	border: none;
	overflow: hidden;
	margin: 10px;
	width: 510px;
}

.inputReg {
	font-size: 100%;
	padding: 3px 0 3px 0;
	width: 250px;
}

.selectReg {
	font-size: 100%;
	width: 250px;
}

fieldset#checkoutContent label, fieldset#checkoutContent input, fieldset#checkoutContent select, 
fieldset#contactForm label, fieldset#contactForm input, fieldset#contactForm textarea 
{
	float: left;
	margin-bottom: 10px;
}

fieldset#contactForm textarea {
	padding: 3px 0 3px 0;
	width: 200px;
}

fieldset#contactForm input, fieldset#contactForm textarea,
fieldset#checkoutContent input, fieldset#checkoutContent select
{
	border: 1px solid #000;
}

fieldset#checkoutContent label, fieldset#contactForm label {
	font-size: 110%;
	padding-right: 15px;
	text-align: right;
	width: 150px;
}

fieldset#checkoutContent label.checkbox_label {
	width: 300px;
}

fieldset#checkoutContent label.mandatoryLabel, fieldset#contactForm label.mandatoryLabel {
	font-weight: bold;
}

div#checkoutContainer
{
	float:left;
	padding-right:5px;
	width:520px;
}

div#checkoutContainer h2
{
	margin: 10px 0;
}


div#checkoutContainer a.button1
{
	margin: 0 90px 20px 0;
}

div#orderDetailsContainer
{
	border: 1px solid #dcdcdc;
	color:#000000;
	float:left;
	width:200px;
}

div#orderDetailsContainer h3
{
	background: transparent url(/gothemes/images/bkg_lines.gif) top left;
	color:#000000;
	font-weight: bold;
	padding: 5px;
}

div#orderDetailsContainer h3.blank
{
	background:none;
}

/* summary table for checkout */
table.summaryTbl {
	width: 100%;
}

table.summaryTbl tr {
	background-color: transparent;
}

table.summaryTbl th {
	font-size: 100%;
	font-weight: bold;
	padding: 5px;
	text-align: right;
}

table.summaryTbl td {
	font-size: 85%;
	padding: 5px;
	text-align: left;
}

table.summaryTbl td em {
	color: #f15a21;
	font-style: normal;
}

ul.logos
{
	float:left;
	margin:0 0 30px 5px;
	padding:0px;
}

ul.logos li
{
	display:inline;
	float:left;
	overflow:hidden;
	padding-right:20px;
}

.customerdetailscontainer
{
	float: left;
	text-align: left;
	clear: both;
	width: 500px;	
}

.customerdetails
{
	float: left;
	width: 220px;
	padding: 10px 0 0 10px;	
}

.customerdetails strong
{
	font-size:1.2em;
	font-weight:bold;
}


div.error_box
{
	clear:both;
	background-color: #ffcccc; 
	margin-bottom:10px;
	overflow:hidden;
}

 


