/* ------------------------- */
/* Index / Global Properties */
/* ------------------------- */

div, img, form, fieldset, #footer ul, #footer li, #header ul, #header li, .column ul, .column li, h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	border: 0; 
}

h1, h2, h3, h4, h5 {
	color: #2B3E42;
}

h2 { font-size: 16px; }
h5 { font-size: 18px; padding: 0; margin: 0; }
	
.clear { clear: both; }
.right { float: right; }
.left { float: left; }
	
.tc { text-align: center; padding-top: 10px; padding-bottom: 10px; }
.tr { text-align: right; }

.tabbertab h2 {
	font: normal 11px/150% "Lucida Grande","Arial", "Helvetica", sans-serif;
}

input, select, textarea {
	/* Input And Select Font */
	font: normal 11px/150% "Lucida Grande","Arial", "Helvetica", sans-serif;
	color: #242424;
}
html {
	height: 100%;
}
body {
	/* Main Font Sizes */
	font: normal 12px/150% "Lucida Grande","Arial", "Helvetica", sans-serif;
	color: #242424;
	/* Main Background Color */
	background: #e9e9e9 ; 
	margin: 0;
	padding: 0;
	height: 100%;
}

a {
	color: #F2583E;
	text-decoration: none;
}
	
a:hover { text-decoration: none; color: #009eff;}
	
h1 {
	position: absolute;
	top: 10px;
	left: 20px; 
}
	
h1 a {
	display: block;
	height: 84px;
	outline: none;
}

#logo { float: left; }

#maincontent {
}

#shopping {
	/* Shopping Background & Definitions */
	width: 950px;
	padding-right: 50px;
	padding-top: 10px;
	margin: 0 auto;
	text-align: right;
	color: #d5d5d5;
}

#shopping  a{
	/* Shopping Background & Definitions */
	color: #ffffff;
}

#shopping  a:hover{
	/* Shopping Background & Definitions */
	color: #F2583E;
}

		
#header {
	/* Header Background & Definitions */
	background: ;
	position: relative;
}

#topmenu { width: 300px; padding: 10px 10px 0 10px; float: right;  }
#topmenu ul { list-style-type: none; }
#topmenu li { float: right; padding: 0 10px; border-right: 1px solid #c5c5c5; }
#topmenu li.last { border-right: 0; }

#menu {
	/* Top Navigation Bar BG & Color */
	background: #2B3E42;
	float: left;
	list-style: none;
	bottom: 0;
	width: 950px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(top, #73888e 0%, #2b3e42 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#73888e), color-stop(100%,#2b3e42)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #73888e 0%,#2b3e42 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #73888e 0%,#2b3e42 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #73888e 0%,#2b3e42 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73888e', endColorstr='#2b3e42',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #73888e 0%,#2b3e42 100%); /* W3C */
}

#menu ul { width: 400px; float: left; }
	
#menu li { 
	line-height: 35px;
	display: inline;
	border-right: 1px solid #F7F3E8;
}

#menu li a {
	/* Top Navigation Bar Link Dividers  */
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	padding: 6px 20px;
}
#menu li a.first { padding-left: 10px; }
#menu li.last { border-right: 0; }

#menu li a:hover{
	/* Top Navigation Bar Link Dividers  */
	color: #aaaaaa;
}
	
#menu li.last a { background: none; }

#left h4 {
	/* Side Table Heading Definitions */
	background: #747E80;
	font-weight: bold;
	font-size: 16px;
	color: #f5f5f5;
	padding: 5px 5px 5px 10px;
	width: 175px;
	border-top: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	-moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;
}

#left h2 { padding: 5px 5px 5px 10px }

.column {
	width: 190px;
	margin: 0 0 5px 0;
}

.column4 {
	width: 370px;
	padding: 0 10px 10px 0;
	float: left;
}
.columns4 h2 { background: #747E80; color: red; }
.last { padding: 0 0 10px 0 }

.side_link {
	/* Side Table Link Definitions */
	background: url("images/bullet.gif") 5px center no-repeat;
	display: block;
	padding: 1px 0px 1px 15px;
	text-decoration: none;
	color: #7c7c7c;
}
a.side_link {
	/* Side Table Link Definitions */
	color: #7c7c7c;
}

.list { 
	margin-bottom: 15px;
	list-style: none; 
	
}

.list ul {
	background: #f5f5f5;
	padding: 10px 0;
	margin-bottom: 10px;
	border: 1px solid #d5d5d5;
	list-style: none;
	-moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;
}
	
.list li.title a {
	/* Side Table Category Link Definitions */
	background: #D5E1DD; 
	color: #2B3E42;
	border-bottom: 1px solid #d5d5d5;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	-moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;
}

.list ul ul {
	background: #f5f5f5;
}

.list ul li.sub a {
	/* Side Table Category Link Definitions */
	border: 0;
	color: #2B3E42;
	text-decoration: none;
	font-weight: normal;
	padding: 0 0 0 10px;
	-moz-border-radius: 0; border-radius: 0;
	background: #f5f5f5;
}

.list li.title a:hover { color: #0099ef; }

.list li.titleAccessories {
	/* Side Table Category Link Definitions */
	text-decoration: none;
	list-style: none;
	font-weight: none;
	padding: 0px 0 0px 12px;
}

.list li.titleAccessories a {
	color: #2B3E42;
}

.list li.titleAccessories a:hover {
	/* Side Table Category Link Definitions */ 
	color: #009eff;
}

.titleAccessoriesBold a {
	font-weight: bold;
	color: #F2583E;
}

#main_cont {
	/* Center Table Definitions */
	width: 10%;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

#content { padding: 5px 0; }

#left {
	width: 200px;
	float: left;
}
		
#right {
	width: 750px;
	float: right;
}

#right100 {
	width: 100%;
	float: right;
}
	
#right h2, #right100 h2, #main_cont h2 {
    /* Center Table Heading Background, Colors & Fonts */
	background: #D5E1DD;
	font-size: 13px;
	color: #2B3E42;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	-moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;
}

.box {
	/* Side Table Definitions */
	border: 1px solid #d5d5d5;
	background: #f5f5f5;
	width: 737px;
	padding: 5px;
	margin-bottom: 5px;
}

.box2 {
	/* Side Table Definitions */
	width: 737px;
	padding: 5px;
	margin-bottom: 5px;
}

.box3 { border: 1px solid #d5d5d5; background: #f5f5f5; padding: 5px; }

.carriers
{
	padding-left: 35px;
}

.phones
{
	padding: 5px 0 5px 0;
	width: 25%;
	float: left;
	text-align: center;
}

#footer {
	
}

#footer ul {
	/* Footer Background */
	height: 29px;
	list-style: none;
	text-align: center;
	padding: 0 15px;
	width: 100%;	
}
	
#footer li { 
	line-height: 29px;
	display: inline;
}

#footer li a {
	/* Footer Link Colors */
	border-right: 1px solid #c6c6c6;
	text-decoration: none;
	font-size: 11px;
	color: #2B3E42;
	padding: 0 5px;
}
#footer li a:hover { color: #0099ef; }
	
#footer li.last a { border: 0; }

#search_box {
 width: 250px;
 font-size: 12px;
 padding: 5px;
 margin: 0;
 border: 0;
 -moz-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px;
 
}

.search_button {
 border-width: 0px;
 margin: 0;
 color: #ffffff;
 height: 26px;
 font-size: 14px;
 font-weight: bold;
 -moz-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0;
background: #ff5b42; /* Old browsers */
background: -moz-linear-gradient(top, #ff5b42 0%, #d84338 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5b42), color-stop(100%,#d84338)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ff5b42 0%,#d84338 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ff5b42 0%,#d84338 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ff5b42 0%,#d84338 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5b42', endColorstr='#d84338',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ff5b42 0%,#d84338 100%); /* W3C */
}

.search_button:hover {
	cursor: pointer;
	background: #2B3E42;
	background: -moz-linear-gradient(top, #2B3E42 0%, #2B3E42 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2B3E42), color-stop(100%,#2B3E42)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2B3E42 0%,#2B3E42 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2B3E42 0%,#2B3E42 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #2B3E42 0%,#2B3E42 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2B3E42', endColorstr='#2B3E42',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #2B3E42 0%,#2B3E42 100%); /* W3C */
}

#searchtop { float: right; }

#searchForm {
	padding: 5px 0;
	color: #636262;
	font-weight: bold;
}
	
#searchForm legend { display: none; }
html>body #searchForm span input, html>body #searchForm span img { margin-bottom: -3px; }

#welcome h3 {
	/* Welcome Message Font */
	color: #222222;
	font: normal 28px "Arial", "Helvetica", sans-serif;
}
	
#welcome {
	width: 737px;
	height: 172px;
	margin: 0px 0 5px 0;
	padding: 5px;
	border: 1px solid #d5d5d5;
}

#banners {
	padding: 10px; 
}
.accessorylist  {  }
.accessorylist ul { list-style: none; padding: 0; margin: 0; }
.accessorylist ol {  padding: 0; margin: 0; display: block; width: 180px; float: left; }
.accessorylist li { display: block;  }
	
#newsletterForm {
	width: 187px;
	height: 91px;
	float: left;
	margin-right: 1px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
	background: url("images/banner.gif") no-repeat;
}
	
html>body #newsletterForm { 
	padding-top: 5px; 
	height: 96px; 
	margin-right: 3px;
}
	
#newsletterForm legend { display: none; }

.currency {
	float: left; 
	padding-left: 10px;
}

.content {
	/* Main Table Content Area Definitions */
	background: #ffffff;
	margin-bottom: 15px;
	padding: 5px;
}

.cat_hover:hover {
	/* Category Hover */
	background-color: #EEEEEE;
}

.black_bold_text_spaced {
	color: #222222;
	font-weight: bold;
	margin-top: 5px;
	line-height: 17px;
	text-decoration: none;
}

.error_message {
	/* Error Message Definitions */
	background: #FFFFFF;
	border: solid #FF0000 1px;
	padding: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px; border-radius: 5px;
}

.alert_message {	
	/* Alert Message Definitions */
	background: #FFFFFF;
	border: solid #33cc00 1px;
	padding: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px; border-radius: 5px;
}

.error_alert {
	margin-left: 35px;
}

.table_bottom {
	text-align: center;
	padding-top: 5px;
}

.row {
	clear: both;
}

.center {
	text-align: center;
}

.right_align {
	text-align: right;
}

#container {
	
}

#wrapper { width: 950px; margin: 10px auto;  background: #ffffff; padding: 10px; border: 1px solid #D5E1DD; -moz-border-radius: 10px; border-radius: 10px; 
-moz-box-shadow: 0px 0px 10px #ccc;
-webkit-box-shadow: 0px 0px 10px #ccc;
box-shadow: 0px 0px 10px #ccc;
}

/* ------------ */
/* Product List */
/* ------------ */

.product_title_link, product_title_link:visited, product_title_link:active {
	/* Product Title Link Definitions */
	color: #2B3E42;
	text-decoration: none;
}

.product_title_link:hover {
	/* Product Title Link Hover Definitions */
}

.paging {
	float: right;
	text-align: right;
	margin-right: 10px;
}

.list_page {
	/* Product List Top Definitions */
	background: #f5f5f5;
	height: 20px;
	padding: 5px;
	
}

/* ----------------- */
/* Product List List */
/* ----------------- */

.reg_txt {
	font-weight: normal;
}

.small_txt {
	font-size: 10px;
}

.price {
	/* Product List Price Definitions */
	color: #F2583E;
	font-weight: bold;
	font-size: 14pt;	
	margin-right: 10px;
	float: left;
}

.list_item {
	background: #FFFFFF;
	padding: 5px;
}

.list_item_bottom_border {
	/* Product List Separator Definitions */
	border-bottom: solid #cacaca 1px;
	background: #FFFFFF;
}

/* ----------------- */
/* Product List Tile */
/* ----------------- */

.tile_item {
	text-align: center;
}

.tile_product_txt { height: 80px; }

.tile_image {
	margin-bottom: 5px;
}

.tile_price {
	/* Product Tile Price Definitions */
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	color: #2B3E42;
	padding: 5px 5px 5px 0;
	float: left;
}

.list_tile_item {
	text-align: left;
}

.tile_table {
	background: #FFFFFF;
	width: 100%;
}

.list_table {
	background: #FFFFFF;
	width: 100%;
}

/* -------------- */
/* Product Detail */
/* -------------- */

.product_title {
	/* Product Title Font & Color */
	font-size: 12px;
	font-weight: bold;
	color: #307fcf;
}

.product_sku {
	/* Product SKU Font & Color */
	font-size: 10px;
	margin-bottom: 10px;
}

.product_price {
	/* Product Price Font & Color */
	color: #990000;
	font-size: 11px;
	font-weight: bold;
}

.product_option {
	/* Product Attributes Font & Color */
	font-weight: bold;
	padding-right: 10px;
	width: 1%;
}

.product_strikethru {
	text-decoration: line-through;
	display:none;
}

.review_link {
	color: #307fcf;
	text-decoration: none;
	text-align: right;
	float: right;
	font-weight: 400;
}

.larger_view {
	background: url(images/enlarge.gif) no-repeat center left;
	padding-left: 13px;
	text-decoration: none;
	font-size: 10px;
}

.img_style { padding: 7px; }

.add_wishlist {
	/* Add To Wishlist, Add Review, Add To Registry Link Definitions */
	background: url(images/little_arrow.gif) no-repeat center left;
	padding-left: 15px;
	text-decoration: none;
	font-size: 11px;
	margin-bottom: 10px;
}

.review_item {
	padding-bottom: 10px;
}

.review_spacer {
	padding-bottom: 7px;
}

/* ------------------ */
/* Button Definitions */
/* ------------------ */

.orange_button input, .orange_button button {
	/* Orange Button Definitions */
	background: #F2583E;
	line-height: 15px;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
	margin: 5px 5px 5px 0;
	border-width: 0px;
	cursor: pointer;
	-moz-border-radius: 5px; border-radius: 5px;
	background: #ff5b42; /* Old browsers */
	background: -moz-linear-gradient(top, #ff5b42 0%, #d84338 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5b42), color-stop(100%,#d84338)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff5b42 0%,#d84338 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff5b42 0%,#d84338 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ff5b42 0%,#d84338 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5b42', endColorstr='#d84338',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ff5b42 0%,#d84338 100%); /* W3C */
}

.orange_button input:hover, .orange_button button:hover{
	/* Orange Button Definitions */
	background: #2B3E42;
	background: -moz-linear-gradient(top, #2B3E42 0%, #2B3E42 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2B3E42), color-stop(100%,#2B3E42)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2B3E42 0%,#2B3E42 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2B3E42 0%,#2B3E42 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #2B3E42 0%,#2B3E42 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2B3E42', endColorstr='#2B3E42',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #2B3E42 0%,#2B3E42 100%); /* W3C */
}

.gray_button input, .gray_button button {
	background: #d5d5d5;
	line-height: 15px;
	color: #222222;
	font-weight: bold;
	padding: 5px;
	margin: 5px 5px 5px 0;
	border-width: 0px;
	cursor: pointer;
	-moz-border-radius: 5px; border-radius: 5px;
}

.gray_button input:hover, .gray_button button:hover{
	/* Orange Button Definitions */
	background: #b5b5b5;
}

.checkout_button {
	/* Orange Button Definitions */
	float: left;
}

.checkout_button input, .checkout_button button {
	/* Orange Button Definitions */
	background: green;
	width: 235px;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	padding: 5px;
	margin: 5px 5px 5px 0;
	border: 1px solid #00421B;
	cursor: pointer;
	-moz-border-radius: 5px; border-radius: 5px;
	background: #00bc54; /* Old browsers */
	background: -moz-linear-gradient(top, #00bc54 1%, #006e2e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#00bc54), color-stop(100%,#006e2e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00bc54 1%,#006e2e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00bc54 1%,#006e2e 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #00bc54 1%,#006e2e 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bc54', endColorstr='#006e2e',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #00bc54 1%,#006e2e 100%); /* W3C */
}

.checkout_button input:hover, .checkout_button button:hover{
	/* Orange Button Definitions */
	background: #2B3E42;
	background: -moz-linear-gradient(top, #2B3E42 0%, #2B3E42 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2B3E42), color-stop(100%,#2B3E42)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2B3E42 0%,#2B3E42 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2B3E42 0%,#2B3E42 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #2B3E42 0%,#2B3E42 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2B3E42', endColorstr='#2B3E42',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #2B3E42 0%,#2B3E42 100%); /* W3C */background: #2B3E42;
}

.blue_button {
	/* Blue Button Definitions */
	float: left;
}

.blue_button input, .blue_button button {
	/* Blue Button Definitions */
	background: #F2583E;
	height: 26px;
	line-height: 15px;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
	margin: 5px 5px 5px 0;
	border-width: 0px;
	cursor: pointer;
}

.blue_button input:hover, .blue_button button:hover{
	/* Orange Button Definitions */
	background: #d5d5d5;
}

.yellow_button {
	/* Yellow Button Definitions */
	background: url(images/yellow_button_left.gif) no-repeat top left;
	padding-left: 3px;
	height: 18px;
	float: left;
	margin-right: 10px;
}

.yellow_button input, .yellow_button button {
	/* Yellow Button Definitions */
	background: url(images/yellow_button_bg.gif) top right no-repeat;
	height: 18px;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 5px;
	padding-right: 5px;
	margin: 0px;
	border-width: 0px;
	cursor: pointer;
}

.del_button {
	display: block;
	width: 40px;
	float: right;
	background: url(images/delete.gif) no-repeat center left;
	padding-left: 11px;
	color: #3068c5;
	text-decoration: none;
	font-weight: 400;
}

/* ----------------------------- */
/* Product Detail & Account Tabs */
/* ----------------------------- */

/* Non Selected & Selected Tabs Link Text Colors */
ul.tabbernav li a:link { color: #ffffff; }
ul.tabbernav li a:visited { color: #ffffff; }
ul.tabberactive li a:link { color: #222222; }
ul.tabberactive li a:visited { color: #222222; }

ul.tabbernav {
	/* Tab Content Top Border */
	border-bottom: 1px solid #d5d5d5;
	font: bold 11px "Arial", "Helvetica", sans-serif;
	padding: 3px 0;
	margin: 0;
}

.tabberlive .tabbertab {
	/* Tab Content Sides & Bottom Border */
	border: 1px solid #d5d5d5;
	padding: 15px;
	border-top: 0;
}

ul.tabbernav li a {
	/* Tab Borders */
	border: 1px solid #d5d5d5;
	/* Non Selected Tabs Background */
	background: #d5d5d5;
	padding: 3px 0.5em;
	margin-left: 3px;	
	border-bottom: none;	
	text-decoration: none;
}

ul.tabbernav li a:hover {
	/* Hovered Tabs Background Color */
	background: #e5e5e5;
	/* Hovered Tabs Border Color */
	border-color: #d5d5d5;
	/* Hovered Tabs Text Color */
	color: #222222;	
}

ul.tabbernav li.tabberactive a {
	border-bottom: 1px solid #ffffff;
	/* Selected Tabs Background Color */
	background-color: #ffffff;
	/* Selected Tabs Font Color */
	color: #222222;
}

ul.tabbernav li.tabberactive a:hover {
	border-bottom: 1px solid white;
	/* Selected Tabs Hover Background Color */
	background-color: #ffffff;
	/* Selected Tabs Hover Font Color */
	color: #222222;
}

ul.tabbernav li {
	list-style: none;
	display: inline;
	margin: 0;
}

.tabberlive .tabbertabhide { display: none; }
.tabberlive .tabbertab h2 { display: none; }
.tabberlive .tabbertab h3 { display: none; }
.tabberlive { margin-top: 1em; }
.tabber { display: none; }

/* ---------------- */
/* Form Definitions */
/* ---------------- */

.input_box {
	padding-right: 2px;
	padding-left: 2px;
}

.form_label {
	text-align: right;
	vertical-align: top;
}

.bold {
	font-weight: bold;
}

.short_form_row {
	clear: both;
}

.short_form_row div, .short_form_row input, .short_form_row select, .short_form_row textarea {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.short_form_row div {
	width: 60px;
	padding-top: 3px;
}

.short_form_row input {
	width: 75px;
}

.required {
	/* Required Reminder Colors */
	color: #b70407;
	padding-left: 2px;
}

/* ------------ */
/* Account Area */
/* ------------ */

.account_list_head {
	/* Table List Headings Font */
	font-weight: bold;
	color: #222222;
}

.account_head {
	/* Update Profile Heading Font Definitions */
	padding-bottom: 5px;
	font-weight: bold;
	color: #222222;
}

/* ------------- */
/* Shopping Cart */
/* ------------- */

#carttop { 
	float: right;
	margin: 5px;
	-moz-border-radius: 5px; border-radius: 5px;
	border: 1px solid #2B3E42;
background: #9fe0f2; /* Old browsers */
background: -moz-linear-gradient(top, #9fe0f2 0%, #7bafb5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9fe0f2), color-stop(100%,#7bafb5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #9fe0f2 0%,#7bafb5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #9fe0f2 0%,#7bafb5 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #9fe0f2 0%,#7bafb5 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fe0f2', endColorstr='#7bafb5',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #9fe0f2 0%,#7bafb5 100%); /* W3C */
 }
#carttop a div { color: #ffffff; padding: 4px 10px; cursor: pointer;}
#carttop a div:hover { background: #F2583E; }

.cart {
	background: #ffffff;
}

.cart th {
	/* Cart List Headings Font */
	text-align: center;
	font-weight: bold;
	color: #222222;
}

.cart td {
	border-top: solid #d5d5d5 1px;
	border-bottom: solid #d5d5d5 1px;
	color: #222222;
}

.cart_contents_quan {
	padding-right: 5px;
}

.cart_contents_item {
	margin-bottom: 5px;
	text-decoration: none;
}

.cart_contents_item a {
	text-decoration: none;
}

.cart_contents_item a:hover {
	text-decoration: none;
}

/* ----------- */
/* Order Pages */
/* ----------- */

#order_signup {
	float: left;
	padding-left: 25px;
}

#order_login {
	float: right;
	padding-right: 25px;
}

#order_steps { padding: 5px 10px; }

.order_info_off {
	background: url(images/order_info_off.gif) no-repeat center left;
	padding-left: 20px;
	color: #bcbcbc;
	text-decoration: none;
}

.order_info_on {
	background: url(images/order_info_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #222222;
}

.order_ship_off {
	background: url(images/order_ship_off.gif) no-repeat center left;
	padding-left: 20px;
	color: #bcbcbc;
	text-decoration: none;
}

.order_ship_on {
	background: url(images/order_ship_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #222222;
}

.order_payment_off {
	background: url(images/order_payment_off.gif) no-repeat center left;
	padding-left: 20px;
	color: #bcbcbc;
	text-decoration: none;
}

.order_payment_on {
	background: url(images/order_payment_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #222222;
}

.order_review_off {
	background: url(images/order_review_off.gif) no-repeat center left;
	padding-left: 20px;
	color: #bcbcbc;
	text-decoration: none;
}

.order_review_on {
	background: url(images/order_review_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #222222;
}

.order_print_off {
	background: url(images/order_print_off.gif) no-repeat center left;
	padding-left: 20px;
	color: #bcbcbc;
	text-decoration: none;
}

.order_print_on {
	background: url(images/order_print_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #222222;
}

.gray {
	background-color: #f0f3f8;
}

.sep {
	padding-left: 10px;
	padding-right: 10px;
}

/* ------------ */
/* Order Review */
/* ------------ */

.order_view {
	background: #ffffff;
	text-align: left;
}

.order_view th {
	font-weight: bold;
	background: #F7F3E8;
	color: #2B3E42;
	width: 10%;
}

.review_top_border {
	border-top: solid #ff942d 1px;
}

.order_id {
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 10px;
	color: #F2583E;
}

/* ------------------ */
/* Paging Definitions */
/* ------------------ */

.page a:hover {
	/* Hover Text Color */
	color: #F2583E; text-decoration: none
}

.page a:link {
	/* Link Text Color */
	color: #222222; text-decoration: none
}

.page a:visited {
	color: #222222; text-decoration: none
}

.pages_border {
	/* Box Border & Background */
	background-color: #FFFFFF;
	color: #222222;	
}

.navpage {
	/* Navigation Link Boxes Background & Definitions */
	background-color: #FFFFFF;
	font: 11px Tahoma, Verdana;
	padding: 2px 4px 2px 4px;
	color: #222222;
	white-space: nowrap;
	text-decoration: none;
}

.navpageselected {
	/* Navigation Selected Link Boxe Background & Definitions */
	background-color: #e5e5e5;
	font: 11px Tahoma, Verdana;
	padding: 2px 4px 2px 4px;
	color: #222222;
	white-space: nowrap;
	text-decoration: none;
}

.highlightpage {
	/* Current Page Info Box Background & Definitions */
	padding: 2px 4px 2px 4px;
	white-space: nowrap;
}

.highlightpage a:link {
	color: #FFFFFF; text-decoration: none;
}

.highlightpage a:visited {
	color: #FFFFFF; text-decoration: none;
}

.highlightpage a:hover, .highlightpage a:active {
	color: #FFFFFF; text-decoration: none;
}

/* ------------ */
/* Cookie Crumb */
/* ------------ */

.home_link {
	/* Home Link Definitions */
	background: url(images/home_icon.gif) no-repeat center left;
	text-decoration: none;
	padding-left: 20px;
	font-weight: bold;
	color: #222222;
}

.crumb_link {
	/* Regular Link Definitions */
	padding-left: 5px;
	font-weight: bold;
	text-decoration: none;
	color: #222222;
}

.crumb_sep {
	padding-left: 5px;
	font-weight: bold;
}

/* ----------------- */
/* Float Definitions */
/* ----------------- */

.left_float_3_px {
	float: left;
	margin-right: 3px;
	margin-left: 3px;
}

.left_float_5_px {
	float: left;
	margin-right: 5px;
}

.right_float_5_px {
	float: right;
	margin-left: 5px;
}

.IE_left_float_5_px {
	margin-left: 5px;
}

.float_assist {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.search_results {
	margin-left: 10px;
	float: left;
	text-align: center;
	font-size: 12px;
	color: black;
}

.search_bb {
	font-size: 12px;
	font-weight: bold;
	color: black;
}

.okimage {
	background: url("images/ok.png");
	width: 18px;
	height: 16px;
	margin-top: 5px;
	float: left;
}

.ok {
	color: green;
	padding: 5px;
	float: left;
}

.ok_not {
	background: url("images/ok.png") no-repeat -16px 0px;
	width: 16px;
	height: 16px;
	color: red;
	padding-left: 20px;
}


#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


