html {
	height: 100%;
	}
	
body {
	height: 100%;
	}

#lightbox {
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	right: 0;
	top: 150px;
	opacity:0.8;
	filter:alpha(opacity=80);
	z-index: 1000;
	display: none;
	}

#compare {
	border: 3px solid #2e2c2d;
	background-color: white;
	text-align: center;
	width: 650px;
	padding: 5px 20px 20px 20px;
	min-height: 500px;
	position: absolute;
	top: 180px;
	left: 50%;
	margin-left: -325px;
	z-index: 1001;
	display: none;
	}

#compare_alert {
	color: red;
	font-weight: bold;
	width: 100%;
	padding: 2px;
	text-align: center;
	font-size: 12px;
	}

#ataglance {
	width: 100%;
	}

#ataglance h2 {
	color: #666666;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	border-bottom: 5px solid #dddddd;
	}

#ataglance a {
	font-weight: bold;
	color: #114477;
	text-decoration: none;
	}

#ataglance a:hover {
	text-decoration: underline;
	}

#ataglance table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #FFFFFF;
	}
	
#ataglance td {
	padding: 4px;
	vertical-align: top;
	}

.label {
	background-color: #D9D9D9;
	font-weight: bold;
	}

.odd {
	background-color: #f3f3f3;
	}
#compare_model {
	font-size: 26px;
	font-weight: bold;
	margin-top: 12px;
	}

#compare_mfr {
	font-size: 16px;
	font-style: italic;
	color: gray;
	}
#choose_cat ul {
	}
	
#choose_cat li {
	font-weight:  bold;
	font-size: 22px;
	}

#choose_cat li ul li {
	font-size: 12px;
	}

#compare_choose {
	
	}

#compare_choose li {
	list-style: none;
	}
	
#compare_status {
	width: 270px;
	margin: 8px;
	padding: 5px;
	border: 1px solid grey;
	text-align: left;
	}
#compare_status ol {
	margin: 0px 0px 0px 20px;
	padding: 0;	
	}
#compare_status li {
	margin: 0;
	padding: 0;
	}
	
#compare_list h2 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	}
	
#compare_list ul {
	margin: 15px;
	padding: 0;	
	}
	
#compare_list li {
	list-style-type: none;
	}

#compare_close {
	}

#stars {
	font-size: 20px;
	height: 20px;
	vertical-align: top;
	}

#stars img {	
	height: 18px;
	width: 18px;
	border: 0;
	}

#stars a {
	background-position: top;
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	border: 1px solid #FFFFFF;
	font-size: 20px;
	}

.on {
	background-image: url(images/star_on.png);
	}

.off {
	background-image: url(images/star_off.png);
	}

#stars a:hover {
	background-image: url(images/star_hover.png);
	}

#status {
	display: none;
	}