/* CSS Document */

#download_select {
	position:relative;
	width: 540px;
	height: 25px;
	background:#F0F8E6;
}

#download_select div.unselect{
	float:left;
	padding: 5px;
	text-align:center;

}

#download_select div.select{
	float:left;
	padding: 5px;
	text-align:center;
	border-bottom: solid 1px #FFFFFF;
	background-color: #008A00;
	color: #fff;

}

#download_select div.what{
	float:right;
	padding: 5px;
	text-align:center;

}

#download_software {
	position: relative;
	width: 538px;
	/*height: 200px;*/
	border:solid #008A00 1px;
	background:#F0F8E6;
}

#download_documents {
	position: relative;
	width: 538px;
	/*height: 200px;*/
	border:solid #008A00 1px;
	background:#F0F8E6;
}

.down_item_row_1_head {
	position: relative;
	float:left;
	width: 125px;
	height: 15px;
	border-bottom:solid #AEAEAE 1px;
	border-right:solid #AEAEAE 1px;
	color: #fff;
	background-color: #008A00;
	text-align:center;
}
.down_item_row_2_head {
	position: relative;
	float:left;
	width: 260px;
	height: 15px;
	border-bottom:solid #AEAEAE 1px;
	border-right:solid #AEAEAE 1px;
	color: #fff;
	background-color: #008A00;
	text-align:center;
}

.down_item_row_3_head {
	position: relative;
	float:left;
	width: 100px;
	height: 15px;
	border-bottom:solid #AEAEAE 1px;
	border-right:solid #AEAEAE 1px;
	color: #fff;
	background-color: #008A00;
	text-align:center;
}

.down_item_row_4_head {
	position: relative;
	float:left;
	width: 50px;
	height: 15px;
	border-bottom:solid #AEAEAE 1px;
	color: #fff;
	background-color: #008A00;
	text-align:center;
	clear:right;
}

.down_item_row {
	position: relative;
	float:left;
	position: relative;
	float:left;
	width: 538px;
	height: 30px;
	display:inline;		
}

.down_item_row_1 {
	position: relative;
	float:left;
	width: 115px; /* 125-padding*/
	height: 30px;
	border-bottom:solid #AEAEAE 1px;
	border-right:solid #AEAEAE 1px;
	padding-left: 5px;
	padding-right: 5px;
	display:inline;
}
.down_item_row_2 {
	position: relative;
	float:left;
	width: 250px; /* 260-padding*/
	height: 30px;
	border-bottom:solid #AEAEAE 1px;
	border-right:solid #AEAEAE 1px;
	padding-left: 5px;
	padding-right: 5px;
	display:inline;
}

.down_item_row_3 {
	position: relative;
	float:left;
	width: 100px;
	height: 30px;
	border-bottom:solid #AEAEAE 1px;
	border-right:solid #AEAEAE 1px;
	text-align:center;
	display:inline;
}

.down_item_row_4 {
	position: relative;
	float:left;
	width: 50px;
	height: 30px;
	border-bottom:solid #AEAEAE 1px;
	text-align:center;
	clear:right;
	display:inline;
}

#passbox {
	position:absolute;
	width:300px;
	height:150px;
	background-color: #F0F8E6;
	border: solid 5px #008A00;
	z-index:50;
	padding: 5px;
	position:absolute;
	left:50%; 
	top:270px; 
	margin:0px 0 0 -250px;
}

a.lnkDown:link {color:#fff; text-decoration: none; }
a.lnkDown:visited {color:#fff; text-decoration: none;}
a.lnkDown:active {color:#fff; text-decoration: none;}
a.lnkDown:hover {color:#fff; text-decoration: none;}

.cleaner {
	clear: both;
}