/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/


a.item {
	text-decoration: none; 
	display: block; 
	text-align: left; 
	padding: 5px; 
	margin: 3px 0 0 0;
	}

a.page-options {
	color: #000000; 
	text-decoration: none; 
	display: block; 
	text-align: left; 
	padding: 5px; 
	background: #a9d06a;
	margin: 3px 0 0 0;
	border-bottom: 1px solid #333333;
	border-bottom:#lightwindow_data_caption a

text-transform: uppercase;
font-weight:bold;		{}
	 1px solid #555555;
}

a.item:hover, 
a.item:focus {

color:#A9BE6D;
}		



.hidden {
	display : none;
}

