/* Product Group
----------------------------------- */
div.product-group h3 {
	color: #424341;
	font-weight: bold;
	font-size: 110%;
	margin: 1em 0;
}

div.product-group div.description {
	margin: 1em 0;
}

div.product-group div.product-links ul {
	list-style: none;
	line-height: 1.5em;
}

div.product-group div.product-links ul li a {
	color: #6c9590;
	font-weight: bold;
}


/* Product Detail
----------------------------------- */
div.product-detail {
	float: left;
}

div.product-imagery {
	float: left;
}

div.product-information {
	float: right;
	width: 390px;
}

body.secondary #content div.product-detail h3.product-name {
	font-weight: bold;
	color: #889e7a;
	font-size: 110%;
	margin-bottom: 1.5em;
	float: right;
	width: 390px;
}

div.product-detail div.badges ul li.life-time-warranty {
	width: 100px;
	height: 76px;
	background-image: url("/images/text/misc/lifetime-warranty.gif");
	background-repeat: no-repeat;
	text-indent: -100000px;
}

div.product-detail div.components {
	clear: both;
	background-color: #e6e9e6;
	padding: 0.25em 0;
	margin-top: 2em;
	width: 510px;
	float: left;
}

body.secondary #content div.product-detail div.components h3 {
	margin: 0.25em 0;
	padding: 0 0.5em;
}

div.product-detail div.components ul {
	margin-left: 130px;
}

div.product-detail div.literature ul li {
	margin-bottom: 0.5em;
	font-weight: bold;
}

div.product-detail div.literature ul li a {
	color: #424341;
}

div.product-detail div.components ul li {
	margin: 0.5em 0;
}

div.product-detail div.components ul li a {
	color: #77a6a0;
	font-weight: bold;
}

div.product-detail div.image {
	
}

div.product-detail div.details {
	font-weight: bold;
	margin-bottom: 1.5em;
}

div.product-detail div.badges ul,
div.product-detail div.details ul,
div.product-detail div.literature ul,
div.product-detail div.components ul {
	list-style: none;
}


/* Badges/Certificates
----------------------------------- */
div.product-detail div.badges .badge {
	background-color: #fff;
	display: block;
	width: 99px;
	height: 31px;
	margin-top: 1.5em;
	text-indent: -100000px;
}

div.product-detail div.badges .badge#warranty-25-year {
	background: url('/images/certificates/25yr-warranty.jpg') top left no-repeat;
}

div.product-detail div.badges .badge#warranty-35-year {
	background: url('/images/certificates/35yr-warranty.jpg') top left no-repeat;
}

div.product-detail div.badges .badge#warranty-lifetime {
	background: url('/images/certificates/life-warranty.jpg') top left no-repeat;
}


/* Product Landing Page Listing
----------------------------------- */
body.secondary #content #product-list {
	list-style: none;
	line-height: 2em;
	margin: 0 0 0 1em;
}


