 .CompareProductStyle{

    padding-bottom: 10px;
    display:none;
 }

 
 .CompareProductStyle .divcomproductview{
     overflow:auto;
     background-color:#EDEDED;
     height:200px;
 }

 .CompareProductStyle .divcomproductview .panelbtn{
     text-align:center;
     float:left;
     width:120px;
     height:100%;
 }

 .CompareProductStyle .divcomproductview .btncomparenow{
     width:95px;
     height:30px;
     background-image:url('comparenowimage.gif');
     background-repeat:no-repeat;
     vertical-align:middle;
 }


 .CompareProductStyle .divcomproductview .btnremoveall{
     width:95px;
     height:30px;
     background-image:url('deleteallcompareimage.gif');
     background-repeat:no-repeat;
     vertical-align:middle;
 }

 .CompareProductStyle .divLineAction{
     width:100%;
     height:25px;
     
     background-image:url('1pix.jpg');
     background-repeat:repeat-x;
     background-position-y: 13px;
 }
  .CompareProductStyle .btnhideshowcomparepanel{
    background-repeat:no-repeat;
    height: 20px;
    float: left;
    margin-left: 10px;
    margin-top: 3px;
    cursor: pointer;
 }
 .CompareProductStyle .btnopenpanel{
    width: 54px;
    background-image:url('closecompareimage.gif');
 }

  .CompareProductStyle .btnclosepanel{
    width: 135px;
    background-image:url('opencompareimage.gif');
 }

 .CompareProductStyle .lblproductcompareselectinfo{
    background-color: #00afc8;
    border-radius: 3px;
    float: left;
    height: 20px;
    font-family: Tahoma;
    font-size: 11px;
    text-align: center;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 3px;
    margin-left: 10px
 }

    .CompareProductStyle .productcompareitem {
        overflow: auto    ;
        margin-left: 130px;
        height: 180px;
    }
.productcompareitem .item {
    float: right;
    margin: 10px;
    width: 120px;
    border: solid 1px #808080;
    height: 150px;
    border-radius: 3px;
    text-align:center;
}
.productcompareitem .item:hover{
    background-color:white;
}

.productcompareitem .item .itemClose{
    width:15px;
    height:15px;
    background-image:url('deleteproductImage.gif');
    background-repeat:no-repeat;
    float:right;
    margin-top: -7px;
    margin-right: -7px;
    cursor:pointer;
}
.productcompareitem .item .image{
    width: 100px;
    height: 70px;
    border: solid 1px #D2D1D1;
    margin-right: 8px;
    margin-top: 15px;
    background-size: cover;
}
.productcompareitem .item .title{
    font-family:Tahoma;
    font-size:9pt;
    padding: 4px;
    height: 50px;
    overflow: hidden;
}