@charset "UTF-8";
/* CSS Document */

@media print
{
	body{background:#fff}    
	.headerButtons { display:none; } 
}
html, body {
	margin: 0px;
	padding: 0px;
}

body {
                    margin-top: 0px;
                    text-align: center;
				background-color: #ffffff;
                }

#contentWrapper {
	padding-top: 10px;
	padding-bottom: 10px;
	}

#contentBox {
	width: 700px;
	border-color:#333333;
     -moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color: #f0f0f1;
	-moz-box-shadow:2px 2px 2px #c6c6c7;
	-webkit-box-shadow:2px 2px 2px #c6c6c7;
	box-shadow:2px 2px 2px #c6c6c7;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left:0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
     }

#content { }

.style1 {font-size: 20px; font-weight: bold; }
.style2 {font-size: 14px}
.style3 {font-size: 12px}
.style6 {font-size: 7px}
.style10{font-size: 18px; font-weight:bold;}
.style11{font-size: 18px; font-weight:bold; font-style:italic;}
.viewColTitle{font-size: 12px; font-weight:normal; font-style:italic; font-variant:normal; }
.viewColText {font-size: 14px; font-weight:bold; font-style:normal; font-variant:normal;}


.price, .noPrice, .oldPrice { font-family: "Times New Roman", Times, serif;  font-weight: bold; overflow: hidden; text-align: center; vertical-align: text-top; }
.price{ font-size: 22px;  }
.noPrice {	font-size: 16px; color:#039;}
.oldPrice {	font-size: 18px; color: #CC3333; text-decoration: line-through; }




.lineHalf { width: 500px; color:#000000; height:1px; }
.lineFull { width: 690px; color:#000000; height:1px; }


.info_fuel, .info_fuel_sm { font-family: "Times New Roman", Times, serif;  line-height: 1em; }
.info_fuel { font-size: 14px; font-weight: bold; color: #0a2b04; }
.info_fuel_sm { font-size: 10px; font-weight: normal; color: #0a2b04; }

.contactDIV {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.contactTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #666;
}
.contactInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}

.info_general_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: normal;
	color: #000000;
	text-align: left;
	vertical-align: top;
	}
.options_general_text{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	vertical-align: top;
			}

#tinyText {
font-family: "Courier New", Courier, monospace;
font-size: 5px;
font-weight: normal;
color: #666666;
text-align: center;
vertical-align: middle;
}


	.btn_blue { 
			background-color: #009;
			color: #FFF; 
			border: 1px solid #003;
			border-radius: 4px;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			-moz-box-shadow:2px 2px 2px #666666;
			-webkit-box-shadow:2px 2px 2px #666666;
			box-shadow:2px 2px 2px #666666;
			margin-bottom: 5px;
			padding-top: 3px;
			padding-bottom: 3px;
			font-weight:bold;
			}
	.btn_blue:hover,
	.btn_blue:focus { 	color: #FFF;
								border: 2px solid #ffffff;
								background-color: #00F;
								}
