/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText {  }
.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 9pt; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size : 10px; color: #70d250; text-decoration: underline; }

body {

  background: #cccccc url(bg2.gif) top center repeat-y;
  color: #000000;
  margin: 0px;
  text-align: center;

}

#page {

  width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background: #ffffff url(page_bg.gif) top left repeat-y;

}

body, p, a, td, th, textarea {

  font-family: Tahoma, Arial, sans-serif;
  font-size: 10pt;

}

textarea {

  padding: 1px;

}

h2 {

  margin: 0px;

}

a {

  color: #000000;

}

a:hover {

  text-decoration: none;

}

ul {

  list-style-type: square;

}

form {
  display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #000000;
  font-size: 8pt;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

td#content_cell {

  padding: 5px;

}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  border: 0px solid magenta;
  border: 0px solid black;
  margin-top: 5px;
}

.infoBoxContents {
  background: #edeeef;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
}

TD.infoBoxHeading {
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
  font-size: 8pt;
}

TD.infoBox, SPAN.infoBox {
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-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.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

tr.productListing-even td, tr.productListing-odd td {

  border-top: 1px dashed #cccccc;

}

TABLE.productListing {

  clear: both;
  border: 0px solid #b6b7cb;
  border-collapse: collapse;
  margin-top: 10px;

}

.productListing-heading {

  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;

}

TD.productListing-data {

  /*background: #eeeeee;*/

}

TD.productListing-data-center {

  background: #ffffff;
  text-align: center;

}

table.topPageResults, table.bottomPageResults {

  clear: both;
  border: 0px solid #cccccc;
  background: #cccccc;
  margin-top: 10px;
  margin-bottom: 10px;

}

table.topPageResults {

  border-top: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid black;

}

table.bottomPageResults {

  border-bottom: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid black;

}

A.pageResults {
  color: #0000FF;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

a.sort_link, span.sort_link {

  font-size: 8pt;

}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  color: #000000;
}

TD.main, P.main {

  line-height: 1.5;
  /*background: #ffffff;*/

}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 8pt;
}

TD.smallTextRight, SPAN.smallTextRight, P.smallTextRight {
  font-size: 8pt;
  text-align: right;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-weight: bold;
}

TD.fieldValue {
}

TD.tableHeading {
  font-weight: bold;
}

SPAN.newItemInCart {
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
}

/*
TEXTAREA {
  width: 100%;
}
*/

SPAN.greetUser {
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-weight: bold;
}

#category_heading_title {

  margin-top: 0px;

}

td #category_heading_image {

  float: right;

}

SPAN.markProductOutOfStock {
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {

  color: green;
  font-weight: bold;

}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { background-color: #cccccc; }
.moduleRowOver { background-color: #ffe57e; cursor: pointer; cursor: hand; }
.moduleRowSelected { background: #ffdc58; }

.checkoutBarFrom, .checkoutBarTo { text-align: center; font-size: 8pt; color: #8c8c8c; }
.checkoutBarCurrent {  text-align: center; font-size: 8pt; color: #000000; }

/* message box */

.messageBox {  }
.messageStackError, .messageStackWarning { font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { background-color: #99ff00; }

/* input requirement */

.inputRequirement { color: #ff0000; }

td.error {

  border: 2px solid black;
  padding: 5px;
  background: #ffe98d url(error_bg.gif) bottom center repeat-x;
  font-weight: bold;

}

div.manufacturer_list {

  font-size: 6pt;

}

div.manufacturer_list a {

  font-size: 8pt;

}

#mast_head {

  background: #ffffff url(header_bg.jpg) top right no-repeat;
  height: 161px;

}

#head_links {

  float: right;
  width: 500px;
  height: 25px;
  text-align: right;
  margin-top: 7px;
  margin-right: 3px;
  border: 0px solid green;

}

#head_links a {

  text-decoration: none;

}

#head_links a:hover {

  text-decoration: underline;

}

#head_logo {

  padding: 0px;
  margin: 0px;
  text-indent: -9999px;
  border: 0px;
  background: transparent url(logo_trans.gif) top left no-repeat;

}

#head_logo a {

  display: block;
  width: 345px;
  height: 130px;

}

#head_800 {

  display: block;
  clear: right;
  float: right;
  width: 252px;
  height: 28px;
  margin: 0px;
  margin-right: 10px;
  margin-top: 50px;
  padding: 0px;
  text-indent: -9999px;
  border: 0px solid red;
  background: transparent url(800_trans.gif) top right no-repeat;

}

#head_motto {

  padding: 0px;
  margin: 0px;
  text-indent: -9999px;
  border: 0px;
  background: transparent url(motto_trans.gif) top left no-repeat;

}

#head_motto a {

  display: block;
  width: 460px;
  height: 29px;

}

#footer {

  background: #cccccc url(footer_bg.gif) top center no-repeat;
  padding-top: 10px;
  font-size: 8pt;

}

#footer a {

  text-decoration: none;

}

#footer a:hover {

  text-decoration: underline;

}

#cc_accepted {

  padding: 12px;
  background: #cccccc url(cc_accept_bg.gif) center no-repeat;

}

#cc_accepted img {

  vertical-align: middle;

}

#manuf {

  width: 977px;
  margin-left: auto;
  margin-right: auto;
  min-height: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  border-left: 3px solid #ffc90d;
  background: #ffffff url(manuf_bg.gif) top left repeat-x;
  text-align: center;
  vertical-align: center;
  font-size: 6pt;

}

#manuf a {

  font-size: 9pt;
  text-decoration: none;

}

#page_bottom_links {

  background: #000000 url(page_bottom_bg.gif) top left repeat-x;
  border: 1px solid #ffffff;
  height: 31px;
  text-align: center;
  clear: both;

}

#page_bottom_links div {

  margin-top: 8px;

}

#page_bottom_links a {

  color: #ffffff;
  text-decoration: none;

}

#page_bottom_links div a:hover {

  text-decoration: underline;

}

#categories {

  background: #ffd53c;
  text-align: center;
  height: 35px;
  border-top: 1px solid #5e5639;
  border-left: 1px solid #5e5639;
  border-bottom: 1px solid #5e5639;

}

#categories table {

  width: 100%;

}

#categories td {

  text-align: center;
  vertical-align: center;
  border-right: 1px solid #5e5639;

}

#categories a {

  display: block;
  height: 33px;
  padding-top: 8px;
  font-weight: bold;
  text-decoration: none;

}

#categories a:hover {

  background: #ffe597 url('manufacturer_bg.gif') top left repeat-x;
  text-decoration: none;

}

.home_column_right {

  float: right;
  border-left: 1px solid #cccccc;
  width: 275px;
  margin: 5px;
  text-align: right;

}

.home_specials {

  display: block;
  width: 230px;
  border: 1px solid #cccccc;
  background: #ffffff url(manuf_list_bg.gif) top left repeat-x;
  margin: 10px;
  text-decoration: none;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;

}

.homepage_special {

  text-align: center;

}

.homepage_special a {

  text-decoration: none;
  font-size: 8pt;

}

.home_under_construction {

  width: 230px;
  border: 1px solid #cccccc;
  /*background: #ffea91 url(manufacturer_bg.gif) bottom left repeat-x;*/
  margin: 10px;
  padding: 10px;
  text-align: center;
  font-weight: normal;
  

}

#search, #popular_links, #company_info, #filter, #category_box, #contact_us {

  margin: 0px;
  width: 170px;
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0px solid black;
  border-left: 3px solid #ffc90d;
  border-right: 1px solid #dcdcdc;
  background: #ffffff url(left_section_shadow.gif) bottom left no-repeat;

}

#search {

  padding-top: 5px;

}

#search div div {

  text-align: right;

}

#search #search_title {

  display: block;
  text-indent: -9999px;
  width: 125px;
  height: 15px;
  margin: 5px;
  margin-bottom: 5px;
  padding: 0px;
  background: #ffffff url(PowerSearch.gif) top left no-repeat;

}

#search div a {

  font-size: 8pt;

}

#popular_links #popular_links_title {

  display: block;
  text-indent: -9999px;
  width: 131px;
  height: 19px;
  margin: 5px;
  padding: 0px;
  background: #ffffff url(PopularLinks.gif) top left no-repeat;

}

#company_info {

  margin: 0px;
  width: 170px;
  border-left: 3px solid #ffc90d;
  background: #ffffff;

}

#company_info #company_info_title {

  display: block;
  text-indent: -9999px;
  width: 130px;
  height: 19px;
  margin: 5px;
  padding: 0px;
  background: #ffffff url(CompanyInfo.gif) top left no-repeat;

}

#left_shadow_bottom {

  width: 170px;
  height: 16px;
  margin: 0px;
  padding: 0px;
  border-right: 1px solid #dcdcdc;
  background: #ffffff url(left_section_bottom.gif) top left no-repeat;

}

#contact_us {

  margin: 0px;
  width: 170px;
  padding-top: 10px;
  padding-bottom: 5px;
  border-left: 3px solid #ffc90d;
  background: #ffffff;

}

#contact_us #contact_us_title {

  display: block;
  text-indent: -9999px;
  width: 100px;
  height: 15px;
  margin: 5px;
  padding: 0px;
  background: #ffffff url(ContactUs.gif) top left no-repeat;

}

#contact_us p, #contact_us ul {

  margin: 8px;
  font-size: 9pt;

}

#company_info ul, #popular_links ul, #contact_us ul {

  margin-left: 10px;
  margin-top: 0px;
  padding: 0px;

}

#company_info ul li, #popular_links ul li, #contact_us ul li {

  margin-left: 10px;

}

#search div, #company_info div, #popular_links div, #contact_us div {

  margin: 5px;

}

#new_products {

  border: 0px solid black;
  margin-top: 20px;

}

#new_products ul, #new_products li {

  margin: 0px;
  padding: 0px;
  list-style-type: none;

}

.new_product {

  display: block;
  margin: 5px;
  padding: 3px;
  width: 95%;
  text-decoration: none;
  border-bottom: 1px solid #ffd53c;
  background: #ffffff;
  font-size: 9pt;

}

.new_product:hover {

  background: #eeeeee;

}

input {

  text-align: center;
  font-size: 9pt;

}

#filter .title, #category_box .title {

  font-size: 10pt;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  margin-left: 10px;

}

#filter ul, #category_box ul {

  padding: 2px;
  margin: 2px;
  display: block;
  list-style-type: none;

}

#filter li, #category_box li {

  display: block;
  padding: 0px;
  margin: 2px;
  border-bottom: 1px solid #cccccc;
  list-style-type: none;

}

#filter li a, #category_box li a {

  display: block;
  width: 100%;
  padding: 1px;
  margin: 0px;
  font-size: 8pt;
  text-decoration: none;

}

#filter li a:hover, #category_box li a:hover {

  color: #dcb300;

}

div.breadcrumb {

  font-size: 8pt;
  color: gray;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;

}

div.breadcrumb a {

  text-decoration: none;

}

#product_date_added {

  color: white;

}

.manufacturer_info {

  float: right;

}

.product_image {

  text-align: center;
  display: block;
  width: 190px;
  margin: 5px;
  float: left;

}

.product_image a {

  font-size: 9pt;

}

.price {

  display: block;
  margin: 5px;
  padding: 5px;
  border: 1px solid #ffd746;
  background: #eeeeee;

}

.price table td {

  padding: 2px;

}

.product_description {

  clear: both;
  padding: 5px;
  background: transparent;
  border: 0px solid #333333;

}

.product_description .product_description_title, #new_products h3 {

  margin: 0px;
  font-size: 8pt;
  text-transform: uppercase;
  border-bottom: 1px solid black;

}

.cart_options {

  margin-top: 5px;
  margin-right: 5px;
  text-align: center;

}

div.product_more_information {

  width: 50%;
  float: right;
  text-align: right;
  border: 0px solid blue;

}

#hidden_manufacturers {

  border: 2px solid #000000;
  display: none;
  position: absolute;
  width: 480px;
  height: 200px;
  background: #ffffff url(manuf_list_bg.gif) fixed;
  overflow: auto;
  z-index: 1;

}

#hidden_manufacturers h3 {

  border-bottom: 1px solid gray;
  color: gray;
  margin: 2px;

}

#hidden_manufacturers a {

  display: block;
  width: 142px;
  float: left;
  background: #eeeeee;
  border: 1px solid #ffffff;
  margin: 2px;
  padding: 2px;
  text-align: center;
  text-decoration: none;

}

#hidden_manufacturers a:hover {

  background: #eeeeee url(manufacturer_bg.gif) top left repeat-x;
  border: 1px solid #000000;
  text-decoration: none;

}

.product_listing_model {

  color: #555555;
  font-size: 8pt;
  border-top: 0px solid grey;
  margin-top: 5px;

}

.bandsaw_blade_box {

  border: 1px solid black;
  background: #ffffff url(manuf_bg.gif) top left repeat-x;
  padding: 10px;
  padding-top: 0px;

}

.bandsaw_blade_box span {

  font-weight: bold;

}

.manufacturer_categories {

  padding: 10px;
  margin: 10px;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;

}

.manufacturer_categories a {

  color: blue;

}

.manufacturer_categories img {

  margin-bottom: 20px;

}

.manufacturer_categories .browse_manufacturer {

  font-size: .75em;
  text-transform: Uppercase;
  color: #555555;

}

a.bandsaw_blade {

  display: block;
  width: 160px;
  height: 94px;
  text-indent: -1000px;
  margin-left: 5px;
  background: transparent url(bandsaw_blade_calculator.gif) center center no-repeat;

}

a.ebay_link {

  display: block;
  width: 160px;
  height: 94px;
  text-indent: -1000px;
  margin-left: 5px;
  margin-top: 10px;
  background: transparent url(ebay_link.gif) center center no-repeat;

}

a.auction_link {

  display: block;
  width: 160px;
  height: 94px;
  text-indent: -1000px;
  margin-left: 5px;
  margin-top: 10px;
  background: transparent url(auction_link.gif) center center no-repeat;

}

a.sawshop_link {

  display: block;
  width: 160px;
  height: 94px;
  text-indent: -1000px;
  margin-left: 5px;
  margin-top: 10px;
  background: transparent url(sawshop_link.gif) center center no-repeat;

}

a.leasing_link {

  display: block;
  width: 160px;
  height: 94px;
  text-indent: -1000px;
  margin-left: 5px;
  margin-top: 10px;
  background: transparent url(leasing_options.gif) center center no-repeat;

}

div.site_map_box {

  border-top: 1px solid black;
  background: #ffffff url(manuf_bg.gif) top left repeat-x;
  padding: 5px;
  margin: 5px;

}

/* Hides from IE5-mac \*/
* html .site_map_box {height: 1%;}
/* End hide from IE5-mac */

div.site_map_box .title {

  font-size: 14pt;
  font-weight: normal;
  margin: 2px;
  padding: 0px;
  text-decoration: none;

}

#cross_sell, #also_bought {

  height: 200px;
  overflow: auto;

}

#cross_sell .cross_sell_product, #also_bought .also_bought_product {

  display: block;
  float: left;
  font-size: 8pt;
  width: 165px;
  height: 110px;
  text-align: center;
  padding: 3px;
  margin: 3px;
  border: 0px solid #cccccc;
  text-decoration: none;
  border: 1px solid #ffffff;
  overflow: hidden;

}

#cross_sell .cross_sell_product:hover, #also_bought .also_bought_product:hover {

  border: 1px solid #cccccc;

}

div.index_third_level {

  padding: 10px;

}

div.index_third_level, div.index_third_level a {

  font-size: 9pt;
  color: #555555;

}

div#shipping_estimator {

  border: 1px solid black;
  padding: 5px;
  background: #fefefe;
  display: none;
  height: 100px;
  overflow: auto;

}

div a.hideShipping {

  width: 50px;
  display: block;
  float: right;
  font-weight: bold;

}

td.star a {

  display: block;
  background: #ffffff url(rating_star_off.gif) center center no-repeat;
  width: 30px;
  height: 30px;

}

td.star input {

  border: none;
  display: none;

}

td#stars_text {

  height: 20px;
  text-align: center;

}

div.form_entry {

  clear: both;
  margin: 10px;
  padding: 5px;
  border-bottom: 1px solid #cccccc;

}

div.form_entry span.fieldname {

  display: block;
  width: 150px;
  float: left;

}

div.form_entry div.comments {

  width: 250px;
  float: right;

}

div.review {

  background: #eeeeee;
  margin: 10px;
  padding: 10px;

}

.review .header {

  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;

}

table.payment_option {

	border: 1px solid #aaaaaa;
	

}