/* CSS Document */

div#promoted_news {
	margin					: 25px 0 0 0;
	float					: left;
	width					: 390px;
}

div#promoted_news h1 {
	margin-bottom			: 20px;
}

div#promoted_news div.news_item {
	padding					: 0 0 20px 0;
	text-align				: left;
}

div#promoted_news div.news_item.min-height {
	height					: auto !important; 		/* real browsers */
	height					: 160px; 				/* IE6: treaded as min-height */
	min-height				: 160px; 				/* real browsers */
}

div#promoted_news div.news_item .image {
	display					: block;
	padding					: 2px 3px 3px 3px;
	float					: right;
	width					: 149px;
	height					: 105px;
	background				: url(../images/news_img_bg.jpg) no-repeat center center;
}

div#promoted_news div.news_item .date {
	display					: block;
	margin					: 0 0 5px 0;
	padding					: 0 0 5px 0;
	font-size				: 10px;
	line-height				: 11px;
	text-align				: left;
	text-transform			: uppercase;
	border-bottom			: 1px solid #EFEFEF;
}

div#promoted_news div.news_item .title h2, div.news_item .title h2 * {	
	padding					: 0 0 3px 0;
	font-size				: 18px;
	line-height				: 19px;
	text-align				: left;
	cursor					: pointer;
}

div#promoted_news div.news_item .title:hover, div.news_item .title:hover * {
	color					: #F577B6;
	text-decoration			: none;
}

div#promoted_news div.news_item .text, div.news_item .text * {
	padding					: 0 0 10px 0;
	font-size				: 11px;
	line-height				: 13px;
	text-align				: left;
}

div#promoted_news div.news_item a.read_more, div.news_item a.go_back {
	display					: block;
	margin					: 3px 0 0 0;
	padding					: 0 0 3px 16px;
	font-size				: 10px;
	cursor					: pointer;
	text-transform			: lowercase;
	background				: url(../images/go_back_link_bg.gif) no-repeat left center;
}

div#promoted_news div.news_item a.read_more:hover, div.news_item a.go_back:hover {
	color					: #000;
	text-decoration			: underline;
}

div#promoted_news a.read_all {
	display					: block;
	margin					: 0 0 5px 0;
	padding					: 1px 0 5px 20px;
	color					: #000;
	font-size				: 13px;
	background				: url(../images/read_all_link_bg.gif) no-repeat left center;
}

div#promoted_news a.read_all:hover {
	color					: #F577B6;
	text-decoration			: none;
}




div.news_item {
	padding					: 0 0 25px 0;
	text-align				: left;
}

div.news_item.min-height {
	height					: auto !important; 		/* real browsers */
	height					: 160px; 				/* IE6: treaded as min-height */
	min-height				: 160px; 				/* real browsers */
}

div.news_item .image {
	display					: block;
	padding					: 2px 3px 3px 3px;
	float					: right;
	width					: 149px;
	height					: 105px;
	background				: url(../images/news_img_bg.jpg) no-repeat center center;
}

div.news_item .date {
	display					: block;
	margin					: 0 0 5px 0;
	padding					: 0 0 5px 0;
	font-size				: 13px;
	line-height				: 14px;
	text-align				: left;
	text-transform			: uppercase;
	border-bottom			: 1px solid #EFEFEF;
}

div.news_item .title h1, div.news_item .title h1 * {	
	font-family				: 'ITCErasStdMediumRegular', Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size				: 22px;
	line-height				: 23px;
	cursor					: pointer;
}

div.news_item .title h2, div.news_item .title h2 * {	
	font-family				: 'ITCErasStdMediumRegular', Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size				: 19px;
	line-height				: 20px;
	cursor					: pointer;
}

div.news_item .title:hover, div.news_item .title:hover * {
	color					: #F577B6;
	text-decoration			: none;
}

div.news_item .text, div.news_item .text * {
	padding					: 0 0 10px 0;
	font-size				: 12px;
	line-height				: 14px;
	text-align				: left;
}

div.news_item a.read_more, div.news_item a.go_back {
	display					: block;
	margin					: 3px 0 0 0;
	padding					: 0 0 3px 16px;
	font-size				: 10px;
	cursor					: pointer;
	text-transform			: lowercase;
	background				: url(../images/go_back_link_bg.gif) no-repeat left center;
}

div.news_item a.read_more:hover, div.news_item a.go_back:hover {
	color					: #000;
	text-decoration			: underline;
}

div.news_item .images {
	float					: right;
	margin					: 0;
	padding					: 10px 0 0 10px;
	width					: 160px;
}

div.news_item .images a {
}

div.news_item .images a .image {
	display					: block;
	margin					: 0 0 8px 0;
	padding					: 2px 3px 3px 3px;
	width					: 149px;
	height					: 105px;
	background				: url(../images/news_img_bg.jpg) no-repeat center center;
}

div.news_item .attachments {
	padding					: 20px 0;
}

div.news_item .attachments a {
	display					: block;
	margin					: 0 0 5px 0;
	padding					: 1px 0 5px 20px;
	color					: #000;
	font-size				: 13px;
	background				: url(../images/attachment_link_bg.gif) no-repeat left center;
}

div.news_item .attachments a:hover {
	color					: #F577B6;
	text-decoration			: none;
}
