/*
  $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 { font-family: Verdana; font-size: 12px; }
.errorBox { font-family : Verdana; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana; font-size : 12px; color: #70d250; text-decoration: underline; }

.cssbutton {
	background: #ffff99;
	color : #513b31;
	width : 110px;
	vertical-align: top;
	font-weight: normal;
	font-family: Verdana;
	font-size: 12px;
	cursor: pointer;
	text-align:center;
	border: 1px;
	border-style: solid;
	border-color: #cc6666;
}

 
.cssbuttonsubmit{
	background: #ffff99;
	vertical-align: top;
	color: 513b31;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	cursor: pointer;
	border: none;
}

#wrap{
	width: 770px;
	margin: auto;
	padding: 0;
	background: #ffffcc;
}

IMG{
	border: 1px solid #513b31;
}

#slideshow_wrap{
	text-align: center;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 500px;
}
#slideshow {
	position: relative;
	width: 500px;
	height: 340px;
}

#slideshow div {
	position: absolute;
    top: 0;
    left: 0;
}
#slideshow img{
	border: 2px solid #cc6666;
}

.inputBorder {
	border: 1px solid #cc6666;	
}


/*SELECT {
	border: 1px solid #cc6666;
	
}*/

BODY {
	background-color: #513b31;/*cabfa3;*/
	color: #513b31;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

A {
	color: #513b31;
	text-decoration: none;
}

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

FORM {
	display: inline;
}

IMG.header{
	border: none;
}

IMG.noborder{
	border: none;
}

TABLE.header {
	border: 2px solid #fff;
	border-bottom: none;
}

TABLE.headerNavigation {
	border: 2px solid #fff;
	border-bottom: none;
}

TABLE.body {
	border: 2px solid #fff;
	
}

TR.headerNavigation {
  background: #c9d8e5;
}

TD.headerNavigation {
  font-family: Verdana;
  font-size: 14px;
  background: #cc6666;
  color: #513b31;
  font-weight : bold;
  padding: 5px;
}

A.headerNavigation { 
  color: #513b31;
}

A.headerNavigation:hover {
  color: #513b31;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Verdana;
  font-size: 12px;
  background: #ff0000;
  color: #674d3e;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Verdana;
  font-size: 12px;
  background: #00ff00;
  color: #513b31;
  font-weight: bold;
  text-align: center;
}

TABLE.footer {
	border: 2px solid #ffffff;
	border-top: none;
}

TR.footer {
  background: #c9d8e5;
}

TD.footer {
  font-family: Verdana;
  font-size: 14px;
  background: #cc6666;
  color: #513b31;
  font-weight : bold;
  padding: 5px;
  text-align: center;
}

.infoBox {
  background: #cc6666;
}

/*menu*/
A.boxText {
	font-size: 16px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0;
	padding-left: 0;
	margin: 0;
}

A.boxText:link, A.boxText:visited{
	color:#513b31;
}

A.boxText:hover{
	background-color:#cc6666;
	color:#ffffcc;
	text-decoration: none;
}

A.footer:hover{
	color:#513b31;
}
TABLE.infoBox{
  border: 1px solid #cc6666;
}

TABLE.infoBoxContents{
}

.infoBoxContents {
  background: #ffffcc;
  font-family: Verdana;
  font-size: 12px;
}

.infoBoxNotice {
  background: #ffffcc;
}

.infoBoxNoticeContents {
  background: #ffffcc;
  font-family: Verdana;
  font-size: 12px;
}

TD.infoBoxHeading {
  font-family: Verdana;
  font-size: 15px;
  font-weight: bold;
  background: #cc6666;
  color: #513b31;
  border: 2px solid #cc6666;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana;
  font-size: 12px;
}

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

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

TABLE.productListing {
  border: 2px solid #cc6666;
}

.productListing-heading {
  font-family: Verdana;
  font-size: 15px;
  font-weight: bold;
  background: #cc6666;
  color: #513b31;
}

TD.productListing-data {
  font-family: Verdana;
  font-size: 12px;
  /*border-bottom: 1px solid #cc6666;*/
}

A.pageResults {
  color: #513b31;
}

A.pageResults:hover {
  color: #513b31;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana;
  font-size: 20px;
  font-weight: bold;
  color: #513b31;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana;
  font-size: 12px;
  color: #513b31;
}

TD.main, P.main {
  font-family: Verdana;
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana;
  font-size: 12px;
}

TD.accountCategory {
  font-family: Verdana;
  font-size: 12px;
  color: #513b31;
}

TD.fieldKey {
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana;
  font-size: 12px;
}

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

SPAN.newItemInCart {
  font-family: Verdana;
  font-size: 12px;
  color: #513b31;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana;
  font-size: 12px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana;
  font-size: 12px;
}

SPAN.greetUser {
  font-family: Verdana;
  font-size: 12px;
  color: #513b31;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Verdana;
  font-size: 12px;
  color: #513b31;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana;
  color: #513b31;
}

SPAN.errorText {
  font-family: Verdana;
  color: #513b31;
}

.moduleRow { }
.moduleRowOver {
	background-color:#cc6666;
	color:#ffffcc;
	cursor: pointer; 
	cursor: hand;
}
.moduleRowSelected { 	
	background-color:#cc6666;
	color:#ffffcc;
}

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

/* message box */

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

/* input requirement */

.inputRequirement { font-family: Verdana; font-size: 12px; color: #ff0000; }

/* DDB - 041031 - Form Field Progress Bar 
.progress{
	width: 1px;
	height: 14px;
	color: white;
	font-size: 12px;
      overflow: hidden;
	background-color: navy;
	padding-left: 5px;}
}*/

/*light box*/
#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 */
            }          

