@charset "utf-8";

.titelbalk { background-color: #33CCCC; }
.titelbalkad { background-color: #33CCCC; }
.dldtable tr:hover { background-color: #3CF; }
.dldtable td:hover { cursor: pointer; }

.downloadItem .dTitle {
	font-size: 18px;
	margin-top: 2px;
	margin-left: 15px;
	line-height: 20px;
	color: #000;
}

.downloadItem .sysreq {	
	margin-left: 15px;
	color: #5a5a5a;
}

.downloadItem .version {
	margin-left: 5px;
	color: #000;
}

.downloadItem .sysreq, .downloadItem .version {
	font-size: 10px;
	line-height: 10px;
}

.downloadItem {
	font-family: Verdana;
	background-image: url(../images/download_sprite.png);
	background-position: 0px -92px;
	width: 632px;
	height: 46px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	display: block;
}

.downloadItem:hover {
	text-decoration: none;
}

.download_item_box {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-radius: 5px;
	background-color: #DCE2F2;
	padding-left: 5px;
	position: relative;
	display: block;
	min-height: 1px;
}

.download_req {
	color: #5a5a5a;
	font-size: 10px;
	line-height: 10px;
}
.download_info {
	width: 525px;
	float: left;
}

.download_details {
	float: right; 
	text-align: center;
}

.downloadItem:hover {
	background-position: 0px -46px;
}

.downloadButton, .downloadExtraButton {
	background-image: url(../images/downloadButton_sprite.png);
	display: inline-block;
	width: 148px;
	height: 51px;	
}

.downloadButton:link, .downloadButton:visited  {	
	background-position: 0px -102px;
}

.downloadButton:hover {
	background-position: 0px -53px;
}

.downloadExtraButton:link, .downloadExtraButton:visited {	
	background-position: 0px -102px;
}

.downloadExtraButton:hover 
{	
	background-position: 0px -53px;
}
