﻿
/* Left Sliding Panel */
.panel {
position: fixed;
top: 170px;
left: 0;
display: none;
background: #fff;
border:none;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
width: 330px;
height: auto;
padding: 20px 30px 30px 70px;
filter: alpha(opacity=85);
opacity: .85;
z-index:999999;
height:250px;
}

.panel p{
margin: 0 0 15px 0;
padding: 0;
color: #cccccc;
}


.panel a, .panel a:visited{
margin: 0;
padding: 0;
color: #9FC54E;
text-decoration: none;
border-bottom: 1px solid #9FC54E;
}

.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}

a.trigger
{
z-index:99999999;
position: fixed;
top: 200px; left: 0;
display: block;
background:url(../images/plus1.png) no-repeat top left;
width:59px; height:51px;
text-indent:-99999px;
}

a.trigger:hover{
background-position:0 -56px;
background:url(../images/plus2.png) no-repeat top left;
}

a.active.trigger {
background:url(../images/plus3.png) no-repeat top left;
}
a.active.trigger:hover {
background-position:0 -56px;
background:url(../images/plus4.png) no-repeat top left;
}
