@charset "ISO-8859-1";

/* CSS Document */

#feature-topBar {
	line-height: 30px;
	background-color: #3f4142;
	height: 30px;
	padding-left: 17px;
	margin-bottom: 1px;
}
#feature-topBar h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F7F7F7;
	text-decoration: none;
	display: inline;
}
#feature-imageBar {
	height: 60px;
	margin-bottom: 2px;
	display: block;
}
#feature-redDivider {
	height: 29px;
	margin-bottom: 2px;
	background-image: url(../../images/feature-redDivider.jpg);
}

.page-body-main_features {
	background-repeat: repeat;
	background-position: left top;
	position: relative;
	width: 669px;
	float: left;
	clear: both;
	margin-bottom: 15px;
}

/* features page boxs */

.featuresBox-Wrapper {
	width: 333px;
	float: left;
	margin-top: 15px;
	margin-left: 1px;
}
.featuresBox-Top {
	height: 58px;
}
.featuresBox-TopBar {
	height: 5px;
	background-color: #565d5d;
}
.featuresBox-Middle {
	background-color: #bac7c8;
	height: 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3d3d3d;
	padding-left: 17px;
	padding-top: 10px;
	padding-right: 17px;
}
.featuresBox-View {
	background-color: #6a787a;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #bec7c8;
	padding-left: 17px;
	padding-top: 5px;
	background-image: url(../../images/features_view-BG.jpg);
}
.featuresBox-ViewBTN {
	float: right;
	margin-right: 17px;
}
	.featuresBox-ViewBTN a, .featuresBox-ViewBTN a:visited.featuresBox-ViewBTN a:active {
		color: #ffffff;
		text-decoration: none;
	}
	.featuresBox-ViewBTN a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
.featuresBox-ViewDate {
	float: left;
}

.featuresBox-Bottom {
	background-color: #dee4e5;
	height: 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3d3d3d;
	padding-top: 8px;
	padding-left: 17px;
	padding-right: 15px;
}

.features-pagingBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f4dbdb;
	background-color: #ca3839;
	height: 25px;
	position: relative;
	clear: both;
	margin-left: 1px;
}
	.features-pagingBox a, .features-pagingBox a:visited, .features-pagingBox:active{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #f4dbdb;
		text-decoration: none;
		font-weight: bold;
	}
	.features-pagingBox a:hover{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
	}
	
.feature-downloads_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #272a2a;
	background-color: #c5d0d0;
	height: 30px;
	padding-left: 15px;
	display: block;
}
.feature-downloadWrapper {
	line-height: 24px;
	background-color: #fcfdfd;
	height: 24px;
	padding-left: 15px;
	display: block;
}
.feature-downloadTitle {
	float: left;
}
.feature-downloadLink {
	background-color: #819596;
	text-align: center;
	height: 24px;
	width: 94px;
	float: right;
}
	.feature-downloadLink a, .feature-downloadLink a:visited{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #efeeee;
		text-decoration: none;		
	}
	.feature-downloadLink a:hover{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;		
	}
