/*Edit CSS code below - store.css - Do not remove this line*/
 
* html body {
f\ont-size: medium; /* for other IE versions */
font-size: small; /* for IE5/Win */
}

body { 
background-color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

img {
border: 0px;
}
.style3 {color: #FFFFFF; font-weight: bold; }

.homebg {
background-image: url(images/homebg.gif);
background-repeat: repeat-y;
}

.subbg {
background-image: url(images/subbg.gif);
background-repeat: no-repeat;
padding-left: 40px;
height: 23px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
}

.subbg a{
color: #ffffff;
text-decoration: none;
}

.subbg a:hover{
color: #60cd8a;
text-decoration: none;
}

.prodname,  .prodname a{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-decoration: none;
font-weight: bold;
}

.productlink,  .productlink a{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
text-decoration: none;
font-weight: bold;
}

SELECT {
width: 150px;
}

/*checkout*/

#checkout_content fieldset {
padding: 10px;
}

#checkout_content legend {
font-size:140%;
font-weight: normal;
color: #36A7FD;
margin: 0;
}

#checkout_content label{
font-size: 95%;
font-weight: bold;
margin: 0;
}

#checkout_content h3 {
font-size:150%;
font-weight: bold;
color: #999999;
margin: 0;
}

ul.NoIndent {
margin-left: .6em;
padding-left: .6em;
}
.style1 {
color: #FFFFFF;
font-weight: bold;
}