ul li {
	list-style-type: none;
}

ul {
	padding: 0;
	margin: 0;
}

ul#packages {
	position: relative;
	height: 150px;
}

ul#packages li {
	width: 190px;
	height: 100px;
	position: absolute;
	cursor: pointer;
	background-color: #fff;
	text-align: center;
}

ul#packages li input {
	margin: 0;
	padding: 0;
}

ul#packages img {
	cursor: pointer;
}

li#package-1 {
	left: 0;
}

li#package-2 {
	left: 198px;
}

li#package-3 {
	left: 395px;
}

li#package-4 {
	left: 593px;
}

ul.extras {
	margin-bottom: 20px;
}

span#quote-price {
	color: #fff;
}

#packages p.price {
	border-top: 1px solid #ccc;
	padding-top: 3px;
}

div#cost p {
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;
	margin: 0;
}

li.endgroup {
	margin-bottom: 10px;
}

#cost {
	height: 20px;
	background-color: #3878db;
	border-top: 1px solid #0019a8;
	padding: 10px;
	position: fixed;
	bottom: 0;
	width: 100%;
}

#cost ul.tools {
	float: right;
	margin: 0;
	padding: 0;
	width: 270px;
}

#cost ul.tools li {
	list-style-type: none;
	display: inline;
	margin-left: 7px;
	padding-left: 7px;
	border-left: 1px solid #fff;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
}

#cost ul.tools li.first {
	border: 0;
}

#cost ul.tools li a {
	color: #fff;
	font-weight: bold;
}

div#widecontent {
	position: relative;
}

div.section {
	border-bottom: 1px solid #ccc;
	position: relative;
	margin-bottom: 10px;
}

div.section div {
	position: absolute;
	top: 30px;
	left: 230px;
}

div.section ul {
	position: absolute;
	top: 30px;
	left: 230px;
}

div.section div ul {
	position: static;
}

div.section img {
	padding-right: 20px;
	border-right: 1px solid #ddd;
}

div.section h3 {
	position: absolute;
	left: 230px;
	top: 0;
	font-weight: bold;
}

hr.clear {
	display: none;
	clear: both;
}