/* CSS specific to the Product View */

#page-head {
	border-bottom:1px solid #ccc;
}
#product-midbar {
	width: 275px;
}
#swapper-thumbs {
	margin: 0px !important;
	position:absolute !important;
	left:0 !important;
	top:340px !important;
}
.product-hero {
	position:relative;
	float: left;
	width: 275px;
	margin-bottom:15px;
}

#product-content-top {
	width:730px;
	margin:0 auto;
	padding: 30px 0px;
	position: relative;
	top: 0px;
	left: 0px;
}
#product-content-body {
	float: right;
	width: 430px;
}
#product-content-body h4 {
	font-size: 14px;
	padding:0;
}

#product-content-body h3 {
	font-size: 16px;
	padding:0;
	line-height: 120%;
}

#product-content-body p {
	font-size:12px;
}
#product-content-body ul, #product-content-top-features ul {
	list-style:url(/assets/img/bullet.gif);
	padding: 1em 0px 1.5em 1.25em;
	line-height: 145%;
}
#product-content-body li {
	padding-bottom: .2em;
}

.product-content-bullet-special {
	color: #3FBBEF;
}


#product-content-top-features ul {
	padding-top:0;
}



/* sweep n' go only */
#sweep-n-go-tiles ul { 
	margin:0;padding:0;list-style-type:none;list-style-image: none;
}

#sweep-n-go-tiles li {float:left;width:100px;font-size:11px;line-height:1.2em;margin:0 10px 0 0;}

#sweep-n-go-tiles li.last {
	margin:0;
}



h4.product-detail-emph {
	font-style:italic;
	margin:1em 0;
	color:#666;	
	font-weight:normal;
}
#product-content-top #product-content-top-features {
	float:left;
	width:275px;
	padding: 20px 0px 0px 0px;
}
