/* The Basics */

.widepanel p, .widepanel ul {
	font-size: 13px;
}

.widepanel p.larger{
	font-size: 14px;
}

.widepanel p.photo-credit{
	font-size: 9px;
}

.panel h4{
	padding-top: 0px;
}

ul.list li{
	margin-bottom: 10px;
}

#denoise-title{
	margin-top: 15px;
	margin-left: 30px;
	display: block;
	width: 920px;
}

p.caption{
	font-size: 11px;
	text-align: center;
}

ul.featurelist{
	margin-top: 15px;
}
ul.featurelist strong{
	color: #d1eaff;
}
ul.featurelist li{
	margin-bottom: 10px;
}

div#main-photo{
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#main-photo img{
	width: 521px;
	height: 348px;
}

div#denoise-price{
	background: url('/denoise/_images/denoise_buybox.png') transparent no-repeat;
	width: 381px;
	height: 172px;
	margin-left: 22px;
	margin-top: 15px;
}

div.price-box{
	padding-top: 32px;
}

div.price-box img{
	margin-left: 170px;
	margin-top: 4px;
	width: 164px;
}

div.main ul li {
	margin-left: 20px;
	margin-right: 10px;
	font-size: 14px;
	margin-bottom: 8px;
}


div.quotesbox{
	background: url('/_img/icons/quotes.jpg') no-repeat 0px 0px;
	padding: 10px;
	font-size: 95%;
	color: #d9d9e1;
	font-family: Lucida Grande, Arial, Helvetica;
	min-height: 50px;
	margin: auto;

}
div.quotesbox p.author{
	text-align: right;
	font-size: 95%;
	font-weight: bold;
}

div.content{
	margin: 0 20px 0 40px;
}

.floatright{
	float:right;
	margin-left: 20px;
}

.floatleft{
	float: left;
	margin-right: 20px;
}

div.example p.legend{
	text-align: center;
	font-size: 10px;
}

div.features{
	text-align: center;
}
div.features img{
	margin-left: 40px;
}

/* Reviews */

ul.paged-reviews{
	list-style: none outside none;
	line-height: 17px;
	margin-left: 0;
}
ul.paged-reviews a:hover{
	color: white;
	text-decoration: inherit;
}
ul.paged-reviews li{
	border: 1px dotted #333;
	padding: 10px;
	margin-bottom: 20px;
}
ul.paged-reviews li img{
	height: 60px;
	width: 60px;
	float: left;
	margin-right: 15px;
}
ul.paged-reviews li h4{
	color: #ddd;
	margin-bottom: 7px;
	padding-top: 0px;
	font-size: 15px;
	font-weight: bold;
}
ul.paged-reviews li h4 span.who{
	color: #bbb;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
ul.paged-reviews.nonlink li{
	border: none;
	margin-bottom: 10px;
}

div.half{
	width: 435px;
	float:left;
	font-size: 11px;
}
div.half p{
	font-size: 11px;
}
.panel-wrapper hr{
	border: 0;
	color: #999;
	background-color: #666; 
	height: 1px;
	margin-bottom: 10px; 
}


/* Thing like reviews */

div.boxlist{
	line-height: 17px;
}
div.boxlist a:hover{
	color: white;
	text-decoration: inherit;
}
div.boxlist a div{
	border: 1px dotted #333;
	padding: 10px;
	margin-bottom: 20px;
}
div.boxlist a:hover div{
	border: 1px solid #777;
}

div.boxlist a div img{
	height: 60px;
	width: 60px;
	float: left;
	margin-right: 15px;
}
div.boxlist a div h4{
	color: #ddd;
	margin-bottom: 7px;
	padding-top: 0px;
	font-size: 15px;
	font-weight: bold;
}
div.boxlist a:hover div h4{
	color: #fff;
}
div.boxlist a div h4 span.who{
	color: #bbb;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
div.boxlist a div p{
	margin-bottom: 0px;
	color: #ccc;
}
div.boxlist a:hover div p{
	color: #fff;
}


/* Coda Slider */

.coda-nav {
	margin: 0px;
}
.coda-slider, .coda-slider .panel{
	margin-top: 0px;
	border: none;
	width: 980px;
}
.coda-slider-wrapper {
	padding-top: 0px;
}
.coda-nav ul li a, .coda-nav ul li a:visited{
	width: 163px;
	height: 85px;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: none;
	background: black url('/denoise/_images/denoisetoolbar_template.jpg') no-repeat;
}
.coda-nav ul li a.current, .coda-nav ul li a.current:visited{
	border: none;
	background: black url('/denoise/_images/denoisetoolbar_template.jpg') no-repeat;
	background-position-y: 0px;
	width: 163px;
}
.coda-nav ul li a span{
	display: none;
}
.panel .panel-wrapper {
	padding: 35px 40px;
}
.panel .panel-wrapper h2.title {
	display: none;
}
.panel h3{
	text-align: left;
}
.panel h4{
	margin-bottom: 5px;
}


#overview{
	background-position: 0px -170px;
}
#overview:hover{
	background-position: 0px -85px;
}
#overview.current{
	background-position: 0px -0px;
}
#artstyles{
	background-position: -164px -170px;
}
#artstyles:hover{
	background-position: -164px -85px;
}
#artstyles.current{
	background-position: -164px -0px;
}
#technology{
	background-position: -327px -170px;
}
#technology:hover{
	background-position: -327px -85px;
}
#technology.current{
	background-position: -327px -0px;
}
#examples{
	background-position: -490px -170px;
}
#examples:hover{
	background-position: -490px -85px;
}
#examples.current{
	background-position: -490px -0px;
}
#accolades{
	background-position: -653px -170px;
}
#accolades:hover{
	background-position: -653px -85px;
}
#accolades.current{
	background-position: -653px -0px;
}
#compatibility{
	background-position: -816px -170px;
}
#compatibility:hover{
	background-position: -816px -85px;
}
#compatibility.current{
	background-position: -816px -0px;
}

/* Product Examples */
#product-examples{
	clear:both;
	position: relative;
	left: 20px;
}

#product-examples li{
	display: block;
	width: 225px;
	height: 150px;
	border: 2px solid #777;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 50px;
	margin-bottom: 40px;
	float:left;
	position:relative;
	padding: 5px;
}
#product-examples li:hover{
	border-color: #555;
}
#product-examples li.last{
	margin-right: 0px;
}
#product-examples p.credit{
	position:absolute;
	bottom: 0px; right: 0px;
	text-align: right;
	font-size: auto;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-size: 9px;
	font-weight:bold;
	color:#eee;
	background: repeat url('/adjust/_images/50p.png');
	overflow:hidden;
	padding: 1px 5px 0;
}

#product-examples p.credit a, #product-examples p.credit a:visited{
	color: #ccc;
	border-bottom: none;
}
#product-examples p.credit a:hover{
	color: #fff;
}

#product-examples img{
	width: 225px;
	height: 150px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#product-examples a.last{
	margin-right: 0px;
}
