@charset "UTF-8";

/*
$Id: index.css 1 2008-02-06 10:16:18Z alexfkl $
*/

.content-boxes {
	width: 680px;
	height: 356px;
}

.content-box-col-1 {
	float: left;
	width: 280px;
	/*height: 356px;*/
	padding-right: 5px;
}
.content-box-col-2 {
	float: right;
	width: 395px;
	height: 356px;
}


.promo-box {
	width: 280px;
	height: 173px;
	padding: 0px;
	margin: 0px;
}
.promo-box-header {
	background-image: url(/images/share/borders/promo_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 8px;
	line-height: 15px;
	color: #0063A1;
	font-weight: bold;
	height: 15px;
}
.promo-box-entry {
	background-image: url(/images/share/borders/promo_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 264px;
	height: 132px;
	padding-left: 8px;
	padding-right: 8px;
	overflow: hidden;
}
.promo-box-bottom {
	width: 280px;
	background-image: url(/images/share/borders/promo_bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
}


.new-box {
	width: 395px;
	height: 356px;
	padding: 0px;
	margin: 0px;
}
.news-box-header {
	background-image: url(/images/share/borders/news_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 8px;
	line-height: 15px;
	color: #0063A1;
	font-weight: bold;
	height: 15px;
}
.news-box-entry {
	background-image: url(/images/share/borders/news_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 379px;
	height: 315px;
	padding-left: 8px;
	padding-right: 8px;
	overflow: hidden;
}
.news-box-bottom {
	width: 395px;
	background-image: url(/images/share/borders/news_bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
}

