﻿/* CSS Document */

.downloads-splash {
	height: 200px;
	background: transparent url(../img/downloads-splash.jpg) no-repeat;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin: 30px 0;
}

.get-utils {
	float: right;
	width: 265px;
}

.dl-area {
	width: 490px;
}

.dl-area div, .dl-area p, .dl-area h4, .dl-area span {
	cursor: default;
}

.ttl {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 15px;
	color: #E6088E;
}

.get-utils a {
	text-decoration: none;
	color: #532;
}

.get-utils a:hover {
	text-decoration: underline;
	color: #953;
}

.get-acrobat {
	float: left;
	margin: 0 5px 0 0;
}

.util-bloc {
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
}

.indent {
	text-indent: 15px;
}

.util-title {
	margin: 0;
	margin-bottom: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}

.downloadable {
display: block;
	background: white url(../img/dl-item-back.jpg) no-repeat bottom;
	border-top: 1px dashed #efefef;
	margin-bottom: 5px;
	min-height: 80px;
}

.downloadable:hover, .downloadable-on, .downloadable-on:hover {
	background: white url(../img/dl-item-back-on.jpg) no-repeat bottom;
	border-top: 1px dashed #efefef;
	margin-bottom: 5px;
	min-height: 80px;
}

.dl-info-wrapper {
	margin-left: 90px;
}

.dl-icon {
	float: left;
}

.dl-title {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

.dl-desc {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.dl-details {
	font-size: 11px;
}

.dl-details .filesize {
	font-weight: bold;
}

.dl-details .warning {
	color: #553322;
}

.dl-details a {
	text-decoration: none;
	font-weight: bold;
	color: #bb3344;
}

.dl-details a:hover {
	text-decoration: underline;
	color: #de7799;
}
