/*
  $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
*/
#container {
	max-width: 1280px;
	min-width:780px;
	margin:0 auto;
	background-color:#fff;
}
td.boxText {
	background: #cbbd99 url(images/boxtext-bg.jpg) bottom no-repeat;
	padding-bottom: 10px;
}
.boxText { font-family: Georgia, Verdana, Arial, sans-serif; font-size: 11px; color:#000000; }
.boxText a { font-family: Georgia, Verdana, Arial, sans-serif; font-size: 11px; color:#572929; text-decoration: none; }
.boxText a.nav { font-size:12px; font-weight:bold; display:block; padding: 2px 7px 2px 7px;}
.boxText .selected { color:#973C27; }
.boxText span.subnav a { font-weight:normal;}
.boxText a:hover { color:#FD6B00; text-decoration: none;}

.boxText2 { font-family: Georgia, Verdana, Arial, sans-serif; font-size: 11px; color:#000000; }
.boxText2 a { font-family: Georgia, Verdana, Arial, sans-serif; font-size: 11px; color:#000000; text-decoration: none; }
.boxText2 a:hover { font-family: Verdana, Arial, sans-serif; font-size: 11px; color:#FD6B00; text-decoration: none;}
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }
.middle { padding:0 10px 10px 10px; background-color:#ffffff;}

.subHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  text-transform:uppercase;
  font-weight: bold;
  color: #504745;
  margin:5px 0px;
}
.titleHeading {
  font-size: 12px;
  font-weight: bold;
  color: #575957;
}

BODY {
  font-family: Georgia, Verdana, Arial, sans-serif;
  background: #ffffff;
  color: #000000;
  margin: 0px;
}
h1 { 
 font-size: 14px;
 font-weight: bold;
}

h2 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 12px;
 color:#666666;
}
h3 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 12px;
 color:#333333;
 margin-bottom:4px;
 border-bottom:1px dotted #cccccc;
 width:100%;
}
h5 { 
 font-size: 13px;
 color:#1E3973;
 margin-top: 0px;
 margin-bottom:4px;
}
P {
 margin-top:5px;
}
A {
  color: #FF3300;
  text-decoration: underline;
}

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #973C27;
}

TD.headerNavigation {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #973C27;
  color: #5C5147;
  font-weight : normal;
  height: 20px;
}

A.headerNavigation { 
  color: #ffffff; 
  text-decoration: none;
}

A.headerNavigation:hover {
  color: #FD6B00;
  text-decoration: none;
}

TD.headerBreadcrumb {
  background-image: url(images/breadcrumb-bg.jpg);
  background-repeat: repeat-x;
}

TD.headerBreadcrumb, TD.headerBreadcrumb A {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #666666;
  text-decoration: none;
}

TD.headerBreadcrumb A:hover {
  color: #FD6B00;
}

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: #D6D7D9;
  text-align: center;
}

TD.footer {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: #973C27;
  color: #D9C290;
  height:25px;
}

TD.footer a{
  font-size: 10px;
  color: #D9C290;
  text-decoration: underline;
}

.infoBox {

}

.infoBoxContents {
  color:#666666;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-size: 12px;
  font-weight: bold;
  background: #6F5048;
  color: #FFFFFF;
}
TD.infoBoxHeading2 {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #6F5048;
  color: #6F5048;
}
TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  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: #ffffff;
}

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: #ffffff;
}

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

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ffffff;
  color: #666666;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-bottom:1px dotted #cccccc;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}
#homecats td {
	text-align:center;
	vertical-align:top;
	padding-top:3px;
}
#homecats a{
  color: #FF6600;
  font-size:12px;
  text-decoration:underline;
}

#homecats a:hover {
  color: #FF6600;
  font-size:12px;
}

#homeman table{
  clear:both;
}

#homeman td{
  font-size:11px;
  padding:0px 20px 20px 0px;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 18px;
  font-weight: bold;
  color: #643200;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main, table.main{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}
TD.main table td{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.2;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  width:130px;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

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

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  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 {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

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

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* VJ Links Manager v1.00 begin */
TABLE.linkListing {
  border: 0px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.linkListing-heading {
  font-size: 10px;
  font-weight: bold;
  height:20px;
}

TD.linkListing-data {
  border-bottom: 1px solid #efefef;
  padding: 5px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #ffffff;
}

TR.linkListing-even {
  background: #efefef;
}
/* VJ Links Manager v1.00 end */
TD.productDesc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #808080;
  padding: 1px 7px 1px 7px;
}

TD.productheadDesc {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 font-weight: normal;
 color: #000000;
 padding: 4px 0px 0px 10px;
}
input.wide { width:200px; }
input.wider { width:250px; }

.thumb-wrap {
	text-align:center;
	margin:auto;
	overflow: auto;
	margin-bottom:20px;
}
/* Hides from IE-mac \*/
* html .thumb-wrap {
height: 1%;
}
/* End hide from IE-mac */
/*.thumb-wrap {display: inline-table;}*/


.thumbnail {
	float: left;
	width: 175px;
	height:170px;
	border: 0px solid #999;
	margin: 1em 3% 1em 2%;
	padding: 0px;
}
.thumbnail img{
	border:0;
}
.thumbnail a{
	font-weight:bold;
	font-size:12px;
}
.clearit {
	clear: both;
}
/* DWD Contribution -> Add: Browse by Categories. */
UL.BrowseBy {
  list-style-type: disc;
  list-style-position: inside;
  
  list-style: none;
} /* UL.BrowseBy */

LI.BrowseBy {
  
} /* LI.BrowseBy */
/* DWD Contribution End. */