/********************************* Html styles *********************************************/
* 
{
margin:0 auto;
padding:0;
}

a:link,a:visited,a:active 
{
font:.7em helvetica;
color:#666;
text-decoration:none;
}

a:hover 
{
font:.7em helvetica;
text-decoration:none;
color:#900;
}

body 
{
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:20px;
width:900px;
background-color: #F4EAEE;
background-image: url(/images/body_bg.jpg);
background-repeat: repeat-x;
}

h1 
{
font:normal 1.1em Helvetica, sans-serif;
margin-left:0px;
margin-top:0;
margin-bottom:0px;
color:#364067; 
}

/********************************* Class styles *********************************************/

.borderit img{
border: 1px solid #fff;
margin-bottom:4px
}

.borderit:hover img{
border: 1px solid #333;
}

.borderit:hover{
color: red; /* Dummy definition to overcome IE bug */
}

.thumbnails_top
{
float:left;
display:inline;
margin-left:25px;
margin-top:10px;
padding:0px; 
}

.thumbnails
{
float:left;
display:inline;
margin-left:25px;
margin-top:25px;
padding:0px; 
}

.menu 
{
display:block;
margin-bottom:8px;
margin-left:30px;
width:120px;
}

.menu a:link,.menu a:visited,.menu a:active 
{
font:.7em helvetica;
color:#000;
text-decoration:none;
}

.menu a:hover 
{
color:#900;
text-decoration:underline;
}


/********************************* ID styles *********************************************/

#banner 
{
width:100%;
height:100px;
margin-left:0px;
background-image:url(/images/feminines.jpg);
background-repeat:no-repeat;
background-position:0px 4px;  
background-color: #fff
}

#content
{
width:630px;
float:left;
margin-left:0px;
margin-top:24px;
background-color: #fff;
}

#footer 
{
margin:0px;
background-color: #fff;
padding: 0px 0px 2px;
color:#666;
border-top:solid 1px #E4E4E4;
border-bottom:solid 1px #E4E4E4; 
text-align:center
}

#google_ads 
{
margin-left:22px;
margin-top:68px;   
}

#global_shipping
{
margin-left:20px;
margin-top:20px;
}

#leftcol 
{
width:150px;
float:left;
margin-top:24px;
margin-left:0px;
margin-bottom:30px;
padding-top:28px;	
background-image:url(/images/left_menu_bg.gif); 
background-repeat:no-repeat   
}

#topmenu 
{
margin:0px;
padding:0px 0px 2px;
color:#666;
border-top:solid 1px #E4E4E4;
border-bottom:solid 1px #E4E4E4;
text-align:center;
}

#top_right 
{
height:106px;
float:right;
margin-top:0px;
height:25px;
text-align:right;
margin-right:10px
 
}

#wrapper 
{
background-color: #fff;
border: solid 1px #ccc;
}


