.quickview .product-view {
border: none;
margin: 0;
background: #fff;
}

.quickview .product-view .short-description {
    clear: both;
    display: block;
    font-size: 12px;
    padding: 10px 0;
    background: #fff;
}

div.overlay div.close, div.overlay a.close {
    background-image: url("../images/quickview/close.jpg");
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 2px;
    width: 20px;
}

div.overlay.nopad .quickview-top {
    background-image: url("../images/quickview/bg_top.png");
    background-repeat: no-repeat;
    height: 10px;
    margin: 0;
    padding: 0;
    width: 705px;
}

div.overlay.nopad .quickview-bottom {
    background-image: url("../images/quickview/bg_bottom.png");
    height: 42px;
    margin: 0;
    padding: 0;
    width: 705px;
}

div.overlay.nopad .wrap {
    height: 200px;
    padding: 10px 10px 10px 10px;
}
.wrap {
    white-space: normal !important;
}

div.overlay {
	background-image: url(../images/quickview/box_drop_shadow.png);
	width: 665px;
	height: 238px;
	display: none;
	padding: 20px;
	z-index: 9000;
}

div.overlay.nopad .quickview {
    background-image: url("../images/quickview/bg_spacer.png");
    background-repeat: repeat-y;
    margin: 0;
    min-height: 300px;
    padding: 10px;
}


div.overlay.nopad {
    background-image: none;
    height: 300px;
    padding: 0;
    width: 705px;
}
