/* ---------------------
ADF Diesel Online Store - Main CSS 
Last updated: 
------------------------ */

@import "nav.css";
@import "sidebar.css";

/* --------------- 
      LAYOUT 
--------------- */

/* * {border:0;margin:0;padding:0;} */

body {
  background: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 0.75em;
  text-align: left;
  margin: 0;
}

div#container {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7px;
}

div#header {
  background: #FFFFFF;
  overflow: hidden;
  width: 1000px;
	height: 126px;
}

div#header_left {
  float: left;
	width: 769px;
}	

div#header_right {
  float: left;
  width: 231px;
  height: 126px;
  background-image: url('http://images.adfdiesel.com/store/header/nheader_top_right.gif');
	background-repeat: no-repeat;
}

div#header_social_media {
  text-align: right;
}

div#header_nav {
  font-size: 1em;
  text-align: right;
  margin: 25px 0px 0px 0px;
  padding: 0px 5px 0px 0px;
}

div#header_search {
  /*font-size: 1.1em;*/
  color: #FFFFFF;
  /*text-align: right;*/
  margin: 20px 0px 0px 0px;
  padding: 0px 5px 0px 0px;
  overflow: hidden;
}

div#header_bottom {
	width: 250px;
	height: 59px;
  background-image: url('http://images.adfdiesel.com/store/header/nheader_bottom_left.gif');
	background-repeat: no-repeat;
}

div#colleft { 
  width: 250px;
  float: left;
  padding: 0px 0px 30px 0px;
}

div#colmid {
  background: #FFFFFF;
  width: 745px;
  float: left;
  padding: 30px 0px 0px 5px;
}

div#ebay {
  width: 240px;
  float: left;
}

div#featured {
  width: 500px;
  float: left;
  margin-right: 5px;
}


div#footer {
  clear: both;
	float: left;
	width: 1000px;
	background: #FFFFFF;
  background-image: url('http://images.adfdiesel.com/store/footer_bg.gif');
	background-repeat: no-repeat;
	margin: 40px 0px 0px 0px;
  padding: 20px 0px 0px 0px;
}

.footerCol {
  float: left;
  width: 210px;
  padding: 0px 20px 0px 20px;
}

.footerColHead {
  text-align: left;
  font-size: 1.2em;
  font-weight: 900;
  margin: 10px 0px 0px 0px;
}

.footerCol ul {
  padding: 5px;
  margin: 0;
}

.footerCol li {
  padding: 0;
  margin: 0;
  text-align: left;
  list-style-type: none;
}

.footerCol a {
  text-decoration: none;
}

.footerCol a:hover {
  text-decoration: underline;
}


/* ---------------
    OBJECTS
--------------- */

hr {
  margin: 40px 0px 40px 0px;
  border-bottom: 1px solid black;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
}

.breadcrumb {
  color: #777777;
  margin: 0px 0px 10px 0px;
  /* border-bottom: 1px solid black; */
}

p.section_text {
  margin: 20px 10px 20px 10px;
}

p.section_text_big {
  font-size: 3em; 
  margin: 20px 10px 20px 10px;
}

.pContent {
  margin-left: 15px;
}

.topmenu {
  font-size: 0.1em;
}

#loginbox {
  width: 230px;
  padding: 10px;
  background: #EEEEEE;
  background-image: url('http://images.adfdiesel.com/store/loginbox_bg.gif');
	background-repeat: no-repeat;
  background-position: bottom left;
}

#login_buttons {
  text-align: right;
  padding-top: 10px;
  padding-right: 50px;
}


/* ---------------
    TYPOGRAPHY
--------------- */


/* ---------------
    HEADINGS
--------------- */

h1 {
	font-size: 2.5em;
	color: #000000;
  border-bottom: 1px solid black;
}

h2 {
  font-weight: 900;
  font-size: 2em;
  margin: 20px 0px 20px 0px;
  /*padding: 5px 0px 5px 15px;*/
  padding: 5px 0px 5px 0px;
  /*color: #000000;*/
  color: rgb(157,8,13);
}

h3 {
	font-size: 1.2em;
	color: #555555;
}

h4 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

h5 {
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}


/* ---------------
      LINKS
--------------- */

a {
  color: rgb(157,8,13);
}

a:link, a:visited, a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: 0;
}

/* ---------------
      LISTS
--------------- */

ul.form_error {
  background: rgb(205,127,124);
  color: #FFFFFF;
  border: 2px red solid;
  width: 90%;
  padding-top: 10px;
  padding-bottom: 10px;
}

ul.pager {
  width: 100%;
  margin: 0;
  padding: 20px 0px 0px 0px;
  list-style-type: none; 
  text-align: center;
}

ul.pager li {
  padding: 3px;
  display: inline;
}


ul.engineList {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: square;
  text-align: center;
  font-size: 18px;
}

ul.engineList li {
  display: inline;
  padding: 20px;
}

/* ---------------
      TABLES
--------------- */

table.genericTable {
  font-size: 1em;
  padding: 0px;
}

table.genericTable th {
  background-color: #EEEEEE;
  padding: 5px;
  border-bottom: 1px solid grey;
}

table.genericTable td {
  padding: 5px;
  border-bottom: 1px solid #CCCCCC;
}

table.genericTable td.no_border {
  border-bottom: 0px;
}

table.genericTable tr.divider {
  border-bottom: 1px solid #CCCCCC;
}

table.genericTable td.align-center {
  text-align: center;
}

table.genericTable td.align-left {
  text-align: left;
}

table.genericTable td.align-right {
  text-align: right;
}

table.genericTable td.picCol {
  width: 100px;
}


table.formTable {
  border-collapse: collapse;
  font-size: 12px;
}

table.formTable th {
  text-align: right;
  padding-right: 10px; 
}

table.formTable td, table.formTable th {
  padding-bottom: 10px;
}

table.formTable .required {
  color: red;
  font-weight: 300;
  padding: 0px 0px 0px 5px;
}

table.tableCheckoutShipping {
  border-collapse: collapse;
  font-size: 12px;
}

table.tableCheckoutShipping th {
  text-align: right;
  padding-right: 10px; 
}

table.tableCheckoutConfirmShipping {
  border-collapse: collapse;
  font-size: 12px;
}

table.tableCheckoutConfirmShipping th {
  text-align: right;
  padding-right: 10px; 
}

table.tableCheckoutConfirmShipping thead th {
  font-size: 18px;
  font-weight: bold
}

table.tableCheckoutConfirmShipping tbody th {
  font-weight: bold;
  text-align: right;
  padding: 5px;
}

table.tableLogin {
  border-collapse: collapse;
  font-size: 12px;
}

table.tableLogin {
  width: 100%;
}

table.tableLogin td {
  vertical-align: top;
}

table.promoTable {
  width: 100%;
  text-align: center;  
  border-collapse: separate;
  border-spacing: 10px;
}

table.promoTable a {
  text-decoration: none;
}

table.promoTable strong {
  text-decoration: none;  
}

table.promoTable p.price {
  color: red;
  font-weight: bold;
}

table.promoTable td {
  border-bottom: 1px solid black; 
  
}


/* ---------------
      FORMS
--------------- */

input, select, textarea {
  font-size: 12px;
  font-weight: normal;
}

/* ---------------
       MISC
--------------- */

.clear {
  clear: both;
  height: 1px;
}

.warning {
  padding: 5px;
  border: thin rgb(237,0,0) solid;
}

.faq_q, .faq_a {
  padding: 5px;
}

p.bigContentText {
  font-size: 14px;
}

p.bigRed {
  font-size: 20px;
  color: red;
  text-align: center;
}

div.categoryListing {
  float: left;
  text-align: center;
  width: 150px;
  height: 200px;
}

div.categoryListing .categoryTitle {
  text-decoration: none;
  font-weight: bold;
}

div.categoryListing a {
  text-decoration: none;
}

div.categoryListing p.categoryTitle {
  font-size: 18px;
}

div.categoryListing div.categoryNoPic {
  text-align: center;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border: 1px solid black;
  background: #CCCCCC;
}


div.store_infos {
  margin: 15px 0px 0px 0px;
  width: 300px;
  float:left;
}

div.map {
  margin: 15px 0px 0px 0px;
  width: 260px;
	float:left;
	text-align: center;
}

div.map img {
	border: 1px solid black;
}

div.fp_left {
  border: 1px solid black; float: left; width: 200px; height: 220px; margin: 0px 0px 0px 30px; text-align: center;
}
div.fp_mid {
  border: 1px solid black; float: left; width: 200px; height: 220px; margin: 0px 20px 0px 20px; text-align: center;
}
div.fp_right {
  border: 1px solid black; float: left; width: 200px; height: 220px; margin: 0px 0px 0px 0px; text-align: center;
}

p.fp_desc {
  margin: 0px; 
  height: 37px;
}

img.fp {
  width: 200px;
  height: 150px;
}

.searchBoxHeader { width: 160px; }

