/* sticky style */

.sticky_body
{
	display:inline-block;
	width:100%;
}
.sticky_news
{
	width:554px;
	height:385px;
	z-index:1000;
	float:left;
	border:#0c0c0c solid 2px;
}
.sticky_news_title
{
	padding:5px;
	height:30px;
	width:463px;
	text-align:right;
	baorder:#FFF solid 1px;
	background: #000 url(transparent.png) repeat;
	margin-top:-40px;
	
}

.titles
{
	width:400px;
	height:390px;
	text-align:center;
	float:right;
	
}
.titles > div
{
	height:75px;
	width:400px;
	overflow:hidden;
	CURSOR: pointer;
	display:inline-block;
	line-height:100%;
	margin-bottom:3px;
}

.titles > div .title_image
{
	width:134px;
	height:71px;
	border:#0c0c0c solid 2px;
	float:left;
}
.titles > div .title_text
{
	width:249px;
	height:65px;
	float:right;
	padding:5px;
}
.titles > .selected_title .title_text
{
	background-color:#333333;
}
.titles > .selected_title .title_text a
{
	color:#FFF;
}

.titles > div .title_text div
{
	padding:10px;
	margin:auto 0;
}

.title_text a:active, .title_text a:link, .title_text a:hover, .title_text a:visited
{
	font-size:14px;
	font-weight:bold;
	color:#171515;
	text-decoration:none;
	line-height:23px;
}
.normal_title
{
	color:#666666;

}
.selected_title
{
	color:#000;

}


.main_selected_img {
	display: block;
	text-align: center;
	height:245px;
	width:473px;
}
.main_unselected_img {
	display: none;
	text-align:center;
}
.main_selected_img .main_image
{
	display:block;
}
.showed_summary {
	display:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#565555;
	line-height:160%;
	padding:5px;
	height:56px;
	width:300px;
	text-align:right;
	margin-top:-100px;
	margin-right:20px;
	baorder:#FFF solid 1px;
	background:transparent url(tr.png) repeat;
	overflow:hidden;
}

.hidden_summary{
	display: none;
}

.sticky_source
{
	color:#B82121;
	float:right;
	margin-left:5px;
}
.sticky_date
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	margin-right:10px;

}
.titles img
{
	
}
.sticky_summery
{
	color:#000;
	line-height:170%;
	padding:10px;
	margin-top:-100px;
}
.sticky_title
{
}
.sticky_title a:active, .sticky_title a:link, .sticky_title a:visited, .sticky_title a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#cc0000;
	line-height:200%;
	font-weight:bold;
	padding-left:20px;
}

.sticky_summery a:active, .sticky_summery a:link, .sticky_summery a:visited, .sticky_summery a:hover
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#cc0000;
	line-height:150%;
	font-weight:bold;
	text-decoration:underline;
}

/* end of sticky style */

