/* $Id: box.css 98 2008-09-17 11:29:40Z jure.merhar $ */

.box_small_top,
.box_small_bottom {
	display: none;
}

/* center box */
#center .box {
	margin-bottom: 2em;
}
#center .box h1 {
	color: #504f54;
	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: #999;
	text-decoration: underline;
}
#center .box .box-content .main-content a:hover {
	text-decoration: none;
}


/* left box */
#left .box {
	margin: 0 0 0 39px;
  background: #dfdfdf;
}
#left h1 {
	color: #504f54;
  background: #efefef;
	font-size: 1.8em;
	font-weight: normal;
	margin: 0;
	padding: 0.5em 0 0.5em 10px;
	height: 1%;
}
#left h1 a.back {
	float: right;
}
#left .box .box-content {
	padding: 0 10px;
	color: #000;
}
#left .box .box-content a {
	color: #e60004;
	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: #504f54;
	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: #e60004;
}
#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;
}
