
img.floatLeft { 
    float: left; 
    margin: 5px; 
}
img.floatRight { 
    float: right; 
    margin: 5px; 
}

table.mainTable {
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	}
	
td.topMenu {
	background-color: #333333;
	height: 35px;
	padding-right: 20px;
	font-family: arial;
	font-size: 12px;
	color: #D2CDAA;
	}
	
td.header {
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	height: 136px;
	}
	
td.searchBox, p.searchBox {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #020200;
	}
	
input.searchBox {
	width: 150px;
	height: 24px;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	font-family: arial;
	font-size: 14px;
	}	

td.checkerPattern {
	background-image: url('images/top_bar_pattern.jpg');
	background-repeat: repeat-x;
	height: 29px;
	}
	td.christmas {
	background-image: url('images/img70.gif');
	background-repeat: repeat-x;
	height: 45px;
	}

td.leftMenuBottom {
	background-image: url('images/left_menu_bottom.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	height: 12px;
	}
	
table.mainTablePadding {
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
td.contentPadding {
	padding-left: 20px;
	padding-right: 20px;
	}
	
table.blackBackground {
	background-color: #333333;
	}
	
td.tanBackground {
	background-color: #D2CDAA;
	padding-left: 2px;
	padding-right: 2px;
	}
	
	
a:link.leftMenuLink, a:visited.leftMenuLink, .leftMenuLink {
	color: #D2CDAA;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5;
	}
	
a:hover.leftMenuLink {
	color: #ffffff;
	text-decoration: none;
	}
	
td.shopCategoriesHeader {
	background-image: url('images/shop_categories.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 35px;
	}			

td.customerServiceHeader {
	background-image: url('images/customer_service.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 35px;
	}			

td.petInformationHeader {
	background-image: url('images/pet_information.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 35px;
	}			

/*
  $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: arial; font-size: 10px; color: #000000;}
.errorBox { font-family : arial; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : arial; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : arial; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background-color: #ffffff;
	background-image: url('images/background.jpg');
  color: #000000;
  margin: 0px;
}

A {
  color: #CD3335;
  text-decoration: none;
}

A:hover {
  color: #CD3335;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.headerNavigation {
  background: #333333;
}

TD.headerNavigation {
  font-family: arial;
  font-size: 11px;
  background: #333333;
  color: #D2CDAA;
}

A.headerNavigation { 
  color: #D2CDAA; 
	text-decoration: none;
}

A.headerNavigation:hover {
  color: #FFFFFF;
	text-decoration: none;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: arial;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: arial;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TD.footer {
  font-family: arial;
  font-size: 10px;
  background: #ffffff;
  color: #000000;
}

.infoBox {
}

.infoBoxContents {
  font-family: arial;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: arial;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  background: #ffffff;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family: arial;
  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: #D2CDAA;
}

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: #D2CDAA;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #99987C;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: arial;
  font-size: 10px;
  background: #D2CDAA;
  color: #000000;
  font-weight: bold;
}

TD.productListing-data {
  font-family: arial;
  font-size: 10px;
	background: #D2CDAA;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading, p.pageHeading, span.pageHeading {
  font-family: arial;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: arial;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: arial;
  font-size: 12px;
  line-height: 1.5;
}

p, ul, ol, li, body, td {
  font-family: arial;
  font-size: 12px;
  line-height: 1.5;
}


TD.smallText, SPAN.smallText, P.smallText {
  font-family: arial;
  font-size: 10px;
}

TD.accountCategory {
  font-family: arial;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: arial;
  font-size: 12px;
}

TD.tableHeading {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: arial;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: arial;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: arial;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: arial;
  font-size: 12px;
  color: #000000;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: arial;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: arial;
  color: #ff0000;
}

SPAN.errorText {
  font-family: arial;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: arial; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: arial; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: arial; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: arial; font-size: 10px; background-color: #D2CDAA; }
.messageStackSuccess { font-family: arial; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: arial; font-size: 10px; color: #ff0000; }

TD.prodRowHeadMatch {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  border:1px; 
  border-color: #000000; 
  border-style: solid;
  background: #ffffff;
}
/* BOF: Additional Images */
.imagesBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

	
.imgleft {
	float: left;
	margin-right: 10px;
	}
	
.also-heading{
     background:#D2CDAA;
     font-family: arial;
	font-size: 16px;
	color:#CD3335;
}
ul.sitemap {
color: #ff0000;
}
/* EOF: Additional Images */

.catdescript {
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.5;
	}
