﻿/* SELECTOR CHANGES */

html,body{
	background: url(../images/header_shim.gif) repeat-x;
	color:#000066;
	font:100% Arial,Helvetica,sans-serif;
	height:100%;
	margin:0;
	padding:0;
	line-height:18px;
}
a:link,a:visited, a:active{
	color:#000066;
	text-decoration: underline;
}
a:hover, a:focus{
	color:#DE0000;
	text-decoration: none;
}
label {font-weight: bold}

.nonCSS {
display:none;
}

/* SOURCE ORDERED COLUMN STRUCTURE */

#pagewidth{
	font-size:12px;
}
#outercolcont{
	border-left:solid 199px #fff;
	border-right:solid 210px #fff;
	margin:10px 5px;
}
#innercolcont{
	width:100%;
}
*:lang(en) #leftcol, *:lang(en) #middlecol, *:lang(en) #rightcol{ /* These styles will be applied to all browsers except for IE and Safari */
	overflow: visible;position: relative;
}
#middlecolwidth{
	float:left;
	width:100%;
	margin:0 0 0 0;
}
#middlecol{
	float:right;
	margin:0;
	width:100%;
}
#leftcol{
	float:left;
	margin:0 8px 0 -199px;
	width:191px;
}
#rightcol{
	float:right;
	width:191px;
	margin:0 -205px 0 8px;
}

/* MIN WIDTH SETTINGS AND HACKS FOR MIDDLE COL */
/* handles everything other than IE */
#outercolcont{min-width:354px;}
/* hack IE to reproduce min-width effect */
* html #middlecolminwidth{border-left:354px solid #FFF;}
* html #sowrap {margin-left:-354px; position:relative;}
/*\*/* html #sowrap, * html #middlecolminwidth {height: 1px;}/**/

  
/* Company Nav */
#topnav ul{
	margin:0;
	padding:0 10px;
	list-style:none;
}
#topnav li{
	float:left;
	margin:0;
	padding:0 0 0 9px;
	border-right:1px solid #FFFFFF;
}
#topnav li.last{
	border-right:none;
}
#topnav a{
	padding:3px 10px 2px 3px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}
#topnav a:hover{
	text-decoration:underline;
}

#rightnav {
float: right;
color:#FFFFFF;
font-weight:bold;
padding: 0 15px 2px 5px;
}

/* header */

#headerwidth{
	width:100%;
	min-width:760px;
}
/* min-width hack for IE */
* html #headerminwidth {
	border-left:760px solid #fff;
	position:relative;
	float:left;
	z-index:1;
}
* html #header {
	margin-left:-760px;
	position:relative;
	float:left;
	z-index:2;
	text-align:left;
	background: url(../images/header_shim.gif) repeat-x;
}
#header1,#header2{
	margin:0;padding:0;
}
#header1{
	margin-top:auto;	
}
#header2{
	clear:both;
	text-align:center;
	background:#000066;
	height:23px;
	padding-top:7px;
}
#header3 {
	height: 29px;
	padding: 3px 0 0 5px;
	margin: 0 0 0 0;
	background: url(../images/loginbar_bg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* 2 column split */
.logo{
	float:left;
	left:0;
	margin:0;
	padding-left:10px;
	width:200px;
}
.helpnav{
	float:right;
	padding-top:5px;
	padding-right:10px;
	position:static;
	text-align:right;
	width:60%;
	white-space:nowrap;
	font-size:11px;
}
.helpnav ul{
	float:right;
	list-style:none;
	margin:5px 0 0 0;
	padding:0 0 0 0;
}
.helpnav li{
	display:block;
	float:left;
	padding:3px 9px 6px 9px;
	background: url(../images/bulletbordertop.gif) no-repeat;
}
.helpnav li.last{
	background:none;
}
.helpnav a, .helpnav a:visited{
	font-weight:bold;
	color:#000066;
	text-decoration:none;
}
.helpnav a:hover{
	text-decoration:underline;
	color:#000066;
}

.title_home{
	background:#EFF7FF;
	border-bottom:1px solid #000066;
	padding:6px 0 5px 10px;
}
.title_home h1{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
.title{
	background:#EFF7FF;
	padding:6px 10px 5px 10px;
}
.title h1{
	font-size:16px;
	font-weight:bold;
	color:#000066;
	text-transform:uppercase;
}
.subtitle{
	background:#FFFFFF;
	border:1px solid #EC6E6E;
	padding:5px 0 5px 10px;
	margin-bottom:10px;
}
.subtitle h2{
	font-size:12px;
	font-weight:bold;
	color:#DE0000;
	text-transform:uppercase;
}
.content{
	float:left;
	width:100%;
}
.content1{
	border-right:1px solid #CEE7FF;
	border-left:1px solid #CEE7FF;
	border-bottom:5px solid #CEE7FF;
	border-top:1px solid #CEE7FF;
	padding:10px 10px 0 10px;
}

.content2{
	border-right:1px solid #CEE7FF;
	border-left:1px solid #CEE7FF;
	border-bottom:5px solid #CEE7FF;
	border-top:1px solid #CEE7FF;
	padding:10px;
}
/* Sides */
.sidetitle{
	background:#CEE7FF;
	width:100%;
}
.sidetitle h3{
	color:#000066 !important;
	padding:7px 0 7px 14px;
	margin:0;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.sidetitledark{
	background: #020167;;
	width:100%;
}
.sidetitledark h3{
	color:#FFFFFF !important;
	padding:7px 0 8px 14px;
	margin:0;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.sidetitlecart{
	background: url(../images/cart_bg.gif) no-repeat;
	width:100%;
}
.sidetitlecart h3{
	color:#FFFFFF !important;
	padding:7px 0 8px 14px;
	margin:0;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.sidetitlesearch{
	background: url(../images/title_bg_round.gif) no-repeat;
	width:100%;
}
.sidetitlesearch h3{
	color:#FFFFFF;
	padding:7px 0 9px 14px;
	margin:0;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.rb{
	clear:both;
	margin-bottom:15px;
	width:100%;
}
.sideli ul {
	padding: 5px 0 0 0;
}
.sideli ul li {
	list-style: none;
	text-align: left;
	display: block;
	padding: 3px 0 10px 25px;
	font-size: 11px;
}
.graphicside{
	clear:both;
	margin-bottom:10px;
	width:100%;
}
.colbord{
	border:1px solid #CEE7FF;
	float:left;
	width:169px;
	padding:10px;
	border-bottom:5px solid #CEE7FF;
}

.delivery {
border:1px solid #CEE7FF;
	float:left;
	width:169px;
	padding:10px;
	border-bottom:5px solid #CEE7FF;
background:url(../images/deliverybg.gif) bottom right no-repeat;
}

.rightcontainer{
	border-bottom:1px solid #A4A5CA;
	float:left;
	padding-bottom:8px;
	margin-bottom:10px;
}
.rightimage{
	margin-right:8px;
	width:62px;
	float:left;
}
.rightcontent{
	width:99px;
	float:left;
}

/* mainnav - left navigation */
#nav a {
	color:#000066;
}
#nav{
	border:1px solid #CEE7FF;
	border-bottom:5px solid #CEE7FF;
}
#nav li{
	display:inline;
	list-style-type:none;
	padding:0;
	margin:0;
}
#nav li a{
	background:url("../images/menu_bg.gif") no-repeat left;
	border-top:1px solid #A4A5CA;
	display:block;
	margin:0;
	padding:7px 0 6px 25px;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	text-transform:uppercase;
	width:164px;
	
}
#nav li a:hover,#nav li a:active{
	background: url("../images/menu_bg_over.gif") no-repeat left;
}
#nav ul{
	margin:0;
	padding:0;
}

/* Begin Breadcrumb Styles =============================================== */

#breadcrumb {
	border:1px solid #CEE7FF;
	padding:6px 0 6px 10px;
	margin-bottom:8px;
	font-size:11px;
	height:20px;

}

#checkoutprogress {
	border:1px solid #CEE7FF;
	padding:6px 0 6px 10px;
	margin-bottom:8px;
	font-size:11px;
	height:60px;
	text-align:center;

}

#crumbleft {
width:75%;
float:left;
}

#crumbright {
width:24%;
float:right;
text-align:right;
margin-right:1%;
}

#breadcrumb ul {
	margin: 0;
}

#breadcrumb ul li {
	display: inline;
	padding-right: 4px;
	padding-left: 8px;	
	background: url(../images/bullet.gif)  0 4px no-repeat;
}

#breadcrumb ul li.first {
	display: inline;
	padding-right: 4px;
	padding-left: 0;
	font-weight: bold;	
	background: none;
}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
	text-decoration: underline;
	color: #30226C;
	font-weight: bold;	
}

#breadcrumb a:hover {
	text-decoration: none;
	color: #DE0000;
}

/* End Breadcrumb Styles =============================================== */

/* home products */

.productlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.productlistleft {
	width: 49%;
	float: left;
	margin: 0 0 10px 0;
}

.productlistright {
	width: 49%;
	float: right;
	margin: 0 0 10px 0;
}

.productlistbox {
	background: url(../images/homeprod_shimleft.gif) repeat-y;
	margin: 0;
	height: 1%;
}

.productlistlatest {
	height: 110px;
	padding: 8px 8px 3px 8px;
	overflow: hidden;
}

.productlistlatest a:link, .productlistlatest a:active, .productlistlatest a:visited {
	color: #DE0000;
	text-decoration: underline;
}

.productlistlatest a:hover {
	color: #000066;
	text-decoration: underline;
}

.productlistimage {
	height: 110px;
	padding: 8px 8px 3px 8px;
	overflow: hidden;
}

.productlistimage ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;

	}

/*.productlistimage * {
	color: #000066 !important;
	font-weight: normal;
}*/

.productlistimage a:link, .productlistimage a:active, .productlistimage a:visited {
	color: #DE0000;
	text-decoration: underline;
}

.productlistimage a:hover {
	color: #000066;
	text-decoration: underline;
}

.productlistimage p {
	margin: 0 0 2px 0;
	padding: 0 0 2px 0;
}

.productlistcontent {
	display: block;
	padding: 0;
	min-height: 12.6em;
	background: url(../images/homeprod_shimright.gif) repeat-y right;
}

.productlistcontent img {
	float: left;
	margin: 0 5px;
}

.productlisttitle {
	margin: 0 0 3px 0;
	padding: 3px 10px 4px 15px;
	background: #EFF7FF;
	height: 32px;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #A5A6CA;
	border-bottom: 1px solid #6168A5;
}

.productlisttitle a:link, .productlisttitle a:active, .productlisttitle a:visited {
	color: #000066;
	text-decoration: none;
}

.productlisttitle a:hover {
	color: #000066;
	text-decoration: underline;
}

.productlisttitle .productlisttitlecrop {
	width: 95%;
	overflow: hidden;
	height: 32px;
	margin: 0 0 -18px 0;
}

.productlistbottom {
	margin: 0;
	width: auto;
	padding: 0 10px;
}

.prod_detail_content_1 {
	width: 210px;
	float:left;
}

.prod_detail_content_2 {
	position:relative;
	float:left;
}

.content1 ul {
	padding: 0 0 10px 10px;
}

.google {
	padding: 0 0 10px 10px;
	position:relative;
	float:right;
}

.checkoutprogress {
position:relative;
float:right;
background:#FFFFFF;
padding:5px;
border:1px solid #FF3333;
}

.checkoutprogress-header {
	
	background-colour:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	color:#FF3333;
}


.content1 ul li {
	list-style: none;
	text-align: left;
	display: block;
	background: url(../images/bullet.gif) no-repeat 0 5px;
	padding: 1px 0 1px 15px;
}

.content ul.product_offers li {
	list-style: none;
	background: url(../images/tick.gif) no-repeat 0 4px;
	padding: 2px 0 2px 15px;
	font-size: 12px;
}


/* Next step */

#three {
width: 100%;
margin-top:15px;
margin-left: auto;
margin-right: auto;
padding-top:20px;
padding-bottom:40px;
background:url(../images/nsbg.jpg) repeat-x;
color:#FFFFFF
}

#three div {

float: left;
width: 33%;
} 


#three h3 {
font-size:14px;
font-weight:bold;
color:#FFFFFF;
}

#three a {
color:#FFCC00;
}


/* Footer */
#footer1{
	text-align:center;
	clear:both;
	background:#000066;
	padding:5px 0 2px 0;
	width:100%;
	font-size:12px;
	color:#FFFFFF !important;
	min-width:760px;
	position:relative;
	height:35px;
}
/* min-width hack for IE */
* html #footer1 {
	text-align:center; 
	width:100%;
}
#footer1 a{
	color:#FFFFFF !important;
}
#footer1 a:hover {
	text-decoration:none;
}
#footer2{
	text-align:center;
	clear:both;
	padding:5px 0 2px 0;
	width:100%;
	font-size:11px;
	min-width:760px;
	position:relative;
	height:40px;
	color:#000066 !important;
}
/* min-width hack for IE */
* html #footer2 {
	text-align:center;
	width:100%;
}

.fontwhite {
	color: #FFFFFF;	
}

.fontgrey {
	color: #666666;
}

.fontdarkgrey {
	color: #3a3331;	
}

.fontyellow {
	color: #F4D836;	
}

.fontblack {
	color: #000000;	
}

.fontred {
	color: #DE0000;	
}

.fontblue {
	color: #000066;	
}

.backgroundlight {
	background-color: #F1F7FD;
}

.offermessage {
background-color:#6699CC;
color:#FFFFFF;
padding:5px;
border-color:#FF0000;
border-width:5px;
}

.backgroundmedium {
	background-color: #CEE7FF;
}
.backgrounddark {
	background-color: #000066;
}
.backgroundred {
	background-color: #DE0000;
}
.backgroundorange {
	background-color: #FF9900;
}
a.linkwhite:link, a.linkwhite:visited, a.linkwhite:active {
	color: #FFFFFF;
}
a.linkwhite:hover {
	color: #FFFFFF;
}
a.linkred:link, a.linkred:visited, a.linkred:active {
	color: #DE0000;
}
a.linkred:hover {
	color: #DE0000;
}
a.linkborder:link, a.linkborder:visited, a.linkborder:active {
	border: 1px solid #BDB8B7;
	display: block;
}
a.linkborder:hover {
	border: 1px solid #DE0000;
}
.border {
	border: 1px solid #BDB8B7;
}
.borderlight {
	border: 1px solid #EFF7FF;
}
.borderdashedmedium {
	border: 1px solid #CEE7FF;
}
.borderdashedred {
	border-bottom: 1px dashed #DE0000;
}
.bordertopmedium {
	border-top: 1px solid #CEE7FF;
}
.borderdashedbottom {
	border-bottom: 1px dashed #CEE7FF;
}

/* Begin Basket Styles =============================================== */

.baskettop {
	font-weight: bold;
	color: #000066;
	background: #CEE7FF;
	padding: 5px;
}
.basketmiddle {
	padding: 3px;	
}
.basketbottom {
	color: #000066;
	padding: 3px;
	background: #CEE7FF;
}

/* End Basket Styles =============================================== */

/* Begin Form Styles =============================================== */

form {
	margin: 0;
	padding: 0;
}

legend { 
	padding: 0 6px;
	color: #02325F;
	font-weight: bold;
}

fieldset, input:focus, textarea:focus {
	border: 1px solid #DE0000;
}

label { 
	display: block; 
	float: left; 
	text-align: right; 
	padding: 0 10px 0 6px; 
	margin-bottom: 0; 
	width: 120px; 
	font-weight: bold; 
}

.input {
	font: 11px Arial, Helvetica, sans-serif; 
	background-color: #FFFFFF !important;
	border: 1px #4653A1 solid;
	color: #000066;
	height: 16px;
	padding-left: 2px;
}

.inputsmall {
	font: 11px Arial, Helvetica, sans-serif; 
	background-color: #FFFFFF !important;
	border: 1px #4653A1 solid;
	color: #000066;
}

.select {
	font: 11px Arial, Helvetica, sans-serif; 
	background-color: #FFFFFF !important;
	border: 1px #4653A1 solid;
	color: #000066;
}

.selectsmall {
	font: 11px Arial, Helvetica, sans-serif; 
	background-color: #FFFFFF !important;
	border: 1px #4653A1 solid;
	color: #000066;
}

.textarea {
	font: 11px Arial, Helvetica, sans-serif; 
	background-color: #FFFFFF !important;
	border: 1px #4653A1 solid;
	color: #000066;
}

/* End Form Styles =============================================== */

#promowrapper {width:100%;text-align:center;}	
#promoimage {width:354px;height:182px;position:relative;margin:0 auto;}
#promoimage img.rotimg{position:absolute;left:0;top:0;margin:0;padding:0;}
#promowrapper #firstimg{z-index:2;}


*
{
	/*border: solid 5px black;*/
}


#logo h1 {
	top: 0px;
	width: 312px;
	height: 90px;
	position: absolute;
	text-indent: -20000em;
	font-size: 0%;
	line-height: 0%;
	background: url(../images/logo_aug08.jpg) top left no-repeat;
	}
	
#logo h2 a {
	display: block;
	text-decoration:none;
	width: 320px;
	height: 90px;
	}


#headlight h2 {
	float:right;
	top: 0px;
	width: 400px;
	height: 60px;
	text-align:right;
	position:static;
	padding-right:5px;
	text-indent: -20000em;
	font-size: 0%;
	line-height: 0%;
	background: url(../images/top_right_5.gif) top left no-repeat;
	
	}
	
#bikeheadlight h2 {
	float:right;
	top: 0px;
	width: 400px;
	height: 98px;
	text-align:right;
	position:static;
	padding-right:5px;
	text-indent: -20000em;
	font-size: 0%;
	line-height: 0%;
	background: url:url(../images/bike/header_right.jpg) top left no-repeat;
	
	}
	
#headlight h2 a {
	display: block;
	text-decoration:none;
	width: 400px;
	height: 60px;
	}
	
#bikeheadlight h2 a {
	display: block;
	text-decoration:none;
	width: 400px;
	height: 98px;
	}

#headlight_us h2 {
	float:right;
	top: 0px;
	width: 400px;
	height: 60px;
	text-align:right;
	position:static;
	padding-right:5px;
	text-indent: -20000em;
	font-size: 0%;
	line-height: 0%;
	background: url(../images/top_right_us.gif) top left no-repeat;
	
	}
	
#headlight_us h2 a {
	display: block;
	text-decoration:none;
	width: 400px;
	height: 60px;
	}

/* FRONT PAGE */

      .frontpageItem h2 { margin: 0; font-size: 14px; padding: 0.6em; color:#CC0000; background:url(../images/fp_bg.jpg) repeat-x; border-bottom: 1px solid #fff; font-weight:bold; }
      .frontpageItem h2:hover { cursor: pointer; }
      .frontpageItem div { margin: 0; padding: 0.6em; background-color: #eef; border-bottom: 1px solid #fff; line-height:18px; }
      .frontpageItem.hide h2 { color: #000066; background-color:#CC0000; font-weight:bold; }
      .frontpageItem.hide div { display: none; }
	  .frontpageItem li {margin-left:	25px;}

#bvoffer {
position:relative;
float:right;
}

.catpage h1 {
font-weight:bold;
font-size:14px;
}

.catpage h2 {
font-weight:bold;
font-size:14px;
}

/* NEW FP */

#welcome {
width:100%;
background:url(../images/fp_welcome.jpg) left no-repeat;
height:67px;
margin-bottom:10px;

}

#welcome h2 {
width:600px;
font:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#000000;
padding:25px 10px 10px 75px;
vertical-align:middle;
}

#catdesc h2 {
font-size:12px;
}

.instock {
color:#009900;
}

.manufacturers {
margin:10px 0 10px 10px;
}

.frontpage-text {
font:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 16px;
color:#333333;
}

.hotspot {color:#003366; padding-bottom:1px; border-bottom:1px dotted #003366; cursor:pointer}

#tt {position:absolute; display:block; background:url(../images/hsimages/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(../images/hsimages/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(../images/hsimages/tt_bottom.gif) top right no-repeat; overflow:hidden}

#headlight_bike h2 {
	float:right;
	top: 0px;
	width: 400px;
	height: 60px;
	text-align:right;
	position:static;
	padding-right:5px;
	text-indent: -20000em;
	font-size: 0%;
	line-height: 0%;
	background: url(../images/top_right_bike.gif) top left no-repeat;
	
	}
	
#bikelogo h1 {
	top: 0px;
	width: 312px;
	height: 90px;
	position: absolute;
	text-indent: -20000em;
	font-size: 0%;
	line-height: 0%;
	background: url(../images/logo_bike.jpg) top left no-repeat;
	}