@charset "utf-8";

/******************************************************************************************************/
/******************************************************************************************************/
/***********======= REMEBER TO CHECK OTHER STYLE SHEETS AND HTML CODE FOR IE 6 FIXES ========**********/
/******************************************************************************************************/
/******************************************************************************************************/

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding-top:20px;
}

p, h1, h2, h3, h4, a, li, ul, input{
	padding:0;
	margin:0;
}

/******************** Misc / Quick styles ********************/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.floatleft{float:left;}
.floatright{float:right;}


/* Table cell colour settings */
.td_bg_colour{
	background-color:#1b75b3;
	color:#FFFFFF;
	padding:0.5em;
}


/******************** Links ********************/
a{outline:none;}

a, a:link, a:visited{
	color: #0579c8;
	text-decoration:underline;
} 
a:hover, a:active{
	color: #a50000;
	text-decoration:underline;
}

a.link2, a.link2:link, a.link2:visited, span.link2{
	color: #999;
	text-decoration:none;
} 
a.link2:hover, a.link2:active{
	color: #6e4734;
}
a.link3, a.link3:link, a.link3:visited{
	color: #cbe9fe;
	text-decoration:underline;
} 
a.link3:hover, a.link3:active{
	color: #e2e0e0;
}
a.link4, a.link4:link, a.link4:visited{
	color: #fff;
	text-decoration:underline;
	font-weight:bold;
} 
a.link4:hover, a.link4:active{
	color: #cbe9fe;
}
a.link5, a.link5:link, a.link5:visited{
	color: #000;
	text-decoration:underline;
	font-size:12px;
} 
a.link5:hover, a.link5:active{
	color: #03395e;
	text-decoration:none;
}
a.link6, a.link6:link, a.link6:visited{
	color: #999;
	text-decoration:underline;
} 
a.link6:hover, a.link6:active{
	color: #6e4734;
}


/******************** Fonts ********************/
.coloured_txt{color: #fff;}
.coloured_txt2{color: #0579c8;}
.coloured_txt3{color: #FF0000;} /* keep as red for checkout */
.coloured_txt4{color: #2f7fd6;font-size:90%;}



.sml_txt{font-size:90%;}

.pricesmallwas{
	font-size:90%;
	text-decoration:line-through;
	font-weight:bold;}
.pricesmall{
	font-size:90%;
	font-weight:bold;
	color:#FF0000;}
.pricemedwas{
	font-size:100%;
	text-decoration:line-through;
	font-weight:bold;
	color:#FF0000;}
.pricemed{
	font-size:100%;
	font-weight:bold;
	color:#FF0000;}
.pricelrg{
	font-size:250%;
	font-weight:bold;
	color:#FF0000;}

.priceclearmedwas{
	font-size:100%;
	text-decoration:line-through;
	font-weight:bold;
}
.priceclearmed{
	font-size:100%;
	font-weight:bold;
}
.priceclearmedHome{
	font-size:150%;
	font-weight:bold;
	color:red;
}


/******************** Overall Layout Styles ********************/


#overallcontainer{
	width: 990px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
	
.welcomelogin{float:left; padding:0.6em 0 0 0.6em;}
.servicepromote{float:right;}

#container { 
	width: 990px;  
	background: #FFFFFF;
	border: 1px solid #024878;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/******************** Header ********************/
#header {
	width:990px;
	height:131px;
	border-bottom:1px solid #003366;
	border-right:1px solid #003366;
	margin:0;
	padding:0;
}

#header a {
	display:block;
	cursor:pointer;
	/*height:183px;*/
}

#headerLogin{
	height:32px;
	border-bottom:1px solid #333333;
	padding:5px 0px 5px 5px;
}

#headerMenu {
	height:42px;
	background:url(_img/footerbg.jpg);
	background-image:url(_img/footerBG.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	line-height:42px;
} 

#headerMenu ul{
	padding:0px;
	margin:0px;
}

#headerMenu ul li{
	padding:0px;
	margin:0px;
	float:left;
	list-style:none;
}

#headerMenu a, #headerMenu a:visited{
	padding:0px;
	margin:0px;
	display:block;
	width:198px;
	color:#FFFFFF;
	text-align:center;
	text-transform:uppercase;
}

.menulink{
	background-image:url(_img/menuBG1.gif);
	background-position:center right;
	background-repeat:no-repeat;
}

#headerMenu p {
	margin:0 0 0 1em;
	color:#FFFFFF;
	/*padding-top:0.4em;*/
}

/******************** Left Side Overall Styles ********************/	

#leftsidebar {
	float: left; 
	width: 198px; /* since this element is floated, a width must be given */
	overflow:hidden;
	padding: 15px 29px 0 0; /* top and bottom padding create visual space within this div */
}

/******************** Right Side Overall Styles ********************/	

#rightsidebar {
	float: left; 
	width: 208px; /* since this element is floated, a width must be given */
	overflow:hidden;
	padding: 15px 0px 0 28px; /* top and bottom padding create visual space within this div */
}

/******************** Search Box ********************/	

#searchbox{
	height:76px;
	width:199px;
	margin: -6px 6px 6px 0;
	background:url(_img/search_bg.gif) no-repeat;
}

#searchbox input.formsubmit {
	position:relative;
}
#searchbox input.image {
	position:relative;
	top:-1.9em;
}
#searchbox h3{
	font-size:15px;
	padding:13px 0 5px 10px;
	margin:0px;
}

#searchbox a{
	position:relative;
	top:-2.2em;
	left:8em;
	color:white;
	font-size:10px;}

#searchbox input{
	margin:-3em 0 0 10px;
	position:relative;
	top:-0.5em;
}

/******************** Basket Box ********************/
#basketbox{
	height:76px;
	width:250px;
	background:url(_img/basket_bg.gif) no-repeat;
	margin: -5px 6px 6px 6px;
}

#basketbox h3{
	font-size:15px;
	padding:13px 0 0 10px;
	margin:0px;
}

#basketbox p{
	font-size:14px;
	padding:2px 0 5px 10px;
	margin:0px;
}

/******************** Nav container ********************/	

.navcontainer{
	width:196px;
}

/* drop shadow */
.img-shadow {
  float:left;
  background: url(_img/shadowAlpha.png) no-repeat bottom right !important;
  background: url(_img/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 0px !important;
  margin: 10px 0 0 1px;
  }
  
.img-shadow-right {
  float:left;
  background: url(_img/shadowAlpha-right.png) no-repeat bottom left !important;
  background: url(_img/shadow-right.gif) no-repeat bottom left;
  margin: 10px 0 0 -2px !important;
  margin: 10px 0 0 1px;
  }

.img-shadow .navcontainer {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  border-left:none;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }


.navcontainer h3{
	color:#2f7fd6;
	font-size:15px;
	padding:0.5em 0 0 0.7em;
}
	
#navlist{
	width: 95%;
	margin: -0.5em 0 0 -0.5em;
	padding:1.3em;
}

#navlist li{
	list-style: none;
	margin: 0 0 0 -0.5em;
	padding: 0.5em;
	border-top: 1px dotted black;
	font-size:80%;
}

#navlist li.top{
	border-top: none;
}
#navlist li a, a:link, a:active, a:visited { text-decoration: none; }
#navlist a:hover { text-decoration: underline;  }

.catdepth1{
	background-color:#f0f7ff;}
.catdepth2{
	background-color:#f5f5f6;}



/*********** Main Content Styles ***********/
#mainContent {
	width:527px;
	overflow:hidden;
 	/*margin: 1em 0 0.5em 18em;*/
	float:left;
	padding-top:15px;
} 

#mainContentbox p{
	padding:0.5em;
}


.categoryview #mainContent hr{
	width:99%;
	margin-left:-0.2em;
} 

.specialOfferBox{
	background-color: #ed0000; 
	color:white; 
	width: 226px; 
	border-color:#c00; 
	border-width:2px; 
	border-style:solid;}

/* h1 */
#mainContentbox h1{
	height:34px;
	margin:0;
	padding:0.5em 0 0 0;
	color:#2f7fd6;
	font-size:110%;
}

#mainContent h1{
	height:34px;
	margin:0;
	padding:0.5em 0 0 0;
	color:#2f7fd6;
	font-size:110%;
}

.home #mainContent h1{
	color: #ed0000;
	font-size:190%;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}

/* h2 */
#mainContentbox h2{
	height:34px;
	margin:0;
	padding:0;
}
#mainContent h2{
	color:#024878;
	font-size:100%;
	height:34px;
}
.categoryview #mainContent h2{
	color:#1b75b3;
	font-weight:bold;
	font-size:130%;
	padding:0.5em 0 0.8em 0;
}
.itemview #mainContent h2{
	color:#1b75b3;
	font-weight:bold;
	font-size:130%;
	padding:0.5em 0 0.8em 0;
}
/* h3 */
#mainContent h3{
	color:#024878;
	font-size:100%;
}


/*********** Product Box container ***********/

.home #productboxcontainer h1{
	border-bottom:1px #333333 solid;
}

.itemview #productboxcontainer h1{
	color:#1b75b3;
	font-weight:bold;
	font-size:130%;
	padding-top:1em;
}

.relatedCatLinks{
	font-size:85%; 
	border: 1px solid #ccc;
	margin-bottom:0.5em;}

#itemdescription{margin-top:-1.5em; font-size:90%;}


.categoryview #productboxcontainer p{padding:0;}

#leftitemview{
	float:left;
	width:295px;
	}
#rightitemview{
	float:right;
	/*padding-right:1em;*/
	width: 220px;
	}

#iteminfobuttons{margin-left:0em;}

#iteminfoemail a{
	position:relative;
	top:0.5em;
	left:0.5em;
}

#iteminfoprint a{
	position:relative;
	top:0.5em;
	left:0.5em;
}

.itemview input.submit{font-size:85%;}

#requireddetailscontainer{
	border:1px solid #CCCCCC;
	padding:0.5em;
	margin-left:0.4em;
	width:186px;
	}
#requireddetailscontainer h2{
	text-indent:-9999px;
	background:url(_img/txt_requireddetails.gif) no-repeat;
	width:144px;
	height:19px;
	margin:0;
	padding:0;
	}
#requireddetailscontainer select{
	width:170px;
	font-size:90%;
	margin:0.5em;}

#addtobasketcontainer{
	border:1px solid #CCCCCC;
	padding: 0.5em 0.5em 0.5em 1em;
	}
#addtobasketcontainer h2{
	text-indent:-9999px;
	background:url(_img/txt_basket.gif) no-repeat;
	width:144px;
	height:19px;
	margin: 0 0 0 -0.4em;
	padding: 0;
	}
#buttonaddtobasket{
	text-indent:-9999px;
	background:url(_img/but_addtobasket.gif) no-repeat;
	width:114px;
	height:21px;
	margin:0 0 0 0.5em;
	padding:0;
	}
#buttonaddtobasket a{
	display:block;
	cursor:pointer;
	width:114px;
	height:21px;
	}
	
.proddetailsbrief p	{
	margin:0;
	padding:0;
	font-size:85%;
	text-align:left;
	}
	
.viewdetails{
	background:url(_img/infoico.gif) no-repeat;
	background-position:left;
	height:22px;	
	margin:0 0 0 0.5em;
	padding:0;
	text-align:center;
}
.viewdetails a{
	display:block;
	cursor:pointer;
	height:22px;
}
.addtocart{
	background:url(_img/cartico.gif) no-repeat;
	background-position:left;
	height:20px;
	margin:0 0 0 0.5em;
	padding:0;
	text-align:center;
}
.addtocart a{
	display:block;
	cursor:pointer;
	height:22px;
}
.productboxspacer_h{
	background:url(_img/productboxspacer_h.gif) repeat-x;
	height:20px;
	margin:0;
	padding:0;
	width:99%;
}
.productboxspacer_v{
	background:url(_img/productboxspacer_v.gif) repeat-x;
	height:91px;
	margin:0;
	padding:0;
	width:5px;
}

.contact .bgcolour{
	background-color:#1b75b3;
	color:#FFFFFF;}
	
.contactTextBox{
width:300px;
}
.contactTextArea{
width:300px;
height:100px;
}
p{
	padding:0.5em;
}

	
/*********** Checkout Pages ***********/
#placeorderdetails{
	border:dashed;
	border-width:2px;
	padding:1em;
	width:92%;}

.checkoutdeliverybox{
	background-color:#F6F6F6;
	padding:1em;
	font-size:90%;
	}

select{font-size:90%;}

.button_style{
	background-color: #2f7fd6;
	color:#FFFFFF;
}
	
/*********** Footer ***********/

#footer {
	height:42px;
	background:url(_img/footerbg.jpg);
	background-image:url(_img/footerBG.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	line-height:42px;
} 
#footer p {
	margin:0 1em 0 1em;
	color:#FFFFFF;
	/*padding-top:0.4em;*/
}

#logos{
padding-top:20px;
}

#companyregdetails{
	float:right;
	text-align:right;
	font-size:90%;
	color: #999;
	padding-top:20px;
}
#rocketuklink{
	float:left;
	font-size:90%;
	padding-top:20px;
}

#rocketuklink, #rocketuklink a{
	font-size:90%;
	color: #999;
}
  
  
/* Generic class used on any page to show very visual errors */

div.errorbox
{
	border-style:solid;border-width:2px;border-color:red;background:#ffb0b0;padding:1em;width:75%;text-align:center;
	margin:1px;
}
