/*Datahost stylesheet*/

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

a:link {color: #d97c63; text-decoration: underline;}
a:visited {color: #d97c63; text-decoration: underline;}
a:active {color: #d97c63; text-decoration: underline;}
a:hover {color: #cc664d; 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; line-height: 1.2em; color: #000000}


h1 {  margin-bottom: 8px; font-size: 24px; font-weight: 400; line-height: 1.1em; color: #aec76c}


h2 {  margin-bottom: 8px; margin-top: 0px; font-size: 20px; font-weight: 400; line-height: 1.1 em; color: #aec76c}


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


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


li {  font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; line-height: 1.5em; list-style-image: url(images/orchid.gif); 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: #333333;}

.small A    {text-decoration: underline;}

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

.small A:hover  {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;}


.sidebarheads {  font-size: 15px; font-weight:bold; color: #2853a1; text-decoration: none;}



/*Links and linked lists*/


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

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

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

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



.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: #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: 14px; color: #ff0033; text-decoration: none; font-weight:bold;}
.productname2 A:visited    {text-decoration: none;}
.productname2 A    {text-decoration: none;}
.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: #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*/

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