/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox { display:none; position: absolute; top:50%; left:50%; z-index:9999; width:400px; height:400px; margin:-200px 0 0 -200px;border:7px solid #fff; background:#fff; text-align:left; }
#lightbox table {width:100%; height:400px; border:1px solid #D8D8D8; padding:10px}
#lightbox .title { vertical-align:top; color:#000; border-bottom: 1px dotted #D4D4D4; height:10px; padding:0 0 10px 0; }
#lightbox .terms { }
#lightbox .bot { vertical-align:bottom; text-align:left; font-size:10px;}
#lightbox .explaindots { font-size:10px; height:50px;}
#lightbox .itemdetails { font-size:10px; height:10px; padding:10px 0 0 0}
#lightbox .itemdetails hr { height:1px; background:url(img/sidesep.gif) repeat-x; border:0; margin:5px 0 3px 0; padding:0}
#lightbox .itemdetails #title { font-weight:bold; color:#000000}
#lightbox .sellerdetails { font-size:10px; line-height:17px}
#lightbox .sellerdetails a { color: #5C8EB4}
#lightbox .sellerdetails #seller { color:#000000; font-weight:bold; font-size:12px}
#lightbox .sujjestions { font-size:12px; height:10px; padding:10px 0 0 0;}
#lightbox .sujjestions input { font-size:18px; padding:1px;}
#lightbox .sujjestions textarea { font-size:18px; padding:1px;}

#lightbox[id]{
	position:fixed;
}

#overlay {
	display:none;
    position: absolute;
    z-index:80;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color:#000;
    filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

/*#lightbox.done img{
	width:100%;
	height:100%;
}*/
