/* CSS Document */

#adv_layer {
	position:absolute;
	width: 180px;
	left: 842px;
	top: 125px;
	border: 0px none;
	overflow: visible;
	background-color:#FFFFF;
	height: 340px;
}

#adv_layer .headline {
	font-weight: bold;
	color: #DB9A24;
	font-size: 12px;
}

#adv_layer .adv_item {
	clear:both;
	background-color: #F8EAD1;
	overflow: visible;
	margin-bottom: 5px;
	padding: 10px;
	border-left: 2px dashed #DB9A24;
	border-right: 0px solid #FFFFFF;
}

