
/*Edit CSS code below - store.css - Do not remove this line*/

img {border:0;}
body {
border:0;
padding:0;
margin:0;
}

body {
background-color: #918A7F;
}

.home, p, td {
font-size: 11px;
font-family: Helvetica;
color: #490033;
}

#e_basket {
background-image: url() ;
background-repeat: no-repeat;
background-color: #918A7f;
width: 220px;
}


#e_toolbar {
background-image: url() ;
background-repeat: no-repeat;
background-color: #918A7f;
width: 550px;
}

#e_toolbar a {
font-size: 10px;
font-weight: bold;
color: #490033;
text-decoration: none;
}

#e_toolbar a:active {
font-size: 10px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}

#e_toolbar a:hover {
font-size: 10px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
background-color: #490033;
}

#e_page {
vertical-align: top;
background-image: url(images/page_bg1.jpg) ;
background-color: #C1C6AF;
width: 770px;
}

.Checkout_Page {
vertical-align: top;
background-color: #C1C6AF;
}

#e_menu {
vertical-align: top;
background-image: url();
background-repeat: no-repeat;
background-color: #C1C6Af;
width: 150px;
}

#e_menu a {
font-size: 10px;
font-weight: bold;
color: #490033;
text-decoration: none;
}

#e_menu a:hover {
font-size: 10px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
background-color: #490033;
}

#e_menu a:active {
font-size: 10px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}


hr {
height:1px;
}

.Search_Text {
font-family: Helvetica;
font-size: 11px;
color: #990033;
font-weight: bold;
}

.hideFromScreen {display:none;}

