/*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.5em; 
	color: #474220;
}

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

a:link {color: #467082; text-decoration: underline;}
a:visited {color: #467082; text-decoration: underline;}
a:active {color: #467082; text-decoration: underline;}
a:hover {color: #5b1400; text-decoration: underline;}

/*Here are some very useful options you may want to add to your styles and the choices for each option:

font-style: normal, italic, oblique

font-weight: instead of just putting "bold", you can assign a value from 100 to 900 (in jumps of 100). 400 is the normal weight (useful when you want your headers to be not bold). Doesn't work on all fonts. 

font-variant: small-caps

text-transform: uppercase, lowercase, capitalize (makes an initial cap), none

text-indent: 10px (would indent the first line 10 px)

line-height: 1.5em (this adds space between lines of text. You can specify in ems or percentages. I am going to add this to td style: if you don't want a style to use it, add a line-height of 1 em)

list-style-type: disc, square, circle, decimal, lower-roman, upper-roman, lower-alpha, upper-alpha, none. (I'm adding this to list style)

list-style-position: inside, outside (with outside text won't wrap under bullet--woo hoo! I'm adding this to list style)

list-style-image: if you want to use an image for a style just put the link to the image

*/
/* Note: All styles will use body info unless specified differently in a particular style*/


/*Main template styles.*/

/*.sbtestimonialheads {  font-size: 11px; font-weight: bold; line-height: 1.5em; color: #474220;}

.sbtestimonialtext {  font-size: 11px; line-height: 1.5em; color: #474220;}*/

.searchwords {  font-size: 10px; line-height: 1.5em; color: #474220;}

.sidebarheads {  font-size: 12px; font-weight:400; color: #fff; text-decoration: none; background-color: #695e4a; display: block; border-top: 1px solid #fff; border-bottom: 1px solid #fff; padding-top: 2px; padding-bottom: 2px; padding-left: 10px; margin-top: 8px; margin-bottom: 5px; } /*Product Category name*/

.loginhead {  font-size: 11px; font-weight:bold; color: #f5f4f1; } /*Product Category name*/

#navigation { 
	width: 130px; 
	font-size: 11px; 
	line-height: 1.5em; 
	font-weight: 400; 
}

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

#navigation li { 
	color: #474220; 
	font-size: 12px; 
	display: block;
	margin-bottom: 3px;
}

#navigation li a:link, #navigation a:visited { 
	padding-left: 10px;
	text-decoration: none; 
	color: #474220; 
}

#navigation li a:hover { 
	background-color: #fff; 
	display: block; 
}

#navigation2 { font-size: 12px; font-weight: bold; }
#navigation2 ul { margin: 0; padding: 0; list-style: none; }
#navigation2 li { display: inline; line-height: 28px; border-right: 1px solid #f5f4f1; }
#navigation2 li a:link, #navigation2 li a:visited { padding: 8px 15px 8px 15px; color: #474220; background-color: #b9b098; text-decoration: none; }
#navigation2 li a:hover { background-color: #474220; color: #f5f4f1; }

.uppernav {  font-size: 12px; font-weight: bold; line-height: 1.2em; color: #474220;}
.uppernav A    {color: #474220; text-decoration: none;}
.uppernav A:visited {color: #474220; text-decoration: none;}
.uppernav A:hover  { color: #467082; text-decoration: none;}

.sidebarclickhere {  font-size: 10px; line-height: 1.5em; color: #474220;}
.sidebarclickhere A    {color: #333399; text-decoration: underline;}
.sidebarclickhere A:visited {color: #333399; text-decoration: underline;}
.sidebarclickhere A:hover  {color: #ff0033; text-decoration: underline;}

.footertext {color: #474220; font-size: 10px;}
.footertext A {text-decoration: none;}
.footertext A:visited {text-decoration: none;}
.footertext A:hover {text-decoration: none;}

.siteby {  font-size: 9px; line-height: 1.5em; color: #474220;}
.siteby A    { text-decoration: underline;}
.siteby A:visited { text-decoration: underline;}
.siteby A:hover  { text-decoration: underline;}



/*index template styles*/

.welcome {  margin-bottom: 8px; font-size: 16px; font-weight: bold; line-height: 1.1em; color: #474220} /*this is the home page title*/

.intro {  font-size: 12px; line-height: 1.5em; color: #474220;}
.intro A    {text-decoration: underline;}
.intro A:hover  {text-decoration: underline;} /*intro paragraph*/

.featuredtitle {  font-size: 13px; font-weight:bold; color: #474220; text-decoration: none;}/*title above the featured items*/

.featuredhead {font-size: 14px; color: #474220; text-decoration: none; }
.featuredhead A    { text-decoration: none;}
.featuredhead A:visited    { text-decoration: none;}
.featuredhead A:hover  { text-decoration: underline;}/*featured product name*/

.featuredtext {  font-size: 11px; font-style: italic; line-height: 1.5em; color: #474220;}
.featuredtext A    { text-decoration: underline;}
.featuredtext A:visited { text-decoration: underline;}
.featuredtext A:hover  { text-decoration: underline;}

.featuredclickhere {  font-size: 13px; line-height: 1.3em; color: #467082;}
.featuredclickhere A    { text-decoration: none;}
.featuredclickhere A:visited { text-decoration: none;}
.featuredclickhere A:hover  { text-decoration: none;}

.announcementhead {font-size: 12px; color: #474220; text-decoration: none; font-weight:bold;}
.announcementhead A:visited    {text-decoration: underline;}
.announcementhead A    {text-decoration: underline;}
.announcementhead A:hover  {text-decoration: underline;}/*item name*/

.announcementtext {  font-size: 11px; line-height: 1.5em; color: #474220;}
.announcementtext A    {text-decoration: underline;}
.announcementtext A:visited { text-decoration: underline;}
.announcementtext A:hover  { text-decoration: underline;}

.announcementprice {
	color: #5b1400;
	font-size: 11px;
}

.announcementclickhere {  font-size: 10px; line-height: 1.5em; color: #474220;}
.announcementclickhere A    {text-decoration: underline;}
.announcementclickhere A:visited { text-decoration: underline;}
.announcementclickhere A:hover  { text-decoration: underline;}


.date {
	color: #467082;
	font-size: 12px;
}



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

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

h2 {  margin-bottom: 8px; margin-top: 0px; font-size: 13px; line-height: 1.1 em; color: #474220}

h3 {  margin-bottom: 2px; margin-top: 0px; font-size: 12px; line-height: 1.5 em; color: #474220}

h4 {  margin-bottom: 2px; font-size: 12px; font-style: italic;  line-height: 1.2 em; color: #474220}

li {  font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; line-height: 1.5em; list-style-type: square; list-style-position: outside; color: #474220}

li.webpages {  font-size: 12px; line-height: 1.5em; color: #474220;}
li.webpages A    { text-decoration: underline;}
li.webpages A:visited { text-decoration: underline;}
li.webpages A:hover  {text-decoration: underline;}

.detailcategory {  margin-bottom: 8px; margin-top: 0px; font-size: 12px; font-weight: 400; line-height: 1.1 em; color: #474220} /*category name on detail pages*/

.detailproduct {  margin-bottom: 8px; margin-top: 0px; font-size: 12px; font-weight: 400; line-height: 1.1 em; color: #5b1400;} /*product name on detail pages*/

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

.cellheader {font-size: 11px; line-height: 1.3em; color: #474220; font-weight: bold; text-decoration: none; }
.cellheader A:visited    {color: #474220; text-decoration: none;}
.cellheader A    {color: #474220; text-decoration: none;}
.cellheader A:hover  {text-decoration: underline;}/*cat name or product name, depending on which cell*/

.biotable { width: 100%; border-bottom: 1px solid #b9b098; margin-bottom: 10px; }
.biotable th { font-size: 14px; color: #474220; background-color: #b9b098; display: block; padding-left: 10px; padding-top: 4px; padding-bottom: 4px; }
.biotable td { padding: 2px 2px 2px 2px; }

.withbackground { font-size: 14px; color: #474220; background-color: #b9b098; display: block; padding-left: 10px; padding-top: 4px; padding-bottom: 4px; margin-top: 10px; }

.celltext {  font-size: 10px; line-height: 1.5em; color: #474220;}
.celltext A    {text-decoration: underline;}
.celltext A:hover  {text-decoration: underline;}

.testimonialcellheader {font-size: 13px; color: #474220; text-decoration: none; font-weight:bold;}
.testimonialcellheader A:visited    {text-decoration: none;}
.testimonialcellheader A    {text-decoration: none;}
.testimonialcellheader A:hover  {text-decoration: underline;}/*item name on the testimonial product list page*/

.testimonialcelltext {  font-size: 12px; line-height: 1.5em; color: #474220;}
.testimonialcelltext A    {text-decoration: underline;}
.testimonialcelltext A:hover  {text-decoration: underline;}

.highlight {  font-size: 12px; font-weight:bold; color: #5b1400; text-decoration: none;}
.highlight A    {text-decoration: underline;}
.highlight A:hover  {text-decoration: underline;}

.freeship {  font-size: 12px; font-weight:bold; color: #5b1400; text-decoration: none;}


.multiheader {  margin-bottom: 8px; margin-top: 0px; font-size: 13px; font-weight: bold; line-height: 1.1 em; color: #474220} /*multilist header*/

.insertlist1 { font-size: 11px; color: #474220; text-decoration: none;}
.insertlist1 A    {text-decoration: underline;}
.insertlist1 A:hover  {text-decoration: underline;} /*youarehere links*/

.nextprev {  font-size: 12px; line-height: 1.5em; color: #474220;}
.nextprev A    { text-decoration: underline;}
.nextprev A:visited { text-decoration: underline;}
.nextprev A:hover  { text-decoration: underline;}

.gotocart {  font-size: 11px; line-height: 1.5em; color: #474220;}
.gotocart A    { text-decoration: underline;}
.gotocart A:visited {text-decoration: underline;}
.gotocart A:hover  { text-decoration: underline;} /*for viewcart links*/

.cellclickhere {  font-size: 11px; line-height: 1.5em; color: #474220;}
.cellclickhere A    { text-decoration: underline;}
.cellclickhere A:visited { text-decoration: underline;}
.cellclickhere A:hover  { text-decoration: underline;}

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

.clickhere {  font-size: 10px; line-height: 1.5em; color: #474220;}
.clickhere A    { text-decoration: underline;}
.clickhere A:visited { text-decoration: underline;}
.clickhere A:hover  { text-decoration: underline;} /*back to top links*/



/*Cart pages and shipping*/

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

.stepson {
	display: inline;
	width: 100px;
	color: #76716e;
	margin-right: 8px;
	padding-left: 15px;
	padding-bottom: 8px;
	background: #fff url(images/cartarrow.gif) left top no-repeat;
	font-weight: bold;
	text-align: left;
}



#cart {
	width: 100%;
}

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

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

.rightbuttons {
	width: 49%;
	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: #b9b098;
}

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

.tablecart tr.bkgnd2 {
	background: #ffffff;
}

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

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

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

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

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

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

.tablecart td.indshipnote {
	color: #5b1400;
	font-weight: bold;
}

.cartbutton {
	font-size: 11px;
	color: #ffffff;
	background: #695e4a;
	display: inline;
}

.instructions {  
	font-size: 12px;
}

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

.continue {
	text-align: right;
}

.continuebutton {
	background: #467082;
	border: 1px solid #695e4a;
	padding: 3px; 
	font-size: 15px; 
	color:#ffffff;
	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 #b9b098;
line-height:1.2em;
z-index:100;
border-right: 2px solid #b9b098;
border-bottom: 2px solid #b9b098;
visibility: hidden;
text-decoration: none;
}

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

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

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


/*Miscellaneous*/

input {margin-top: 0px; margin-bottom: 0px; margin-left: 0px;}

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

.formbuttons {margin-bottom: 8px; }

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

.padding15 { padding-left: 15px; padding-top: 15px; padding-right: 10px; }

.cellpadding { padding: 3px 15px 3px 15px; }

.footer { background-color: #b9b098; padding: 0 ; margin: 0; margin-collapse: collapse; border-top: 3px solid #f5f4f1; border-bottom: 3px solid #f5f4f1; }
.footer td { padding-left: 10px; }

.rightsidebar { width: 150px; background-color: #fff; margin: 0; border: 1px solid #b5ada6; margin-bottom: 10px; }
.rightsidebar td { padding: 5px; }



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

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


table.pmt_table th {
	background-color: #b9b098;
	color: #474220;
	font-weight: bold;
	font-size: 11;
}

table.pmt_table td {
	background-color: #fff;
}

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

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


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


.fancybutton {background: #695e4a; color: rgb(255,255,255);font-style: normal; font-variant: normal; font-family: verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color:#f5f4f1;}



.fancybutton2 {background: #695e4a; color: rgb(255,255,255);font-style: normal; font-variant: normal; font-family: verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color:#f5f4f1;}

.fancybutton3 {background: #467082; font-size: 9px; font-weight: bold; color:#f5f4f1;}

.fancybutton4 {background: #5b1400; font-size: 9px; font-weight: bold; color:#f5f4f1;}
