/*-------------------------------------------    
    General
-------------------------------------------*/

* {
margin: 0;
padding: 0;
}

body {
font: normal 12px Arial, Helvetica, sans-serif;
background: #ccc url(/images/elements/main_bg.jpg)  top left;
}

table {
font: normal 12px Arial, Helvetica, sans-serif;
}

img { 
display: block;
border: 0;
}

h1 {
font-size: 15px;
text-transform: uppercase;
}

h2 {
font-size: 13px;
text-transform: uppercase;
}

h3 {
font-size: 13px;
}

a:link, a:visited, a:active {
color: #22629C;
text-decoration: underline;
}

a:hover {
color: #000;
text-decoration: none;
}

input {
font: normal 11px Arial, Helvetica, sans-serif;
}

select {
font: normal 11px Arial, Helvetica, sans-serif;
}

option {
padding-right:6px;
}

p {
padding: 8px 0;
}

/*-------------------------------------------    
    Header
-------------------------------------------*/

#header {
width: 930px;
height:92px;
margin: 0 auto;
color: #fff;
background: #eee url(/images/elements/header_bg2.jpg) no-repeat top left;
}

#logo {
float: left;
width: 200px;
padding: 10px 0 0 20px;
}

#header-nav {
float: left;
width: 500px;
padding: 63px 65px 0 0;

}

#header-nav a:link, #header-nav a:visited, #header-nav a:active {
color: #fff;
text-decoration: none;
}

#header-nav a:hover {
color: #ccc;
}

#header-nav li {
padding-right:8px;
display: inline;
list-style: none;
font-weight: bold;
font-size:11px; 
text-transform: uppercase;	
}

#header-nav img {
display: inline;
}

#header-cart {
padding-top: 18px;
font-size: 11px;
}

#header-cart img {
padding-top: 5px;
display: inline;
}

/*-------------------------------------------    
    Nav
-------------------------------------------*/

/* ========================================== 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
=========================================== */


.menu {
	width:150px;
	min-height:290px;
	position:relative;
	margin:0 0 0 9px;
	_margin:0 0 5px 9px;
	font-size:11px;
	font-weight:bold;
	z-index:100;
	}
	
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	width:150px;
	height:20px;
	border-top:1px solid #666;
	line-height:19px;
	padding-left:7px;
	color: #fff;
	}
	
.menu ul {
	margin:0;
	list-style-type: none;
	}
	
.menu ul li { 
	float:left;
	margin-right:1px;
	position:relative;

	}
	
.menu ul li ul {display: none; font-weight: normal;}

.menu ul li:hover a {color:#fff; background:#333;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:156px; width:100px;}
.menu ul li:hover ul li a.hide {background:#fff; color:#fff;}
.menu ul li:hover ul li:hover a.hide {width:156px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#333; color:#fff; width:150px;}
.menu ul li:hover ul li a:hover {background:#666; color:#fff;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}
.menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#dfc184; color:#000;}
.menu ul li:hover ul li:hover ul li a:hover {background:#bd8d5e; color:#fff;}

/* ========================================== 
End Stu Nicholls Styles. 
=========================================== */


#nav-wrapper {
float: left;
width: 175px;
margin: 0 0 0 28px;
_margin: 0 0 0 14px;
color: #fff;
}

#nav { 
background: #eee url(/images/elements/nav_bg.jpg) repeat-y top left;
}


#nav-current-category {
	border-top: 1px solid #666;
	margin: 10px 10px 0 10px;
	padding: 5px 0 0 7px;
	text-transform: uppercase;
		font-size: 11px;
}

#nav-current-category a:link, #nav-current-category a:visited {
	color: #fff;
	text-transform: none;

}

#nav-current-category a:hover {
	color: #ccc;
}

#nav-narrow-results {
	border-top: 1px solid #666;
	margin: 10px 10px 0 10px;
	padding: 5px 0 0 7px;
}

.nav-title {
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	margin: 5px 10px 0 10px;
	padding:5px 0 0 7px;
	border-top: 1px solid #666;
}

.nav-block {
	font-size: 11px;
	line-height:17px;
	color: #666;
	padding: 0 0 0 20px;
}

.nav-block a:link, .nav-block a:visited {
color: #fff;
}

.nav-block a:hover {
color: #ccc;
}

#nav-under {
	margin: 0 0 0 40px;
}

#nav-promo {
	padding-bottom: 5px;
}

#nav-clublax-points {
	height: 155px;
	padding-right:10px;
	background: url(/images/elements/nav_clublax_points_bg.gif) no-repeat 0 0;
	text-align: center;
	color: #fff;
}

#search {
margin: 0 0 10px 18px;
font-size: 10px;
}

#search .textbox {
margin: 1px 3px 3px 0;
padding: 0;
font: normal 11px Arial, Helvetica, sans-serif;
border: 2px groove #999;
background-color: #eee;
}

#search h3 {
margin: 0;
font-size: 11px;
text-transform: uppercase;
}

#search a:link, #search a:visited, #search a:active {
color: #fff;
text-decoration: none;
text-transform: uppercase;
}

#search a:hover {
color: #ccc;
text-decoration: none;
}

/*-------------------------------------------    
    Content Area
-------------------------------------------*/

#container { 
width: 930px;
min-height: 600px;
margin: 0 auto; 
background: url(/images/elements/main_page_bg2.gif) repeat-y top left;
}

#content {
float: right;
width: 690px;
padding-right: 30px;
}

/*-------------------------------------------    
    Footer
-------------------------------------------*/

#footer-spacer {
width: 930px;
margin: 10px 0 0 0;
clear: both;
}

#footer {
clear: both;
width: 930px;
margin: 0 auto; 
font-size: 9px;
color: #333;
text-transform: uppercase;	
}

#footer a:link, #footer a:visited, #footer a:active {
color: #333;
text-decoration: none;
}

#footer a:hover {
color: #666;
}

#footer img {
display: inline;
}

#footer ul {
padding: 3px 0 5px 65px;
}

#footer li {
padding-right:10px;
display: inline;
list-style: none;
font-size:10px; 
}

#footer .fineprint {
padding: 0 0 10px 65px;
}


/*-------------------------------------------    
   Sections
-------------------------------------------*/

#spotlight{
	width:690px;
}

#spotlight-content {
	padding:0 0 0 7px;
	background: #000 url(/images/elements/spotlight_middle.jpg) repeat-y;	
}

h1.title  {
margin-bottom: 2px;
padding: 10px 0 10px 35px;
color: #22629C;
background: url(/images/elements/title_bg.jpg) no-repeat bottom left;
}

#breadcrumbs {
font-size: 11px;
}

.breadcrumbs-close {
	display: inline;
	margin: 0 0 -1px 2px;
}

/*-------------------------------------------    
   Tables
-------------------------------------------*/

#chart table{
	border: 1px solid #fff;
	margin-bottom: 5px;
	border-collapse: collapse;
	width: 100%;
	font-size: 11px;
}

#chart th {
	text-align: center;
	background: #22629C;
	color: #fff;
	padding: 3px;
}

#chart tr {
	background: #ccc;
}

#chart td {
	text-align: center;
	padding: 2px;	
}

#chart .stripe {
	background: #e3e3e3;
}

.primary-form {
	width:100%;
	margin: 0;
}

.primary-form td{
	padding:2px 0;
}
				
/*-------------------------------------------    
   Misc Elements
-------------------------------------------*/

.rule-line {
	background: #fff url(/images/elements/rule_line_bg.gif)  repeat-x;
	height:2px;
	margin:5px 0 5px 0;
}

.top-padding8 {
	padding-top: 8px;
}

.list-basic {
	padding: 0 0 0 20px;
	line-height: 13px;
}

.list-basic li {
	padding: 4px 0;
}

.alert {
	margin: 3px 0 8px 0;
	padding: 8px;
	background-color: #ffffcc;
	color: #cc0000;
	border: 1px dotted #cc0000;
}

.asterisk {
	font-weight: bold;	
	color: #22629C;
}

#brand-list img {
	margin: 8px 8px;
	float: left;
}

.top-of-page {
	font-size: 11px;
}

/*****************************
* Preference Center
*****************************/

/* Overlay Preference Center CSS is found in jquery.ui.theme.css */
#preferenceCenterContent {padding:10px; font-size:12px;}
#preferenceCenterContent h2 {color:#000; font-size:15px; }
#preferenceCenterContent li {list-style:none; padding:8px 0; border-bottom:1px solid #ccc;}
#preferenceCenterContent #prefParagraph {line-height:17px; padding-bottom:13px; border-bottom:1px solid #ccc; }

/* These two styles are for the overlay title bar */
.ui-icon {float:right;}
.ui-dialog-titlebar {padding: 4px; font-size: 15px; background: #05649c url('/images/elements/lax_prefbar_bg.jpg') repeat-x scroll 50% 50%; border: 1px solid #99d9ff;  color: #ffffff; font-weight: bold;}
#dialog-form button {font-size: 11px; font-weight:bold; background: #05649c url('/images/elements/lax_prefbar_bg.jpg'); padding:3px 7px; margin: 0 5px 10px 5px; color:#fff; border-top: 1px solid #99d9ff; border-bottom: 1px solid #05649c; border-left: 1px solid #99d9ff; border-right: 1px solid #05649c; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 1px 3px 3px #999; -webkit-box-shadow: 1px 3px 3px #999; box-shadow: 1px 3px 3px #999;}

.fauxanchor {text-decoration:underline;}

