#container #columnLeft #downloadLeft{
	float: left;
	background: url('../images/backgrounds/pxGrey.gif') repeat-y top right;
	height: auto !important;
	height: 610px;
	min-height: 610px;
	padding: 30px 0 0 0;
}
#container #columnLeft #downloadLeft #listDownload{
	float: left;
}
#container #columnLeft #downloadLeft #listDownload .required{
	float: left;
	clear: both;
}
#container #columnLeft #downloadLeft #listDownload .required span{
	margin: 0 0 0 12px;
}
#container #columnLeft #downloadLeft #listDownload .required a{
	color: #2B3A44;
	font-size: 90%;
	text-decoration: none;
}
#container #columnLeft #downloadLeft #listDownload .required img{
	float: right;
	margin: 9px 14px 0 0;
}
#container #columnLeft #downloadLeft #listDownload .required div.title{
	clear: none;
	float: left;
	background-image: url('../images/backgrounds/menuDownload.gif');	
	background-repeat: no-repeat;
	height: 24px;
	line-height: 24px;
	margin: 1px 0 0 0;
}
#container #columnLeft #downloadLeft #listDownload .required div{
	clear: both;
	width: 130px;
}
#container #columnLeft #downloadLeft #listDownload .required ul{
	margin: 0;
	padding: 0 1px;
	list-style: none;
	background-color: #34424D;
	border: 1px solid #517084;
}
#container #columnLeft #downloadLeft #listDownload .required li{
	margin: 0;
	padding: 0;
}
#container #columnLeft #downloadLeft #listDownload .required li a:link, #container #columnLeft #downloadLeft #listDownload .required li a:visited{
	color: #FFFFFF;
	width: 126px;
	display: block;
}
#container #columnLeft #downloadLeft #listDownload .required li a:hover, #container #columnLeft #downloadLeft #listDownload .required li a:visited:hover{
	background-color: #517084;
}
#container #columnLeft #downloadLeft #listDownload .required li a span{
	margin: 2px 0 2px 12px
}
#container #columnLeft #downloadRight{
	float: left;
	background-image: url('../images/backgrounds/download.gif');
	background-repeat: repeat-y;
	height: auto !important;
	height: 610px;
	min-height: 610px;
	width: 520px;
	font-size: 86%;
}
#container #columnLeft #downloadRight ul{
	clear: both;
	margin: 0 0 0 74px;
	padding: 0;
	list-style: none;
}
#container #columnLeft #downloadRight li{
	float: left;
	margin: 0;
	height: 198px;
	background-image: url('../images/elements/borderPhotoDownload.gif');
	background-repeat: no-repeat;
}
#container #columnLeft #downloadRight li img{
	margin: 17px 22px 0 22px;
}
#container #columnLeft #downloadRight li .button{	
	border: 1px solid #58B000;
	height: 13px;
	line-height: 13px;
	font-size: 95%;
	float: left;
	margin: 6px 0 0 22px;
	display: inline;
}
#container #columnLeft #downloadRight li .button a:link, #container #columnLeft #downloadRight li .button a:visited{	
	color: #FFFFFF;
	text-decoration: none;
	background-image:url('../images/buttons/green.gif');
	background-repeat: repeat-x;
	padding: 0 8px;
}
#container #columnLeft #downloadRight li .button a:hover, #container #columnLeft #downloadRight li .button a:visited:hover{	
	background-image:url('../images/buttons/green_on.gif');
}
#container #columnLeft #downloadRight li .text{	
	clear: both;
	margin: 6px 0 0 22px;
	font-size: 95%;
}
#container #columnLeft #downloadRight li .text span{	
	color: #66CC33;
	font-weight: bold;
}
#container #columnLeft #downloadRight #paging{
	clear: both;
	padding: 10px 0;
	margin: 6px 0 0 70px;
	border-top: 1px dotted #000000;
	text-align: center;
	color: #66CC33;
}
#container #columnLeft #downloadRight #paging a:link, #container #columnLeft #downloadRight #paging a:visited{
	color: #354855;
	text-decoration: none;
	margin: 0 2px;
}
#container #columnLeft #downloadRight #paging a:hover, #container #columnLeft #downloadRight #paging a:visited:hover{
	text-decoration: underline;
}
#container #columnLeft #downloadRight #paging a.active{
	text-decoration: underline;
	font-weight: bold;
}


#thumbBoxDownload{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}
#thumbBoxDownload .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font-weight: bold;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}
#thumbBoxDownload #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}
#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
