    .row_header
    {
        background-color: #54729E; 
        height: 20px; 
        font-family: Arial; 
        font-size: 8pt;
        color: #FFFFFF;
    }
    .row_item
    {
        font-family: Arial; 
        font-size: 8pt;
        color: #000000;
    }
    
    #divAll
    {
        margin:0px 0px 0px 0px;
        padding:10px 5px 0px 0px;
    }
    
    #grdMain
    {
        background-color:#FFFFFF;
        
    }
    #divGrid
    {
        width:700px;
        background-color:#FFFFFF;
        border:solid 1px #D9DBE7;
    }
    .pagerItems
    {
        font-family: Arial; 
        font-size: 8pt;
        color: #1C3F74;
        text-decoration:none;
        font-weight:bold;
    }
    
    .sortItems
    {
        font-family: Arial; 
        font-size: 8pt;
        color: #FFFFFF;
        text-decoration:none;
        font-weight:bold;
    }
    .sortItemsHover
    {
        font-family: Arial; 
        font-size: 8pt;
        color: #FFFFFF;
        text-decoration:none;
        font-weight:bold;
    }
   
   
   /*************** ProductDetail ****************/
   
   .ProductDetailTable
   {
    border-width:1px;
    border-collapse:collapse;
    background-color:#FFFFFF;
    padding:0px;
    margin:0p;
    width:550px;
   }
   .ProductDetailTable tr
   {
    height: 25px;
   }
   
   .ProductDetailTableLeftColumn
   {
       background-color:#F8F8F8;
       width:200px;
       float:right;
       text-align:right;
   }
   
   .ProductDetailTableRightColumn
   {
        width:500px;
   }
   
   .ProductDetailPropertyLabel
   {
        font-family: Arial; 
        font-size: 9pt;
        color: #737373;
        text-decoration:none;
        font-weight:bold;
   }
   
    .ProductDetailPropertyValueNormal
   {
        font-family: Arial; 
        font-size: 9pt;
        color: #000000;
        text-decoration:none;
        font-weight:normal;
   }
   
    .ProductDetailPropertyValueBold
   {
        font-family: Arial; 
        font-size: 9pt;
        color: #000000;
        text-decoration:none;
        font-weight:bold;
   }
   
   .btnGeneral
   {
        font-family: Arial;
        font-size: 8pt; color: Black; width: 100px; height: 25px; background-color: #F1F3F8;
        border-bottom-color: #DBDEE8; border-right-color: #DBDEE8; border-left-color: #FFFFFF;
        border-top-color: #FFFFFF; border-width: 1px; border-style: outset;
   }
   
   .txtAddToBasket
   {
        width: 85px; 
        font-family: Arial; 
        font-size: 8pt; 
   }
   
   /**********************/
   
   .spnAjaxloader
{
    list-style-type: none;
    padding-left: 10px;
    margin-bottom: 3px;
    font-family:Arial;
    font-size:12pt;
    font-weight:bold;
    color:#54729E;
    text-decoration:none;
}
.divAjaxLoader
{
    margin-top:250px;
    margin-left:50px;
    text-align:center;
    vertical-align:middle;
}