/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-size: 11px; }
.boxText a{color: #000000; text-decoration: none;}
.boxText a:hover{color: #06a151;  text-decoration: underline;}
.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size : 10px; color: #70d250; text-decoration: underline; }

/* -----------------------------------my new shit -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#header{margin:0 auto; padding:0; background: url(images/header_bg.jpg) top left no-repeat; width: 770px; height: 131px;}
#manfRow{margin:0 auto; padding:0; background: url(images/manf_row_bg.jpg) top left no-repeat; width: 770px; height: 107px;}
#manfRow p{margin:0; padding: 15px 0px 0px 28px;}

#headerNavigation {
  margin:0 auto; padding:0; background: #FFF url(images/header-nav-bg.jpg) top left no-repeat; width: 770px; height: 50px;}
#headerNavigation p{
  margin:0; padding: 8px 0px 0px 0px; font-size: 15px; color: #FFF; font-weight : bold;}
#headerNavigation a{color: #FFF; font-size: 15px; text-decoration: none;}
#headerNavigation a:hover{color: #FFF; font-size: 15px; text-decoration: underline;}

#breadCrumb{margin:0 auto; padding:0; background:  url(images/content-bg.jpg) top left no-repeat; width: 770px; height: 18px;}
#breadCrumb p{margin: 0; padding: 0px 0px 0px 25px; color: #999; font-size: 10px;}
#breadCrumb a{text-decoration:none; color: #999;}
#breadCrumb a:hover{text-decoration:underline; color: #06a151;}

#content{margin:0 auto; padding:0; background: url(images/content-bg.jpg) top left repeat-y; width: 770px;}

#footer{margin:0 auto; padding:0; background: url(images/footer-bg.jpg) top left no-repeat; width: 770px; height: 95px;}
#footer p{margin:0; padding: 30px 25px 0px 250px; color: #ddd; font-size: 10px;}
#footer a{color: #ddd; text-decoration: none;}
#footer a:hover{color: #000; text-decoration: underline;}

.hRight{margin:0; margin-top: 15px; padding: 5px; border-left: 1px solid #ddd; font-size: 11px; color: #333; width: 150px; height: 60px; float: left;}
.hRightBig{margin:0; margin-top: 15px; padding: 5px; border-left: 1px solid #ddd; font-size: 11px; color: #333; width: 300px; height: 60px; float: left;}

#quickFind input{color: #333; font-size: 16px;}

h2 {margin:0; padding:0;font-size: 20px; font-weight: bold;  color: #06a151;}

/* -----------------------------------my new shit -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

BODY {
  background: #eae7dd;
  color: #000000;
  margin: 0;
  padding:0;
  font-family: Verdana, Arial, sans-serif;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #06a151;
  text-decoration: underline;
}

FORM {
	display: inline;
}


TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.searchBox {margin: 0; padding:0;}
.searchBoxContents {margin: 0; padding:0;}
.searchBoxHeading{display: none;}

.infoBox {
  background: #e2e0d7;
}

.infoBoxContents {
  background: #eeece7;
  font-size: 10px;
}

.infoBoxNotice {
  background: #eeece7;
}

.infoBoxNoticeContents {
  background: #eeece7;
  font-size: 10px;
}

TD.infoBoxHeading {
  padding: 3px 10px;
  font-size: 14px;
  font-weight: bold;
  background: #e2e0d7;
  color: #333;
}

TD.infoBox, SPAN.infoBox {
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #e2e0d7;
  border-spacing: 1px;
}

.productListing-heading {
  font-size: 10px;
  background: #e2e0d7;
  color: #333;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 10px;
  background: #eeece7;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 11px;
  color: #06a151;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-size: 10px; }
.messageStackError, .messageStackWarning { font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-size: 10px; color: #ff0000; }


/***** Begin Sitemap_SEO *****/ 

ul.sitemap {

color: #ff0000;

}

.sitemap {

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

  color: #0000ff;

  font-weight : normal;

}

.sitemapHeading {

  font-family: Verdana, Arial, sans-serif;

  font-size: 12px;

  color: #0000ff;

  font-weight : normal;

}

.sitemapProducts {

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

  color: #f000ff;

  font-weight : normal;

}

A.sitemap { 

  color: #009900; 

}

A.sitemap:hover {

  color: #ff0000;

}

/***** End Sitemap_SEO *****/ 

TD.compareListing-data {

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

  background: white;

  border: 1px;

  border-style: solid;

  border-color: #AAAA91;

}

/* PRO FLOW */
#bodyWrap

{

    width : 800px;

    margin-left : auto;

    margin-right : auto;

}

#overlay

{

    background : url("resources/trans.png") repeat-y;

}

#protoflowContainer

{

    border : 5px solid rgb(68 , 68 , 68);

    width : 600px;

    margin-left : auto;

    margin-right : auto;

}

#protoflow

{

    width : auto;

    height : 400px;

    border : 0px solid red;

}

.sliderTrack

{

    background : transparent url("resources/track_fill_left.png") no-repeat scroll left top;

    height : 15px;

    position : relative;

    text-align : left;

    width : 137px;

}

.sliderHandle

{

    background : transparent url("resources/knob.png") no-repeat scroll left top;

    cursor : pointer;

    height : 16px;

    margin-left : -2px;

    position : absolute;

    top : -5px;

    width : 16px;

}

.protoCaptions

{

    display : none;

}

.captionHolder

{

    font-size : 34px;

    color : black;

}


