.fixed-right {
position:fixed;
top:160px;
right:10px;
z-index:99999999;
font-weight:bold;
}

.iconLivechat {
margin-bottom:15px;
}

.iconLivechat .contentLivechat {
opacity:0;
height:34px;
line-height:34px;
background:url(../contentLivechat.png);
padding:5px 10px;
margin-left:-225px;
min-width:150px;
width:150px;

-moz-border-radius:5px;
-o-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;

-moz-transition-duration:0.5s;
-o-transition-duration:0.5s;
-webkit-transition-duration:0.5s;
transition-duration:0.5s;
}

.iconLivechat .contentLivechat, .iconLivechat .contentLivechat a {
color:#fff;
font-size:16px;
text-shadow:0px 1px 0 #000;
}

.iconLivechat:hover .contentLivechat {
opacity:1;
}
.contact-us ul, .contact-us li {
margin:0; padding:0; list-style:none;
}

.contact-us ul {
padding-top:105px;
}

.contact-us li {
height:43px;
line-height:40px;
padding-left:100px;
}

.contact-us li, .contact-us li a {
color:#f4cc82;
}
</style>
