/* $Id: box.css 192 2009-09-23 12:32:03Z edin.coralic $ */

.box_small_top,
.box_small_bottom {
	display: none;
}

/* center box */
#center .box {
	margin-bottom: 2em;
}
#center .box h1 {
	color: #5c2506;
	font-size: 2.8em;
	font-weight: normal;
	padding-bottom: 2px;
	background: url('/dsg/center_h1_background.png') repeat-x bottom left;
	margin-bottom: 0.3em;
}
#center .first .box h1 {
	padding-bottom: 0;
	background: none;
}
#center .box h1 a.back {
	float: right;
}
#center .box .box-content {

}
#center .box .box-content .main-content {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #554f43;
	margin-bottom: 2em;
}
#center .box .box-content .main-content h2 {
	color: #5c2506;
	font-size: 1.286em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#center .box .box-content .main-content a {
	color: #c1aa79;
	text-decoration: underline;
}
#center .box .box-content .main-content a:hover {
	text-decoration: none;
}


/* left box */
#left .box {
	margin: 0 0 2em 39px;
}
#left .box h1 {
	color: #fff;
	font-size: 1.8em;
	font-weight: normal;
	padding: 0 0 8px 10px;
	background: url('/dsg/left_line.gif') no-repeat bottom right;
	margin-bottom: 0.3em;
	height: 1%;
}
#left .box h1 a.back {
	float: right;
}
#left .box .box-content {
	padding: 0 10px;
	color: #fff;
}
#left .box .box-content a {
	color: #7a5201;
	text-decoration: underline;
}
#left .box .box-content a:hover {
	text-decoration: none;
}
#left .box .box-content .main-content {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 2em;
}


/* right box */
#right .box {
	background: url('/dsg/right_box_top.png') no-repeat top center;
	margin-bottom: 1em;
}
#right .box h1 {
	color: #a04909;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	padding: 1em 5px 0.7em 5px;
}
#right .box .box-content {
	background: url('/dsg/right_box_bottom.png') no-repeat bottom center;
	padding: 0 15px 15px 15px;
}
#right .box .box-content a {
	color: #af6c36;
}
#right .box .box-content .main-content {
	font-size: 1.1em;
	line-height: 1.4em;
}


/* right box small */
#right .box_small_top,
#right .box_small_bottom {
	display: block;
	background: url('/dsg/right_small_box_top.gif') no-repeat top center;
	height: 15px;
	overflow: hidden;
}
#right .box_small_bottom {
	background: url('/dsg/right_small_box_bottom.gif') no-repeat bottom center;
	margin-bottom: 1em;
}
#right .box_small {
	background: url('/dsg/right_small_box_middle.gif') repeat-y top center !important;
	margin-bottom: 0;
}
#right .box_small h1 {
	padding: 0 5px 13px 5px;
	background: url('/dsg/right_box_line.png') no-repeat bottom center;
	margin-bottom: 5px;
}
#right .box_small .box-content {
	background: none !important;
	padding: 0 15px;
}

