/*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: verdana, arial, helvetica, sans-serif; font-size: 12px; line-height: 1.5em; color: #333333; background-image: url('images/orange-bkg.jpg');}


a:link {color: #333333; text-decoration: underline;}
a:visited {color: #666666; text-decoration: underline;}
a:active {color: #333399; text-decoration: underline;}
a:hover {color: #660000; text-decoration: underline;}

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

p {font-family: verdana, arial, helvetica, 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*/


/*Van-Cafe styles.*/

#container { margin: 0 auto; width:852px;}
#bodycontents { padding-left:6px; }


/* #waitress {  width:852px; height:205; background-image: url('images/waitress-bkg2.gif'); background-repeat:no-repeat;background-position:top left;   } */
#waitress1 {  width:852px; height:212; background-image: url('images/waitress1.gif'); background-repeat:no-repeat;background-position:top left;   }
#waitress2 {  width:852px; height:212; background-image: url('images/waitress2.gif'); background-repeat:no-repeat;background-position:top left;   }


#midnav {  width:808px; background-color:#d4660d; background-image: url('images/midnav-bkg2.jpg'); background-repeat:no-repeat;background-position:top left; }

/* kfb 2/24/09 - no longer used - see index.html */
#bodyvan {  width:808px; background-color:#d4660d; background-image: url('images/bgvan_index2.jpg'); background-repeat:no-repeat;background-position:top left;}



#needhelp {  background-image: url('images/need-help-bkg.gif'); background-repeat:no-repeat;background-position:top left; padding-top:5px;  }

#mtbody {  width:808px; background-color:#ffffff; background-image: url('images/mt-body-bkg.jpg'); background-repeat:repeat; }

#mtgreenline {  width:1px; background-color:#ffffff; background-image: url('images/mt-green-line.gif'); background-repeat:repeat-y; }

#mtsidebar {  background-image: url('images/mt-sidebar-stars-bkg.jpg'); background-repeat:no-repeat;background-position:bottom right; }

#leftnavigation {margin-left:15px; margin-bottom:8px;}


.leftnavigation {  font-family:Verdana, Helvetica, sans-serif; font-size: 11px; color: #8c8d1b; font-weight:normal; text-decoration: none; line-height:1.4em;}
.leftnavigation A    {color: #8c8d1b;text-decoration: none; line-height:1.4em;}
.leftnavigation A:hover  {color: #8c8d1b;text-decoration: underline; line-height:1.4em;}


.certificate { padding: 0; margin: 0; border: 1px solid #333333; background-color: #dc7b0b; }
.certificate td { padding: 5px; }



#footer { float:right; padding-right:53px; padding-top:6px; text-align:right;}

.topnavlinks					 {  font-size: 13px; color: #ffffff; text-decoration: none; padding-left:7px;padding-top:5px;}
.topnavlinks A   				 {color: #ffffff;text-decoration: none;}
.topnavlinks A:visited		 {color: #ffffff; text-decoration: none;}
.topnavlinks A:hover  		{color: #660000;text-decoration: underline;}

.midnavlinks					 {  font-size: 14px; color: #660000; font-weight:bold; text-decoration: none; text-align:center; padding-top:6px;padding-bottom:6px;}
.midnavlinks A   				 {color: #660000;text-decoration: none;}
.midnavlinks A:visited		 {color: #660000; text-decoration: none;}
.midnavlinks A:hover  		{color: #ffffff;text-decoration: underline;}

.prodcelltitle { font-size: 12px; color: #660000; text-decoration: none;}
.prodcelltitle A    {color: #660000;text-decoration: underline;}
.prodcelltitle A:hover  {color: #333333;text-decoration: underline;} /*youarehere links*/



.spotlight					 {  font-size:13px; font-style:bold; color:#ffffc3; line-height: 1.4em;}
.spotlight a   				 {color: #ffffc3; text-decoration: none;}
.spotlight a:visited		 {color: #ffffc3; text-decoration: none;}
.spotlight a:hover  		{color: #ffffff;text-decoration: underline;}



.cafespecial					 {  font-size: 11px; color: #792c03;  text-decoration: none; text-align:center; padding-top:6px;padding-bottom:6px;}
.cafespecial a   				 {color: #792c03; text-decoration: none;}
.cafespecial a:visited		 {color: #792c03; text-decoration: none;}
.cafespecial a:hover  		{color: #000000;text-decoration: underline;}

.cafespecialb					 {  font-size: 11px; color: #792c03; font-weight:bold; text-decoration: none; text-align:center; padding-top:6px;padding-bottom:6px;}
.cafespecialb a   				 {color: #792c03; text-decoration: none;}
.cafespecialb a:visited		 {color: #792c03; text-decoration: none;}
.cafespecialb a:hover  		{color: #000000;text-decoration: underline;}



.whatsnew					 {  font-size: 11px; color: #8c8d1b;  text-decoration: none; text-align:center; padding-top:6px;padding-bottom:6px;}
.whatsnew a   				 {color: #8c8d1b; text-decoration: none;}
.whatsnew a:visited		 {color: #8c8d1b; text-decoration: none;}
.whatsnew a:hover  		{color: #000000;text-decoration: underline;}

.whatsnewb					 {  font-size: 11px; color: #8c8d1b; font-weight:bold; text-decoration: none; text-align:center; padding-top:6px;padding-bottom:6px;}
.whatsnewb a   				 {color: #8c8d1b; text-decoration: none;}
.whatsnewb a:visited		 {color: #8c8d1b; text-decoration: none;}
.whatsnewb a:hover  		{color: #000000;text-decoration: underline;}


.gray12bnone {  font-family:Verdana, Helvetica, sans-serif; font-size: 12px; color: #333333; font-weight:bold; text-decoration: none;}
.gray12bnone A    {color: #333333;text-decoration: none;}
.gray12bnone A:hover  {color: #792c03;text-decoration: none;}


.gray12 {  font-family:Verdana, Helvetica, sans-serif; font-size: 12px; color: #333333; font-weight:normal; text-decoration: none;}
.gray12 A    {color: #333333;text-decoration: none;}
.gray12 A:hover  {color: #792c03;text-decoration: none;}




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



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


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



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

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


.red14bline {  font-family:Verdana, Helvetica, sans-serif; font-size: 14px; color: #792c03; font-weight:bold; text-decoration: none;}
.red14bline A    {color: #792c03;text-decoration: underline;}
.red14bline A:hover  {color: #792c03;text-decoration: underline;}



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


.red13b {  font-family:Verdana, Helvetica, sans-serif; font-size: 13px; color: #792c03; font-weight:bold; text-decoration: none;}
.red13b A    {color: #792c03;text-decoration: none;}
.red13b A:hover  {color: #792c03;text-decoration: underline;}


.red12bline {  font-family:Verdana, Helvetica, sans-serif; font-size: 12px; color: #792c03; font-weight:bold; text-decoration: none;}
.red12bline A    {color: #792c03;text-decoration: underline;}
.red12bline A:hover  {color: #792c03;text-decoration: underline;}

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

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

.red11 {  font-family:Verdana, Helvetica, sans-serif; font-size: 11px; color: #792c03; font-weight:normal; text-decoration: none;}
.red11 A    {color: #792c03;text-decoration: none;}
.red11 A:hover  {color: #792c03;text-decoration: underline;}

.red11line {  font-family:Verdana, Helvetica, sans-serif; font-size: 11px; color: #792c03; font-weight:normal; text-decoration: none;}
.red11line A    {color: #792c03;text-decoration: underline;}
.red11line A:hover  {color: #792c03;text-decoration: underline;}

.red11bline {  font-family:Verdana, Helvetica, sans-serif; font-size: 11px; color: #792c03; font-weight:bold; text-decoration: none;}
.red11bline A    {color: #792c03;text-decoration: underline;}
.red11bline A:hover  {color: #792c03;text-decoration: underline;}

.red11b {  font-family:Verdana, Helvetica, sans-serif; font-size: 11px; color: #792c03; font-weight:bold; text-decoration: none;}
.red11b A    {color: #792c03;text-decoration: none;}
.red11b A:hover  {color: #792c03;text-decoration: underline;}

.red10 {  font-family:Verdana, Helvetica, sans-serif; font-size: 10px; color: #792c03; font-weight:normal; text-decoration: none; line-height: 100%}
.red10 A    {color: #792c03;text-decoration: none;}
.red10 A:hover  {color: #792c03;text-decoration: underline;}



.green18b {  font-family:Verdana, Helvetica, sans-serif; font-size: 18px; color: #8c8d1b; font-weight:bold; text-decoration: none;}
.green18b A    {color: #8c8d1b;text-decoration: none;}
.green18b A:hover  {color: #8c8d1b;text-decoration: underline;}

.green16b {  font-family:Verdana, Helvetica, sans-serif; font-size: 16px; color: #8c8d1b; font-weight:bold; text-decoration: none;}
.green16b A    {color: #8c8d1b;text-decoration: none;}
.green16b A:hover  {color: #8c8d1b;text-decoration: underline;}

.green14b {  font-family:Verdana, Helvetica, sans-serif; font-size: 14px; color: #8c8d1b; font-weight:bold; text-decoration: none;}
.green14b A    {color: #8c8d1b;text-decoration: none;}
.green14b A:hover  {color: #8c8d1b;text-decoration: underline;}


.green13b {  font-family:Verdana, Helvetica, sans-serif; font-size: 13px; color: #8c8d1b; font-weight:bold; text-decoration: none;}
.green13b A    {color: #8c8d1b;text-decoration: none;}
.green13b A:hover  {color: #8c8d1b;text-decoration: underline;}


.green12bline {  font-family:Verdana, Helvetica, sans-serif; font-size: 12px; color: #8c8d1b; font-weight:bold; text-decoration: none;}
.green12bline A    {color: #8c8d1b;text-decoration: underline;}
.green12bline A:hover  {color: #8c8d1b;text-decoration: underline;}

.green12b {  font-family:Verdana, Helvetica, sans-serif; font-size: 12px; color: #8c8d1b; font-weight:bold; text-decoration: none;}
.green12b A    {color: #8c8d1b;text-decoration: none;}
.green12b A:hover  {color: #8c8d1b;text-decoration: underline;}

.green12 {  font-family:Verdana, Helvetica, sans-serif; font-size: 12px; color: #8c8d1b; font-weight:normal; text-decoration: none;}
.green12 A    {color: #8c8d1b;text-decoration: underline;}
.green12 A:hover  {color: #8c8d1b;text-decoration: none;}

.green11 {  font-family:Verdana, Helvetica, sans-serif; font-size: 11px; color: #8c8d1b; font-weight:normal; text-decoration: none;}
.green11 A    {color: #8c8d1b;text-decoration: none;}
.green11 A:hover  {color: #8c8d1b;text-decoration: underline;}

.green11line {  font-family:Verdana, Helvetica, sans-serif; font-size: 11px; color: #8c8d1b; font-weight:normal; text-decoration: none;}
.green11line A    {color: #8c8d1b;text-decoration: underline;}
.green11line A:hover  {color: #8c8d1b;text-decoration: underline;}


.green11bshort {  font-family:Verdana, Helvetica, sans-serif; font-size: 11px; color: #8c8d1b; font-weight:bold; text-decoration: none; line-height: 1.1em; }
.green11bshort A    {color: #8c8d1b;text-decoration: none;line-height: 1.1em; }
.green11bshort A:hover  {color: #8c8d1b;text-decoration: underline;line-height: 1.1em; }


.green11b {  font-family:Verdana, Helvetica, sans-serif; font-size: 11px; color: #8c8d1b; font-weight:bold; text-decoration: none;}
.green11b A    {color: #8c8d1b;text-decoration: none;}
.green11b A:hover  {color: #8c8d1b;text-decoration: underline;}

.green10 {  font-family:Verdana, Helvetica, sans-serif; font-size: 10px; color: #8c8d1b; font-weight:normal; text-decoration: none; line-height: 100%}
.green10 A    {color: #8c8d1b;text-decoration: none;}
.green10 A:hover  {color: #8c8d1b;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*/

.navlinks1 {  font-size: 12px; color: #000099; text-decoration: none;}
.navlinks1 A    {color: #000099;text-decoration: underline;}
.navlinks1 A:visited {color: #000099; text-decoration: underline;}
.navlinks1 A:hover  {color: #660000;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: #660000; text-decoration: underline;}

.footername {  color: #660000; 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_lg {color: #ffffc3; font-family: verdana, Arial, Geneva, sans-serif; font-size: 14px; font-weight:bold;}

.footertext {color: #ffffc3; font-family: verdana, Arial, Geneva, sans-serif; font-size: 12px;}
.footertext A {color: #ffffc3; text-decoration: none;}
.footertext A:visited {color: #ffffc3; text-decoration: none;}
.footertext A:hover {color: #792c03; text-decoration: underline;}

.footerlinks {color: #000000; 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: #660000; text-decoration: underline;}



/*index template styles*/

.welcome {  margin-bottom: 8px; font-size: 24px; font-weight: bold; line-height: 1.1em; color: #660000} /*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: #660000; text-decoration: none; font-weight:bold;}
.featuredhead A    { color: #660000; text-decoration: none;}
.featuredhead A:visited    { color: #660000; 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: #660000; 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: #660000; text-decoration: underline;}

.announcementhead {font-size: 14px; color: #660000; 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: #660000; 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: #660000; 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: #660000} /*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: #660000}

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

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

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}

ul.navigation {margin-left:-30px;}


li.navigation {  font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; line-height: 1.4em; list-style-type: none; list-style-position: outside; color: #8c8d1b;}
li.navigation A{  font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; line-height: 1.4em; list-style-type: none; list-style-position: outside; color: #8c8d1b; text-decoration:none;}
li.navigation A:visited {  font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; line-height: 1.4em; list-style-type: none; list-style-position: outside; color: #8c8d1b;text-decoration:none;}
li.navigation A:hover{  font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; line-height: 1.4em; list-style-type: none; list-style-position: outside; color: #792c03;text-decoration:underline;}


navlink {  font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; line-height: 1.5em; list-style-type: square; list-style-position: outside; color: #8c8d1b;}
navlink A {  font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; line-height: 1.5em; list-style-type: square; list-style-position: outside; color: #8c8d1b;}
navlink A:visited {  font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; line-height: 1.5em; list-style-type: square; list-style-position: outside; color: #8c8d1b;}
navlink A:hover {  font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; line-height: 1.5em; list-style-type: square; list-style-position: outside; color: #8c8d1b;}
navlinkon A {  font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; line-height: 1.5em; list-style-type: square; list-style-position: outside; color: #792c03;}



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: #660000; text-decoration: underline;}

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

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

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

.cellheader {font-size: 13px; color: #660000; text-decoration: none; font-weight:bold;line-height: 1.6 em;}
.cellheader A:visited    {text-decoration: none;line-height: 1.6 em;}
.cellheader A    {text-decoration: none;line-height: 1.6 em;}
.cellheader A:hover  {text-decoration: underline;line-height: 1.6 em;}/*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;}

.pricetext {  font-size: 12px; line-height: 1.5em; color: #660000;}
.pricetext A    {text-decoration: underline;}
.pricetext A:hover  {text-decoration: underline;}

.testimonialcellheader {font-size: 14px; color: #660000; 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: #660000; text-decoration: none;}
.highlight A    {color: #660000;text-decoration: none;}
.highlight A:hover  {color: #000000;text-decoration: underline;}

.highlightsm {  font-size: 11px; font-style:italic; color: #000000; text-decoration: none;}
.highlightsm A    {color: #000000;text-decoration: none;}
.highlightsm A:hover  {color: #000000;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: #660000;text-decoration: underline;}


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

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

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

.cellclickhere {  font-size: 12px; line-height: 1.5em; color: #660000;}
.cellclickhere A    {color: #660000; text-decoration: underline;}
.cellclickhere A:visited {color: #660000; text-decoration: underline;}
.cellclickhere A:hover  {color: #333333; 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: #660000; text-decoration: underline;} /*back to top links*/



/*Cart pages and shipping*/

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

.instructions {  font-size: 12px; line-height: 1.5em; color: #792c03;}
.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: #792c03;}
.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: #660000; text-decoration: underline;}/*main options line in cart*/



/*Miscellaneous*/

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

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: 12px; line-height: 1.2em; font-weight: bold; color: #333333;}

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


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


.fancybutton {background: #792c03; 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;}


.fancybuttonr {background: #792c03; color: rgb(255,255,255);font-style: normal; font-variant: normal; font-family: verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color:#ffffff;}



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

/* IE was making this button too wide so I added a width */

.fancybuttonc {background: #792c03; color: rgb(255,255,255);font-style: normal; font-variant: normal; font-family: verdana, Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; color:#FFFFFF;width:135px;}


.fancybutton3 {background: #ffd498; 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:#660000;}

