@charset "utf-8";
/* CSS Document */

/*
===================================================================================================================
General (plugin tt_news)
===================================================================================================================
	Comments:
	------------------------------------------------------------
	=> To all templates
*/

/*
----------------------------------------------------------------
List View
----------------------------------------------------------------
*/

#news_search_empty_msg{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 444px;
}


/*
===================================================================================================================
Archives (plugin tt_news)
===================================================================================================================
	Comments:
	------------------------------------------------------------
	=> Show template ../extensions/tt_news/archives_tmpl.html
*/

/*
----------------------------------------------------------------
List View
----------------------------------------------------------------
*/

#list_archives{
	float: left;
	width: 444px;
}

#list_archives .list_archive_item{
	float: left;
	height: 95px;
	margin-bottom: 20px;
	border-bottom: 1px solid #5D5D5D;
	padding-bottom: 19px;
	width: 444px;	
}

#list_archives .list_archive_item_image{
	float: left;
	height: 95px;
	width: 120px;
}

#list_archives .list_archive_item_right{
	float: left;
	padding-left: 14px;
	height: 95px;
	width: 310px;
}

#list_archives .list_archive_item_date{
	float: left;
	margin: 0px;
	padding-bottom: 0px;
	width: 310px;
}

#list_archives .list_archive_item_title{
	float: left;
	margin: 0px;
	padding-bottom: 5px;
	width: 310px;
}

#list_archives .list_archive_item_content{
	float: left;
	margin: 0px;
	padding-bottom: 0px;
	width: 310px;
	color: #fff;
}

#list_archives .list_archive_item_more{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 310px;
	text-align: right;
}

#list_archives_navigation{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 444px;
}

#list_archives_navigation dd{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 44px;
}

#list_archives_navigation .tx-ttnews-browsebox{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 444px;
}

/*
 Texts Styles
*/
#list_archives_navigation p{
	display: inline;
	font-size: 13px;
}	

/*
 Tables Styles
*/
#list_archives_navigation .tx-ttnews-browsebox table{
	float: right;
}	

/*
 Links Styles
*/

#list_archives .list_archive_item_date a{
	font-size: 13px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

#list_archives .list_archive_item_title a{
	font-size: 13px;
	font-weight: bold;
	color: #6699CC;
	text-decoration: none;
}

#list_archives .list_archive_item_title a:hover{
	color: #AEC9E3;
}

#list_archives .list_archive_item_content a{
	font-size: 13px;
	font-weight: normal;
	color: #E3E3E3;
	text-decoration: none;
}

#list_archives .list_archive_item_more a{
	padding-left: 15px;
	background-image: url(../icons/internal_link.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#list_archives_navigation .tx-ttnews-browsebox a{
	color: #6699CC;
	font-size: 13px;
	font-weight: bold;
	margin-right: 8px;
}

#list_archives_navigation .tx-ttnews-browsebox a:hover{
	color: #AEC9E3;
	font-size: 13px;
	font-weight: bold;
	margin-right: 8px;
}

#list_archives_navigation .tx-ttnews-browsebox .tx-ttnews-browsebox-SCell a{
	color: #AEC9E3;
	font-size: 13px;
	font-weight: bold;
	margin-right: 8px;
}

/*
----------------------------------------------------------------
Single View
----------------------------------------------------------------
*/

#single_archive{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 444px;
}

#single_archive_date{
	float: left;
	margin: 0px;
	padding-bottom: 8px;
	width: 444px;
}

#single_archive_title{
	float: left;
	margin: 0px;
	padding-bottom: 15px;
	width: 444px;
}
    
#single_archive_content{
	float: left;
	margin: 0px;
	padding-bottom: 30px;
	width: 444px;
}

#single_archive_back{
	float: left;
	margin: 0px;
	border-top: 1px solid #5D5D5D;
	padding: 0px;
	line-height: 35px;
	width: 444px;
}

/*
 Texts Styles
*/
#single_archive_date{
	color: #999999;
}

#single_archive_title h1{
	font-weight: bold;
	font-size: 16px;
}

/*
 Links Styles
*/
#single_archive_back a{
	padding-left: 15px;
	background-image: url(../icons/internal_link_back.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

/*
===================================================================================================================
News (plugin tt_news)
===================================================================================================================
	Comments:
	------------------------------------------------------------
	=> Show template ../extensions/tt_news/news_tmpl.html
*/

/*
----------------------------------------------------------------
List View
----------------------------------------------------------------
*/

#list_news{
	float: left;
	width: 444px;
}

#list_news .list_news_item{
	float: left;
	margin-bottom: 20px;
	border-bottom: 1px solid #5D5D5D;
	padding-bottom: 19px;
	width: 444px;	
}

#list_news .list_news_item_image{
	float: left;
	height: 95px;
	width: 120px;
}

#list_news .list_news_item_right{
	float: left;
	padding-left: 14px;
	width: 310px;
}

#list_news .list_news_item_date{
	float: left;
	margin: 0px;
	padding-bottom: 5px;
	width: 310px;
}

#list_news .list_news_item_title{
	float: left;
	margin: 0px;
	padding-bottom: 8px;
	width: 310px;
}

#list_news .list_news_item_content{
	float: left;
	margin: 0px;
	padding-bottom: 5px;
	width: 310px;
	color: #fff;
}

#list_news .list_news_item_more{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 310px;
	text-align: right;
}

/*
 Links Styles
*/

#list_news .list_news_item_date a{
	font-size: 13px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

#list_news .list_news_item_title a{
	font-size: 13px;
	font-weight: bold;
	color: #6699CC;
	text-decoration: none;
}

#list_news .list_news_item_content a{
	font-size: 13px;
	font-weight: normal;
	color: #E3E3E3;
	text-decoration: none;
}

#list_news .list_news_item_more a{
	padding-left: 15px;
	background-image: url(../icons/internal_link.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

/*
----------------------------------------------------------------
Single View
----------------------------------------------------------------
*/

#single_news{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 444px;
}

#single_news_date{
	float: left;
	margin: 0px;
	padding-bottom: 8px;
	width: 444px;
}

#single_news_title{
	float: left;
	margin: 0px;
	padding-bottom: 15px;
	width: 444px;
}

#single_news_subheader{
	float: left;
	margin: 0px;
	padding-bottom: 15px;
	width: 444px;
}
    
#single_news_content{
	float: left;
	margin: 0px;
	padding-bottom: 13px;
	width: 444px;
}

#single_news_back{
	float: left;
	margin: 0px;
	border-top: 1px solid #5D5D5D;
	padding: 0px;
	line-height: 52px;
	width: 444px;
}

/*
 Texts Styles
*/
#single_news_date{
	color: #999999;
}

#single_news_title h1{
	font-weight: bold;
	font-size: 16px;
}

#single_news_subheader{
	font-weight: bold;	
}

/*
 Links Styles
*/
#single_news_back a{
	padding-left: 15px;
	background-image: url(../icons/internal_link_back.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

