/* Global 
----------------------------------------------- */
a:link {color: #CC0000; font-weight: bold; text-decoration: none;}
a:hover {color: #FF0000; font-weight: bold; text-decoration: underline;}
a:visited {color: #CC0000; font-weight: bold; text-decoration: none;}
a:visited:hover {color: #FF0000; font-weight: bold; text-decoration: underline;}
body { background-color: #666666; font-family: Verdana, Arial, Helvetica; font-size: 10px; text-align: center; color: #000000; margin: 0px; }
td   { font-family: Verdana, Arial, Helvetica; font-size: 14px; } 
img  { border: none; } 
input, select, text, textarea { font-family: Verdana, Arial, Helvetica; font-size: 12px; }
hr { height: 1px; background: #FFFFFF; color: #999999; }
h1 { font-size: 1.2em; font-weight: bold; color: #CC0000; padding: 0; margin: 0 0 5px 0; }
h2 { font-size: 1.0em; color: #CC0000; padding: 0; margin: 0 0 5px 0; }
h1.title { font-size: 1.2em; font-weight: bold; color: #083D65; padding: 0; margin: 0 0 5px 0; }
form {margin-bottom : 0; }

#webpage { margin: 0px auto; width: 864px; text-align: left; background-color: #000000; }
#webmain { background-color: #FFFFFF; margin: 0px auto; width: 864px; text-align: left; margin-bottom: 0px;}
#page-top { position: relative; width: 864px; height: 90px; margin: 10px auto; background: black; box-shadow: 0 0 10px black; }
#page-wrap { position: relative; width: 864px; margin: 0px auto; background: white; box-shadow: 0 0 10px black; }
#page-bot { position: relative; width: 864px; margin: 10px auto; background: black; box-shadow: 0 0 10px black; }
#addform {
    text-align: center;
    padding: 5px;
    border: 1px dotted #ccc;
    margin: 2%;
}
.qty {
    width: 30px;
    height: 25px;
    text-align: center;
}
input.qtyplus { width:30px; height:25px;}
input.qtyminus { width:30px; height:25px;}

.nobr  { white-space:nowrap; }
.arrowlistmenu{
width: 144px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(titlebar.png) repeat-x center left;
margin-bottom: 1px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 6px 0 6px 0px; /*header text is indented 0px*/
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}
.arrowlistmenu .openheader A:link {color: #FFFFFF; text-decoration: none;}  
.arrowlistmenu .openheader A:visited {color: #FFFFFF; text-decoration: none;}
.arrowlistmenu .openheader A:hover {color: #FFFFFF; text-decoration: none;} 
.arrowlistmenu .openheader A:active {color: #FFFFFF; text-decoration: none;}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 1px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
display: block;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #FFFFFF;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

.left_menu_title {
	font-size: 14px;
	font-weight: bold;
	width: 142px;
	color: #EEEEEE;
	display: block;
	padding: 0px 0;
	text-decoration: none;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-align: center;
	white-space: nowrap;
	background-color:#CC0000;
}

.left_menu_title A:link {color: #EEEEEE; text-decoration: none;}  
.left_menu_title A:visited {color: #EEEEEE; text-decoration: none;}
.left_menu_title A:hover {color: #FFFFFF; background-color: #990000;} 
.left_menu_title A:active {color: #FFFFFF; text-decoration: none;}


.left_menu_item {
	font-size: 13px;
	width: 142px;
	color: #000000;
	display: block;
	padding: 0px 0;
	text-decoration: none;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	border-bottom: 1px solid #FFFFFF;
}

.left_menu_item A:link {color: #000000; text-decoration: none;}  
.left_menu_item A:visited {color: #000000; text-decoration: none;}
.left_menu_item A:hover {color: #A70303; background-color: #F3F3F3;} 
.left_menu_item A:active {color: #990000; text-decoration: none;}

.left_menu_item ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.left_menu_item ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.left_menu_item ul li a{
color: #A70303;
display: block;
padding: 0px 0;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #FFFFFF;
}

.left_menu_item ul li a:visited{
color: #333333;
}

.left_menu_item ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}


.bar_menu_item {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
 	white-space: nowrap;
}

.bar_menu_item A:link {color: #330000; text-decoration: none;}  
.bar_menu_item A:visited {color: #330000; text-decoration: none;}
.bar_menu_item A:hover {color: #FFFFFF; text-decoration: none;} 
.bar_menu_item A:active {color: #FFF200; text-decoration: none;}


.bar_menu_high {
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: top;
 	white-space: nowrap;
}

.bar_menu_high A:link {color: #DDDD00; text-decoration: none;}  
.bar_menu_high A:visited {color: #DDDD00; text-decoration: none;}
.bar_menu_high A:hover {color: #FFFFFF; text-decoration: none;} 
.bar_menu_high A:active {color: #FFF200; text-decoration: none;}


.fader {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
 	white-space: nowrap;
}


.left_menu_text {
	font-size: 12px;
	width: 144px;
	color: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 16px;
}

.left_menu_text A:link {color: #CC0000; text-decoration: none;}  
.left_menu_text A:visited {color: #CC0000; text-decoration: none;}
.left_menu_text A:hover {color: #FF0000; text-decoration: underline;} 
.left_menu_text A:active {color: #FF0000; text-decoration: none;}


.content_title {
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px;
	color: #CC0000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding: 2px;
}

.nav_title_red A:link {color: #CC0000; text-decoration: none;}  
.nav_title_red A:visited {color: #CC0000; text-decoration: none;}
.nav_title_red A:hover {color: #FF0000; text-decoration: underline;} 
.nav_title_red A:active {color: #FF0000; text-decoration: none;}


.content_head {
	FONT-SIZE: 18px;
	font-weight: bold;
	color: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding: 2px;
}

.content_head A:link {color: #CC0000; text-decoration: none;}  
.content_head A:visited {color: #CC0000; text-decoration: none;}
.content_head A:hover {color: #FF0000; text-decoration: underline;} 
.content_head A:active {color: #FF0000; text-decoration: none;}

.content_high {
	FONT-SIZE: 14px;
	color: #CC0000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding: 2px;
}


.content_menu {
	font-size: 16px;
	color: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: center;
}

.content_menu A:link {color: #000000; text-decoration: none;}  
.content_menu A:visited {color: #000000; text-decoration: none;}
.content_menu A:hover {color: #990000; text-decoration: underline;} 
.content_menu A:active {color: #990000; text-decoration: none;}


.content_text {
	font-size: 14px;
	color: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 16px;
	vertical-align: top;
	text-align: center;
}

.content_black A:link {color: #CC0000; text-decoration: none;}  
.content_black A:visited {color: #CC0000; text-decoration: none;}
.content_black A:hover {color: #FF0000; text-decoration: underline;} 
.content_black A:active {color: #FF0000; text-decoration: none;}


.content_note {
	font-size: 12px;
	color: #999999;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 12px;
	vertical-align: top;
}

.content_note A:link {color: #990000; text-decoration: underline;}  
.content_note A:visited {color: #990000; text-decoration: underline;}
.content_note A:hover {color: #CC0000; text-decoration: underline;} 
.content_note A:active {color: #CC0000; text-decoration: underline;}


.content_lite {
	font-size: 12px;
	color: #999999;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 14px;
	text-align: center;
}

.content_lite A:link {color: #999999; text-decoration: none;}  
.content_lite A:visited {color: #999999; text-decoration: none;}
.content_lite A:hover {color: #999999; text-decoration: underline;} 
.content_lite A:active {color: #999999; text-decoration: none;}

.footer_lite {
	font-size: 12px;
	color: #AAAAAA;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: center;
}

.footer_lite A:link {color: #AAAAAA; text-decoration: none;}  
.footer_lite A:visited {color: #AAAAAA; text-decoration: none;}
.footer_lite A:hover {color: #FFFFFF; text-decoration: underline;} 
.footer_lite A:active {color: #AAAAAA; text-decoration: none;}

.checkout_title {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	width: 680px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #666666;
}

.checkout_header {
	background-color: #989DA5;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	}

.table_text {
	font-size: 14px;
	color: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 15px;
	vertical-align: top;
}

.table_text A:link {color: #CC0000; text-decoration: none;}  
.table_text A:visited {color: #CC0000; text-decoration: none;}
.table_text A:hover {color: #FF0000; text-decoration: underline;} 
.table_text A:active {color: #FF0000; text-decoration: none;}

.table_red {
	font-size: 14px;
	color: #CC0000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 15px;
	vertical-align: top;
	text-align: right;
}

.table_left {
	font-size: 14px;
	color: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 15px;
}

.table_left A:link {color: #CC0000; text-decoration: none;}  
.table_left A:visited {color: #CC0000; text-decoration: none;}
.table_left A:hover {color: #FF0000; text-decoration: underline;} 
.table_left A:active {color: #FF0000; text-decoration: none;}

.table_center {
	font-size: 14px;
	color: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
}

.table_center A:link {color: #CC0000; text-decoration: none;}  
.table_center A:visited {color: #CC0000; text-decoration: none;}
.table_center A:hover {color: #FF0000; text-decoration: underline;} 
.table_center A:active {color: #FF0000; text-decoration: none;}

.table_right {
	font-size: 14px;
	color: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 15px;
	text-align: right;
}

.table_right A:link {color: #CC0000; text-decoration: none;}  
.table_right A:visited {color: #CC0000; text-decoration: none;}
.table_right A:hover {color: #FF0000; text-decoration: underline;} 
.table_right A:active {color: #FF0000; text-decoration: none;}

.table_lite {
	font-size: 12px;
	color: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 13px;
	vertical-align: top;
}

.table_lite A:link {color: #CC0000; text-decoration: none;}  
.table_lite A:visited {color: #CC0000; text-decoration: none;}
.table_lite A:hover {color: #FF0000; text-decoration: underline;} 
.table_lite A:active {color: #FF0000; text-decoration: none;}

.table_literight {
	font-size: 12px;
	color: #999999;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 16px;
	vertical-align: top;
	text-align: right;
}

.table_literight A:link {color: #CC0000; text-decoration: none;}  
.table_literight A:visited {color: #CC0000; text-decoration: none;}
.table_literight A:hover {color: #FF0000; text-decoration: underline;} 
.table_literight A:active {color: #FF0000; text-decoration: none;}

.table_high {
	font-size: 12px;
	color: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 15px;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}

.table_high A:link {color: #CC0000; text-decoration: none;}  
.table_high A:visited {color: #CC0000; text-decoration: none;}
.table_high A:hover {color: #FF0000; text-decoration: underline;} 
.table_high A:active {color: #FF0000; text-decoration: none;}

.table_caution {
	font-size: 14px;
	color: #00FF00;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-weight: bold;
	vertical-align: top;
}

.table_total {
	font-size: 18px;
	color: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px;
	text-align: right;
}

.basket_head {
	FONT-SIZE: 16px;
	font-weight: bold;
	color: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 16px;
	background-color:#DDDDDD;
	padding: 2px;
}

.breadcrumbs {
	font-size: 12px;
	color: #999999;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 12px;
	text-align: left;
	vertical-align: middle;
	background-color:#EEEEEE;
}

.breadcrumbs A:link {color: #999999; text-decoration: none;}  
.breadcrumbs A:visited {color: #999999; text-decoration: none;}
.breadcrumbs A:hover {color: #990000; text-decoration: underline;} 
.breadcrumbs A:active {color: #990000; text-decoration: none;}

.chromestyle{
width: 100%;
font-size: 15px;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 8px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul a{
color: #FFDD00;
padding: 10px 10px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul a:hover, .chromestyle ul a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #990000; font-weight: bold;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #AAAAAA;
padding: 10px 10px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #990000; font-weight: bold;
}

.chrome_sale {
font-size: 15px;
font-weight: bold;
}

.chrome_sale A:link {color: #FFDD00; text-decoration: none;}  
.chrome_sale A:visited {color: #FFDD00; text-decoration: none;}
.chrome_sale A:hover {color: #990000; text-decoration: none;} 
.chrome_sale A:active {color: #990000; text-decoration: none;}

.size {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	text-indent:0;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:60px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
}
.size:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}.size:active {
	position:relative;
	top:1px;
}
.size2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	text-indent:0;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:90px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
}
.size2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}.size2:active {
	position:relative;
	top:1px;
}

.section-wrapper{
	width: 100%;
	text-align: center;
}

.section-title{
	width: 90%;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-left: 10px; 
    background: #DDDDDD;  
	border: 0px solid #BBB;
	border-radius: 10px;
	text-align: center;
}

.section-center{
	width: 99%;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.section-left{
	width: 99%;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	font-size: 14px;
	text-align: left;
}
