/*Datahost stylesheet*/

/*Set up body, td, and p as the same style. You'll also want to include the same info in the <body> tag on main template.*/

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em;
	background-color: #19160D; 
	color: #F8EBC5;
}

a:link, a:visited {
	color: #B49154; 
	text-decoration: underline;
}

a:hover {
	color: #FFCC00; 
	text-decoration: underline;
}

td, p {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em; 
	color: #F8EBC5;
}



/*Main template styles.*/

#wrapper {
	width: 824px;
	margin: 0 auto;
	position: relative;
}

#masthead {
	width: 824px;
	height: 105px;
	}
	
#leftcolumntop{
width: 189px;
background:url(images/cvw_leftside_bkg.jpg); 
/*background:url(images/cvw_leftside_bkg_full.jpg);*/
background-repeat: no-repeat; 
background-position: top;
z-index:50;
}

#leftcolumnbtm{
width: 189px;
height: 284px;
background:url(images/cvw_leftside_bkg_btm.jpg); 
background-repeat: no-repeat; 
background-position: bottom;
z-index: 100;
}			

.menutitles{
font-size: 11px; 
font-weight: bold;
color:#000000;
text-transform: uppercase;
margin-left:10px;
}


#navigation {
	width: 189px;
}

#navigation ul {
	margin: 0;
	padding: 15px;
	text-align: left;

}

#navigation li {
	list-style: none;
	color: #83651D;
	font-size: 11px;
	font-weight: bold;
	background-image:url(images/cvw_arrow.gif);
	background-position:0 0.3em;
	background-repeat:no-repeat;
	padding:0 0 0 10px;
}

#navigation li a:link, #navigation a:visited {
	display: block;
	color: #83651D;
	text-decoration: none;
	padding: 2px 2px;
}

#navigation li a:hover {
	color: #98542B;
	text-decoration: none;
}

#navigation2 {
	width: 189px;
}

#navigation2 ul {
	margin: 0;
	padding: 15px;
	text-align: left;

}

#navigation2 li {
	list-style: none;
	color: #83651D;
	font-size: 11px;
	font-weight: bold;
	background-image:url(images/cvw_arrow.gif);
	background-position:0 0.3em;
	background-repeat:no-repeat;
	padding:0 0 0 10px;
}

#navigation2 li a:link, #navigation2 a:visited {
	display: block;
	color: #83651D;
	text-decoration: none;
	padding: 2px 2px;
}

#navigation2 li a:hover {
	color: #98542B;
	text-decoration: none;
}

#contentwrapper {
	width: 824px;
	position: relative;
}

#content {
	width: 623px;
}

#rightcolumn {
	width: 170px;
	
}


#footer {
	width: 824px;
	height: 75px;
	position: relative;
}

.footerlinks {
	color: #F8EBC5; 
	font-size: 11px;
	position: relative;
	align: center;
}

.footerlinks a:link, .footerlinks a:visited {
	color: #F8EBC5;
	text-decoration: underline;
}

.footerlinks a:hover {
	color: #FFCC00;
	text-decoration: underline;
}/*site links in the footer, like home, etc.*/

.footername {  
	color: #ffffff; 
	font-weight:bold; 
	font-size: 12px;
}

.siteby {  
	width: 824px;
	margin: 0px auto;
	padding-top: 8px;
	font-size: 10px; 
	line-height: 1.2em; 
	color: #FFFFFF;
}


/*index template styles*/


.intro {
	font-size: 12px;
	line-height: 1.2em;
	color: #F8EBC5;
}

.intro a:link, .intro a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFCC00; 
}

.intro a:hover {
 text-decoration: none;
 	color: #B49154; 
}


/*Category and Product list, cell and details pages*/

h1 {  
	margin-top: 0px;
	margin-bottom: 8px; 
	font-size: 22px; 
	font-weight: bold; 
	line-height: 1.1em; 
	color: #B06131;
} /*this is always used for the page title, except home page and product detail pages*/

h2 {  
	margin-top: 0px; 
	margin-bottom: 8px; 
	font-size: 18px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #FFE377;
}

h3 {  
	margin-top: 0px; 
	margin-bottom: 2px; 
	font-size: 15px; 
	font-weight: bold; 
	line-height: 1.5em; 
	color: #BC9757;
}

h4 {  
	margin-bottom: 2px; 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 1.2em; 
	color: #BC9757;
}

li {  
	font-size: 12px; 
	line-height: 1.2em; 
	list-style-type: square; 
	list-style-position: outside; 
	color: #FFFFFF;
}

li.webpages {  
	font-size: 13px; 
	line-height: 1.2em;
}

.sku {font-size: 10px; color: #F8EBC5; text-decoration: none; font-weight:bold;}

.cellheader {
	font-size: 15px; 
	color: #83651D; 
	font-weight:bold;
}

.cellheader a:link, .cellheader a:visited    {
	color: #83651D;
	text-decoration: none;
}

.cellheader a:hover  {
	color: #BC9757;
	text-decoration: underline;
}/*cat name or product name, depending on which cell*/

.celltext {  font-size: 12px; line-height: 1.3em;}

.testimonialcellheader {
	font-size: 15px; 
	color: #FFCC00; 
	font-weight:bold;
}

.testimonialcellheader a:link, .testimonialcellheader a:visited    {
	color: #FFCC00;
	text-decoration: none;
}

.testimonialcellheader a:hover  {
	color: #BC9757;
	text-decoration: underline;
}/*item name on the testimonial product list page*/

.testimonialcelltext {  
	font-size: 12px; 
}

.highlight {  
	font-size: 13px; 
	font-weight:bold; 
	color: #FFCC00; 
}

.highlight a:link, .highlight a:visited {
	color: #FFCC00;
	text-decoration: underline;
}

.highlight a:hover  {
	color: #FF6600;
	text-decoration: underline;
}

.freeship {  font-size: 12px; font-weight:bold; color: #9b0075;}


.multiheader {  
	margin-top: 8px; 
	margin-bottom: 8px; 
	font-size: 18px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #83651D;
	background-color: #FFEFAE;
	display: block;
	padding: 4px 10px;
	font-variant: small-caps;
} /*multilist header*/

.insertlist1 { 
	font-size: 9px;
	text-transform: uppercase; 
}

.insertlist1 a:link, .insertlist1 a:visited {
	text-decoration: none;
}
 /*youarehere links*/

.nextprev {font-size: 9px; line-height: 1.5em; text-transform: uppercase;}


.gotocart {  font-size: 12px; line-height: 1.5em; }
 /*for viewcart links*/

.cellclickhere {  font-size: 12px; line-height: 1.5em; }


.jumplinks {font-size: 12px; line-height: 1.5em;} /*used on faq page*/

.clickhere {  font-size: 11px; line-height: 1.5em; }
 /*back to top links*/



/*Cart pages and shipping*/

.steps {
	display: inline;
	width: 100px;
	color: #666;
	margin-right: 8px;
	padding right: 0px;
	text-align: left;
}

.stepson {
	display: inline;
	width: 100px;
	color: #FFFFFF;
	margin-right: 8px;
	padding:2px 0 0 20px;
	background: url(images/cvw_cart_arrow.gif) left center no-repeat;
	font-weight: bold;
	text-align: left;
}

.steps1 {
	display: inline;
	width: 150px;
	background: #FFEFAE;
	color: #ffffff;
	margin-right: 14px;
	padding: 3px 5px;
	text-align: center;
}

.stepson1 {
	display: inline;
	width: 150px;
	color: #19160D;
	margin-right: 14px;
	padding: 3px 5px;
	background: #FFE377;
	font-weight: bold;
	text-align: center;
}



#cart {
	width: 100%;
}

.buttons {
	width: 100%;
	position: relative;
}

.leftbuttons {
	width: 45%;
	float: left;
}

.rightbuttons {
	width: 50%;
	float: right;
	text-align: right;
}

.clear {
	clear: both;
}

#cartcontent {
	width: 100%;
}

.tablecart {
	width: 100%;
	border: 0;
	padding: 0;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.tablecart tr.bkgnd1 {
	background: #FFEFAE;
}

.tablecart th.bkgnd1 {
	font-size: 13px;
	font-weight: bold;
	color: #19160D;
	padding: 2px;
}

.tablecart tr.bkgnd2 {
	background: #19160D;
}

.tablecart th.bkgnd2 {
	font-size: 13px;
	color: #FFCC00;
	padding-top: 5px;
}

.tablecart td, .tablecart p {
	font-size: 13px;
}

.tablecart td.products {
	color: #F8EBC5;
	border-top: 1px solid #999999;
	padding-top: 6px;
}

.tablecart td.options {
	font-size: 12px;
}

.tablecart td.subhead {  
	font-size: 13px; 
	font-weight: bold; 
	color: #B49154;
	line-height: 1.2em;
	padding-top: 6px;
	padding-bottom: 6px;
}

.tablecart td.shipping {
	font-size: 12px;
}

.tablecart td.indshipnote {
	color: #95b15a;
	font-weight: bold;
}

.cartbutton {
	font-size: 10px;
	color: #ffffff;
	background: #836510;
	display: inline;
}

.instructions {  
	font-size: 13px;
}

.smallnotes {
	font-size: 11px;
	line-height: 1.2em;
}

.continue {
	text-align: right;
}

.continuebutton {
	background: #FFE377;
	border: 1px solid #333333;
	padding: 3px; 
	font-size: 15px;
	font-weight: bold; 
	color:#000000;
	text-transform: lowercase;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #eeeeee;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid #83651D;
line-height:1.2em;
z-index:100;
border-right: 2px solid #83651D;
border-bottom: 2px solid #83651D;
visibility: hidden;
text-decoration: none;
color:#000000;
font-size: 11px;
}

.hintanchor { /*CSS for link that shows hint onmouseover*/
	font-size: 11px;
	color: #000000;
	background-color: #FFE377;
	display: inline;
	padding: 3px;
}

.hintanchor a:link, .hintanchor a:visited, .hintanchor a:hover {
	color: #000000;
	text-decoration: none;
}

.hintclick {
	font-size: 11px;
	color: #000000;
}

.shippingnotes {
	width: 100%;
	margin-top: 25px;
}

.shippingnotes th {
	color: #4f86ba;
	padding-bottom: 10px;
	border-bottom: 1px solid #4f86ba;
}

.shippingnotes td {
	border-bottom: 1px solid #4f86ba;
}	



/*Miscellaneous*/

select {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 9px;
	text-transform: uppercase;
	background-color: #F8EBC5; 
	color: #83651D;
}

form {margin-top: 0px; margin-bottom: 0px; }

table {margin-top: 0px; margin-bottom: 0px; }

.certificate { padding: 0; margin: 0; border: 2px solid #9b0075; background-color: #ffffff; }
.certificate td { padding: 5px; }


hr {
	border-bottom: 1px solid #83651D;
	border-right: 1px solid #19160D;
}

table.price_table th {
	background-color: #FFE337;
	color: #000000;
	list-style-type: disc;
	list-style-position: inside;
	border: outset,#FFE337,1px;
	font-weight: bold;
	font-size: 10;
}

table.price_table td {
	background-color: #ffffff;
	border-style: outset #363223 1px;
}


table.pmt_table th {
	background-color: #83651D;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;

}

table.pmt_table td {
	background-color: #19160D;
	color:#F8EBC5;
	font-weight: bold;
}
/*Style for pop-up payment windows*/
.popup_table {
	width: 100%;
	padding: 0px;
	margin-bottom: 10px;
	background-color: #19160D;
}


.label {  font-size: 11px; line-height: 1.2em; font-weight: bold; }

.attribute {  font-size: 11px; line-height: 1.2em;}


.errormessage {font-size: 14px; color: #E6542B; font-weight:normal; text-decoration: none;}
.errormessageA    {text-decoration: underline;}
.errormessage A:hover  {text-decoration: underline;}


.fancybutton {background: #83651D; font-size: 12px; color:#ffffff; border: 1px solid #999999;}

.fancybutton2 {background: #83651D; font-size: 12px; color:#FFFFFF; border: 1px solid #999999;}