﻿div#spot {
	width: 980px; height: 470px;
	background: transparent url('imagebackground.png') repeat-x left 450px;
}
div#spot div.mainnews {
	width: 980px; height: 450px;
	background: #a0a0a0;
}
	div#spot div.mainnews .mainplaceholder {
		display: block;
		position: absolute;
	}

div#columns {
	width: 980px;
}

div.column {
	float: left; clear: none;
}

div#column_a,
div#column_b,
div#column_c {
	width: 270px;
	/* border-right: 1px solid #000000; */
}
div#column_d {
	width: 164px; /* 166 px reduced to 164 to patch zoom bug */
}
div#column_d .sideblock {
	border-left: 1px solid #000000;
}
div#column_d .sideblock .sideblockcontent {
	margin-left: 5px; margin-bottom: 10px;
}

div#column_c div div.section {
	background-color: #ffffff; /* black */
	color: #000000; /* white */
}

div.column div div.section .title {
	font-size: 17px;
}
div.column div div.section .text {
	font-size: 13px;
	font-style: italic;
}

div.column div div.section div.title {
	width: 270px; height: 70px;
}
div.column div div.section div.list {
	margin-bottom: 10px;
}
div#column_b div div.section div.list {
	height: 320px;
}

div#column_a div div.section div.title {
	background-color: #cdcdcd; /* light grey */
}
div#column_a div div.section div.list ul li {
	border-bottom-color: #cdcdcd; /* light grey */
}
div#column_b div div.section div.title,
div#column_b div div.section div.list {
	background-color: #000000; /* black */
	color: #ffffff; /* white */
}
div#column_b div div.section div.list ul li {
	border-bottom-color: #ffffff; /* white */
}
div#column_c div div.section div.title {
	background-color: #e3d4b2; /* dark grey */
}
div#column_c div div.section div.list ul li {
	border-bottom-color: #e3d4b2; /* dark grey */
}
div.column div div.section div.title a {
	display: block; left: 12px; top: 20px;
	width: 250px; height: 22px;
}

div#column_a div div .title a,
div#column_c div div .title a {
	background: transparent url('doublearrow_dw_black.png') no-repeat right 6px;
}
div#column_b div div .title a {
	background: transparent url('doublearrow_dw_white.png') no-repeat right 6px;
}



div.column div div.section div.title {
	text-transform: uppercase;
}
div.column div div.section div.list ul li {
	margin: 0px 12px;
	border-bottom: 1px solid;
	padding: 12px 0px;
}
div.column div div.section div.list ul li div.cont {
	display: inline;
	font-size: 10px;
	color: #fb0084 ;/* magenta */
	text-transform: lowercase;
}