#footerSlideContainer {
	z-index: 1000;
	position: fixed;
	bottom:0;
	right: 0;
	width: 240px;
}
#footerSlideButton {
	background: url(../images/hotro.png) top left no-repeat transparent;
	position: absolute;
	top: -120px;
	right: 0px;
	width:240px;
	height:125px;
	border: none;
	cursor: pointer;
}
#footerSlideContent {
	width: 100%;
	height: 0px;
	background: #EFEFEF;
	color: #CCCCCC;
	font-size: 0.8em;
	border: 5px solid #006795;
	border-bottom: none;
	border-right: none;
	font-family: DejaVuSansBook, Sans-Serif;
	position: relative;
	bottom: -5px;
	
}
#footerSlideContent h3 {
	font-size: 36px;
	color: #9AC941;
	margin: 10px 0 10px 0;
}
#footerSlideContent ul {
	color: #EE8D40;
	list-style-type: none;
	line-height: 2em;
}
#footerSlideText {
	padding: 10px 5px 5px 5px;
	text-shadow: 1px 1px #FFFFFF;
	font-size: 11px;
	color: #065f92;
}
#footerSlideText .note{
	position: relative;
	left: 20px;
	color: red;
}
#footerSlideText .line{
	width: 95%;
	margin: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	background: url(../images/line.gif) repeat-x top center;
	height: 2px;
}
#footerSlideText .titles{
	font-size: 14px;
	text-transform: uppercase;
	color: #006795;
	font-weight: bold;
}
#footerSlideText ul{
	margin: 0px;
	margin-left: 20px;
	margin-top: 10px;
	padding: 0px;
	width: 244px;
	list-style: none;
}
#footerSlideText ul li{
	font-size: 12px;
	color: #006795;
	font-weight: bold;
	list-style: none;
	background: none;
	margin-top: 8px;
	padding: 0px;
}
#footerSlideText ul li .left{
	width: 165px;
	display: inline-block;
}
#footerSlideText ul li .right{
	width: auto;
	display: inline-block;
}

.BigHotLine {
    background: #c11010 none repeat scroll 0 0;
    border-radius: 3px;
    margin: 10px auto;
	line-height:30px;
    padding-top: 5px;
    text-align: center;
    width: 244px;
}
.BigHotLine strong {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #960606;
}

.hotline{
	font-size: 13px;
	color: #df2a2b;
}