﻿ul.randomproducts
{
	list-style-type: none;
	
}

ul.randomproducts li
{
	list-style-type: none;
	position: relative;
	float: left;
	margin-right: 5px;
}

ul.randomproduct
{
    width: 188px;
    height: 192px;
    background-image: url('../../DMImages/FiveBlockItem.jpg');
    cursor: pointer;
    border: 0px;
}

li.rpimage
{
	float: left;
    width: 188px;
    height: 139px;

	cursor: pointer;
}

li.rpimage div
{
	margin-top: 5px;
	padding-bottom: 35px;

    width: 188px;
    height: 129px;

	cursor: pointer;
	display: table-cell; 
	vertical-align: bottom;
}

li.rpdesc
{
    width: 178px;
    text-align: center;

	padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

ul.randomproduct:hover
{
    background-image: url('../../DMImages/FiveBlockActiveItem.jpg');
    border: 0px;
}

ul.randomproduct a
{
	color: #4a4a4a;
}

ul.randomproduct:hover a
{
	color: #FFFFFF;
}

