/* Edit CSS code below - store.css - Do not remove this line */

body {
margin: 0;
padding: 0;
border: 0;
background-color: #000;
}

body, p, td {
font-size: small;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}

img {
border: 0;
}

hr {
height: 1px;
}

/* Toolbar */

#e_toolbar {
background-image: url('images/templates/toolbar_bg_012.jpg') ;
background-repeat: repeat-x;
background-color: #ffffff;
}

#e_toolbar a {
font-size: 80%;
color: #FFFFFF;
text-decoration: none;
}

#e_toolbar a:hover {
color: #99FF00;
}

#e_toolbar #Toolbar_Links {
margin: 10px 0 0 8px;
}

#logo .Display_Name {
font-family: Arial, Helvetica, sans-serif;
font-size: 140%;
white-space: nowrap;
font-weight: bold;
padding: 25px 0 0 8px;
display: block;
}

#Toolbar_Phone {
font-family: Arial, Helvetica, sans-serif;
font-size: 120%;
font-weight: bold;
margin: 5px 0 0 0;
padding:0;
color: #fff;
display: block;
}

.Search_Field { 
font-size: 70%; 
background-color: #fff; 
border: 1px solid #ccc; 
padding: 2px;
}

.Search_Button { 
padding: 0px;
color: #ffffff;
font-size: 70%; 
font-weight: bold;
background-color: #FF9900;
border: 1px solid #FF6600;
}

/* Basket */

#e_basket {
background-image: url('images/templates/basket_bg_012.jpg');
background-repeat: repeat-x;
width: 335px;
}

#e_basket td {
font-size: 80%;
}

#e_basket a, #e_basket td {
color: #fff;
text-decoration: none;
font-weight: bold;
}

#e_basket a:hover {
color: #99ff00;
}

/* Menu */

#e_menu {
vertical-align: top;
background-image: url('images/templates/menu_bg_012.gif');
background-color: #ffffff;
width: 150px;
height: 350px;
padding: 10px 0 0 10px;
}

#e_menu a {
font-size: 80%;
color: #333;
text-decoration: none;
font-weight: normal;
margin: 2px 0 4px 0;
display: block;
}

#e_menu a:hover {
color: #36A7FD;
}

.Menu_Header {
display: block;
padding: 8px 0 5px 0;
color: #000;
font-weight: bold;
font-size: 80%;
}

/* Page */

#e_page {
vertical-align: top;
padding: 5px 0 20px 10px;
background-color: #fff;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color: #333333;
font-weight: bold;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 14px;
}

#Page_Breadcrumb, #Page_Breadcrumb a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
text-decoration: none;
}

#Home_Banner {
background-image: url('images/demo-banner-bg.jpg');
height: 200px;
display: block;
}

.Home_Link {
padding: 5px;
margin: 5px;
margin: 0;
min-height: 100px;
}

.Home_Link p {
font-size: 85%; 
padding: 0;
margin: 0;
}

.Home_Link  .Display_Name {
font-size: 12px;
font-weight: bold;
line-height: 1.3em;
padding: 5px 0 0 0;
margin: 0;
display: block;
}

.Home_Link .Display_Name {
color: #333;
}

.Home_Link .Link_Name {
clear: both;
}

.Home_Link .Display_Image {
float: left;
margin: 5px;
padding: 5px;
border: 1px solid #333;
background-color: #fff;
}

.Example_Link a { 
padding: 5px;
color: #fff;
font-size: 85%; 
font-weight: bold;
background-color: #FF9900;
border: 1px solid #FF6600;
text-decoration: none;
}

.Example_Link a:hover { 
padding: 5px;
color: #333;
font-size: 85%; 
font-weight: bold;
background-color: #F5f5f5;
border: 1px solid #ccc;
text-decoration: none;
}

.Product_Name {
color: #333;
font-weight: bold;
font-size: 80%;
}

/* Checkout */

fieldset {
padding: 5px;
}


/* Footer */

#e_footer {
padding-top: 10px;
border-top: 1px #ccc solid;
text-align: center;
font-size: 80%;
font-family: Verdana, Arial, Helvetica,  sans-serif;
color: #333333;
background-color: #fff;
}

#e_footer a {
color: #333;
}