#product-list {
	clear: both;
}

#product-list .productslot {
	min-height: 40px;
}

#product-list tr:hover {
	background: #EEE;
}

#product-list tr td {
	background: none;
}

#product-list #dw-productnum-col {
	width: 140px;
}

/*inline library*/
.dw-inline-gallery {
	display: none;
}

/*detail page section*/
#product-details dl {
	width: 400px;
}

#product-details dl dt,
#product-details dl dd {
	float: left;
	height: 20px;
	line-height: 20px;
}

#product-details dl dt {
	width: 100px;
	clear: left;
	text-align: right;
}

#product-details dl dd {
	float: left;
	width: 250px;
}

#product-full-description {
	clear: both;
}

#dw-brand-list {
	float: left;
	margin: 5px 0 20px 0;
	clear: both;
	width: 100%;
}

#dw-brand-list .brandlist{
	width: 100%;
}

#dw-brand-list .brandlist li{
	float: left;
	width: 30%;
	margin: 5px 0;
}

.dw-back-link {
	float: left;
	clear: both;
	margin: 10px 0;
}

.dw-back-link a {
	font-size: 18px;
	margin-top: -43px;
	position: absolute;
	right: 0;
	top: 0;
	color: #FFF;
}

.dw-rebate-expiry-label,
.dw-rebate-label {
	font-weight: normal;
	color: #999;
}

.dw-rebate-amount {
	color: #FF0000;
	font-weight: normal;
}

.dw-rebate-wrap .dw-rebate-expiry {
	color: #555;
	font-weight: normal;
}

#dw-rebate-string {
	margin: 10px 0;
	float: left;
}
