/*D2000   Datahost stylesheet*/
/* Orange: ffad2d   Red cc0000   Dark Blue 052868 */
/*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: verdana, arial, helvetica, sans-serif; font-size: 12px; line-height: 1.5em; color: #052868;}

a:link {color: #000099; text-decoration: underline;}
a:visited {color: #333399; text-decoration: underline;}
a:active {color: #333399; text-decoration: underline;}
a:hover {color: #cc0000; text-decoration: underline;}

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

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

/*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*/


/*D2000 template styles.*/


.floatrightbox {float:right;background-color:#d6dbef;border: 1px solid #000000;width:200px;padding:10px;margin:8px;}


.lightblue11 {  color: #c9e1f6; text-decoration: none; font-size: 11px; }
.lightblue11 A    {  color: #c9e1f6;text-decoration:underline;}
.lightblue11 A:hover  {  color: #ffffff;text-decoration:underline;}


.blue14b {  color: #052868; text-decoration: none; font-size: 14px; font-weight:bold;}
.blue14b A    {  color: #052868;text-decoration:underline;}
.blue14b A:hover  {  color: #052868;text-decoration:underline;}

.blue14bnone {  color: #052868; text-decoration:none; font-size: 14px; font-weight:bold;}
.blue14bnone A    {  color: #052868;text-decoration:none;}
.blue14bnone A:hover  {  color: #052868;text-decoration:underline;}


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


.blue11 {  color: #052868; text-decoration: none; font-size: 11px; }
.blue11 A    {  color: #052868;text-decoration: underline;}
.blue11 A:hover  {  color: #052868;text-decoration:underline;}

.blue11none {  color: #052868; text-decoration: none; font-size: 11px; }
.blue11none A    {  color: #052868;text-decoration:none;}
.blue11none A:hover  {  color: #052868;text-decoration:underline;}


.blue11b {  color: #052868; text-decoration: none; font-size: 11px; font-weight:bold;}
.blue11b A    {  color: #052868;text-decoration:underline;}
.blue11b A:hover  {  color: #052868;text-decoration:underline;}

.blue11bnone {  color: #052868; text-decoration:none; font-size: 11px; font-weight:bold;}
.blue11bnone A    {  color: #052868;text-decoration:none;}
.blue11bnone A:hover  {  color: #cc0000;text-decoration:underline;}


.navlink {  font-family:verdana,Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; font-weight:normal; text-decoration: none;}
.navlink A    {color: #ffffff;text-decoration: none;}
.navlink A:hover  {color: #ffad2d;text-decoration: none;}
.navlinkon A{  font-family:verdana,Arial, Helvetica, sans-serif; font-size: 12px; color: #ffad2d; font-weight:normal; text-decoration: none;}

.red16b {  font-size: 16px; line-height: 1.5em; color: #cc0000; font-weight:bold;}
.red16b A    {color:#cc0000; text-decoration: underline;}
.red16b A:hover  {text-decoration: underline;}


.red12b {  font-size: 12px; line-height: 1.5em; color: #cc0000; font-weight:bold;}
.red12b A    {color:#cc0000; text-decoration: underline;}
.red12b A:hover  {text-decoration: underline;}

.red12 {  font-size: 12px; line-height: 1.5em; color: #cc0000; font-weight:normal;}
.red12 A    {color:#cc0000; text-decoration: underline;}
.red12 A:hover  {text-decoration: underline;}

.red12none {  font-size: 12px; line-height: 1.5em; color: #cc0000; font-weight:normal;}
.red12none A    {color:#cc0000; text-decoration: none;}
.red12none A:hover  {text-decoration: underline;}


.red11 {  font-size: 11px; line-height: 1.5em; color: #cc0000; font-weight:bold;}
.red11 A    {color:#cc0000; text-decoration: underline;}
.red11 A:hover  {text-decoration: underline;}


.menubar {  color: #ffffff; text-decoration: none; }
.menubar A    {  color: #ffffff;text-decoration: none;}
.menubar A:hover  {  color: #999999;text-decoration: underline;}


.orange12 {  color: #ffad2d; font-size:12px; text-decoration: none; }
.orange12 A    {  color: #ffad2d;font-size:12px; text-decoration: none;}
.orange12 A:visited  {  color: #ffad2d;text-decoration: none;}
.orange12 A:hover  {  color: #052868;text-decoration: none;}


.white11 {  color: #ffffff; font-size: 11px; text-decoration: none;}
.white11 A    {  color: #ffffff;text-decoration: none;}
.white11 A:hover  {  color: #999999;text-decoration: underline;}

.white12 {  color: #ffffff; font-size:12px; text-decoration: none; }
.white12 A    {  color: #ffffff;text-decoration: none;}
.white12 A:visited  {  color: #ffffff;text-decoration: none;}
.white12 A:hover  {  color: #ffad2d;text-decoration: none;}

.white12b {  color: #ffffff; text-decoration: none; font-weight:bold;}
.white12b A    {  color: #ffffff;text-decoration: none;}
.white12b A:hover  {  color: #999999;text-decoration: underline;}

.white13 {  color: #ffffff; font-size: 13px; text-decoration: none;}
.white13 A    {  color: #ffffff;text-decoration: none;}
.white13 A:hover  {  color: #999999;text-decoration: underline;}

.white14 {  color: #ffffff; font-size: 14px; text-decoration: none;}
.white14 A    {  color: #ffffff;text-decoration: none;}
.white14 A:hover  {  color: #999999;text-decoration: underline;}


#upper_nav {
  width:801px;
  margin:0px auto;
  padding-bottom:10px;padding-top:14px;
  text-align:right;
  background-image: url('images/top-white-block.jpg');
  background-repeat: no-repeat;  }


.homeblock { padding: 0 2px 0px 100px; color: #ffffff; }
.homeblock li { color: #ffffff;  font-size: 11px; }
.homeblock A    {color: #ffffff;text-decoration: none;}
.homeblock A:visited {color: #ffffff; text-decoration: none;}
.homeblock A:hover  {color: #052868;text-decoration: underline;}


.darkblue12 { color: #052868; }
.darkblue12 li { color: #052868; }

.darkblue12b {  color: #052868; text-decoration: none; font-weight:bold; font-size:12; }
.darkblue12b A    {  color: #052868;text-decoration: none;}
.darkblue12b A:hover  {  color: #999999;text-decoration: underline;}



.leftnav1 { color: #ffffff;  }
.leftnav1 li {  list-style-type: disc; list-style-position: outside; color: #ffffff} 
.leftnav1 A    {color: #ffffff;text-decoration: none;}
.leftnav1 A:visited {color: #ffffff; text-decoration: none;}
.leftnav1 A:hover  {color: #c9e1f6;text-decoration: underline;}/*main sidebar links*/

#sidebartext { color: #ffffff;  
               font-weight:normal;
               font-size:12px;
               letter-spacing:1.2px;
               text-align: left; margin: 12px 6px;
               border: 2px dashed #8292C4;
               padding:8px;}
               

#sidebarcaption_blue { color: #ffffff;  width:154px;
               background-color:#4f66b2;
               font-weight:normal;
               font-size:16px;
               letter-spacing:1.2px;
               text-align: left; 
               padding: 6px 6px 6px 6px;
               text-transform: uppercase;
               padding:8px;}
 
 #sidebarcaption_red { color: #ffffff;  width:154px;
               background-color:#cc0000;
               font-weight:normal;
               font-size:16px;
               letter-spacing:1.2px;
               text-align: left; 
               padding: 6px 6px 6px 6px;
               text-transform: uppercase;
               padding:8px;}

#sidebarcaption_orange { color: #ffffff;  width:154px;
               background-color:#fb7b00;
               font-weight:normal;
               font-size:16px;
               letter-spacing:1.2px;
               text-align: left; 
               padding: 6px 6px 6px 6px;
               text-transform: uppercase;
               padding:8px;}
               
               
               

               
.sidebartextbak { color: #ffffff;  
font-weight:bold;
font-size:11px;
letter-spacing:1px;
text-align: left; margin: 12px 6px;}


.dashed_border {border: 2px dashed #8292C4; padding: 10px;}

.cancel_policy {font-style: italic; font-size: 10px;}


/* Default styles */

.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 {color: #000099; text-decoration: none;} /*next to the search box*/

.navlinks1 {color: #000099; text-decoration: none;}
.navlinks1 A    {color: #000099;text-decoration: underline;}
.navlinks1 A:visited {color: #000099; text-decoration: underline;}
.navlinks1 A:hover  {color: #cc0000;text-decoration: underline;}/*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: #cc0000; text-decoration: underline;}

.footername {  color: #cc0000; font-weight:bold; font-family: verdana, Arial,Geneva,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: #052868; font-family: verdana, Arial, Geneva, sans-serif; font-size: 11px;}
.footertext A {text-decoration: underline;}
.footertext A:visited {text-decoration: underline;}
.footertext A:hover {text-decoration: underline;}

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

.siteby {  font-size: 10px; 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: #cc0000; text-decoration: underline;}



/*index template styles*/

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

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

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

.featuredhead {font-size: 14px; color: #cc0000; text-decoration: none; font-weight:bold;}
.featuredhead A    { color: #cc0000; text-decoration: none;}
.featuredhead A:visited    { color: #cc0000; 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: #cc0000; 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: #cc0000; text-decoration: underline;}

.announcementhead {font-size: 14px; color: #cc0000; 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: #cc0000; 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: #cc0000; text-decoration: underline;}



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

h1 {  margin-top: 1px;margin-bottom: 8px; font-size: 18px; font-weight: bold; line-height: 1.1em; color: #cc0000} /*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: #cc0000}

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

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

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

li.webpages { 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: #cc0000; text-decoration: underline;}

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

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

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

.cellheader {font-size: 14px; color: #cc0000; 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: #052868;}
.celltext A    {text-decoration: underline;}
.celltext A:hover  {text-decoration: underline;}

.testimonialcellheader {font-size: 14px; color: #cc0000; 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 { line-height: 1.5em; color: #052868;}
.testimonialcelltext A    {text-decoration: underline;}
.testimonialcelltext A:hover  {text-decoration: underline;}

.highlight { font-weight:bold; color: #ff0000; text-decoration: none;}
.highlight A    {color: #ff0000;text-decoration: underline;}
.highlight A:hover  {color: #052868;text-decoration: underline;}

.freeship { font-weight:bold; color: #339900; text-decoration: none;}
.freeship A    {color: #333399;text-decoration: underline;}
.freeship A:hover  {color: #cc0000;text-decoration: underline;}


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

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

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

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

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

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

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



/*Cart pages and shipping*/

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

.instructions {line-height: 1.5em; color: #333399;}
.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: #333399;}
.instructions2 A    {text-decoration: underline;}
.instructions2 A:hover  {text-decoration: underline;} /*instructions under the cart sections; ie, shipping*/

.cartproduct {color: #052868; 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    {color: #333399; text-decoration: underline;}
.cartsmall A:visited {color: #333399; text-decoration: underline;}
.cartsmall A:hover  {color: #cc0000; text-decoration: underline;}/*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: #052868;
	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: #052868;
	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: 12px; line-height: 1.2em; font-weight: bold; color: #052868;}

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


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


.fancybutton {background: #2853a1; color: rgb(255,255,255);font-style: normal; font-variant: normal; font-family: verdana, Arial, Helvetica, sans-serif; font-weight: bold; color:#ffffff;}

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

.fancybuttonc {background: #2853a1; color: rgb(255,255,255);font-style: normal; font-variant: normal; font-family: verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color:#FFFFFF;}