/* Style the Panel */
.panel {
position: relative;

top: 120px;
left: 450;
display: none;
background: #000000;
border:1px solid #111111;
-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: 30px 30px 30px 180px;
filter: alpha(opacity=95);
opacity: .95;
z-index:1000;
}

.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;
}

/* Style the trigger */
a.trigger{
position: relative;
text-decoration: none;
top: 120px; left: 854px;
font-size: 16px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 10px 10px 10px 15px;
font-weight: 700;
background:#333333 url(../images/pepwave_panel.png) 45% 55% no-repeat;
border:1px solid #444444;
-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
/* -moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px; */
display: block;
overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
	height: 30px;
	width: 120px;
	z-index:1001;
display:none;
}

a.trigger:hover{
position: relative;

text-decoration: none;
top: 120px; right: 854px;
font-size: 16px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 10px 10px 10px 15px;
font-weight: 700;
background:#333333 url(../images/pepwave_panel_hover.png) 45% 55% no-repeat;
border:1px solid #444444;
-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
display: block;
overflow:hidden;
 text-indent:100%;
    white-space:nowrap;
	height: 30px;
	width: 120px;
}

a.active.trigger {
background:#326e9b url(../images/pepwave_panel_hover.png) 45% 55% no-repeat;
}
/*style the panel content */
.panelcolumns{
clear: both;
width: 330px;
padding: 0 0 20px 0;
line-height: 22px;
}

.colleft{
float: left;
width: 130px;
line-height: 22px;
}

.colright{
float: right;
width: 130px;
line-height: 22px;
}
/*Style a page curl (used when screensize is small)*/
.header-outside-container{
	position:relative;
	width:100%;
	height:100%;
}
.page-curl-img{
	position:absolute;
	display:none;
	top:-2px;
	right:-4px;
	height: 64px;
	width: 64px;
	z-index:10001;
}
/*make responsive */
@media only screen and (max-width: 1000px) {
	a.trigger{display: none;}
	.page-curl-img{display:block;}
	
	
}
@media only screen and (max-width: 479px) {
	a.trigger{display: none;}
	#menu_responsive { display: none; } 
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	a.trigger{display: none;}
	#menu_responsive { display: none; } 
	}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    a.trigger{display: none;}
	#menu_responsive { display: none; } 
}
@media only screen and (max-width: 767px) {
	a.trigger{display: none;}
	.addons .pepwave{display:none;}
	#menu_responsive { display: none; } 
	
}
@media only screen and (max-width: 479px){
	
	}

