/*
  $Id: stylesheet.css,v 1.57 2003/07/23 15:31:35 dgw_ Exp $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

BODY {
  background:url(images/page-back.jpg);
  background-repeat:repeat-x;
  color: #000000;
  margin: 0px;
}

A {
  color: #0000ff;
  text-decoration: underline;
}

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

FORM {
	display: inline;
}

img.product_detail_image { border: medium ridge #000000; }
.boxText { FONT-FAMILY: Arial,Helvetica,sans-serif; font-size: 10px; color: #000000; }
.boxTextRed { FONT-FAMILY: Arial,Helvetica,sans-serif; font-size: 10px; color: #FF0000; }
.boxBold { FONT-FAMILY: Arial,Helvetica,sans-serif; font-size: 10px; color: #000000; font-weight : bold; }
.boxText11 { FONT-FAMILY: Arial,Helvetica,sans-serif; font-size: 11px; color: #000000; }
.boxText11Bold { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-transform: none; text-decoration: none; }
.boxText12 { FONT-FAMILY: Arial,Helvetica,sans-serif; font-size: 12px; color: #000000; }
.boxText12Bold { FONT-FAMILY: Arial,Helvetica,sans-serif; font-size: 12px; color: #000000; font-weight : bold; }
.boxText12BoldVer { FONT-FAMILY: Verdana, Arial, sans-serif; font-size: 12px; color: #000000; font-weight : bold; }
.boxTextRed12 { FONT-FAMILY: Arial,Helvetica,sans-serif; font-size: 12px; color: #FF0000; }
.boxText12RedBold { FONT-FAMILY: Arial,Helvetica,sans-serif; font-size: 12px; color: #CC0000; font-weight : bold; }
.boxTextGreen12 { FONT-FAMILY: Arial,Helvetica,sans-serif; font-size: 12px; color: #033200; }
.boxTextWhite { FONT-FAMILY: Arial,Helvetica,sans-serif; font-size: 10px; color: #FFFFFF; }
.boxTextWhite11 { FONT-FAMILY: Arial,Helvetica,sans-serif; font-size: 11px; color: #000000; }
.boxTextWhite12 { FONT-FAMILY: Arial,Helvetica,sans-serif; font-size: 12px; color: #FFFFFF; }
.boxText14White { FONT-FAMILY: Arial,Helvetica,sans-serif; font-size: 14px; color: #FFFFFF ; }
.boxText14WhiteBold { FONT-FAMILY: Arial,Helvetica,sans-serif; font-size: 14px; color: #FFFFFF ; font-weight : bold; }
.boxText16Bold { font-family: Arial,Helvetica,sans-serif; font-size: 16px; color: #000000; font-weight: bold;}
.boxText16WhiteBold { FONT-FAMILY: Arial,Helvetica,sans-serif; font-size: 16px; color: #FFFFFF ; font-weight : bold; }
.boxTextWhite18 { FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif; font-size: 18px; color: #FFFFFF; font-weight: bold; }
.errorBox { FONT-FAMILY: Arial,Helvetica,sans-serif; font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { FONT-FAMILY: Arial,Helvetica,sans-serif; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { FONT-FAMILY: Arial,Helvetica,sans-serif; font-size : 11px; color: #cc0000; text-decoration: underline; }
.siteMap { FONT-FAMILY: Arial,Helvetica,sans-serif; font-size: 11px; font-weight: bold; }
.boxText11BoldVer { FONT-FAMILY: Verdana, Arial, sans-serif; font-size: 11px; color: #000000; font-weight : bold; }
.headText12White { FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif; font-size: 12px; color: #FFFFFF; font-weight: bold; text-decoration: none; }



/* Not sure why, but boxTextBlue is what defines the index page with categories */
td.boxTextBlue {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #484848;
  color: #ffffff;
}

td.boxTextBlue h2 {
  padding: 0;
  margin: 0;
}
td.boxTextBlue h2 a {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #484848;
  color: #ffffff;
  text-decoration: none;
}

td.boxTextBlue h2 a:hover {
  color: #FFFFFF;
}


TR.header {
  background: #484848;
}
/* NB 6/15/05 Removed Header Background color to move into top of header.
TR.headerNavigation {
  background: #5d390a;
}
*/
TD.headerNavigation {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  font-size: 11px;
  background: #484848;
/*  color: #ffffff; */
  font-weight : bold;
}

/* Green Buttons - Login and Account Buttons */
A.headerNavigation {
  color: #FFFFFF;
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;

}

A.headerNavigation:hover {
  color: #FFFFFF;
  font-size: 10px;
  text-decoration: none;
}

A.headerNavigation:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 10px;
}
/* Gray Bar Text - Bigger than Login Buttons*/
A.headerNavigation2 {
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;

}

A.headerNavigation2:hover {
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
}

A.headerNavigation2:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 12px;
}
/* Black Links in Light Gray Area*/
A.headerNavigation3 {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}

A.headerNavigation3:hover {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 14px;
  text-decoration: none;
}

A.headerNavigation3:visited {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  color: #000000;
  text-decoration: none;
  font-size: 14px;
}

A.headerText {
  color: #FFFFFF;
}

A.headerText:hover {
  color: #FFFFFF;
}
  
TR.headerError {
  background: #565443;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #565443;
  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: #000000;
}

TD.footer {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  font-size: 11px;
  background: #033200;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #033200;
}

.infoBoxContents {
  background: #ffffff;
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  font-size: 11px;
}

.infoBoxNotice {
  background: #033200;
}

.infoBoxNoticeContents {
  background: #FFFFFF;
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  font-size: 11px;
}

TD.infoBoxHeading {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #033200;
  color: #ffffff;
  vertical-align: top;
}

TD.infoBox, SPAN.infoBox {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  font-size: 11px;
}

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

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: 1px; 
  background: #484848;
  border-style: solid;
  border-color: #484848;
  border-spacing: 1px;
}*/

TABLE.productListing {
}

.productListing-heading {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  font-size: 11px;
  background: #484848;
  color: #FFFFFF;
  font-weight: bold;
  font-variant: small-caps;
}

TD.productListing-data {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
font-size: 11px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
font-size: 20px;
  font-weight: bold;
  color: #484848;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
font-size: 11px;
  color: #000000;
}

TD.main, P.main {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.mainModule {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 1.5;
  background: #999999;
}

TD.smallText, SPAN.smallText, P.smallText, a.smallText {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  font-size: 11px;
}

TD.smallerText, SPAN.smallerText, P.smallerText {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  font-size: 9px;
}

TD.accountCategory {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #FF5D05;
}

CHECKBOX, INPUT, RADIO, SELECT {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
font-size: 11px;
}

TEXTAREA {
  width: 100%;
  FONT-FAMILY: Arial,Helvetica,sans-serif;
font-size: 11px;
}

SPAN.greetUser {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #CC0000;
  font-weight: bold;
}

TABLE.formArea {
  background: #f6fef1;
  border-color: #484848;
  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: 14px;
  color: #CC0000;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
color: #CC0000;
}

SPAN.productRegularPrice {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
color: #000000;
}

SPAN.productClearancePrice {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
color: #CC0000;
}

SPAN.productSavePrice {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
color: #008000;
}

SPAN.errorText {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
color: #CC0000;
}

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

.checkoutBarFrom, .checkoutBarTo { FONT-FAMILY: Arial,Helvetica,sans-serif; font-size: 13px; color: #8c8c8c; }
.checkoutBarCurrent { FONT-FAMILY: Arial,Helvetica,sans-serif; font-weight: bold; font-size: 14px; color: #9e0000; }

/* message box */
.messageBox { FONT-FAMILY: Arial,Helvetica,sans-serif;
font-size: 11px; }
.messageStackError, .messageStackWarning { FONT-FAMILY: Arial,Helvetica,sans-serif;
font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { FONT-FAMILY: Arial,Helvetica,sans-serif;
font-size: 11px; background-color: #99ff00; }

/* input requirement */
.inputRequirement { FONT-FAMILY: Arial,Helvetica,sans-serif;
font-size: 11px; color: #CC0000; }
TABLE.categ {
  border: 0px;
  border-spacing: 0px;
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  font-size: 11px;
  background: #f8f8f9;
  color: #000000;
}

TD.categ {
  vertical-align: top;
}

TD.category_desc {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

A.category-top {
  /*color: #000099;*/
  color: #0000ff;
  text-decoration: none;
  line-height: 1.25;
  font-size: 11px;
  font-weight: bold;
  FONT-FAMILY: Arial,Helvetica,sans-serif;
}
A.category-links {
  /*color: #004080;*/
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 10px;
  text-decoration: none;
  /*font-weight: bold;*/
}
A.category-subs, A.category-products {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 10px;
  text-decoration: none;
  /*font-weight: bold;*/
}
SPAN.category-subs-parent {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  font-weight: bold;
}
SPAN.category-subs-selected {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  font-weight: bold;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #484848;
}
.headlineSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #484848;
}
.headlineSub2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #484848;
}

TD.footerText, SPAN.footerText, P.footerText {
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  color: #D6C49E;
  font-size: 11px;
}

.footerTextBack { background-color: #CCCCCC; }


A.footeraText {
  /*color: #000099;*/
  color: #BFA368;
  text-decoration: none;
  font-size: 11px;
  /*font-weight: bold;*/
  FONT-FAMILY: Arial,Helvetica,sans-serif;
}

img.b {/* aligns the image to the left */
  float: right; /* forces line break for content after */
  }

h1 {
  font-size:16px; 
  color:000000; 
  margin-bottom:0em; 
}
h2 {
  font-size:14px; 
  color:000000; 
}
h3 {
  font-size:14px; 
  color:000000; 
}
h4 {
  font-size:14px; 
  color:000000; 
}
h5 {
  font-size:14px; 
  color:000000; 
}
h6 {
  font-size:14px; 
  color:000000; 
}
td.infoBorders {
  margin: 1px;
  border: 1px solid #484848;
}

td.infoBoxBorders1 {
  border-left: solid 1px #FFF;
  border-right: solid 1px #FFF;
  padding-left: 2px;
  background: #484848;
}
td.infoBoxBorders2 {
  padding-left: 2px;
  background: #484848;
  border-right: solid 1px #FFF;
}

.infoBoxMap {
  color: #000000;
  background: #cbb68b;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  border-bottom: 1px solid #cc0000;
}
.infoBoxMap2 {
  color: #000000;
  background: #FFFFFF;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  padding: 2px;
  margin: 0;
}

td.all_borders {
  border: 1px solid #484848;
}

.size16 { FONT-FAMILY: Arial,Helvetica,sans-serif; font-size: 16px; font-weight: bold; }

td.header_search {
margin-top: 15px;
text-align: left;
padding-left: 10px;
font-family: Arial,Helvetica,sans-serif;
font-size: 16px;
color: #21EEFA;
font-weight: bold;
}

td.header_search input {
border: 1px solid #033200;
font-size: 16px;
font-weight: bold;
}

input.product_wish {
  background: #FFF;
  border: 0;
  font-weight: bold;
  cursor: pointer;
}

input.product_wish:hover {
  text-decoration: underline;
}
/*START CONTENT SLIDER*/
#featured{ 
	width:320px; 
	padding-right:250px; 
	position:relative; 
	border:2px solid #ccc; 
	height:250px; 
	background:#fff;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:320px; 
	list-style:none; 
	padding:0; margin:0; 
	width:250px; 
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:10px;  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; text-decoration:none;
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; 
	color:#333;  background:#fff; 
	line-height:20px;
	text-decoration:none;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
	text-decoration:underline;
}
#featured li.ui-tabs-selected{ 
	background:url('images/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#ccc; 
	border-left:1px solid #033200;
}
#featured .ui-tabs-panel{ 
	width:320px; height:250px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px; left:0; 
	width:320px;
	height:70px; 
	background: url('images/transparent-bg.png'); 
}
#featured .info h2{ 
	font-size:16px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:12px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}
/*END CONTENT SLIDER*/
