@charset "UTF-8";

/*
 * Additional View Lightbox
 * (c) 2009 Additional View <http://additionalview.com>
 */

#info {
	display:none; 
	font:1em Arial, sans-serif;
	color:#333;
	position:relative;
	width:552px;
	left:50%;
	margin-left:-276px;
	z-index:10;
	top:40px;
}

#fbFooter {
	z-index:20;
}

#info * {
	margin:0;
	padding:0;
}

#info .top, #info .bottom {
	height:23px;
	width:552px;
}

#info .top, #info .bottom, #info .body { /* need to float left to fix IE rendering issues */
	float:left;
	clear:left;
}

#info .top {
	background:url('img/lightbox-top.png') no-repeat;
}

#info .bottom {
	background:url('img/lightbox-bottom.png') no-repeat;
}

#info .body {
	width:552px;
	overflow:auto;
	background:#FFF;
}

#info-open {
	margin-right:5px;
	cursor:pointer;
}

	
#info #info-close {
	background:url('img/close.png') no-repeat 100% 0%;
	position:absolute;
	right:13px;
	top:13px;
	height:23px;
	padding-right:37px;
	padding-top:10px;
	text-align:right;
	color:#333;
	text-decoration:none;
}

#info #info-close:hover {
	background-position:100% 100%;
}

#info h2, #info h3, #info p, #info ul, #info ol {
	padding:0 45px;
}
	
#info h2 {
	font-size:1.8em;
	margin-bottom:0.4em;
}

#info h3 {
	color:#3e4b2d;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:0.8em;
	margin-top:1.4em;
}

#info ol {
	margin-bottom:1.2em;
}

#info ol li {
	padding-left:35px;

	padding-top:2px;
	margin-left:25px;
}

/*#info li.one {		
	background:url('img/list-1.png') no-repeat 0 0.3em;
}

#info li.two {
	background:url('img/list-2.png') no-repeat 0 0.3em;
}
*/

#info p, #info li {
	line-height:2em;
	margin-bottom:1em;
}

#info img.icon {
	/*margin-top:-12px;*/
	position:relative;
	/*top:12px;*/
	margin-left:0.2em;
	margin-right:0.2em;
}

#info a {
	color:#3e4b2d;
	text-decoration:underline;
}

#info a:hover, #info a:active {
	text-decoration:none;
}	