/* #####################################################################
########################  ADDED STYLE  FOR ITEM INDEXES  #########################
##################################################################### */


/* -------------------------------------------------------------------------
-------------------------------- INDEX ----------------------------------
----------------------------------------------------------------------------- */

div#index {

	position: absolute;
	top: 414px;
	left: 59px;

	width: 670px;
	height: 1025px;
	overflow: auto;
	padding: 0px 1px 0px 0px;
	border: 0px;
	margin: 0px;
	
	text-align: justify;

}

div#index a, div#index a:visited{

	color: #C64032;

}

div#index a:hover{

	text-decoration: underline;

}

div#index .Item{

	padding: 10px 12px;
	border: 0px;
	margin: 0px;

}

div#index div:hover{

	background-color: #f4f0dc;

}

div#index .OddItem{

	background-color:;

}

div#index .EvenItem{

	background-color: #f3f5fa;

}

div#index h3{

	padding: 3px 0px 5px;
	border: 0px;
	margin: 0px;
	
	font-weight: normal;	
	font-size: 14px;
	
	letter-spacing: 1px;

}

div#index p.ItemContent{

	padding: 7px 0px 14px;
	border: 0px;
	margin: 0px;
	
	font-size: 13px;
	
	color: #067201;

}

div#index p.ItemFooter{

	padding: 0px 0px 3px;
	border: 0px;
	margin: 0px;
	
	text-align: right;
	font-size: 11px;
	
	color: #067201;

}

form#RegionIndexForm {

	position: absolute;
	top: 1448px;
	left: 58px;

	padding: 0px;
	border: 0px;
	margin: 0px;

}

form#RegionIndexForm select {

	width: 280px;
	height: 22px;
	
	font-size: 14px;
	
	color: #555;
	

}