@import url('jquery.ability.css');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}
	
body, body.m {
	font: 100% Arial, Helvetica, sans-serif;
	color: #666;
	background: #00A7ED url(../img/bg_body.gif) top repeat-x;
	text-align: center;
	}

body.m {font-size: 100%; }
body.l {font-size: 120%; }
body.xl {font-size: 130%; }
	
.container {
	width: 900px;
	margin: 0 auto 0;
	text-align: left;
	}
	
#header {
	height: 122px;
	background: url(../img/bg_header.jpg) top center no-repeat;
	}
	
#logo {
	margin: 18px 0 0 2px;
	_margin: 15px 0 0 2px;
	float: left;
	}	
	
#header #search_text {
	color: #fff;
	background: #008BC2;
	border: 1px solid #25435F;
	width: 172px;
	margin-left: 204px;
	}
	
#header button {
	background: url(../img/bg_search_butt.gif) repeat-x;
	border: 1px solid #25435F;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	margin: 32px 0 0 4px;
	height: 20px;
	width: 56px;
	padding: 1px;
	}
	
#nav_tabs {
	font-size: 16px;
	color: #25435F;
	padding: 36px 0 0 490px;
	_padding-top: 35px; /* hack for IE6 */
	}
	
#nav_tabs span {
	color: #fff;
	cursor: pointer;
}

#nav_tabs a {
	color: #fff;
	}	
	
.nav_tab {
	padding: 11px;
	_padding: 10px; /* hack for IE6 */
	float: left;
	}
	
.nav_tab_off {
	background: #fff;
	padding: 11px 0 7px;
	_padding: 13px 0 7px;
	float: left;
	}	
	
.tab_l {
	height: 34px;
	width: 11px;
	background: url(../img/tab_l.gif) no-repeat;
	float: left;
	}
	
.tab_r {
	height: 34px;
	width: 11px;
	background: url(../img/tab_r.gif) no-repeat;
	float: left;
	}

/* ********************** navigation tabs ************************** */

#tabs  {
	float:right;
	width:660px;
	line-height:normal;
	padding: 0;
	_padding-top: -4px;
	font-size: 16px;
}

#tabs ul {
	margin:0;
	padding:0;
}

#tabs li {
	float:left;
	margin:0;
	padding: 0 3px 0 3px;
}

#tabs a {
    padding:7px 11px;
	display:block;
	color: #fff;
}

#tabs li.active a {
	color: #25435F;
}

#tabs li.active {
	background: url(../img/tab_l.gif) top left no-repeat;
}

#tabs li.active div {
	background: url(../img/tab_r.gif) top right no-repeat;
}

/* ----------------------------------------------------------------- */
	
#white {
	background: #fff;
	border-bottom: 1px solid #25435F;
	_margin-top: -4px;
	padding: 20px 0 35px;
	}
	
#page_title {
	border-bottom: 2px dotted #ccc;
	margin-bottom: 15px;
	}	

#page_title h1 {
	letter-spacing: -2px;
	}
	
#login {
	float: right;
	color: #B1B1B1;
	font-size: 0.69em;
	margin-top: 1em;
	}
	
#login a {
	color: #f30;
	font-weight: bold;
	}
	
#left_col {
	width: 627px;
	margin-right: 30px;
	float: left;
	}

#left_col ul.list {
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(../img/bullet.png);
	margin: 10px 0 20px 30px;
}

#left_col ul.list li {
	padding-left: 0px;
}

/* Begin Steve's dodgy CSS */
		
		#left_col p {
			font-size: 1em;
			margin-bottom: 1.7em;
			}	
			
		.img_box {
			border: 1px solid #D7D7D7;
			margin-left: 10px;
			float: right;
			background: #efefef;
			}

		.img_box img {
			border: 1px solid #D7D7D7;
			margin: 5px;
			}	

/* End Steve's dodgy CSS */
	
#new_products {
	color: #666;
	margin-top: 10px;
	}
	
#new_products img {
	float: right;
	margin-top: -10px;
	}	
	
.head2 {
	padding-bottom: 2px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	}
	
.head2 a {
	color: #f30;
	font-size: 0.69em;
	font-weight: bold;
	}
	
.head2 .f_right {
	margin-top: -14px;
	}

.sindex {
	width: 425px;
}

.specs {
	color: #B1B1B1;
	font-size: 0.75em;
	margin: 12px 0 0 1px;
	width: 480px;
	}
	
.specs a {
	color: #f30;
	font-weight: bold;
	}
	
.specs .f_right {
	color: #666;
	}	
	
.specs .f_right a {
	color: #9c0;
	}
	
.featured {
	width: 199px;
	_width: 195px;
	margin-right: 10px;
	float: left;
	}
	
.featured img {
	float: right;
	}
	
.featured p {
	font-size: 0.69em;
	line-height: 1.38em;
	margin: 8px 0 12px 0;
	}	
	
.featured h4 a {
	color: #2A98CF;
	line-height: 1.13em;
	}

.featured .buy_now {
	font-size: 0.75em;
	margin-top: 20px;
	}
	
.featured .buy_now a {
	color: #9c0;
	font-weight: bold;
	}
	
.product {
	margin-bottom: 16px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 3px;
	position: relative;
	}
	
.product h2 {
	display: inline;
}
	
.product .specs {
	font-size: 0.69em;
	}	

table.basket {
	border-collapse: collapse;
	color: #999;
	margin: 16px 0 20px;
	}
	
#caption td {
	border-bottom: 1px solid #D0D0D0;
	text-transform: uppercase;
	font-size: 0.63em;
	padding: 2px;
	}	

.rows td {
	border-bottom: 1px dotted #ccc;
	padding: 14px 0 14px;
	}
	
.rows2 td {
	border-bottom: 1px solid #ccc;
	padding: 14px 0 14px;
	}	
	
.rows3 td {
	padding: 14px 0 14px;
	}	
	
td.img {
	vertical-align: top;
	}	
	
td.center {
	text-align: center;
	vertical-align: middle;
	}
	
td.center img {
	padding-bottom: 2px;
}
	
td.item {
	font-size: 0.69em;
	font-weight: bold;
	color: #666;
	vertical-align: middle;
	}
	
td.desc {
	font-size: 0.63em;
	line-height: 1.17em;
	vertical-align: middle;
	}
	
td.price {
	font-size: 0.75em;
	font-weight: bold;
	color: #666;
	text-align: right;
	vertical-align: middle;
	}
	
td.right {
	text-align: right;
	vertical-align: middle;
	}

td input {
	width: 30px;
	margin: 3px;
	border: 1px solid #949494;
	background: #F0F0F0;
	text-align: center;
	}	
	
td.total {
	color: #f00;
	font-size: 12px;
	font-weight: bold;
	padding-left: 6px;
	vertical-align: middle;
	}
	
td .remove {
	padding-right: 20px;
	}	
	
table button, fieldset button {
	font-size: 12px;
	font-weight: bold;
	color: #25435F;
	margin-right: 4px;
	border: 1px solid #25435F;
	background: url(../img/bg_table_butt.gif);
	cursor: pointer;
	}
	
fieldset#send_basket {
	font-size: 0.69em;
}

fieldset#send_basket label {
	display: block;
	float: left;
	width: 15em;
	margin-right: 1em;
}

fieldset#send_basket .one {
	display: block;
	clear: both;
	margin: 5px 0;
}
	
fieldset#send_basket input {
	width: 16em;
	background: #F0F0F0;
	border: 1px solid #949494;
	}	
	
fieldset#send_basket textarea {
	width: 20em;
	background: #F0F0F0;
	border: 1px solid #949494;
	}								
	
#right_col {
	width: 243px;
	float: left;
	}	

.right_box {
	width: 243px;
	margin-bottom: 15px;
	background: url(../img/right_box_top.gif) no-repeat;
	}	
	
.right_box_top {
	height: 19px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	padding: 4px 0 0 34px;
	}	
	
.right_box_top#basket {
	background: url(../img/ico_basket.gif) top left no-repeat;
	}
	
.right_box_top#page_tools {
	background: url(../img/ico_tools.gif) top left no-repeat;
	}			
	
.right_box_mid {
	border-left: 1px solid #7FBEDC;
	border-right: 1px solid #7FBEDC;
	padding: 12px;
	font-size: 0.72em;
	line-height: 1.63em;
	}
	
.right_box_mid a {
	color: #f30;
	font-weight: bold;
	}	
	
.right_box_bottom {
	width: 243px;
	height: 11px;
	background: url(../img/right_box_bottom.gif) no-repeat;
	}

.right_box2 {
	width: 243px;
	margin-bottom: 15px;
	background: url(../img/right_box2_top.gif) no-repeat;
	}	
	
.right_box2_top {
	height: 19px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	padding: 4px 0 0 34px;
	}
	
.right_box2_top#special {
	background: url(../img/ico_special.gif) top left no-repeat;
	}		
	
.right_box2_mid {
	border-left: 1px solid #ABCF45;
	border-right: 1px solid #ABCF45;
	padding: 12px;
	padding-bottom: 0;
	}
	
.right_box2_mid p {
	font-size: 0.69em;
	line-height: 1.4em;	
	}
	
.right_box2_mid a {
	color: #9c0;
	font-weight: bold;
	}	
		
.right_box2_mid h4 {
	margin-bottom: 8px;
	}	
	
.right_box2_mid img {
	float: right;
	}
	
.right_box2_mid .right {
	font-size: 0.75em;
	}			
	
.right_box2_bottom {
	width: 243px;
	height: 11px;
	background: url(../img/right_box2_bottom.gif) no-repeat;
	}						
	
#footer {
	background: url(../img/bg_footer.gif) top repeat-x;
	color: #fff;
	height: 60px;
	padding-top: 15px;
	font-size: 0.69em;
	}	
	
#footer a {
	font-weight: bold;
	color: #fff;
	line-height:150%
	}			

h1 {
	font-size: 28px;
	font-weight: bold;
	}
	
h2 {
	font-size: 1.25em;
	font-weight: normal;
	}
	
h3 {
	font-size: 1.13em;
	font-weight: bold;
	}
	
h4 {
	font-size: 0.88em;
	font-weight: bold;
	}

a {
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}					
	
.bold {
	font-weight: bold;
	}

.right {
	text-align: right;
	}	

.f_left {
	float: left;
	}		
	
.f_right {
	float: right;
	}		
	
.clear {
	clear: both;
	}
	
fieldset#send_basket {
	
}

fieldset#send_basket label {
	display: block;
	float: left;
	width: 160px;
	margin-right: 1em;
}

fieldset#send_basket .one {
	display: block;
	clear: both;
	margin: 5px 0;
}
	
fieldset#send_basket input, fieldset#send_basket textarea {
	width: 20em;
	background: #F0F0F0;
	border: 1px solid #949494;
	}
	
fieldset#send_colleague {
}

fieldset#send_colleague label {
	display: block;
	clear: both;
}

fieldset#send_colleague .one {
	display: block;
	clear: both;
	margin: 5px 0;
}
	
fieldset#send_colleague input, fieldset#send_colleague textarea {
	width: 160px;
	background: #F0F0F0;
	border: 1px solid #949494;
	}

fieldset.order {
	
}

fieldset.order label {
	display: block;
	float: left;
	width: 160px;
	margin-right: 10px;
}

fieldset.order .one {
	display: block;
	clear: both;
	margin: 5px 0;
}
	
fieldset.order input, fieldset.order textarea {
	width: 20em;
	background: #F0F0F0;
	border: 1px solid #949494;
	}

fieldset.order label.error {
	display: block;
	float: left;
	width: 20em;
	color: #ff0000;
	margin-left: 15em;
	_margin-left: 7.5em;
	clear: both;
}

fieldset.order span.one span.red {
	color: #ff0000;
	margin-right: 2px;
}

/******************************* sub categories slide starts here ******************************/

.subc {
	position: relative;
	overflow: hidden;
	clear: both;
	height: 180px;
}

.subc ul {
	text-align: center;
}
/**/
/*.subc ul li {*/
/*	float: left;*/
/*	width: 100px;*/
/*	margin: 0 5px;*/
/*	text-align: center;*/
/*	font-size: 12px;*/
/*	text-transform: uppercase;*/
/*}*/

.subc ul li {
	width: 100px;
	font-size: 12px;
	margin: 0 5px;
}

.subc_desc {
	display: block;
	padding-left: 13px;
	width: 100%;
	color: #2A98CF;
	clear: both;
	font-size: 14px;
	margin: 5px 0;
	height: 20px;
}

/******************************* ui-tabs css starts here ******************************/

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 2px 1px;
    min-width: 80px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #666;
}
.ui-tabs-nav a span {
    width: 80px; /* IE 6 treats width as min-width */
    min-width: 80px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: pointer;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}

.ui-tabs-panel {
	color: #666;
	border-top: 1px solid #D0D0D0;
	line-height: 1.4em;
	padding-top: 3px;
	margin: 5px 0;
	clear: left;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

/******************************************** additional styles ********************************************/
.product_head {
	display: block;
}

.product_div {
	display: none;
}

.info {
	color: #000;
	font-size: 0.75em;
	text-align: center;
	line-height: 1.5em;
}

.info a { color: #000; }
.red .red a{color:#ff0000}
.btn {
	font-size: 1em;
	padding: 2px 10px;
	background: #99CC00;
	border: none;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.prod_img {
	cursor: pointer;
}

.manufacturer_split {
	display: block;
	clear: both;
	padding: 4px;
	background: #7FBEDC;
	margin-bottom: 15px;
	color: #fff;
	font-weight: 700;
}

.ico_pdf {
	position: absolute;
	right: 150px;
	top: 3px;
}

/* ------------------------- contact form --------------------------*/
#contact_form {
	width: 370px;
	float: right;
}

#contact_form form {
	margin: 0;
}

fieldset {
	margin: 10px 0;
	padding: 5px;
	font-size: 1em;
	border: 1px solid #cecece;
}

legend {
	padding: 0 5px;
	margin: 0;
	font-size: 1.25em;
}

.one {
	display: block;
	clear: both;
	margin: 5px 3px;
}

.input {
	margin-left: 110px;
	clear: both;
}

.one label {
	display: block;
	float: left;
	width: 110px;
}

/*label.error {
	margin-left: 110px;
	_margin-left: 57px;
	clear: both;
	color: #ff0000;
	width: 250px;
}
*/

label.error {
	clear: both;
	color: #ff0000;
	width: auto;
	padding: 5px;
}