/*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, td, p {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; line-height: 1.5em; color: #333333;}

a:link {color: #b75500; text-decoration: underline;}
a:visited {color: #b75500; text-decoration: underline;}
a:active {color: #b75500; text-decoration: underline;}
a:hover {color: #a6a58b; text-decoration: underline;}

/*Main template styles.*/

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

.search {  font-size: 12px; color: #000099; text-decoration: none;} /*next to the search box*/

.navlinks1 {  font-size: 12px; color: #333333; text-decoration: none;}
.navlinks1 A    {text-decoration: underline;}
.navlinks1 A:visited { text-decoration: underline;}
.navlinks1 A:hover  {text-decoration: underline;}/*main sidebar links*/


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

.footertext {color: #ffffff; font-size: 11px; line-height: 1.3em; }
.footertext A { color: #650d21; text-decoration: underline;}
.footertext A:visited { color: #650d21; text-decoration: underline;}
.footertext A:hover { color: #837D56; text-decoration: underline;}

.sidebartext {color: #ffffff; font-size: 11px; font-weight:bold; line-height: 1.3em; }
.sidebartext A { color: #650d21; text-decoration: underline;}
.sidebartext A:visited { color: #650d21; text-decoration: underline;}
.sidebartext A:hover { color: #837D56; text-decoration: underline;}

.footerlinks {color: #000000; font-size: 11px;text-decoration: none;}
.footerlinks A {text-decoration: none;}
.footerlinks A:visited {text-decoration: none;}
.footerlinks A:hover {text-decoration: none;}/*site links in the footer, like home, etc.*/

.siteby {  font-size: 10px; line-height: 1.3em; color: #ffffff;}
.siteby A    { color: #ffffff; text-decoration: underline;}
.siteby A:visited { color: #ffffff; text-decoration: underline;}
.siteby A:hover  { color: #650d21; text-decoration: underline;}



/*index template styles*/

.sidebar { width: 230px; margin:0; padding:0; border:0; }

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

.intro {  font-size: 11px; line-height: 1.4em; color: #000000;}
.intro A    {text-decoration: underline;}
.intro A:hover  {text-decoration: underline;} /*intro paragraph*/

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

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

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

#homeagent {
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: -1;
}

#homeagentblurb {
	position: relative;
	left: 8px;
	top: 5px;
	text-align:center;
}

.phraseline1 { margin-top: 4px; font-size: 16px; font-weight: bold; margin-bottom: 4px;}

.phraseline2 { font-size: 14px; color: #666666; font-weight: bold;}

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

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

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

#announcement { width: 230; }
#announcement ul { margin-left:0; padding-left:0; font-size: 12px; line-height: 1.3em; }
#announcement li { list-style-type: square; padding-left: 5px; color: #000000; margin-bottom: 5px; }

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

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

h2 {  margin-bottom: 4px; margin-top: 4px; font-size: 16px; font-weight: bold; line-height: 1.1 em; color: #b75500;}

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

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

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

li.webpages {  font-size: 12px; line-height: 1.5em; color: #333333;}
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: 18px; font-weight: bold; line-height: 1.1 em; color: #b75500;} /*category name on detail pages*/

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

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

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

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

.testimonialcellheader {font-size: 13px; color: #b75500; 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: #000000;}
.testimonialcelltext A    {text-decoration: underline;}
.testimonialcelltext A:hover  {text-decoration: underline;}

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

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

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

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

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

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

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

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

.clickhere {  font-size: 10px; line-height: 1.5em; color: #333333;}
.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*/

th {  font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; line-height: 1.2em; color: #000000}

.instructions {  font-size: 12px; line-height: 1.5em; color: #333333;}
.instructions A    {text-decoration: underline;}
.instructions A:hover  {text-decoration: underline;} /*instructions under the page title*/

.instructions2 {  font-size: 11px; font-weight: bold; line-height: 1.5em; color: #333333;}
.instructions2 A    {text-decoration: underline;}
.instructions2 A:hover  {text-decoration: underline;} /*instructions under the cart sections; ie, shipping*/

.cartproduct {font-size: 12px; color: #3300cc; text-decoration: none;}
.cartproduct A    {text-decoration: underline;}
.cartproduct A:hover  {text-decoration: underline;} /*products in the cart*/

.cartsmall {  font-size: 10px; line-height: 1.5em; color: #333333;} 
.cartsmall A    {text-decoration: underline;}
.cartsmall A:visited { text-decoration: underline;}
.cartsmall A:hover  {text-decoration: underline;}/*main options line in cart*/



/*Miscellaneous*/

.small {font-size:10px;}

.red {color:#ff0000;}

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

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

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

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: #ffcc66;
	color: #000000;
	list-style-type: disc;
	list-style-position: inside;
	border: outset,#ffcc66,1px;
	font-weight: bold;
	font-size: 10;
}

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

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

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


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


.fancybutton {background: #b75500; 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:#ffffff;}



.fancybutton2 {background: #b75500; 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:#FFFFFF;}