﻿#flashbanner h2 {
	color: #666;
	font-size: 22px;
	letter-spacing: -1px;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ececec;
}

/* Column Spacing */
.column > * {
	padding-left: 25px;
	padding-right: 25px;
}

.column-1 .first > *,
.column-3 .first > *,
.column-2 .first > *,
.column-2-wide .first > *,
.column-3 .second  > * {
	padding-left: 0px;
}

/* Columns */
h1.headline {
	height: 91px;
	font: normal 40px/91px arial, sans-serif;
	letter-spacing: -1px;
	color: #fff;
}

.shadowbox-content {
	padding: 20px;
	background: #fff;
}

.column,
.shadowbox-content {
	font-size: 13px;
	line-height: 18px;
	letter-spacing: -.5px;
	color: #666;
}

.column h1,
.shadowbox-content h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #d10021;
	font-size: 22px;
	letter-spacing: -1px;
	font-weight: normal;
	border-bottom: 1px solid #ececec;
}

.column h2,
.shadowbox-content h2 {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #555;
	font-size: 22px;
	letter-spacing: -1px;
	font-weight: normal;
	border-bottom: 1px solid #ececec;
}

.column h3,
.shadowbox-content h3 {
	padding-top: 15px;
	padding-bottom: 0px;
	color: #d10021;
	font-size: 16px;
	letter-spacing: -1px;
	font-weight: normal;
}

.column h4,
.shadowbox-content h4 {
	padding-top: 0px;
	padding-bottom: 5px;
	color: #777;
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: normal;
}

.column p,
.shadowbox-content p {
	color:#333;
	line-height:20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Unordered List */
.column ul,
.shadowbox-content ul {
	padding-top: 5px;
	padding-bottom: 15px;
}

.column li,
.shadowbox-content li {
	padding-top: 5px;
	padding-left: 20px;
	background: url(/assets/images/layout/arrow-right-red.gif) no-repeat 0 7px;
}

/* Definition List */
.column dl,
.shadowbox-content dl {
}

.column dt,
.shadowbox-content dt {
	padding-top: 10px;
	font-weight: bold;
}

.column dd,
.shadowbox-content dd {
	padding-top: 10px;
	text-indent: 20px;
}

.column a,
.shadowbox-content a {
	color: #d10021;
	text-decoration: none;
	border-bottom: dotted 1px #d10021;
}

.column a:hover,
.shadowbox-content a:hover {
	color: #d10021;
	text-decoration: none;
	border-bottom: none;
}

/* Tables */
table.tbldata {
	margin: 20px 0; padding: 0;
	width: 100%;
}

table.tbldata tr {
	margin: 0; padding: 0;
}

table.tbldata tr th {
	margin: 0; padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #d10021;
}

table.tbldata tr th.modelname-gray {
	margin: 0; padding: 5px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background: #666;
}

table.tbldata tr td.modelname-red {
	background:	#d10021;
}

table.tbldata tr td, table.tbldata tr.no-hover td table.tbldata tr td {
	margin: 0; padding: 10px;
	font-size: 13px;
	color: #333;
	vertical-align: top;
}

table.tbldata tr.alternate, table.tbldata td.alternate, table.tbldata tr.no-hover td table.tbldata tr td.alternate {
	color: #333;
	background: #eee;
}

table.tbldata tr:hover td, table.tbldata tr.no-hover td table.tbldata tr td:hover, table.tbledata tr td, table.tbldata tr.no-hover td table.tbldata tr {
	color: #333;
	background: #ddd;
	cursor: pointer;
}

table.tbldata tr.featured {
	background: #db95a0;
}

table.tbldata tr.featured td {
	color: #333;
}

div.column table.tbldata tr.no-hover td {
	background-color: #FFF;
}

div.column table.tbldata tr.no-hover td:hover {
	background-color: #FFF;
}
