#seminarList a {
	font-size: 12px;
	line-height: 14px;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
#seminarList a:link, #seminarList a:visited {
	text-decoration: underline;
	color: #800000;
}
#seminarList a:hover, #seminarList a:active {
	text-decoration: underline;
	color: #FF6666;
}
#seminarList h2, #seminarList h2 a {
	font-size: 14px;
	line-height: 16px;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
#seminarList h2 a:link, #seminarList h2 a:visited {
	text-decoration: none;
	color: #800000;
}
#seminarList h2 a:hover, #seminarList h2 a:active {
	text-decoration: underline;
	color: #FF6666;
}
#seminarList p {
	padding: 0 0 10px 0;
}
#seminarList td {
        padding-right: 5px;
}

#seminarDetails {
        padding-left: 8px;
}
.addToCart {
        padding: 10px;
}

.seminarDateBox {
	 height: 116px; 
	 width: 167px; 
	 background-image: url("/images/seminar-date-place-bg.jpg");
	 background-repeat: repeat;
}
.seminarDateBox h3 {
	 color: #666;
	 text-transform: uppercase;
	 font-size: 18px;
	 line-height: 20px;
	 font-weight: bold;
	 padding: 8px 0 0 0;
	 margin: 0 6px 0 0;
}
.seminarDateBox h4 {
	 color: #fff;
	 font-size: 81px;
	 line-height: 71px;
	 margin: 0 6px 0 0;
	 padding: 0;
}
#seminarDescription {
         background-color: #fff;
}