/* body */
body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* top button bar */
td.button-bar-top { background:url(images/buttonbar-t-rpt.gif) repeat-x; }
td.button-bar-bottom { background:url(images/buttonbar-b-rpt.gif) repeat-x; }

/* footer links */
td.footer-links-text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; }
.footer-links-text a:link 	  { color: #000000; }
.footer-links-text a:visited { color: #000000; }
.footer-links-text a:hover	  { color: #000000; }

/* bottom panel for links */
td.bottom-panel { 
	height: 71px;
	background:url(images/bottompanel.gif) no-repeat;
	font-size: 10px;
}

td.bottom-panel-inside{ font-size: 10px; }

.bottom-panel-inside a:link 	{ text-decoration: underline; color: #000000; }
.bottom-panel-inside a:visited 	{ text-decoration: underline; color: #000000; }
.bottom-panel-inside a:hover	{ text-decoration: none; color: #000000; }

/* newsletter box */
td.newsletter-input { 
	background:url(images/newsletter-background.gif) no-repeat left;
}

input.newsletter { 
	font-size: 10px; 
	width: 187px;
	border: 1px #7f9db9 solid;
}


/* the pet products of distinction box */
td.pet-products-of-distinction { 
	background:url(images/pet-products-of-distinction.jpg) no-repeat;
	height:141px;
	padding: 46px 0px 0px 17px;
}

/* the categories box */
td.categories-box { 
	background:url(images/categories-box-repeat.jpg) no-repeat;
	text-align: center;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	height:240px;
}

.categories-box a:link 		{ text-decoration: underline; color: #000000; }
.categories-box a:visited 	{ text-decoration: underline; color: #000000;  }
.categories-box a:hover		{ text-decoration: none; 	  color: #000000;  }

/* shopping cart box */
td.shopping-cart { 
	background:url(images/shopping-cart-box-rpt.gif); 
	padding: 0px 8px 0px 8px;
}

td.shopping-cart-total { 
	background:url(images/shopping-cart-box-rpt.gif); 
	padding: 0px 8px 0px 8px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-transform:none;
}

td.shopping-cart-inner {
	text-transform:uppercase;
	font-size: 10px;
}

.shopping-cart-inner a:link 	{ text-decoration:none; }
.shopping-cart-inner a:visited 	{ text-decoration:none; }
.shopping-cart-inner a:hover	{ text-decoration:underline; }

/* walkies box */
td.walkies { 
	background:url(images/time-for-walkies.gif) no-repeat; 
	height: 304px;
	text-align: center;
	padding:138px 8px 20px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #874f15;
}

.walkies a:link 	{ color:#874f15; text-decoration: underline; }
.walkies a:visited 	{ color:#874f15; text-decoration: underline; }
.walkies a:hover	{ color:#874f15; text-decoration: none; }

/* product listing styles */
span.product-listing-name { 
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

img.product-listing-image {
	border: 1px solid #dae8b8;
}



/* these styles appear in the WYSIWYG editor as well */
.large-green-text {
	font-size:12px;
	color: #64880e;
}
.green-text {
	color: #64880e;
}
