.homeproddis{
	text-align: center;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;

}
.red2{
	color: #660000;
	font-weight: bold;
}
.green2{
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
}
.blue2{
color: #0000CC;
	font-weight: bold;
}



.semibg{
	background-image: url(images/mbg.png);
	z-index: 0;
} 
.loginmod{
	float: right;
}
.loginmod label{
	color: #ccc;	
}
#healthy{
	padding-left: 50px;
}
.desc1{
	font-style: italic;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.notice{
	font-size: 11px;
	color: #000000;
}

#contactInfo{
	font-size: 13px;
}
.loginerror{
	font-weight: bold;
	font-size: 9px;
	color: #CCCCCC;
}
#acc{
	display: block;
	margin-left: 87px;
	margin-top: 5px;	
}
.lizzydif{
	border-color: #000000;
	border-style: solid;
	border-width: 2px;
}
#headspace{
	display: block;
	height: 79px;
}
#headspace2{
	display: block;
	height: 79px;
}
#adminview{
	padding-left: 5px;
	display: block;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	background-color: #CCCCCC;
}

html{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	background-image: url(images/bkg1.jpg);	
	
	/*background-image: url(images/shadow.jpg); */
	background-position-x: 788px;
	background-position-y: 788px;
	background-repeat: repeat-y;
}


body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(images/LizzyHeader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 780px;
	border-right-color: #721011;
	border-right-style: outset;
	border-right-width: 1px;
	border-bottom-color: #721011;
	border-bottom-style: outset;
	border-bottom-width: 1px;
	font-size: 12px;
	background-color: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}

a{
	color: #721011;
	text-decoration: none;
}

a:link{
	color: #721011;
	text-decoration: none;
}

a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #721011;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #721011;
	font-size: 10px;
}
input{
	font-family: Arial,sans-serif;
	font-size: 10px;
	font-weight: normal;
}
textarea{
	font-family: Arial,sans-serif;
	font-size: 10px;
	font-weight: normal;
}
select{
	font-family: Arial,sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.headcase{
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
	display: block;	
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{

	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;

	
}
#navtop{
	top: -17px;
	display: block;
	position: relative;
}
#navbot{
	display: block;
	position: relative;
	
	top: -5px;
}
#navBar{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/navmid.png);
	background-repeat: repeat-y;
	background-position: left;
	display: block;
	position: relative;
	top: -5px;
}

#headlines{
	width: 90%;
	margin: 0px;
	padding: 50px 5px 20px 0px;
	font-size: 80%;
	margin-right: 5px;
	/*border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;	*/
}


#headlines p{
	padding: 5px 0px 5px 0px;
}
#content{
	width: 98%;
	display: block;
	margin-top: 15px;
	margin-left: 0px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 10px;
	color: #cccccc;
	text-align: right;
	font-size: 13px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
	color: #721011;
}
#globalNav a:hover {
	color: #000000;
	text-decoration: none;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles **************

#search{
	padding: 15px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


********** #navBar link styles ***********/
#navBar li{
	display: block;
	margin-top: 0px;
}
#navBar ul a:link, #navBar ul a:visited {
	display: block;
	margin-left: 10px;
	margin-bottom: 0px;	
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 0px solid #721011 ;} 

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles **********/

#sectionLinks{
	width: 147px;
	text-align: left;
	display: block;
	margin-top: -23px;
	overflow: visible;
	border-bottom-color: #666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 5px;
}

#sectionLinks h3{
	padding: 4px 0px 2px 5px;
	color: #666666;
	font-size: 13px;
	

}

#sectionLinks a {
	color: #CCCCCC;
	font-size: 12px;

}

#sectionLinks a:hover{
	background-color: #ccc;
	color: #721011;
	text-decoration: none;
}


/*********** .relatedLinks styles **********/

.relatedLinks{
	
	margin: 0px;

	
}
.relatedLinks ul{
	
	margin: 0px;
	
	
}
.relatedLinks li{
	
	margin: 0px;
	
	
}

.relatedLinks h3{
	padding: 5px 0px 2px 5px;
	color: #666666;
	font-size: 14px;
	
}

.relatedLinks a:link,
.relatedLinks a:visited {
	padding: 0px;
	color: #CCCCCC;
	font-size: 12px;
	display: block;
	margin: 0px;	
}

/************* #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #product listings styles **************/

#plisting{
	font-size: 12px;
	margin-top: 20px;
	text-align: center;
}
#plisting img{
	padding: 5px;
}
#plisting h2{
	color: #721011;
	padding-bottom: 8px;
	text-decoration: underline;
	font-size: 14px;
}
.black{
	color: #000000;
}
.red{
	color: #721011;
}
#plisting h3{
font-size: 13px;
	color: #721011;
	display: block;
	
	padding-right: 5px;
	padding-left: 15px;
}
#plisting .desc{
	padding: 10px;
	text-align: left;
	text-indent: 5px;
	font-style: italic;
}
#plisting .desc h3{
	font-size: 13px;
	color: #721011;
	display: inline;
	
	padding-right: 5px;
	padding-left: 15px;	
}
#plisting .sep{
	padding: 5px;
}
#plisting .price{
	color: #006600;
	font-weight: bold;
}

#plisting a {
	/*border-color: #000000;
	border-style: solid;
	border-width: 1px;*/
	color:#000099;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: underline;
}
#plisting a:hover {
	
	color:#721011;

}

/************** # main product listings styles **************/
#mplisting{
	font-size: 12px;
	margin-top: 20px;
	text-align: left;
}
#mplisting img{
	padding: 5px;
}
#mplisting h2{
	color: #721011;
	padding-bottom: 8px;
	text-decoration: underline;
	font-size: 14px;
}

#mplisting h3{
font-size: 13px;
	color: #721011;
	display: inline;	
	padding-right: 5px;
	padding-left: 15px;
}
#mplisting .desc{
	padding: 10px;
	text-align: left;
	text-indent: 5px;
}
.desc2{
	padding: 10px;
	text-align: left;
	text-indent: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}



#mplisting .desc h3{
	font-size: 13px;
	color: #721011;
	display: inline;
	
	padding-right: 5px;
	padding-left: 15px;	
}
#mplisting .sep{
	padding: 0px;
}
#mplisting .price{
	color: #006600;
	font-weight: bold;
}
 .price{
	color: #006600;
	font-weight: bold;
	font-size: 18px;
}
#mplisting a {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	color:#000000;
	padding-right: 5px;
	padding-left: 5px;
}
#mplisting a:hover {
	border-color: #721011;
	color:#721011;
	background-color: #999999;
}
/*****************************************FORMS*********************/
#sform{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-left: 50px;
	display: block;
}
.confirmtable{
	font-size: 12px;
	color: #000;
	display: block;
	margin-top: 30px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

/************************CART*******************************/
.cartdisplay{
	font-size: 12px;
	text-align: left;
	display: block;
	
	/*border-bottom-color: #721011;
	border-bottom-style: solid;
	border-bottom-width: 1px;*/
	margin-bottom: 2px;
	color: #721011;

	padding-bottom: 4px;
}
.cartdisplay h3{
	margin: 0px;
	padding: 0px;
	display: block;
}
.ctbutton{
	font-size: 12px;

}

.cartdisplay2{
	font-size: 12px;
	text-align: left;
	display: block;
	width: 100%;
	/*border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;*/
	color: #000000;
	
	padding-bottom: 4px;

}
.cartdisplay2 h3{
	color: #000000;
}

.proddisplay{
	font-size: 12px;
	text-align: left;
	display: block;
	width: 100%;
	/*border-bottom-color: #721011;
	border-bottom-style: solid;
	border-bottom-width: 1px;*/
	margin-bottom: 2px;
	color: #721011;
	font-weight: bold;
	padding-bottom: 4px;
	
}
.proddisplay h3{
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 12px;
}
.proddisplay td{
border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.proddisplay2{
	font-size: 12px;
	text-align: left;
	display: block;
	width: 100%;
	/*border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;*/
	color: #000000;
	font-weight: bold;
	padding-bottom: 4px;
	background-color: #e0e0e0;
		
}
.proddisplay2 h3{
	color: #000000;
	font-size: 12px;
}
.cartheader{
	font-size: 14px;
	color: #721011;
	font-weight: bold;
	
	
	border-top-color: #990000;
	border-top-style: solid;
	border-top-width: 1px;
	text-align: left;
}

.bblack{
	color: #000000;
	font-weight: bold;
	
}

.green{
	color: #006600;
	font-weight: bold;
	font-size: 12px;
}
.blue{
	color: #000099;
	
	
}
.orange{
	color: #FF9900;
		font-weight: bold;
	font-size: 12px;
}

.right{
	float: right;
}
.dbtn{

}
.cu{
	width: 75px;	
	text-align: left;
}
.ct{
width: 200px;
text-align: left;
}
.cp{
width: 100px;
text-align: right;
}
.cd{
width: 75px;
text-align: left;
}
.chrr{
	text-align: right;
	color: #000000;
	margin-right: 0px;
	border: 1;
}
.chrl{
	color: #ffffff;
	height: 1px;
	margin-left: 0px;
	border: 0;
}
.cbtn{
	display: block;
	font-weight: 600;
	color: #006600;
	margin-right: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	font-size: 12px;
}
.homeul{


}
.cartPic{
	padding: 3px;
	margin: 5px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	float: left;
}
.carth{
	background-color: #721011;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	margin-bottom: 10px;
}

#chkout{
	display: block;
	margin-top: 20px;
	width: 80%;
	text-align: center;
}
#chkout .h{
	background-color: #721011;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
#chkout td{
	padding-top: 5px;

}
#mpDisplay{
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#mpDisplay ul{
	list-style-type: circle;
	padding-left: 15px;
	margin-left: 15px;
	list-style-position: inside;
	display: block;
	margin-top: 3px;
	margin-bottom: 10px;
	color: #000000;
	font-weight: bold;
}
#mpDisplay img{
	display: block;
	float: left;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 5px;
	margin-bottom: 3px;
}
#mpDisplay h2{
	color: #721011;
}
#cb{
	margin-top: 10px;
	display: block;
	width: 100%;
}
.shippingt{
	border-color: #721011;
	border-style: solid;
	border-width: 1px;
	width: 250px;
}


.shippingt td{
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 0px;
	color: #721011;
}
/********************************EVENTS ON THE HOMEPAGE****************************************/
#events{
	border-color: #990000;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}
#events h6{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.disclaim{
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
}

#petsub td{
	vertical-align: top;

}
#petsub{
	border-color: #990000;
	border-style: solid;
	border-width: 1px;
	padding-top: 5px;	
}
#petsub .disclaim{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #721011;	
	
}
.none{
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 0px;

}
/*********************************************Pets on homepage******************************************/
#freeshipping{
	margin-left: auto;
	float: right;

}


#welcome{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	margin-bottom: 15px;
	
	color: #000000;
}
#welcome h6{
	color: #721011;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}




#featuredpet{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	margin-top: 15px;
	font-weight: bold;
	color: #000000;
}
#featuredpet h6{
	color: #721011;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.floater{
	position: relative;
	top: -15px;
	margin: 0px;
	padding: 0px;
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
	margin-left: 10px;
	margin-right: 10px;
	z-index: 5;
	background-color: #FFFFFF;		
}
#featuredpet h4{
	display: inline;
	color: #721011;
	font-weight: bold;
}

#featuredpet img{
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	padding: 3px;
	margin-right: 5px;	
}
#featuredpet .spaceh{
	display: block;
	height: 3px;
}
#featuredpet .spacew{
	display: inline;	
	margin-left: 10px;
}
#featuredpet a{
	font-weight: normal;
	width: 75%;
	border-color: #721011;
	border-style: solid;
	border-width: 1px;
	margin: 5px;
	padding: 2px;
	display: block;
	font-size: 90%;
	color: #721011;
}
#featuredpet a:hover{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	border-color: #000000;
	border-style: dashed;
	border-width: 1px;
	background-color: #e0e0e0;
	
}
.errornote{
	display: block;
	margin-bottom: 10px;
}

.prodpic{
	padding: 3px;
	margin: 5px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
}
.prodpic2{
	padding: 3px;
	margin: 0px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	float: right;
}
.copy{
	color: #721011;
	font-size: 10px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 15px;		
}
.copy img{
	display: block;
	margin-top: 10px;
		
}
.shippingtb{
	padding: 3px;
	margin: 5px;
	border-style: solid;
	border-color: #721011;
	border-width: 1px;
	margin-left: 50px;
	color: #000000;
	width: 60%;
}
.shippingtb th{
	text-align: left;
	color: #721011;	
}

#blogarea{
	margin-top: 25px;
	margin-bottom: 25px;
	border-style: solid;
	border-color: #721011;
	border-width: 1px;
	padding-bottom: 10px;	
	
}

/***************************************************************    RETAILERS      *****************************************/

.retailTable{
	width: 400px;
	
}
.retailTable h3{
	display: inline;
	padding-right: 5px;
}

.retailTable h2{
	color: #000000;
	text-decoration: underline;
	margin-bottom: 5px;
	
}
.retailButtons{
	font-size: 10px;
	
	text-decoration: underline;
	text-align: right;
}
.retailButtons a{
	display: block;
	padding-bottom: 5px;
}
.retailBreak{
	color: #721011;
	height: 1px;
}
.rnote{
	font-size: 10px;
	font-weight: bold;
}
/******************************************************************************************************************************/

.prodsizedd{
	font-size: 14px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}

.prodsizedd select{
font-size: 14px;

}
hr{
	color: #990000;
	height: 1px;
	width: 75%;
	margin-bottom: 5px;	
	
}
.pred{
	color: #990000;
	font-size: 18px;
	font-weight: bold;
}

#sitemap{
	font-size: 12px;

}
#sitemap h1{
	margin-bottom: 10px;
	color: #000000;
}

#sitemap h3{
	text-decoration: underline;
	margin-bottom: 2px;
}
#sitemap ul{
	margin-top: 2px;

}
#sitemap li{
	margin-top: 5px;

}
#sitemap a{
	color: #000099;

}
#sitemap a:hover{
	color: #990000;

}
#sitemap td{
	vertical-align: top;

}

#newscontrol{
	text-align: center;
	border-color: #660000;
	border-style: solid;
	border-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E4E4E4;
}