/* CSS Reset */

/* v1.0 | 20080212 */

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, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	background: transparent;
}

textarea {
	FONT: 9PT VERDANA,ARIAL, SANS-SERIF; 
}

/* vertical-align: baseline */
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* End of CSS Reset */

/* W3C Default Styles */

html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre   { display: block }
li              { display: list-item }
head            { display: none }
table           { display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell }
caption         { display: table-caption }
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
body            { margin: 8px }
h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { margin: 1.12em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, b,
strong          { font-weight: bolder }
blockquote      { margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address    { font-style: italic }
pre, tt, code,
kbd, samp       { font-family: monospace }
pre             { white-space: pre }
button, textarea,
input, select   { display: inline-block }
big             { font-size: 1.17em }
small, sub, sup { font-size: .83em }
sub             { vertical-align: sub }
sup             { vertical-align: super }
table           { border-spacing: 2px; }
thead, tbody,
tfoot           { vertical-align: middle }
td, th          { vertical-align: inherit }
s, strike, del  { text-decoration: line-through }
hr              { border: 1px inset }
ol, ul, dir,
menu, dd        { margin-left: 40px }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
u, ins          { text-decoration: underline }
br:before       { content: "\A" }
:before, :after { white-space: pre-line }
center          { text-align: center }
:link, :visited { text-decoration: underline }
:focus          { outline: thin dotted invert }

/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

@media print {
  h1            { page-break-before: always }
  h1, h2, h3,
  h4, h5, h6    { page-break-after: avoid }
  ul, ol, dl    { page-break-before: avoid }
}


/* End of W3C Default Styles */




html, body, div
{
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0px;
}


body
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 100%;
}

html
{
	height: 100%;
}

input 
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

select
{
	font-family: Verdana, Arial, sans-serif;	
	font-size: 10px;
	font-weight: normal;
}

form
{
	display: inline;
}

a:link 
{
	color: black;
	text-decoration: none;
}
a:visited 
{
	color: black;
	text-decoration: none;
}
a:hover 
{
	color: red;
}

a.white:link
{
	color: white;
	text-decoration: none;
}

a.white:visited
{
	color: white;
	text-decoration: none;
}

a.white:hover 
{
	color: red;
}

a.red:link
{
	color: red;
	text-decoration: underline;
}

a.red:visited
{
	color: red;
	text-decoration: underline;
}

a.red:hover 
{
	color: red;
	text-decoration: underline;
}

p.normal
{
	color: black;
	display: inline;
}

p.highlight
{
	color: red;
	font-weight: bold;
	display: inline;
}

.boldness
{
	font-weight: bold;
	display: inline;
}

#navigation
{
	width:940px;
	height: 21px;
	position: relative;
	left: 14px;
	background-color: #DCDDDF;
	z-index: 0;
}

#advert_band
{
	width: 100%;
	height: 38px;
	position: absolute;
	left: 0px;
	top: 124px;
	background: grey;
	z-index: 0;
}

#advert
{
	width: 100%;
	height: 34px;
	position: relative;
	left: 0px;
	background: #ffffff;
	padding: 2px 0px 2px 0px;
}

#top
{
	width: 974px;
	height: 103px;
	z-index: 100;
	padding: 0px;
	margin: 0px;
}

#lower
{
	float: left;
	width: 974px;
	padding: 0px;
	margin: 0px;
	background-color: white;
}

#left
{
	width: 200px;
	margin-left: 974px;
	background: white;
	float: left;
	padding: 0px;
	margin: 0px;
	background-color: white;
}

#middle
{
	display: block;
	width: 566px;
	min-height: 600px;
	margin-left: 200px;
	margin-right: 208px;
	background-color: white;
}


#middle_wide /* Used by home page */
{
	display: block;
	width: 750px;
	margin-left: 200px;
	background-color: white;
}

#middle_wide2 /* Used by home page */
{
	display: block;
	width: 770px;
	margin-left: 200px;
	background-color: white;
}


#right
{
	width: 208px;
	float: right;
	padding: 10px 0px 0px 0px;
	margin-left: -208px;
}

.ad_content
{
	display: block;
	padding: 12px 12px 0px 12px;
}

.content
{
	display: block;
	padding: 9px 12px 5px 12px;
}

.content2
{
	display: block;
	padding: 0px 12px 5px 12px;
}

.heading
{
	position: relative;
	top: 5px;
	left: 5px;
}

.list_link
{
	position: relative; 
	left: 5px; 
	line-height: 1.8;
}

#logo
{
	position: relative;
	left:30px;
	top:10px;
}

#menu
{
	height: 200px;
	width: 180px;
	background-color: black;
	margin: 10px 5px 10px 5px;
	float: left;
}

.blackmenu
{	
	width: 184px;
	background-color: white;
	padding-bottom: 0px;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	background: white;
	position: relative;
	left: 14px;
}

td.blackmenu_table
{
	padding: 0px 6px 0px 6px;
}

td.blackmenu_table2
{
	padding: 0px 6px 0px 6px;
	border-bottom: 1px solid #bfbfbf;
}

td.blackmenu_table3
{
	padding: 0px 6px 0px 6px;
	border-bottom: 1px solid #ffffff;
}

.blackmenutop_tr
{
	color: black;	
	background: #bfbfbf;
	padding: 0px 6px 0px 6px;
}

.blackmenutop_top
{
	color: black;	
	background: #bfbfbf;
	padding: 4px;
	font-weight: bold;
}

.blackmenutop
{
	width: 184px;
	height: 25px;
	color: black;	
	background: #bfbfbf;
}

.blackmenucontent
{
	background-color: white;
	width: 184px;
}

.blackmenubottom
{
	width: 184px;
	height: 1px;
	background: url(../images/blackmenubot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#signin
{
	height: 40px;
	background-color: white;
	width: 754px;
	position: absolute;
	top: 10px;
	left: 200px;
}

#links
{
	height: 63px;
	background-color: black;
	width: 754px;
	position: absolute;
	top: 40px;
	left: 200px;
	background-image: url(../images/linkstop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.linkitem
{	
	height: 15px;
	color: white;
	float: left;
	margin: 10px 10px 10px 10px;	
}

.linkitemright
{
	height: 15px;
	color: white;
	float: right;
	margin: 10px 10px 10px 10px;
}

.signinitem
{	
	height: 15px;
	color: black;
	float: left;
	margin: 10px 5px 10px 5px;
}

.signinitemright
{
	height: 15px;
	color: black;
	float: right;
	margin: 10px 10px 10px 10px;
}

#search
{
	height: 33px;
	background-color: #424244;
	color: white;
	width: 742px;
	position: absolute;
	top: 70px;
	left: 206px;
	background-image: url(../images/searchtop.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	z-index:1000;
}

.searchitem
{	
	height: 24px;
	color: white;
	float: left;
	margin: 9px 5px 6px 5px;
}

.searchitemright
{	
	height: 24px;
	color: white;
	float: right;
	margin: 7px 5px 6px 5px;
}

#currentlocation
{
	height: 21px;
	background-color: #C7C8CA;
	color: black;
	width: 742px;
	position: absolute;
	top: 103px;
	left: 6px;
}

#currentlocationitem
{	
	position: relative;
	top: 3px;
	left: 6px;		
}

#currentcategory
{
	background-image: url(/images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 170px 4px;
	background-color: #C7C8CA;
	height: 21px;
	width: 184px;
	position: relative;	
	left: 1px;
}

#currentcategoryitem
{
	position: relative;
	left: 2px;
	top: 2px;
}

#mainad
{
}

.ad
{
	width: 125px;	
	float: left;
	margin: 13px 26px 13px 26px;
}

.adimage
{
	width: 80px;
	margin: 0px 23px 0px 22px;
}

.adtext
{
	width: 100px;
	text-align: center;
	margin: 0px 13px 0px 12px;
}

.ads
{
	width: 531px;
	position: relative;
	left: 6.5px;
}

#footer
{
	width: 974px;
	display: block;
}

.footeritem
{
	height: 10px;
	color: black;
	float: left;
	margin: 0px 5px 0px 5px;
}

#scrollingads_wrapper
{
	position: relative;
	width: 188px;
	height: 400px;
	overflow: hidden;
}

#scrollingads_window
{
	width: 188px;
	height: 400px;
	background: #ffffff;
	overflow: hidden;
}

#scrollingads
{
	width: 190px;
	position: relative;
	top: 0px;
	display:block;
}

.scrollingad
{
	width: 180px;	
	margin: 5px 5px 15px 5px;
	font-size: 8pt;
}

.scrollingadimage
{
	width: 80px;	
}

/* Stack lisings */

.stack_row
{
	width: 566px;
}

/* Product listings */

.product_row_4
{
	width: 566px;
	height: 230px;
}

.product_row_5
{
	width: 774px;
	height: 230px;
}


.product
{
        width: 120px;
	height: 210px;
        float: left;
        margin: 5px 10px 0px 5px;
}

.product_image
{
        width: 120px;
	height: 120px;
        text-align: center;
        margin: 0px 0px 0px 0px;
}

.product_text
{
        width: 120px;
	height: 54px;
        text-align: center;
        margin: 0px 0px 0px 0px;
	color: gray;
	line-height: 1.4;
	font-size: 0.8em;
}

.product_price
{
        width: 120px;
	height: 8px;
        text-align: center;
        margin: 0px 0px 0px 0px;
	font-size: 7pt;
	color: gray;
	line-height: 1.2;
}

.product_footer
{
        width: 110px;
	height: 10px;
        text-align: center;
        margin: 0px 5px 20px 5px;
	font-size: 7pt;
}

.strike_through
{
	display: inline;
	background: url(/images/strike_through.gif);
	background-repeat: no-repeat;
}


/* Category listing */

.category_top12
{
	color: #B50A10;
	font-size: 10pt;
	font-weight: bold;
}

.category_title
{
	color: #B50A10;
	font-size: 14pt;
	font-weight: bold;
}

.category_desc
{
	font-size: 10pt;
}


/* Product pages */

#product_var
{
	width:315px;
	background-image: url(/images/products_grey_fade.gif);
	background-repeat: no-repeat;
	display: none; 
	border-right: 1px solid #9FA0A4;
	border-left: 1px solid #9FA0A4;
	border-bottom: 1px solid #9FA0A4;
	float: none;
}


.product_title
{
	color: #B50A10;
	font-size: 14pt;
	font-weight: bold;
}

.so_desc
{
	position: absolute;
	border: 1px solid black;
	background: #9FA0A4;
	width: 240px;
	height: auto;
	display: none;
	z-index:100;
	padding: 5px;
}

.product_strap
{
	width: 278px;
	font-size: 16pt;
	color: #B50A10;
	background: white;
	text-align: center;
	float: left;
	margin-right: 10px;
}

#product_selector
{
	position: relative;
	width: 300px;
	height: 50px;
	background: #e8e8e8;
	border: 1px solid #bfbfbf;
	padding: 10px;
}


.product_table_heading
{
	font-size: 8pt;
	color: white;
}

.product_table
{
	font-size: 8pt;
}

.product_table td, th
{
	font-size: 8pt;
	padding: 3px;
}

.product_highlight
{
	font-weight: bold;
}

.product_options_footer
{
	width: 320px;
	text-align: center;
	font-size: 7.5pt;
}

.product_option
{
	text-decoration: underline;
	cursor: pointer;
}

#product_tabs
{
	height: 27px;
	display: block;
}

.tab_selected
{
	background: black;
	color: white;
	font-size: 10pt;
/*	font-weight: bold; */
	float: left;
	height: 18px;
	padding: 4px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin-right: 2px;
}

.tab_deselected
{
	background: #c0c0c0;
	color: black;
	font-size: 10pt;
/*	font-weight: bold; */
	float: left;
	height: 18px;
	padding: 4px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin-right: 2px;
}

#product_tabs_text
{
	border: 1px solid #b6b6b6;
	padding: 10px;
}

.tab_text_selected
{
	display: block;
	line-height: 1.4;
}

.tab_text_deselected
{
	display: none;
	line-height: 1.4;
}

/* Product feedback on product page */

.feedback_enc
{
}

.feedback_title
{
	color: black;
	font-size: 10pt;
	margin-bottom: 4px;
}

.feedback_text
{
	color: black;
	font-size: 8pt;
}

/* Product Q&A on product page */

.qanda_enc
{
}

.qanda_title
{
	color: black;
	font-size: 10pt;
	margin-bottom: 4px;
}

.qanda_text
{
	color: black;
	font-size: 8pt;
}



.product_page_footer
{
	color: gray;
	text-align: center;
	font-size: 6pt;
}

.product_disclaimer
{
	color: gray;
	font-size: 6.5pt;
	margin: 0px 20px 0px 20px;
	display:block;
}

#cds
{
	width:80%;
	text-align: left;
	color: #333333;
	font-size: 8pt;
	margin: 0px 20px 0px 20px;
	padding: 10px 10px 10px 10px;
	border: 1px solid black;
	display:none;
}

/* My Basket (ride panel) */

#basket_var
{
        width:184px;
        background-repeat: no-repeat;
        display: block;
        border-right: 1px solid #bfbfbf;
        border-bottom: 1px solid #bfbfbf;
        border-left: 1px solid #EBEBEB;
        float: none;
	margin: 5px 5px 15px 1px;
/*        background-image: url(/images/basket_grey_fade.gif); */
}

.basket_table_heading
{
	font-size: 8pt;
	color: black;
	background: #bfbfbf;
}

td.bt
{
	padding: 2px;
}

/* Your basket (center panel) */

#your_basket_var
{
        width:740px;
        display: block;
        border-right: 1px solid #bfbfbf;
        border-bottom: 1px solid #bfbfbf;
        border-left: 1px solid #EBEBEB;
        float: none;
	margin: 0px 0px 0px 0px; 
	line-height: 1.7;
}

.basket_summary_container
{
	width: 736px;
}

.your_basket_summary_var
{
        width:350px;
        display: block;
        float: left;
	margin: 0px 0px 1px 0px; 
	line-height: 2.0;
}

.your_basket_deals_var
{
        width:380px;
        display: block;
        float: right;
	margin: 0px 0px 0px 0px; 
}

#your_basket_footer
{
        width:738px;
        display: block;
        border-right: 1px solid #F2F2F2;
        border-left: 1px solid #EBEBEB;
        float: none;
	margin: 0px 0px 0px 0px; 
}

#your_basket_footer_narrow
{
        width:550px;
        display: block;
        border-right: 1px solid #F2F2F2;
        border-left: 1px solid #EBEBEB;
        float: none;
	margin: 0px 15px 0px 15px; 
}

#your_basket_footer_narrow2
{
        width:520px;
        display: block;
        border-right: 1px solid #F2F2F2;
        border-left: 1px solid #EBEBEB;
        float: none;
	margin: 0px 15px 0px 15px; 
}

.your_basket_table_heading
{
	font-size: 10pt;
	color: white;
	text-align: left;
}

.checkout_options
{
	width: 700px;
	text-align: center;
}

.checkout_options_narrow
{
	width: 550px;
	text-align: center;
}

.checkout_stage_title_red
{
        color: #B50A10;
        font-size: 14pt;
        font-weight: bold;
}

.checkout_stage_title_grey
{
        color: #bbbbbb;
        font-size: 12pt;
        font-weight: bold;
}


body
{
	background-color:#ddd;
	background: url(/images/background.jpg);
	background-repeat: repeat;
	border:0px;
	margin:0px;
	text-align: center;
	min-width:974px; 
}

.mainbody
{
        position:relative;
	width:974px;
	margin:auto;
	margin:auto; 
	background-color: white;
	text-align: left; 
	min-height: 100%;
}

/* Navigation bar */
.navlocation
{
	position:absolute;
	top: 4px;
	left: 196px;
}

/* Register / Login */

#login
{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}

#email_confirm
{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}


#register
{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
/*	border: 1px solid #aaaaaa; */
}

#feedback
{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
/*	border: 1px solid #aaaaaa; */
}
/* Stacks */

.stack_box
{
	width: 540px;
	border: 1px solid #aaaaaa;
	padding: 5px;
}

/* Article pages */
.article_list
{
	display: none;
	width:400px;
	position: relative;
	left:40px;
	line-height: 1.8;
}

.article_text
{
	line-height: 1.4;
}

/* Home page ads */
#home_page_ads
{
	overflow: hidden;
	position: relative;
	width: 742px;
	height: 400px;
}

.inline_ad
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#home_page_ad_buttons
{
	position: absolute; 
	top: 380px; 
	height: 20px;
	width:774px;
}

.ad_button
{
	display: block;
	float: left;
	width: 14px;
	height: 14px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
	padding-top:2px;
	font-size: 7pt;
	color: gray;
}

/* Column ads */
#column_ads
{
	overflow: hidden;
	position: relative;
	width: 190px;
	/*height: 584px; */
}



/* General styles */

.text_left
{
	text-align: left;
}

.text_centered
{
	text-align: center;
}

.centered
{
	margin-left: auto;
	margin-right: auto;
}


.middle_width div
{
	width: 551px;
}

.section_title
{
        color: #B50A10;
        font-size: 14pt;
        font-weight: bold;
}

.float_left
{
	float: left;
}

.float_right
{
	float: right;
}

.small_text
{
	font-size: 7pt;
}

.tiny_text
{
	font-size: 5pt;
}

.padded_2
{
	padding: 2px;
}

.reg_inp
{
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	width:560px;
}

.reg_chk
{
	width:22px;
	height:22px;
}

.input_yellow
{
	background: #ffff00;
}

a:link.white_link
{
	color: white;
	text-decoration: none;
}

h1
{
	color: black;
	font-size: 16pt;
/*	font-weight: bold; */
	margin: 0px;
}


.red
{
	color: #BB0500;
}

.small
{
	font-size: 7pt;
}

.large
{
	font-size: 11pt;
}

.bold
{
	font-weight: bold;
}

.width_80
{
	width: 200px;
}

.red_text
{
	color: #B50A10;
}

.padding5
{
	padding: 5px;
}

.list
{
	line-height: 1.6;
}

#compare_rec
{
  width:200px;
  text-align: center;
  display: none;
}

.prod_compare
{
  display: inline-block;
  vertical-align: top;
}

.prod_compare
{
  !
  display: inline;
}

.product_compare
{
        width: 120px;
        margin: 5px 10px 0px 5px;
}

.product_compare_footer
{
        width: 110px;
	height: auto;
        text-align: left;
        margin: 0px 5px 0px 5px;
	font-size: 7pt;
	color: gray;
}

.glossary_term
{
	color: #B50A10;
	text-decoration: underline;
}

a.glossary_term:link
{
	color: #B50A10;
	text-decoration: underline;
}

a.glossary_term:visited
{
	color: #B50A10;
	text-decoration: underline;
}

a.glossary_term:active
{
	color: #B50A10;
	text-decoration: underline;
}

a.red_link:link
{
	color: #B50A10;
}

a.red_link:visited
{
	color: #B50A10;
}

a.red_link:active
{
	color: #B50A10;
}

.glossary_term_box
{
	position: absolute;
	border: 1px solid black;
	background: #9FA0A4;
	width: 240px;
	height: auto;
	display: none;
	z-index:100;
	padding: 5px;
}

.basket_sep
{
        border-top: 1px solid #bfbfbf;
}

.table_border
{
        border-right: 1px solid #bfbfbf;
        border-bottom: 1px solid #bfbfbf;
        border-left: 1px solid #EBEBEB;
        border-top: 1px solid #EBEBEB;
}

/* Trade site */

#brand_table
{
	display: block;
	width: 740px;
}

#left_half
{
	width:370px;
	float:left;
	display:block;
}

#right_half
{
	width:370px;
	float: right;
	display:block;
}

#brand_selector
{
	position:absolute;
	top:80px;
 	left:257px;
        background: #e8e8e8;
	border: 1px solid #bfbfbf;
	color: black;
	z-index: 2000;
	display: none;
	line-height: 1.8;
}

.glossary_text
{
	line-height: 1.4;
}

.prod_highlight
{
	background: #cccccc;
	font-weight: bold;
}

p.gloss_list
{
	font-size: 1.4em;
}
 
a.gloss_list
{
	color: gray;
}




.SPLAddressListSt{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin-top: 0;
margin-bottom: 0;
width: 80mm;}
.SPLAddressListStBottomLine{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: center;
margin-top: 0;
margin-bottom: 0;
}
.SPLAddressListStErrorLine{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
text-align: center;
margin-top: 0;
margin-bottom: 0;
}
.SPLAddressListLicenseLine{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: center
margin-top: 0;
margin-bottom: 0;
}

