@charset "utf-8";
/*** STANDARD TAGS ****/

body{
font-family: Georgia, Helvetica, sans-serif;
font-size:0.8em;
font-style:italic;
color:#666666;
margin:0;
padding:0;
background-color:#eeeced;
}

img{
border:0;
margin:0;
padding:0;
}
a{
margin:0;
padding:0;
font-weight:bold;
color:#666666;
text-decoration:none;
}

h1{
font-size:180%;
color:#bc7b83;
margin:0;
padding-bottom:8px;
padding-top:8px;
font-weight:normal;
font-style:italic;
}

h2{
font-size:130%;
color:#bc7b83;
margin:0;
padding-bottom:8px;
padding-top:8px;
font-weight:normal;
}

p{
margin:0px;
padding:5px;
font-size:100%;
}

li{
font-size:100%;
}

.links li{
margin:0;
padding:0;
}
.links a{

}

.button{
background-image:url(../images/button_bg.gif);
width:151px;
height:41px;
font-family:Georgia, "Times New Roman", Times, serif;
color:white;
font-weight:bold;
cursor:pointer;
border:0px solid white;
}

.table_header{
font-weight:bold;
}

/**** POSITIONING DIVS ETC ****/

#site{
width:954px;
margin:auto;
}

#header{
width:100%;
height:100px;
}

#title{
float:left;
}

#top_line{
background-color:#BAB8B9;
width:100%;
height:8px;
}

#top_basket{
float:right;
height:38px;
}

#navigation{
float:right;
width:400px;
overflow:auto;
margin-top:-35px;
}

#navigation ul{list-style:none;display:inline;}
#navigation li {padding-left:25px;list-style:none;display:inline;}
#navigation li a{font-size:110%;color:#bc7b83;
} 


#main{
z-index:1;
float:left;
width:954px;
background-color:white;
margin-top:-10px;
}

#left{
float:left;
width:50%;
background-color:white;
}

#right{
float:right;
width:50%;
background-color:white;
}

.content{
margin:10px;
font-size:100%;
}


/*** Listing pages ***/


.product_listing{
float:left;
width:220px;
height:330px;
padding-top:20px;
padding-left:15px;border-bottom: 0px solid #fc00ff;
							 border-top: 0px solid #fc00ff;
							 border-left: 0px solid #fc00ff;
							 border-right: 0px solid #fc00ff;
}

.product_listing p{padding-left:0px;}
.product_listing a{padding-left:0px;color:#bc7b83;}

.image	{text-align:center;height:295px;width:211px;overflow:hidden;background-image:url(../images/blank.gif);background-color:#bc7b83;}

/** product details page **/

#product_image{
width:460px;
}

.thumbnail_image{
float:left;
height:100px;
margin-right:10px;
width:auto;
}

.thumbnail_image img{
height:100px;
cursor:pointer;
}

/*********************** FOOTER TAGS ***********************/

#footer{
width:100%;
float:left;
z-index:5;
text-align:right;
padding-top:5px;
color:#666666;
font-style:normal;
font-family:Arial, Helvetica, sans-serif;
font-size:80%;
}

#footer a{
text-decoration:none;
color:#666666;
}
#footer a:hover{
text-decoration:underline;
color:#666666;
}


