.contact-bar {
    position: fixed;
    bottom: 0;
    width: 280px;
    right:10px;
    max-width: 280px;
    min-width: 280px;
    overflow: hidden;
    z-index: 9999;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #292929), color-stop(100%, #000000));
    background-image: -webkit-linear-gradient(top, #292929, #000000);
    background-image: -moz-linear-gradient(top, #292929, #000000);
    background-image: -o-linear-gradient(top, #292929, #000000);
    background-image: linear-gradient(top, #292929, #000000);
	float: right;
	#display:none;
}

.contact-bar .cb-btn.cb-chat, .contact-bar .cb-btn.cb-phone {
    width: 120px;
}
.cb-btn.cb-chat {
    border-left: 1px solid #000;
}

.contact-bar .cb-chat .cb-btn-text {
    background: url(../img/livechat.png) no-repeat 12px 14px;
}
.contact-bar .cb-btn-text {
    float: left;
    height: 38px;
    padding-left: 40px;
    font-weight: bold;
}
.contact-bar .cb-btn {
    float: left;
    position: relative;
    height: 38px;
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    border: 1px solid #000000;
    border-left: none;
    color: #FFF;
    background-color: #141414;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #292929), color-stop(100%, #000000));
    background-image: -webkit-linear-gradient(top, #292929, #000000);
    background-image: -moz-linear-gradient(top, #292929, #000000);
    background-image: -o-linear-gradient(top, #292929, #000000);
    background-image: linear-gradient(top, #292929, #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF292929', endColorstr='#FF000000');
    box-shadow: inset 1px 0 0 #343534, inset 0 1px 0 #343534;
}

.cb-online {
    background: url(../img/online.png) no-repeat center center;
}

.cb-offline {
    background: url(../img/offline.png) no-repeat center center;
}
.cb-status {
    position: absolute;
    right: 0;
    width: 10px;
    height: 10px;
    margin: 15px 0px 16px 20px;
}

.contact-bar .cb-phone .cb-btn-text {
    background: url(../img/phone.png) no-repeat 14px 11px;
}

.contact-bar .cb-kb span {
    background: url(../img/help.png) no-repeat center center;
}
.contact-bar .cb-kb{
	width: 40px;
    text-indent: -3000em;
}
.contact-bar .cb-kb span {
    float: left;
    width: 100%;
}

.cb-popup {
    z-index: 9998;
    position: fixed;
    bottom: 38px;
    width: 320px;
    right:10px;
    padding-bottom: 0px;
    background-color: #111;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.36);
}

.cb-popup-toolbar {
    position: absolute;
    top: 0;
    left: 0;
    right:10px;
    width: 320px;
    height: 10px;
    line-height: 10px;
    padding: 5px 10px;
}

.cb-popup-close {
    float: right;
    /*padding: 5px 5px 5px 50px;*/
    color:#999;
    font-size: 18px;
    font-weight: bold;
}

.cb-popup-inner {
    padding:20px;
    float: left;
    width: 320px;
    max-height: 300px;
    overflow-y: scroll;
}

.cb-btn{
	display:inline-block;
}

.cb-popup .contact-phone {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.chat .chat-img{
	font-size: 0.9em;
    display: block;
    padding-bottom: 2px;
    color: #999;
    text-align: left;
    width: 100%;
}


.chat .chat-img1 {
    font-size: 0.9em;
    display: block;
    color: #999;
    text-align: right;
    width: 100%;
}
.chat .text-muted {
    font-size: 0.8em;
    text-align: left;
    color:#999;
}
.chat .text-muted1 {
    font-size: 0.9em;
    text-align: right;
    color: #999;
    
}
.pad0{
	padding: 0 !important;
}

.contact-flag {
    margin-left: 55px;
}

#chatArea{
    list-style-type: none;
}