@charset "utf-8";
/* Downloads CSS */

#downloads{
	
}
#downloads .rightcol{
	width:22%;
	float:right;
}
#downloads .leftcol{
	width:78%;
	float:left;
}

.downloadlist{
	overflow:visible;
}

.dlboxout{
	background-color:#fff;
	
	border:#ccc 1px solid;
	margin:10px;
	margin-top:0px; border-top:none;

	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	
	-o-box-shadow:  0px 2px 7px #333;
    -icab-box-shadow:  0px 2px 7px #333;
    -khtml-box-shadow:  0px 2px 7px #333;
    -moz-box-shadow: 0px 2px 7px #333;
    -webkit-box-shadow:  0px 2px 7px #333;
    box-shadow:  0px 2px 7px #333;
}

.dlboxout .item{
	clear:both;
	overflow:auto;
	width:100%;
	background: #ECECEC;
}

.dlboxout .item h2{
	font-size:14px;
	margin:0px;
	padding:0px;
}

.dlboxout .item p{
	margin:0px; padding:2px;
	font-size:11px;
}


.dlboxout .item div{
	float:left;
	margin:5px;
	
}

.dlboxout .dlnav{
	text-align:center;
	padding:4px;
}

.dlboxout .item div img{
	vertical-align:middle;
}

.dlboxout .highlight{
	background-color:#E0EDF9;
}

.dlboxout .even{
	background:#fff;
}