/* -------- General Styles --------- */
/* base colour #4d5f8a */

body {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#555555;
	/*padding:0px;*/
}

img {
	border:0;
}

form {
	margin:0;
	padding:0;
}

input,select,textarea {
	border:1px solid #aaa;
}

input.opt {
	border: 0;
	width:auto;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	font-size: 14px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	font-size: 11px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:5px;	
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	font-size: 11px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:5px;	
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	font-size: 10px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:5px;	
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	font-size: 9px;
	font-weight:bold;
	margin-bottom:0px;
}

h6 {
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	font-size: 8px;
	font-weight:bold;
	margin-bottom:0px;
}

p {
	font-family:Arial, Helvetica, sans-serif;	
	margin: 5px 0px 0px 0px;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#4d5f8a;
	text-decoration: none;
}

a:link {
	color:#4d5f8a;
	text-decoration: none;
}

a:visited {
	color:#4d5f8a;
	text-decoration: none;
}



a:hover {
	color:#4d5f8a;
	text-decoration: underline;
}

a.bigger{
	font-size: 13px;
}

a.std_add_to_basket{
	font-size:13px;
}

p.message{
	text-align:center;
	color:#CC0000;
	font-weight:bold;
	padding:10px;
}

p.confirm{
	text-align:center;
	color:#00CC66;
	font-weight:bold;
	padding:10px;
}

p.alert{
	padding:20px 0px;
	text-align:center;	
	background-color:#FFFFCC;
	border: 1px solid #FF0000;
	font-size: 12px;
	font-weight:bold;
}

ul.no_style{
	list-style:none;
	padding:0;
	margin:0;
}

li img{
	vertical-align:text-bottom;
	margin-right: 5px;	
}

optgroup{
	text-transform:uppercase;
	background-color:#cccccc;
}

optgroup.subgroup{
	text-transform:none;
	background-color:#ffffff;
}

optgroup option{
	text-transform:none;
}

.ellipsis{
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

/* nav */

#maincontainer {
	background-image: url('./images/logo.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

#globalNav {
	/*top:47px;*/
	/*background:#fff url("./images/bg.gif") repeat-x bottom;*/

	font-size:68%;
	line-height: normal;
	text-transform:uppercase;
	padding:0;
	margin:0;
}
  
#globalNav ul {
  margin:0;
  padding:10px 10px 0 0;
  list-style:none;
  }
  
#globalNav li {
  float:left;
  background:url("./images/tab_left_off.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
  
#globalNav a {
  float:left;
  display:block;
  background:url("./images/tab_right_off.gif") no-repeat right top;
  padding:5px 15px 4px 8px;
  margin-right:2px;
	text-decoration:none;
  font-weight:bold;
  color:#765;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#globalNav a {float:none;}
/* End IE5-Mac hack */
#globalNav a:hover {
  color:#333;
  }
  
#globalNav #current {
  position:relative;
  top:0px;
  background-image:url("./images/tab_left_on.gif");
  padding:0 0 0 9px;
  }
  
#globalNav #current a {
	position:relative;
	top:0px;
	background-image:url("./images/tab_right_on.gif");
	color:#FFF;
	padding:5px 15px 4px 6px;
}

/* Sub Section CSS */

#subsection{
	margin-bottom: 30px;
}

#subsectiontabs {
	font-size:68%;
	line-height: normal;
	padding:0;
	margin:0;
}
  
#subsectiontabs ul {
  margin:0;
  padding:10px 10px 0 0;
  list-style:none;
  }
  
#subsectiontabs li {
  float:left;
  background:url("./images/tab_left_off.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
  
#subsectiontabs a {
  float:left;
  display:block;
  background:url("./images/tab_right_off.gif") no-repeat right top;
  padding:5px 15px 4px 8px;
  margin-right:2px;
	text-decoration:none;
  font-weight:bold;
  color:#765;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#subsectiontabs a {float:none;}
/* End IE5-Mac hack */
#subsectiontabs a:hover {
  color:#333;
  }
  
#subsectiontabs .current {
  position:relative;
  top:0px;
  background-image:url("./images/tab_left_on.gif");
  padding:0 0 0 9px;
  }
  
#subsectiontabs .current a {
	position:relative;
	top:0px;
	background-image:url("./images/tab_right_on.gif");
	color:#FFF;
	padding:5px 15px 4px 6px;
}

#subsectiontabs .current a:hover{
	color:#FFF;
}

#subsectioncontent, #subsectioncontent.noborder{
	clear:both;
	margin-bottom: 10px;
	border:1px solid #4d5f8a;	
}

#subsectioncontent.noborder{
	border: 0;
}

/* END Sub Section Tabs*/

#headermenu td{
	background-color:#4d5f8a;
}

#headermenuleft {
	padding-left:15px;
	color:#DFDFDF;
	text-transform:uppercase;
}

#headermenuleft a,#headermenuleft a:visited {
	color:#DFDFDF;
}

#headermenuleft a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#headermenuright {
	padding-right:5px;
	color:#DFDFDF;
}

#headermenuright a,#headermenuright a:visited {
	color:#DFDFDF;
}

#headermenuright a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#leftcol {
	padding: 10px 5px 0px 0px;
}

#midcol {
	padding: 10px 20px 10px 20px;
}

#rightcol {
	padding: 10px 0 0 5px;
}

#midcol ul{

}

li img{
	vertical-align:text-bottom;
	margin-right: 5px;	
}

.offer_text{
	color:#1166aa;
	font-weight:bold;
}

/* SHADOWED TEXT FOR FEATURED PRODUCTS */

.featured_text{
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	color:#3399ee;
}

.shadow{
	position:absolute;
	left:-1px;
	top:-1px;
	color:#3399FF;
}

#midcol #proddetailmain h1{
	font-size: 18px;
}

#midcol .proddetailright {
	margin:0 0 0 10px;
	float:right;
	width:170px;
}

#midcol #prodimg{
	margin-bottom:10px;
}

#midcol .proddetailright ul{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#midcol .proddetailright li {
	margin-bottom: 2px;
}

#midcol .proddetailright li a{
	font-size: 13px;
}

#midcol .proddetaillinks {
	clear:both;
	padding-top: 20px;
	text-align:center;
}

#midcol .proddetaillinks li{
	display:inline;
}

#midcol .proddetaillinks li a{
	margin-right: 10px;
}

.prodprice{
	padding-top:5px;
	font-weight:bold;
	font-size:18px;
}

.price_vat{
	font-size:13px;
}

.rr_price{
	font-size:13px;
	text-decoration:line-through;
}

#midcol .product_lines {
	clear:both;
	border-collapse:collapse;
	border: 1px solid #4d5f8a;
	margin-top: 20px;
}

#midcol .product_lines th{
	background-color: #4d5f8a;
	color: #FFF;
	padding:3px;	
}

#midcol .product_lines td{
	padding:3px;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}

#midcol .product_lines img.tn{
	margin-right:3px;
}

#category_filter div.filter_item{
	display:inline;
	float:left;
	margin-right: 10px;
	margin-bottom: 4px;
}

#category_filter select, #category_filter input{
	font-size: 11px;
}

#leftcol .tabsidebox {
	margin-left:1px;
	margin-bottom:20px;
}

#rightcol .tabsidebox {
	margin-right:1px;
	margin-bottom:20px;	
}

#rightcol #right_note{
	width:135px;
	padding:5px;
	border:1px solid #999999;
	font-size:12px;
	text-align:center;
}
#rightcol #right_note strong{
	font-size:15px;
	color:#3399ee;
}

.tabsidebox a,.tabsidebox a:visited {
	color:#4d5f8a;
}

.tabsidebox a:hover {
	color:#333333;
	text-decoration:none;
}

.tabsidebox ul{
	padding-left:0;
	margin-left:0;
}

.sideboxhead,.midboxhead {
  padding: 3px 0 0px 9px;
  background-image:url("./images/tab_left_on.gif");
	background-repeat: no-repeat;
	background-position: top left;
}
.sideboxhead .sideboxtitle,.midboxhead .midboxtitle{
	padding: 3px 10px 0 0;
	color:#FFF;
	font-weight: bold;
	background-image:url("./images/tab_right_on.gif");	
	background-repeat: no-repeat;
	background-position: top right;	
}

#leftcol .sideboxinner {
	width:150px; 
	border:1px solid #a5adc3;
	background-color:#efefc8;
	padding:5px;
	color:#545454;
}

#rightcol .sideboxinner {
	width:135px; 
	border:1px solid #a5adc3;
	background-color:#efefc8;
	padding:5px;
	color:#545454;
}

.sideboxinner#searchboxinner input, .sideboxinner#searchboxinner select{
	margin-bottom: 4px;
	font-size: 11px;
}

.sideboxinner#accountboxinner input{
	font-size: 11px;
	width:60px;
}

#footer1 {
	padding:0px 5px 0px 5px;
	color:#545454;
}

#footer1 a,#footer1 a:visited {
	color:#545454;
}

#footer1 a:hover {
	color:#333333;
	text-decoration:none;
}

#footer2 {
	padding:0px 5px 0px 5px;
	color:#DFDFDF;
}

#footer2 a,#footer2 a:visited {
	color:#DFDFDF;
}


#footer2 a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#footer2 td{
	background-color:#4d5f8a;
}

#basket_container h1{
	font-size:18px;
	text-align:left;
	margin-bottom:20px;
}

.basket{
	table-layout:fixed;
	border-collapse:collapse;
}

.basket th{
	background-color: #eee;
	border-bottom: 1px solid #aaa;
	color: #666;
	padding:5px;
}

.basket tr.product_line td{
	border-bottom: 1px dashed #ddd;
}

.basket td{
	padding:5px;
}

table.product_datasheet{
	border-collapse:collapse;
	border: 1px solid #4d5f8a;
}

table.product_datasheet th{
	text-align:left;
	background-color: #4d5f8a;
	color: #FFF;
	padding:3px;	
}

table.product_datasheet td{
	border-bottom: 1px dashed #ddd;
	padding: 4px;
}

.product_box_l,.product_box_r{
	width:48%;
	_width:49%;	
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.product_box_r{
	margin-right:0;
}

.pb_inner{
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.name_wrap{
	width:90%;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.pb_inner .pb_price{
	font-weight:bold;
	font-size:14px;
}

.sb_left{
	background: url('/styles/style2/images/box_blue_left.gif') no-repeat top left;
	height: 200px;
	_height: 199px;
}

.sb_right{
	background: url('/styles/style2/images/box_blue_right.gif') no-repeat top right;
}

.sb_inner{
	background: url('/styles/style2/images/box_blue_top.gif') repeat-x top left;
	border-bottom: 1px solid #aaa;
}

.sb_inner .sb_price{
	font-weight:bold;
	font-size:14px;
}

.sb_inner a.sb_name{
	font-weight:bold;
	font-size: 12px;
	color:#fff;
}

.featured_box{
	width:99%;
	clear:both;
	margin-bottom:20px;
}

.featured_box td#fb_content{
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background-color: #f1f1f1;
	/*background-image: url('./images/featured.jpg');*/
	background-position: center right;
	background-repeat:no-repeat;
	padding:0;
}

.featured_box #fb_head{
	color:#000;
	font-size:12px;
	font-weight:bold;
}

.featured_box #fb_img{
	border: 1px solid #aaa;
	margin-right:10px;
}

.featured_box #fb_price{
	color:#4d5f8a;
	font-size: 24px;
	font-weight:bold;
}

.featured_box #fb_inc_vat{
	color:#000;
	font-size:18px;
}

.featured_box #fb_add{
	font-size:14px;
}

/* Navigation Left CSS */

.sideboxinner#navboxinner{
	background-color: #fff;
	border:0;
	padding:0;
}

#navboxinner ul{
	list-style: none;
	margin:0;
	padding:0;	
}

#navboxinner li a{
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

#navboxinner ul.level1{
	width:160px;
	border:1px solid #666;
}
#navboxinner ul li a{
	display:block;
	width:152px;
	border-top: 1px solid #666;		
	border-bottom: 1px solid #666;	
}

#navboxinner ul.level1 li a{
	padding: 4px;
	background-color: #999;		
	border-top: 2px solid #777;
	border-bottom: 2px solid #777;			
	color: #fff;	
}

#navboxinner ul.level1 li a:hover{
	color: #000;
	border-color: #bbb;
	background-color: #ccc;
}

#navboxinner ul.level2 li a{
	padding: 2px 4px;
	background-color: #ddd;
	border-top: 1px solid #fff;
	border-bottom: 0;
	color: #000;	
	font-weight: normal;
}

#navboxinner ul.level2 li a:hover{
	background-color: #eee;
	border-color: #ccc;
}

#navboxinner ul.level3 li a{
	padding: 2px 4px;
	background-color: #fff;	
	border:0;
	color: #666;	
}

#navboxinner ul.level3 li a:hover{
	border:0;
	background-color: #ddd;
	color: #000;	
}

#navboxinner ul.level3 li a.selected{
	color: #000;
	font-weight:bold;
}

.sideboxinner#manunavboxinner{
	background-color:#fff;
}

/* CUST ACCOUNT CSS */

table.sign_in th{
	font-size:14px;
}

table.sign_in tr{
	height:20px;
}

form.account_form h1,h1.account_head{
	font-size:18px;
	color: #CCCCCC;
	margin-bottom: 10px;
}

form.account_form fieldset{
	margin-bottom:10px;
	padding:10px 0px;
}

form.account_form legend{
	font-weight: bold;
	font-size: 13px;
}

form.account_form table{
	width:100%;
}

form.account_form table td.form_label{
	width:50%;
	text-align:right;
	padding-right:10px;
}

form.account_form label{
	font-weight:bold;
	color:#6699CC;
}

form.account_form .required{
	background-image: url('/styles/style1/images/icon_alert.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

form.account_form input, form.account_form select, form.account_form textarea{
	width:50%;
}

form.account_form .regular_size{
	width:auto;
}

form#contact_form .form_label{
	vertical-align:top;
	padding-top:4px;
	width:200px;
}

form#contact_form label,form#credit_application label{
	padding-right:20px;
}

form#credit_application .form_label{
	padding-right: 0;
}

form#contact_form input,form#contact_form select,form#contact_form fieldset{
	width:auto;
}

table.account_orders{
	margin-top:20px;
	background-color: #EEE;
}

table.account_orders th,table.account_orders td{
	padding:5px;
	text-align:center;
}

table.account_orders th{
	background-color: #eee;
	color:#666;;
}

table.account_orders td{
	background-color:#ffffff;
}

table.order_sub{
	width:100%;
	border: 1px solid #999;
}

table.order_sub th{
	background-color: #eee;
}

table.order_sub td{
	text-align:right;
}

table.order_lines{
	margin-top:20px;
	margin-bottom:20px;
}

table.order_lines th{
	background-color:#eee;
}

table.order_lines td{
	text-align:center;
	border-bottom: 1px dashed #ddd;
}

table#choose_address{
	margin-top:20px;
	margin-bottom:20px;
}

table#choose_address th{
	padding:5px;
	font-size: 14px;
	background-color:#eee;
	border-bottom: 1px solid #666;
}

table#choose_address tr.address_line td{
	border-bottom: 1px dashed #aaa;
	padding:0px 10px;
}

table#choose_address #add_address{
	padding:10px;
}

div.manu_logo{
	float:left;
	margin-right:20px;
	height:60px;
}


/* PAYMENT FORM CSS */

.payment_form fieldset{
	padding:20px;
}

.payment_form legend{
	font-weight: bold;
	font-size: 13px;
}

.payment_form .form_label{
	width:200px;
	text-align:right;
}

.payment_form label{
	padding-right:20px;
	font-weight:bold;
	color:#6699CC;
}

form label.required{
	background-image: url('/styles/style1/images/icon_alert.gif');
	background-position:top right;
	background-repeat:no-repeat;
}

.payment_form .note{
	padding-bottom:10px;
}
