/* $Id: skin1.css,v 1.84.2.19 2007/03/06 08:17:31 max Exp $  FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif; */
/*
	General styles
	
	dk blue		132b55
*/
BODY {
	background-color: #e5e5d7;
	margin: 0px;
	padding: 0px;
	margin-left: 1px;
}

BODY,INPUT,SELECT,TEXTAREA {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: #333333;
	FONT-SIZE: 13px;
}
input, select {
	border: 1px solid #9c9c9c;
	border: 1px solid #7f9db9;
}
input[type="image"] {
	border: none;
}
A {
	COLOR: #333;
}

H1 {
	FONT-SIZE: 18px;
	color: #465626;
}
H2 {
	FONT-SIZE: 14px;
}
H3 {
	FONT-SIZE: 12px;
}
HR {
	COLOR: #DDDDDD;
	HEIGHT: 1px;
}
FORM {
	MARGIN: 0px;
}
TABLE,IMG {
	BORDER: 0px;
}

img, ul { behavior: url(iepngfix.htc); }

/*
	Content enviroment styles
*/
#container {
	background-image: url(../images/wrapper-bg.png);
	background-position: center;
	background-repeat: repeat-y;
}


#container2 {
	margin: 0 auto;
	width: 1075px;
	padding: 10px 0px 0px 0px;
	background-color: #fff;
}

/*
#container3 {
	background-image: url(../images/container-top.png);
	background-position: top;
	background-repeat: no-repeat;
}

#container4 {
	padding: 12px 1px 30px 1px;
	background-image: url(../images/container-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
*/

#header {
	height: 122px;
	background-image: url(../images/nav-bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom: 11px;
	position: relative;
}

#logo {
	margin-left: 28px;
	margin-top: 5px;
	float: left;
}

#header-middle {
	float: right;
	width: 210px;
	padding-right: 25px;
}

#header-links {
	font-size: 10px;
	position: absolute;
	right: 28px;
	top: 0px;
}

#shipping {
	position: absolute;
	top: 95px;
	left: 397px;
	text-align: center;
	text-transform: uppercase;
	width: 276px;
}

#questions {
	padding: 5px 17px 0 0;
	font-size: 11px;
	float: right;
	color: #000;
	text-align: right;
	white-space: nowrap;
}


#phone-number {
	font-size: 19px;
	font-weight: bold;
	line-height: 19px;
}

#bbbseal {
	position: absolute;
	top: 12px;
	left: 430px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	width: 270px;
}

#nav {
	position: absolute;
	text-transform: uppercase;
	width: 450px;
	left: 8px;
	top: 92px;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	padding: 0;
	margin: 0;
	padding-left: 16px;
	float: left;
}

#nav li a, #nav li span {
	padding-left 7px;
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	display: block;
}


#nav li a.dropdown, #nav li span.dropdown {
	padding-right: 16px;
	background-image: url(../images/nav-arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
}


#nav li ul {
	padding-top: 9px;
	position: absolute;
	width: 9em;
	left: -999em;
	text-transform: none;
	clear: left;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li {
	margin: 0;
	padding: 5px 4px 5px 7px;
	width: 10em;
	background-color: #dbdbdb;
	border-bottom: 1px solid #d0d0d0;
	background-image: none;
}

#nav li ul li a {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	padding: 0;
}

#nav li ul li:hover, #nav li ul li.sfhover {
	background-color: #d0d0d0;
}

#header-right {
	clear: right;
	float: right;
	height: 30px;
}

#cart {
	color: #ffffff;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	padding: 16px 18px 0 0;
	text-align: right;
}
#cart a {
	font-weight: bold;
	color: #ffffff;
}
#cart img {
	padding-right: 10px;
}

#search {
	position: absolute;
	text-transform: uppercase;
	padding-left: 10px;
	top: 91px;
	left: -5px;
	width: 165px;
}

#search-box {
	background-color: #9bb1c6;
	border: 1px solid #9bb1c6;
	color: #ffffff;
	font-size: 11px;
	height: 16px;
	width: 127px;
}

#search-button {
	margin-left: 1px;
}

#main {
	padding: 0px 20px 0 0;
}

#left-nav {
	float: left;
	width: 163px;
	font-size: 11px;
	color: #000;
}

#left-nav a {
	text-decoration: none;
	color: #000;
}

#left-nav a:hover {
	text-decoration: underline;
	color: #000;
}

#left-nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#left-nav ul li {
	/*
	text-transform: uppercase;
	*/
	margin-bottom: 10px;
	line-height: 15px;
	font-weight: bold;
}

#left-nav ul ul li {
	text-transform: none;
	margin: 0px;
	padding: 1px 0px 1px 7px;
	font-weight: normal;
}

#fullcontent {
	width: 1074px;
	background-color: #fff;
}


#content {
	float: right;
	width: 880px;
	padding: 0;
	background-color: #fff;
}

#page-content, #page-content td {
	font-size: 12px;
}

#footer {
	background-color:#437cb1;
	background-image: url(../images/footer-bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	clear: both;
	font-size:11px;
}

#footer2 {
	background-image: url(../images/nav-bg-top.png);
	background-position: center top;
	background-repeat: repeat-x;
	clear: both;
}

#footer3 {
	padding:0 20px 40px 20px;
	/*
	background-image: url(../images/nav-bg-bottom.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	*/
	clear: both;
	margin: 0;
	color:#FFF;
}

#footer3 a,#footer3 li {
	color:#FFF;
}

#footer4 {
	background-color:#fff;
	padding:0 20px 0 20px;
}

#footer ul {
	padding: 0px;
	padding-top: 1em;
	margin: 0px;
	list-style: none;
}

#footer ul li {
	margin-top: 0px;
	padding-top: 7px;
	padding-right: 78px;
	
	width: 180px;
	float: left;
	font-weight: bold;
	font-size: 13px;
}

#footer ul ul {
	padding-top: 15px;
	padding-bottom: 7px;
}

#footer ul ul li {
	font-size: 11px;
	float: none;
	width: auto;
	font-weight: normal;
	padding: 2px 0px 2px 0px;
}

#footer ul ul li.footer-list {

}

#footer ul ul li a {
	color: #FFF;
}

#footer .last {
	padding-right: 0px;
	margin-top: 0px;
}

#badges {
	clear: both;
	margin-top: 0px;
	padding-top: 20px;
	text-align: center;
}

#footer-text {
	clear: both;
	padding-top: 25px;
	padding-bottom: 20px;
	text-align: left;
	font-size: 9px;
	color: #5a5a5a;
}

#footer-text a {
	color: #333;
}

/*

#footer-container {
	background-color: #fff;
	clear: both;
	background-image: url(../images/footer-bg.png);
	background-position: center;
	background-repeat: repeat-y;
	padding-top: 8px;
}

#footer-container2 {
	padding-bottom: 20px;
	background-image: url(../images/footer-shadow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#footer {
	width: 978px;
	margin: 0 auto;
}

#footer-links {
	padding: 4px 27px 16px 27px;
	font-size: 12px;
	color: #333;
	margin-right: 13px;
	float: left;
}

#footer-links a {
	text-decoration: underline;
}

#footer-links ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

#footer-links li.footer-header {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}

#footer-links1 {
	width: 207px;
}

#footer-links2 {
	width: 193px;
}

#footer-links3 {
	width: 200px;
}


#footer-links li {
	padding: 1px 0px;
}

#footer-ad {
	background-color: #d7d7d7;
	margin-left: 12px;
	height: 32px;
	float: left;
	width: 248px;
}

#newsletter_email {
	border: 1px solid #999;
	font-size: 12px;
	width: 200px;
}

#footer-badges {
	clear: both;
	margin: 10px 1px 0 1px;;
	border-top: 12px solid #fff;
	text-align: center;
	padding: 10px 0;
}

#footer-text {
	clear: both;
	text-align: center;
	font-size: 11px;
	padding-bottom: 6px;
}
*/
.clearer {
	clear: both;
	height: 0px;
	width:0px;
	outline:none;
	overflow: hidden;
}



/*
	Common styles
*/
.SubmitBox {
	PADDING-TOP: 10px;
}
.SectionBox {
	BACKGROUND-COLOR: #ffffff;
	TEXT-ALIGN: left;
}
.Text {
	COLOR: #000000;
}
.NumberOfArticles {
	COLOR: #000000;
	FONT-WEIGHT: bold;
}
.TopLabel {
	COLOR: #000000;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
}
.Message {
	COLOR: #960000;
}
.Line {
	BACKGROUND-COLOR: #FF6600;
}
TD.ButtonsRow {
	PADDING-TOP: 2px;
	PADDING-LEFT: 2px;
	PADDING-RIGHT: 12px;
	PADDING-BOTTOM: 2px;
}
.CustomerMessage {
	COLOR: #960000;
	FONT-WEIGHT: bold;
}
.ErrorMessage {
	COLOR: #960000;
	FONT-WEIGHT: bold;
}
.Star {
	COLOR: #FF0000;
}
.TableHead {
	BACKGROUND-COLOR: #CCCCCC;
	FONT-WEIGHT: bold;
}
.TableSubHead {
	BACKGROUND-COLOR: #EEEEEE;
}


/*
	Dialog box
*/
TABLE.DialogBox {
	WIDTH: 100%;
	HEIGHT: 100%;
	VERTICAL-ALIGN: top;
}
TD.DialogBox {
	BACKGROUND-COLOR: #ffffff;
	TEXT-ALIGN: left;
	PADDING: 10px;
}
.DialogBorder {
	BACKGROUND-COLOR: transparent;
	HEIGHT: 100%;
	PADDING: 0px;
}
h1.DialogTitle {
	font-weight: bold;
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	color: #59590f;
	font-family: futura,arial,sans-serif;
}
FONT.DialogTitle {
	COLOR: #1c3a5f;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	HEIGHT: 36px;
	TEXT-ALIGN: left;
	MARGIN-LEFT: 22px;
}

/*
	Dialog info box
*/
TABLE.DialogInfo {
	WIDTH: 85%;
	TEXT-ALIGN: center;
}
.DialogInfoTitle {
	COLOR: #FFFFFF;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	VERTICAL-ALIGN: bottom;
	TEXT-ALIGN: left;
	HEIGHT: 15px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
}
.DialogInfoTitleBorder {
	BACKGROUND-COLOR: #9b0000;
	PADDING: 0px;
	VERTICAL-ALIGN: bottom;
	HEIGHT: 15px;
}
.DialogInfoBorder {
	BACKGROUND-COLOR: #9b0000;
	PADDING: 0px;
}
.DialogTr {
	COLOR: #B894A5;
}
.DialogInfoIcon {
	WIDTH: 16px;
	HEIGHT: 16px;
}
.DialogInfoClose {
	WIDTH: 15px;
	HEIGHT: 13px;
}

/*
	Dialog tools section
*/
.NavDialogTitle {
	WIDTH: 50%;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	COLOR: #330000;
	PADDING-LEFT: 8px;
}   
.NavDialogBorder {
	BACKGROUND-COLOR: #FFCC33;
}
.NavDialogBox {
	BACKGROUND-COLOR: #FFFFCC;
}
.NavDialogSeparator {
	WIDTH: 100%;
	HEIGHT: 14px;
	BACKGROUND-IMAGE: url(images/separator.gif);
	PADDING-LEFT: 7px;
}
.NavDialogSeparator IMG {
	WIDTH: 100%;
	HEIGHT: 14px;
}
.NavDialogCell {
	PADDING-RIGHT: 3px;
}
.NavDialogCell A IMG {
	WIDTH: 9px;
	HEIGHT: 9px;
}

/* Location bar */
.NavigationPath {
	COLOR: #9cb34b;
	font-size: 11px;
}
a.NavigationPath {
	COLOR: #000000;
	font-size: 11px;
	padding: 0 5px;
}
.NavigationPathBold {
	COLOR: #000000;
	FONT-WEIGHT: bold;
	font-size: 11px;
	text-decoration: none;
}

/*
	Pagination mechanism
*/
.NavigationArrow {
	WIDTH: 9px;
	HEIGHT: 9px;
}
.NavigationTitle {
	WHITE-SPACE: nowrap;
	HEIGHT: 14px;
}
.NavigationCell {
	padding: 1px 4px;
	border: 1px solid #333;
}

.NavigationCell a {
	color: #333;
	text-decoration: none;
}

.NavigationCell IMG {
	HEIGHT: 1px;
	WIDTH: 15px;
}
.NavigationCellWide {
	TEXT-ALIGN: center;
	WIDTH: 23px;
	HEIGHT: 14px;
}

.NavigationCellWide IMG {
	HEIGHT: 1px;
	WIDTH: 23px;
}
.NavigationCellSel {
	padding: 1px 4px;
	border: 1px solid #333;
	font-weight: bold;
	background-color: #ddd;
}


a.conf-links { color: #9b0101; font-size: 11px; font-weight: bold; text-decoration: underline; }

.conf-title {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

.email_friend_title { color: #000000; font-size: 16px; font-weight: bold; }
.email_friend_fields { color: #000000; font-size: 13px; font-weight: bold; }
.email_friend_copy { color: #000000; font-size: 12px; font-weight: normal; }


.upselling_title { color: #000000; font-size: 11px; font-weight: bold; }
.upselling_product { font-size: 10px; font-weight: normal; }
.upselling_product a { font-size: 10px; color: #9b0101; text-decoration: underline; }
.upselling_price { color: #ff0000; font-size: 12px; font-weight: bold; }

.shown_div { display: inline; }
.hidden_div { display: none; }

.checkout_bolded_titles { color: #000000; font-weight: bold; }


/*
	REDLIME
*/

.headCS {
	position: absolute;
	top: 88px;
	right: 28px;
}
.grayBox {
	width: 732px;
	margin: 0 5px;
}
.grayBox div {
	padding: 10px 15px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

.tableStandard {
	border: 1px solid silver;
}
.tableStandard th {
	background-color: #9b0000;
	color: white;
}
.tableStandard td {
	background-color: #f2f2f2;
}

.ErrorMessage {
	display: block;
}
.sAlert, .ErrorMessage {
	background: #FFFF66 url(images/alert.gif) no-repeat 8px 2px;
	border:2px solid #FFCC66;
	width:540px;
	padding:12px 15px 26px 80px;;
	margin:15px 30px;
	color:#111;
	min-height:40px;
	text-align: left;
}
.sAlert p {
	margin:0 0 5px 0;
}
.sAlert li {
	list-style-image:none;
	padding:0 0 0 15px;
	margin:0 0 3px 15px;
	line-height:1em;
}
/*
.catTable {
	border: 1px solid black;
	vertical-align: top;
}

.catTable td {
 	text-align: center;
}
*/
.catTable h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	/*
	background: #9b0000 url(images/new_design/blue-title-bg.gif) repeat-x;
	color: white;
	text-align: center;
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	height: 30px;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 1px;
	*/
}

/*
.catTable h3.light-blue {
	background: #000;
}


.catTable h3 a {
	color: #fff;
	text-decoration: none;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 12px;
}

.catTable h3 a:first-letter {
	font-size: 115%;
	color: #fff;
	text-decoration: none;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

.catTable h3:first-letter {
	font-size: 115%;
}
.catTable a {
	line-height: 16px;
	text-decoration: underline;
}

.footerTable a {
	color: gray;
}
*/

/****** RATING SYSTEM **********/
.rating_title {
	color: #9b0101;
	font-weight: bold;
	font-size: 15px;
}


.product_review_links a {
	color: #333;
	text-decoration: underline;
}


.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
background: url(../images/stars.png) left -1000px repeat-x;
}
.star-rating{
position:relative;
width: 80px;
height:13px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
background-position: left top;
}
.star-rating li{
display: inline;
}
.star-rating span,
.star-rating .current-rating{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:13px;
line-height:13px;
outline:none;
overflow:hidden;
border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
background-position: left bottom;
}
.star-rating span.one-star{
width:20%;
z-index:6;
}
.star-rating span.two-stars{
width:40%;
z-index:5;
}
.star-rating span.three-stars{
width:60%;
z-index:4;
}
.star-rating span.four-stars{
width:80%;
z-index:3;
}
.star-rating span.five-stars{
width:100%;
z-index:2;
}
.star-rating .current-rating{
z-index:1;
background-position: left center;
}



/* tabs */
#tabs { clear: both; margin:0; padding: 0; width:100%;}
#tabNav {margin: 0; padding: 0; text-align: left; overflow:auto;width:100%;}
#tabList {float:left;width:100%;margin: 0; padding: 0;}
#tabList dd { float:left; padding:.5em; margin:0 2px 0 0;text-align:center;}
#tabList dd a {text-decoration:none;font-weight:bold;font-size:1em;}
#tabList dd.selected { padding:.5em; margin:0 2px 0 0;padding-bottom:7px;}
#tabContent { position: relative; clear: both;text-align: left; padding:10px; margin:0;  width: 352px; }
#tabContent p { font-size:.9em; text-align: left; margin:10px 0;padding: 0px; }

dl#tabList {background:url(images/new_design/tab_bg_line.gif) repeat-x bottom left;}

dl#tabList dd {background:#f4f5f6 url(images/new_design/tab_bg_unselected.gif) repeat-x bottom left;border: 1px solid #d6d7d7;border-bottom:none;}

dl#tabList dd a {color:#000;}

dl#tabList dd.selected {background:#FFF;}

dl#tabList dd.selected a, dl#tabList dd a:hover {color:#000;}

/* Tab Content */

#tabContent { border: 1px solid #d6d7d7;border-top:none; 	margin-bottom: 10px;}



.sumBox {
	border: 1px solid black;
	vertical-align: top;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
.sumBox h3 {
	/* background: #9b0000 url(images/new_design/blue-title-bg.gif) repeat-x; */
	color: #222;
	background-color: #aaa;
	text-align: center;
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	height: 30px;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.summaryTable {
	width: 220px;
	padding: 10px 10px 2px;
}
.summaryTable hr {
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	border: 0;
/*
	margin: 5px 0;
*/
}



/****** NEW STYLES ********/

.no-ratings .star-rating {  z-index:1;  background-position: left center !important;  }


#catfilter {
	border: 1px solid #666;
	margin-top: 8px;
	margin-bottom: 8px;
}

#catfilterheader {
	background-color: #eee;
	padding: 4px 6px;
	color: #333;
	font-weight: bold;
	font-size: 12px;
}

.filterheader {
	background-color: #eee;
	color: #333;
	padding: 4px 6px;
	font-weight: bold;
}

#catfilter ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#catfilter li {
	padding: 0;
	margin: 0;
}

#catfilter li a, #catfilter li span {
	display: block;
	margin: 3px 3px 2px 5px;
	background-image: url(../images/filter-unavailable.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 18px;	
	color: #666;
}

#catfilter li a {
	background-image: url(../images/filter-unchecked.png);
	color: #000;
	text-decoration: none;
}

#catfilter li a.filter-checked {
	background-image: url(../images/filter-checked.png);
}

.filter h3 {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

.filter a {
	color: #333;
}

.filter a.used {
	color: #888;
}

.filter .filter_option {
	margin: 0 0 0 7px;
	padding: 0px 0px 4px 7px;
	color: #777;
/*	border-left: 1px solid #d2d2d2; */
}

.filter .more_options {
	display: none;
}


#RemoveFilter .Cross {
	color: #CC0000;
	padding: 0px 5px 0px 0px;
	text-decoration: none;
}



/******* CATEGORY PAGE **********/
/* Category filter option styles. */
#categoryFilter {
	background-color: #eeeeb6;
	height: 35px;
	line-height: 35px;
	width: 523px;
}
#categoryFilter .category {
	background-image: url(../images/square-blue-down-arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0 20px;
	text-decoration: underline;
	text-transform: uppercase;
}
#categoryFilter .filterBox {
	border: 1px solid #afaf6c;
	background-color: #ffffff;
	position: absolute;
	z-index: 10;
}
#categoryFilter .filterBox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#categoryFilter .filterBox li {
	line-height: 18px;
	margin: 0;
	padding: 0;
}
#categoryFilter .filterButton {
	background: none;
	border: 0;
	cursor: pointer;
	padding-bottom: 10px;
}
#categoryFilter .filterBox input, #categoryFilter .filterBox label {
	cursor: pointer;
}
#categoryFilter .filterBox li span {
	display: block;
	margin: 3px 3px 2px 5px;
	background-image: url(../images/filter-unavailable.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 18px;	
	color: #666;
}
#categoryFilter .reverse {
	background-color: #afaf6c;
	color: #ffffff;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding: 0 14px;
}
#filteredBy {
	background-color: #eeeeb6;
	color: #000000;
	font-size: 11px;
	line-height: 18px;
	padding-left: 95px;
	width: 428px;
}
/* End category filter option styles. */

#catcontent {
	width: 754px;
	float: right;
}

#checkmarks {
	display: none;
}

.CatProduct1 {
	padding-top: 12px;
	padding-left: 15px;
	margin-top: 0;
	position: relative;
	width: 164px;
}
.CatProduct1.first {
	padding-left: 0;
}
.CatProduct1 .ProductTitle, .CatProduct1 .ProductTitle a {
	font-size: 11px;
	padding-top: 12px;
}
.CatProduct1 .ProductPriceCat {
	padding-bottom: 6px;
}
.CatProduct3 table {
/*	border-spacing: 10px 0;*/
}
.CatProduct3 td {
/*	border: 1px solid #cacaca;*/
	border: none;
}

.ColorsAvail {
	background: url(../images/more-colors.png) no-repeat;
	width:170px;
	height:20px;
	overflow:hidden;
	margin:0 auto;
	text-indent: -999px;
}

.catDesc {
	padding-bottom: 12px;
}

.CatNew {
	width: 38px;
	height: 38px;
	background-image: url(../images/new.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 150px;
	text-indent: -999px;
	overflow:hidden;
}
.CatProduct1.first .CatNew {
	left: 0;
}

.CatSale {
	width: 56px;
	height: 28px;
	background-image: url(../images/sale.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}

#catCheckmarks {
	background-color: #eeeeb6;
	color: #000000;
	float: right;
	font-size: 11px;
	height: 53px;
	width: 340px;
}
#catCheckmarks a, #catCheckmarks a:hover {
	background-image: url(../images/checkmark-red.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #000000;
}
#catCheckmarks table {
	border-collapse: collapse;
	margin: 10px auto 0 auto;
}
#catCheckmarks td {
	font-size: 11px;
	padding-top: 4px;
}
#catCheckmarks td.firstCol {
	padding-right: 14px;
}
#catCheckmarks tr.firstRow td {
	padding-top: 0;
}


.ProductTitle {
	text-align: left;
}
.ProductTitle a {
	COLOR: #333;
	FONT-SIZE: 11px;
	font-weight: bold;
}
.ProductTitle a:hover {
	color: #004e7f;
}

.ProductPrice {
	font-size: 14px;
	text-align: center;
}

.MarketPriceCat {
	text-decoration: line-through;
	text-align: left;
	color: #245582;
}

.ProductPriceCat {
	font-weight: bold;
	text-align: left;
	color: #245582;
}

.SalePriceCat {
	font-weight: bold;
	color: #810909;
	text-align: left;
}
.SaleSavings {
	color: #810909;
	font-size: .7em;
}

/*** PRODUCT PAGE ***/
#productcontent {
	width: 880px;
	float: left;
	padding-top: 27px;
}
.view-larger {
	text-align: center;
	font-size: 11px; 
	padding-top: 14px;
}
#thumbnail-box {
	border: none;
}

#product-photo {
	text-align: center;
}

#product_thumbnail_link {
	text-decoration: none;
}

#product_thumbnail_link img {
	display: none;
	margin: 0 auto;
}


#product_thumbnail_link2 {
/*	text-decoration: none; */
}

#product-top {
	text-align: center;
}

#product-name {
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	color: #898933;
}

#product-stock {
	font-weight: bold;
	font-size: 13px;
	padding-top: 9px;
	padding-bottom: 9px;
}

#product-shipping {
	font-weight: bold;
	font-size: 13px;
}

#product-add {
	padding: 13px 0 17px 0;
	font-size: 1.3em;
}
#product-add .MarketPriceCat {
	font-size: 0.7em;
	font-weight: bold;
}

#product-free-shipping {
	padding: 3px 0 0 0;
	text-align: center;
	font-size: 0.7em;
}

#out-of-stock {
	color: #900;
	font-weight: bold;
	font-size: 13px;
	display: none;
	float:left;
	margin:3px 0 0 10px;
	width:185px;
}

#product-price {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 12px;	
}

#price-sale {
	text-decoration: line-through;
	font-weight: bold;
	display: inline;
	font-size: 12px;
}


#product-description {
	padding: 17px 0;
	margin-bottom: 17px;
	border-top: 1px solid #9d9d9d;
	border-bottom: 1px solid #9d9d9d;
	font-size: 12px;
}

#product-reviews {
	padding-bottom: 17px;
	border-bottom: 1px solid #9d9d9d;
	font-size: 12px;
}

#options-title {
	margin: 8px 0 5px 0;
	background-image: url(../images/avail-colors.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #c7d499;
	height: 21px;
}

#options-options {

}

#detailed-images {
	width: 255px;
	margin: 0;
	padding: 10px 0 0;
}
#detailed-images-title {
	margin: 8px 0 5px 0;
	background-image: url(../images/additional-photos.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: white;
	height: 21px;
}
#detailed-images a {
	display: block;
	width: 45px;
	padding: 2px;
	border: 1px solid #d1d1d1;
	margin-bottom: 6px;
	margin-right: 6px;
	float: left;
}
/*
#detailed-images.single {
	text-align: center;
}

#detailed-images.single a {
	display: inline;
	float: none;
}
*/
#detailed-images div {
	clear: both;
}
#detailed-images span {
	font-size: 11px;
}
#detailed-images .wrapper {
	height: 70px;
	width: 120px;
	float: left;
	clear: none;
	overflow: hidden;
	padding-right: 5px;
}

/* Related products classes. */
#product-related {
	clear: both;
	padding-left: 40px;
	padding-top: 0px;
	font-size: 11px;
	width: 120px;
}
.product_related_title {
	color: #004e7f;
	font-weight: bold;
}
.product_related_title img {
	margin-bottom: 2px;
}
.product_related_title .like-this {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
.product_related_title .also-like {
	color: #004E7F;
	font-size: 13px;
	font-weight: bold;
}
.product_related_items {
	text-align: center;
	padding-top: 10px;
	margin-right: 10px;
	float: left;
	width: 100px;
}
/* End related products classes. */

#product-write-review {
	padding-top: 7px;
}
#product-read-reviews {
	display: none;
	padding: 10px 0px;
}
.product_reviews_title {
	font-size: 20px;
	font-weight: bold;
}

#view-larger {
	display: none;
}


.product_main_area { border-left: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; padding-left: 10px; padding-right: 10px; }
.product_code { font-size: 11px; }
.product_free_shipping { font-size: 11px; }
.product_stock { font-size: 11px; }
#product_price { color: #ab0000; font-size: 16px; font-weight: bold; }
.product_qty_options {
	font-size: 12px; 
	font-weight: bold; 
	color: #898933;
}
.product_wishlist { padding-top: 6px; font-size: 9px; color: #666; }
.product_wishlist a { color: #666; text-decoration: underline; }
#product_desc_tab {
	background-color: #eee;
	padding: 4px;
	width: 135px;
	text-align: center;
	float: left;
	margin-top: 5px;
}
#product_shipping_tab {
	background-color: #f9f7f7;
	padding: 4px;
	width: 90px;
	text-align: center;
	float: left;
	margin-top: 5px;
}

#product_desc_tab a, #product_shipping_tab a {
	color: #000;
	TEXT-DECORATION: none; 
	font-weight: bold;
	font-size: 12px;
}

#product_desc {
}
#product_shipping {
	display: none;
}
#product_reviews_tab {
	display: none;
	width: 100%;
}

.ProductPriceSmall {
	COLOR: #960000;
	FONT-WEIGHT: bold;
}
.SaveMoneyLabel {
	WIDTH: 57px;
	HEIGHT: 57px;
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: middle;
	COLOR: #FFFFFF;
	FONT-WEIGHT: bold;
	BACKGROUND-IMAGE: url(images/save_money.gif);
	BACKGROUND-REPEAT: no-repeat;
}
.MarketPrice { color: #000; font-size: 12px; font-weight: bold; }

/* Shop with Confidence box on product page. */
#product-confidence {
	display: block;
	border: 1px solid #9d9d9d;
	padding: 0;
	margin: 17px 0 30px 0;
	color: #465626;
	min-width: 320px;
}
#product-confidence a {
	color: #333;
	font-weight: bold;
	line-height: 21px;
}
#product-confidence .header {
	background-color: #e0e0a4;
	height: 30px;
	text-align: center;
}
#product-confidence .header img {
	margin-top: 10px;
}
#product-confidence .linksLeft, #product-confidence .linksRight {
	padding-top: 12px;
}
#product-confidence .linksLeft {
	padding-left: 14px;
	text-align: left;
}
#product-confidence .linksRight {
	padding-right: 14px;
	text-align: right;
}
#product-confidence .questions {
	font-weight: bold;
	padding: 14px 0;
}
/* End Shop with Confidence box on product page. */

#options {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #9d9d9d;
}

#add-to-cart {
	float: left;
	margin: 7px 0 0 19px;
}

/****** CART *******/

#cartsidebar {
	background-color: #cacc9d;
	background-image: url(../images/cartside-bg.png);
	background-repeat: no-repeat;
	border: 1px solid #c0c194;
	border-right: none;
	width: 174px;
	float: right;
	margin-bottom: 15px;
	padding-left: 15px;
}
#cartsidebar .cartheader {
	text-align: left;
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: transparent;
	background-image: url(../images/left-nav-line.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 15px 4px 6px 0px;
	display: block;
}
#cartsidebar .cartoption {
	padding: 6px 0px;
	font-size: 11px;
	width: 145px;
}

.cartheader {
	color: #59590f;
	background-color: #e0e1c5;
	text-transform: uppercase;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

#cartcontent {
	width: 724px;
	float: left;
	font-size: 12px;
	margin: 0 20px;
	width: 838px;
}
#cartcontent p {
	font-size: 12px;
	margin: 0;
	padding: 7px 0 10px;
}
#cartcontent table.cartTable {
	width: 100%;
	border: 1px solid #e0e1c5;
	border-collapse: collapse;
	margin: 10px 0 20px 0;
}
#cartcontent table.cartTable .borderBottom {
	border-bottom: 1px solid #e0e1c5;
}
#cartcontent table.cartTable .borderRight {
	border-right: 1px solid #e0e1c5;
}
#cartcontent table.cartTable a {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
#cartcontent table.cartTable button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
#cartcontent table.cartTable td {
	margin: auto;
}
#cartcontent .checkoutOptions {
	color: #59590f;
	font-weight: bold;
	font-size: 14px;
	clear: right;
	float: right;
	margin-top: 20px;
}
#cartcontent .checkoutOptions img {
	margin-left: 10px;
}
#cartcontent .freeShip {
	color: #000000; 
	font-weight: bold;
}
#cartcontent .proceedSecure, #cartcontent .proceedSecureTop {
	float: right;
	text-align: right;
}
#cartcontent .proceedSecureTop {
	padding-top: 21px;
}
#cartcontent .proceedSecure img.first {
	padding: 25px 0 5px 0;
}
#cartcontent .total {
	color: #245582;
	font-size: 18px;
	font-weight: bold;
}

#youSave {
	background-color:#538221;
	color:#FFFFFF;
	display:none;
	float:right;
	font-size:13px;
	font-weight:bold;
	padding:6px 11px;
	text-align:center;
}

.invoiceheader {
	background-color: #dbdbdb;
	text-transform: uppercase;
	font-weight: bold;
	
}

/* Navigation classes. */
#left-nav, #right-nav {
	float: left;
	width: 150px;
	padding-bottom: 18px;
	font-size: 12px;
}
#categories {
}
#right-nav {
	float: right;
	text-align: left;
}
#categories ul, #right-nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#categories ul li.background, #categories ul li.backgroundLong {
	background-color: #cacc9d;
	background-image: url(../images/category-bg.png);
	background-repeat: no-repeat;
	border: 1px solid #c0c194;
}
#categories ul li.backgroundLong {
	background-image: url(../images/categoryLong-bg.png);
}
#categories ul li, #right-nav ul li {
	margin-bottom: 12px;
	line-height: 15px;
	font-weight: bold;
	/*
	text-transform: uppercase;
	*/
	font-size: 13px;
}
#categories ul li a, #right-nav ul li a {
	color: #000;
	text-decoration: none;
}
#categories ul li span {
	background-image: url(../images/left-nav-line.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	/*
	color:#59590f;
	*/
	color:#000;
	padding: 8px 0px 8px 10px;
	display: block;
}
#categories ul li a:hover, #right-nav ul li a:hover {
	text-decoration: none;
}
#categories ul ul, #right-nav ul ul {
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#categories ul ul li, #right-nav ul ul li {
	text-transform: none;
	margin: 0px;
	padding: 0px 0px 1px 0px;
	font-weight: normal;
	text-transform: none;
	font-size: 11px;
}
#categories ul ul li a, #right-nav ul ul li a {
	color: #000;
	text-decoration: none;
}
#categories ul ul li a:hover, #right-nav ul ul li a:hover {
	text-decoration: underline;
}
#categories .hide-nav, #right-nav .hide-nav {
	display: none;
}
/* End navigation classes. */

#homepage-checkmarks {
	/*
	background-image: url(../images/home-checkmarks-bg-new.png);
	background-repeat: no-repeat;
	*/
	border: 1px solid #cacaca;
	margin: 0 12px 11px 0;
	height: 205px;
	width: 640px;
	float: left;
}
#homepage-checkmarks .leftTop {
	margin: 9px 0 0 8px;
	float: left;
}
#homepage-checkmarks .leftBottom {
	margin: 0 0 9px 8px;
	float: left;
}
#homepage-checkmarks .right {
	margin: 9px 8px 0 0;
	float: right;
}
#homepage-checkmarks2, #homepage-checkmarks3 {
	float: left;
	margin: 0 12px 11px 0;
	border: 1px solid #cacaca;
}
#homepage-checkmarks2, #homepage-checkmarks3 {
	margin-right: 12px;
	border: none;
}
#homepage-checkmarks3 {
	margin-right: 0;
}
#home-hot-deal {
	float: right;
	width: 342px;
	height: 205px;
	overflow: hidden;
	text-align: left;
	margin-bottom: 11px;
	border-collapse: collapse;
	border: 1px solid #cacaca;
}
#home-hot-deal .header {
	background-image: url(../images/hot-deal.png);
	background-repeat: no-repeat;
	height: 47px;
}
#home-hot-deal .buynow {
	padding-bottom: 15px;
}
#home-hot-deal .buynow , #home-hot-deal .MarketPriceCat, #home-hot-deal .ProductPriceCat, #home-hot-deal .more-available {
	padding-left: 15px;
}
#home-hot-deal .MarketPriceCat {
	font-size: 15px;
}
#home-hot-deal .ProductTitle {
	font-size: 13px;
	padding: 0px 0px 1em 15px;
}
#home-hot-deal .price {
	color: #000000;
	font-size: 17px;
	font-weight: bold;
}
#home-hot-deal .price span {
	color: #245582;
}
#home-hot-deal .savings {
	color: #898933;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 1em;
}

.home-products {
	border: 1px solid #cacaca;
	background-color: #245582;
	clear: both;
	padding: 8px 8px 8px 15px;
	margin: 0px;
	color: #ffffff;
	font-family: futura,arial,sans-serif;
	font-size: 22px;
	font-weight: bold;
	/*height: 22px;*/
}
td .home-products {
	margin: 12px 0;
}

.home-products-right {
	text-align: right;
	padding-bottom: 10px;
}

.home-products-right a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	color: #333;
}

#home-featured {
	background-image: url(../images/home-best-sellers.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 24px;
	padding-bottom: 0px;
}

#home-new-arrivals {
	background-image: url(../images/home-new-arrivals.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#home-on-sale {
	background-image: url(../images/home-on-sale.png);
	background-position: top left;
	background-repeat: no-repeat;
}


.home-products2 {
}

.home-products .CatProduct1 {
	margin-top: 0px;
}

#home-message {
	/*
	border-top: 1px solid #9d9d9d;
	margin: 20px 0 0 20px;
	padding: 8px 0 0;
	*/
	clear: both;
}

#sisterStores {
	margin: 0;
	padding: 0 25px;
}
#sisterStores table {
	border: 1px solid #9d9d9d;
	border-collapse: collapse;
	margin: auto;
}
#sisterStores td {
	border: 1px solid #9d9d9d;
}

/* Standard font decoration classes. */
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}

.center {
	text-align: center;
}
.clearBoth {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

/* Custom Price Grid */
#price-grid{
	width:160px;
	background: #b8dcf5;
	font-size:12px;
	padding-bottom:10px;
	float:right;
}

#price-grid p{
	color:#810909;
	padding:4px;
	margin:0;
}

#price-grid table{
	width:140px;
	margin:0 auto;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}

#price-grid td, #price-grid th{
	padding:2px 6px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}

#price-grid td{
	background: #eaeaea;
}

#price-grid th{
	background: #86a1b3;
	color:#F5C8A4;
}

#hide-link a {
	font-weight: bold;
	font-style: italic;
}

#subcategories {
	background-color:#EEEEB6;
	margin:0 auto 10px auto;
}

#subcategories h3 {
	background:url(../images/refine-further.png) no-repeat 13px 9px #AFAF6C;
	color:#FFF;
	text-transform: uppercase;
	margin:0;
	text-indent: -999px;
	height:27px;
	overflow:hidden;
}

#subcategories ul {
	float:left;
	margin:6px 0;
	padding:0;
}

#subcategories li {
	margin:6px 25px 6px 14px;
	padding-left:16px;
	font-size:11px;
	background: url('../images/bullet.gif') center left no-repeat;
	list-style: none;
	list-style-type:none;
}

#subcategories li.first {
	margin-left:0px;
}

/* Popular Searches module classes. */
#popularSearches .header {
	background-image: url("../images/sprite-sheet.png");
	background-repeat: no-repeat;
	background-position: -10px -4008px;
	height: 29px;
}
#popularSearches p {
	text-align: center;
}
/* Extra small class. */
#popularSearches .popSearch1 {
	font-size: .6em;
}
/* Small class. */
#popularSearches .popSearch2 {
	font-size: .8em;
}
/* Medium class. */
#popularSearches .popSearch3 {
	font-size: 1em;
}
/* Large class. */
#popularSearches .popSearch4 {
	font-size: 1.3em;
}
/* Extra large class. */
#popularSearches .popSearch5 {
	font-size: 1.6em;
}
/* End Popular Searches module classes. */
