/*
  $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
  
  Color Info:
  	Logo - furthest color index 
		hot pink #E47EA6 
		brown #663E25
		light brown #8B634C  
*/

BODY {
  font-family: Tahoma, Arial, sans-serif;
  margin: 0px 0px 0px 0px;
  background: #FFFFFF;
  color: #000000;
  background-image: url(images/background_stars.gif);
}

.boxText { font-size: 14px; }
.errorBox { font-size: 15px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size: 15px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size: 15px; color: #70d250; text-decoration: underline; }
.productsDescription { font-family: Arial, sans-serif; font-size: 13px; line-height: 16px; text-align: justify;	vertical-align: top; }

.main {
  font-size: 15px;
}

div.headingTitleMain 
{
	padding: 0;
	margin: 0;	
	position:relative;
	left:305px;
	top:395px;
	height:0px;
	width:705px;
}
	
div.headingTitle 
{
	padding: 0;
	margin: 0;	
	position:relative;
	left:310px;
	top:275px;
	height:0px;
	width:705px; 
}

h1 {
	border: 0;
	padding: 0;
	margin: 0;	
	font-size:17px;
	color: #808080;
	line-height:1;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size:14px;
	margin: 0px;
	padding:0px;
}

h4 {
	font-size:14px;
	margin: 0px 0px 0px 0px;
	/*line-height: 47px;*/
}

td.productsDescription h2,
td.productsDescription h3,
td.productsDescription h4,
td.productsDescription h5,
td.productsDescription h6
{
	font-family: Arial, sans-serif; 
	font-size: 13px; 
	line-height: 16px; 
	font-weight:normal; 
	display:inline;
}

UL {
  padding: 0px 0px 0px 0px;
  margin: 3px 6px 3px 6px;
}

LI {
  list-style-position: inside;
  list-style-image: url(images/template/bullet_10px_h.gif);
  font-size: 15px;
}

LI.small
{
  list-style-position: inside;
  list-style-image: url(images/template/bullet.gif);
  font-size: 14px;
}

LI.error
{
  list-style-position: inside;
  list-style-image: url(images/template/error_big.gif);
  font-size: 15px;
}

.border {
 	background: #FFFFFF;
 	border: 1px solid #663E25;
	padding : 0px;
}

TD.border {
 	background: #FFFFFF;
 	border: 1px solid #663E25;
	padding : 2px;
}

.borderNoTop {
 	background: #FFFFFF;
 	border-left: 1px solid #663E25;
 	border-bottom: 1px solid #663E25;
 	border-right: 1px solid #663E25;
	padding : 0px;
}

.borderTurnaround {
 	background: #FDE7EA;
 	border: 1px solid #663E25;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.borderHottest {
 	background: #FFFFFF;
 	border: 1px solid #663E25;
	padding : 3px;
}

.borderFontImage {
 	border: 2px solid #432906;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #000000;
  border-bottom: dotted 1px;
}*/

A.boxText { font-size: 14px; color: #4D2F1D; text-decoration: underline;font-weight : bold; }
A.boxText:hover { color: #E47EA6; }

IMG {
  border-bottom: 0;
}

FORM {
  display: inline;
}

TD.copyright, P.copyright {
  font-size: 15px;
  color: #000000;
  font-weight: bold;
}

P.phoneNumber {
  color: #663E25;
}

.headerNavigation {
  color: #663E25;
}

.headerNavigationCurrent 
{
  font-size: 13px;	
  color: #E47EA6;
}

TD.headerNavigation {
  font-size: 15px;
  color: #663E25;
  font-weight : bold;
}

A.headerNavigation 
{
  font-size: 13px;
  color: #663E25; 
  text-decoration: underline;
}

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

A.categoryNavigation {
  font-size: 14px;
  color: #4D2F1D; 
  font-weight : bold;
  text-decoration: underline;
}

A.categoryNavigation:hover {
  color: #E47EA6;
}

A.catNavigation {
  font-size: 13px;
  height: 22px;
  line-height: 22px;
  color: #000000;
  text-decoration: none;
}

A.catNavigation:hover {
  color: #4D2F1D;
  text-decoration: none;
}

A.catNavigationParent {
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  font-weight : bold;
  color: #000000;
  text-decoration: none;
}

A.catNavigationParent:hover {
  color: #4D2F1D;
  text-decoration: none;
}

TD.descHeading {
  font-size: 16px;
  color: #663E25;
  font-weight : bold;
  text-decoration: underline;
}

A.headerMainNavigation { 
  color: #FFFFFF; 
  font-size: 13px;
  line-height: 25px;
  text-decoration: none;
}

A.headerMainNavigation:hover {
  color: #E47EA6;
}

A.headerItemNavigation { 
  font-size: 14px;
  color: #663E25;
  font-weight: bold;
  line-height: 16px;
  text-decoration: underline;
}

A.headeritemNavigation:hover {
  color: #E47EA6;
}

TR.headerError {
  background: #FEEEF1;
}

TD.headerError {
  font-size: 15px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 15px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TD.footer {
  font-size: 15px;
  background: #663E25;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #663E25;
}

.infoBox2 {
  border-left: 1px solid #663E25;
  border-right: 1px solid #663E25;
  border-bottom: 1px solid #663E25;
}

.infoBoxContents 
{
  /*color: #441D00;*/
  background: #FEEEF1;
  font-size: 15px;
  line-height: 20px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FEEEF1;
  font-size: 15px;
}

TD.infoBoxHeading {
  font-size: 15px;
  font-weight: bold;
  background: #663E25;
  color: #ffffff;
  line-height: 25px;
}

A.infoBoxHeading {
  font-size: 15px;
  font-weight: bold;
  background: #663E25;
  color: #ffffff;
  line-height: 25px;
}

A.infoBoxHeading:hover {
  color: #E47EA6;
}

TD.infoBox, SPAN.infoBox {
	font-size: 15px;
}

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

.productListing-heading {
  font-size: 14px;
  background: #663E25;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 15px;
}

TD.productListing-data-wholesale {
  font-size: 15px;
  color: #FF0000;
}

A.pageResults {
  color: #663E25;
}

A.pageResults:hover {
  color: #E47EA6;
}

TD.pageHeading {
  font-size: 18px;
  font-weight: bold;
  color: #808080;
  vertical-align: top;
}

.calendarCountdown {
  background: #FEEEF1;
  border: 1px solid #432906;
}

TD.daysLeft {
  font-size: 24px;
  font-weight: bold;
  color: #432906;
  vertical-align: middle;
  text-align: center;
  background: #f4f7fd;
  border: 2px solid #432906;
  width: 40px;
  height: 40px;
}

TD.daysLeftContent {
  font-size: 15px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}

TD.daysLeftContent2 {
  font-size: 15px;
  vertical-align: middle;
  text-align: center;
}

TD.middleColumn {
  background:		#FFFFFF;
  padding-top:		0px;
  padding-bottom:	5px;
  padding-left:		5px;
  padding-right:	5px;  
  font-size: 15px;
  line-height:		1.5;
  font-weight:		bold;
  color:		#000000;
}

TD.mainFat, P.mainFat {
  font-size: 15px;	  
  vertical-align: middle;
  line-height: 22px;	
}

TD.mainNoJustify {
  font-size: 15px;
}

TD.continue {
  font-size: 15px;
  text-align: justify;	
}

TD.shipping {
  font-size: 15px;	  
  vertical-align: top;
}

TD.smallText, SPAN.smallText, P.smallText {
	font-size: 14px;
}

TD.smallerText {
	font-size: 14px;
}

.smallestText {
	font-size: 13px;
}
td.smallestText h3 { font-family: Arial, sans-serif; font-size: 13px; line-height: 16px; font-weight:normal; display:inline;}

.smallestTextI {
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-style: italic;
}

.specialsPink {
	font-size: 14px;
	font-family: Tahoma, sans-serif;
	/*font-style: italic;*/
	font-weight: bold;
	color: #EE61AF;
}

A.smallPinkText {
  font-size: 15px;
  color: #E47EA6;
  text-decoration: underline;
}

A.smallPinkText:hover {
  font-size: 15px;
  color: #663E25;
}

.smallPinkText {
  font-size: 14px;
  color: #E47EA6;
}

.smallbrownText {
  font-size: 14px;
  color: #4D2F1D;
}

TD.mediumText, SPAN.mediumText, P.mediumText {
  font-size: 15px;
}

TD.fieldKey {
  font-size: 15px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 15px;
}

TD.tableHeading {
  font-size: 15px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 15px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 15px;
}

TEXTAREA {
  width: 100%;
  font-size: 15px;
}

SPAN.productName {
  font-size: 15px;
  color: #4D2F1D;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-size: 15px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 15px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productPrice 
{
  line-height: 20px;
}

SPAN.productSpecialPrice 
{
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  color: #ff0000;
}

.productBlurb {
  color: #0000FF;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  /*margin: 10px 0px 0px 10px;
  line-height: 30px;
  font-weight: bold;*/
}

SPAN.errorText 
{
  font-size: 18px; 
  color: #ff0000;
}

.errorOption {
  color: #ff0000;
  vertical-align: top;
}

.moduleRow { }
.moduleRowOver { background-color: #FFFFFF; cursor: pointer; }
.moduleRowSelected { background-color: #C3DEF3; }

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

/* message box */

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

/* input requirement */

.inputRequirement { font-size: 15px; color: #ff0000; }

/* Form elements */
input,textarea, select {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 15px;
  border-color : #663E25;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
  font-size: 15px;
}
/*csstidy stylesheet.css stylesheet_new.css --sort_properties=true --sort_selectors=true  --template=highest*/
#banners {
  margin: 0 0 0 0px;
  position: relative;
  width: 744px;
  height: 164px;
}

#banners img {
  position: absolute;
  top: 0px;
  left: 0px;
}