/*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 {font-family: helvetica, arial, verdana, sans-serif; font-size: 12px; line-height: 1.5em; color: #333333; margin-top:15px;background-color:#383838;background-image:url(/images/black_bg.jpg);background-repeat:repeat-all;}

a:link {color: #868686; text-decoration: underline;}
a:visited {color: #868686; text-decoration: none;}
a:active {color: #868686; text-decoration: none;}
a:hover {color: #996633; text-decoration: underline;}

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

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

/*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*/
.accounttext {font-size: 10px; color:#6b6b6b; text-transform:uppercase;}
.accounttext a {font-size: 10px; color:#6b6b6b; text-transform:uppercase;}
.accounttext a:visited{font-size: 10px; color:#FFCC00; text-transform:uppercase;}
.accounttext a:hover {font-size: 10px; color:#6b6b6b; text-transform:uppercase;}

.logintext {font-size: 12px; color:#A3A3A3;}

/*Main template styles.*/

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

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

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

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

.sidebarheads {  font-size: 15px; font-weight:bold; color: #2853a1; text-decoration: none;} /*Product Category name*/

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

.navlinks1 {  font-size: 12px; color: #868686; text-decoration: none; font-weight:bold; text-transform: uppercase;}
.navlinks1 A    {color: #868686;text-decoration: none;}
.navlinks1 A:visited {color: #868686; text-decoration: none;}
.navlinks1 A:hover  {color: #996633;text-decoration: none;}/*main sidebar links*/

.navlinks2 {  color: #000099; font-size: 12px;text-decoration: none;}
.navlinks2 A    {  color: #000099;text-decoration: underline;}
.navlinks2 A:hover  {  color: #cc0000;text-decoration: underline;}/*links under the masthead if used*/

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

.footername {  color: #ff0033; font-weight:bold; font-family: helvetica, arial, verdana, sans-serif;font-size: 11px;text-decoration: none;}
.footername A    {  color: #ff0000;text-decoration: none;}
.footername A:hover  {  color: #0033cc;text-decoration: none;}

.footertext {color: #b0b0b0; font-family: helvetica, arial, verdana, sans-serif; font-size: 11px;}
.footertext A {color: #996633; text-decoration: underline;}
.footertext A:visited {color: #996633; text-decoration: underline;}
.footertext A:hover {color: #000000;text-decoration: underline;}

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

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



/*index template styles*/

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

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

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

.featuredhead {font-family: helvetica, arial, verdana, sans-serif; font-size: 14px; color: #333366; text-decoration: none; font-weight:bold;}
.featuredhead A    { color: #000000; text-decoration: none;}
.featuredhead A:visited    { color: #996633; text-decoration: none;}
.featuredhead A:hover  { color: #000099; text-decoration: underline;}/*featured product name*/

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

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

.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    {color: #333399; text-decoration: underline;}
.announcementtext A:visited {color: #333399; text-decoration: underline;}
.announcementtext A:hover  {color: #ff0033; text-decoration: underline;}

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



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

h1 {  margin-bottom: 8px; font-family: helvetica, arial, verdana, sans-serif; text-decoration: none; font-size: 18px; font-weight: normal; line-height: 1.1em; color: #666666} /*this is always used for the page title, except home page and product detail pages*/

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

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

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

li {  font-family: helvetica, arial, verdana, sans-serif, 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    {color: #333399; text-decoration: underline;}
li.webpages A:visited {color: #333399; text-decoration: underline;}
li.webpages A:hover  {color: #ff0033; text-decoration: underline;}

.detailcategory {  margin-bottom: 8px; margin-top: 0px; font-family: helvetica, arial, verdana, sans-serif; text-decoration: none; font-size: 18px; font-weight: bold; line-height: 1.1 em; color: #666666} /*category name on detail pages*/

.detailproduct {  margin-bottom: 8px; margin-top: 0px; font-family: helvetica, arial, verdana, sans-serif; text-decoration: none; font-size: 18px; font-weight: bold; line-height: 1.1 em; color: #666666} /*product name on detail pages*/

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

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

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

.testimonialcellheader {font-size: 14px; color: #ff0033; 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-family: helvetica, arial, verdana, sans-serif;  font-size: 13px; font-weight:bold; color: #000000; text-decoration: none;}
.highlight A    {color: #333399;text-decoration: underline;}
.highlight A:hover  {color: #ff0033;text-decoration: underline;}

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

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

.insertlist1 { font-size: 12px;text-decoration: none;}
 /*youarehere links*/

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

.gotocart {  font-size: 13px; line-height: 1.5em; color:#3D3D3D; font-weight:bold;}
.gotocart A {text-decoration:underline;}
.gotocart A:hover {text-decoration:underline;}
/*for viewcart links*/

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

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

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



/*====OLD Cart pages and shipping - DON'T USE====*/

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

.cartproduct {font-size: 12px; color: #666666; font-weight: bold; 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: #FF6600;} 
/*main options line in cart*/


/*NEW 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: #333;
	margin-right: 8px;
	padding-left: 15px;
	background: #fff url(images-mm/cart_arrow.gif) left center no-repeat;
	font-weight: bold;
	text-align: left;
}


#cart {
	width: 100%;
}

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

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

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

.clear {
	clear: both;
}

#cartcontent {
	width: 100%;
}

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

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

.tablecart th.bkgnd1 {
	font-size: 12px;
	font-weight: bold;
	color: #383838;
	padding: 4px;
}

.tablecart tr.bkgnd_white {
	background: #FFFFFF;
}

.tablecart th.bkgnd_white {
	font-size: 12px;
	font-weight: bold;
	color: #383838;
	padding: 4px;
	border-bottom: 1px solid #D9D9D9;
}

.tablecart tr.bkgnd_total {
	background: #FFE6E6;
}

.tablecart th.bkgnd_total {
	font-size: 12px;
	font-weight: bold;
	color: #383838;
	padding: 4px;
	height: 70px;
}

h1.bkgnd_total {
 font-size: 24px;
 margin-bottom: 8px; 
 font-family: helvetica, arial, verdana, sans-serif; 
 text-decoration: none; 
 font-weight: bold; 
 line-height: 1.1em; 
 color: #666666;
}

table.pmt_table {
	border: 1px solid #ddd;
}

table.pmt_table th {
	background-color: #f27966;
	color: #000000;
	list-style-type: disc;
	list-style-position: inside;
	border: 1px solid #D9D9D9;
	font-weight: bold;
	font-size: 10;
}

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

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

.tablecart th.bkgnd2 {
	font-weight: bold;
	padding-top: 5px;
	color:#f27966;
	padding-bottom:20px;
}

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

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

.tablecart tr.bkgnd3 {
	background: #eee;
}/*this is for the background behind the options rows*/

.tablecart tr.bkgnd4 {
	background: #ddd;
}/*this is for the background behind the options subtotal*/

.tablecart td.options {
	font-size: 12px;
}/*this is for the simple options*/

.tablecart td.subhead {  
	font-size: 13px; 
	font-weight: bold; 
	color: #95b15a;
	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  {
	color: #FFFFFF;
	font-weight: normal;
	font-family: helvetica, arial, verdana, sans-serif;
	background-color: #666666;
	margin:0; /*the following 4 styles are to prevent huge buttons in IE*/
	padding:2px 8px 2px 8px;
	width: auto;
	overflow:visible;
	border: 1px solid #FFFFFF;
}

.cartbutton[class] {  /* IE < 7 ignores [class] */
    width: auto; 
} /* cancel margin fix for other browsers */

.cartbutton_simple {
	font-size: 11px;
	padding: 2px;
}/*this is for update cart, calculate shipping, clear cart*/

.cartbutton_continueshopping {
	color: #FFFFFF;
	font-weight: normal;
	font-family: helvetica, arial, verdana, sans-serif;
	background-color: #f27966;/*the arrow for this button is hard-coded on viewcart*/
	font-size: 14px;
	width: 175px;
	padding: 6px;
}/*this is for continue shopping at top of page*/

.cartbutton_continueshopping a {
	color: #FFFFFF;
	text-decoration: none;
}/*this is for the top continue shopping at the top of viewcart since it's not really a button*/

.cartbutton_back {
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	padding-left: 25px;
	background: #f27966 url(images-mm/arrow_back_white.gif) left center no-repeat;
}/*this is for continue shopping and make changes*/

.cartbutton_forward {
	font-size: 16px;
	padding: 6px 30px 6px 6px;
	text-align: right;
	background: #f27966 url(images-mm/arrow_forward_white.gif) center right no-repeat;
}/*this is for proceed to checkout, complete payment, submit order*/

.cartbutton_forwardadd {
	font-size: 12px;
	padding: 4px;
	padding-right: 30px;
	text-align: right;
	background: #ffcc00 url(images-mm/arrow_forward_black.gif) center right no-repeat;
}/*this is for add to cart*/

.cartbutton_forwardsml {
	font-size: 11px;
	padding: 2px;
	padding-right: 25px;
	text-align: right;
	background: #f27966 url(images-mm/arrow_forward_white.gif) center right no-repeat;
}/*this is for any normal size button you want the arrow on*/

.instructions {  
	font-size: 13px;
	color:#f27966;
}

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

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

.continue {
	text-align: right;
}

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

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

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

.hintclick {
	font-size: 12px;
	color: #333333;
}

.cartsmall {  font-size: 12px; line-height: 1.5em; color: #666666;} 

/*Miscellaneous*/

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;
}




.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: #F27966; font-weight:normal; text-decoration: none;}
.errormessageA    {text-decoration: underline;}
.errormessage A:hover  {text-decoration: underline;}


.fancybutton {background: #666666; font-style: normal; font-variant: normal; font-family: helvetica, arial, verdana, sans-serif; font-size: 12px; color:#FFFFFF; border-color: #000000; border-width: 1px; padding:2px 8px 2px 8px}


.fancybutton2 {background: #CCCCCC;font-style: normal; font-variant: normal; font-family: helvetica, arial, verdana, sans-serif; font-size: 12px; font-weight: bold; color:#000000; border-color: #999999; border-width: 1px;}


.itemname {font-size: 10px; font-family: helvetica, arial, verdana, sans-serif; text-decoration: none;}
/*links under item images in each category*/

hr {
	border: 0;
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	width: 100%;
	text-align: left;
}

