/*Datahost stylesheet*/

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

a:link {color: #336699; text-decoration: underline;}
a:visited {color: #336699; text-decoration: underline;}
a:active {color: #336699; text-decoration: underline;}
a:hover {color: #990000; text-decoration: underline;}

/*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; line-height: 1.5em; color: #333333;}


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

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


h1 {  margin-top: 0px; margin-bottom: 18px; font-size: 19px; font-style: normal; font-weight: 400; line-height: 1.1em; color: #cb8640}


h2 {  margin-bottom: 12px; margin-top: 0px; font-size: 14px; font-weight: 600; line-height: 1.1 em; color: #cb8640}


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



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

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: #333333;}

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

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

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


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

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




/*Links and linked lists*/


.navlinks1 {  font-size: 11px; color: #336699; text-decoration: none;}

.navlinks1 A    {color: #336699; text-decoration: none;}

.navlinks1 A:visited {color: #336699; text-decoration: none;}

.navlinks1 A:hover  {color: #990000;text-decoration: none;}



.navlinks2 {  font-size: 11px; color: #ffffff; text-decoration: none;}

.navlinks2 A    {color: #ffffff;text-decoration: none;}

.navlinks2 A:visited {color: #ffffff; text-decoration: none;}

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



.insertlist1 { font-size: 11px; color: #336699; line-height: 1.1 em; text-decoration: none;}

.insertlist1 A    {color: #336699;text-decoration: none;}

.insertlist1 A:visited    {color: #336699;text-decoration: none;}

.insertlist1 A:hover  {color: #990000;text-decoration: none;}




/*Category and product names*/


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

.catname1 A    {text-decoration: underline;}

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




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

.productname1 A    {text-decoration: underline;}

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



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

.productname2 A    {text-decoration: underline;}

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


.productname3 {font-size: 12px; color: #3300cc; 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: #336699; font-family: verdana, Arial, Geneva, sans-serif; font-size: 11px; line-height: 1.4em;}

.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: #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: #2853a1; 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: #2853a1; color: rgb(255,255,255);font-style: normal; font-variant: normal; font-family: verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color:#FFFFFF;}