﻿#compareBar
{
    z-index:10000;
    position:absolute;
    left: 0;
    width: 300px;
    background: #fff url('images/bg.gif') center top repeat-x;
    bottom: 10px;
    border-top: 1px solid #8a8a8a;
    border-bottom: 1px solid #8a8a8a;
    border-right: 1px solid #8a8a8a;
}
#compareBarContent
{
    padding: 10px;
    margin: 10px;
    background: #fff;
    border: 1px solid #626262;
}
#compareBarButton
{
    cursor: pointer;
    position: absolute;
    top: -1px;
    right: -36px;
    width: 36px;
    height: 36px;
    background: url('Images/mylist-close.png') no-repeat;
}

.CLHeader
{
    border-bottom: 1px solid #b1b1b1;
    padding-bottom: 10px;
    font-weight: bold;
}

#CLTable
{
    width: 257px;
}

#CLTable tr
{
    border-bottom: 1px solid #b1b1b1;
}

#CLTable td
{
    padding: 5px;
    text-align: center;
}

#compareBarButtom
{
    padding: 5px;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
}

#compareBarDelAll
{
    background: url('images/icon-delete.gif') right center no-repeat;
    float: right;
    padding-right: 20px;
}

#compareBarCheckOut
{
    float: right;
    margin-right: 70px;
    margin-top: 25px;
    cursor: pointer;
}

.ComparefadeThis
{
    position: relative;
    display: block;
    height: 30px;
    width: 113px;
    background: url(images/on-off-event.png) 0 0 no-repeat;
}

.ComparefadeThis span.hover
{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 30px;
    width:113px;
    background: url(images/on-off-event.png) 0 -30px no-repeat;
}
