body {
	color: #3e3e3e;
	font-family: Trebuchet MS, Tahoma, Arial;
	background: #0f004e url(../images/main_bg_sub.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#sub {
	background: #0f004e url(../images/main_bg_sub.jpg) repeat-x;
	}

td, p, li {
	font-size: 12px;
	vertical-align: top;
}

img {
	border: none;
}

a {
	color: #2e68ba;
	text-decoration: none;
}

a:visited {
	color: #2e68ba;
	text-decoration: none;
}

a:hover {
	color: #e31b23;
	text-decoration: none;
}

a:visited:hover {
	color: #e31b23;
	text-decoration: none;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #0f004e;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #123f83;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #38598b;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #687b98;
}

.red {
	color: #e31b23;
	}



/* --------- INDEX STYLES ------------ */

.index_content_top {
	background: #c5cfde url(../images/index_content_top_bg.jpg) no-repeat;
	margin: 0;
	}
	
.top_left {
	margin: 0;
	padding: 60px 35px 25px 50px;
	width: 330px;
	float: left;
	}
	
.top_left p {
	margin: 0;
	font-size: 11px;
	color: #565758;
	line-height: 14px;
	padding: 0 0 20px 0;
	}
	
.top_left h2 {
	margin: 0;
	font-size: 14px;
	color: #4a4a4a;
	padding: 0 0 20px 0;
	}
	
.index_flash {
	width: 536px;
	float: right;
	}

.index_content_bottom {
	background: #c5cfde url(../images/index_content_bottom_bg.jpg) no-repeat;
	padding: 0 0 20px 50px;
	}
	
.index_content_bottom h2 {
	margin: 0;
	font-size: 14px;
	color: #221a43;
	padding: 14px 0 0 0;
	}
	
.index_content_bottom h3 {
	font-size: 12px;
	color: #221a43;
	}
	
.index_content_bottom p {
	line-height: 14px;
	color: #3c3c3c;
	font-size: 11px;
	}	

.bottom_left {
	float: left;
	width: 252px;
	padding: 0 40px 0 0;
	}
	
.bottom_middle {
	float: left;
	width: 265px;
	padding: 0 40px 0 0;
	}
	
.bottom_right {
	float: left;
	width: 260px;
	padding: 0 40px 0 0;
	}
	
.header {
	height: 156px;
	background: url(../images/header_bg.jpg) no-repeat;
	overflow: hidden;
	margin: -45px 0 0 0;
	}

	
	
/* --------- SUB STYLES ------------ */
.content_wrapper {
	background: #fff url(../images/content_bg.jpg) no-repeat;
	padding: 0 50px 50px 50px;
	}
	
.content_wrapper #right {
	width: 640px;
	float: left;
	}
	
.content {
	float: left;
	padding: 0 50px 0 0;
	line-height: 18px;
	}
		
.content_gallery {
	float: left;
	padding: 0 50px 0 16px;
	line-height: 18px;
	}
	
.content_wrapper li {
	list-style-image: url(../images/bullet.jpg);
	}

	
.crumbs {
	padding: 42px 0 19px 0;
	margin: 0;
	font-size: 11px;
	color: #777676;
	text-transform: capitalize;
	width: 680px;
	float: left;
	}
	
.checkout_page .crumbs {
	padding-bottom: 0;
	width: 300px;
	}
	
.crumbs a {
	color: #728cb2;
	}
	
.crumbs a:visited {
	color: #728cb2;
	}
	
.crumbs a:hover {
	color: #2e68ba;
	}
	
.crumbs a:visited:hover {
	color: #2e68ba;
	}
	
.sub_header {
	height: 156px;
	background: url(../images/header_bg.jpg) 0 100% no-repeat;
	overflow: hidden;
	margin: -45px 0 0 0;
	}
	
#actions {
	width: 155px;
	float: right;
	padding: 38px 0 0 0;
	text-align: right;
	}
	
#actions img {
	float: left;
	padding: 0;
	margin: 0;
	}

.footer_sub {
	background: url(../images/footer_bg_sub.jpg) no-repeat;
	padding: 120px 50px 50px 0;
	text-align: right;
	}
	


/* --------- GENERAL STYLES ------------ */

.wrapper {
	width: 952px;
	margin: 0 auto;
	}	
	
.top_logo {
	width: 215px;
	float: left;
	height: 156px;
	}
	
.top_logo img {
	position: relative;
	top: 111px;
	left: 31px;
	}
	
.search {
	float: right;
	width: 304px;
	top: 93px;
	position: relative;
	height: 32px;
	padding: 0;
	margin: 0;
	}
	
.search form {
	padding: 0;
	margin: 0;
	}
	
#search-form {
	float: left;
	}
	
.searchbox {
	border: 1px #cfcfcf solid;
	background: #f1f1f1;
	color: #9699a0;
	font-size: 10px;
	height: 15px;
	padding: 2px 0 0 5px;
	float: left;
	margin: 0 3px 0 0;
	width: 135px;
	}
	
.footer {
	background: url(../images/footer_bg.jpg) no-repeat;
	padding: 120px 50px 50px 0;
	text-align: right;
	}
	
.footer ul {
	list-style: none;
	}
	
.footer li {
	list-style: none;
	float: left;
	}

.clearer {
	clear: both;
	margin: 0;
	padding: 0;
	}
	
.hoverbox {
	display:none;
	height:0;
	left:0;
	position:absolute;
	top:0;
	z-index:200;
	}
	
.product-popup-wrap {
	font-size: 10px;
	background-color:#ffffff;
	padding:10px;
	border-color: #888888 #444 #444 #888888;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	}
	
.product-popup-img {
	float:left;
	}
	
.product-popup-content {
	color: #444;
	float:left;
	padding-left:10px;
	width:200px;
	}
	
.product-popup-content h3 {
	color: #56742f;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	}
	
.share-table {
	background: #fff url(../images/share_table_bg.jpg) no-repeat;
	}

.questions {
	float: right;
	font-size: 11px;
	padding: 42px 0 0 0;
	}
	
.right-image {
	padding-left:18px
	}

.left-image {
	padding-right:18px
	}
	
#contact-form td {
	padding: 4px;
}
	
	
.view_cart {
	float: left;
	width: 125px;
	}
	
.view_cart img {
	float: left;
	}

/* --------- TEASER STYLES ------------ */

.tsr-pg {
	width: 215px;
	float: right;
	padding: 0 0 0 35px;
	margin: 16px 0 0 0;
	border-left: 2px dotted #9eacc4;
	}

.tsr-pg-title {
	font-weight:bold;
	font-size: 13px;
	margin: 0;
	text-transform: uppercase;
	}
	
.tsr-pg-title a:link {
	color: #31659c; 
	text-decoration: none; 
	}
	
.tsr-pg-title a:visited {
	color: #31659c; 
	text-decoration: none; 
	}
	
.tsr-pg-title a:hover {
	color: #ed1b2e;
	text-decoration: underline; 
	}
	
.tsr-pg-title a:visited:hover {
	color: #ed1b2e;
	text-decoration: underline; 
	}
	
.tsr-pg-abstract {
	color:#182126;
	padding-bottom:15px;
	margin: 0 0 15px 0;
	font-size: 11px;
	line-height: 16px;
	}
	


/* --------- PHOTO AREA CSS ------------ */

.photo-area {
	float: left;
	padding: 13px 0 0 0;
	width: 150px;
	}
	
.photo-area img {
	display: block;
	}
	
#photo {
	background-color: #ccc;
	width: 150px;
	height: 150px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 15px;
	}
	
#photo-caption {
	color: #000;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	background-color: #ccc;
	padding: 7px 7px 8px 8px;
	margin: 0;
	}
	
#hoverpopup0 {
	position: absolute;
	width: 400px;
	border-bottom: 15px solid #fff;
	display: none;
	}
	
#hover-position0 {
	position: relative;
	top: -165px;
	left: 165px;
	display: none;
	}
	
#hoverpopup1 {
	position: absolute;
	width: 400px;
	display: none;
	border-bottom: 20px solid #fff;
	}
	
#hover-position1 {
	position: relative;
	top: -330px;
	left: 165px;
	display: none;
	}
	
#hoverpopup2 {
	position: absolute;
	width: 400px;
	border-bottom: 15px solid #fff;
	display: none;
	}
	
#hover-position2 {
	position: relative;
	top: -330px;
	left: 165px;
	display: none;
	}
	
#hoverpopup3 {
	position: absolute;
	width: 400px;
	border-bottom: 15px solid #fff;
	display: none;
	}
	
#hover-position3 {
	position: relative;
	top: -330px;
	left: 165px;
	display: none;
	}
	
#hoverpopup4 {
	position: absolute;
	width: 400px;
	border-bottom: 15px solid #fff;
	display: none;
	}
	
#hover-position4 {
	position: relative;
	top: -330px;
	left: 165px;
	display: none;
	}
	


	
/* BEGIN NAVIGATION MENU STYLES */

.navigation {
	float: right;
	width: 730px;
	height: 31px;
	margin: 93px 0 0 0;
	padding: 0;
	z-index: 5;
	}
	
*html .navigation {
	margin: 92px 0 0 0;
	}
#nav {
	font-size:11px;
	height:30px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0;
	text-align:left;
	text-decoration:none;
	float: left;
	z-index: 5;
	}
#nav ul {
	background:transparent none repeat scroll 0%;
	float:left;
	font-size:11px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	}
#nav a {
	color:#5b5b5e;
	display:block;
	line-height:30px;
	padding:0px 10px;
	text-decoration:none;
	cursor: pointer;
	}
#nav a:hover {
	color:#4E6380;
	cursor: pointer;
	}

#nav li.daddy {
	background: url(../images/nav-tab-right.jpg) no-repeat top right;
	height: 30px;
	padding: 0;
	float: left;
	margin: 0;
	font-size: 10px;
	}

#nav a.on {
	margin:0pt;
	padding:0px 8px 0px 0px;
	cursor: pointer;
	}
#nav li {
	margin:0pt -1px 0pt 2px !important;
	padding:0pt 0px;
	text-transform: uppercase;
	z-index: 5;
	}
#nav li ul {
	background:#d7dde7;
	border:1px solid #8994A8;
	clear:left;
	height:auto;
	left:-999em;
	margin:0 0 0 0;
	padding: 0 3px 0 0;
	font-size: 10px;
	}
*html #nav li ul {
	margin-left: 5px;
	}
#nav li ul a {
	color:#4E6380;
	margin-right: 9px;
	cursor: pointer;
	}
	
#nav li ul a, #nav li ul a:visited {
	color:#4E6380;
	margin-right: 9px;
	cursor: pointer;
	}
#nav li ul a:hover, #nav li ul a:visited:hover {
	color:#4e6380;
	cursor: pointer;
	margin-right: 9px;
	}

* html #nav li ul {
	margin-top:0pt;
	}
*:first-child + html #nav li ul {
	margin-top:0pt;
	}
*:first-child + html #nav li ul ul {
	margin-top: 0;
	}

#nav li li {
	border-bottom:1px solid #b1baca;
	padding:0;
	font-size: 10px;
	margin: 0;
	}
#nav li ul a {
	margin-left:-2px;
	cursor: pointer;
	}
#nav li ul ul {
	border-left:1px solid #8994a8;
	margin:-1px 0px 0pt 0px;
	}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left:-999em;
	}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left:auto;
	}
#nav li:hover, #nav li.sfhover {
	}
#nav a:hover { 
	color:#4e6380; 
	text-decoration:none; 
	cursor: pointer;
	}
#nav a:visited:hover { 
	color:#4e6380; 
	text-decoration:none; 
	cursor: pointer;
	}
#nav a.daddy span {
	background:url(../images/nav-tab-left.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	clear:right;
	display:block;
	float:left;
	height:30px;
	margin:0 0 0 -10px;
	padding:0 0 0 10px;
	cursor: pointer;
	}
#nav a.selected span {
	background:url(../images/nav-tab-left-over.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	clear:right;
	display:block;
	float:left;
	height:30px;
	margin:0 0 0 -10px;
	padding:0 0 0 10px;
	cursor: pointer;
	}

#nav a.on span {
	background:transparent none repeat scroll 0%;
	clear:right;
	display:block;
	float:left;
	height:30px;
	margin:0pt 1px -10px 0pt;
	padding:0 2px 0 0;
	cursor: pointer;
	}
#nav a.on {
	font-weight: bold;
	cursor: pointer;
	}
#nav img {
	border:0pt none;
	float:left;
	margin:0pt;
	padding:0pt;
	width: 8px;
	} 
#nav li.selected {
	background: url(../images/nav-tab-right-over.jpg) no-repeat top right;
	height: 30px;
	float: left;
	margin:0pt -1px 0pt 2px !important;
	padding:0pt 0px;
	}
#nav li.selected ul {
	border:1px solid #8994A8;
	margin:0 -1px 0 0;
	}
*html #nav li.selected ul {
	margin-left: 5px;
	}
#nav li.selected ul ul {
	border-top:1px solid #8CB45E;
	margin:3px -10px 3px -1px;
	}
#nav li:hover, #nav li.hover {
    position: static;
	margin: 0 0 0 -10px;
	}




/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
.yuimenubar{
	visibility:visible;
	position:static;
	z-index: 10;
	}

.yuimenu .yuimenu,.yuimenubar .yuimenu{
	visibility:hidden;
	position:absolute;
	top:-10000px;
	left:-10000px;
	}

.yuimenubar li,.yuimenu li{
	list-style-type:none;
	}

.yuimenubar ul,.yuimenu ul,.yuimenubar li,.yuimenu li,.yuimenu h6,.yuimenubar h6{
	margin:0;
	padding:0;
	}

.yuimenuitemlabel,.yuimenubaritemlabel{
	text-align:left;
	white-space:nowrap;
	}

.yuimenubar ul{
	*zoom:1;
	}

.yuimenubar .yuimenu ul{
	*zoom:normal;
	}

.yuimenubar>.bd>ul:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	line-height:0;
	}

.yuimenubaritem{
	float:left;
	}

.yuimenubaritemlabel,.yuimenuitemlabel{
	display:block;
	}

.yuimenuitemlabel .helptext{
	font-style:normal;
	display:block;
	margin:-1em 0 0 10em;
	}

.yui-menu-shadow{
	position:absolute;
	visibility:hidden;
	z-index:-1;
	}

.yui-menu-shadow-visible{
	top:2px;
	right:-3px;
	left:7px;
	bottom:-3px;
	visibility:hidden;
	}

.hide-scrollbars *{
	overflow:hidden;
	}

.hide-scrollbars select{
	display:none;
	}

.yuimenu.show-scrollbars,.yuimenubar.show-scrollbars{
	overflow:visible;
	}

.yuimenu.hide-scrollbars .yui-menu-shadow,.yuimenubar.hide-scrollbars .yui-menu-shadow{
	overflow:hidden;
	}

.yuimenu.show-scrollbars .yui-menu-shadow,.yuimenubar.show-scrollbars .yui-menu-shadow{
	overflow:auto;
	}

.yui-skin-sam .yuimenubar{
	font-size:93%;
	line-height:2;
	*line-height:1.9;
	background:url(../images/nav-bg.jpg) repeat-x 0 0;
	}

.yui-skin-sam .yuimenubarnav .yuimenubaritem{
	border-right:solid 1px #ccc;
	}

.yui-skin-sam .yuimenubaritemlabel{
	padding:0 0px;
	color:#000;
	text-decoration:none;
	cursor:pointer;
	/* border-style:solid;
	border-color:#808080;
	border-width:1px 0; */
	*position:relative;
	margin:0;
	}

.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel{
	padding-right:20px;
	*display:inline-block;
	}

.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu{
	background:url(../images/menubaritem_submenuindicator.png) right center no-repeat;
	}

.yui-skin-sam .yuimenubaritem-selected{
	background:url(../images/nav_tab_left.jpg) repeat-x 0 -1700px;
	}

.yui-skin-sam .yuimenubaritemlabel-selected{
	border-color:#7D98B8;
	}

.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected{
	border-left-width:1px;
	margin-left:-1px;
	*left:-1px;
	}

.yui-skin-sam .yuimenubaritemlabel-disabled{
	cursor:pointer;
	color:#A6A6A6;
	}

.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu-disabled{
	background-image:url(../images/menubaritem_submenuindicator_disabled.png);
	}

.yui-skin-sam .yuimenu{
	font-size:93%;
	line-height:1.5;
	*line-height:1.45;
	}

.yui-skin-sam .yuimenubar .yuimenu,.yui-skin-sam .yuimenu .yuimenu{
	font-size:100%;
	}

.yui-skin-sam .yuimenu .bd{
	/* border:solid 1px #808080;
	background-color:#fff; */
	}

.yui-skin-sam .yuimenu ul{
	padding:3px 0;
	/* border-width:1px 0 0 0;
	border-color:#ccc;
	border-style:solid; */
	}

.yui-skin-sam .yuimenu ul.first-of-type{
	border-width:0;
	}

.yui-skin-sam .yuimenu h6{
	font-weight:bold;
	border-style:solid;
	border-color:#ccc;
	border-width:1px 0 0 0;
	color:#a4a4a4;
	padding:3px 10px 0 10px;
	}

.yui-skin-sam .yuimenu ul.hastitle,.yui-skin-sam .yuimenu h6.first-of-type{
	border-width:0;
	}

.yui-skin-sam .yuimenu .yui-menu-body-scrolled{
	border-color:#ccc #808080;
	overflow:hidden;
	}

.yui-skin-sam .yuimenu .topscrollbar,.yui-skin-sam .yuimenu .bottomscrollbar{
	height:16px;
	border:solid 1px #808080;
	background:#fff url(../images/sprite.png) no-repeat 0 0;
	}

.yui-skin-sam .yuimenu .topscrollbar{
	border-bottom-width:0;
	background-position:center -950px;
	}

.yui-skin-sam .yuimenu .topscrollbar_disabled{
	background-position:center -975px;
	}

.yui-skin-sam .yuimenu .bottomscrollbar{
	border-top-width:0;
	background-position:center -850px;
	}

.yui-skin-sam .yuimenu .bottomscrollbar_disabled{
	background-position:center -875px;
	}

.yui-skin-sam .yuimenuitem{
	_border-bottom:solid 1px #fff;
	}

.yui-skin-sam .yuimenuitemlabel{
	padding:0 20px;
	color:#000;
	text-decoration:none;
	cursor:pointer;
	}

.yui-skin-sam .yuimenuitemlabel .helptext{
	margin-top:-1.5em;
	*margin-top:-1.45em;
	}

.yui-skin-sam .yuimenuitem-hassubmenu{
	background-image:url(../images/menuitem_submenuindicator.png);
	background-position:right center;
	background-repeat:no-repeat;
	}

.yui-skin-sam .yuimenuitem-checked{
	background-image:url(../images/menuitem_checkbox.png);
	background-position:left center;
	background-repeat:no-repeat;
	z-index: 3;
	}

.yui-skin-sam .yui-menu-shadow-visible{
	background-color:#000;
	opacity:.12;
	*filter:alpha(opacity=12);
	}

.yui-skin-sam .yuimenuitem-selected{
	background:transparent;
	}

.yui-skin-sam .yuimenuitemlabel-disabled{
	cursor:pointer;
	color:#A6A6A6;
	}

.yui-skin-sam .yuimenuitem-hassubmenu-disabled{
	background-image:url(../images/menuitem_submenuindicator_disabled.png);
	}

.yui-skin-sam .yuimenuitem-checked-disabled{
	background-image:url(../images/menuitem_checkbox_disabled.png);
	}
	

.yui-panel .hd {
	background-color:#E6E6E6 !important;
	color:#666666 !important;
	}
.yui-panel .ft {
	background-color:#E6E6E6 !important;
	}
	
	/* ------- FOR PRODUCT DISPLAY ------ */

table.products td, table.products th {
padding:6px;
border-bottom:1px #ccc solid;
border-right:1px #ccc solid;
}
table.products {
border-top:1px #ccc solid;
border-left:1px #ccc solid;
}
th.hdr-main {
background-color: #a3b2c9;
text-align:left;
}
th.hdr-sub {
background-color: #0f004e;
color:#fff;
text-align:left;
}

.products input {
font-size:11px;
border:1px #ccc solid;
text-align:right;
}

#product_teasers input {
	z-index: 0;
	}
	
	
	
	
	/* --------------- CART STYLES ----------------- */
	
	
	.cart {
	border-bottom:1px solid #DEDEDE;
	border-left:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
	width:100%;
	}
.cart td {
	font-size:11px;
	line-height:14px;
	padding:2px;
	white-space:nowrap;
	}
.cart input {
	font-size:10px;
	height:12px;
	}
.cart input.button {
	background-image:url(../images/btn-bg.gif);
	background-position:0pt bottom;
	background-repeat:repeat-x;
	border-color:#AAAAAA rgb(68, 68, 68) rgb(68, 68, 68) rgb(170, 170, 170);
	border-style:solid;
	border-width:1px;
	color:#333333;
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
	height:16px;
	line-height:10px;
	padding:1px 2px 5px;
	}
.panel_button{
	background: #e31b23;
	border: 1px solid #b1070e;
	color:#FFFFFF;
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	height:19px;
	line-height:12px;
	outline-style:none;
	padding:1px 2px 3px;
	text-transform:uppercase;
	}	
	
#sort {
	margin:0pt;
	padding:0pt;
	text-align:right;
	}
.sml {
	font-size:10px;
	}
#recently-viewed {
	margin-bottom:15px;
	margin-top:15px;
	width:200px;
	}
.sandbox-sidebar {
	margin-bottom:15px;
	margin-top:15px;
	width:200px;
	}
.sandbox-select {
	color:#999999;
	font-size:11px;
	line-height:18px;
	}
div.sandbox-select input {
	border:1px solid #666666;
	font-size:10px;
	height:10px;
	margin:0pt 2px 0pt 0pt;
	outline-style:none;
	padding:0pt;
	vertical-align:baseline;
	width:10px;
	}
#video {
	margin-bottom:15px;
	}
.field-title {
	color:#333333;
	font-weight:bold;
	text-align:right;
	}
#product-image {
	float:left;
	width:295px;
	}
#product-details {
	background-color:#FBFBFB;
	border:1px solid #CCCCCC;
	height:auto;
	padding:5px;
	width:auto;
	}
#product-info {
	border-left:1px dotted #CCCCCC;
	margin-left:5px;
	min-width:350px;
	padding-left:15px;
	}
#product-description {
	border-left:1px dotted #CCCCCC;
	margin-left:5px;
	overflow:hidden;
	padding-left:15px;
	}
#product-reviews {
	border-left:1px dotted #CCCCCC;
	margin-left:5px;
	padding-left:15px;
	padding-top:10px;
	}
#product-reviews h2 {
	background-color:#E6E6E6;
	border-top:1px solid #CCCCCC;
	clear:both;
	float:none;
	font-size:12px;
	letter-spacing:1px;
	line-height:12px;
	margin:0pt 4px 5px 0pt;
	padding:3px 2px 4px 6px;
	text-transform:uppercase;
	}
#product-misc-info {
	border-left:1px dotted #CCCCCC;
	margin-left:5px;
	padding-left:15px;
	padding-top:10px;
	}
#product-misc-info h2 {
	background-color:#E6E6E6;
	border-top:1px solid #CCCCCC;
	clear:both;
	float:none;
	font-size:12px;
	letter-spacing:1px;
	line-height:12px;
	margin:0pt 4px 5px 0pt;
	padding:3px 2px 4px 6px;
	text-transform:uppercase;
	}
.product-review {
	border-bottom:1px dotted #DEDEDE;
	margin-bottom:10px;
	padding-bottom:10px;
	}
div.related-products h2 {
	background-color:#E6E6E6;
	border-top:1px solid #CCCCCC;
	clear:both;
	float:none;
	font-size:11px;
	line-height:11px;
	margin:15px 4px 5px 0pt;
	padding:3px 2px 4px 6px;
	text-align:center;
	text-transform:uppercase;
	white-space:nowrap;
	}
div.related-products div.thumb {
	border-style:none;
	border-width:0pt;
	float:none;
	font-size:11px;
	height:auto;
	line-height:14px;
	margin:0pt 0pt 5px;
	overflow:visible;
	padding:0pt 0pt 10px;
	text-align:center;
	vertical-align:top;
	width:128px;
	}
div.related-products div.thumb a {
	display:block;
	}

div.related-products h2 {
	background-color:#E6E6E6;
	border-top:1px solid #CCCCCC;
	clear:both;
	float:none;
	font-size:11px;
	line-height:11px;
	margin:15px 4px 5px 0pt;
	padding:3px 2px 4px 6px;
	text-align:center;
	text-transform:uppercase;
	white-space:nowrap;
	}
div.related-products div.thumb {
	border-style:none;
	border-width:0pt;
	float:none;
	font-size:11px;
	height:auto;
	line-height:14px;
	margin:0pt 0pt 5px;
	overflow:visible;
	padding:0pt 0pt 10px;
	text-align:center;
	vertical-align:top;
	width:128px;
	}
div.related-products div.thumb a {
	display:block;
	}

#checkout-sidebar {
	padding:0pt;
	width:270px;
	}
#checkout-sidebar h2 {
	background-color:#E6E6E6;
	border-top:1px solid #CCCCCC;
	clear:both;
	float:none;
	font-size:12px;
	letter-spacing:1px;
	line-height:12px;
	margin:0pt 4px 5px 0pt;
	padding:3px 2px 4px 6px;
	text-transform:uppercase;
	}
#checkout-sidebar h3 {
	background-color:#E6E6E6;
	border-top:1px solid #CCCCCC;
	clear:both;
	float:none;
	font-size:12px;
	letter-spacing:1px;
	line-height:12px;
	margin:15px 4px 10px 0pt;
	padding:3px 2px 4px 6px;
	text-transform:uppercase;
	}
#checkout-sidebar div.thumb {
	border:1px dashed #CCCCCC;
	float:left;
	font-size:11px;
	height:200px;
	line-height:14px;
	margin:0pt 5px 5px 0pt;
	overflow:visible;
	padding:0pt;
	text-align:center;
	vertical-align:top;
	width:128px;
	}
.checkout-table input.button {
	background: #e31b23;
	border: 1px solid #b1070e;
	color:#FFFFFF;
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	height:19px;
	line-height:12px;
	outline-style:none;
	padding:1px 2px 3px;
	text-transform:uppercase;
	}
.checkout-table {
	background-color:#FFFFFF;
	border-left:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
	width:100%;
	}
.checkout-table th {
	background-color:#d9e0ec;
	color:#3e3e3e;
	padding:3px 5px 3px 3px;
	text-align:left;
	}
.checkout-table td {
	border-bottom:1px solid #DEDEDE;
	padding:3px 6px 3px 3px;
	}
.checkout-table-nested td {
	border-style:none;
	border-width:0pt;
	padding:5px 3px 15px 5px;
	}
.checkout-wrapper {
	background-color:#c1cad8;
	margin-top:20px;
	padding:4px;
	}
.checkout-wrapper h2 {
	color:#0f004e;
	font-size:15px;
	line-height:15px;
	margin:0pt;
	padding-bottom:7px;
	padding-top:2px;
	}
.checkout-wrapper input {
	border: 1px solid #a7b4c7;
	margin-bottom: 0px;
	margin-top: 1px;
	height: 15px;
	}
.checkout-submit {
	background-color:#c1cad8;
	border:1px dashed #0f004e;
	font-size:11px;
	line-height:11px;
	margin-top:20px;
	padding:10px;
	text-align:center;
	color: #0f004e;
	}
.checkout-submit input.button {
	background: #e31b23;
	border: 1px solid #b1070e;
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	height:25px;
	line-height:12px;
	margin-bottom:5px;
	outline-style:none;
	padding:1px 8px 3px 8px;
	text-transform:uppercase;
	}
.checkout-intro {
	margin-bottom:20px;
	margin-top:20px;
	}
.checkout-table-pad {
	padding:10px;
	}
.product-detail-left {
	float:left;
	line-height:18px;
	width:49%;
	}
.product-detail-right {
	float:left;
	line-height:18px;
	margin-left:6px;
	text-align:left;
	width:49%;
	}
.product-misc-info-left {
	float:left;
	line-height:18px;
	width:49%;
	}
.product-misc-info-right {
	float:left;
	line-height:18px;
	margin-left:6px;
	text-align:left;
	width:49%;
	}
div.clear {
	clear:both;
	height:0px;
	}
#cart-btn {
	border:medium none;
	padding:4px 0pt 0pt;
	}
.hoverbox { display:none; height:0; left:0; position:absolute; top:0; z-index:200; }
.product-popup-wrap { font-size: 10px; background-color:#ffffff; padding:10px; border-color: #888888 #444 #444 #888888; border-style: solid; border-width: 1px 2px 2px 1px; }
.product-popup-img {
	float:left;
	}
.product-popup-content { color: #444; float:left; padding-left:10px; width:200px; }
.product-popup-content h3 { color: #56742f; font-size: 12px; font-weight: bold; margin-top: 0; padding-top: 0; }
.yui-panel .hd {
	background-color:#E6E6E6 !important;
	color:#666666 !important;
	}
.yui-panel .ft {
	background-color:#E6E6E6 !important;
	}

.required{
	color:#e31b23;
}