/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F7F9F7;
	}
body p{
	font-size: 12px;
}
	
a.category-holiday{
		background-color: #FF0000;
		display: none;
		z-index: 1000;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #FF9900;
	text-decoration: none;
	}
 
a:visited {
	color: #FF9900;
	text-decoration: none;
	}

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

a:active {
	color: #FF9900;
	}

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 12px;
	}

h4.optionName{
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

.biggerText {
	font-size: 1.2em;
	}

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

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

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

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

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

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

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

LABEL, h4.optionName {
	line-height: 12px;
	padding-bottom: 6px;
	}

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

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
	
#logo{
	width: 370px;
	height: 102px;
	padding-top: 18px;
}

#taglineWrapper{
	width: 240px;
	height: 102px;
	float:right;
	padding-top: 18px;
}

#drop_menu_k9_wrapper{
	height: 44px;
	background-image: url(../images/top_menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
}

.drop_ezpages_search_container{
	width: 900px;
}

.drop_menu_right{
	width: 379px;
	float:right;
	display: inline;
}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

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

P, 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;
	}

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

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

.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: 100%;
	vertical-align: top;
	}

#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#contentMainWrapper{
	margin-top: 16px;
	width: 900px;
}

#logoWrapper{
	border: solid #FF0000 0px;
	height: 122px;
}

#headerWrapper{
	width: 900px;
	height: 122px;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: 0px;
	} 

#tagline {
	color:#000000;
	font-size: 10px;
	text-align : left;
	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%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

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

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin-top: 15px;
	background-color: #9a9a9a;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

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

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

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

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

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

#navMainSearch {
	float: right;
	border: solid 0px #FF0000;
	display:inline;
	height: 28px;
	padding-top: 12px;
	margin: 0px;
	}
	
.header_search_input{
	border: solid 1px #CCCCCC;
	background: #FFFFFF;
	margin: 0px;
}

#navBreadCrumb {
	background-color: #FFFFFF;
	}

#navEZPagesTop {
	height: 28px;
	padding-top: 16px;
	font-size: 11px;
	float: left;
	display: inline;
	}

#navEZPagesTop a{
	color: #000000;
	}

#navBreadCrumb {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	border: solid 1px #E1E7E1;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-top: 0px;
	text-align:left;
	}

#navColumnOne {
	background: #FFFFFF;
	}

#navColumnTwo {
	background-color: #FFFFFF;
	border: solid 1px #E1E7E1;
	}

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

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	font-size: 12px;
	padding: 14px;
	line-height: 18px;
	background:#F7F9F7;
	border-top: solid 5px #E1E7E1;
	margin-top: 15px;
	margin-bottom: 0px;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}
	
.centerColumn{
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align:left;
}

h1#indexDefaultHeading{
	display: block;
	text-align: center;

}

#indexDefault{
	padding-left: 5px;
	padding-right: 5px;
	line-height: 17px;

}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	text-align: right;
	margin: 0px;
	border: solid 1px #e4e6e5;
	padding: 1px;
	font-size: 11px;
	margin-top: 4px;
	background: #F7F9F7;
	}

#cartAdd input{
	font-size: 11px;
	vertical-align: middle;
}

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

.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;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

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

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

#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*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

#productMainImage{
	margin: 0px;
	border: solid 0px #999999;
}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured {
	margin: 1em 0em;
	}

/*sideboxes*/
.columnLeft {
	border-left: 1px solid #E1E7E1;
	border-top: 1px solid #E1E7E1;
	border-right: 1px solid #E1E7E1;
	border-bottom: 1px solid #E1E7E1;
	background-color: #CCCCCC;
	text-align:left;
}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}

.leftBoxHeading{
	margin: 0em;
	background-color: #FF6699;
	padding: 0.5em 0.2em;
	}
	
h2.centerBoxHeading {
	display: block;
	height: 30px;
	background-image: url(../images/page_name_header_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 12px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: solid 1px #E1E7E1;
	color: #333333;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.leftBoxContainer {
	margin-top: 0px;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	}

hr#catBoxDivider{
	border: solid 1px #E1E7E1;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

a.category-top:link, a.category-links:link{
	height: 29px;
	background-image: url(../images/category_header_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display:block;
	border-bottom: solid 1px #E1E7E1;
	padding-top: 15px;
	padding-left: 15px;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	color:#000000;
	margin-bottom: 10px;
}

a.category-top:visited, a.category-links:visited{
	height: 29px;
	background-image: url(../images/category_header_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display:block;
	border-bottom: solid 1px #E1E7E1;
	padding-top: 15px;
	padding-left: 15px;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	color:#000000;
	margin-bottom: 10px;
}

a.category-top:hover, a.category-links:hover{
	height: 29px;
	background-image: url(../images/category_header_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display:block;
	border-bottom: solid 1px #E1E7E1;
	padding-top: 15px;
	padding-left: 15px;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	color: #996600;
	margin-bottom: 10px;
}

a.category-top:active, a.category-links:active{
	height: 29px;
	background-image: url(../images/category_header_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display:block;
	border-bottom: solid 1px #E1E7E1;
	padding-top: 15px;
	padding-left: 15px;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	color:#000000;
	margin-bottom: 10px;
}

a.category-products:link{
	display: block;
	padding-left: 15px;
	color: #000000;
	font-size: 11px;
	line-height: 18px;
}

a.category-products:visited{
	display: block;
	padding-left: 15px;
	color: #000000;
	font-size: 11px;
	line-height: 18px;
}

a.category-products:hover{
	display: block;
	padding-left: 15px;
	color: #FF6600;
	font-size: 11px;
	line-height: 18px;
}

a.category-products:active{
	display: block;
	padding-left: 15px;
	color: #000000;
	font-size: 11px;
	line-height: 18px;
}

/********* START NEW COLLAR & LEASH ************ */

a.category-products-new-cl:link{
	display: block;
	padding-left: 15px;
	color: #000000;
	font-size: 11px;
	line-height: 18px;
	background-image: url(http://k9apparel.com/images/New.gif);
	background-repeat: no-repeat;
	background-position: 110px top;
}

a.category-products-new-cl:visited{
	display: block;
	padding-left: 15px;
	color: #000000;
	font-size: 11px;
	line-height: 18px;
	background-image: url(http://k9apparel.com/images/New.gif);
	background-repeat: no-repeat;
	background-position: 110px top;
}

a.category-products-new-cl:hover{
	display: block;
	padding-left: 15px;
	color: #FF6600;
	font-size: 11px;
	line-height: 18px;
	background-image: url(http://k9apparel.com/images/New.gif);
	background-repeat: no-repeat;
	background-position: 110px top;
}

a.category-products-new-cl:active{
	display: block;
	padding-left: 15px;
	color: #000000;
	font-size: 11px;
	line-height: 18px;
	background-image: url(http://k9apparel.com/images/New.gif);
	background-repeat: no-repeat;
	background-position: 110px top;
}

/********* END NEW COLLARS & LEASH ************/


a.category-subs:link{
	display: block;
	padding-left: 15px;
	color: #000000;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}

a.category-subs:visited{
	display: block;
	padding-left: 15px;
	color: #000000;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}

a.category-subs:hover{
	display: block;
	padding-left: 15px;
	color: #FF6600;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}

a.category-subs:active{
	display: block;
	padding-left: 15px;
	color: #000000;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}


a.category-top span.category-subs-parent{
	display:block;
	
}

.hr{
	height: 1px;
	border: solid 0px #FFFFFF;
	margin-top: 6px;
	margin-bottom: 0px;
	padding: 0px;
}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 14px;
	color: #000000;
	}

.rightBoxHeading {
	margin: 0em;
	padding: 0.6em 0em;
	background-image: url(../images/rightbox_title_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}

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

h3.rightBoxHeading a:hover {
	color: #009933;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.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;
	}
	
.centeredContent {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #009933;
}

.centeredContent a{
	padding-top: 10px;
	padding-bottom: 10px;
	color: #009933;
	font-size: 12px;
}

#bestsellers .wrapper {
	margin: 0px 0px 0px 15px;
	font-size: 11px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	}

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

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

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

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

.rowOdd td{
	border-bottom: solid 1px #E1E7E1;
}

.rowEven {
	background-color: #FFFFFF;
	height: 1.5em;
	vertical-align: top;
	border-bottom: solid 1px #E1E7E1;
	}
	
.rowEven td{
	border-bottom: solid 1px #E1E7E1;
}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

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: #cacaca;
	height: 2em;
	}

#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;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
	
.top_account_nav_left{
	background-image: url(../images/top_cart_menu_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin: 0px;
}

ul.top_account_nav_right{
	height: 24px;
	background-image: url(../images/top_cart_menu_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 0px;
}

.top_account_nav_middle{
	height: 24px;
	background-image: url(../images/top_cart_menu_middle.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	margin: 0px;
}


ul.top_account_nav_right li{
	float: left;
	list-style-type: none;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

ul.top_account_nav_right li a{
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

#navMainCartSummary{
	margin-top: 15px;
	margin-bottom: 15px;
}

#navMainCartSummary a, #navMainCartSummary a:visited{
	color: #000000;
	font-size: 11px;
}

#navMainCartSummary a:hover{
	color: #CC6600;
	font-size: 11px;
}

.category-subs-selected{
	color: #FF6600;
}

.main_page_splash_bg{
	background-image: url(../images/splash_banner_bg2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: solid 1px #E1E7E1;
	margin-bottom: 10px;
}

#productAdditionalImages table.product_listing_table td{
	border: solid 0px #E1E7E1;
	padding: 0px;
	margin: 0px;
	text-align:left;
}


#productAdditionalImages table.product_listing_table td img{
	margin: 0px;
}

table.product_listing_table{
	width: 100%;
	border: solid #E1E7E1 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

table.product_listing_table tr{
	padding: 5px;
}

table.product_listing_table td{
	border: solid 1px #E1E7E1;
	padding: 0px;
	margin: 5px;
}

table.product_listing_table td img{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.product_box_heading{
	background: #F0F1F0;
	border-bottom: solid 1px #E1E7E1;
	
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 2px;
	padding-right: 2px;
}

.product_box_heading a, .product_box_heading a:visited{
	color: #000000;
	font-weight: normal;
	font-size: 12px;
}

.product_box_heading a:hover{
	color: #FF6600;
	font-weight: normal;
	font-size: 12px;
}

.rightBoxContainer{
	border-bottom: solid 1px #E1E7E1;
}

.rightBoxContainer ol {
	margin: 0px;
	padding: 0px;
	border: solid 0px #CC3300;
}

.rightBoxContainer ol li{
	margin: 0px;
	padding: 0px;
	border: solid 0px #CCCCCC;
}

.rightBoxContainer ol li a, .rightBoxContainer ol li a:visited{
	color: #000000;
	font-size: 11px;
	padding-right: 2px;
	padding-left: 0px;
}

.rightBoxContainer ol li a:hover{
	color: #FF6600;
	font-size: 11px;
}

#tellafriendContent input{
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 4px;
}

.centeredContent{
	font-size: 12px;
}

#productListHeading{
	display: block;
	height: 30px;
	background-image: url(../images/page_name_header_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 12px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	border: solid 1px #E1E7E1;
	color: #333333;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.filter_class{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	magin-bottom: 0px;
}

#productsListingTopNumber{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	magin-bottom: 0px;
}

#productsListingBottomNumber{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	magin-bottom: 0px;
}

.product_info_table{
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: solid 1px #e4e6e5;
}

.product_info_table_login{
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: solid 1px #e4e6e5;
	padding-left: 4px;
	padding-right: 4px;
}

#productAttributes{
	margin-top: 20px;
	border: solid 1px #e4e6e5;
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 0px;
	background: #F7F9F7;
}

h2#productPrices{
	font-size: 14px;
}

.wrapperAttribsOptions{
	margin: 0px;
}

.wrapperAttribsOptions input{
	border: solid 1px #CCCCCC;
	/*background:#F2FFF0;*/
	background:#FFFFFF;
	width: 100px;
	font-size: 11px;
}

.wrapperAttribsOptions input[type="radio"]{
	border: solid 0px #CCCCCC;
	background: #F7F9F7;
	width: 100px;
	font-size: 11px;
}

.wrapperAttribsOptions select{
	border: solid 1px #CCCCCC;
	/*background:#F2FFF0;*/
	background:#FFFFFF;
	width: 160px;
	font-size: 11px;
}

.wrapperAttribsOptions h4.back{
	float: left;
	border: solid 0px #999999;
}

.wrapperAttribsOptions div.back{
	float: right;
	border: solid 0px #999999;
}

h3#attribsOptionsText{
	font-size: 11px;
	text-transform:uppercase;
	margin-bottom: 10px;
}

label.attribsInput, label.attribsSelect{
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

label.attribsRadioButton{
	font-size: 11px;
}

.product_info_footer{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	line-height:18px;
	background: #F7F9F7;
	border-top: solid 5px #E1E7E1;
	border-bottom: solid 5px #E1E7E1;
	margin: 0px;
	color:#000000;
	line-height: 18px;
}

.product_info_footer a{
	color: #000000;
}

.fieldset_returning_customer{
	background: #F3F7F5;
	border: solid 1px #E1E7E1;
}

.legend_returning_customer{
	background: #333333;
  	border: solid 1px #E1E7E1;
	color: #FFFFFF;
}

.fieldset_new_customer{
	background: #F3F7F5;
	border: solid 1px #E1E7E1;
}

.legend_new_customer{
	background: #333333;
    border: solid 1px #E1E7E1;
	color: #FFFFFF;
}

#checkoutShippingHeading{
	padding-bottom: 10px;
	border-bottom: solid 1px #E1E7E1;
	margin-bottom: 10px;
}

#checkoutShippingHeadingAddress{
	margin-top: 20px;
}

#checkoutShippingHeadingMethod{
	margin-top: 30px;
	margin-bottom: 10px;
}

#checkoutPaymentHeading{
	padding-bottom: 10px;
	border-bottom: solid 1px #E1E7E1;
	margin-bottom: 10px;
}

#checkoutPaymentHeadingAddress{
	margin-top: 20px;
}

#checkoutConfirmDefaultHeading{
	padding-bottom: 10px;
	border-bottom: solid 1px #E1E7E1;
	margin-bottom: 10px;
	margin-top: 20px;
}

#checkoutConfirmDefaultBillingAddress{
	margin-top: 20px;
}

#checkoutShipping fieldset{
  background: #F3F7F5;
}

#checkoutPayment fieldset{
  background: #F3F7F5;
}

#ezPageDefault{
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: solid 1px #e4e6e5;
	padding: 10px;
}

#navSuppWrapper{
	background: #F7F9F7;
	border-top: solid 1px #E1E7E1;
	height: 60px;
}

#navSupp{
	color: #000000;	
}

.additional_image_note{
	font-size: 11px;
	text-align:left; 
}

.dog_weight_link, dog_pic_profile_link{
	font-size: 11px;
	font-weight: normal;
}

.dog_harness_link{
	font-size: 10px;
	font-weight: normal;
}

.fbk9{
	vertical-align:top;
	position: relative;
	top: -5px;
	display: inline;
}

.home_page_vids_container{
	width: 910px;
	border: 1px solid #CCCCCC;
	overflow: auto;
	height: auto;
	display:block;
}

.home_page_vids_container a{
	border: solid 0px #CCCCCC;
	color:#000000;
}

.home_page_vids_container img{
	border: 0px solid #CCCCCC;
}

.home_page_vids_container h3{
	font-size: 14px;
	color:#FF0000;
}

.home_page_vids_container div.box1{
	width: 288px;
	float:left;
	display:inline;
	padding: 6px;
}
.home_page_vids_container div.box2{
	width: 288px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	float:left;
	display:inline;
	padding: 6px;
}
.home_page_vids_container div.box3{
	width: 288px;
	float:left;
	display:inline;
	padding: 6px;
}