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

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

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

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

#lightbox{
	/*overflow:auto;*/
       overflow:hidden;
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:740px;
	height:460px;
	margin:-230px 0 0 -370px;
	border:1px solid #fff;
	background:#ffffff;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#413020;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
width:100%;
		display:block;
		padding:0;
             height:460px;
             width:740px;
             overflow:auto;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done table, #lightbox.done table tr, #lightbox.done table tr td{
	width:100%;
	text-align:center;
	padding:0;
	margin:0;

}
#lightbox a.lbAction{
	background-image:url(/_images/lightbox/close.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	float:right;
	line-height:20px;
	margin:0 25px 10px 0;
	padding:0 0 0 20px;

}


#lightbox #lbHeader{
	background-color: #ECE9E0;
	background-image:url(/_images/template/bgProductDetailHead.gif);
	background-repeat:repeat-x;
	padding:0;
	margin:0;

}

#lightbox div.hr{
	float:left;
	width:100%;

}

#lbFeatures{
	font-size:12px;
}

#lightbox a.lbAction:hover{
	text-decoration:none;

}

#lbFeatures a{
	color:#A19263;
	text-decoration:none;
}
#lbFeatures a:hover{
	color:#A19263;
	text-decoration:none;
}

#lbFeatures h1, h2, h3, h4, h5, h6, h7{
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#3C3C3C;
	margin:0;
	padding:0;
}

#lbFeatures p, td, th{
	font-family:Arial, Helvetica, sans-serif;
	color:#3C3C3C;
	margin:0;
	padding:0;
}

#lbFeatures p{
	margin:0;
	padding:10px 0;
}

#lbFeatures h1 {
	text-transform:uppercase;
	font-size:32px;
	line-height:30px;
	margin:0;
}

#lbHeader h2 {
	font-size:26px;
	line-height:25px;
	margin:0;
	padding:0 10px 10px 35px;
}

#lbFeatures h3 {
	font-size:18px;
	line-height:16px;
}

#lbFeatures ul {
	margin:0;
	padding:10px 0 0 0;
}

#lbFeatures ul li{
	background-image: url(/_images/template/bgBullet.gif);
	background-position:left 3px;
	background-repeat: no-repeat;
	color:#3C3C3C;
	list-style: none;
	line-height:16px;
	margin:0 0 5px 10px;
	padding: 0 0 0 15px;
}
#lbFeatures ul li a{
	color:#A19263;
	text-decoration:underline;
}

#lbFeatures ul li a:hover{
	text-decoration:underline;
}

#lbFeatures img{
	padding:10px;
}

#lightbox .wrapbody{
	float:left;
	padding:10px 10px 10px 35px;
	width:305px;
}


#lightbox .wrapimage{
	float:right;
	margin-right:20px;
	width:300px;
}


#lightbox .wrapimage img{
	margin:20px 0 0 0;
	padding:0;
}

