/* comment */
.seminars div.items {
	
}

#center .seminars .box h1 {
	background: #aba899;
	color: #fff;
}

.seminars a.archive {
	float: right;
}
.seminars div.items div.container {
	
}
.seminars div.items div.container h2 {
	font-size: 110%;
}
.seminars div.items div.container div.order {
	padding: 8px 0;
	font-size: 90%;
}
.seminars div.items div.container div.order a {
	float: right;
	display: block;
	font-weight: bold;
	padding: 1px 2px;
	background: #ff8a00;
	color: #fff;
	text-decoration: none;
}
.seminars div.items div.container div.order .strike {
	text-decoration: line-through;
}
.seminars div.items div.container div.order span.discount {
	padding-left: 10px;
	color: #ff0000;
}

.seminars ul.types {
	list-style-type: square;
}
.seminars ul.types li {
	font-size: 80%;
}
.seminars ul.types li h3 {
	font-size: 110%;
}

.seminars ul.texts {
	list-style-type: none;
	background: #e2e0d2;
	padding: 4px 10px;
	margin: 0 0 1em 0;
}
* html .seminars ul.texts {
	padding-bottom: 0;
}
.seminars ul.texts li {
	float: left;
	margin: 0;
	width: 49%;
	padding: 1px 0;
	height: 1%;
}
.seminars ul.texts li.spacer {
	clear: both;
	float: none;
	width: 100%;
	height: 0px;
	overflow: hidden;
}
.seminars ul.texts li a {
	font-weight: bold;
	background: url('/dsg/li_dot.gif') no-repeat center left;
	padding-left: 10px;
}
.seminars ul.texts li a.active {
	color: #000;
}
.seminars h2 {
	margin-bottom: 0.5em;
	font-size: 1.181em;
}