@CHARSET "UTF-8";

.itemBlock {
	margin-bottom: 30px; font:normal 11px Tahoma, Geneva, sans-serif; line-height:17px;
}

.headerBlock {
	background: url(images/header.gif) no-repeat right top;
	height: 40px;
	padding-top: 1px;
	border-left: 1px solid #e5e5e5;
}

.headerBlock.small {
	height: 25px;
	
	font-size:11px;
}


.headerBlock h4 {
	padding:7px 14px 10px 7px;
	margin: 0;
	display: inline;
	font:normal 11px Tahoma, Geneva, sans-serif; line-height:17px;
	font-size: 1.4em;
	line-height: 2em;
	background: url(images/header_h4.gif) no-repeat right top;
}


.itemBlock .content {
	width: auto;
	overflow: auto;
	padding: 0 10px 10px 10px;
	border-color: #e5e5e5;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	height: 1%;
	position: relative;
	font-size:11px;
}

.itemBlock .footer {
	width: 100%;
	overflow: auto;
}

.itemBlock .footer a {
	background: url(images/dartRight.gif) no-repeat left center;
	line-height: 20px;
	padding-left: 18px;
	margin: 10px 10px 0 10px;
	color: #000;
}


/**
 * FCE quote
 * @use general
 */

.itemBlock.quote .content h5 {
	margin: 20px 0 0 20px;
	font-size:11px;
}
.itemBlock.quote .footer a {
	margin-top: 15px;
	float: left;
	text-decoration: none;
}

.itemBlock.quote .footer a:hover {
	text-decoration: underline;
}



