@charset "UTF-8";
/* 

CSS Document for TheMistressCollection.co.uk
created by: Abhay Adhikari www.dhyaandesign.com
08-02-2010
*/

html{height: 100%;}

body{
margin: 0;
padding: 0;
text-align: center; /*To make content centre aligned for IE*/
background-color: #000;
font-family:Tahoma, Geneva, sans-serif;
font-size: 1em;
height:100%;
}

#container{
width: 930px;
margin-top: 25px;
margin-bottom: 75px;
margin-left: auto; /*To make content centre aligned in all browsers*/
margin-right: auto;
text-align: left;
font-size: .75em;

}

.custom_background{
background-image:url(../Images/interface/background_image.jpg); 
background-repeat:no-repeat;
}

/* Page elements come here*/

.logo_spacer{margin-top: 65px; 
		margin-left:22px; 
		margin-bottom: 75px;
		border: 0px;
		}

/* Navigation area */
#navigation{
float: left;
width: 200px;
margin-left: 40px;
	}

#navigation ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#navigation ul li{margin-bottom: 10px;}
#navigation ul li a{text-decoration: none; color: #ccc;}
#navigation ul li a:hover{color: #fff;}



/* Content elements come  here */

#content{
width: 575px;
margin-right: 25px;
margin-left: 300px;
margin-bottom: 75px;
color: #bbb;
line-height: 165%;
text-align: justify;
min-height: 500px;
}

#content h1{font-size: 1em; color: #ccc; margin-bottom: 35px;}
#content h1 a{color: #ccc; text-decoration:none;}
#content h1 a:hover{text-decoration: underline;}
#content p a {color: #669966; text-decoration:none;}
#content p a:hover {text-decoration:underline;}


#content h2{ font-size: 1em; color: #ccc;  margin: 0;}

.product_selector{
	margin-right: 40px;
	margin-bottom: 25px;
	margin-top: 15px;
	text-align: center;
	float: left;
	font-size: .9em;
	}

.product_selector img{border: 1px solid #555;}
.product_selector a{color: #ccc; text-decoration: none;}

/* Footer */

#footer{
clear: left;
padding: 15px 25px;
background-color: #000;
color: #555;
text-align: right;
	}

#footer a{color: #555; text-decoration: none;}
#footer a:hover{text-decoration: underline;}

/* Individual attribute and other classes come here*/
.float_left{float: left;}
.clear_left{clear: left;}
.add_border{border-top: 1px solid #403f33; padding-top: 15px;}
.fixheight{height: 500px;}
.minheight{min-height: 100%;} /* redundant for now*/

#content table{ width: 200px; margin-top: 15px; margin-bottom: 15px;}
#content table td{float: left;}


/*

LIGHTBOX CSS
-------------

*/

#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: auto; 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; }



