/*--------------------------*/
/* WT GALLERY category mode */
/*--------------------------*/
div.wtgallery_categories { 
	border: 0px solid #491416;
	width: 120px;
	padding: 8px;
	float: left;
	margin: 5px 0px 5px 0px;
}
* html div.wtgallery_categories { 
	padding: 0px;
}
div.wtgallery_category_pic  img {
	border:solid 1px #491416 ;
}

div.wtgallery_category_pic {
	float: left;
}
div.wtgallery_category_pic {
	margin:0px 8px 0px 0px;
}
div.wtgallery_category_folder {
	margin: 0px 0px 10px 0px;
	padding:0px;
	line-height:25px;
	font-weight:bold;
}
p.wtgallery_category_pagebrowser {
	display: none;
}

/* WT GALLERY list mode */

.wtgallery_listpic_pic {
	border: 0px solid #fff416;
}
.wtgallery_listpic {
	border: 1px solid #491416;
	margin: 10px;
}
#
.wtgallery_pagebrowser {
        border: 0px solid #888;
        padding: 5px;
        margin: 5px 5px 20px 5px;
		line-height:150%;
}
.wtgallery_pagebrowser_back {
        float: left;
        width: 40px;
        min-height: 1px;
		margin-left: 40px;
}

.wtgallery_pagebrowser_page {
        float: left;
        margin-left: 100px;
}

.wtgallery_pagebrowser_fwd {
        margin-left: 270px;
}
.wtgallery_pagebrowser_up {
	display: none;
}
/* WT GALLERY singleview mode */
.wtgallery_singlepic_pic {
	border: 1px solid #491416;
}
.wtgallery_singlepic {
	border: 0px solid #888888;
	margin: 0px;
	text-align: left;
}
.wtgallery_singlepic_up{
		display: none;
}

.wtgallery_singlepic_popup {
	text-align:left;
	font-style:italic;
    margin: 5px 5px 5px 0px;
	clear:both;
}
.wtgallery_singlepic_fwdback {
        border: 0px solid #888;
        padding: ßpx;
        margin: 10px 5px 40px 0px;
		line-height:150%;
		height:10px;
}
.wtgallery_singlepic_back {
	float: left;
	width: 100px;
	min-height: 1px;
	margin-left: 0px;
}

.wtgallery_singlepic_fwd  {
	width:100px;
	float:right;
	margin-right: 170px;
}
* html .wtgallery_singlepic_fwd {
	display:inline;
}
/* wt_gallery END */

/*--------------------------*/
/*         TT NEWS          */
/*--------------------------*/

.news-latest-container {


}

.news-latest-item, .news-single-item {
	width: 505px;
	border: 1px solid #CB5457;
	background-color: #B81418;
	margin: 0px 0px 20px 0px;
	padding: 10px 15px 15px 15px ;

}

.news-latest-item img{
	margin: 10px 2px 8px 0px;
	padding: 0px 0px 0px 0px ;

}
 
* html .news-latest-item {
	width: 535px;
}
* html .news-single-item {
	width: 535px;
}

.news-latest-container h1, .news-single-item h1{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 10px;
	font-weight: bold;
	font-size: 14px;
}

.news-latest-container h2{
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 4px 0px;
	font-weight: bold;
	font-size: 12px;
}

.news-latest-container h3, .news-single-item h2{
text-transform:uppercase;
	margin: 3px 0px 0px 0px;
	padding: 1px 0px 3px 0px;
	font-weight: bold;
	font-size: 12px;
	display:block;
	text-decoration:none;
	border-bottom:solid 1px #CB5457;
}

.news-latest-date, .news-single-date {
	line-height:15px;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 8px 0px;
}
.news-single-item h3, .news-latest-item h3 a, .news-latest-item h3 a:link {
	text-decoration:none;
}

.news-latest-date a, .news-latest-date a:link{
	line-height:15px;
	text-decoration:none;
}

hr.clearer {
border:solid #999999 0px;
height:1px;
background-color:#CB5457;
}