.dc-floater .dc-floater-content {
overflow: hidden;
}
.dc-floater .tab {
background: url(../images/tab_black.png) no-repeat 0 -40px; 
font: bold 12px Arial, sans-serif; 
color: #fff; 
height: 40px; 
padding: 0 0 0 10px; 
cursor: pointer;
text-transform: uppercase;
}
.dc-floater .tab span {
display: block; 
background: url(../images/tab_black.png) no-repeat 100% 0; 
padding: 14px 14px 14px 5px; 
height: 12px; 
line-height: 1em;
}
/* Plugin adds class "active" to open tab */
.dc-floater.active .tab {
background-position: 0 -120px;
}
.dc-floater.active .tab span {
background-position: 100% -80px;
}

.dc-floater .dc-corner {
background: url(../images/tab_black.png) no-repeat 0 -190px; 
height: 10px; 
padding: 0 0 0 10px;
}
.dc-floater .dc-corner span {
display: block; 
background: url(../images/tab_black.png) no-repeat 100% -230px; 
padding: 0; 
height: 10px;
}
/* Plugin adds class "bottom" to floating tabs with location "bottom" */
.dc-floater.bottom.active .tab {
background-position: 0 -160px;
}
.dc-floater.bottom.active .tab span {
background-position: 100% -200px;
}

.dc-floater.bottom .dc-corner {
background-position: 0 -120px;
}
.dc-floater.bottom .dc-corner span {
background-position: 100% -80px;
}

.dc-floater .dc-floater-content .nav-main, .dc-floater .dc-floater-content ul, .dc-floater .dc-floater-content li {
margin: 0; 
padding: 0; 
list-style: none;
}
.dc-floater .dc-floater-content .nav-main {
background: #c65c5c; 
padding: 0 10px; 
line-height: 1.5em; 
font-size: 12px;
}

#url a {color:#838383 !important;}
#reset {

}