/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommercen
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 4387 2006-09-04 13:54:28Z drbyte $
 */

/* POM message stack for VET UK - 1 November 2007 */

body {
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 76.66%;
	color: #000000;
	/*background: #AFC65C;*/
	background: #fff url(../images/bodybg.gif) 50% top repeat-y;
}

a img {border: none; }

a:link {
	color: #6F861C;
	text-decoration: none;
}

a:visited {
	color: #6F861C;
	/*color: #0D3951;*/
	text-decoration: none;
}

a:hover, #navEZPagesTOC ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #000;
}


a:active {
	color: #6F861C;
}


#navEZPagesTOC ul li a {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	}
 

h1 {
	font-size: 1.5em;
	/*color: #9a9a9a;*/
	color: #000000;
	}
	
#productName h1{
	color: #000000;
}

h2 {
	font-size: 1.4em;
	}na

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 9em;
	float: left;
	color:#000000;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

#checkoutPayment .floatingBox,
#checkoutShipping .floatingBox {
	font-size: 1.1em;
}

ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

.errormsg {
	font-weight: bold;
	color: #ff0000;
	font-style: italic;
}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

#shoppingCartDefault .messageStackError,
#shoppingCartDefault .VETmessageStackError {
	font-size: 1.15em;
}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}


/* POM message stack for VET UK - 1 November 2007 */
/* START */
.VETmessageStackError {
	line-height: 1.3em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	background-color: #ff0000;
	color: #ffffff;
	}

.VETmessageStackError a:hover {
	color: #FFFFFF;
	font-size: 11px;
	}
/* END */
/* POM message stack for VET UK - 1 November 2007 */

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 960px;
	min-height: 600px;
	vertical-align: top;
/*	border: 2px solid #8FA63C;*/
	border-top: none;
	/*border-bottom: none;*/
}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}


#headerWrapper {
	height: 156px;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #ffffff;
}


#logoWrapper {
	padding-left: 15px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	background-color: #ffffff;
	height:155px;
	border-bottom: 1px solid #fff;
}

#logo h1 {
	margin: 0;
	padding: 0;
}
#logo h1 a {
	display: block;
	width: 376px;
	height: 145px;
	/*background: url(../images/logo.png) 6px -10px no-repeat;*/
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}


#attribsOptionsText {
	font-size: 1.3em;
}	

.wrapperAttribsOptions {
	font-size: 0.9em;
}

.wrapperAttribsOptions label {
	padding: 0;
}

.wrapperAttribsOptions select {
	/*vertical-align: middle;*/
}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0px 35px;
	list-style-type: none;
	}

.navNextPrevList img {
	margin: 5px 0;
}

#navMainWrapper {
	background: #8FA63C;/* url(../images/topnav.gif) left bottom repeat-x;*/
	position: relative;
	min-height: 36px;
	font-size: 0.9em;
}

#navMainWrapper a {
	color: #fff;
}

#navMainWrapper a:hover {
	color: #ddd;
}

#navMainWrapper ul {
	float: right;
	width: 400px;
	margin: 0;
	padding: 0 0 0 0px;
	list-style: none;
}

#navMainWrapper ul li {
	margin: 0;
}

#navMainWrapper #nav_home {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 195px;
	height: 36px;
	padding: 0;
	margin: 0;
	background: #AFC65C; /*#6F861C;/* url(../images/topnav-dark.gif) left bottom repeat-x;*/
}

#nav_home a {
	display: block;
	padding: 11px 0 9px 25px;
	background: url(../images/icon.paw.gif) 5px 5px no-repeat;
	padding-left: 40px;
	color: #000;
	font-weight: bold;
}
#nav_home a:hover {
	color: #333;
}

#navMainWrapper .navtab {
	float: left;
	background: #AFC65C;
	min-height: 36px;
	margin-right: 7px;
}


.navtab a {
	display: block;
	background: url(../images/icon.paw.gif) 5px 5px no-repeat;
	padding-left: 25px;
	color: #fff !important;
	font-weight: bold;
	text-decoration: none;
}

.navtab a span.tabspan {
	position: relative;
	display: block;
	/*background: url(../images/nav.tr.gif) right top no-repeat;*/
	padding: 10px 15px 12px 15px;
}

#nav_basket.navtab a {
	background: none;
	padding-left: 0;
}

#nav_basket.navtab a span.tabspan {
	padding: 12px 15px 10px 40px;
}


#trolleyicon {
	display: block;
	width: 24px;
	height: 19px;
	position: absolute;
	background: url(../images/trolley.gif) left top no-repeat;
	left: 7px;
	top: 9px;
}

#navsearch {
	float: left;
	width: 320px;
	margin-left: 210px;
	padding-top: 2px;
	color: #fff;
	font-size: 1.1em;
}

#headersearchsubmit {
	background: url(../images/go1.0.png) left top no-repeat;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: middle;
}

#headersearchsubmit:hover {
	background: url(../images/go1.1.png) left top no-repeat;
}

#quick_find_header .textinput {
	border: 1px solid #ccc;
	width: 230px;
	vertical-align: middle;
	margin-top: 0;
}

#contentMainWrapper {
	clear: both;
	padding-top: 12px;
	background: url(../images/bg.content.gif) left top repeat-x;
}

#col1round {
	/*min-height: 300px;*/
	margin: 10px 0 20px 0;
}

.roundout {
	background: #AFC65C url(../images/leftcol.b.gif) left bottom no-repeat;
}

.roundin {
	background: url(../images/leftcol.t.gif) left top no-repeat;
	/*background: #DDD5E9;*/
	padding: 10px;
}

.colpad1 {
	padding: 0 10px 10px;
}

#navicons,
#categoriesContent ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navicons li,
#categoriesContent ul li {
	margin: 0 0 3px 0;
	padding: 0;
}

#categoriesContent ul {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 13px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #6F861C;
}

#categoriesContent li {
	margin-left: 0;
	padding-left: 0;
}


#categoriesContent #allspecials {
	position: relative;
	left: 0px;
	padding: 6px 0 10px 35px;
	background: url(../images/icon.paw.gif) left top no-repeat;
	font-weight: bold;
}
#categoriesContent #allspecials a{
	color: #000000;
	text-decoration: underline;
}

#navicons .navicon {
	position: relative;
	padding: 2px 0 3px 35px;
	font-size: 1.1em;
	min-height: 24px;
	line-height: 1.4em;
	background: url(../images/icon.paw.gif) left top no-repeat;
}

#navicons .navicon:hover {
/*	cursor: pointer;
	background: url(../images/icon.paw.gif) 3px top no-repeat;*/
}

#navicons .navicon a {
	color: #000;
	font-size: 1.1em;
}

#navicons .navicon strong {
	font-weight: bold;
	text-decoration: underline;
}
/*
#iconnews {
}

#iconremind {
	background: url(../images/icon.paw.gif) left top no-repeat;
}

#iconqs {
	background: url(../images/icon.paw.gif) left top no-repeat;
}

#iconfriend {
	background: url(../images/icon.paw.gif) left top no-repeat;
}

#iconi {
	background: url(../images/icon.paw.gif) left top no-repeat;
}
*/

#navCatTabsWrapper {
	margin: 0em;
	background-color: #000000;
	background-image: url(../images/tile_back.gif);
	padding-left: 10px;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}
	
#navSuppWrapper {
	margin: 0 30px;
	padding-left: 10px;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}
	
#navSuppWrapper {
	border-top: 10px solid white;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
	border-top: 1px solid #00639A;
	border-bottom: 1px solid #00639A;
}

#navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	color: #ffffff;
	}

#navSupp ul li {
	border-right: 1px solid #000;
	padding-right: 5px;
}

#navSupp ul li.last {
	border-right: 0;
}

#navSupp ul {
	text-align: center;
}

#navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	white-space: nowrap;
	}

#navSupp ul li a {
	text-decoration: none;
	padding: 0em 0.75em;
	margin: 0;
	white-space: nowrap;
	font-size: 1.1em;
	color: #000;
	}

#navSupp ul li a:visited {
	color: #000;
}

#navSupp ul li a:hover {
color: #000000;
}


#navCatTabs ul li a {
	color: #9a9a9a;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#indexProductListCatDescription *,
#categoryDescription * {
	text-align: left !important;
}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	margin: 1px;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0em;
	}

#navBreadCrumb a {
	font-size: 1em;
}


#navEZPagesTop {
	background-color: #000000;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	font-size: 0.8em;
}
	
#bookmarklink {
	float:right;
	padding-top: 5px;
	padding-right: 5px;
	font-family: verdana, arial, helvetica, sans-serif;
}

#bookmarklink A{
	color: white;
}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

.centerBoxContentsSpecials,
.specialsListBoxContents {
	width: 167px;
	background: url(../images/center.white.m.gif) left top repeat-y;
}

.centerBoxContentsSpecials .inner,
.specialsListBoxContents .inner {
	background: url(../images/center.white.t.gif) left top no-repeat;
}

.centerBoxContentsSpecials .inner2,
.specialsListBoxContents .inner2 {
	background: url(../images/center.white.b.gif) left bottom no-repeat;
	padding: 10px 14px 10px 9px;
	min-height: 170px;
	font-size: 1.2em;
}

.centerBoxContentsSpecials a,
.specialsListBoxContents a {
	color: #000;
}

.productlink {
	font-weight: bold;
}

#productDescription * {
	text-align: left !important;
}


/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 1em;
	font-size: 11px;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}
.centerColumn {
	/*width: 520px;*/
}
#tellAFriendDefault {
}
#tellAFriendFieldset{
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}
	
.footerText {
	text-align: center;
	}
	
/*Shopping Cart Display*/
#cartAdd {
	text-align: center;
	margin: 1em;
/*	border: 1px solid #eee; */
	padding: 0;
	background: #F0F0F0 url(../images/bg.cartadd.t.gif) left top no-repeat;
	width: 124px;
}

#cartAddInner {
	background: url(../images/bg.cartadd.b.gif) left bottom no-repeat;
	padding: 1em;
}

#LefttocartAddTD{
	width: 300px;
	padding-left: 10px;
}
#cartAddTD {
	width: 270px;
	text-align: center;
}

#productDetailsList{
	text-align: left;
	padding-left: 25px;
	width: 250px;
}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	color: #000000;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #BF1E2E;
	}
.productSpecialPrice {
	font-weight: bold;
	color: #BF1E2E;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}
/*
#attribsOptionsText {
font-size: 10px;
font-weight: normal;
}
*/
/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}


.centerBoxWrapper {
	height: 1%;
	margin: 1.1em 0;
}

h2.centerBoxHeading {
	font-size: 1.8em;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding: 30px 0 0 0;
	background: url(../images/hr.gif) left 10px no-repeat;
	
}

#alsoPurchased h2.centerBoxHeading {
	font-size: 1.5em;
	font-weight: normal;
}


/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #000000;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	color: #ffffff;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	border: 1px solid #9a9a9a;
	border-bottom: 5px solid #00639A;
	margin-top: 1.5em;
	}

 .rightBoxContainer {
	margin-top: 5px;
}

.roundgreen .rightBoxHeading {
	background: url(../images/side.green.t.jpg) left top no-repeat;
	border: none;
	padding: 10px;
	color: #662D91;
	font-size: 2.0em;
	font-weight: normal;
	margin: 0;
}

.roundgreen {
	background: url(../images/side.green.m.jpg) left top repeat-y;
	border: none;
	margin-bottom: 10px;
}

.roundgreen .inner {
	background: url(../images/side.green.b.jpg) left bottom no-repeat;
	padding: 0 20px 10px 20px;
	color: #000;
	font-size: 1.1em;
}

.roundgreen .inner a {
	color: #000;
	text-decoration: underline;
}

.roundgreen .inner p {
	margin: 0 0 8px 0;
}


#vetsviewpoint .xtra1 {
	display: block;
	width: 65px;
	height: 86px;
	float: left;
	margin: 0 10px 5px 0;
	background: url(../images/stethoscope.gif) left top no-repeat;
}




.roundmix .rightBoxHeading {
	background: url(../images/side.mix.t.jpg) left top no-repeat;
	border: none;
	padding: 16px 20px 10px 20px;
	color: #662D91;
	font-size: 2.0em;
	font-weight: normal;
	margin: 0;
	text-align: left;
}

.roundmix .rightBoxHeading a {
	color: #662D91;
}

.roundmix {
	background: url(../images/side.mix.m.jpg) left top repeat-y;
	border: none;
}

.roundmix .inner {
	background: url(../images/side.mix.b.jpg) left bottom no-repeat;
	padding: 0 19px 10px 14px;
	color: #000;
	font-size: 1.1em;
}

.roundmix .inner a {
	color: #000;
	text-decoration: underline;
}

.roundmix .inner p {
	margin: 0 0 8px 0;
}






.roundwhite .rightBoxHeading {
	background: url(../images/side.white.t.jpg) left top no-repeat;
	border: none;
	padding: 16px 17px 10px 17px;
	color: #662D91;
	font-size: 2.0em;
	font-weight: normal;
	margin: 0;
	text-align: left;
}

.roundwhite .rightBoxHeading a {
	color: #662D91;
}

.roundwhite .rightBoxTop {
	background: url(../images/side.white.t.jpg) left top no-repeat;
	border: none;
	padding: 16px 0 0 0;
}

.roundwhite {
	background: url(../images/side.white.m.jpg) left top repeat-y;
	border: none;
}

.roundwhite .inner {
	position: relative;
	background: url(../images/side.white.b.jpg) left bottom no-repeat;
	padding: 0 20px 8px 20px;
	color: #000;
	font-size: 1.1em;
}

.roundwhite .inner a {
	color: #000;
	text-decoration: underline;
}

.roundwhite .inner p {
	margin: 0 0 8px 0;
}

#topdog.roundwhite .rightBoxHeading {
	padding: 14px 17px 0px 88px;
}

#topdog .xtra1 {
	position: absolute;
	left: 15px;
	top: -25px;
	display: block;
	width: 53px;
	height: 78px;
	float: left;
	background: url(../images/topdog.jpg) left top no-repeat;
}

#topdog.roundwhite .inner {
	padding-left: 89px;
	padding-top: 8px;
	padding-bottom: 22px;
}

#topcat.roundwhite .rightBoxHeading {
	padding: 14px 17px 0px 88px;
}

#topcat .xtra1 {
	position: absolute;
	left: 15px;
	top: -25px;
	display: block;
	width: 73px;
	height: 76px;
	float: left;
	background: url(../images/topcat.jpg) left top no-repeat;
}

#topcat.roundwhite .inner {
	padding-left: 89px;
	padding-top: 8px;
	padding-bottom: 22px;
}



#hillsHeading {
	font-size: 1.5em;
}

#hills.roundwhite .inner {
	padding-bottom: 15px;
}

#hills .xtra1 {
	position: absolute;
	left: 20px;
	top: 2px;
	display: block;
	width: 73px;
	height: 76px;
	float: left;
	background: url(../images/logo.hills.gif) left top no-repeat;
}

#hills.roundwhite .inner {
	padding-left: 69px;
	padding-top: 0px;
	padding-bottom: 22px;
}


.topblock ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.topblock ul li {
	margin: 0;
	padding: 0;
}


.roundgreen2 .rightBoxHeading {
	background: url(../images/side.green2.t.jpg) left top no-repeat;
	border: none;
	padding: 10px 15px 5px 15px;
	color: #662D91;
	font-size: 1.6em;
	font-weight: normal;
	text-align: left;
	margin: 0;
}

.roundgreen2 {
	background: url(../images/side.green2.m.jpg) left top repeat-y;
	border: none;
	margin-bottom: 10px;
}

.roundgreen2 .inner {
	background: url(../images/side.green2.b.jpg) left bottom no-repeat;
	padding: 0 15px 10px 15px;
	color: #000;
	font-size: 1.1em;
}

.roundgreen2 .inner a {
	color: #000;
	text-decoration: underline;
}

.roundgreen2 .inner p {
	margin: 0 0 8px 0;
}



.sideBoxContent {
	padding: 0.4em;
	}

.sideBoxContent img {
	border: none;
	text-decoration: none;
}

.sideBoxContent a {
	text-decoration: none;
}

#testimonials-manager {
	font-family: georgia;
	color: #DDD5E9;
	font-size: 1.1em;
	line-height: 1.7em;
	padding-left: 10px;
}

#testimonials-manager a {
	color: #444;
}

#viewalltests a {
	color: #000000;
	font-family: arial;
	font-weight: bold;
	text-decoration: underline;
}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}


/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 30px;
	background: url(../images/icon.paw.small.gif) 3px 2px no-repeat;
	color: #000;
	}
A.category-top:hover {
	background: url(../images/icon.paw.small.gif) 8px 2px no-repeat;
	}
A.category-links, A.category-links:visited {
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #AFC65C;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #000000;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
	
a.productListing-heading {
	color: white;
}
	
.productListing-data-description-odd, .productListing-data-description-even {
       border-bottom: 1px solid #9A9A9A;
       padding-bottom: 10px;
       padding-top: 3px;
       padding-left: 3px;
       padding-right: 3px;
       color: #000000;
}

.productListing-data-description-even {
	background-color: #F6EFFD;
}

.productListing-odd, .productListing-even {
	padding: 10px;
}


.productListing-data-description-even,
.productListing-data-description-odd,
.mancol {
	padding-left: 7px;
}

.productListing-even {
	background-color: #F6EFFD;
}

.tabTable {
	border-top: 1px solid #9A9A9A;
	border-left: 1px solid #9A9A9A;
	border-right: 1px solid #9A9A9A;
}

#navSupp li {
	font-size: 7pt;
}

legend, address, .floatingbox, /*div.buttonrow*/ {
	color: #000000;
}

#loginDefault{
	color: #000000;
}

.hide {
	position: absolute;
	left: -9999px;
	top: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

.clearer {
	clear: both;
}

.std {
}

.std h3,
.std p {
	margin: 0 0 10px 0;
	padding: 0;
}

.std p {
	font-size: 1.2em;
}

#secshoplink {
	display: block;
	width: 190px;
	height: 53px;
	background: url(../images/secshoplink.jpg) left top no-repeat;

}

.nostyle,
p.nostyle {
	padding: 0;
	margin: 0;
}


.leftab th {
	text-align: left;
}

.ntext {
	width: 250px !important;
	border: 1px solid #ccc;
}

.fullbtn {
	width: 100%;
	border: 1px solid #000000;
	background: #F0F0F0;
	padding: 4px;
	color: #000000;
	font-size: 1.1em;
	text-align: center;
}

h3.roundhead {
	font-size: 1.2em;
}

#custsumm p {
	margin: 0;
}

#petssumm p {
	font-size: 1.1em !important;
}

#petssumm p a {
	font-size: inherit;
}

#productQuantityDiscounts {
	text-align: left;
	padding-bottom: 15px;
}



#prevOrders th {
	vertical-align: top;
	text-align: left;
	padding: 5px 5px 5px 2px;
}
#prevOrders td {
	vertical-align: top;
	text-align: left;
	padding: 4px 5px 6px 2px;
	border-bottom: 1px solid #ddd;
}

#prevOrders address {
	padding: 0;
	margin: 0;
}

#prevOrders th.po_tot {
	text-align: right;
	padding: 5px 10px 5px 2px;
}

#prevOrders td.po_tot {
	text-align: right;
	padding: 4px 10px 6px 2px;
}

#prevOrders .po_view {
	width: 45px;
	text-align: right;
}

#prevOrders .po_rep {
	width: 75px;
	text-align: right;
}

#prevOrders td.po_view,
#prevOrders td.po_rep {
	padding: 4px 2px 6px 2px;
}

.repeatorder {
	border: 1px solid #ddd;
	background: #f2eefe;
	padding: 2px 10px;
}

/*
#productRewards {
	clear: both;
	position: relative;
	border: 1px solid #E9E1EF;
	padding: 15px 10px 12px 10px;
}
*/



#productRewards {
	width: 172px;
	margin: 25px auto 25px auto;
	background: url(../images/pr.white.m.gif) left top repeat-y;
	border: none;
}

#productRewards #productRewardsTop {
	background: url(../images/pr.white.t.gif) left top no-repeat;
	border: none;
	padding: 18px 0 0 0;
}

#productRewards .inner {
	position: relative;
	background: url(../images/pr.white.b.gif) left bottom no-repeat;
	padding: 0 15px 25px 15px;
}



/*
#h3_vetpoints {
	width: 120px;
	height: 22px;
	background: url(../images/vetpoints2.gif) left top no-repeat;
	margin: 0 auto 10px auto;
}
*/

#h3_vetpoints {
	width: 94px;
	height: 17px;
	background: url(../images/vetpoints3.gif) left top no-repeat;
	margin: 0 auto 10px auto;
}

#productRewards p {
	font-size: 1.2em;
	margin: 0;
	text-align: center;
}

#productRewards p a {
	font-size: 1em;
	text-decoration: underline;
}

#ot_vetpoints p {
	font-size: 1.1em;
	margin: 0 0 10px 0;
}

#ot_vetpoints p a {
	font-size: 1em;
	text-decoration: underline;
}

#ot_vetpoints p label {
	font-size: 1em;
}

#ot_discountcoupon p {
	font-size: 1.1em;
	margin: 0 0 10px 0;
}


.thinner {
	width: 300px;
	float: left;
}


#checkoutShippingHeading {
	margin-top: 0;
	margin-bottom: 15px;
}

#checkoutShippingContentChoose {
	margin-bottom: 15px;
}

#checkoutShippingHeadingMethod {
	margin-top: 20px;
}

#checkoutShipping fieldset {
	margin-bottom: 15px;
}

#homegateway {
	border-collapse: seperate;
	border-spacing: 10px;
	width: 100%;
}

#homegateway td {
	padding: 10px;
	border: 1px solid #8FA63C;
}

#homegateway p {
	font-weight: bold;
	font-size: 1.2em;
}

#mainnav {
	background: #8FA63C;
	height: 36px;
	padding: 3px 0 3px;
}



#mainnav ul  { margin: 0px; padding: 0px; list-style-type: none; }
#mainnav ul li  { margin: 0px; padding: 0px; list-style-type: none; float: left; height: 34px; background-image: url(../images/mainnav.0.gif) !important; }
#mainnav ul li a  { display: block ; height: 34px; text-indent: -5555px;}
#mainnav ul li a:hover  { background-image: url(../images/mainnav.2.gif) !important; }
#mainnav ul li.wg00  { width: 82px; background-position: 0px 0px ;}
#mainnav ul li.wg00 a  { width: 82px; }
#mainnav ul li.wg00 a:hover  { }
#mainnav ul li.wg01  { width: 123px; background-position: -82px 0px ;}
#mainnav ul li.wg01 a  { width: 123px; }
#mainnav ul li.wg01 a:hover  { background-position: -82px 0px ;}
#mainnav ul li.wg02  { width: 103px; background-position: -205px 0px ;}
#mainnav ul li.wg02 a  { width: 103px; }
#mainnav ul li.wg02 a:hover  { background-position: -205px 0px ;}
#mainnav ul li.wg03  { width: 79px; background-position: -308px 0px ;}
#mainnav ul li.wg03 a  { width: 79px; }
#mainnav ul li.wg03 a:hover  { background-position: -308px 0px ;}
#mainnav ul li.wg04  { width: 135px; background-position: -387px 0px ;}
#mainnav ul li.wg04 a  { width: 135px; }
#mainnav ul li.wg04 a:hover  { background-position: -387px 0px ;}
#mainnav ul li.wg10  { width: 131px; background-position: -522px 0px ;}
#mainnav ul li.wg10 a  { width: 131px; }
#mainnav ul li.wg10 a:hover  { background-position: -522px 0px ;}
#mainnav ul li.wg05  { width: 119px; background-position: -653px 0px ;}
#mainnav ul li.wg05 a  { width: 119px; }
#mainnav ul li.wg05 a:hover  { background-position: -653px 0px ;}

body.wg00 #cnt #menu .cnt ul li.wg00 ,
body.wg01 #cnt #menu .cnt ul li.wg01 ,
body.wg02 #cnt #menu .cnt ul li.wg02 ,
body.wg02 #cnt #menu .cnt ul li.wg02 ,
body.wg03 #cnt #menu .cnt ul li.wg03 ,
body.wg04 #cnt #menu .cnt ul li.wg04 ,
body.wg05 #cnt #menu .cnt ul li.wg05 ,
body.wg10 #cnt #menu .cnt ul li.wg10  { background-image: url(../images/mainnav.1.gif) ;}


