/*Edit CSS code below - store.css - Do not remove this line*/
 
* html body {
f\ont-size: medium; /* for other IE versions */
font-size: small; /* for IE5/Win */
}

body { 
background-color: #C2E3FC;
font-family: 'Tahoma', Arial, Helvetica, sans-serif;
font-size: small;
margin: 0px;
border: 0px solid #fff;
padding: 0px;     
color: #333333;
line-height: 1.5em;
}

img {
border: 0;
}

a:link, a:visited {
color: #B5B5B5;
text-decoration: underline;
}

a:hover {
color: #999944;
text-decoration: none;
}

p {
font-size: 95%;
}

hr {
border: none 0; 
border-top: 1px dashed #666;
width: 100%;
height: 1px; 
clear: both;
}

#Featured_Products {
background-color: #fff;
} 

/*e_toolbar*/

#e_toolbar {
background-color: #999944;
background-image: url('images/templates/.jpg');
background-repeat: repeat-x;
background-position: top;
}

#e_toolbar #logo {
padding: 75px 0px 0px 0px;
width:162px;
}

#e_toolbar #logo a{
position: relative;
overflow: hidden;
display: block;
margin: 0px 0px 0px 0px;
padding: 75px 0px 0px 0px;
width: 162px;
background:url('images/LOGO.jpg') top left no-repeat;
height: 0px !important;height /**/:18px;/* for ie5.x */
}


#Toolbar_Phone {
font-size: 150%;
font-weight: normal;
margin: 0px 0 0px 0px;
padding:0;
color: #B5B5B5;
display: block;
}


/*e_menu*/

#e_menu {
vertical-align: top;
background-color: #999944;
width: 150px;
padding:0 0px 0 0;
margin: 0 ;
}

#e_menu a {
display: block;
width: 150px;
border-width: 1px;
border-color: #999944 #999944 #FFFFFF #999944;
border-style: solid;
background-color: #999944;
color: #FFFFFF;
text-decoration: none;
padding: 5px;
font-size: 85%;
}

#e_menu a:hover {
color: #000000;
background-color: #999944;
border-color: #999944 #999944 #000000 #999944;
}

.Menu_Header {
background-color: #999944;
background-image: url('images/templates/.jpg');
font-family: Arial, Helvetica, sans-serif;
display: block;
padding: 5px;
color: #fff;
font-size: 100%;
font-weight: bold;
}

/*e_page*/

#e_page {
vertical-align: top;
width: 80%;
background-color: #fff;
padding-bottom:20px;
}

#Page_Breadcrumb {
margin-bottom: 25px;
display: block;
}

#Page_Breadcrumb, #Page_Breadcrumb a {
font-size: 90%;
color: #333333;
text-decoration: none;
}

h1 {
font-size:150%;
font-weight: normal;
color: #999944;
margin-bottom: 0px;
padding:10px;
}

h2 {
font-size:140%;
font-weight: normal;
}

h3 {
font-size:120%;
font-weight: normal;
}

#Home_Banner {
background-image: url('images/templates/shad.gif');
height: 5px;
display: block;
position: bottom;
}

.Home_Link {
padding: 5px;
margin: 10px 5px 0 5px;
border: 1px solid #36A7FD;
background-image: url('images/box_fill.jpg');
background-repeat: repeat-x;
background-color: #DDEEFF;
min-height: 120px;
}

.Home_Link p {
font-size: 85%; 
padding:0;
margin: 0;
}

.Home_Link  .Display_Name {
font-family: Arial, Helvetica, sans-serif;
font-size: 100%; 
font-weight: bold;
line-height: 1.3em;
padding:0;
margin: 0;
}

.Home_Link .Link_Name {
clear: both;
}

.Home_Link .Display_Image {
float:left;
margin: 5px;
padding: 5px;
border:1px solid #36A7FD;
background-color:#fff;
}

.Example_Link a { 
padding: 5px;
color: white;
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;
}

/*e_basket*/

#e_basket {
vertical-align: top;
background-color: #999944;
padding:0 0 0 5px;
margin: 0;
width:130px;
}

#e_basket caption {
text-align: left;
font-size:110%;
font-weight: bold;
color: #fff;
margin: 0;
}

#Basket_Contents {
display:block;
padding-bottom: 15px;
}

/*checkout*/

#checkout_content fieldset {
padding: 10px;
}

#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;
}

/*footer*/

#e_footer {
margin:0;
padding:0;
border:0;
text-align: center;
color: #fff;
background-color: #999944;
font-size: 100%;
}

/* SLIMBOX */




#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}