/*Edit CSS code below - store.css - Do not remove this line*/
 
body {
background-color: #333;
font-family: arial, helvetica, sans-serif;
font-size: small;
color: #0000ff;
margin: 0;
padding: 0;
border: 0;
}

h1 {
font-family: arial, helvetica, sans-serif;
font-size: 200%;
color: #ff0000;
font-weight: bold;
}

h2 {
font-family: arial, helvetica, sans-serif;
font-size: 150%;
color: #ff0000;
font-weight: bold;
}

h3 {
font-family: arial, helvetica, sans-serif;
font-size: 125%;
color: #ff0000;
font-weight: bold;
}

h4 {
font-family: arial, helvetica, sans-serif;
font-size: 100%;
color: #ff0000;
font-weight: bold;
}

h5 {
font-family: arial, helvetica, sans-serif;
font-size: 100%;
color: #ff0000;
font-weight: normal;
}

p {
font-family: arial, helvetica, sans-serif;
font-size: 100%;
color: #0000ff;
}

img {
border: 0;
}

hr {
height: 1px;
}

#e_toolbar {
background-color: #333333;
}

#e_toolbar a {
font-size: 90%;
color: #fff;
text-decoration: none;
}

#e_toolbar a:hover {
color: #ff0000;
}

#e_toolbar #Toolbar_Links {
margin: 0 0 0 0;
}

.Search_Field { 
font-size: 85%; 
background-color: #fff; 
border: 1px solid #ccc; 
padding: 2px;
}

.Search_Button { 
padding: 3px;
color: #ffffff;
font-size: 85%; 
font-weight: bold;
background-color: #ff9900;
border: 1px solid #ff6600;
}

/* e_basket */

#e_basket {
vertical-align: middle;
background-image: url('images/templates/basket_pinpoint.jpg');
background-repeat: no-repeat;
}

#e_basket td {
font-size: 90%;
}

#e_basket a, #e_basket td {
color: #ffff90;
text-decoration: none;
font-weight: bold;
}

#e_basket a:hover {
color: #ff0000;
}

/* e_menu */

#e_menu {
vertical-align: top;
background-color: #333333;
width: 175px;
height: 100%;
padding: 0 0 0 0;
margin: 0 ;
}

#e_menu a {
font-size: 90%;
color: #fff;
text-decoration: none;
font-weight: normal;
margin: 5px 0 5px 0;
display: block;
}

#e_menu a:hover {
color: #36A7FD;
}

.Menu_Header {
background-color: #333;
background-image: url('images/templates/menu-gradient.jpg');
font-family: arial, helvetica, sans-serif;
display: block;
padding: 5px
color: #fff;
font-weight: bold;
font-size: 80%;
}

/* e_page */

#e_page {
vertical-align: top;
background-image: url(images/pinpoint/pinpoint_bck_rpt.jpg);
background-repeat: repeat-y;
width 750px;
background-color: #fff;
}

#Page_Breadcrumb, #Page_Breadcrumb a {
font-family: arial, helvetica, sans-serif;
font-size:11px;
color: #0000ff;
text-decoration: none;
}

Product_Name {
color: #333;
font-weight: bold;
font-size: 100%;
}

/* Checkout */

fieldset {
padding: 10px;
}


/* Footer */

#e_footer {
padding-top: 5px;
border-top: 1px #ccc solid;
text-align: center;
font-size: 70%;
font-family: arial, helvetica,  sans-serif;
color: #333333;
background-color: #fff;
}

#e_footer a {
color: #333;
}