/* $Id: three-columns.css 331 2010-12-08 14:59:03Z hayk $ */

/* Three Column Layout
-------------------------------------------------------------- */

.threecolumns #main{
	width: 970px;
}

.threecolumns #header{
	height: 130px;
}

.threecolumns #header .logo {
	height: 100px;
	left: 0;
	position: absolute;
	top: 17px;
	width: 336px;
}

.threecolumns .content {
	float: left;
	width: 450px;
	margin-right: 10px;
}

.threecolumns .sidebar {
	float: left;
	width: 250px;
	margin-right: 10px;
}

.threecolumns #poll .poll_nav button.button {
	margin: 0 5px 0 0;
	padding: 3px 10px 5px;
}
/*
.threecolumns #frm-poll img[src*=poll]{
	width: 210px;
}
*/
.threecolumns .columns .box-whats-new div.box-whats-new-headline {
	font-size:13px;
	margin:0;
	position: absolute;
	right: 15px;
	top: 9px;
	width: 180px;
	text-align: right;
}

.threecolumns .columns .box-whats-new div.box-whats-new-headline a{
	line-height: 1;
}

.threecolumns .columns .box-videos .popular {
	float: none;
	width: auto;
	text-align: center;
	margin-bottom: 10px;
}

.threecolumns .columns .box-videos .fresh {
	float: none;
	width: auto;
}

.threecolumns .columns .box-videos .fresh ol li {
	float: left;
	width: 200px;
	text-align: center;
	height: 115px;
	overflow: hidden;
}

.threecolumns .columns .box-videos .fresh ol{
	margin-left: 5px;
}

.threecolumns .columns .box-videos .second{
	position: relative;
}

.threecolumns .columns .box-videos .second .icon {
	left:-13px;
	top:-7px;
}

.threecolumns .columns .box-dict-radio .radio div.playing {
	font-size: 0.9em;
}