@charset "utf-8";

img{
	border: none;
}

#tb_loader{
	height: 254px;
	overflow: auto;
	padding: 5px 0;
	background-image: url(/assets/image/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFF;
}


/*MAIN FRAME*/
#container{
	border: none;
	padding: 10px 0;
	margin-top: 5px;
}
#left-sidebar{
	float: left;
	width: 202px;
	padding-left: 10px
}
#content_container{
	margin: 0 220px;
	padding-top: 3px;
	border-top: 1px solid #000;
	background-color: #FFF;
	padding: 3px 0;
}
#right-sidebar{
	float: right;
	width: 202px;
	padding-right: 10px
}


#featured_news_item {
	background-color: #dadada;
	color: #666;
	width: 440px;
	margin: 0 auto;
	border: 1px solid #E8E8E8;
}
#featured_news_item .title{
	font-size: 16px;
	font-weight: bold;
}
#featured_news_item img{
	border: none;
}
#featured_news_item image{
	background-color: #FFF;
}

#featured_news_item p{
	margin: 0;
	padding: 3px 10px 5px;
	font-size: 10px;
}
#featured_news_item p.date{
	margin: 0;
	padding: 0 10px;
	font-size: 10px;
	font-style: italic;
	color: #999;
}
#featured_news_item a{
	color: #c23838;
}
#featured_news_item .small{
	font-size: 10px;
}


.panel{
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#right-sidebar .panel,#left-sidebar .panel{
	width: 200px;
}

#content_container .panel{
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

.panel select{
	width: 190px;
	margin: 5px 0 5px 5px;
}

.panel img{
	margin: 5px 0;
}

.panel .title{
	background: #c23838 url(/assets/image/bullet.gif) 95% center no-repeat;
	color: #FFF;
	padding: 3px 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.panel .item{
	margin: 5px 10px;
	color: #630;
	border-bottom: 1px solid #E8E8E8;
}

.panel .items{
	border: 1px solid #E8E8E8;
	margin-top: 5px;
	background-color: #FFF;
}

.panel .item p{
	margin: 0;
	padding: 0;
	line-height: 14px;
	font-size: 10px;
	font-weight: bold;
}

.panel .item p a{
	color: #333;
}

.panel .item p.date{
	color: #c23838;
	font-weight: bold;
	font-size: 12px;
}

.panel .item img{
	float: left;
	margin-right: 10px;
	border: 1px solid #666;
}

.bottom_banners div{
}

#content_container .panel .item p{
	padding: 3px 0 6px;
	font-weight: normal;
	text-transform: uppercase !important
}

.featured_small{
	border-top: #c23838 3px solid;
	width: 220px;
	line-height: 16px;
}

#other_news_item_1{
	float: left;
}

#other_news_item_2{
	float: right;
}

.featured_small p{
	margin: 0;
	padding: 0 0 5px;
}

.featured_small img{
	border: 1px solid #CCC;
}

.featured_small .info{
	height: 35px;
	overflow: hidden;
	text-transform: uppercase !important;
}
.featured_small .content{
	height: 70px;
	overflow: hidden;
}

.featured_small .more{
	text-align: right;
	border-top: 1px solid #E8E8E8;
	padding: 3px;
	font-size: 10px;
}

.banner{
	border: 1px solid #C00;
	margin: 5px 0;
	width: 198px;
	height: 95px;
}
