/*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:Arial, Helvetica, sans-serif; font-size: 14px; color: #663300}

.flag {  font-family:Arial, Helvetica, sans-serif; font-size: 14px; color: #cc0000;font-weight:bold;}


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

p {  font-family:Arial, Helvetica, sans-serif; font-size: 14px; color: #663300}



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


/*Main template styles.*/

/* Home page divs */
#container {width:800px;
            margin: auto auto;border-left:2px solid #005454;border-right:2px solid #005454;}

#logo_left {width:221px;
            height:184px;
            float:left;}

#logo_right {width:69px;
             height:93px;
             float:left;}


#search_nav {width:510px;
             height:93px;
             float:left;
             background-color:#005454;
             vertical-align:bottom;}

#homepage_text {width:275px;
               float:left;
               padding:20px 10px 10px 10px;}

#right_box {width:260px;
            float:right;
            padding-top:20px;}

#home_page_photo {width:250px;
                  text-align:center;}

#features  {width:250px;
            border: 2px solid #005454;
            text-align:center;}


#newoodretail {width:250px;}
              
#categories { width:500px;
              float:left;
              margin-left:10px;}

/* End Home Page Divs */


/* Inside page divs */

#inside_logo_left {width:184px;
            height:181px;
            float:left;}

#inside_logo_right {width:102px;
             height:134px;
             float:left;}


#inside_search_nav {width:514px;
             height:93px;
             float:left;
             background-color:#005454;
             vertical-align:bottom;}

#view_order {float:right;}

table.righttealborder {border-right: 2px solid #005454;}
table.toptealborder {border-top: 2px solid #005454;}


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

.navlink {  font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #005454; font-weight:bold; text-decoration: none;}
.navlink A    {color: #005454;text-decoration: none;font-size: 12px;}
.navlink A:hover  {color: #663300;text-decoration: none;font-size: 12px;}
.navlinkon A    {  color: #663300;text-decoration: none; font-weight:bold;font-size: 12px;}


.navlinks2 {  color: #e0d2b3; font-weight:normal; font-family:Arial,Geneva,sans-serif;font-size: 12px;text-decoration: none;}
.navlinks2 A    {  color: #e0d2b3;text-decoration: underline;}
.navlinks2 A:hover  {  color: #e0d2b3;text-decoration: underline;}



.tan18b {  font-family:Arial, Helvetica, sans-serif; font-size: 18px; color: #e0d2b3; font-weight:bold; text-decoration: none;}
.tan18b A    {color: #e0d2b3;text-decoration: underline;}
.tan18b A:hover  {color: #663300;text-decoration: underline;}


.tan16b {  font-family:Arial, Helvetica, sans-serif; font-size: 16px; color: #e0d2b3; font-weight:bold; text-decoration: none;}
.tan16b A    {color: #e0d2b3;text-decoration: underline;}
.tan16b A:hover  {color: #663300;text-decoration: underline;}


.tan14b {  font-family:Arial, Helvetica, sans-serif; font-size: 14px; color: #e0d2b3; font-weight:bold; text-decoration: none;}
.tan14b A    {color: #e0d2b3;text-decoration: underline;}
.tan14b A:hover  {color: #663300;text-decoration: underline;}


.tan12b {  font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #e0d2b3; font-weight:bold; text-decoration: none;}
.tan12b A    {color: #e0d2b3;text-decoration: underline;}
.tan12b A:hover  {color: #663300;text-decoration: underline;}

.tan12 {  font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #e0d2b3; font-weight:normal; text-decoration: none;}
.tan12 A    {color: #e0d2b3;text-decoration: underline;}
.tan12 A:hover  {color: #663300;text-decoration: underline;}


.tan10b {  font-family:Arial, Helvetica, sans-serif; font-size: 10px; color: #e0d2b3; font-weight:bold; text-decoration: none;}
.tan10b A    {color: #e0d2b3;text-decoration: underline;}
.tan10b A:hover  {color: #663300;text-decoration: underline;}

.tan10 {  font-family:Arial, Helvetica, sans-serif; font-size: 10px; color: #e0d2b3; font-weight:normal; text-decoration: none;}
.tan10 A    {color: #e0d2b3;text-decoration: underline;}
.tan10 A:hover  {color: #663300;text-decoration: underline;}




.black18b {  font-family:Arial, Helvetica, sans-serif; font-size: 18px; color: #000000; font-weight:bold; text-decoration: none;}
.black18b A    {color: #000000;text-decoration: underline;}
.black18b A:hover  {color: #663300;text-decoration: underline;}


.black16b {  font-family:Arial, Helvetica, sans-serif; font-size: 16px; color: #000000; font-weight:bold; text-decoration: none;}
.black16b A    {color: #000000;text-decoration: underline;}
.black16b A:hover  {color: #663300;text-decoration: underline;}


.black14b {  font-family:Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; font-weight:bold; text-decoration: none;}
.black14b A    {color: #000000;text-decoration: underline;}
.black14b A:hover  {color: #663300;text-decoration: underline;}


.black12b {  font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight:bold; text-decoration: none;}
.black12b A    {color: #000000;text-decoration: underline;}
.black12b A:hover  {color: #663300;text-decoration: underline;}

.black12 {  font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight:normal; text-decoration: none;}
.black12 A    {color: #000000;text-decoration: underline;}
.black12 A:hover  {color: #663300;text-decoration: underline;}


.black10b {  font-family:Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight:bold; text-decoration: none;}
.black10b A    {color: #000000;text-decoration: underline;}
.black10b A:hover  {color: #663300;text-decoration: underline;}

.black10 {  font-family:Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight:normal; text-decoration: none;}
.black10 A    {color: #000000;text-decoration: underline;}
.black10 A:hover  {color: #663300;text-decoration: underline;}

.teal18b {  font-family:Arial, Helvetica, sans-serif; font-size: 18px; color: #005454; font-weight:bold; text-decoration: none;}
.teal18b A    {color: #005454;text-decoration: underline;}
.teal18b A:hover  {color: #147d6d;text-decoration: underline;}


.teal16b {  font-family:Arial, Helvetica, sans-serif; font-size: 16px; color: #005454; font-weight:bold; text-decoration: none;}
.teal16b A    {color: #005454;text-decoration: underline;}
.teal16b A:hover  {color: #147d6d;text-decoration: underline;}


.teal14b {  font-family:Arial, Helvetica, sans-serif; font-size: 14px; color: #005454; font-weight:bold; text-decoration: none;}
.teal14b A    {color: #005454;text-decoration: underline;}
.teal14b A:hover  {color: #147d6d;text-decoration: underline;}


.teal12b {  font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #005454; font-weight:bold; text-decoration: none;}
.teal12b A    {color: #005454;text-decoration: underline;}
.teal12b A:hover  {color: #147d6d;text-decoration: underline;}

.teal12 {  font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #005454; font-weight:normal; text-decoration: none;}
.teal12 A    {color: #005454;text-decoration: underline;}
.teal12 A:hover  {color: #147d6d;text-decoration: underline;}

.teal12noline {  font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #005454; font-weight:normal; text-decoration: none;}
.teal12noline A    {color: #005454;text-decoration: none;}
.teal12noline A:hover  {color: #147d6d;text-decoration: none;}


.teal10b {  font-family:Arial, Helvetica, sans-serif; font-size: 10px; color: #005454; font-weight:bold; text-decoration: none;}
.teal10b A    {color: #005454;text-decoration: underline;}
.teal10b A:hover  {color: #147d6d;text-decoration: underline;}


.teal10 {  font-family:Arial, Helvetica, sans-serif; font-size: 10px; color: #005454; font-weight:normal; text-decoration: none;}
.teal10 A    {color: #005454;text-decoration: underline;}
.teal10 A:hover  {color: #147d6d;text-decoration: underline;}




.brown18b {  font-family:Arial, Helvetica, sans-serif; font-size: 18px; color: #663300; font-weight:bold; text-decoration: none;}
.brown18b A    {color: #663300;text-decoration: underline;}
.brown18b A:hover  {color: #005454;text-decoration: underline;}


.brown16b {  font-family:Arial, Helvetica, sans-serif; font-size: 16px; color: #663300; font-weight:bold; text-decoration: none;}
.brown16b A    {color: #663300;text-decoration: underline;}
.brown16b A:hover  {color: #005454;text-decoration: underline;}


.brown14b {  font-family:Arial, Helvetica, sans-serif; font-size: 14px; color: #663300; font-weight:bold; text-decoration: none;}
.brown14b A    {color: #663300;text-decoration: underline;}
.brown14b A:hover  {color: #005454;text-decoration: underline;}


.brown12b {  font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #663300; font-weight:bold; text-decoration: none;}
.brown12b A    {color: #663300;text-decoration: underline;}
.brown12b A:hover  {color: #005454;text-decoration: underline;}

.brown12 {  font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #663300; font-weight:normal; text-decoration: none;}
.brown12 A    {color: #663300;text-decoration: underline;}
.brown12 A:hover  {color: #005454;text-decoration: underline;}

.brown12noline {  font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #663300; font-weight:normal; text-decoration: none;}
.brown12noline A    {color: #663300;text-decoration: none;}
.brown12noline A:hover  {color: #005454;text-decoration: none;}


.brown10b {  font-family:Arial, Helvetica, sans-serif; font-size: 10px; color: #663300; font-weight:bold; text-decoration: none;}
.brown10b A    {color: #663300;text-decoration: underline;}
.brown10b A:hover  {color: #005454;text-decoration: underline;}


.brown10 {  font-family:Arial, Helvetica, sans-serif; font-size: 10px; color: #663300; font-weight:normal; text-decoration: none;}
.brown10 A    {color: #663300;text-decoration: underline;}
.brown10 A:hover  {color: #005454;text-decoration: underline;}



.white18b {  font-family:Arial, Helvetica, sans-serif; font-size: 18px; color: #ffffff; font-weight:bold; text-decoration: none;}
.white18b A    {color: #ffffff;text-decoration: underline;}
.white18b A:hover  {color: #e0d2b3;text-decoration: underline;}


.white16b {  font-family:Arial, Helvetica, sans-serif; font-size: 16px; color: #ffffff; font-weight:bold; text-decoration: none;}
.white16b A    {color: #ffffff;text-decoration: underline;}
.white16b A:hover  {color: #e0d2b3;text-decoration: underline;}


.white14b {  font-family:Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; font-weight:bold; text-decoration: none;}
.white14b A    {color: #ffffff;text-decoration: underline;}
.white14b A:hover  {color: #e0d2b3;text-decoration: underline;}

.white13b {  font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #ffffff; font-weight:bold; text-decoration: none;}
.white13b A    {color: #ffffff;text-decoration: underline;}
.white13b A:hover  {color: #ffffff;text-decoration: underline;}


.white12b {  font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; font-weight:bold; text-decoration: none;}
.white12b A    {color: #ffffff;text-decoration: underline;}
.white12b A:hover  {color: #e0d2b3;text-decoration: underline;}

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


.white10b {  font-family:Arial, Helvetica, sans-serif; font-size: 10px; color: #ffffff; font-weight:bold; text-decoration: none;}
.white10b A    {color: #ffffff;text-decoration: underline;}
.white10b A:hover  {color: #e0d2b3;text-decoration: underline;}

.white10 {  font-family:Arial, Helvetica, sans-serif; font-size: 10px; color: #ffffff; font-weight:normal; text-decoration: none;}
.white10 A    {color: #e0d2b3;text-decoration: underline;}




.red18b {  font-family:Arial, Helvetica, sans-serif; font-size: 18px; color: #d63633; font-weight:bold; text-decoration: none;}
.red18b A    {color: #d63633;text-decoration: underline;}
.red18b A:hover  {color: #005454;text-decoration: underline;}


.red16b {  font-family:Arial, Helvetica, sans-serif; font-size: 16px; color: #d63633; font-weight:bold; text-decoration: none;}
.red16b A    {color: #d63633;text-decoration: underline;}
.red16b A:hover  {color: #005454;text-decoration: underline;}


.red14b {  font-family:Arial, Helvetica, sans-serif; font-size: 14px; color: #d63633; font-weight:bold; text-decoration: none;}
.red14b A    {color: #d63633;text-decoration: underline;}
.red14b A:hover  {color: #005454;text-decoration: underline;}


.red12b {  font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #d63633; font-weight:bold; text-decoration: none;}
.red12b A    {color: #d63633;text-decoration: underline;}
.red12b A:hover  {color: #005454;text-decoration: underline;}

.red12 {  font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #d63633; font-weight:normal; text-decoration: none;}
.red12 A    {color: #d63633;text-decoration: underline;}
.red12 A:hover  {color: #005454;text-decoration: underline;}

.red12noline {  font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #d63633; font-weight:normal; text-decoration: none;}
.red12noline A    {color: #d63633;text-decoration: none;}
.red12noline A:hover  {color: #005454;text-decoration: none;}


.red10b {  font-family:Arial, Helvetica, sans-serif; font-size: 10px; color: #d63633; font-weight:bold; text-decoration: none;}
.red10b A    {color: #d63633;text-decoration: underline;}
.red10b A:hover  {color: #005454;text-decoration: underline;}

.red10 {  font-family:Arial, Helvetica, sans-serif; font-size: 10px; color: #d63633; font-weight:normal; text-decoration: none;}
.red10 A    {color: #e0d2b3;text-decoration: underline;}






.message {  font-family:Arial, Helvetica, sans-serif; font-size: 14px; color: #d63633; font-weight:normal; text-decoration: none;}
.messageA    {color: #d63633;text-decoration: underline;}
.message A:hover  {color: #d63633;text-decoration: underline;}

.blurb1 {  font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #663300; font-weight:normal; text-decoration: none;}
.blurb1 A    {color: #806785;text-decoration: underline;}
.blurb1 A:hover  {color: #663300;text-decoration: underline;}



.blurb2 {  font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #806785; font-weight:normal; text-decoration: none;}
.blurb2 A    {color: #806785;text-decoration: underline;}
.blurb2 A:hover  {color: #663300;text-decoration: underline;}





.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: #e0d2b3; font-weight:bold; font-family:Arial,Geneva,sans-serif;font-size: 14px;text-decoration: none;}
.footername A    {  color: #e0d2b3;text-decoration: none;}
.footername A:hover  {  color: #e0d2b3;text-decoration: none;}

.footertext {color: #e0d2b3; 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;}

.footer {  color: #e0d2b3; font-weight:normal; font-family:Arial,Geneva,sans-serif;font-size: 14px;text-decoration: none;}
.footer A    {  color: #e0d2b3;text-decoration: underline;}
.footer A:hover  {  color: #e0d2b3;text-decoration: underline;}


.footerlinks {  color: #e0d2b3; font-weight:bold; font-family:Arial,Geneva,sans-serif;font-size: 12px;text-decoration: none;}
.footerlinks A    {  color: #e0d2b3;text-decoration: none;}
.footerlinks A:hover  {  color: #e0d2b3;text-decoration: none;}

.divein {  color: #e0d2b3; font-weight:normal; font-family:Arial,Geneva,sans-serif;font-size: 11px;text-decoration: none;}
.divein A    {  color: #e0d2b3;text-decoration: underline;}
.divein A:hover  {  color: #e0d2b3;text-decoration: underline;}


.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 {  font-family:Arial, Helvetica, sans-serif; font-size: 20px; color: #005454;margin-top:0px;}
h1 A    {color: #005454;text-decoration: underline;}
h1 A:hover  {color: #147d6d;text-decoration: underline;}


h2 {  font-family:Arial, Helvetica, sans-serif; font-size: 16px; color: #663300;margin:6px 2px 0 0;}

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

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

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    {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: #ff0033} /*category name on detail pages*/

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

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

.cellheader {font-size: 14px; color: #ff0033; 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: #005454} /*multilist header*/

.insertlist1 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #806785; font-weight:bold; text-decoration: none;}
.insertlist1 A    {color: #806785;text-decoration: underline;}
.insertlist1 A:hover  {color: #663300;text-decoration: underline;}

.insertlist2 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #806785; text-decoration: none;}
.insertlist2 A    {color: #806785;text-decoration: underline;}
.insertlist2 A:hover  {color: #663300;text-decoration: underline;}

.insertlist3 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #806785; text-decoration: none;}
.insertlist3 A    {color: #806785;text-decoration: underline;}
.insertlist3 A:hover  {color: #663300;text-decoration: underline;}

.nextprev {  font-size: 12px; line-height: 1.5em; color: #005454;}
.nextprev A    {color: #005454; text-decoration: underline;}
.nextprev A:visited {color: #005454; text-decoration: underline;}
.nextprev A:hover  {color: #005454; 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-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #005454; text-decoration: none;font-weight:bold;}
.clickhere A    {color: #005454;text-decoration: underline;}
.clickhere A:hover  {color: #663300;text-decoration: underline;}


.youarehere {  color: #d63633; font-weight:bold; font-family:Arial,Geneva,sans-serif;font-size: 12px;text-decoration: none;}
.youarehere A    {  color: #d63633;text-decoration: underline;}
.youarehere A:hover  {  color: #d63633;text-decoration: underline;}



/*Cart pages and shipping*/

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

.instructions {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #005454; text-decoration: none; font-weight:bold;}
.instructions A    {color: #d63633;text-decoration: underline;}
.instructions A:hover  {color: #d63633;text-decoration: underline;}

.instructions12b {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FF0000; text-decoration: none; font-weight:bold;}
.instructions12b A    {color: #dd0218;text-decoration: underline;}
.instructions12b A:hover  {color: #0000ff;text-decoration: underline;}

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

.cartproduct {font-size: 12px; color: #005454; 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*/

.cartheader {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; font-weight:bold; text-decoration: none;}
.cartheader A    {color: #ffffff;text-decoration: underline;}
.cartheader A:hover  {color: #ffffff;text-decoration: underline;}


.cartname {  font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #ffffff; text-decoration: none; font-weight:bold;}
.cartname A    {color: #ffffff;text-decoration: underline;}
.cartname A:hover  {color: #ffffff;text-decoration: underline;}


.catname1 {  font-family:Arial, Helvetica, sans-serif; font-size: 14px; color: #005454; text-decoration: none; font-weight:bold;}
.catname1 A    {color: #005454;text-decoration: underline;}
.catname1 A:hover  {color: #005454;text-decoration: underline;}

.catname2 {  font-family:Arial, Helvetica, sans-serif; font-size: 20px; color: #147d6d; text-decoration: none; font-weight:bold;}
.catname2 A    {color: #147d6d;text-decoration: underline;}
.catname2 A:hover  {color: #806785;text-decoration: underline;}


.subcatname1 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #806785; text-decoration: none;}
.subcatname1 A    {color: #806785;text-decoration: underline;}
.subcatname1 A:hover  {color: #663300;text-decoration: underline;}

.subcatname2 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #806785; text-decoration: none;}
.subcatname2 A    {color: #806785;text-decoration: underline;}
.subcatname2 A:hover  {color: #663300;text-decoration: underline;}



.productname1 {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #663300; text-decoration: none; font-weight:bold;}
.productname1 A    {color: #663300;text-decoration: underline;}
.productname1 A:hover  {color: #005454;text-decoration: underline;}

.productname2 {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #147663300d6d; text-decoration: none; font-weight:bold;}
.productname2 A    {color: #663300;text-decoration: underline;}
.productname2 A:hover  {color: #005454;text-decoration: underline;}

.productname3 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #663300; text-decoration: none; font-weight:normal;}
.productname3 A    {color: #663300;text-decoration: underline;}
.productname3 A:hover  {color: #005454;text-decoration: underline;}

.catblurb {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #6633000; text-decoration: none;}
.catblurb A    {color: #663300;text-decoration: underline;}
.catblurb A:hover  {color: #663300;text-decoration: underline;}


/*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; margin-left:0px;margin-right: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: #005454;color: rgb(255,255,255);font-style: normal; font-variant: normal; font-family:verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color:#ffffff;}
.fancybutton2 {background: #005454;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;}
.fancybutton3 {background: #e0d2b3;color: #005454;font-style: normal; font-variant: normal; font-family:verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;}
.fancybutton4 {background: #663300;color: #ffffff;font-style: normal; font-variant: normal; font-family:verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;}
.fancybuttonr {background: #005454;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: #005454;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;}
