/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1em;
}

a {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	font-size: .8em;
}

a:link{
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	font-size: .8em;
}

a:visited{
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	font-size: .8em;
}

a:hover{
	color: #b6b6b6;
	font-weight: bold;
	text-decoration: underline;
	font-size: .8em;
}

a:active{
	color: #b6b6b6;
	font-weight: bold;
	text-decoration: underline;
	font-size: .8em;
}



.newsletter a {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	font-size: .8em;
}

.newsletter a:link{
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	font-size: .8em;
}

.newsletter a:visited{
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	font-size: .8em;
}

.newsletter a:hover{
	color: #b6b6b6;
	font-weight: bold;
	text-decoration: underline;
	font-size: .8em;
}

.newsletter a:active{
	color: #b6b6b6;
	font-weight: bold;
	text-decoration: underline;
	font-size: .8em;
}


img{
	border: none;
	padding: 0;
}


table,tr,td,p{
	font-size: 1em;
}

p {
	margin: 0 0 8px 0;
	line-height: 1.4em;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 8px 0 8px 0;
}

h2 {
	font-size: 1.3em;
	font-weight: 600;
	margin: 0 0 5px 0;
	color: #336600;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #003366;
}

h4 /*used on faq page*/{
	font-size: .8em;
	font-weight: bold;
	margin: 0 0 25px 0;
	color: #003366;
}

.center {
	text-align: center;
}

.bold{
	font-weight: bold;
}

.smallbold{
	font-weight: bold;
	font-size: .8em;
}

.boldquest{
	font-weight: bold;
	margin-top: 10px;
	line-height: 1.5;
}

.smallfont{
	font-size: .8em;
}

#colorbg{
	width: 545px;
	background-color:#bfbdc2;
	margin-top: 5px;
}

#colorbg .indent{
	padding: 5px 10px 5px 10px;
}

.regfont{
	font-size: 1.5em;
}


.center{
	text-align: center;

}

.red{
	color: red;
}

.smallred{
	color: red;
	font-size: .8em;
}

.boldred{
	color: red;
	font-weight: bold;
}

.categoryheader {
	margin-top: 10px;
	border-top: 2px dashed #999999;
	width: 760px;
}

.linethrough{
	text-decoration: line-through;
	font-weight: bold;
}

.smalllinethrough{
	text-decoration: line-through;
	font-weight: bold;
	font-size: .8em;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#header{
	position: relative;
	height: 65px;
	}

#header .logo{
	float: left;
	margin-left: 5px;
	}

#header .shoppingcart{
	float: right;
	margin-top: 23px;
	margin-right: 10px;
	text-align: right;
}

#header .shoppingcart p{
	font-size: .6em;
	text-align: right;
}

#header .shoppingcart a:link{
	font-size:.7em;
	color: #000000;
	text-decoration: none;
}

#header .shoppingcart a:visited{
	font-size:.7em;
	color: #000000;
	text-decoration: none;
}

#header .shoppingcart a:hover, a:active{
	font-size:.7em;
	color: #b6b6b6;
	text-decoration: underline;
	}
	
#navigation{
	margin-left: 0px;
	padding: 0px;
	background-image: url(/images/nav_bg.gif);
	background-repeat: no-repeat;
	width: 760px;
	height: 50px;
	color: #ffffff;
	font-weight: 600;
	font-size: .8em;
}

#navigationwrapper{
	position: absolute;
	margin-top: 12px;
	margin-left: 20px;
	z-index: 100;
	}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 1em;
}


#nav a.hover, #nav a:active {  /*for categories with drop downs*/
	text-decoration: none; 
	font-size: 1em;
}

#nav a:hover.single, #nav a:active.single { /*for single level nav links home and stores*/
	text-decoration: underline;
	font-size: 1em;
}

#nav a.customerservice, #nav li.customerservice { /*width styling for longer cs links */
	width: 150px;
}

#nav li { /* top level list items that have dropdowns*/
	float: left;
	width: 90px;/* width needed for Opera */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #b6b6b6;
	width: 176px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 1px solid #ffffff;
	z-index: 100;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.9em 0 0 176px;
}

#nav li li {
	float: left;
	background-color: #b6b6b6;
	line-height: 1.8em;
	border-bottom: 1px solid #ffffff;
	width: 176px;
	z-index: 100;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav a.multilevel:link, #nav a.multilevel:visited { /* second-level lists */
	background-color: #B6B6B6;
	color: #ffffff;
	font-size: .85em;
	font-weight: 600;
	border-top: 0;
	width: 176px;
}

#nav a.multilevel:hover, #nav a.multilevel:active {
	background-color: #e9e9e9;
	color: #b6b6b6;
	font-size: .85em;
	font-weight: 600;
	width: 176px;
}

#nav .noborder {
	float: left;
	background-color: #b6b6b6;
	line-height: 1.8em;
	border-bottom: 0;
	width: 176px;
}

#nav .indent {
	margin-left: 3px;
	}

#search {
	position: absolute;
	margin-top: 10px;
	margin-left: 580px;

}

#search .gobutton {
	position: absolute;
	margin-top: 1px;
	margin-left: 3px;

}

#search input.txt {
	font-size: .8em;
	width: 11em;
}

	
#content {
	clear: left;
	color: #000000;
	float: left;
	margin-top: 5px;
	font-size: .8em;
}
#content form {
	margin: 0 0 1em 0;
}

#content select {
	clear: left;
	font-size: .8em;
	padding: 0;
	margin: 0;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.selectright {
	text-align: right;
	margin-top: -30px;
	margin-right: 45px;
}


#content .mainimage{ /*homepage main image positioning*/
	float: left;
	width: 550px;
	padding: 0 3px 0 0;
}

#content .hackersafe{
	margin-top: 2px;
	margin-left: 85px;
}

#content ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#content ul.easyview { /*easier to read*/
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2;
	font-size: .7em;
}

#content ul.easyview a:link { /* easier to read*/
	font-color: #003366;
	font-weight: 500;
}

#content ul.easyview a:visited { /* easier to read*/
	font-color: #003366;
	font-weight: 500;
}

#content ul.easyview a:hover { /* easier to read*/
	font-color: #b6b6b6;
	font-weight: 500;
	text-decoration: underline;
}

#content ul.easyview a:active { /* easier to read*/
	font-color: #b6b6b6;
	font-weight: 500;
	text-decoration: underline;
}

.stylename { /*sample-item template for product name*/
	font-size: 1.4em;
	font-weight: bold;
	margin: 8px 0 0 0;
}

#presscoverage ul{
	float: left;
	width: 760px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
 
#presscoverage li {
	float: left;
	width: 105px;
	margin: 0;
	padding: 0 0 4px 0;
	list-style: none;
}

#productslist h2{
	font-size: 1.3em;
	font-weight: 600;
	margin: 15px 0 5px 0;
	color: #336600;
}

#productslist ul{
	float: left;
	width: 760px;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	display: block;
}
 
#productslist li {
	float: left;
	width: 190px;
	margin: 0;
	padding: 0 0 7px 0;
	list-style: none;
	text-align: center;
}

#content .clear{
	clear: both;
}

#content ul.sideimages { /* sideimages */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.2;
	float: right;
}

#content ul.reglist {
	list-style: disc;
	padding-left: 15px;
	line-height: 1.5;
	margin: 0 0 5px 0;
}

#content a {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
}

#content a:link{
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
}

#content a:visited{
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
}

#content a:hover{
	color: #b6b6b6;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1em;
}

#content a:active{
	color: #b6b6b6;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1em;
}

#content a.link.productthumb, a.visited.productthumb, a.hover.productthumb, a.active.productthumb {
	text-decoration: none;
}

#bottomrail {
	width: 760px;
	float: left;
	margin-top: 3px;

}

#bottomrail a:link {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
}

#bottomrail a:visited {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
}

#bottomrail a:hover {
	color: #b6b6b6;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1em;
}

#bottomrail a:active {
	color: #b6b6b6;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1em;
}

.bottomrail_1 {
	width: 200px;
	height: 160px;
	border-style: solid;
	border-top-color: #6a793e;
	border-right-color: #b6b6b6;
	border-bottom-color: #b6b6b6;
	border-left-color: #b6b6b6;
	border-top-width: 10px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	float: left;
}

.bottomrail_2 {
	width: 220px;
	height: 160px;
	border-style: solid;
	border-top-color: #294d5b;
	border-right-color: #b6b6b6;
	border-bottom-color: #b6b6b6;
	border-top-width: 10px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 0;
	float: left;
}


.bottomrail_3 {
	width: 195px;
	height: 160px;
	border-style: solid;
	border-top-color: #733451;
	border-right-color: #b6b6b6;
	border-bottom-color: #b6b6b6;
	border-top-width: 10px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 0;
	float: left;
}

.bottomrail_4 {
	width: 140px;
	height: 160px;
	border-style: solid;
	border-top-color: #3f3639;
	border-right-color: #b6b6b6;
	border-bottom-color: #b6b6b6;
	border-top-width: 10px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 0;
	float: left;
}

#thirds {
	width: 760px;
	float: left;
}

#thirds a:link {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
}

#thirds a:visited {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
}

#thirds a:hover {
	color: #b6b6b6;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1em;
}

#thirds a:active {
	color: #b6b6b6;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1em;
}

.thirds_0 {
	width: 760px;
	float: left;
}

.thirds_1 {
	width: 250px;
	border-top-width: 10px;
	border-bottom-width: 1px;
	border-right-width: 3px;
	border-left-width: 1px;
	float: left;
}

.thirds_2 {
	width: 250px;
	border-top-width: 10px;
	border-bottom-width: 3px;
	border-right-width: 1px;
	border-left-width: 0;
	float: left;
}

.thirds_3 {
	width: 250px;
	border-top-width: 10px;
	border-bottom-width: 3px;
	border-right-width: 1px;
	border-left-width: 0;
	float: left;
}


#footer {
	margin-top: 2px;
	width: 760px;
	float: left;
	text-align: center;
}

#footer .footerbar { /* to position text in footer bar */
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0;
	background-color: #B6B6B6;
	width: 760px;
	border-right: 1px solid #B6B6B6;
}

#footer ul {	
	list-style: none;
	margin-top: 0;
	padding: 0;
}

#footer li { /* display li in a line*/
	display: inline;
	padding-right: 15px;
	padding-left: 0;
}

#footer a:link, #footer a:visited {
	font-size: .7em;
	color: #000;
	text-decoration: none; 
}

#footer a:hover, #footer a:active {
	font-size: .7em;
	color: #fff;
	text-decoration: underline;
}

#footer p{
	font-size: .7em;
}


#storefindercontent {
	text-align: left;
}

#storelocator ul {
  float: left;
  width: 760px;
  margin: 0;
  padding: 0;
  list-style: none;
}
 
#storelocator li {
  float: left;
  width: 242px;
  margin: 0;
  padding: 0 2px 12px 0;
  list-style: none;
  font-size: .8em;
  line-height: 1.2em;
}

#sizingchart ul {
  float: left;
  width: 760px;
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}

#sizingchart li.smallershort {
  float: left;
  width: 126px;
  margin: 0;
  padding: 5px 0 8px 0;
  list-style: none;
  font-size: .9em;
  line-height: 1.2em;
  border-bottom: 2px solid #B6B6B6;
}
 
#sizingchart li.short {
  float: left;
  width: 130px;
  margin: 0;
  padding: 5px 0 8px 0;
  list-style: none;
  font-size: 1em;
  line-height: 1.2em;
  border-bottom: 2px solid #B6B6B6;
}

#sizingchart li.medium {
  float: left;
  width: 152px;
  margin: 0;
  padding: 5px 0 8px 0;
  list-style: none;
  font-size: 1em;
  line-height: 1.2em;
  border-bottom: 2px solid #B6B6B6;
}

#sizingchart li.long {
  float: left;
  width: 250px;
  margin: 0;
  padding: 5px 0 8px 0;
  list-style: none;
  font-size: 1em;
  line-height: 1.2em;
  border-bottom: 2px solid #B6B6B6;
}

#sizingchart li.xlong {
  float: left;
  width: 340px;
  margin: 0;
  padding: 5px 0 8px 0;
  list-style: none;
  font-size: 1em;
  line-height: 1.2em;
  border-bottom: 2px solid #B6B6B6;
}

#brandcomparison ul {
  float: left;
  width: 760px;
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}

#brandcomparison li.medium {
  float: left;
  width: 160px;
  margin: 0;
  padding: 5px 0 5px 0;
  list-style: none;
  font-size: .9em;
  line-height: 2em;
  border-bottom: 2px solid #B6B6B6;
  text-align: center;
}

#brandcomparison li.toprow {
  float: left;
  width: 160px;
  margin: 0;
  padding: 5px 0 5px 0;
  list-style: none;
  font-size: .9em;
  line-height: 65px;
  border-bottom: 2px solid #B6B6B6;
  text-align: center;
}

#brandcomparison li.longtoprow {
  float: left;
  width: 280px;
  margin: 0;
  padding: 5px 0 5px 0;
  list-style: none;
  font-size: .9em;
  line-height: 65px;
  border-bottom: 2px solid #B6B6B6;
  text-align: center;
}

#brandcomparison li.long {
  float: left;
  width: 280px;
  margin: 0;
  padding: 5px 0 5px 0;
  list-style: none;
  font-size: .9em;
  line-height: 2em;
  border-bottom: 2px solid #B6B6B6;
  
}

#sizingchartwindow ul {
  float: left;
  width: 500px;
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
  font-size: .8em;
}
 
#sizingchartwindow li.short {
  float: left;
  width: 75px;
  margin: 0;
  padding: 5px 0 8px 0;
  list-style: none;
  line-height: 1.2em;
  border-bottom: 2px solid #B6B6B6;
}

#sizingchartwindow li.long {
  float: left;
  width: 175px;
  margin: 0;
  padding: 5px 0 8px 0;
  list-style: none;
  line-height: 1.2em;
  border-bottom: 2px solid #B6B6B6;
}

#NEWsizingchartwindow ul {
  float: left;
  width: 500px;
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
  font-size: .8em;
}

#NEWsizingchartwindow li.smallershort {
  float: left;
  width: 83px;
  margin: 0;
  padding: 5px 0 8px 0;
  list-style: none;
  line-height: 1.2em;
  font-size: .9em;
  border-bottom: 2px solid #B6B6B6;
}

#NEWsizingchartwindow li.short {
  float: left;
  width: 75px;
  margin: 0;
  padding: 5px 0 8px 0;
  list-style: none;
  line-height: 1.2em;
  border-bottom: 2px solid #B6B6B6;
}

#NEWsizingchartwindow li.long {
  float: left;
  width: 175px;
  margin: 0;
  padding: 5px 0 8px 0;
  list-style: none;
  line-height: 1.2em;
  border-bottom: 2px solid #B6B6B6;
}

#NEWsizingchartwindow li.medium {
  float: left;
  width: 100px;
  margin: 0;
  padding: 5px 0 8px 0;
  list-style: none;
  line-height: 1.2em;
  border-bottom: 2px solid #B6B6B6;
}

#giftwrap {
	margin: 5px 5px 5px 5px;
}

#faqcategories {
float: left;
width: 160px;
}

#faqanswers{
float: right;
width: 590px;
}

#content ul.faqview{ /*easier to read*/
	padding: 0;
	margin-bottom: 10px;
	list-style: none;
	line-height: 2.1;
	font-size: .85em;
}

#content ul.smallreglist{ /*easier to read*/
	padding: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 2.1;
	font-size: .85em;
	list-style-type: disc;
	list-style-position: inside;
}

.blend img {
opacity: 0;
-moz-opacity: 0;
-khtml-opacity:0;
filter: alpha(opacity=0);
}

hr{
	border: none 0; 
	border-top: 1px dotted #cccccc;
	width: 100%;
	height: 1px;
	margin: 0 0 0 0;
	}


h5  /*used on custom basket page*/{
	color: white;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 10px;
	font-weight: normal;
	}

#basket_new a:link {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
}

#basket_new a:visited {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
}

#basket_new a:hover {
	color: #b6b6b6;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1em;
}

#basket_new a:active {
	color: #b6b6b6;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1em;
}

.basket_1top {
	width: 100px;
	background-color: #999999;
	text-align: center;
	font-size: 10px;
	float: left;
	color: #ffffff;
}

.basket_2top {
	width: 190px;	background-color: #999999;
	text-align: left;
	font-size: 10px;
	float: left;
	color: #ffffff;
}

.basket_3top {
	width: 140px;
	background-color: #999999;
	text-align: left;
	font-size: 10px;
	float: left;
	color: #ffffff;
}

.basket_4top {
	width: 110px;
	background-color: #999999;
	text-align: left;
	font-size: 10px;
	float: left;
	color: #ffffff;
}

.basket_5top {
	width: 100px;
	background-color: #999999;
	text-align: left;
	font-size: 10px;
	float: left;
	color: #ffffff;
}

.basket_6top {
	width: 120px;
	background-color: #999999;
	text-align: center;
	font-size: 10px;
	float: left;
	color: #ffffff;
}

.basket_bottom {
	width: 760px;
	text-align: center;
	font-size: 10px;
	float: left;
}

	.cartheader{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

#shopbysize{
	font-size: .8em;
	

}