/*Edit CSS code below - store.css - Do not remove this line*/

* html body {
font-size: medium; /* for other IE versions */
font-size: small; /* for IE5/Win */
}

img {
border: 0;
}

body { 
background-color: #0097da;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
}

#footer { 
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
}

#footer a{ 
color: #ffffff;
}

#footer2 { 
margin-top: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
width: 950px;
margin-left: auto;
margin-right: auto;
}

#footer2 a{ 
color: #ffffff;
text-decoration: none;
}

#footer2 a:hover{ 
color: #ffffff;
text-decoration: underline;
}


#home1 {
background-color: #E4F6FF;

}
#home1text {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
color: #000000;
height: 300px;
}
#home2 {
background-color: #D5F3FE;
}

#home3 {
background-color: #AFE9FF;
}

#baskfont { 
color: #ffffff;
}
#baskfont a{ 
color: #ffffff;
}
#searchbox {
width: 215px;
}
H1 {
color: #0097da;
background-image: url(images/headbg.gif);
background-repeat: no-repeat;
background-position: left top;
height: 42px;
padding-top: 6px;
padding-left: 48px;
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight:bold;
}

#thumbtext {
font-family:arial,helvetica,sans-serif;
font-size:12px;
color:#ffffff;
}
#thumbtext a{
color:#ffffff;
text-decoration: none;
}

h2 {
color: #ff6600;
background-image: url(images/h2.gif);
background-repeat: no-repeat;
background-position: left top;
height: 28px;
padding-top: 4px;
padding-left: 30px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight:bold;
margin-top: 20px;
margin-bottom: -10px;
}



/*checkout*/

#checkout_content fieldset {
padding: 10px;
border: 1px solid #ccc;
}

#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;
}

.formbord {
border: 3px solid #0097da;
padding: 5px;
}


