body{
	margin: 0;
	padding: 0;
	margin-top: 3px;
	background-color: #eeeeee;
	background-image: url(i/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color:#00125C;
}
div,td,p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
div.cartIcon{
	padding-left: 3px;
	padding-right: 20px;
	text-align: center;
	width: 30px;
	height: 18px;
	right: 0;
	bottom: 0;
	position: absolute;
	vertical-align: middle;
	background: White url(i/cart.png) no-repeat right;
	border: 1px solid red;
}
#wrapperOut{
	margin: 0 auto;
	background-position: left;
	background-image: url(i/bg.png);
	background-repeat: repeat-y;
	width: 870px;
	border: 1px solid #00125C;
}
#wrapperIn{
	background-image: url(i/header.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 870px;
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
}
#menu{
	height: 22px;
	color: white;
	text-align: right;
	margin-top: 50px;
	padding-right: 20px;
}
#menu a{
	color: white;
	text-decoration: none;
}
#menu a:HOVER, #menu a.menu_on{
	text-decoration: underline;
}
#content{
	height: auto;
	padding-left: 57px;
	position:relative;
	text-align: center;
	margin-top: 29px;
	padding-top: 10px;
}
#address{
	margin: 0 auto;
	margin-top: 30px;
	width: 80%;
}
#basketSummary{
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	height: 22px;
	border: 1px solid #00125C;
	padding: 3px;
	margin-bottom: 10px;
	font-size: smaller;
	background: #F5FFFA url(i/cart.png) no-repeat 5px;
}
#footer{
	font-size: .7em;
	color: #00125C;
	text-align: center;
	margin: 0 auto;
}
div.blueBox{
	width: 365px;
	border: 3px solid #0099ff;
	padding: 5px;
	padding-top: 20px;
	margin-top: 25px;
	position: relative;
}
.boldText{
	font-weight: bold;
}
div.columns{
	width: 780px;
	font-size: .8em;
}
div.pHeader{
	width: 365px;
	height: 22px;
	margin-bottom: 3px;
	background: url(i/grey_fade.png) repeat-x;
}
div.productL{
	border: 3px solid #0099ff;
	width: 365px;
	float: left;
	padding: 3px;
	background-color: #eee;
	text-align: left;
	min-height: 110px;
	position: relative;
}
div.productR{
	border: 3px solid #0099ff;
	width: 365px;
	float: right;
	padding: 3px;
	background-color: #eee;
	text-align: left;
	min-height: 110px;
	position: relative;
}
div.image{
	padding: 5px;
	margin-right: 5px;
	background-color: #fff;
	float: left;
	/* border: 1px solid red; */
	width: 100px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
}
div.text{
	float:right;
	width: 230px;
	line-height: 140%;
}
div.pName{
	font-weight:bold;
	left: 0;
	top: 4px;
	padding-left: 5px;
	padding-top: 2px;
	text-align: left;
	position: absolute;
}
div.price{
	font-weight:bold;
	right: 45px;
	top: 4px;
	text-align: right;
	position: absolute;
	vertical-align: middle;
	padding-top: 2px;
}
div.buy{
	right: 3px;
	top: 3px;
	position: absolute;
}
p.pcode{
	font-weight:bold;
	font-size: 1.1em;
}
table.lines{
	width: 780px;
}
table.lines th{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #eee;
}
table.lines td{
	border-bottom: 1px solid #ddd;
}
td.totals{
	font-weight: bold;
	padding-top:10px;
}
ul.hex li{
	list-style: url(range/hex.png);
}
/* hide from IE mac \*/
html {overflow: scroll;}
/* end hiding from IE5 mac */

