#checkout_content legend {
font-size:140%;
font-weight: normal;
color: black;
margin: 0;
}

#checkout_content fieldset {
padding: 10px;
color:black;
}

#checkout_content h3 {
font-size:150%;
font-weight: bold;
color: #999999;
margin: 0;
}
#checkout_content label{
font-size: 95%;
font-weight: bold;
margin: 0;
color:black;
}



/* Edit CSS code below - store.css - Do not remove this line */

body {
margin: 0;
padding: 0;
border: 0;
background-image: url('images/background_2.jpg');
}



img {
border: 0;
}

hr {
height: 1px;
}


/* Toolbar */

#e_toolbar {

}

#e_toolbar a {
font-size: 80%;
color: #fff;
text-decoration: none;
}

#e_toolbar a:hover {
color: #36A7FD;
}

#e_toolbar #Toolbar_Links {
margin: 14px 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 {
width: 335px;
}

#e_basket td {
font-size: 90%;
}

#e_basket a, #e_basket td {
color: #fff;
text-decoration: none;
font-weight: bold;
}

#e_basket a:hover {
color: #36A7FD;
}

/* Menu */

#e_menu {
vertical-align: top;
width: 150px;
height: 350px;
padding:0;
}

#e_menu a {
font-size: 100%;
color: #fff;
text-decoration: none;
font-weight: normal;
margin: 0;
display: block;
}

#e_menu a:hover {
color: #36A7FD;
}

.Menu_Header {
display: block;
padding: 0;
color: #F40BBD;
font-weight: bold;
font-size: 150%;
}

/* Page */

#e_page {
vertical-align: top;
padding: 5px 0 20px 0px;
color:white;
font-size: 18px;

}

#e_page a {

color:white;

}

#e_page a:visited {

color:white;

}


h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color: white;
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: white;
text-decoration: none;
}

#Home_Banner {
height: 200px;
widht: 400px;
display: block;
padding-right: 15px;
padding-left: 0px;
font-size: 20px;
}

.Home_Link {
padding: 5px;
margin: 5px;
margin: 0;
min-height: 100px;
color:white;
}

.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 {

}

.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: #fff;
font-size: 85%; 
font-weight: bold;
background-color: #F5f5f5;
border: 1px solid #ccc;
text-decoration: none;
}

.Example_Link a:visited { 
padding: 5px;
color: #fff;
font-size: 85%; 
font-weight: bold;
background-color: #F5f5f5;
border: 1px solid #ccc;
text-decoration: none;
}
.Product_Name {
color: white;
font-weight: bold;
font-size: 80%;
}

.Home_Link a {

color:#fff;

}

/* Checkout */

fieldset {
padding: 5px;
color:black;
}





/* Footer */

#e_footer {
padding-top: 10px;
border-top: 1px #ccc solid;
text-align: center;
font-size: 100%;
font-family: Verdana, Arial, Helvetica,  sans-serif;
color: white;
width: 600px;


}

#e_footer a {
color: white;
}







/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
margin: 0;
border: 0 none;
padding-left: 40px;
width: 650px; /*For KHTML*/
list-style: none;
height: 24px;
}

ul#navmenu li {
border: 0 none;
padding: 0;
float: left; /*For Gecko*/
display: inline;
list-style: none;
position: relative;
height: 24px;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
}

ul#navmenu ul {
margin: 0;
border: 0 none;
padding: 0;
width: 160px;
list-style: none;
display: none;
position: absolute;
top: 24px;
left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
clear: both;
display: block;
font: 1px/0px serif;
content: ".";
height: 0;
visibility: hidden;
}

ul#navmenu ul li {
width: 160px;
float: left; /*For IE 7 lack of compliance*/
display: block !important;
display: inline; /*For IE*/
margin-right: 10px;
margin-left: 10px;
}

/* Root Menu */
ul#navmenu a {
border: 1px solid #999;
float: none !important; /*For Opera*/
float: left; /*For IE*/
display: block;
color: #FFF;
font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
height: auto !important;
height: 1%; /*For IE*/
padding-top: 0;
padding-right: 20px;
padding-bottom: 0;
padding-left: 20px;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
color: #FFF;
background-color: #F50BBA;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
float: none;
color: #666;
background-color: #FFF;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
color: #FFF;
background-color: #F0F;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
color: #666;
background-color: #F0F;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
background: #CCC;
color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
background: #EEE;
color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
background: #CCC;
color: #FFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
display: none;
position: absolute;
top: 0;
left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
display: block;
}

#main_content {

height: 450px;
background-image: url('images/bg.png');
padding:0;
margin:0;

}

#main_content_inner {

margin-left: 150px;

}

#footer_center {
margin-right: auto;
margin-left: auto;
}

#menu_bg{
background-image: url('images/templates/menu_bg_009.gif');
background-repeat: repeat-y;


}

#product_spacing {

margin-left:30px;


}

#designers_bg{

float:right;
margin-left:100px;



}

#image1 {
maring-left: 15px;

}

#description_d {

padding: 15px;

}

#description_a {

padding: 45px;

}

#contactform {

border: 2px double white;
width:500px;
}

#contactforminner {

padding:40px;

}

#spacing1 {

margin-left: 5px;

}

#spacing a:visited{

color:#fff;

}

#designer_table {

margin-left:40px;

}


#designer_table a{

color: white;
text-decoration: none;
font-size: 120%;

}

#designer_table a:visited{
color:white;
text-decoration: none;
}

#designer_table a:hover{
color:white;
text-decoration: underline;
}





#lightbox{position: absolute;left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: hidden; width: 100%; }
#imageData{padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none; } 

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#social {

width:100px;
height:30px;
float:right;

}

#link-space {

padding:10px;

}

#text-spacing {

margin-left: 10px;
margin-right: 10px;

}

#text-spacing2 {

margin-left: 40px;
margin-right: 10px;

}

#text-spacing3 {

margin-left: 35px;

}

#checkout_content label{
font-size: 95%;
font-weight: bold;
margin: 0;
color:white;
}

#checkout_text {


color:black;

}



