.highlight {
	width: 227px;
	padding: 0 3px !important;
	font-family: Arial;
}
.highlight .sheet {
	position:relative;
	z-index:4;
	height: 320px;
	/*
-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
*/
}
.highlight .tabs {
	position: relative;
	top:-12px;
	z-index:3;
	font-weight: bold;
	font-size: 130%;
}
.highlight .tab {
	width: 32px;
	height: 30px;
	padding-top: 19px;
	float: left;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	/*
-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
*/
}
.highlight img,
.highlight .img {
	border: none 0px !important;
	padding: 0px !important;
	width: 225px;
	height: 125px;
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
*/
}
.highlight .img {
	padding: 1px !important;
}
.highlight .title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}
.highlight .text {
	font-size: 12px;
	line-height: 1.3;
	padding: 15px 8px;
}
.highlight a.read_more {
	display: block;
	padding-top: 10px;
	font-weight: bold;
}
