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

a:link {color: #4C558C; text-decoration: underline;}
a:visited {color: #4F7969; text-decoration: underline;}
a:active {color: #4F7969; text-decoration: underline;}
a:hover {color: #FFCC00; text-decoration: underline;}

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

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

.hmtext {font-family: arial, helvetica, sans-serif; font-size: 12px; line-height: 1.3em; color: #000000; font-weight: normal;}

/*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 inems 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 1em)

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; 
	color: #333333;
}

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

.searchwords {  
	font-size: 10px; 
	color: #333333;
}

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

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

.navlinks1 {  
	font-size: 12px; 
	color: #000099; 
}

.navlinks1 a:link, .navlinks a:visited  {
	color: #000099;
	text-decoration: underline;
}

.navlinks1 a:hover  {
	color: #ff0033;
	text-decoration: underline;
}/*main sidebar links*/

.navlinks2 {  
	color: #000099; 
	font-size: 12px;
}

.navlinks2 a:link, .navlinks2 a:visited {  
	color: #000099;
	text-decoration: underline;
}

.navlinks2 a:hover  {  
	color: #cc0000;
	text-decoration: underline;
}/*links under the masthead if used*/

.sidebarclickhere {  
	font-size: 10px; 
	color: #333333;
}

.locationname {
  color: #ffffff; 
	font-weight:bold; 
	font-size: 10px;
}

.footername {  
	color: #ff0033; 
	font-weight:bold; 
	font-size: 11px;
}

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

.footerlinks {
	color: #000000; 
	font-size: 12px;
}
/*site links in the footer, like home, etc.*/

.siteby {  
	font-size: 10px; 
	color: #333333;
}

.copyright {
	font-size: 11px; 
	color: #333333;
}	

/*index template styles*/

.welcome {  
	margin-top: 0px;
	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; 
	color: #000000;
}
 /*intro paragraph*/

.featuredtitle {  
	font-size: 15px; 
	font-weight:bold; 
	color: #2853a1;
}/*title above the featured items*/

.featuredhead {
	font-size: 14px; 
	color: #ff0033; 
	font-weight:bold;
}

.featuredhead a:link, .featuredhead a:visited { 
	color: #ff0033; 
	text-decoration: none;
}

.featuredhead a:hover  { 
	color: #000099; 
	text-decoration: underline;
}/*featured product name*/

.featuredtext {  
	font-size: 10px; 
}

.featuredclickhere {  
	font-size: 10px; 
}

.announcementhead {
	font-size: 14px; 
	color: #ff0033; 
	font-weight: bold;
}
/*item name*/

.announcementtext {  
	font-size: 10px; 
}

.announcementclickhere {  
	font-size: 10px; 
}

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

h1 {  
	margin-top: 0px;
	margin-bottom: 8px; 
	font-size: 24px; 
	font-weight: bold; 
	line-height: 1.1em; 
	color: #4F7969;
} /*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: bold; 
	line-height: 1.1em; 
	color: #747474;
}

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

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

li {  
	font-size: 11px; 
	list-style-type: square; 
	list-style-position: outside; 
	color: #000000;
}

li.webpages {  
	font-size: 12px; 
}

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

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

.sku {
	font-size: 11px; 
	color: #747474; 
	font-weight: normal;
}

.cellheader {
	font-size: 11px; 
	color: #444444; 
	font-weight: normal;
} 

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

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


.celltext {  
	font-size: 9px; 
	color: #000000;
}

.testimonialcellheader {
	font-size: 14px; 
	color: #ff0033; 
	font-weight: bold;
}

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

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

.testimonialcelltext {  
	font-size: 12px; 
	color: #000000;
}

.highlight {  
	font-size: 12px; 
	font-weight:bold; 
	color: #339900; 
}

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

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

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

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

.insertlist1 { 
	font-size: 11px; 
	color: #000000; 
}
 /*youarehere links*/

.nextprev, .gotocart, .cellclickhere, .clickhere {  
	font-size: 10px; 
}/*clickhere is used for back to top links*/


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


/*Cart pages and shipping*/

th {  
	font-size: 12px; 
	line-height: 1.2em; 
	color: #000000;
}

.instructions {  
	font-size: 12px; 
	color: #333399;
}
 /*instructions under the page title*/

.instructions2 {  
	font-size: 11px; 
	font-weight: bold; 
	color: #333399;
}
 /*instructions under the cart sections; ie, shipping*/

.cartproduct {
	font-size: 12px; 
	color: #3300cc; 
}
 /*products in the cart*/

.cartsmall {  
	font-size: 10px; 
} 
/*main options line in cart*/



/*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;
	font-weight: bold;
	font-size: 10;
}

table.price_table td {
	background-color: #ffffff;
	border: 1px solid #dddddd;
}


table.pmt_table th {
	background-color: #ffcc66;
	color: #000000;
	font-weight: bold;
	font-size: 10;
}

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

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

.errormessage a:link, .errormessage a:visited  {
	color: #ff0033;
	text-decoration: underline;
}

.errormessage a:hover  {
	color: #000099;
	text-decoration: underline;
}


.fancybutton {
	background: #2853a1; 
	font-size: 12px; 
	font-weight: bold; 
	color:#ffffff;
}

.fancybutton2 {
	background: #2853a1; 
	font-size: 11px; 
	font-weight: bold; 
	color:#FFFFFF;
}

.photoinstr {font-size: 11px; 
	color: #333333; font-weight: bold;} 