/* The recently viewed products block
   ------------------------------ */
#rv-products {
    position: relative;
	height: 175px;
    padding-top: 8px;
    margin: 15px 0;
    clear: both;
}

#rv-products.closing {
	background-color: #d03636;
}

#rv-products h2 {
	font-family:"FrutigerNeueW01-Regular", Arial, Helvetica, sans-serif; 
	font-weight: normal;
    margin-bottom: 6px;
}

#rv-products .rv-snippets {
	overflow: hidden;
	width: 1020px;
}

#rv-products .rv-snippet {
    position: relative;
    float: left;
    width: 140px;
    min-height: 126px;
    margin-right: 15px;
	padding: 0 6px 5px;
    cursor: pointer;
	border: 1px solid #DDD;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
}

#rv-products .rv-snippet.last {
	margin-right: 0;
}

#rv-products .rv-snippet:hover {
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
    box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
}

#rv-products .rv-snippet dt {
    padding-top: 105px;
}

#rv-products .rv-snippet dt a {
	display: block;
	height: 32px;
	overflow: hidden;
    font-size: 13px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
    margin: 0;
    padding: 0 3px;
}

#rv-products .rv-snippet dt a:hover {
    text-decoration: underline;
}
    
#rv-products .rv-snippet dd.image {
	position: absolute;
	top: 2px;
	left: 4px;  
}

#rv-products .rv-snippet dd.image a {
    background: white;
    display: block; 
}

#rv-products .rv-snippet dd.image img {
    width: 145px;
	height: 87px;
}

#rv-products .remove-link {
    margin: 0;
    position: absolute;
    top: 8px;
    right: 0;
}

#rv-products .remove-link a {
    background-color: #a8a69f;
    background-image: url(/images/layout/bg-x+6.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background: url(/images/layout/bg-x+6.png) 100% 50% no-repeat, url(/images/layout/bg-btn.png) 0 100% repeat-x, #a8a69f;
    padding: 4px 24px 5px 8px;
}

#rv-products .remove-link a:hover {
    background-color: #B9B8B2;
}