root { 
    display: block;
}

* {
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
}

body {
	padding: 5px;
}

#main-content {
	width: 800px;
	margin: auto;
}

#header {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
}

#leftbox {
	width: 190px;
	margin: 0;
	padding: 0;
	float: left;
	color: #3477AC;
	font-size: 22px;
	text-align: center;
}

#leftbox img {
	margin-top: 20px;
}

#rightbox {
	width: 600px;
	margin: 0 0 0 5px;
	padding: 0;
	float: left;
	text-align: right;
}

.product-selection {
	margin-top: 5px;
	border: 3px solid #0095d9;
}

.product-selection a, .product-selection a:hover {
	color: #0095d9;
}

.product-selection td {
	border-bottom: 1px solid #0095d9;
	padding: 5px;
}

.product-selection td.last {
	border: 0;
}

.product-selection, .product-selection tr, .product-selection td {
	border-color: #0095d9;
	width: 100%;
	clear: right;
	text-align: left;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
	margin-right: 10px;
	width: 100px;
}

.f-left .item-header {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.f-right .item-header {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.leftside {
	font-size: 11px;
}

p {
	padding: 0;
	margin: 2px;
}

.clear {
	clear: both;
	height: 0;
}

#footer {
	margin: 10px 0 0 0;
}

#footer, #footer2 {
	text-align: center;
	font-size: 11px;
}

#footer a, #footer a:visited {
	color: gray;
}

.price-old {
	text-decoration: line-through;
}

.price-new {
	color: red;
}

.product-features {
	margin: 0;
	padding: 2px 15px 4px 18px;
	float: left;
	list-style-image: url(/images/check.gif);
}

#post-header {
	height: 40px;
	background: white url(/images/top_nav_bg.gif) repeat-x;
	margin: 0 0 10px 0;
	padding: 0;
}

#pre-footer {
	height: 48px;
	background: white url(/images/footer_strip.gif) repeat-x;
	margin: 8px 0 0 0;
	padding: 0;
}

input {
	margin: 6px;
	padding: 0;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

.getreport-button {
	margin-top: 10px;
	cursor: pointer;
}