@charset "utf-8";
/* CSS Document */

html, body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	line-height:normal;
	background-color: #fff;
	background-image: url(img/pge-bg.jpg);
	background-repeat: repeat-x;
}
input.srchBarInput{
	border:1px solid #ddd;
	width:400px;

}
.err {
	padding: 4px 8px 5px 8px;
	border: 1px solid #ddd;
	color:#ff0000;
	background: #fff;
}

.redBox {
	padding: 4px 8px 5px 8px;
	border: 1px solid #a6c8e5;
	background: #FFDDDE;
}
.whiteBox p{
	margin:0;
	padding:2px;
	color:#000;
}
.whiteBox{
	padding: 4px 8px 5px 8px;
	border: 1px solid #ddd;
	background:#f7f7f7;
}

.blueBox {
	padding: 4px 8px 5px 8px;
	border: 1px solid #a6c8e5;
	background: #e3eefb;
}
.greenBox {
	padding: 4px 8px 5px 8px;
	border: 1px solid #a6c8e5;
	background: #99CC00;
}
.clear{
	clear:both;

}
h1,h2,h3{
	font-size:20px;
	margin-top:5px;	
	margin-bottom:5px;
	color: #0066CC;
}
h4,h5,h6{
	font-size:16px;
	margin-top:5px;	
	margin-bottom:5px;
	color: #0066CC;
}
img{
	border:0;
}
.wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%; 
	margin-top: 0px;
	margin-left: auto;
	margin-bottom:0px; /* the bottom margin is the negative value of the footer's height */
	margin-right: auto;
	width:1000px;
}
.footer, .push {
	height: 0px; /* .push must be the same height as .footer */
}

/* HEADER PANEL LAYOUT */
#header {
	position:relative;
	top:0;
	left:0;
	margin:0;
	padding:0;
	background-image: url(img/pge-head.jpg);
	height: 148px;
}
.headerBtns{
	position:absolute;
	bottom:0px;
	left:120px;
	height:40px;
	margin:0;
}
.headerBtns a{
	position:relative;
	bottom:0px;
	left:0;
	font-size:11px;
	overflow:hidden;
	color:#fff;
	text-decoration:none;
	background-image: url(img/headerBtns-bg.png);
	background-repeat:no-repeat;
	display:inline-block;
	width:79px;
	height:20px;	
	padding:5px;
	margin-left:1px;
	padding-top:10px;
	text-align:center;
}
.headerBtns a:hover{
	color:#fff;
	text-decoration:none;
}

/* LEFT PANEL LAYOUT */
#leftPanel{
	background-color:#fff;
	/*border:1px solid #ddd;*/
	float:left;
	width:200px;
}	
.leftPanelInner {
	margin:4px;
	background-color:#fff;
	border:5px solid #ddd;
	padding:8px;
	}
.leftPanelList h1 {
	display:block;
	margin:2px 0 0 0;
	background-color:#fff;
	padding:2px;
	font-size: 90%;
	border-bottom: 1px dashed #ddd;
	color:#0066CC;
	text-decoration: none;
}
.leftPanelList h2 {
	display:block;
	margin:2px 0 0 5px;
	background-color:#fff;
	padding:2px;
	font-size: 80%;
	border-bottom: 1px dashed #ddd;
	color:#0099CC;
	text-decoration: none;
}
.leftPanelList h3 {
	display:block;
	margin:2px 0 0 5px;
	background-color:#fff;
	padding:2px;
	font-size: 70%;
	border-bottom: 1px dashed #ddd;
	color: #666633;
	text-decoration: none;
}
.leftPanelList h1 a {
	display:block;
	color:#0033CC;
	text-decoration: none;
}
.leftPanelList h1 a:hover {
	color:#0066CC;
	text-decoration: none;
}

.leftPanelList h2 a {
	color:#0033CC;
	text-decoration: none;
}
.leftPanelList h2 a:hover {
	color:#0066CC;
	text-decoration: none;
}

.leftPanelList h3 a {
	color:#0033CC;
	text-decoration: none;
}

.leftPanelList b a{
	color:#0033CC;
	text-decoration: none;
}

/* MAIN CONTENT PANEL LAYOUT */
#mainContent{
	width:602px;
	float: left;
	background-color: #fff;
}	
	.mainContentInner{
		padding:10px;
	}
.logos{
	clear:both;
	text-align:center;
	border:0;

}	
.topCrumbs{
	font:arial;
	margin:0;
	padding:3px;
	font-size:70%;
	color:#666666;
	text-decoration:none;
	text-align:left;
}	
.topCrumbs a,.topCrumbsRight a{
	color:#666666;
	text-decoration:none;
}
.topCrumbs a:hover,.topCrumbsRight a:hover{
	color:#333333;
	text-decoration:underline;
}
.topCrumbsRight{
	margin:0;
	border:1px solid #ddd;
	float:right;
	font:arial;
	padding:3px;
	font-size:70%;
	color:#666666;
	text-decoration:none;
}	
	
/* RIGHT PANEL LAYOUT */
#rightPanel {
	background-image: url(img/pge-right.jpg);
	background-repeat:no-repeat;
	width:198px;
	float: right;
	height: 507px;
}




/* FOOTER PANEL LAYOUT */
.footer{
	clear:both;
	bottom:0px;
	left: 0px;
}
#pgefooter{
	margin:0 auto;
	padding:0 0 0 25px;
	width:1000px;
	font-size: 11px;
	padding-top:20px;
	padding-bottom:20px;
}
#pagefooter p a{
	text-decoration:none;
	color:#333;
}

/* SHOPPING CART PANELS */
	.sectionBox{
		position:relative;
		border: 1px dashed #ddd;
		padding: 1px;
		width: 187px;
		height: 180px;
		float: left;
		margin-right: 3px;
		margin-bottom: 3px;
	}
	.catList-img{
		position:relative;
		top:1px;	
		left:1px;
		width:100px;
		height:110px;
		overflow:hidden;	
		padding:0px;
		margin:0px;

	}
	.catList-img img{
		width:90px;
		padding:0px;
	}
	.catList-desc{
		position:absolute;
		top:35px;
		right:0px;
		width:90px;
		height:120px;
		font-size:10px;
		text-align:right;
		padding:0px;
		margin:0px;
	}
	.catList-btn{
		position:absolute;
		bottom:5px;
		left:5px;
		padding:0;
	}	
						
.sectionBox:hover{
	border: 1px dashed #070062;
}
.sectionBoxSubCat{
	background-color: #fff;
	border: 2px solid #f1f1f1;
	margin-bottom: 5px;
	padding: 10px;
	width: 168px;
	height: 180px;
	float: left;
	margin-right: 3px;
	text-align:center;
}
.sectionBoxSubCatDiscount{
	background:url(img/cartImages/discountedCat-bg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	position:relative;
	display:block;
	overflow:hidden;
	/*background-color: #fff;*/
	border: 1px solid #f1f1f1;
	padding: 1px;
	width: 187px;
	height: 180px;
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}

.sectionBoxProducts{
	background-color: #fff;
	border: 2px solid #f1f1f1;
	margin-bottom: 5px;
	padding: 10px;
	width: 168px;
	height: 180px;
	float: left;
	margin-right: 3px;
	text-align:center;
}	
.sectionBox img,.sectionBoxProducts img{
	float:left;
}	
.sectionBox h1,.sectionBoxProducts h1,.sectionBoxSubCat h1,.sectionBoxSubCatDiscount h1 {
	margin:0px;
	padding: 3px;
	font-size:80%;
	font-family: arial;
	font-weight: bold;
	text-align: left;
	text-decoration:none;
	text-align:left;	
	height:30px;
}

.sectionBox h1 a, .sectionBoxProducts h1 a{
	color: #3399CC;
	text-decoration:none;
}
.productsListed{
	padding:0 0 0 30px;
	font-size: 17px;
	font-weight:bold;
	width:150px;
	color:#fff;
}
.cartItems{
	padding:70px 0 0 30px;
	font-size: 75%;
	width:150px;
}
.catListFeatured {
	background:url(img/cartImages/featuredProd-bg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	background-color: #fff;
	border: 2px solid #f1f1f1;
	margin-bottom: 5px;
	padding: 3px;
	width: 158px;
	float: left;
	margin-right: 3px;
}
.catListFeatured1 {
	background:url(img/cartImages/featuredProd-bg.jpg);
	background-repeat:no-repeat;
	background-position:10px right;
	background-color: #fff;
	margin-bottom: 5px;
	padding: 10px;
	margin-right: 3px;
}
.catList {
	background-color: #fff;
	border: 2px solid #ddd;
	margin-bottom: 5px;
	padding: 3px;
	width: 170px;
	float: left;
	margin-right: 3px;
}

.theProd{
	float:left;
	border:0px solid #000;
	width:187px;
	text-align:center;
	margin:2px 2px 2px 2px; 
}
.catProdList-btn{
	background-color: #fff;
	border: 2px solid #ddd;
	margin-bottom: 5px;
	padding: 10px;
	width: 165px;
	float: left;
	margin-right: 3px;
	text-align:center;
}
.btn{
	position:relative;
	top:20px;
}
.catList:hover {
	background-color: #fff;
	border: 2px solid #ff0000;
	margin-bottom: 5px;
	padding: 3px;
	width: 170px;
	float: left;
	margin-right: 3px;
}
.catList a,.catListFeatured a {
	text-decoration:none;
}
.catList h1, .catListFeatured h1{
	margin-top:0px;
	margin-bottom:10px;
	margin-right:0px;
	margin-left:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size:80%;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
}

.TwoCatList-img{
	border:0;
	float:left;
	text-align:center;
	width:80px;
	padding:0px;
}
.TwoCatList-desc{
	font-size:70%;
	text-align:right;
	padding:0px;
	float:left;
}
.ThreeCatList-img{
	width:100%;
	text-align:center;
}
.ThreeCatList-img a img{
	border:0;
	padding:0px;
}
.ThreeCatList-desc{
	font-size:80%;
	padding:0px;
}
.catList-img1{
	background-color: #FFFFFF;
	text-align:center;
}
.catList-shortDesc{
	float:right;
	padding:3px;
	width:90%;
}
.prodDesc {
	padding: 10px;
}
.prodImg {
	float:right;
}
.prodWeight{
	text-align:left;
	margin:0;
	padding:0;
	font-size: 80%;
	color:#999999;
}

.prodPrice {
	text-align:left;
	margin:0;
	padding:0;
	font-size: 18px;
	font-weight:bold;	
}
.prodSaving {
	text-align:left;
	margin:0;
	padding:0;
	font-size: 14px;
	font-weight:bold;
	color:#99CC00;
}
.prodQty {
	font-size: 18px;
	font-weight:bold;
}
.prodoldPrice {
	text-align:left;
	margin:0;
	padding:0;
	color:#FF0000;
	font-size: 14px;
	text-decoration: line-through;
}
.prodShort {
	float:right;
	clear:both;
	font-size: 12px;
}
.addToCart {
	clear:both;
	padding:10px;
	border:2px solid #ddd;
}
.addToCartOptions {

}
/* SEARCH ITEMS PANEL */
.searchItem{
	margin-bottom:5px;
	padding:5px;
	border:1px solid #ddd;
}
.searchItem h1{
	font-size:80%;
	font-family: arial;
	font-weight: bold;
	text-decoration:none;
}
.searchBar{
	margin:0;
	padding:10px;
}

.searchBar form{
	margin:0;
	padding:0;
	width:100%;
	font-size:10px;
}
.searchBar input{
	float:left;
	margin-bottom:10px;
	padding:3px;
	width:250px;
	border:1px solid #ddd;
}
#status{
	margin:0;
	padding:0;
}
.searchBar button{
	float:right;
	margin:0;
	padding:0;
}
	/* ***************** */
	#results{
		width:600px;
		display:block;
	}
	
	.endRecHR{
		clear:both;
		color:#99CC00;
		width:85%;
		size:0.5px;
		text-align:center;
	}
	.pagingDiv {
		height:auto;
		clear:both;
		height:30px;
		overflow:hidden;
	}
	.List-img{
		width:120px;
		float: left;
	}	
	.List-details{
		margin-top:5px;
		float: left;
	}	
	.List-details h1,.List-details h1 a{
		font-size:18px;
		text-decoration:none;
	}	
	.pNo {
		font-size:11px;
		border:1px solid #ddd;
		padding:3px;
		text-align:center;
		float:left;
		margin-left:2px;
		margin-right:2px;
	}
	.pNo a{
		text-decoration:none;
	}
	.prodWeightList{
		padding:3px;	
		border:1px solid #ddd;	
		float: left;	
		font-size: 14px;
		font-weight:bold;	
	}
	.prodPriceList {
		padding:3px;	
		float: left;	
		font-size: 16px;
		font-weight:bold;
	}
	.prodShort {
		padding:3px;
		float: left;
	}	
	.prodoldPriceList {
		padding:3px;	
		float: left;
		color:#FF0000;
		font-size: 16px;
		text-decoration: line-through;
	}
	tr.cartItem:hover {
		background-color:#f7f7f7;
		border:1px solid #ddd;
	}	
	/* ***************** */	

.grooming{
	margin:20px;
	margin-top:80px;
}
.grooming h1 {
	display:block;
	margin:2px 0 0 0;
	background-color:#fff;
	padding:2px;
	font-size: 90%;
	border-bottom: 1px dashed #ddd;
	color: #0066CC;
	text-decoration: none;
}
.grooming h1 a {
	color:#0033CC;
	text-decoration: none;
}


