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

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

h1 {
	margin-bottom: .75em;
	margin-top: 3em;
	font-size: 1.25em;
	color: #001056;
}

h1:first-child {
	margin-top: 0;
}

h1 a {
	color: #001056;
}

h2 {
	margin-top: 2em;
	margin-bottom: .5em;
	font-size: 1.1em;
	color: #001056;
}

h4 {
	margin-bottom: 15px;
}

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

p {
	margin-bottom: .75em;
}

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

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

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 10px;
}

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

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

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

.cell_left {
	text-align: left;
}

.cell_right {
	text-align: right;
}

.cell_center {
	text-align: center;
}

.even {
	background: #e8edff; 
}

#header {
	margin-bottom: 60px;
	height: 251px;
	background-image: url(../img/header.jpg);
}

#header p {
	position: relative;
	top: 25px;
	left: 3px;
}

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

#footer {
	position: relative;
	height: 229px;
	background-color: #f2f2f2;
	background-image: url(../img/footer_separator.jpg);
	background-repeat: repeat-x; 
	background: url(../img/footer_separator.jpg) repeat-x, -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f4f4f4));
	background: url(../img/footer_separator.jpg) repeat-x, -moz-linear-gradient(top, #ebebeb, #f4f4f4);
	padding-top: 20px;
}

#footer a {
	color: #363636;
}

#footer img {
	position: absolute;
	top: 11px;
	right: 0;
}

.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;
}
