@charset "utf-8";

/*
=Global
*/
blockquote, body, caption, div, dl, dt, dd, form, fieldset, h1, h2, h3, h4, h5, h6, html, li, ul, ol, p, pre, textarea, table, td, th
{
	margin:0;
	padding:0;
}

input, select
{
	margin:0;
	padding:0;
}

body
{
	/*font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;*/
	/*font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;*/
	background: url(images/background.gif) repeat;
	color:#444;
	/*font:0.9em/1.4 Georgia, serif;*/
	font:0.8em/1.2 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/*
=Headings
*/
h1, h2, h3, h4, h5, h6
{
	margin:0 0 0.5em;
	color:#444;
	/*font:normal 1em/1.2 Georgia, serif;*/
	font:normal 1em/1.2 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h1
{
	font-size:1.6em;
}

h2
{
	font-size:1.3em;
}



h3
{
	font-size:1.2em;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover
{
	color: #900;
	text-decoration: none;
}

a:link
{
	/*color:#8f1f08;*/
	color: #3696A7;
}

a:visited
{
	color:#3696A7;
	text-decoration: none;
}

a:hover, a:focus, a:active
{
	color:#800000;
/*	background-color:#EEEBD5; */
}

/*
=Quotations
*/
blockquote
{
	margin:1em 32px 1em 24px;
	padding:0 0 0 6px;
	border-left:2px solid #eee;
	font-style:italic;
}

p { color:#444444;	
}

q
{
	quotes:"\201C" "\201D" "\2018" "\2019";
}

q:before
{
	content:open-quote;
}

q:after
{
	content:close-quote;
}

* html q
{
	font-style:italic;
}

.bq-cite
{
	margin:1em 0;
}

.bq-cite div
{
	margin-left:30px;
}

.bq-cite blockquote
{
	margin-bottom:0;
}

.bq-cite cite
{
	font-style:normal;
}

blockquote.alt
{
	float:right;
	margin:0.25em 0 0.25em 0.75em;
}

/*
=Images
*/
img
{
	border:none;
}

/*
=Lists
*/
dl, ol, ul
{
	margin:1em 0;
}

dl
{
	margin-top:-0.5em;
}

dt
{
	margin:0.5em 0 0;
	font-weight:bold;
}

.lab dt
{
	margin-top:1em;
}

dd
{
	margin:0 0 0 2em;
}

dd p
{
	margin:0 0 0.5em;
}

ul
{
	padding:0 0 0 2em;
	list-style:disc;
}

ol
{
	padding:0 0 0 2.5em;
}

li
{
	margin:0 0 0.5em;
}

#wrapper
{
	width:100%;
	text-align:left;
	margin:0px auto;
	padding: 0px;
	height: 100%;
	background: url(images/page_bg.jpg) repeat-x;
}

#outercontent
{
	width:990px;
	margin:0px auto;
	padding: 0px;
	text-align:left;
	background: url(images/content_background.png) repeat center top;
}

#content
{
	width:930px;
	margin:0px auto;
	padding: 0px 10px;
	text-align:left;
	background: #fff url(images/payments.gif) no-repeat left bottom;
	
}

#header
{
	background-color:#fff;
	border-bottom: 30px solid #eeebd5;
	
	font-size: 1.0em;
}
.topnavbg {
	/*background: url(images/topnavbg.gif) repeat;*/
	height: 30px;
}


#header a:link
{
	text-decoration: none;
	/*font-weight: bold;*/
	color: #3696A7;
}

#header a:visited
{
	color:#3696A7;
	text-decoration: none;
}

#header a:hover, a:focus, a:active
{
	color:#800000;
/*	background-color:#EEEBD5; */
}

#main
{
	float:right;
	width:665px;
	background:#fff;
	border-left: 1px solid #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	min-height: 600px;
	font: 0.9em/1.2 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#main h2
{
	font-size:1.3em;
	color: #969495;
}

#leftbar
{
	float:left;
	width:200px;
	padding: 10px;
	background:#fff;
}

#leftbar ul
{
	padding:0 0 0 4px;
	list-style:none;
	margin-top: 4px;
	font-size: 0.9em;
	line-height: 1em;
}

#leftbar a:link
{
	text-decoration: none;
}

#leftbar h2
{
	/*background: #F6F5EA;*/
	padding: 10px 0px 2px 2px;
	border-top: 5px solid #eaeaea;
	color: #A95A5A;
	font-size: 1.1em;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}

#leftbar h2 a:link
{
color: #A95A5A;
}



#leftbar h2 a:visited {
	color: #A95A5A;
	text-decoration: none;
}

#leftbar h2 a:hover, a:focus, a:active {
	color: #800000;
	text-decoration: none;
}


#footer
{
	clear:both;
	width:930px;
	margin:0px auto;
	background:#eeebd5;
	padding: 10px 10px 10px 10px;
	
}

#footer ul
{
	margin: 20px 0 1em 0px;
	padding: 0;
	font-size: 0.85em;
	list-style: none;
}

#footer li
{
	line-height: 1.5em;
	padding: 0;
	margin: 0 0 0 0.5em;
	list-style: none;
}

#footer .col1
{
	margin-left: 3em;
}

#footer .col2
{
	margin-left: 21em;
}

#footer .col3
{
	margin-left: 39em;
}

#footer .col4
{
	margin-left: 57em;
}

#footer .coltopper
{
	margin-top: -7.5em;
}

#footer a
{
	display: block;
	position: relative;
	width: 16em;
	color: #444;
	text-decoration: none;
}

#footer a:hover
{
	background-color: #F6F5EA;
}

.clear
{
	clear: both;
}

#copyw
{
	font-size: 0.85em;
	color: #777;
	background:#eeebd5;
	width:950px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	line-height: 35px;	
}

#copyw a:link
{
	text-decoration: none;
	/*font-weight: bold;*/
	color: #777;
}

#copyw a:visited
{
	color:#777;
	text-decoration: none;
}

#copyw a:hover, a:focus, a:active
{
	color:#800000;
/*	background-color:#EEEBD5; */
}

/* ECT styles */

/*Categories*/
/*
=Category Image
*/
.catimage
{
	padding: 3px;
	border: 1px solid #CCC;
}

/*
=Category Name
*/
.catname
{
	text-decoration: none;
	
}


.catname a:link
{
	color:#3696A7;
	text-decoration: none;
}

.catname a:visited
{
	color:#3696A7;
	text-decoration: none;
}

.catname a:hover, a:focus, a:active
{
	color:#800000;
	/*background-color:#EEEBD5;*/
}
/*
=Category Description
*/
.catdesc {
	font-size: 0.9em;
}
/*Products */
.prodseparator {
color: #fff; background-color: #fff; border: 1px dotted #cccccc; border-style: none none dotted;	
}

.prodimage {
	padding: 3px;
	border: 1px solid #CCC;
	margin: 10px 10px 10px 0px;
}
.addimages {
	padding-top: 7px;
	/*width: 200px;*/
}
.prodimageextra {
	padding: 3px;
	border: 1px solid #CCC;
	margin: 4px 4px 4px 4px;
}

.prodname {
	padding-top: 10px;
}

.prodname a:link
{
	color:#3696A7;
	text-decoration: underline;
}

.prodname a:visited
{
	color:#3696A7;
	text-decoration: underline;
}

.prodname a:hover, a:focus, a:active
{
	color:#800000;
	/*background-color:#EEEBD5;*/
}



/*Product Detail*/
.detailname {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #3696A7;
}
.shopping {
	/*background: #FCF7EF;*/
	background: #eaeaea;
	padding: 7px;
	
	/*border: 1px dotted #CCC;*/

}
.quan {
	font-size: 1.5em;
	border: 1px solid #CCC;
	color: #666666;
	background: #fff;
	padding: 3px;
	

}
.opts {
	font-size: 1.0em;
	background: #fff;
	padding: 5px;
	margin-bottom: 8px;
	
}
.shopping h3 {
	font-size: 1.3em;
	margin-bottom: 0px;
	background: #fff;
	padding: 3px;
	color: #2599BA;
	border-bottom: 1px dotted #EAEAEA;	
}
.optiontext {
	font-size: 1.1em;
	text-transform: uppercase;
	text-align: right;
	padding-left: 15px;
}

.prodoption {
	font-size: 1.1em;
	background: #F3F3F3;
	border: 1px solid #CCC;
	color: #868686;
	margin:2px;
}

/*Reviews*/
.reviewhr {
color: #fff; background-color: #fff; border: 1px dotted #cccccc; border-style: none none dotted;	
}
/*Cross Sell*/
.csprodname {
	font-size: 0.8em;
	font-family : Verdana;
	text-align: left;
}

.csprodname a:link {
	text-decoration: none;	
}

.csprodimage {
font-size:  0.8em;
font-family : Verdana;
padding: 3px;
	border: 1px solid #CCC;
}
/*SPAN.price {
	font-size: 1.50em;
}*/
P.catname {
	vertical-align:top;
	text-align: left;
	margin: 5px 5px 0px;
}

P.catdesc {
	vertical-align:top;
	margin: 0px 5px 4px;
}

IMG.catimage {
vertical-align:top;
}

TD.catimage {
	vertical-align:top;
}

TD.catname {
vertical-align:top;
text-align: left;
}

TD.catnavigation {
vertical-align:middle;
text-align: left;
}

/*
=Search Table 
*/

TABLE.cobtbl{
	background-color: #F2F2F2;
	
	
}

.textbox {
	font-size: 1.3em;
	background: #F9F9F9;
	border: 1px solid #DADADA;
	color: #666;
	margin:2px;
}

select {
	font-size: 1.1em;
	background: #F3F3F3;
	border: 1px solid #CCC;
	color: #707070;
	margin:2px;
}

TD.cobhl{
	background-color: #fff;
	/*background-color: #F2F2F2;*/
color : #666666;
	padding: 5px;
	
}

TD.cobll{
background-color: #fff;
/*background-color: #F9F9F9;*/
color : #666666;
padding: 5px;
}

.buybutton{
vertical-align:bottom;
}

.detaildescription {
	font-size: 1.0em;
	line-height: 1.5em;
	color: #666;
}
.cstitle {
	margin-top: 15px;
	color: #666;
}
.zoomzoom {
	background: #eaeaea;
	padding: 5px;
	
}
.searchbox {
	font-size: 10px;
	
color: #CCC;
}

.searchboxleft {
	font-size: 10px;
	background: #FFF;
	color: #CCC;
}
.acct td {
	padding: 7px;
		
}
.srch {
	/*background: #F5F3E6;*/
	padding: 4px;
	border: 1px dotted #CCC;
	color: #cccccc;
}
.newsletter {
	background: #fff;
	padding: 4px;
color: #cccccc;
	border: 1px dotted #CCC;
}

.homepagecol
{
	background: url(images/home-page-columns.gif) repeat;
	width: 36px;
}

.navy16 {
	font: bold 20pt/16pt Verdana, Geneva, sans-serif;	
}




.receiptbody{
	background-color:#ffffff;
	
}
.receiptoption{background-color:#eaeaea;}
.receipthr{height: 0;border-width: 1px 0 0 0;border-style: solid;border-color: #F89961;}
.receipthl{background-color:#4CAEBF;}
.receiptheading{background-color:#4CAEBF;color: #FFFFFF;font-weight:bold; }

.capz {
text-transform: capitalize;	
}

.caps {
text-transform: uppercase;	
}
.dottedspacer

{
	line-height: 17px;
	background: url(images/dotted-spacer.gif) repeat-x;
	height: 17px;	
}
