﻿@charset "utf-8";
/* CSS Document */
/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
element.style {
    display: inline-table !important;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General Styles */

body {
    font-family: Arial;
    font-size: 11px;
    color: #333;
    padding-top: 20px;
}

div, td {
    line-height: 1.5;
}

h1 {
    background-image: url('images/ToyotaLogo.jpg');
    background-repeat: no-repeat;
    width: 180px;
    height: 56px;
    text-indent: -9999px;
}

h2 {
    font-size: 16px;
    color: #333;
    line-height: 60px;
    font-weight: normal;
    margin-left: 10px;
}

h3 {
    font-size: 12px;
    font-weight: normal;
}

h4 {
    font-size: 12px;
    font-weight: normal;
}

.toyota, a.toyota {
    color: #BC0000;
}

/* Positioning */

#wrapper {
    width: 872px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
    padding: 0 20px;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

/* Borders */

.borderLeft {
    border-left: 1px solid #808080;
}

.borderRight {
    border-right: 1px solid #808080;
}

.borderTop {
    border-top: 1px solid #808080;
}

.borderBottom {
    border-bottom: 1px solid #808080;
}

.borLightTop {
    border-top: 1px solid #dfdfdf;
}

.borLeft {
    border-left: 1px solid #d9d9d9
}

.borRight {
    border-right: 1px solid #d9d9d9
}

.borBottom {
    border-bottom: 1px solid #d9d9d9
}

/* Other */

.padding {
    padding: 6px;
}

.paddingOther {
    padding: 6px 6px 0px 6px;
}

.padding15px {
    padding: 15px;
}

.padding4px {
    padding: 2px;
}

.rightAlign {
    text-align: right;
}

.clear {
    clear: both;
}

.table {
    margin-left: auto;
    margin-right: auto;
}

.redTxt {
    color: #BC0000;
}

.priceBG {
    background-color: #f3f3f3;
    margin: 1px;
}

.featureBG {
    background-color: #f2f2f2;
}

.shade {
    background-image: url('images/btmShade.jpg');
    background-repeat: repeat-x;
    background-position: top;
    height: 11px;
}

.blackBG {
    background-image: url('images/blackBG.jpg');
    background-repeat: repeat-x;
    height: 28px;
    font-size: 12px;
    color: #FFF;
    padding: 0 10px;
    background-color: #000;
}

.greyBG {
    background-color: #CCC;
    padding: 5px;
}

.whiteBG {
    background-color: #FFF;
}

.trollBG {
    background-image: url('images/trollTopBG.gif');
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #FFF;
}

.trollTopBG {
    background-image: url('images/trollBG.gif');
    background-repeat: repeat-x;
    height: 62px;
    padding-left: 5px;
}

.orange {
    color: #eb5502;
}

.marginRight {
    margin-right: 10px;
}

.greyTxt {
    color: #666;
}

.trolBor {
    border: 1px solid #b3b3b3;
}

.txt12px {
    font-size: 12px;
}

.inline {
    display: inline;
}

.center {
    text-align: center;
}

.marginTop {
	padding: 30px 0 0 200px;
}

/* Fathers and Sons */

.fsSummaryBorder {
	background: #FFF;
	width: 655px;
	margin: 0 auto;
	padding: 5px;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
}

.fsSummaryHead {
	font-size: 14px;
	color: #333333;
	padding: 5px 10px;
	border-bottom: 1px solid #bfbfbf;
}
.paddingLeft {
	padding: 5px 10px;
}

.fsSummaryBG {
	background: url('images/printPeopleBG.gif') no-repeat;
	width: 656px;
	display: block;
}

.date td {
	font-size: 11px;
	line-height: 28px;
	padding-left: 10px;
	padding-bottom: 3px;
}

.fsSummaryFoot {
	background: url('images/printFooter.gif') no-repeat;
	display: block;
	width: 637px;
	height: 28px;
	padding: 7px 10px 0 10px;
}
