/*Datahost stylesheet*/

body {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px;  color: #000000;}

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

*/


/*The non-span styles.*/

/* Note: All styles will use body info unless specified differently in a particular style*/



td {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px;  color: #000000;}


p {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px;  color: #000000;}
 

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


h1 {  margin-bottom: 8px; font-size: 20px; font-weight: bold; line-height: 1.1em; color: #cc0000}


h2 {  margin-bottom: 8px; margin-top: 0px; font-size: 18px; font-weight: bold; line-height: 1.1 em; color: #000000}


h3 {  margin-bottom: 2px; margin-top: 0px; font-size: 16px; font-weight: 600; line-height: 1.5 em; color: #000000}


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}

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

form {margin-top: 0px; margin-bottom: 0px; }


/*Span text styles*/


.small {  font-size: 10px; line-height: 1.5em; color: #000000;}

.small A    {color: #333399; text-decoration: underline;}

.small A:visited {color: #333399; text-decoration: underline;}

.small A:hover  {color: #ff0033; text-decoration: underline;}


.large {  font-size: 13px; line-height: 1.5em; color: #000000;}

.large A    {text-decoration: underline;}

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



.white18b {  font-family:trebuchet ms,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: #ff9900;text-decoration: underline;}


.white16b {  font-family:trebuchet ms,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: #ff9900;text-decoration: underline;}


.white14b {  font-family:trebuchet ms,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: #ff9900;text-decoration: underline;}


.white12b {  font-family:trebuchet ms,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: #ff9900;text-decoration: underline;}

.white12 {  font-family:trebuchet ms,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: #ff9900;text-decoration: underline;}


.white10b {  font-family:trebuchet ms,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: #ff9900;text-decoration: underline;}

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




.black18b {  font-family:trebuchet ms,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: #cc0000;text-decoration: underline;}


.black16b {  font-family:trebuchet ms,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: #cc0000;text-decoration: underline;}


.black14b {  font-family:trebuchet ms,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: #cc0000;text-decoration: underline;}

.black14bi {  font-family:trebuchet ms,Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; font-weight:bold; text-decoration: none; font-style:italic;}
.black14bi A    {color: #000000;text-decoration: underline;}
.black14bi A:hover  {color: #cc0000;text-decoration: underline;}


.black12b {  font-family:trebuchet ms,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: #cc0000;text-decoration: underline;}

.black12 {  font-family:trebuchet ms,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: #cc0000;text-decoration: underline;}


.black10b {  font-family:trebuchet ms,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: #cc0000;text-decoration: underline;}

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



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


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


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

.red14 {  font-family:trebuchet ms,Arial, Helvetica, sans-serif; font-size: 14px; color: #cc0000; font-weight:normal; text-decoration: none;}
.red14 A    {color: #cc0000;text-decoration: underline;}
.red14 A:hover  {color: #000000;text-decoration: underline;}


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

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


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

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



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


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


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


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

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


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

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





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


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


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


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

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


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

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
















/*Links and linked lists*/


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



.instructions {  font-family:trebuchet ms,Arial, Helvetica, sans-serif; font-size: 14px; color: #3399cc; font-weight:bold; text-decoration: none;}
.instructions A    {color: #3399cc;text-decoration: underline;}
.instructions A:hover  {color: #3399cc;text-decoration: underline;}





.navlinks1 {  font-size: 12px; color: #000099; font-weight: bold; text-decoration: none;}

.navlinks1 A    {color: #000099;text-decoration: underline;}

.navlinks1 A:visited {color: #7f7fcc; text-decoration: underline;}

.navlinks1 A:hover  {color: #cc0000;text-decoration: underline;}



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

.navlinks2 A    {  color: #000099;text-decoration: underline;}

.navlinks2 A:hover  {  color: #cc0000;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;}



.insertlist1 { font-size: 11px; color: #339900; text-decoration: none;}

.insertlist1 A    {color: #333399;text-decoration: underline;}

.insertlist1 A:hover  {color: #ff0033;text-decoration: underline;}




/*Category and product names*/


.catname1 {font-size: 14px; color: #cc0000; font-weight: bold; text-decoration: none; }

.catname1 A    {text-decoration: underline;}

.catname1 A:hover  {text-decoration: underline;}




.productname1 {font-size: 18px; color: #cc0000; font-weight: bold; text-decoration: none; }

.productname1 A    {text-decoration: underline;}

.productname1 A:hover  {text-decoration: underline;}



.productname2 {font-size: 13px; color: #cc0000; text-decoration: none; font-weight:bold;}

.productname2 A    {text-decoration: underline;}

.productname2 A:hover  {text-decoration: underline;}


.productname3 {font-size: 12px; color: #cc0000; text-decoration: none;}

.productname3 A    {text-decoration: underline;}

.productname3 A:hover  {text-decoration: underline;}



/*Footer name and text*/


.footername {  color: #ff0033; 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: #000000; 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;}




/*Other*/


.label {  font-size: 11px; line-height: 1.2em; font-weight: bold; color: #000000;}

.attribute {  font-size: 11px; line-height: 1.2em; 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: #cc0000; 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;}



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