/* @override http://newosv.osv.com/DesktopModules/MostPopularProducts/module.css?cdv=1774 */

/* @override 
	http://newosv.osv.com/DesktopModules/MostPopularProducts/module.css?cdv=1660
	http://newosv.osv.com/DesktopModules/MostPopularProducts/module.css?cdv=1662
*/

.ProductAuthor {
    font-weight: bold;
    font-size: small;
}
.ProductImage {
    cursor: hand;

}
.ProductImage:hover {
    cursor: pointer;
}
.ProductNarative {
	display:none;
   }
.ProductPrice {
   
}
.ProductTitle 
{
    margin: 0;
    font-weight: bold;
    font-size: medium;
}
.ProductDescriptionContainer {
    max-width: 125px;
    float: left;
}
.ImageContainer {
    float: left; 
    padding-right: 8px;
}
.ProductContainer 
{
    margin-bottom: 15px;
    width: 100px;
     vertical-align: top; 
     display: table-cell;
    float: left;
}
.ImageLink 
{
    cursor: hand; 
}