/*Edit CSS code below - store.css - Do not remove this line*/

* html body {
font-size: large; /* for other IE versions */
font-size: small; /* for IE5/Win */
}

body { 
background-image: url('images/templates/web_background.jpg');
background-repeat: repeat;
font-family: verdana, tahoma, arial, helvetica, sans-serif;
margin: 10px 85px 10px 85px;
color: #000000;
font-size: 65%;
}

#master{
padding: 0px;
background: #fff;
}

li {
list-style-type:circle;
font-size: 14px;
font-weight: normal;
line-height: 20px;
}

img {
border: 0;
}

a:link, a:visited {
color: #000000;
font-weight: normal;
text-decoration: none;
}

a:hover {
color: #ff0000;
font-weight: normal;
}

p {
font-size: 100%;
}

hr {
border: none 0; 
border-top: 1px solid #dddddd;
width: 100%;
height: 1px; 
clear: both;
}

#Featured_Products {
background-color: #fff;
} 

/*e_toolbar*/

#e_toolbar {
background-image: url('images/templates/toolbar_bg_2.png');
background-size: 100%;
background-repeat: no-repeat;
background-color: #fff;
background-position: middle;
border-top: 1px solid #808080;
border-left: 0px solid #808080;
border-right: 1px solid #000;
}

#e_toolbar #Toolbar_Links a {
background-image: url(images/templates/toolbar-gradient-off.png);
background-repeat: repeat-x;
background-color: #36A7FD;
background-position: center;
white-space: nowrap;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: normal;
line-height: 19px;
padding: 4px 0px 6px 0px;
border-left: 0px solid #3399FF;
border-right: 1px solid #216DC1;
border-top: 1px solid #2C85E1;
border-bottom: 1px solid #2C85E1;
display: block;
text-align: center;
color: #fff;
text-decoration: none;
}

#e_toolbar #Toolbar_Links a:hover {
background-image: url(images/templates/toolbar-gradient-on.png);
background-repeat: repeat-x;
background-position: center;
white-space: nowrap;
display:block;
color: #000;
text-decoration: none;
}

/*e_toolbar_1*/

#e_toolbar_1 {
background-image: url('images/templates/checkout_bar_top.png');
background-size: 100%;
background-repeat: no-repeat;
background-color: #fff;
background-position: top;
}

.Search_Field { 
font-size: 85%; 
background-color: #fff; 
border: 1px solid #ccc; 
padding: 0px;
width: 150px;
}

.Search_Button { 
padding: 3px;
color: white;
font-size: 85%; 
font-weight: bold;
background-color: #FF9900;
border: 1px solid #FF6600;
}

.Search_Button:hover{
background-color: #E38701;
border-color: #D75501;
cursor: pointer;
}


/*e_menu*/

#e_menu {
vertical-align: top;
background-color: #ffffff
padding:0px;
margin: 0px;
width: 200px;
border-right: 1px solid #dddddd;
}

.menusection{
width: 200px;
}

#e_basket .menusection{
width: 200px;
}

.menusection.featured{
border-width: 0px;
border-style: solid;
border-color: #ccc;
}

.menusection.featured td{
padding: 0;
border-collapse: collapse;
}

.menusection.featured .item{
border-bottom: 0px;
width: 200px;
}

.menusection.featured .img{
margin: 0;
}

.menusection.featured h4{
font-size: 80%;
margin: 0;
}

.menusection.featured a{
display: block;
text-align: center;
}

.menusection.featured .price{
text-align: center;
margin: 0px;
font-size: 85%;
}

#e_menu a {
background-image: url(images/templates/menu-off.png);
display: block;
width: 195px;
color: #ffffff;
text-decoration: none;
padding: 4px 0px 6px 10px;
margin: 0px 0px 0px -5px;
border-bottom: 1px solid #ffffff;
font-size: 12px;
font-weight: normal;
line-height: 16px;
text-align: left;
}

#e_menu a:hover {
background-image: url(images/templates/menu-on.png);
background-repeat: repeat-x;
color: #000000;
border-bottom: 1px solid #ffffff;
}

#e_menu .submenuitem a{
background-image: url(images/templates/submenu-off.png);
display: block;
width: 100%;
color: #ffffff;
text-decoration: none;
padding: 4px 0px 6px 10px;
margin: 0px 0px 0px -5px;
border-bottom: 1px solid #ffffff;
font-size: 12px;
font-weight: normal;
line-height: 16px;
}

#e_menu .submenuitem a:hover{
background-image: url(images/templates/submenu-on.png);
background-repeat: repeat-x;
color: #000000;
border-bottom: 1px solid #ffffff;
}

.Menu_Header {
background-color: #ccc;
font-family: tahoma, verdana, Arial, Helvetica, sans-serif;
display: block;
padding: 0px;
font-size: 85%;
font-weight: bold;
margin: 0px;
width: 195px;
}

/*e_page*/

#e_page {
vertical-align: top;
width: 99%;
background-color: #fff;
padding: 10px 10px 10px 10px;
border-right: 1px solid #dddddd;
}

#Page_Breadcrumb {
margin-bottom: 0px;
display: block;
}

#Page_Breadcrumb, #Page_Breadcrumb a {
font-size: 100%;
color: #333333;
text-decoration: none;
}

h1 {
font-size: 20px;
font-weight: strong;
color:#0066ff;
text-align: center;
margin: 0px 0px 0px 0px;
}

h2 {
font-family: comic sans ms;
font-size: 19px;
font-weight: strong;
line-height: 19px;
}

h3 {
font-size: 15px;
font-weight: strong;
line-height: 20px;
}

h4 {
font-size: 14px;
font-weight: normal;
line-height: 18px;
}

h5 {
font-size: 26px;
font-weight: strong;
color:#0066ff;
text-align: center;
margin: 0px 0px 0px 0px;
}

#Home_Banner {
display: block;
}

.Home_Link {
padding: 0px;
margin: 0px;
border: 0px solid #36A7FD;
background-image: url('images/box_fill.jpg');
background-repeat: repeat-x;
background-color: #DDEEFF;
}

.Home_Link h2{
margin: 0px;
font-size: 110%;
}

.Home_Link p{
margin: 0px;
}

.clear{
clear: both;
}

.Home_Link p {
font-size: 85%; 
padding: 0px;
margin: 0px;
}

.Home_Link  .Display_Name {
font-family: Arial, Helvetica, sans-serif;
font-size: 90%; 
font-weight: bold;
line-height: 1.3em;
padding:0;
margin: 0;
}

.Home_Link .Link_Name {
clear: both;
}

.Home_Link .Display_Image {
float:left;
margin: 0px;
padding: 0px;
border:1px solid #36A7FD;
background-color:#fff;
}

.Example_Link a { 
padding: 0px;
color: white;
font-size: 85%; 
font-weight: bold;
background-color: #FF9900;
border: 0px solid #FF6600;
text-decoration: none;
display: block;
float: left;
}

.Example_Link a:visited{
color: #fff;
text-decoration: none;
}

.Example_Link a:hover { 
background-color: #E38701;
border: 0px solid #D75501;
text-decoration: none;
color: #fff;
}

.titleblock .Display_Image{
float: left;
margin: 0px;
}

.titleblock h1{
margin-top: 0px;
}

.titleblock p{
margin: 0px;
}

#e_page #THISPAGE{
width: 100%;
}

/*e_basket*/

#e_basket {
vertical-align: top;
background-color: #fff;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
width: 195px;
}

#e_basket h3 {
color: #ff0000;
font-weight: bold;
background: #fff;
font-family: tahoma, verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-size: 85%;
font-weight: bold;
margin: 0px 0px 0px 0px;
}

#e_basket h3 span{
padding: 0px;
display: block;
}

#e_basket h3.Menu_Header{
background: #ccc;
color: #333;
}

#Basket_Contents {
display:block;
border: 0px solid #dddddd;
margin-bottom: 0px;
}

#Basket_Contents a.viewbasket{
background: url(images/buttons/v6_button_viewbasket_off.gif);
width: 10px;
height: 29px;
display: block;
text-indent: 0em;
margin: 0px;
}

#Basket_Contents a:hover.viewbasket{
background: url(images/buttons/v6_button_viewbasket_on.gif);
}

#Basket_Contents thead img{
margin: 0px;
display: block;
}

#Basket_Contents .Total_Wrap{
margin: 0px;
background: #ffffff;
text-align: left;
}

#Basket_Contents tbody td{
border-bottom: 0px;
padding: 0px;
}

#Basket_Contents tbody a{
color: #fff;
}

/*checkout*/

#checkout_content fieldset {
padding: 0px;
border: 0px 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: 0px;
}

#checkout_content h3 {
font-size:150%;
font-weight: bold;
color: #999999;
margin: 0px;
}

/*footer*/

#e_footer {
text-align: center;
color: #000000;
font-weight: normal;
text-decoration: none;
color: #333333;
background-color: #ebf4ff;
font-size: 95%;
}
