body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333;
}

a {
	outline: 0;
	color: #0072ba;
	text-decoration: none;
	cursor: pointer;
}
	a:active {
		outline: none;
	}
	a:hover {
		color: #00417d;
		text-decoration: underline;
	}
img {
	border: 0;
}
input, button, select, textarea {
	font-size: 10px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	color: #000;
	vertical-align: middle;
}
label {
	vertical-align: middle;
}

h1 {
	font-size: 20px;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 10px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	line-height: 15px;
	margin: 0;
	padding: 8px 0 0;
	font-weight: bold;
}
	h2.title {
		font-size: 16px;
		line-height: 1.2em;
	}
h3 {
	font-size: 13px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	padding: 5px 0 0;
	font-weight: bold;
}
h5 {
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
h6 {
	font-size: 10px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #969696;
}
p {
	margin: 0;
	padding: 0 0 10px;
}

ul {
	margin: 0;
	padding: 0 0 6px 30px;
}
	li {
		padding: 0 0 4px;
	}

	
img.left {
	float: left;
	display: inline;
	margin: 2px 12px 10px 0;
}
img.right {
	float: right;
	display: inline;
	margin: 2px 0 10px 12px;
}
table.left {
	float: left;
	display: inline;
	margin: 2px 12px 7px 0;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	color: #969696;
}
table.right {
	float: right;
	display: inline;
	margin: 2px 0 7px 12px;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	color: #969696;
}
	table.left td, table.right td {
		padding: 0 0 3px;
		vertical-align: middle;
	}
	
input.btnSubmit {
	width: 73px;
	height: 25px;
	border: 0;
	background: #167cd1;
	color: #fff;
	font-size: 11px;
}
	
.center { text-align: center; }
.hide { display: none; }
.popup { }
.answer {
	font-weight: bold;
	color: #0072cf;
	text-transform: uppercase;
}
.highlight {
	font-weight: bold;
	color: #d18504;
}
.sale {
	color: #dc291e;
}
.req {
	color: #dc291e;
}

#logo {
	font-size: 20px;
	line-height: 1.2em;
	padding: 0 0 10px;
	font-weight: bold;
	border-bottom: 1px solid #969696;
}
	#logo a {
		color: #333;
	}
	
#utility, #primaryMenu, .rightContent, .detailBody .leftCol, .fullBody .rightCol,
.supportCol, .articleControl, .comment, .utilityBar, .breadcrumb, .loginButton,
.signUp, .rightRewards, .rightProfile, #footer .rightCol, #footer .menu, #overlay,
#lb, h1 a.btnSmallBlue, .compareSel, .backto, .productMenu, .productActions, .callout,
.similarProducts, .controller, .paging, .share, .productVideo, .productGallery,
.orderSearch, .orderHead .actions, .accountLogin, .tempter, #plMenu, #plBody .leftCol,
#plBody .rightCol, .globalMenu, .rating input, .rating .btnSmall, .SRGuide,
.cleaningSearch, .thumbs, .toggle {
	display: none;
}

#ctl00_contentBody_PawRating2_lblRatingTitle {
	display: none;
}

.rightCol, .leftCol, .rightMain, .leftMain, .leftContent, .storyFeatured {
	clear: both;
}

#tagline {
	clear: both;
	margin: 10px 0;
	padding: 5px 0;
	border-top: 1px solid #969696;
	border-bottom: 1px solid #969696;
	font-size: 11px;
	line-height: 19px;
	font-style: italic;
	text-align: center;
}
#footer .content {
	font-size: 10px;
}

table.orders {
	margin: 0 0 10px;
	padding: 0;
	border-collapse: collapse;
	border: 0;
	width: 100%;
}
	.orders th {
		vertical-align: middle;
		padding: 7px 2px;
		text-align: center;
	}
	.orders td {
		border-bottom: 1px solid #b4d4ef;
		padding: 10px 2px;
	}
		table.orders .item {
			text-align: left;
		}
		table.orders .quantity {
			text-align: center;
		}
		table.orders .price, table.orders .total {
			text-align: right;
		}
table.totalSummary {
	text-align: right;
	margin: 0 0 15px auto;
	padding: 0;
	border-collapse: collapse;
	border: 0;
}
	.totalSummary td {
		padding: 2px 3px;
	}
	.totalSummary h4 {
		padding: 0;
	}
	
#lb {
	display: none;
	position: absolute;
	left: 50%;
}
		
