/*Outer Brown: #876237; Inner Green: #68882e; Inner Orange: #FF8000; Light Green: #ccffcc;*/ body,html { background-color: /*#876237*/#e0edc9; } #outerTable { width: 980px; margin: 10px auto; padding: 0px; background-color: #FFFFFF; } #header { background-color: #87af3a; height: 120px; border: 1px solid #FFFFFF; border-bottom: none; } #navbar { background-color: #87af3a; border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; } #navbar ul { margin: 0; padding: 0; } #navbar li { display: inline; } #navbar li a { display: block; background-color: #87af3a; float: left; height: 21px; color: #FFFFFF; font-weight: bold; text-decoration: none; padding: 1px 8px 0px 8px; margin: 0; border-right: 1px solid #FFFFFF; } #navbar li a:hover { background-color: #C00000; color: #FFFFFF; } .spacer { background-color: #876237; text-align: center; border: 1px solid #FFFFFF; height: 3px; } #ProductFeaturesTable { width: auto; float: left; } #ProductFeaturesOuterTable { width: 100%; margin-bottom: 15px; } .ProductFeaturesTD { background-color: #CCCCCC; font-weight: bold; width: 45%; } .ProductFeaturesRightTD { width: 55%; } #ProductFeatures td { font-size: 10px; } .Logospace { background-color: #ffffff; text-align: center; vertical-align: middle; border-bottom: 1px solid #CCCCCC; height: 35px; padding: 1px 0px 0 0px; } #searchBar { background-color: #C00000; text-align: left; border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; padding-right: 10px; } #searchBar ul { margin: 0; padding: 0; } #searchBar li { display: inline; } #searchBar li a { display: block; background-color: #C00000; float: left; height: 21px; color: #FFFFFF; font-weight: bold; text-decoration: none; padding: 1px 8px 0 8px; margin: 0; border-right: 1px solid #FFFFFF; } #searchBar li a:hover { background-color: #87af3a; color: #FFFFFF; } /* New code for Shopping Cart Summary on the right*/ #ShoppingCartsearchBar { /*background-color: #87af3a;*/ background-color: #dbeacd; text-align: left; /*border-left: 1px solid #FFFFFF;*/ /*border-right: 1px solid #FFFFFF;*/ padding-right: 0px; /*text-align: right;*/ } #ShoppingCartsearchBar ul { margin: 0; padding: 0; } /*#ShoppingCartsearchBar li { display: inline; }*/ #ShoppingCartItems { background-color: #dbeacd; text-align: left; height: 21px; color: #000000; font-weight: bold; text-decoration: none; padding: 1px 8px 0 8px; margin: 0; } #ShoppingCartItems a { color: #006600; text-decoration: underline; } #ShoppingCartItems a:hover { color: #c00000; text-decoration: underline; font-weight: bold; } #ShoppingCartsearchBar li a { display: block; background-color: #dbeacd; /*float: left;*/ height: 21px; color: #000000; font-weight: bold; text-decoration: none; padding: 1px 8px 0 8px; margin: 0; /*border-right: 1px solid #FFFFFF;*/ } #ShoppingCartsearchBar li a:hover { background-color: #c00000; color: #FFFFFF; } #leftSidebar { vertical-align: top; width: 172px; border-right: 1px solid #CCCCCC; padding: 20px 10px; font-weight: bold; } #DepartmentsHeader { border: 1px solid #FFFFFF; border-bottom: none; background-color: #c00000; font-weight: bold; padding: 5px 0px 5px 7px; width: 163px; color: #ffffff; font-size: 14px; } #newsletter { background-color: #87af3a; padding: 6px; color: #FFFFFF; font-size: 14px; font-weight: bold; margin: 25px 0px; border: 1px solid #333333; } #newsletter p { font-size: 11px; color: #FFFFFF; font-weight: normal; margin: 5px 0px; } #mainContent { vertical-align: top; width: 566px; padding: 20px 15px; } #rightSidebar { vertical-align: top; padding: 20px 10px; width: 170px; border-left: 1px solid #CCCCCC; } #footer { text-align: center; font-size: 75%; border-top: 1px solid #999999; height: 20px; padding-top: 1px; background-color: #CCCCCC; } #cartSummaryTable { width: 200px; background-color: #D6F5CD; float: left; margin: 3px 20px 0px 10px; border: 1px solid #666666; border-right: none; } #cartSummaryTable td { padding-left: 5px; text-align: left; width: 50%; vertical-align: middle; border-right: 1px solid #666666; font-weight: bold; font-size: 90%; } #rightcolcartSummaryTable { width: 130px; background-color: #D6F5CD; float: left; margin: 3px 20px 0px 10px; border: 1px solid #666666; border-right: none; } #rightcolcartSummaryTable td { padding-left: 5px; text-align: left; width: 50%; vertical-align: middle; border-right: 1px solid #666666; font-weight: bold; font-size: 90%; } #SupplierLogos { width: 90%; margin: 30px auto; text-align: center; background-color: #FFFFFF; padding: 0px; } #SupplierLogos td { font-size: 120%; font-weight: bold; } #SupplierLogos a { display: block; height: auto; font-weight: bold; background-color: #FFFFFF; padding: 0px; } #SupplierLogos a:hover { background-color: #FFFFFF; padding: 0px; } #SupplierLogos img { border: none; } .clearBoth { clear: both; } /* New code for Related Products Table*/ table.relatedProducts {  border: 1px solid #d7d5d3;  border-right: none;  width: 100%;  }  table.relatedProducts td { border-right: 1px solid #d7d5d3;  vertical-align: top;  text-align: center;  width: 25%;  }  h2	{  font-size: 16px;  font-weight: 900;  margin: 0px 0px 10px 0px; padding: 0px; color: #444444; } h2.related {  font-size: 16px;  font-weight: 900;  margin: 0px 0px 10px 0px; padding: 0px;  color: #dc143c; } 
