/*----- WHITESPACE RESET & DEFAULT CLASSES -----*/

	html, body { margin: 0; padding: 0; }
	body { background: #fff url('/Files/PageImages/bg.gif') 0 0 repeat-x; color: #333; font: 62.5% Arial, Helvetica, sans-serif; }
	
	/* Baseline values for browser consistency */
	p, div, h1, h2, h3, h4, h5, h6, ul, li, ol, img, form, fieldset, input, select, textarea, button { margin: 0; padding: 0; }
	img { border: 0; }
	
	/* Force scroll bar in FF for centred sites */
	html { height: 100%; margin-bottom: 1px; }
	
	/* Element Default Classes */
	ul, ol { list-style-position: inside; margin: 0 0 1em; }
	ul li, ol li { font-size: 1.2em; margin: 0 0 0.2em; }
	hr { background: #000; color: #000; border: 0; height: 1px; margin: 20px 0; }
	a:link, a:visited, a:active { color: #858585; text-decoration: underline; outline: 0; }
	a:hover { text-decoration: none; }
	
	/* Global classes */
	.clear { clear: both; height: 0px; }
	.left { float: left; }
	.right { float: right; }
	p.small { font-size: 11px!important; }
	
/* checkout */

#ctl00_CaptureDetails h1 { margin: 0 0 5px; }
.checkout-form h2 { color: #666; margin: 0; }

table.checkout td { padding: 5px 0; }
table.checkout td table td { padding: 5px 10px; }
table.checkout td, table.checkout td input, table.checkout td p, table.checkout td span, table.checkout td select { font-size: 12px; }
table.checkout td input  { font-family: Arial, Helvetica, sans-serif; width: 150px; }
table.checkout td select { width: 153px; }
table.checkout td textarea { width: 150px; }
table.checkout td input.checkbox { width: auto; }
td.checkoutleft { background: #eee; width: 180px; }
td.checkoutright { background: #fbeeee; width: 290px; }

.bt-continue { margin-right: 20px; }

table.check-details { background: #f2f2f2; padding-top: 15px; }
table.check-details td { padding: 0 10px; }
table.check-details h2 { color: #666; }
.confirmleft { width: 180px; }
.confirmright { width: 250px; }

/*----- STRUCTURE -----*/

#container {
	width: 900px;
	margin: 0 auto; }

	#head {
		width: 900px;
		height: 220px;
		position: relative; }
	
	#leftcol { width: 203px; float: left; margin-top: 46px; }
	
		#nav { background: #b2b2b2 url('/Files/PageImages/bg-nav.gif') 0 0 no-repeat; margin-bottom: 15px; }
		
		#basket-brief { width: 203px; height: 150px; background: #E5E5E5 url('/Files/PageImages/bg-basket.gif') 0 0 no-repeat; }
			#basket-brief h3 { padding: 12px 15px 10px 33px; margin: 0; background: url('/Files/PageImages/icon-basket.gif') 15px 14px no-repeat; }
			#basket-brief table { background: #d8d8d8; padding: 5px 0; }
			#basket-brief table td { padding: 4px 8px 0px 6px; font-size: 13px; font-weight: bold; }
			#basket-brief a.bt-checkout { display: block; float: right; width: 97px; height: 23px; background: url('/Files/PageImages/bt-checkout.gif') 0 0 no-repeat; margin: 10px 10px 0 0; }
				#basket-brief a.bt-checkout:hover { background: url('/Files/PageImages/bt-checkout.gif') 0 bottom no-repeat; }
	
	#content { width: 662px; float: right; margin-top: 14px; }
	
		#productDetail { margin-top: 12px; }
			.productDetail-text { margin: 0 0 20px; }
			.productDetail-text p { margin: 0 0 5px; }
			.thumbs img { float: left; border: 1px solid #ddd; margin-right: 5px; }
			.thumbs img:hover { border: 1px solid #aaa; }
	
	#foot { clear: both; height: 30px; padding: 50px 0 0; background: url('/Files/PageImages/bg-foot.gif') 0 bottom repeat-x; }
		#foot p { color: #fff; font-size: 11px; padding: 8px 0 0 15px; }

/*-- Product details page --*/

div.add-to-basket h3 { background: url('/Files/PageImages/icon-basket-add.gif') 0 0 no-repeat; padding: 0 0 0 20px; }
div.add-to-basket table td { padding: 4px; }
div.add-to-basket table tr.title td { background: #d9d9d9; text-transform: uppercase; font-weight: bold; }
div.add-to-basket table tr.rowA td { background: #f5f5f5; }
div.add-to-basket table tr.rowB td { background: #ebebeb; }
div.add-to-basket table td a.bt-add { display: block; float: left; width: 56px; height: 23px; background: url('/Files/PageImages/bt-add.gif') 0 0 no-repeat; }
	div.add-to-basket table td a.bt-add:hover { background: url('/Files/PageImages/bt-add.gif') 0 bottom no-repeat; }

/*----- IMAGES -----*/	

img.head-main { position: absolute; right: 0; bottom: 0; }

/*----- TYPOGRAPHY -----*/

p { 
	font-size: 1.2em; 
	margin: 0 0 1em; }
	
	#head p { color: #fff; font-weight: bold; position: absolute; left: 0; top: 72px; }
	table td { font-size: 12px; }

h1 { 
	font-size: 2.5em; font-weight: bold;
	margin: 0 0 14x;
	color: #ccc; }

h2 { 
	font-size: 1.4em; 
	margin: 0; 
	color: #ccc; }
	
	#head h2 { position: absolute; right: 252px; top: 23px; text-align: right; }

h3 { 
	font-size: 1.5em; 
	margin: 0 0 5px; }

h4 { 
	font-size: 1.4em; font-weight: bold;
	margin: 0 0 1em; }

h5 { 
	font-size: 1.3em; font-weight: bold;
	margin: 0 0 1em; }

h6 { 
	font-size: 1.2em; font-weight: bold;
	margin: 0 0 1em; }


/*----- NAVIGATION -----*/

ul.toollinks { list-style: none; list-style-position: outside; margin: 0; float: right; margin-top: 4px; }
	ul.toollinks li { float: left; }
	ul.toollinks a, ul.toollinks a:visited { text-transform: capitalize; float: left; color: #b2b2b2; font-size: 11px; font-weight: bold; text-decoration: none; margin-left: 15px; }
	ul.toollinks a:hover { color: #fff; }

ul.level1 { 
	list-style: none; list-style-position: outside; margin: 0; height: 74px; position: absolute; left: -1px; bottom: 58px; }
	ul.level1 li { margin: 0; float: left; }	
	ul.level1 li a, ul.level1 li a:visited { display: block; float: left; height: 74px; text-indent: -1000px; }
	ul.level1 li a.hebo { background: url('/Files/PageImages/bt-hebo.jpg') 0 0 no-repeat; width: 138px; }
		ul.level1 li a.hebo:hover, ul.level1 li.MenuOn a.hebo { background: url('/Files/PageImages/bt-hebo.jpg') 0 bottom no-repeat; }
	ul.level1 li a.gasgas { background: url('/Files/PageImages/bt-gasgas.jpg') 0 0 no-repeat; width: 138px; }
		ul.level1 li a.gasgas:hover, ul.level1 li.MenuOn a.gasgas { background: url('/Files/PageImages/bt-gasgas.jpg') 0 bottom no-repeat; }
	ul.level1 li a.gro { background: url('/Files/PageImages/bt-gro.jpg') 0 0 no-repeat; width: 116px; }
		ul.level1 li a.gro:hover, ul.level1 li.MenuOn a.gro { background: url('/Files/PageImages/bt-gro.jpg') 0 bottom no-repeat; }
	ul.level1 li a.s3 { background: url('/Files/PageImages/bt-s3.jpg') 0 0 no-repeat; width: 114px; }
		ul.level1 li a.s3:hover, ul.level1 li.MenuOn a.s3 { background: url('/Files/PageImages/bt-s3.jpg') 0 bottom no-repeat; }	
	ul.level1 li a.RXR { background: url('/Files/PageImages/bt-RXR.jpg') 0 0 no-repeat; width: 114px; }
		ul.level1 li a.RXR:hover, ul.level1 li.MenuOn a.RXR { background: url('/Files/PageImages/bt-RXR.jpg') 0 bottom no-repeat; }
	ul.level1 li a.MAD { background: url('/Files/PageImages/bt-MAD.jpg') 0 0 no-repeat; width: 114px; }
		ul.level1 li a.MAD:hover, ul.level1 li.MenuOn a.MAD { background: url('/Files/PageImages/bt-MAD.jpg') 0 bottom no-repeat; }
		ul.level1 li a.hydrapak { background: url('/Files/PageImages/bt-hydrapak.jpg') 0 0 no-repeat; width: 114px; }
		ul.level1 li a.hydrapak:hover, ul.level1 li.MenuOn a.hydrapak { background: url('/Files/PageImages/bt-hydrapak.jpg') 0 bottom no-repeat; }	
		ul.level1 li a.gadgets { background: url('/Files/PageImages/bt-gadgets.jpg') 0 0 no-repeat; width: 120px; }
		ul.level1 li a.gadgets:hover, ul.level1 li.MenuOn a.gadgets { background: url('/Files/PageImages/bt-gadgets.jpg') 0 bottom no-repeat; }
		ul.level1 li a.jitsie { background: url('/Files/PageImages/bt-jitsie.jpg') 0 0 no-repeat; width: 138px; }
		ul.level1 li a.jitsie:hover, ul.level1 li.MenuOn a.jitsie { background: url('/Files/PageImages/bt-jitsie.jpg') 0 bottom no-repeat; }	
ul.breadcrumb { list-style: none; list-style-position: outside; margin: 0; }
	ul.breadcrumb li { float: left; font-size: 13px; font-weight: bold; padding-right: 5px; }
	ul.breadcrumb li a { color: #C71414; padding-right: 4px; }


P.breadcrumb { list-style: none; list-style-position: outside; margin: 0; }
	P.breadcrumb {font-size: 13px; font-weight: bold; padding-right: 5px; }
	P.breadcrumb a { color: #ccc; padding-right: 4px; }

ul.MultiNavLevel2 { list-style: none; list-style-position: outside; margin: 0; padding: 10px 0; background: url('/Files/PageImages/bg-level2.gif') 0 bottom no-repeat; }
ul.MultiNavLevel2 li { padding: 5px 10px; margin: 0; border-bottom: 1px solid #ccc; }
ul.MultiNavLevel2 li a, ul.MultiNavLevel2 li a:visited { font-size: 14px; color: #fff; text-decoration: none; font-weight: bold; padding-left: 17px; }
ul.MultiNavLevel2 li a:hover { color: #333; }
ul.MultiNavLevel2 li a.MenuOn { background: url('/Files/PageImages/arrow.gif') 0 2px no-repeat; color: #333; }

ul.MultiNavLevel3 { list-style: none; list-style-position: outside; margin: 4px 0 0; }
ul.MultiNavLevel3 li { margin: 0 0 0 4px; border: none; }
/*----- FORM ELEMENTS -----*/

form { }

form label {
	 cursor: pointer;
	 font-size: 1.2em;
	 display: block; 
	 float: left;
	 width: 150px; }
 	
form span { font-size: 1.2em; }
 		
form fieldset {
	border: none; clear: left; }
		
input, select, textarea {
 	font: 1.2em Arial, Helvetica, sans-serif;
 	width: 60px; }
 
 	input.checkbox, input.radio { width: auto; margin-top: 5px; }

button { margin: 0 0 0 10px; }





.tableOrder { float:left; margin-top:28px; font-size:1.2em; }
.tableOrder tr.head { background-color:#C71414; height:25px; font-size:1.4em; color:white; padding:0; margin:0; }
.tableOrder tr.rowA { background-color:#eee; height:27px; padding:0; margin:0; }
.tableOrder tr.rowB { background-color:#fbeeee; height:27px; padding:0; margin:0; }   
.tableOrder td { padding:0; margin:0; }
.tableOrder td input { width:40px; }

