.default {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000; }
	
a:link {color: #921EC4; text-decoration: none }
a:visited {color: #921EC4; text-decoration: none }
a:hover {text-decoration: underline; color: #D23736;
}

a:img {border: none; }

a.bottomlinks:link {color: red; text-decoration: none }
a.bottomlinks:visited {color: red; text-decoration: none }
a.bottomlinks:hover {text-decoration: none; border-bottom: 1px dashed #EAEAEA; border-top: 1px dashed #EAEAEA; color: #FFFFFF; background-color: #B52022}
/* COMMENT: USING THE BORDER-BOTTOM TAG MAY REQUIRE PADDING ON CONTAINERS FOR EFFECT TO BE VISIBLE */

.imgpadding {
	padding: 2px;
	margin: 3px;
    border: thin solid #000000;
}

hr {
	border: 1px dotted #EAEAEA;
}

.hr {
	border: 1px dotted #EAEAEA;
}

body { margin: 0px 0px 0px 0px; padding: 0px; text-align: left; background-color: #940609; 
}

/* COMMENT: Original background had no image background: #204777 */
/* COMMENT: use     background: url("http://www.lovethypetbklyn.com/design_images/BG.gif"); */
/* COMMENT: Below is the layout for the site */

#header{text-align:center;}
#header{width:800px; margin-left:auto; margin-right:auto;}

.quotes {
     font-style: italic;
     font-size: x-small;
     color: #808080;
     text-align: left;
     }

.bold {
    font-family: verdana, arial;
	font-size: small;
	font-weight: bold;
	color: #B52022;
	text-align: left;
}

.title {
    font-family: verdana, arial;
	font-size: 18px;
	font-weight: bold;
	color: #B52022;
	text-align: left;
    border-bottom-style: dotted;
	border-color: #EAEAEA;
	border-size: 1px;
	width: 75%;
}
.title2 {
    font-family: verdana, arial;
	font-size: 12px;
	font-weight: normal;
	color: #B52022;
	text-align: left;
	padding: 5px;
    border: 1px solid #EAEAEA;
	width: 90%;
}


.copyright {
    border: 1px dotted #940609; 
    font-family: verdana, arial;
	font-size: 8pt;
	color: #EAEAEA;
	width: 350px;
	text-align: center;
	padding: 12px;
	margin: 10px
}

.attentionbox {
	padding: 5px;
	background-color: #D9EB9A;
	color: #000000;
	text-transform: uppercase;
	font-family: verdana, arial;
	font-size: small;
	text-align: center;
	vertical-align: top;
	float: left;
	border-width: thin;
	border-color: #A7CF48;
	border-bottom-style: solid;
	border-top-style: solid;
	width: 90%;
	}

.textcontent {
	text-align: left;
}

.textcenter {
    text-align: center;
}

.lighttext {
    font-family: verdana, arial;
	font-size: 8pt;
	color: #EAEAEA;
	text-align: center;
}

/* FORMS */

.fieldsets {
    border-style: dotted; 
    border-width: 1px; 
    border-color: #D7EC98}; 
    padding: 4px;
    }
    
.productsheader {
    background-color:#EAEAEA;
    border: 1px dotted #514A8A;
    }
