/*  News */

/* Ideal: <div class="block1 right"> */
.news .list .thumb{ 
	float: right;
	margin: 0 0 .8em .8em;
	}
.news .list h6 { font-size: 11px; color: #999; }
/* Ideal: this isn't necessary, just <div class="block1"> */
.sc .news .list .thumb,
.tc .news .list .thumb{
	margin: 0 0 .8em 0;
	float: none;
	}
	
.sc .news{ 	border-color: #CB6F0C; position: relative; }
.sc .news h2{ background-color: #F8901F; border-color: #CB6F0C; color: #FFF; }
.sc .news .button{ background-color: #CB6F0C; border-color: #CB6F0C; }
.sc .news .button:hover{ background-color: #fcb364; border-color: #fcb364; }

