/* Advertisements */
div#advertisements_bottom {
	border-style: dashed;
	border-width: thin;
	clear: both;
	float: left;
	height: 90px;
	margin-top: 30px;
	padding: 5px 0px;
	width: 998px;
}

div#advertisements_im_box {
}

div#advertisements_left {
	border-radius: 5px;
	border-style: dashed dashed none none;
	border-width: thin;
	clear: both;
	float: left;
	height: 600px;
	margin-top: 30px;
	padding: 5px;
	width: 160px;
}

div#advertisements_right {
	border-radius: 5px;
	border-style: dashed none none dashed;
	border-width: thin;
	float: right;
	height: 600px;
	margin-top: 30px;
	padding: 5px;
	width: 160px;
}

div#advertisements_top {
	border-style: dashed;
	border-width: thin;
	clear: both;
	float: left;
	height: 90px;
	margin-bottom: 30px;
	padding: 5px 0px;
	width: 998px;
}

/* Breadcrumbs */
div#breadcrumbs_container {
	border-bottom: 1px solid #bbb;
	clear: both;
	float: left;
	text-align: left;
	width: 100%;
}

	span#breadcrumbs_current {
		color: #9B1219;
		font-size: 175%;
		font-weight: bold;
	}

		span#breadcrumbs_current a:active, span#breadcrumbs_current a:hover, span#breadcrumbs_current a:link, span#breadcrumbs_current a:visited {
			color: #9B1219;
			text-decoration: none;
		}

	span.breadcrumbs_previous {
		color: #000;
		font-weight: bold;
	}

		span.breadcrumbs_previous a:active, span.breadcrumbs_previous a:hover, span.breadcrumbs_previous a:link, span.breadcrumbs_previous a:visited {
			color: #000;
			text-decoration: none;
		}

div#breadcrumbs_navigation_container {
	clear: both;
	float: left;
	width: 100%;
}

	span#breadcrumbs_navigation_left {
		float: left;
		font-size: 75%;
	}

	span#breadcrumbs_navigation_right {
		float: right;
		font-size: 75%;
	}

/* div Link */
span.div_link {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}

span.div_link_overlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
}

/* Errors */
div#error_page {
	background-color: #999900;
	border-radius: 50px;
	border-style: solid none;
	border-width: thin;
	box-shadow: 0px 0px 50px 20px #696969;
	clear: both;
	color: #FFF;
	cursor: pointer;
	font-size: 200%;
	font-weight: bold;
	margin: 0px 100px;
	padding: 290.5px 0px;
	position: relative;
	text-shadow: 0px 10px 5px #000;
	z-index: 1002;
}

/* Overlay */
div.overlay {
	display: none;
	height: 100%;
	left: 0%;
	opacity: 0.85;
	position: absolute;
	top: 0%;
	width: 100%;
	z-index: 1001;
}

	div#overlay_black {
		background-color: #000;
	}

	div#overlay_orange {
		background-color: #FF9900;
	}
