﻿/* CSS Document */

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

.side-section {
	float: left;
	width: 265px;
}

.article-section {
	width: 500px;
	margin-left: 275px;
}

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

.news-nav a {
	text-decoration: none;
	color: #532;
}

.news-nav a:hover {
	text-decoration: underline;
	color: #953;
}

.news-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.news-nav li {
margin: 0;
padding: 0;
font-weight: bold;
font-size: .85em;
}

.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;
}
