body,html {
	display: block;
	background-color: #FFFFFF;
	width: 100%;
	text-align:center;
	margin: 0px;
}

form {
	margin:0px;
	
}

#container{
	position:relative;
	top:10px;
	left:0px;
	display: block;
	width: 904px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#columnleft{
	position:relative;
	display:block;
	top:0px;
	left:0px;
	float:left;
	text-align:left;
	width:190px;
	height:100%;
	background-color:#07175C;
	color: #fff;
	background-image:url(../images/sub_left_background.jpg);
	background-repeat:repeat-x;
}

#columnright{
	position:relative;
	display:block;
	top:0px;
	left:0px;
	float: left;
	text-align:left;
	width:710px;
	height:100%;
	background-color:#f1f6f1;
	overflow:hidden;
}

#banner{
	position:relative;
	display:block;
	top:0px;
	left:0px;
	width:900px;
	height:104px;
	background-color:#dfe9e5;
	margin: 0px;
}

#bannerheading{
	position:relative;
	display:block;
	top:30px;
	left:0px;
	width:355px;
	height:74px;
	vertical-align:baseline;
	clear:both;
	float: left;
}
#cart-logo{
	float:right;
	top:30px;
}
#cart-divider{
	height:20px;
	padding:2px 0px;
	padding-left:15px;
	background-color:#000;
	margin: 0px;
}
#customerdetails{
	position:relative;
	display:block;
	top:0px;
	left:0px;
	width:896px;
	height:auto;
	min-height:500px;
	background-color:#FFFFFF;
	background-image:url(../images/cart_shopping_background.jpg);
	background-repeat:repeat-x;
	border: 2px solid #eae7dd;
	border-top: 0;
	clear:both;
}

.elasticrow{
	position:relative;
	top:0px;
	left:0px;
	display:block;
}

p{
	font-family:Tahoma, Arial, Helvetica, Verdana;
	font-size:11px;
	line-height:normal;
}

h3.productdescrheading{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:9px;
	margin-bottom:4px;
	color:#000;
}

p.productdescr, .error ul{
   font-family:Tahoma, Verdana, Arial;
   font-size:11px;
   color:#999999;
   margin:0px;
   line-height:normal;
   list-style:none;
   padding-left:0px;
} 

.error ul li {
    color: #CC0000;
}

p.productprice{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#0079D2;
	line-height:normal;
	font-weight: bold;
}
.module p.productprice{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#ffe22C;
	line-height:normal;
	font-weight: bold;
}

.itemcount{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:normal;
	color:#FFFFFF;
}

input, select, textarea{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:normal;
	color:#333333;
	padding-left:2px;
}

a.membernav:link, a.membernav:visited {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	text-decoration:none;
	font-weight: bold;
	color: #fe6000;
}

a.membernav:hover, a.membernav:active, .membernavselected {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	text-decoration:none;
	font-weight: bold;
	color: #55B93C;
}

/* styles for privacy etc. pages */

h3#titlebox{
	font-family: Tahoma, Verdana, Arial;
	position:inherit;
	top:0px;
	left:0px;
	display: inherit;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 3px;
	border-bottom: 2px solid #ccc;
	color: #113E87;
	clip: rect(0px,auto,auto,auto);
	margin-top: 0px;
}

.itemvalue{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #333333;
	line-height: 1.4em;
}

.itemquantity{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #113E87;
}

/* Shipping form */

#shippingCalculatorFormWrapper {
    float: right;
    width: 229px;
    position: relative;
    right: 48px;
    padding-bottom: 10px;
}

#shippingCalculatorFormWrapper label {
    color:#000000;
    font-family:Geneva,Arial,Helvetica,sans-serif;
    font-size:9px;
    font-weight:bold;
    line-height:normal;
    float: left;
    width: 140px;
    height: 40px;
    padding: 10px 5px 0px 0px;
}

#shippingCalculatorFormWrapper input {
    float: left;
    position: relative;
    top: 10px;
}

#shippingCalculatorFormWrapper input#shippingCalcSubmit {
    top: 15px;
}

#shippingCalculatorFormWrapper .error, #shippingCalculatorFormWrapper .error ul, #shippingCalculatorFormWrapper .error ul li {
    float: left;    
    clear: both;
    width: 229px;
    text-align: left;
}

#shippingCalculatorFormWrapper .error {
    padding: 5px 0px;
}
