/* $Id: content.css 350 2012-03-12 12:11:27Z gaj.capuder $ */

#center_center .content .box_content .top {
	background: url('../dsg/top.gif') no-repeat top left;
	margin-bottom: 1em;
}
#center_center .content .box_content .bottom {
	background: url('../dsg/bottom.gif') no-repeat bottom left;
	min-height: 193px; /*223*/
	height: auto !important;
	height: 193px;
	padding: 15px 15px 5px;
}

/* emphasis */
.content ul.emphasis {
	list-style-type: none;
}
.content ul.emphasis li {
	margin: 0 0 1em 0;
	height: 1%;
}
.content ul.emphasis li .thumb {
	float: left;
}
.content ul.emphasis li .parent {
	margin-left: 175px;
}

/* generic */
.content ul.generic {
	list-style-type: none;
}
.content ul.generic li {
	margin: 0 0 2em 0;
}

/* right */
#right .box .top {
	background: url('/media/dsg/box_right_bottom.gif') no-repeat bottom left;
}
#right .box .top.click {
	cursor: pointer;
}
#right .box .bottom {
	background: url('/media/dsg/box_right_top.gif') no-repeat top left;
	padding: 10px;
	height: 1%;
}
#right .box .box_content {
	position: relative;
	height: 1%;
}
#right .box .box_content h2 {
	text-transform: uppercase;
	font-size: 1.273em;
}
#right .box .box_content .icon {
	position: absolute;
	right: 5px;
	bottom: 2px;
}