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

body {
	background-color: #FFF;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
	color: #363636;
}

@media (max-width: 400px) {
	body {
		background-position-y: -45px;
	}

}

h1 {
	margin-top: 3em;
	margin-bottom: .75em;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.25em;
	color: #001056;
}

h1:first-of-type {
	margin-top: 0;
}

h1 a {
	color: #001056;
}

h2 {
	margin-top: 2em;
	margin-bottom: .5em;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	color: #001056;
}

h4 {
	margin-bottom: 15px;
}

a {
	color: #646f91;
	color: #1b3ea4;
	text-decoration: none;
	font-weight: bold;
}

p {
	margin-bottom: .75em;
}

sup { 
    vertical-align: super;
    font-size: smaller;
}

ul {
	margin-left: 1em;
	margin-bottom: 1em;
	margin-top: -0.5em;
}

li {
	list-style-type: disc;
	list-style-position: inside;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 10px;
}

#middle_column {
	padding-left: 20px;
	padding-right: 20px;
}

#middle_column form {
	background-color: #f2f2f2;
	border-color: #acacac;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	padding: 10px;
}

#right_column {
	text-align: center;
}

table {
	margin-bottom: 2em;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

form table {
	margin-bottom: 0;
}

th {
	font-weight: bold;
	padding: 10px 8px;
	color: #669;
}

td {
	min-width: 5em;
	padding: 8px;
	color: #669;
}

.cell_left {
	text-align: left;
}

.cell_right {
	text-align: right;
}

.cell_center {
	text-align: center;
}

table tr:nth-child(2n+1) {
	background: #e8edff; 
}

.caption {
	color: #999;
	font-variant: small-caps;
	font-size: 0.7em;
	text-align: right;
	margin-top: -0.5em;
	margin-bottom: 1.5em;
}

.donate_caption {
	color: #999;
	text-align: center;
	font-size: 0.8em;
}

#header {
	margin-bottom: 0px;
	height: 251px;
	background-repeat: no-repeat;
}

#header h1 {
	margin-top: 2em;
	font-family: 'Orbitron', sans-serif;
	font-size: 2.5em;
}

@media (max-width: 400px) {
	#header {
		height: 145px;
	}

	#header h1 {
		font-size: 2em;
	}
}

#header p {
	position: relative;
	top: 25px;
	left: 3px;
	font-family: 'Open Sans', sans-serif;
}

#content {
	min-height: 580px;
	padding-bottom: 27px;
}

#footer {
	position: relative;
	padding-top: 30px;
}

.adslot_horizontal_top, .adslot_horizontal_bottom {
	display: block;
	margin-bottom: 20px;
}

.adslot_vertical {
	display:inline-block;
	width:300px;
	height:600px;
	margin-bottom: 20px;
}

.adslot_vertical_wide {
	display:inline-block;
	width:300px;
	height:600px;
	margin-bottom: 20px;
}

.my_ad_vertical {
	display:inline-block;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #a9a9a9;
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

@media (max-width: 1024px) {

	.adslot_vertical, .adslot_vertical_wide, #donate_button, #app_ad_vertical {
		display: none;
	}
	
	#footer {
		background: url(../img/footer_separator.jpg) repeat-x 0 top;
	}
	
}

@media (min-width: 1025px) {

	/* .adslot_horizontal_top, */
	.adslot_horizontal_bottom {
		display: none;
	}
	
	#footer {
		background: url(../img/oil_flow.jpg) no-repeat right #f2f2f2;
		background: url(../img/footer_separator.jpg) repeat-x 0 top, url(../img/oil_flow.jpg) no-repeat right #f2f2f2;
	}
}

#custom_search_field {
	display: inline-block;
	width: 350px;
}

#footer ul {
	margin-left: 0;
	margin-bottom: 25px;
}

#footer li {
	padding: .7em 0;
	list-style-image: url(../img/bullet.png);
	list-style-position: inside;
	border-bottom: 1px solid #BBB;
}

#footer li:first-child {
	border-top: 1px solid #BBB;
}

#footer a {
	color: #363636;
}

.tag {
	margin-right: 10px;
	padding: 3px 10px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;	
	background-color: #8f8f8f;
	font-size: .7em;
	color: #FFF;
}

.ot_simpercent {
	color: red;
	font-weight: bold;
}

.ot_product, .ot_brand {
	font-weight: bold;
}

.ot_common_approval {
	color: black;
}

.ot_approval_line {
	color: #AAA;
}

.faq_question:before {
	content: 'Q: ';
	font-weight: bold;
	color: #001056;
}

.faq_answer:before {
	content: 'A: ';
	font-weight: bold;
	color: #001056;
}

.faq_answer {
	color: #999;
}

.accordion {
	margin: 0em;
	width: 710px;
	height: 36px;
	padding: 15px 0 0 10px;
	background-image: url(../img/accordion_wide.jpg);
	background-repeat: no-repeat;
}

table#vw_spec_table td {
	min-width: intrinsic;
	vertical-align: middle;
	padding: 0;
}

.payloadz_btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 5px;
  text-decoration: none;
  cursor: pointer;
}

.payloadz_btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
