#descLeft {
	width: 610px;
	float: left;
	margin: 0 0 0 0;
}

#descRight {
	width: 330px;
	float: left;
	margin: 0 0 0 0;
}

#descRight h2 {
	color: #00AEEF;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0;
}
	
#descLeft ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#descLeft ul li ul {
	margin: 5px 0 0 25px;
	padding: 0 0 0 0;
}

#descLeft li {
	background: none;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}

a.plus {
	padding-left: 1.3em;
	background: url(/img/plus_blue.gif) center left no-repeat;
	text-decoration: none;
 	color: #6B6B6B;
}

a.plus:hover {
	background: url(/img/plus_green.gif) center left no-repeat;
}

a.minus {
	padding-left: 1.3em;
	background: url(/img/minus_blue.gif) center left no-repeat;
	text-decoration: none;
 	color: #6B6B6B;
}

a.minus:hover {
	background: url(/img/minus_green.gif) center left no-repeat;
}

span.bullet{
	padding-left: 1.3em;
	background: url(/img/bullet_blue.gif) center left no-repeat;
}

div.info {
	background: #E7F8FE;
	margin: 10px 0 10px 0;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 14px;
	-khtml-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
}

div.info p {
	margin: 0 0 10px 0;
	padding: 0;
}

div.info p:last-child {
	margin: 0 0 0px 0;
}

li div.info {
	margin-left: 25px;
}

