/* News Box styles */
.brown {
	color: #FFFFFF;
	background-color: #781F12;
	overflow: hidden;
	padding: 28px 0px 10px;
	z-index: 2;
}

.brown h1 {
	margin: 0;
	padding: 0 25px;
}

.brown h2 {
	margin: 0 0 5px;
	padding: 0 25px;
	text-align: right;
}

.brown .devider {
	background: url(/images/ttf_devider_18a.gif) #DDFF64 left top repeat-x;
	border: solid 1px #EBE5A7;
	display: block;
	height: 13px;
	margin: 9px 0 24px;
	overflow: hidden;
}	

.brown .newsHolder {
	line-height: 14px;
	overflow: hidden;
	padding: 0px 25px 10px;
}

.brown .newsHolder .large {
	float: left;
	width: 410px;
}

.brown .newsHolder .preview {
	border: solid 3px #FFFFFF;
	float: right;
	width: 115px;
}

.brown .newsHolder .large img {
	border: solid 3px #FFFFFF;
}

.brown .newsHolder .preview img {
	border-bottom: solid 3px #FFFFFF;
	float: left;
}

.brown .newsHolder .preview img.last {
	border-bottom: none;
}

.brown .newsList {
	margin: 0 0 10px;
	overflow: hidden;
	padding: 20px 25px 0;
	width: 550px;
}

.brown .newsList dt {
	background: url(/images/ttf_arr_29a.gif) right 3px no-repeat;
	float: left;
	font-weight: bold;
	padding: 0 10px 0 0;
	width: 30px;
}

.brown .newsList dd {
	float: left;
	padding: 0 20px 5px 5px;
	width: 205px;
}


.brown ul.controls {
	float: right;
	overflow: hidden;
	padding: 0 5px 0 0;
	width: 100px;
}

.brown ul.controls li {
	display: block;
	float: left;
	margin: 0 7px 0 0;
}

.brown ul.controls li a {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 26px;
	width: 26px;
}

.brown ul.controls li a:hover, .brown ul.controls li.active a {
	background-position: left bottom;
}

.brown ul.controls li.pause a {
	background-image: url(/images/ttf_controls_pause.gif);
}

.brown ul.controls li.prev a {
	background-image: url(/images/ttf_controls_prev.gif);
}

.brown ul.controls li.next a {
	background-image: url(/images/ttf_controls_next.gif);
}


/* Index ratings */
#ratings {
	bottom: 175px;
	left: 51px;
	position: absolute;
	width: 550px;
}

#ratings ul {
	overflow: hidden;
	padding: 0 142px 0 0;
}
	
#ratings ul li {
	background: url(/images/ttf_rate_bg_33a.png) top left no-repeat;
	color: #B01E0D;
	display: block;
	float: right;
	font-weight: bold;
	height: 31px;
	line-height: 31px;
	margin-right: -15px;
	text-align: center;
	width: 151px;
}

#ratings .content {
	background-color: #FF912D;
	padding: 10px;
	z-index: 2;
}

#ratings .l {
	border-right: solid 1px #F6D4D7;
	float: left;
	width: 258px;
}

#ratings .r {
	border-left: solid 1px #F6D4D7;
	float: right;
	width: 258px;
}


#ratings table {
	color: #7F746C;
	margin: 0;
	width: 100%;
}

#ratings table th {
	background: url(/images/ttf_rate_bg_18a.jpg) #FFF9F9 left top no-repeat;
	border-bottom: solid 1px #FFFFFF;
	color: #DE626E;
	font-weight: bold;
	padding: 8px 15px;
	text-align: right;
}

#ratings table td {
	cursor: default;
	padding: 1px 5px;
}

#ratings table .odd td {
	background: #FFEED9;
}

#ratings table .active td {
	background: #FFCBBB !important;
}

#ratings table td.num {
	width: 30px;
}

#ratings table .active td.name {
	color: #D84755;
}

#ratings table td.rate {
	color: #E16F79;
	padding-right: 15px;
	text-align: right;
	width: 30px;
}

#ratings .holder {
	background: #FFFFFF;
	margin: 0 0 10px;
	overflow: hidden;
}

#ratings p {
	clear: both;
	text-align: right;
	margin: 0;
}

.more {
	background: url(/images/ttf_arr_22a.gif) right center no-repeat;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 0 25px 0 0;
}


/* Random photo box Styles */
#randPhoto {
	background-color: #AC2B17;
	bottom: 175px;
	font-size: 11px;
	left: 618px;
	padding: 10px 19px;
	position: absolute;
	width: 142px;
	z-index: 2;
}

#randPhoto h2 {
	margin: 0 0 15px;
	text-align: center;
}

#randPhoto h2 img {
	border: none;
}

#randPhoto img {
	border: solid 2px #FFFFFF;
}

#randPhoto .controls {
	color: #E1FF5D;
	font-size: 10px;
	padding: 15px 0;
	text-align: center;
}

#randPhoto .controls a {
	color: #E1FF5D;
}