/* Part #1 and common */

/* Empty columns at the sides : used for the add ribbon */
.empty_side {
	width: 14px;
	vertical-align: top;
}

.corner_left {
	background: url('../imgs/corner_left.png') no-repeat top left;
	width: 33px;
}

.corner_right {
	background: url('../imgs/corner_right.png') no-repeat top right;
	width: 33px;
}

.sidebar {
	width: 300px;
	background: #ffffff;
	vertical-align: top;
}

/* Empty column in the middle - between the sidebar and the main area */
.empty_col {
	width: 33px;
	background: #ffffff;
}

.main_col {
	background: #FFFFFF;
	vertical-align: top;
	width: 557px;
}

.corner_left, .corner_right, .empty_side, .sidebar, .empty_col, .main_col {
	height: 32px;
}

/* Part #2 - Add section */

.empty_side_ad {
	width: 14px;
	background: #DFA3A3;
}

.ad_section {
	background: #DFA3A3;
	text-align: center;
	padding: 13px 0 18px 0;
	font: italic 8pt "Georgia";
	color: #493125;
}

.ad_section .text {
	margin: 0 0 4px 0;
}

.main_col_cont {
	margin: 20px 0px;
}

.ad_section_shortcuts {
	color: #ffffff;
	line-height: 18px;
	padding: 0 10px;
}

.ad_section_shortcuts a {
	font: italic 8pt "Georgia";
	color: #ffffff;
}

.ad_section_shortcuts  a:hover {
	text-decoration: underline;
}
