@charset "utf-8";
/* CSS Document */
body { background-color: #003; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 90%; color: #fff; }

#superpage { background-color: #009; width: 825px; padding: 1em; border: 15px solid #006; margin: 1em auto; }
#page {  }

#header { text-align: center; }

#nav { text-align: center; font-size: 1.3em; }
#nav ul { margin-left: 0; padding-left: 0; white-space: nowrap; }
#nav li { display: inline; list-style-type: none; }
#nav a { padding: 3px 10px; background-color: #9ce663; text-decoration: none; color: #009; }
#nav a:hover { color: #fff; }

#content { width: 800px; margin: 2em auto; font-size: 0.9em; border-top: 2px solid #ccc; }
#content a { color: #ff6; }

#footer { width: 800px; margin: 1em auto; font-size: 0.8em; color: #ddd; font-style: italic; clear: both; margin-top: 2em; margin-bottom: 2em; }

.results_item { display: block; margin: 1em 0; padding: 1em; background-color: #000033; }
.results_image { float: left; width: 190px; }
.results_plan { margin-left: 190px; }
.results_planname { font-size: 1.4em; border-bottom: 1px solid #ccc; margin-bottom: 8px; }
.results_column1 { float: left; width: 100px; }
.results_column1_values { float: left; width: 70px; }
.results_column2 { float: left; width: 60px; }
.results_column2_values { float: left; width: 50px; }
.results_view { text-align: right; font-weight: bold; font-size: 1.2em; }

.detail_item { display: block; margin: 1em 0; padding: 1em; background-color: #000033; }
.detail_image { float: left; width: 515px; text-align: center; }
.detail_thumbs { margin: 1em 0; padding: 0.5em; }
.detail_thumbs img { margin: 2px; border: none; }
.detail_plan { margin-left: 520px; border: 1px solid #ccc; padding-left: 2px; padding-right: 2px; }
.detail_planname { font-size: 1.4em; border-bottom: 1px solid #ccc; margin-bottom: 8px; color: #9ce663; }
.detail_column1 { float: left; width: 85px; }
.detail_column1_values { float: left; width: 50px; }
.detail_column2 { float: left; width: 50px; }
.detail_column2_values { float: left; width: 50px; }
.detail_attributes { float: left; margin-top: 1em; }
.detail_title { font-weight: bold; font-size: 1.1em; color: #9ce663; }

.clear { clear: both; }


