@charset "UTF-8";
/* MoL Themes */

#section ul#themes {
	margin: 0;	
}

ul#themes li {
	position: relative;
	display: block;
	float: left;
	width: 211px;
	margin: 12px 24px 12px 0;	
}

ul#themes li.last {
	margin-right: 0;	
}

ul#themes li.empty {
	height: 116px;
	background: #333;	
}

ul#themes li h2 {
	margin: 0;	
}

ul#themes li h2 a {
	display: block;
	padding: 3px 21px 4px 7px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFF;	
	background: #BF382C;	
}

ul#themes li h2 a:hover {
	text-decoration: none;	
}

ul#themes li div {
	position: absolute;
	top: 0;
	left: 0;
	width: 198px;
	background: #FFF;
	border: 1px solid #BF382C;
	z-index: 8;
}

ul#themes li div p {
	margin: 0;
	padding: 3px;
	font-size: 8.5pt;	
}

ul#themes li div h3 {
	margin-bottom: 0;
	padding: 3px;
	color: #FFF;
	font-size: 8pt;
	background: #BF382C;	
}

ul#themes li div.hidden {
	display: none;	
}

.split {
  border-bottom: 1px solid #CCC;
  padding-bottom: 14px;
}

.oral-icon {
  display: block;
  margin-top: -10px;
}

dd.increased_line_height {
  line-height: 1.5;
  width: 600px;
}

.red-button {
  background: url(../images/red-button-bg.gif);
  height: 20px;  
  padding: 5px;
  color: white;
  width: auto;  
}