/* news + votes + copyright */
table#news {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #C0A779;
	clear: both;
}
table#news td, table#news th {
	border: 1px solid #C0A779;
	vertical-align: top;
}
table#news th {
	text-align: center;
	font: normal 9pt/17px Arial, Helvetica, sans-serif;
	color: #C4956C;
}
table#news td {
		padding: 12px 25px;
}
table#news th.vote {
	color: #fff;
	background-color: #C4956C;
}
table#news th.news {
	width: 100%;
}
table#news td.vote div.question {
	width: 190px;
	margin-bottom: 1em;
}
table#news td.vote form input, td.vote form label {
	display: block;
	float: left;
}
table#news td.vote form label {
	width: 180px;
	padding: 1px;
	clear: both;
	line-height: 20px;
}
table#news td.vote form input.submit {
	clear: both;
}

table#news td.news {
	padding: 12px 0;
}
table#news td.news ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
table#news td.news ul li {
	width: 33%;
	float: left;
}
table#news td.news ul li div {
	padding-left: 45px;
	padding-right: 22px;
	background: url('../img/bullet_news.gif') no-repeat left 2px;
}
table#news td.news ul li.first {
}
table#news td.news ul li.first div {
	padding-left: 44px;
	background-position: -1px 2px;
}

table#news td.news a {
	color: #000;
}

table#news td.news div.all {
	clear: both;
	margin-top: 12px;
	padding-right: 25px;
	text-align: right;
}
table#news td.news div.all a {
	color: #07008B;
	text-decoration: none;
	font-weight: bold;
	font-size: 7pt;
}

table#news td.copyright {
	background-color: #F7F2EA;
	padding: 4px;
}
table#news table.copyright {
	margin-left: 270px;
}
table#news table.copyright {
	border: 0;
	border-collapse: collapse;
}
table#news table.copyright td {
	padding: 0;
	border: 0;
}
table#news table.copyright td.license {
	padding-bottom: .5em;
}
/* /news + votes + copyright */

/* items */
div#items-cont {
	margin-left: 242px;
}
table#items {
	border-collapse: collapse;
	width: 100%;
	float: right;
}
table#items td {
	border: 0;
	width: 33%;
	padding-bottom: 8px;
}
table#items div.item div.pic {
	height: 80px;
	border: 1px solid #828974;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}
table#items div.item div.title {
	height: 22px;
	background: #828974 url('../img/corner_item.gif') no-repeat bottom right;
	font: bold 9pt/22px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
}
table#items div.item div.title a {
	font: bold 9pt/22px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
table#items div.row1 {
	background-color: #C8B38D;
}
table#items div.row2 {
	background-color: #DAC8A9;
}
table#items div.row3 {
	background-color: #E9DAC0;
}
/* /items */