/*Datahost stylesheet for Eugene Running Company */

/*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: Arial, Verdana, helvetica, sans-serif; font-size: 12px; line-height: 1.5em; color: #333333;}

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

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


ul.newgreenarrow {
list-style-image : url("images/green_arrow.gif");
margin:8px 0 0px 0px;
padding-left:0px;
list-style-position:outside;
line-height:1.2em;
color:#333333;
font-size:11px;
text-decoration:none;
}

ul.newgreenarrow A    {color: #333333;text-decoration: none;}
ul.newgreenarrow A:hover  {color: #666666;text-decoration: underline;}

li.newgreenarrow {
   list-style-type:none;
   margin:6px 0 2px 15px;
   padding-left:1px;
   list-style-position:outside;
   line-height:1.2em;
   color:#333333;
   font-size:11px;
   text-decoration:none;
}
li.newgreenarrow A    {color: #333333;text-decoration: none;}
li.newgreenarrow A:hover  {color: #666666;text-decoration: underline;}

p.newgreenarrow {margin-top:0 0; padding: 0 0;}



li.greenarrow {
   background: url(images/green_arrow.gif) left top no-repeat;
   list-style-type:none;
   margin:8px 0 0px 15px;
   padding-left:15px;
   list-style-position:outside;
   line-height:1.2em;
   color:#333333;
   font-size:11px;
   text-decoration:none;
}
li.greenarrow A    {color: #333333;text-decoration: none;}
li.greenarrow A:hover  {color: #666666;text-decoration: underline;}


.verytopnav {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 12px; color: #333333; margin-left:6px;margin-right:6px;font-weight:normal; text-decoration: none;}
.verytopnav A    {color: #333333;text-decoration: none;}
.verytopnav A:hover  {color: #666666;text-decoration: underline;}


.topnav {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 15px; color: #333333; text-decoration: none; line-height: 3.1em;}
.topnav A {  text-decoration: none;color: #333333;}


.yellowcaption {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 12px; color: #F9DA46; font-weight:normal; text-decoration: none; letter-spacing:-.5px;}
.yellowcaption A    {color: #F9DA46;text-decoration: none;}
.yellowcaption A:hover  {color: #F9Da46;text-decoration: underline;}

.yellowbar {background-color:#f3d66d; height:6px; width:800px;margin:0 auto;font-size:6px;}

.yellow14b {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 14px; color: #F9DA46; font-weight:bold; text-decoration: none;}



.quotebox {
	padding: 5px;
	float: right;
	margin: 5px;

}

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




/* Upper Nav & Container are used in both home page and inside pages */
#upper_nav {
width:798px;
margin:8px auto 6px auto;
text-align:center;   }

#container {
width:798px;
border-left:1px solid #333333;
border-right:1px solid #333333;
margin:0 auto; padding:0;   }



/*** Inside Page Styles ***/

#left_inside {
float:left;
width:216px;}

#right_inside {
float:left;
width:560px;  }


#inside_nav {
  width:581px;
  height:45px;
  background:url(images/inside_nav_gradient.jpg);
  background-position: top left;
  background-repeat:repeat-x;}



/******Home page Top Banner********/
#top_banner {
  height:218px;
  width:798px;  }
  
#left_banner {float:left;
  height:218px;
  width:217px;   }


#middle_banner {float:left;
  background:url(images/top_middle_banner.jpg);
  background-position:left top;
  background-repeat: no-repeat;
  height:218px;
  width: 280px;}


#right_banner {float:left;
  background:url(images/top_right_banner.jpg);
  background-position: bottom;
  background-repeat:no-repeat;
  width:301px;
  height:218px;     }
  
#new_to_running {float:left;
  width:203px; height:129px;
  margin-top:30px;  
  background:url(images/new_to_running2.jpg);
  background-position: top right;
  background-repeat:no-repeat;}
  
#new_to_running2 {float:left;
  width:240px; height:200px;
  margin-top:10px; 
  background:url(images/running_groups.jpg);
  background-position: top right;
  background-repeat:no-repeat;}


/******* Home page content in left & right section ******/
#left_section {
   float:left;
   width:496px;
   padding: 0;
   margin:0; }


#right_section {
   float:right;
   width:301px;
   border-left: 1px solid #666666;   
   padding:0;margin:0;}


#gradient {width:496px;
  background:url(images/gradient2.jpg);
  background-position: top left;
  background-repeat:repeat-x;
  height:26px; 
  margin:0;padding:0;    }

#product_spotlight {float:left;
  width:248px;   }




#footer {
  clear:both;
  background:url(images/bottom_banner.jpg);
  background-position: bottom;
  background-repeat:no-repeat;
  height:111px;
  color:#ffffff;   }



.darkgray14b {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 14px; color: #222222; font-weight:bold; text-decoration: none; line-height: 1.5em;}
.darkgray14b A    {color: #222222;text-decoration: none;}
.darkgray14b A:hover  {color: #222222;text-decoration: underline;}



.gray18b {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 18px; color: #666666; font-weight:bold; text-decoration: none; line-height: 1.5em;}
.gray18b A    {color: #666666;text-decoration: none;}
.gray18b A:hover  {color: #666666;text-decoration: underline;}


.gray18 {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 18px; color: #666666; text-decoration: none; line-height: 1.5em;}
.gray18 A    {color: #666666;text-decoration: none;}
.gray18 A:hover  {color: #666666;text-decoration: underline;}


.gray16b {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 16px; color: #666666; font-weight:bold; text-decoration: none; line-height: 1.5em;}
.gray16b A    {color: #666666;text-decoration: none;}
.gray16b A:hover  {color: #666666;text-decoration: underline;}

.gray14b {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 14px; color: #666666; font-weight:bold; text-decoration: none; line-height: 1.1em;}
.gray14b A    {color: #666666;text-decoration: none;}
.gray14b A:hover  {color: #666666;text-decoration: underline;}

.gray20i {  font-family:Arial,Verdana, Helvetica, sans-serif; font-style:italic; font-size: 20px; color: #666666; text-decoration: none; line-height: 1.5em;}
.gray20i A    {color: #666666;text-decoration: none;}
.gray20i A:hover  {color: #666666;text-decoration: underline;}

.gray13b {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 13px; color: #666666; font-weight:bold; text-decoration: none; line-height: 1.5em;}
.gray13b A    {color: #666666;text-decoration: none;}
.gray13b A:hover  {color: #666666;text-decoration: underline;}

.gray13 {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 13px; color: #666666; text-decoration: none; line-height: 1.5em;}
.gray13 A    {color: #666666;text-decoration: none;}
.gray13 A:hover  {color: #666666;text-decoration: underline;}

.gray12bnone {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 12px; color: #666666; font-weight:bold; text-decoration: none; line-height: 1.5em;}
.gray12bline A    {color: #666666;text-decoration: underline;}
.gray12bline A:hover  {color: #666666;text-decoration: underline;}

.gray12b {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 12px; color: #666666; font-weight:bold; text-decoration: none; line-height: 1.5em;}
.gray12b A    {color: #666666;text-decoration: none;}
.gray12b A:hover  {color: #666666;text-decoration: underline;}

.gray12 {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 12px; color: #666666; font-weight:normal; text-decoration: none; line-height: 1.5em;}
.gray12 A    {color: #666666;text-decoration: underline;}
.gray12 A:hover  {color: #666666;text-decoration: none;}

.gray11none{  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 11px; color: #666666; font-weight:normal; text-decoration: none; line-height: 1.5em;}
.gray11none A    {color: #666666;text-decoration: none;}
.gray11none A:hover  {color: #666666;text-decoration: underline;}


.gray11 {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 11px; color: #666666; font-weight:normal; text-decoration: none; line-height: 1.2em;}
.gray11 A    {color: #666666;text-decoration: underline;}
.gray11 A:hover  {color: #666666;text-decoration: underline;}

.gray11b {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 11px; color: #666666; font-weight:bold; text-decoration: none; line-height: 1.3em;}
.gray11b A    {color: #666666;text-decoration: none;}
.gray11b A:hover  {color: #666666;text-decoration: underline;}

.gray10b {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 10px; color: #666666; font-weight:bold; text-decoration: none; line-height: 1.5em;}
.gray10b A    {color: #666666;text-decoration: none;}
.gray10b A:hover  {color: #666666;text-decoration: underline;}


.gray10 {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 10px; color: #666666; font-weight:normal; text-decoration: none; line-height: 1.5em;}
.gray10 A    {color: #666666;text-decoration: none;}
.gray10 A:hover  {color: #666666;text-decoration: underline;}


.green14b {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 14px; color: #324c2c; font-weight:bold; text-decoration: none; line-height: 1.5em;}
.green14b A    {color: #324c2c;text-decoration: underline;}
.green14b A:hover  {color: #666666;text-decoration: underline;}


.green14 {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 14px; color: #324c2c; font-weight:normal; text-decoration: none; line-height: 1.5em;}
.green14 A    {color: #324c2c;text-decoration: underline;}
.green14 A:hover  {color: #666666;text-decoration: underline;}

.green12b {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 12px; color: #324c2c; font-weight:bold; text-decoration: none; line-height: 1.5em;}
.green12b A    {color: #324c2c;text-decoration: underline;}
.green12b A:hover  {color: #666666;text-decoration: underline;}




.green11b {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 11px; color: #324c2c; font-weight:bold; text-decoration: none; line-height: 1.5em;}
.green11b A    {color: #324c2c;text-decoration: none;}
.green11b A:hover  {color: #666666;text-decoration: underline;}


.green11 {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 11px; color: #324c2c; font-weight:normal; text-decoration: none; line-height: 1.5em;}
.green11 A    {color: #324c2c;text-decoration: underline;}
.green11 A:hover  {color: #324c2c;text-decoration: underline;}


.lightgreen12b {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 12px; color: #b1c1b7; font-weight:bold; text-decoration: none; line-height: 1.5em;}
.lightgreen12b A    {color: #b1c1b7;text-decoration: underline;}
.lightgreen12b A:hover  {color: #b1c1b7;text-decoration: underline;}


.orange12b {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 12px; color: #cc6600; font-weight:bold; text-decoration: none; line-height: 1.5em;}
.orange12b A    {color: #cc6600;text-decoration: underline;}
.orange12b A:hover  {color: #cc6600;text-decoration: underline;}




.black18b {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 18px; color: #333333; font-weight:bold; text-decoration: none; line-height: 1.5em;}
.black18b A    {color: #333333;text-decoration: none;}
.black18b A:hover  {color: #666666;text-decoration: underline;}


.black18 {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 18px; color: #333333; text-decoration: none; line-height: 1.5em;}
.black18 A    {color: #333333;text-decoration: none;}
.black18 A:hover  {color: #666666;text-decoration: underline;}


.black16b {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 16px; color: #333333; font-weight:bold; text-decoration: none; line-height: 1.5em;}
.black16b A    {color: #333333;text-decoration: none;}
.black16b A:hover  {color: #666666;text-decoration: underline;}

.black14b {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 14px; color: #333333; font-weight:bold; text-decoration: none; line-height: 1.5em;}
.black14b A    {color: #333333;text-decoration: none;}
.black14b A:hover  {color: #666666;text-decoration: underline;}

.black20i {  font-family:Arial,Arial, verdana, Helvetica, sans-serif; font-style:italic; font-size: 20px; color: #333333; text-decoration: none; line-height: 1.5em;}
.black20i A    {color: #333333;text-decoration: none;}
.black20i A:hover  {color: #666666;text-decoration: underline;}

.black13b {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 13px; color: #333333; font-weight:bold; text-decoration: none; line-height: 1.5em;}
.black13b A    {color: #333333;text-decoration: none;}
.black13b A:hover  {color: #666666;text-decoration: underline;}

.black13 {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 13px; color: #333333; text-decoration: none; line-height: 1.5em;}
.black13 A    {color: #333333;text-decoration: none;}
.black13 A:hover  {color: #666666;text-decoration: underline;}

.black12bnone {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 12px; color: #333333; font-weight:bold; text-decoration: none; line-height: 1.5em;}
.black12bnone A    {color: #333333;text-decoration: underline;}
.black12bnone A:hover  {color: #666666;text-decoration: underline;}

.black12b {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 12px; color: #333333; font-weight:bold; text-decoration: none; line-height: 1.5em;}
.black12b A    {color: #333333;text-decoration: none;}
.black12b A:hover  {color: #666666;text-decoration: underline;}

.black12 {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 12px; color: #333333; font-weight:normal; text-decoration: none; line-height: 1.5em;}
.black12 A    {color: #333333;text-decoration: underline;}
.black12 A:hover  {color: #666666;text-decoration: none;}

.black12none {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 12px; color: #333333; font-weight:normal; text-decoration: none; line-height: 1.5em;}
.black12none A    {color: #333333;text-decoration: underline;}
.black12none A:hover  {color: #666666;text-decoration: none;}

.black11 {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 11px; color: #333333; font-weight:normal; text-decoration: none; line-height: 1.3em;}
.black11 A    {color: #333333;text-decoration: underline;}
.black11 A:hover  {color: #666666;text-decoration: underline;}

.black12none {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 12px; color: #333333; font-weight:normal; text-decoration: none; line-height: 1.2em;}
.black12none A    {color: #333333;text-decoration: none;}
.black12none A:hover  {color: #666666;text-decoration: underline;}

.black11b {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 11px; color: #333333; font-weight:bold; text-decoration: none; line-height: 1.5em;}
.black11b A    {color: #333333;text-decoration: none;}
.black11b A:hover  {color: #666666;text-decoration: underline;}

.black10b {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 10px; color: #333333; font-weight:bold; text-decoration: none; line-height: 1.5em;}
.black10b A    {color: #333333;text-decoration: none;}
.black10b A:hover  {color: #666666;text-decoration: underline;}


.black10 {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 10px; color: #333333; font-weight:normal; text-decoration: none; line-height: 1.5em;}
.black10 A    {color: #333333;text-decoration: none;}
.black10 A:hover  {color: #666666;text-decoration: underline;}




.white12 {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 12px; color: #ffffff; font-weight:normal; text-decoration: none; line-height: 1.3em;}
.white12 A    {color: #ffffff;text-decoration: underline;}
.white12 A:hover  {color: #cccccc;text-decoration: underline;}


.white11none {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 11px; color: #ffffff; font-weight:normal; text-decoration: none; line-height: 1.3em;}
.white11none A    {color: #ffffff;text-decoration: none;}
.white11none A:hover  {color: #cccccc;text-decoration: underline;}

.white12none {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 12px; color: #ffffff; font-weight:normal; text-decoration: none; line-height: 1.3em;}
.white12none A    {color: #ffffff;text-decoration: none;}
.white12none A:hover  {color: #cccccc;text-decoration: underline;}

.white12bnone {  font-family:Arial, verdana, Helvetica, sans-serif; font-size: 12px; color: #ffffff; font-weight:bold; text-decoration: none; line-height: 1.3em;}
.white12bnone A    {color: #ffffff;text-decoration: none;}
.white12bnone A:hover  {color: #cccccc;text-decoration: underline;}



/*Main template 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 {  font-size: 12px; color: #000099; text-decoration: none;} /*next to the search box*/

.navlinks {    font-family:Arial, verdana, Helvetica, sans-serif; font-size: 13px; color: #333333; text-decoration: none; line-height: 3.0em;}
.navlinks A    {color: #333333;text-decoration: none;}
.navlinks A:visited {color: #333333; text-decoration: none;}
.navlinks A:hover  {color: #000000;text-decoration: underline;}/*main sidebar links*/


.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: arial, verdana,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: #ffffff; font-family: arial, verdana, Geneva, sans-serif; font-size: 11px; line-height:1.2em;}
.footertext A {text-decoration: underline;color:#ffffff;}
.footertext A:hover {text-decoration: none;}

.footertextsmall {color: #666666; font-family: arial, verdana, Geneva, sans-serif; font-size: 10px; line-height:1.2em;}
.footertextsmall A {text-decoration: underline;color:#666666;}
.footertextsmall A:hover {text-decoration: none;}

.footerlinks {color: #333333; 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: #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: #2853a1; text-decoration: none;}/*title above the featured items*/

.featuredhead {font-size: 14px; color: #ff0033; text-decoration: none; font-weight:bold;}
.featuredhead A    { color: #ff0033; text-decoration: none;}
.featuredhead A:visited    { color: #ff0033; 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-size: 20px; font-weight: bold; line-height: 1.1em; color: #000000}


 /*this is always used for the page title, except home page and product detail pages*/

h2 {  margin-bottom: 8px; margin-top: 0px; font-size: 16px; line-height: 1.1 em; color: #000000}
h2 A {  margin-bottom: 8px; margin-top: 0px; font-size: 16px; line-height: 1.1 em; color: #000000;text-decoration:none;}




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

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

li {  font-family: arial, verdana, 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    {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-size: 18px; font-weight: bold; line-height: 1.1 em; color: #000000} /*category name on detail pages*/

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

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

.cellheader {font-size: 14px; color: #000000; 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: 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-size: 12px; font-weight:bold; color: #339900; 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: #339900; text-decoration: none;}
.freeship A    {color: #333399;text-decoration: underline;}
.freeship A:hover  {color: #ff0033;text-decoration: underline;}


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

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

.nextprev {  font-size: 10px; line-height: 1.5em; color: #666666;}
.nextprev A    {color: #666666; text-decoration: underline;}
.nextprev A:visited {color: #666666; text-decoration: underline;}
.nextprev A:hover  {color: #333333; 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: #ff0033; text-decoration: underline;} /*for viewcart links*/

.cellclickhere {  font-size: 10px; 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: #ff0033; 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    {color: #333399; text-decoration: underline;}
.clickhere A:visited {color: #333399; text-decoration: underline;}
.clickhere A:hover  {color: #ff0033; text-decoration: underline;} /*back to top links*/



/*Cart pages and shipping*/

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

.instructions {  font-size: 12px; line-height: 1.5em; color: #000000;}
.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: #000000;}
.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    {color: #333399; text-decoration: underline;}
.cartsmall A:visited {color: #333399; text-decoration: underline;}
.cartsmall A:hover  {color: #ff0033; text-decoration: underline;}/*main options line in cart*/



/*Miscellaneous*/

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


#searchbox {height:12px; border-top-width:1px; border-bottom-width:1px; border-left-width:1px; border-right-width:1px; border-style:solid; border-color:#666666;}

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 {
background-color: #ffffff;
font-size: 10px;
color: #000000
}

.attribute select {
background-color: #ffffff;
font-size: 10px;
color: #000000
}

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


.fancybutton {background: #4a6953;font-style: normal; font-variant: normal; font-family: arial, verdana, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color:#ffffff;}
.fancybutton2 {background: #4a6953; font-style: normal; font-variant: normal; font-family: arial, verdana, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color:#FFFFFF;}
.fancybutton3 {background: #4a6953; font-style: normal; font-variant: normal; font-family: arial, verdana, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color:#ffffff;}
.fancybutton4 {background: #4a6953; font-style: normal; font-variant: normal; font-family: arial, verdana, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color:#ffffff;}
.fancybutton5 {background: #4a6953; font-style: normal; font-variant: normal; font-family: arial, verdana, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color:#ffffff;}
.fancybuttonr {background: #4a6953; font-style: normal; font-variant: normal; font-family: arial, verdana, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color:#ffffff;}


