@import url("structure.css");
@import url("sitemap.css");
@import url("lightbox.css");

@media print {
	body,p,div,td,span {font: 10pt/15pt Arial,Verdana, Helvetica, sans-serif;}
	a {font: 10pt/15pt Arial,Verdana, Helvetica, sans-serif;font-weight:bold;}
	h1, h2, h3,	h4, h5, h6 { page-break-after: avoid; page-break-inside: avoid }
   	blockquote,	pre { page-break-inside: avoid }
   	ul, ol, dl { page-break-before: avoid }
	table { page-break-inside: avoid }
}
body {
	margin: 0;
	padding: 0;
	background-color: #14526B;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color:#ffffff;
}
.clear-me{
	clear:both;
}
.reverse{
	direction:rtl;
	unicode-bidi: bidi-override;
}
form{
	margin:0;
	padding:0;
}
/*** Header Styles ***/

.logo{
	height: 109px;
	width: 790px;
	float: left;
}

.flags {
	padding: 5px 0px 0px 5px;
	width: 60px;
	float: left;
}

.flags img {
	margin: 3px;
}

.strapline{

}

.header-links{
	position:absolute;
	right:65px;
	top:0;
	border-bottom:1px solid #142338;
	background:#11455b;
	padding:0 15px 5px 0;
}
.header-links ul{
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.header-links ul li{
	display:inline;
	margin:0 0 0 15px;
}
.header-links ul li a{
	font-weight:bold;
	text-decoration:none;
}

/*** Text Styles ***/

a {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}
h1, h2, h3 {
	font-weight:bold;
}
h1 {
	font-size:18px;
	padding:11px 0 10px 0;
	margin:0;
}
h2 {
	font-size:16px;
	margin:0 0 5px 0;
}
h3 {
	font-size:14px;
	margin:0 0 5px 0;
}
p {
	margin-top:0;
}

.smalltext {
	font-size: 10px;
}

/*** Main navigation styles ***/

#main-navigation{
	text-align:center;
	width: 175px;
	margin: 0px auto;
}
#main-navigation ul{
	background:transparent none repeat scroll 0 0;
	margin-left:0;
	margin-top:11px;
	padding:0;
	text-decoration:none;
	width:175px;
}

#main-navigation li {
	display:block;
	list-style-type:none;
	margin-bottom:10px;
	text-decoration:none;
	width:175px;
}

#main-navigation a {
	background:#5B8698 none repeat scroll 0 0;
	border:1px solid red;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	padding:6px 5px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:163px;
}

#main-navigation li.first{

}
#main-navigation li.last a{
}
#main-navigation li a:hover, #main-navigation li a.main-on,
#main-navigation li.subNav a:hover, #main-navigation li.subNav a.main-on {
	background:#14516B none repeat scroll 0 0;
	color:#FEB518;
}

#main-navigation li.subNav {
	display:block;
	list-style-type:none;
	margin-bottom:10px;
	margin-left:20px;
	text-decoration:none;
	width:150px;
}

#main-navigation li.subNav a {
	background:#5B8698 none repeat scroll 0 0;
	border:1px solid red;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	padding:6px 5px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:145px;
}

/***  Sub navigation styles ***/
#sub-navigation ul {
	width:200px;
	padding:0;
	margin: 0;
	background:#999999;
}
#sub-navigation ul li {
	display: block;
	width: 200px;
	margin:0;
	padding:0;
	list-style-type: none;
}
#sub-navigation ul li a{
	display: block;
	width:190px;
	margin:0 0 0 0;
	padding:5px 0 5px 10px;
	text-decoration:none;
	font:12px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
}
#sub-navigation ul li a:hover, #sub-navigation ul li a.sub-on {
	background:#cccccc;
	color:#414141;
}

/*** Image Styles ***/
img{
	border:0;
}

.column-two img, .single-column img{
	margin:5px;
}

/*** News Styles ***/

.news-item{
	width:100%;
	padding:10px 10px 10px 10px;
	border:1px solid #353A40;
	margin:0 0 10px 0;
	min-height:50px;
	float:left;
	clear:both;
}
.news-item img{
	margin:5px 5px 5px 0;
}
span.date{
	float:right;
	font-weight:bold;
}

/*** Documents Styles ***/

.document-category{
	border:1px solid #353a40;
	padding:10px 10px 10px 10px;
	margin:0 0 10px 0;
}
.document{
	border:1px solid #353a40;
	padding:10px 10px 10px 10px;
	margin:0 0 10px 0;
}
.document-back{

}
.document-back a{
	padding:5px;
}
.document-back a:hover{
	background:#ebebeb;
	text-decoration:none;
}
.document a{
	padding:5px 0 0 3px;
}
.document img{
	margin:0 0 0 0;
	float:left;
}

/*** Submit Button Styles ***/

input.submit-button{
	border:1px solid red;
	background:#5b8698;
	text-align:center;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
	font-size:14px;
	line-height:23px;
	padding:0 3px 0 3px;
	margin:1px 0 0 0;
	height:25px;
	cursor:pointer;
}
input.submit-button:hover{
	background:none;
	color:#feb518;
}

/*** Slug styles ***/

.slug {
	background:#edeed;
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #353a40;
	color:#7F7C73;
	padding-left:4px;
	padding-right:4px;
	height:22px;
	text-align:left;
	clear:both;
}
.slug-title {
	color:#7F7C73;
	width:33px;
	float:left;
	height:22px;
	margin-top:2px;
}
.slug-trail {
	float:left;
	height:20px;
	line-height:auto;
	font-size:0.8em;
	background: #FFFFFF;
	border:solid 1px #353a40;
	padding:1px 2px 0 10px;
	width:80%;
}
span.no-slug {
	color:#C6C7C8;
}
/*#slugOn {
	background:#FFFECE;
	color:#000000;
}*/

/***  Contact form styles ***/

#contact-form {
	border:solid 1px #353a40;
	padding:10px;
	margin:0;
	width:98%;
}
.details, .enquiry {
	float:left;
	width:50%;
}
#contact-form label {
	clear:both;
	display:block;
	width:300px;
	float:left;
	font-weight:bold;
}
#contact-form .error {
	color:#990000;
}
#contact-form label input, #contact-form label textarea {
	font:11px/17px Verdana, Arial, Helvetica, sans-serif;
	border:solid 1px #353a40;
	float:left;
	width:400px;
	line-height:20px;
}
#contact-form label input {
	height:20px;
}
#contact-form label textarea {
	height:240px;
}
#contact-form .contact-footer {
	margin-top:20px;
}
#contact-form .contact-footer .submit {
 	float:right;
}
#contact-form .contact-footer .submit input {
 	height:25px;
 	width:100px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:#353a40;
	border:solid 0 #3b6e22;
	color:#ffffff;
	font:12px/22px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:pointer;
}

/*** Paginate styles  ***/

.pagination, .pagination-info{
	width:100%;
	padding:3px 0 3px 0;
	margin:0 0 3px 0;
	float:left;
	text-align:center;
}
.prev, .next{
	width:20%;
	float:left;
}
.next{
	text-align:right;
}
.page-numbers{
	width:60%;
	float:left;
	text-align:center;
}
.paginateOn, .paginateOff{
	width:auto;
	display:inline;
	margin:2px 2px 2px 2px;
}

/* Clearing floats without extra markup  */
.clear-wrapper { display: inline-block; }
.clear-wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clear-wrapper { height: 1%; }
.clear-wrapper { display: block; }


/*** Products Styles ***/

img.group-image{
	margin:10px 0 10px 0;
	clear:both;
	background-color: #ffffff;
	padding: 10px;
}

.product-scroller{
	overflow-y:auto;
	overflow-x:hidden;
	max-height:400px;
	height:auto !important;
	height:400px;
	border:1px solid #142338;
	padding:0;
}
.product-scroller input.product-qty{
	width:35px;
	margin:1px 0 1px 0;
}
.table-headings{
	margin:0 5px 5px 0;
	border:1px solid #142338;
	padding:2px;
	clear:both;
}
tr.odd{
	background:#165a75;
}
th{
	text-align:left;
}
.groups-list a{
	font-weight:bold;
	margin:0 0 0 0;
}
.view-product-info{
	border:1px solid #142338;
	padding:10px;
}
.view-product-back{
	clear:both;
	padding:5px 0 0 0;
}

/*** Site Search Styles ***/

#google_search {
	padding: 0 0 0 13px;
	margin: 0 0 20px 0;
}

#google_search label {
	display: block;
}

#search_box {
	width: 70%;
}

/*** Product Search Styles ***/

.product-search{
	border:0 solid red;
	margin:0 0 15px 0;
	padding:10px 10px 10px 10px;
	background:url(../i/search-bg.gif) center repeat-x;
	border-top:1px solid red;
	border-bottom:1px solid red;
}
td.major-group-name{
	padding:10px 0 5px 0;
}
td.major-group-name a{
	color:#feb518;
	font-size:16px;
}
td.minor-group-name a{
	color:#ffffff;
	text-decoration:none;
	background:#5B8698;
	padding:1px;
	border:1px solid red;
}
.product-search input{
	border:1px solid #cccccc;
}
.product-search a, .product-search input.submit{
	display:block;
	border:1px solid red;
	background:#5b8698;
	width:80px;
	text-align:center;
	font-weight:normal;
	color:#ffffff;
	float:right;
	text-decoration:none;
	font-size:14px;
	line-height:23px;
	padding:0 0 0 0;
	margin:10px 0 0 10px;
	height:23px;
	cursor:pointer;
}
.product-search input.submit{
	height:25px;
}
.product-search input.submit:hover, .product-search a:hover{
	background:none;
	color:#feb518;
}

table.search-result-product{
	margin:0 0 0 10px;
}
table.search-result-product td{
	padding:0;
}
table.search-result-product form input.product-qty{
	width:50px;
}

/*** Product Tabs ***/

.product-tabs{
	border:0 solid red;
	margin:20px 0 0 0;
	clear:both;
}
.product-tabs ul{
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	border-left:1px solid #142338;
}
.product-tabs ul li{
	display:inline;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
}
.product-tabs ul li a{
	background:#5b8698;
	padding:6px 10px 6px 10px;
	line-height:15px;
	display:block;
	float:left;
	font-weight:bold;
	text-decoration:none;
	border-right:1px solid #142338;
	border-top:1px solid #142338;
}
.product-tabs ul li a:hover, .product-tabs ul li a.on{
	background:none;
	color:#feb518;
}

.code-th{
	float:left;
	width:115px;
	font-size:10px;
}
.cust-code-th{
	float:left;
	width:127px;
	font-size:10px;
}
.product-name-th{
	float:left;
	width:225px;
	font-size:10px;
}
.qty-th{
	float:left;
	width:45px;
	font-size:10px;
}
.price-th{
	float:left;
	font-size:10px;
	width:48px;
}
.basket-th{
	float:left;
	font-size:10px;
}



/*** Breadcrumb/ Control Bar Styles ***/

.breadcrumb{
	padding:3px 3px 3px 5px;
	margin:0 0 10px 0;
	color:#5b8698;
	border:0 solid red;
	background:#11455B;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
}
.breadcrumb a{
	text-decoration:none;
	font-weight:bold;
}

.control-bar{
	border:0 solid red;
	margin:0 0 5px 0;
}
.control-bar a{
	font-weight:bold;
}

/*** get Acrobat Styles ***/

.get-acrobat{
	width:100%;
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	border-top:1px solid red;
}
.get-acrobat img{
	margin:0 5px 0 0;
}

/*** Mini Basket Styles ***/

.mini-basket{
	font-size:10px;
	width:175px;
	margin:0 auto;
	padding:10px 0 0 0;
	border-top:1px solid #142338;
}
.mini-basket .basket-title{
	font-size:12px;
	font-weight:bold;
	color:#feb518;
	margin:0 0 10px 0;
}
.mini-basket table{
	border:1px solid red;
}
.mini-basket a{
	display:block;
	margin:10px 0 0 0;
	font-size:12px;
	font-weight:bold;
}
.mini-basket th{
	background:#5b8698;
}

.note, tr.error-row{
	border:1px solid #d8d36f;
	padding:5px;
	margin:0 0 10px 0;
	background:#fffaae;
	color:#142338;
}
tr.error{
	background:red;
}

/*** Large basket Styles ***/

.large-basket{

}
.large-basket a.delete-product{
	display:block;
	width:16px;
	height:16px;
	background:url(../i/product-delete.gif) top no-repeat;
}
.large-basket a.delete-product:hover{
	background:url(../i/product-delete.gif) bottom no-repeat;
}
.large-basket a.delete-product span{
	display:none;
}
.large-basket th{
	background:#5b8698;
}
tr.border-top td{
	border-top:1px solid red;
}
.large-basket tr.total-row td{
	border-top:1px solid red;
	border-bottom:1px solid #ffffff;
	font-weight:bold;
}
.large-basket input.qty-box{
	width:45px;
	margin:0 5px 0 0;
}

.large-basket a.clear-basket, .large-basket input.update-basket, .login-form input.submit{
	display:block;
	border:1px solid red;
	background:#5b8698;
	/*width:80px;*/
	text-align:center;
	font-weight:normal;
	color:#ffffff;
	float:right;
	text-decoration:none;
	font-size:14px;
	line-height:23px;
	padding:0 10px 0 10px;
	margin:10px 0 0 10px;
	height:23px;
	cursor:pointer;
}
.large-basket input.update-basket{
	height:25px;
}
.large-basket input.update-basket:hover, .large-basket a:hover, .login-form input.submit:hover{
	background:none;
	color:#feb518;
}

/*** Login Form Styles ***/

.req{
	color:#feb518;
	font-size:26px;
	line-height:5px;
}

td.req{
	background:url(../i/req.gif) 2px 2px no-repeat;
	padding:5px;
}

.login-form{
	border:0 solid red;
}
.login-form td.formLabel{
	font-weight:bold;
	padding:0 4px 0 0;
}
.login-form input{
	margin:0 3px 3px 0;
	width:200px;
}
.login-form input.submit{
	width:80px;
	margin:3px 3px 0 0;
}
.login-form .req{
	color:#feb518;
	font-size:26px;
	line-height:5px;
}
.login-form .reqErrMsg{
	font-weight:bold;
	color:#feb518;
	padding:0 0 0 4px;
}

a.toggle{
	text-decoration:none;
	color:#feb518;
	padding:2px;
}
a.toggle:hover{
	background:#feb518;
	color:#ffffff;
}

/*** Recall Basket Styles ***/

.recall-basket table td{
	vertical-align:center;
}
.recall-basket label{
	font-weight:bold;
	padding:0 3px 0 0;
}
.recall-basket input.submit{
	border:1px solid red;
	background:#5b8698;
	text-align:center;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
	font-size:14px;
	line-height:23px;
	padding:0 3px 0 3px;
	margin:0 0 0 10px;
	height:25px;
	cursor:pointer;
}
.recall-basket input.submit:hover{
	background:none;
	color:#feb518;
}

hr.red{
	border:0 solid red;
	display:block;
	padding:0;
	margin:15px 0 15px 0;
	color:red;
	background:red;
	height:1px;
}

/*** Buy Products Styles ***/

.delivery-methods{
	border:0 solid red;
}
.delivery-methods table td{
	vertical-align:top;
}
.delivery-methods label, .delivery-address label{
	font-weight:bold;
	padding:2px;
}
.delivery-methods label:hover{
	background:#5B8698;
}
.delivery-methods label span{
	font-weight:normal;
}

.delivery-address{
	border:0 solid red;
}
.delivery-address input{
	width:300px;
}
.delivery-address .submit-button, .delivery-address input.auto{
	width:auto;
}
.delivery-address select{
	width:300px;
}
select.auto, input.auto{
	width:auto;
}
select.address-options{
	font-size:11px;
	line-height:18px;
}

.product-scroller input.submit-button{
	padding:0 0 0 0;
	margin:0 0 2px 0;
	width:110px;
	font-size:11px;
}

/*** Basket Proceed Links ***/

.proceed-links{
	border-top:1px solid #5b8698;
	border-bottom:1px solid #5b8698;
	text-align:right;
	margin:15px 0 0 0;
	padding:5px 0 5px 0;
}
.proceed-links ul{
	list-style:none;
	padding:0;
	margin:0;
}
.proceed-links ul li{
	display:inline;
	border:0 solid blue;
	margin:0 0 0 10px;
}
.proceed-links ul li a{
	font-weight:bold;
	text-decoration:none;
}

/*** General Form Styles ***/

.general-form{
	border:0 solid red;
	width:530px;
}
.general-form td{
	vertical-align:top;
}
.general-form label{
	font-weight:bold;
}
.general-form form input, .general-form form select{
	width:400px;
}
.general-form form input.auto{
	width:auto;
}
input#captcha_code{
	width:100px;
}

.captcha-table a{
	text-decoration:none;
}
img.speaker{
	border:1px solid red;
	background:#ffffff;
	margin:0 3px 0 3px;
}
.general-form .submit-button{
	width:auto;
	min-width:100px;
}

/*** Account Tabs ***/

.account-tabs{
	border-bottom:1px solid red;
	text-align:right;
	padding:2px 0 2px 2px;
}
.account-tabs ul{
	list-style:none;
	padding:0;
	margin:0;
}
.account-tabs ul li{
	display:inline;
}
.account-tabs ul li a{
	background:#5B8698;
	border:1px solid red;
	border-bottom:0;
	padding:3px 10px 3px 10px;
	text-decoration:none;
}

.please-login{
	padding:3px 3px 5px 5px;
	margin:0 0 10px 0;
	color:#ffffff;
	border:0 solid red;
	background:#11455B;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
}

.tbc-star{
	font-size:16px;
	color:#feb518;
	font-weight:normal;
}