/*
  $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
*/
* { margin:0; padding:0; }

body {
  	background: #808080;
  	font-family: Verdana, Arial, sans-serif;
  	font-size: 12px;
  	color:#333333;
  	margin: 0px;
	padding-bottom:20px;
}
h2 {
	font-size:12px;
	margin:0 0 10px 0;
}
h3 {
	font-size:11px;
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	font-weight:bold;
	text-transform:uppercase;
}
h4 {
	font-size:11px;
	/*color:#2b2b2b;*/
}
h5 {
	font-size:11px;
	margin-top:5px;
	margin-bottom:5px;
}
h6 {
color:#666666;
font-size:1.5em;
margin:5px;
}
a img {
	border:none;
}
a {
	font-size:12px;
	color:#333333;
  	text-decoration: none;
}
a:hover {
  	color:#339933;
	text-decoration: underline;
}
address {
	margin-bottom:1em;
	padding:0 0 0 40px;
	background:url(images/letter.gif) no-repeat 0% 5px;
}
acronym {
	cursor:help;
}
p {
	margin:3px 0;
}
ul {
	list-style-type:none;
}
th {
	font-weight:normal;
	text-align:left;
	padding:5px 0;
}
label {
	margin-right:5px;
}
input {
	border:1px solid #ccc;
	/*color:#672222;*/
	padding:1px;
}
/*.infoBox input {
	border:none;
}*/
select {
	border:1px solid #ccc;
}
select option {
	padding-right:10px;
}
textarea {
  	border:1px solid #ccc;
	background:url('images/watermark.gif') top left;
	width: 99%;
	font-family:Tahoma, Arial, sans-serif;
	font-size: 11px;
}
.overlarge {
	font-size: 20px;
}
p.copyright {
	text-align: center;
}
#wrapper {
	width:766px;
	margin:10px auto 0 auto;
	background:url(images/bottom-container.gif) no-repeat bottom left;
	padding-bottom:10px;
}	
#container {
	background:#ff6600 url(images/top-container.gif) no-repeat top left;
	padding:5px 5px 0 5px;
}
#pageHeader {
	position:relative;
	height:102px;
	background: url(images/header.jpg) no-repeat top right;
	margin:5px 5px 0 5px;
}	
#pageHeader h1 {
	background: url(images/logo.gif) no-repeat top left;
	width:317px;
	height:102px;
}
#pageHeader h1 span {
	display:none;
}
#headerSearch {
	padding:20px 10px 0 10px;
	background: #fff;
}
#headerSearch p {
	color: #ff6600;
	font-weight: bold;
}
#headerSearch input {
	border: 1px solid #ff6600;
}	
#search-button {
	margin-top:5px;
	width:72px;
	height:16px;
	background:url(images/button_search.gif) no-repeat top left;
	border:none !important;
	cursor:pointer;
	font-weight:bold;
	/*color:#ffff66;
	background:#009900;*/
}
#headerCart {
	position:absolute;
	top:42px;
	right:45px;
	width:97px;
	height:33px;
	padding:11px 0 0 39px;
	background:#fbeae2 url(images/cart.gif) no-repeat top left;
	font-size:9px;
	color:#672222;
}
#headerCart .cartTitle {
	display:block;
	font-weight:bold;
}
#headerCart a {
	font-weight:bold;
	color:#cf826d;
}
#headerLanguage {
	position:absolute;
	top:42px;
	right:0;
	width:30px;
	padding:6px 0 0 0;
}
#headerLanguage img {
	margin-bottom:2px;
}
#headerNav {
	padding-top:15px;
	background:#ffffff url(images/top-nav.gif) no-repeat top left;
	width:154px;
}
#headerNav li {
}
#headerNav a {
	display:block;
	width:143px;
	/*height:25px;*/
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:6px 0px 6px 10px;
	border-bottom:1px solid #cccccc;
}
#headerNav a:hover {
	background:#339933;
	color:#ffff00;
}
#payment-operators {
	padding:15px 0 10px 0;
	text-align:center;
	background: #fff;
	width: 154px;
	margin-bottom: 10px;
}
#payment-operators img {
	display: block;
	margin:10px auto 0 auto;
}
#side-advert {
	padding-top: 10px;
	text-align: center;
	background: #fff;
	width: 154px;
}
#side-advert a {
	display: block;
	margin: 0 auto;
	width: 140px;
	height: 220px;
}
#side-advert a:hover {
	background: url('images/advert_over.jpg') no-repeat top left;
}
#side-advert a:hover img {
	display: none;
}
#maintable {
	clear:both;	
	margin:0 auto;
	padding-bottom: 10px;
	border-spacing:5px;
	background: url(images/bottom-nav.gif) no-repeat 5px 100%;
}
#columnWrapper {
	position: relative;
	top: 0px;
	width: 154px;
}
#bottom-column {
	width: 154px;
	height: 15px;
}
#leftColumn {
	position: relative;
	/*vertical-align: bottom;*/
	padding:0;
	background:#ffffff url(images/dogcatwatermark.jpg) repeat-y 50% 0%;
	width:143px;
}	
#centerColumn {
	padding:0 0 15px 0;
	background:#ffffff;
	width:593px;
}
#centerColumn h3 {
	margin:0;
	/*background:#cf816c;*/
}
#centerColumn h4 {
	/*color:#672222;*/
	margin-bottom:10px;
}
#mainContent {
	/*position:relative;*/
	min-height:400px;
	_height:400px;
	/*width:387px;*/	
	padding:10px 0px;
	background:url(images/top-main.gif) no-repeat top left;
}
#mainContent ul {
	list-style-type:square;
	margin-left:15px;
}
#mainContent ol {
	margin-left:15px;
}
#mainContent h1 {
	display:block;
	background:url(images/welcome-title.gif) no-repeat top left;
	width:340px;
	height:35px;
	margin-left:10px;
}
#mainContent h1 span {
	display:none;
}
#subContent {
	position:relative;
	padding:10px 10px 0 10px;
}
#about-us {
	margin-top:10px;
	text-align:center;
}
#about-us img {
	border:1px solid #000;
}
h2.sub-category span {
	font-size:28px;
	line-height:28px;	
}
h2.sub-category {
	display:block;
	height:258px;
	padding-left:10px;
	border-bottom:1px solid #ccc;
	background: url('images/watermark.jpg') no-repeat top right;
	padding-right:310px;
}
#flashcontent {
	width: 560px;
	margin: 10px auto;
}
div.marquee {
	margin:8px 10px;
}
marquee {
	font-weight:bold;
	background:#ff6600;
	border:1px solid #ccc;
	padding:10px;	
}
marquee a {
	color:#fff;
	font-size:180%;	
}
.login-title  {
	height:65px;
	padding-top:45px;
	padding-left:160px;
	background: url(images/welcome_mat.jpg) no-repeat top left;
}
.login-title span {
	display: none;
}
#subContent ul.download-list, #subContent ul.download-list ul {
	list-style-type: none;
}
#subContent ul.download-list ul li {
	background: url(images/list-item.jpg) no-repeat top left;
	padding-left:35px;
}
#subContent ul.download-list a {
	display:block;
	height: 35px;
	padding-left: 50px;
	padding-top:15px;
	background: url(images/pdf.gif) no-repeat top left;
}
div.pages {
	/*text-align:right;*/
	margin-bottom:10px;
}
div.wrapper {
	margin:10px 20px 0 20px;
}
div.smallwrapper {
	margin:10px 10px -15px 10px;
}
div.breadcrumb {
	border-bottom:1px solid #ccc;
	/*padding-bottom:10px;*/
	_padding-bottom:0px;
}
html>/**/body div.breadcrumb { padding-bottom:10px; }
div.breadcrumb h2 {
	float:left;
	margin:0 5px 0 10px;
	_margin:0 5px 0 6px;
	padding:0;
}
div.breadcrumb ul {
	list-style-type:none !important;
}
div.breadcrumb li {
	float:left;
	margin-right:5px;
}

table.pet-table {
	width:80%;
	margin:15px auto 0 auto;
	background:#eee;
}
table.pet-table td {
	border:1px solid #fff;
	padding:2px 3px;
}
table.pet-table td.red {
	color:#ff0000;
}
table.pet-table td.center {
	text-align:center;
}
/* Product Listing */
#products-list {
	/*padding:0 10px 0 35px;*/
	/*border-bottom:1px solid #ccc;*/
	min-height:114px;
	_height:114px;
	background:url(images/sub-products.gif) no-repeat 8px 0;
}
div.product {
	clear:both;
	padding:0 10px 12px 35px;
	margin: 0 0 12px 0;
	border-bottom:1px solid #ccc;
}
div.product-img {
	float:left;
	width:100px;
	/*height:100px;*/
	text-align:center;
	border:1px solid #ccc;
	overflow:hidden;
}
div.product-img img {
	margin:0 auto;
}
div.product-content {
	padding-left:100px;
}
div.product-content p {
	padding-left:18px;
}
div.product-content p.description {
	margin:0 0 10px 0;
}
div.product-content h4 {
	padding-left:18px;
	background:url(images/product-arrow.gif) no-repeat 0px 2px;
}
div.product-content p.price {
	color:#ff0000;
	font-weight:bold;
	margin:10px 0 12px 0;
}
div.product-nav {
	margin-top:5px;
	padding-left:118px;
}
div.product-nav a {
	margin-right:5px;
}
div.no-products {
	text-align:center;
	min-height:114px;
	_height:114px;
	background:url(images/sub-products.gif) no-repeat 8px 0;
}	
/* Category Listing */
#categories {
	width:432px;
	_width:450px;
	margin:0 auto;
}
div.category {
	float:left;
	margin:4px;
	width:100px;
}
div.category a {
	display:block;
	width:100px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	
}
div.category a.image {
	width:102px;
	height:101px;
	background:#999;
}
div.category a:hover {
	text-decoration:none;
	color:#fff;
	cursor:hand;
}
div.category:hover a span {
	background:#009900;
	border-color:#009900;
}
div.category:hover a span.text {
	background:#009900 url(images/top-category-hover.gif) no-repeat top left;
}
div.category:hover  a.image {
	background:#009900;
}
div.category span {
	display:block; 
	width:100px;
	height:100px;
	margin:0px;
	border:1px solid #999;
	background:#999;
}
div.category span.text {
	margin:0;
	padding:5px 3px 0 3px;
	width:96px;
	height:35px;
	border:none;
	background:#999 url(images/top-category.gif) no-repeat top left;
}
div.category img {
	/*display:block;*/
}
#categories-list {
	padding:0 10px 10px 10px;
	border-bottom:1px solid #ccc;
	background:url(images/sub-categories.gif) no-repeat 8px 0;
	min-height:114px;
	_height:114px;
	margin:0 0 10px 0;
}
#categories-list ul {
	/*list-style-type:none;*/
	margin:0 0 0 40px;
}
#categories-list li {
	margin:0 5px 0 0;
	padding:3px;
}
/* Sub Category Listing */
div.sub-category-img {
	float:left;
	width:100px;
	height:65px;
	text-align:center;
	border:1px solid #efd2cc;
}
div.sub-category-content {
	padding-left:100px;
}
div.sub-category-content h4 {
	color:#9c3b3b;
	padding-left:18px;
	background:url(images/product-arrow.gif) no-repeat 0px 2px;
}
div.sub-category-nav {
	margin-top:5px;
	padding-left:118px;
}
/* Sidebar Products */
div.side-product {
	padding:12px 0 0 0;
	margin:0 5px 0 12px;
}
div.side-product-img {
	float:left;
	width:65px;
	height:65px;
	text-align:center;
	margin-bottom:10px;
	border:1px solid #efd2cc;
}
div.side-product-content {
	padding-left:65px;
}
div.side-product-content p {
	padding-left:18px;
}
div.side-product-content h4 {
	color:#9c3b3b;
	padding-left:18px;
	background:url(images/product-arrow.gif) no-repeat 0px 2px;
}
div.side-product-content p.price {
	margin:10px 0 12px 0;
}
div.side-product-content p.price span {
	font-weight:bold;
}
div.side-product-nav {
	_margin-top:-10px;
	clear:both;
}
div.adverts {
	text-align:center;
	/*width:192px;*/
	background:#fff;
	margin:0 0 6px 0;
}
p.offer-text {
	clear:both;
	text-align:center;
	font-family:Arial, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#ff3300;
}
#latest, #manufacturers {
	width:175px;
	background:#fff;
	padding:0 0 15px 0;
	margin:0 0 6px 0;
}
#manufacturers form {
	margin:0 20px;
}
#manufacturers li {
	margin:3px 0 4px 0;
	padding:0 15px 0 33px;
	background:url(images/product-arrow.gif) no-repeat 15px 2px;
}
#manufacturers li ul li {
	padding:0 15px 0 18px;
	background:url(images/product-arrow.gif) no-repeat 0px 2px;
}
#manufacturers a {
	color:#9c3b3b;
	font-weight:bold;
}
#footer {
	clear:both;
	margin:15px 10px 0 10px;
	background:#eee;
	border:1px solid #cccccc;
	color:#000;
	font-weight:bold;
}
#footer li {
	display:inline;
	font-size:12px;
}
#footer li a {	
	padding:0 0px;
}
#footer .upperFooter {
	margin:8px auto 10px auto;
	width:440px;
	/*border:1px solid #000;*/
}
#footer .lowerFooter {
	margin:0 auto 8px auto;
	width:265px;
	/*border:1px solid #000;*/
}
#filter {
	position:absolute;
	top:7px;
	right:20px;
	color:#fff;
}
p.product-info-price {
	position:absolute;
	top:7px;
	right:20px;
	font-weight:bold;
	color:#ff0000;
}
div.product-info-image {
	float:right;
	text-align:center;
	margin:0 0 5px 5px;
}
div.product-info-image img {
	border:1px solid #efd2cc;
}
div.product-info-image a:hover {
	text-decoration:none;
}
div.product-info-options {
	margin:5px 0;
	padding:5px 0;
	border-top:1px dashed #efd2cc;
	border-bottom:1px dashed #efd2cc;
}

div.product-info-footer {
	clear:both;
	text-align:center;
	padding:10px 0 20px 0;
}
table.productListing {
	/*width:550px;*/
}
table.formDetail {
	width:100%;
	clear:both;
}
tr.rowButtons th, tr.rowButtons td  {
	padding:10px 0;
}
div.addressDetail {
	float:right;
}
.boxText { 
	font-size: 10px; 
	}

.errorBox { 
	font-size : 90%; 
	background: #ffb3b5; 
	font-weight: bold; 
	}
	
.stockWarning { 
	font-size : 90%; 
	color: #cc0033; 
	}
	
.productsNotifications { 
	background: #fe9c5b; 
	}
	
.orderEdit { 	
	color: #fff; 
	background:#ff6600;
	text-decoration: underline; 
	}

FORM {
	display: inline;
	}

TR.header {
  	background: #ffffff;
	}

TR.headerNavigation {
  	background: #bbc3d3;
	}

TD.headerNavigation {
  	font-size: 90%;
  	background: #bbc3d3;
  	color: #ffffff;
  	font-weight : bold;
	}

A.headerNavigation { 
  	color: #FFFFFF; 
	}

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

TR.headerError {
  	background: #ff0000;
	}

TD.headerError {
  	font-family: Tahoma, Verdana, Arial, sans-serif;
  	background: #ff0000;
  	color: #ffffff;
  	font-weight : bold;
  	text-align : center;
	}

TR.headerInfo {
  	background: #00ff00;
	}

TD.headerInfo {
  	font-family: Tahoma, Verdana, Arial, sans-serif;
  	background: #00ff00;
  	color: #ffffff;
  	font-weight: bold;
  	text-align: center;
	}

TR.footer {
  	background: #fff;
	}

TD.footer {
  	font-size: 90%;
  	background: #fff;
  	font-weight: bold;
	}
TD.footer a {

}
.infoBox {
	padding:3px;
	/*background:#f8f8f9;*/
  	/*border: 1px solid #89bad3;*/
	}

.infoBoxContents {
  	/*background: #f8f8f9;*/
  	/*font-size: 10px;*/
	}

.infoBoxNotice {
  	background: #FF8E90;
	}

.infoBoxNoticeContents {
  	background: #FFE6E6;
  	font-size: 90%;
	}

TD.infoBoxHeading {
  	font-size: 85%;
  	font-weight: bold;
  	background: #808080;
  	color: #ffffff;
	}

TD.infoBox, SPAN.infoBox {
  	/*font-size: 90%;*/
	}

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

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

.productListing-heading {
  	font-size: 11px;
  	background: #808080;
  	color: #FFFFFF;
  	font-weight: bold;
	}

TD.productListing-data {
  	/*font-size: 90%;*/
	padding:2px;
	}

A.pageResults {
	padding:1px;
	}

A.pageResults:hover {
  	color: #fff;
  	background:#ff6600;
	text-decoration:none;
	}

TD.pageHeading, DIV.pageHeading {
  	font-family:Arial, sans-serif;
	font-size: 18px;
  	font-weight: bold;
	}

TR.subBar {
  	background: #f4f7fd;
	}

TD.subBar {
  	/*font-size: 90%;*/
  	color: #545454;
	}

TD.main, P.main {
  	/*font-size: 95%;*/
  	line-height: 1.5;
	}

TD.smallText, SPAN.smallText, P.smallText {
  	font-size: 90%;
	}

TD.accountCategory {
  	color: #aabbdd;
	}

TD.fieldKey {
  	font-weight: bold;
	}

TD.tableHeading {
  	font-weight: bold;
	}

SPAN.newItemInCart {
  	font-size: 90%;
  	color: #ff0000;
	}

CHECKBOX, INPUT, RADIO, SELECT {
  	font-size: 95%;
	}


SPAN.greetUser {
  	color: #f0a480;
  	font-weight: bold;
	}

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

TD.formAreaTitle {
	font-weight: bold;
	}

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

SPAN.productSpecialPrice {
	color: #ff0000;
	margin-left:5px;
	}

SPAN.errorText {
  	color: #ff0000;
	}

.moduleRowOver { 
	background-color: #fe9c5b; cursor: pointer; cursor: hand; color:#fff;
	}

.moduleRowSelected { 
	background-color: #fe9c5b; color:#fff; 
	}

.checkoutBarFrom, .checkoutBarTo { 
	font-size: 90%; color: #8c8c8c; 
	}


.checkoutBarCurrent { 
	font-size: 90%; color: #545454; 
	}

/* message box */

.messageBox { 
	/*font-size: 90%; */
	}

.messageStackError, .messageStackWarning { 
	/*font-size: 90%;*/ background-color: #ffb3b5; 
	}

.messageStackSuccess { 
	/*font-size: 90%;*/ background-color: #99ff00; 
	}

/* input requirement */

.inputRequirement { 
	/*float:right;*/
	font-size:10px;
	color: #ff0000; 
}
.required {
	font-size:10px; 
	color: #ff0000;
}
.noborder {
	border:none;
}
#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 */
	}	
	