/*
  $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
*/
/*
orange: CC9915
brown: 653333
green: 999933
*/



.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.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; }

BODY {
  background: #ffffff;
  color: #333;
  margin: 0px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

A {
  color: #663333;
  text-decoration: underline;
}

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
  margin-bottom:9px;
}

TR.headerNavigation {
  background: #FFF;
}

TD.headerNavigation {
  font-size: 11px;
  background: #653333;
  color: #FFF;
  font-weight : bold;
  padding:1px 6px 2px 0;
}

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

A.headerNavigation:hover {
  color: #CC9915;
}

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;
}
/* INFO BOXES */
/* border for info boxes */
.infoBox {
  background: #999933;
}

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

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}
/* Headers for all the boxes */
TD.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #FFF;
  color: #999933;
  border-bottom:2px solid #999933;
  padding:3px 0 2px 4px;
}

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

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

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

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

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

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

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

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  padding:8px 25px 8px 25px;
}

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: 12px;
  font-weight: bold;
}

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

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; }

/* CUSTOM STYLES */
h1 {
	font-size:17px;
	font-weight:normal;
	color:#663333;
	border-bottom:1px dashed #CC9915;
}
h2 {
	font-size:13px;
	font-weight:bold;
	color:#CC9915;
}
#wrapper {
	margin:0 auto;
	width:833px;
}
#banner {
	padding:7px 0 12px 0;
	text-align:center;
}
#dropnav {
	margin:0 0 22px 0;
	padding:0;
	text-align:left;
}
#headernavigation {
  background: #FFF;
  font-size: 11px;
  background: #653333;
  color: #FFF;
  font-weight : bold;
  padding:1px 6px 2px 0;
  text-align:right;
  margin:0;
}

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

A.headerNavigation:hover {
  color: #CC9915;
}

#footer {
	color:#653333;
	font-size:10px;
	border-bottom:1px solid #CC9915;
	border-top:1px solid #CC9915;
	background:#FFF;
	text-align:center;
	padding:2px 0;
	margin-top:15px;
}
#footer a:link, #footer a:visited {
	color:#653333;
	text-decoration:none;
}
#footer a:hover {
	color:#CC9915;
	text-decoration:underline;
}
#dogpaw {
	color:#999933;
	font-size:10px;
	background:#FFF;
	text-align:right;
	margin:9px;
}
#dogpaw a:link, #dogpaw a:visited {
	color:#999933;
	text-decoration:none;
}
#dogpaw a:hover {
	color:#653333;
	text-decoration:underline;
}
#return {
	text-align:right;
}
TD.sidebar {
	background:#999933;
}
TR.chartheader {
	font-size:75%;
	background-color:#CCCCCC;
}
TR.chartinfo {
	font-size:75%;
}
TR.chartinfo p {
	margin:1px 0;	
}
TR.odd {
	background-color:#CCCCCC;
	color:#333;
	font-size:75%;
}
TR.even {
	background-color:#FFFFFF;
	color:#333;
	font-size:75%;
}


/* slider style */	
#dropinboxv2cover{
width: 600px; /*change width to desired */
/* height: 2px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}
#dropinboxv2{
/*width: 300px;*/ /*change width to above width-20. */
/*height: 340px; */ /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 2px solid #673301; /*Customize box appearance*/
background-color: #FFFFFF;
padding: 0px;
position:absolute; /*Don't change below 3 rules */
left: 200px;
top: 100px;
color:#666666;
font-family:arial,verdana,helvetica, sans-serif;
padding:5px;
}
a.sliderlink{
font-family: arial,verdana,helvetica,sans serif;
font-size:11px;
font-weight:bold;
color:#663333;
}





/* BOF: more_pics */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
/* EOF: more_pics*/

