.CategoryViewPanel 
{
		border: dotted 1px #b2b2b2;
	}
	
	.thumbnail-td {
		_height: 80px;
		width: 150px;
	}

    .productThumbnail
    {
        width: 150px;
        
        font-size: 9pt;
        font-family: Arial;
    }
    
    .productThumbnail .imgholder
    {
        width: 80px;
        height: 80px;
        float: left;
    }
    
    .productThumbnail .imgholder a.thumb_img
    {
	    width: 80px;
	    height: 80px;
		background-repeat: no-repeat;
	    background-position: center center;
    }
    
    .productThumbnail .imgholder a, .productThumbnail .imgholder a:hover, .productThumbnail .imgholder a:focus, .productThumbnail .imgholder a:active
    {
		width: 80px;
		height: 80px;
		background-repeat: no-repeat;
	    background-position: center center;
    }
    
    .productThumbnail .textholder
    {
        width: 150px;
        _width: 150px;
        padding-left: 5px;
        float: left;
    }
    
    .productThumbnail2
    {
        width: 150px;
        font-size: 10pt;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    
    .productThumbnail2 .imgholder
    {
        width: 70px;
        height: 70p;
        
    }
    
    .productThumbnail2 .imgholder div.img 
    {
	    height: 70px; 
	    width: 70px;
	    background-repeat: no-repeat;
	    background-position: center center;
    }
    
    .productThumbnail2 .textholder2
    {
        width: 100px;
        margin-left: 5px;
        float: left;
    }
    
    .lblNoProducts
    {
    }
    
    .thumbnail-footer
    {
    }
    
    .thumbnail-table
    {
    }
    
    .thumbnail-td
    {
        padding-bottom: 10px;
    }
    
    .thumbnail-alt-td
    {
        padding-bottom: 10px
    }
    
    .padding-top
    {
        padding-top: 5px;
    }
    
            
    .table-border
    {
        border: solid 1px #ccc;
        border-top: none !important;
    }
    
    .table-heading
    {
        font-weight: bolder;
        color: #000;
    }
    
    .bold
    {
        font-weight: bold;
    }    