/**
  * Sticky Profit Builder Pro
  * v0.4
  * URI: http://www.vast9.com
**/


#stkp_hdr_bar,
#stkp_ftr_bar{
    width:100%;
    padding:2px 0;
    margin:0;
	z-index:999999900;
	border-style: solid;
    background:#fff;
	border-width: 0 0 1px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
    position:fixed;
    left:0;
	top:0;
    
    display:none;
}
#stkp_ftr_bar{top:auto; bottom:0}

.stkp_container{
    width:auto;
    padding:2px 0;
    margin:0;
    font-family:Arial,Helvetica,sans-serif;
    
    text-align:center;
    line-height:22px;
    font-size:14px;
    float:none;
}
.stkp_container p{
    padding:0;
    line-height:22px;
    font-size:14px;
    margin:0 !important;
    display:inline;
}

.stkp_promote{
    padding:5px 0;
    margin:0;
    text-align:center;
}
    
.stkp_promote a,
a.stkp_action_button{
    padding:1px 7px;
    line-height:22px;
    font-size:13px;
    display:inline-block;
    background:black;
    margin:0 0 0 10px;
    
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}
.stkp_promote a{margin:0 auto; display:inline-block}


.stkp_hdr_up_arrow,
.stkp_ftr_up_arrow,
.stkp_hdr_down_arrow,
.stkp_ftr_down_arrow{
    width:40px;
    height:50px;
    text-decoration:none;
	z-index:999999970;
    background-position:top;
    padding:0;
    margin:0;
    position:absolute;
    right:25px;
}
.stkp_hdr_up_arrow{
    top:0;
}
.stkp_ftr_down_arrow{
    bottom:0;
}

.stkp_ftr_up_arrow,
.stkp_hdr_down_arrow{
    position:fixed;
}
.stkp_hdr_down_arrow{
	top:0;
}
.stkp_ftr_up_arrow{
    bottom:0;
}

a.stkp_hdr_up_arrow:hover,
a.stkp_ftr_up_arrow:hover,
a.stkp_hdr_down_arrow:hover,
a.stkp_ftr_down_arrow:hover,
a.stkp_hdr_action_logo:hover,
a.stkp_ftr_action_logo:hover{text-decoration:none}


.stkp_hdr_action_logo,
.stkp_ftr_action_logo{
    width:80px;
	height:30px;
	background:url(../images/stkp.png) no-repeat;
	float:left;
    position:absolute;
    left:15px;
    bottom:2px;
}
.stkp_ftr_action_logo{
    top:2px;
    bottom:auto;
}

.stkp_glowy_widget{
    position:relative;
    z-index:100;
}

div#stkp-ad-overlay{
    width: 100%;
    height: 100%;
    background: black;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    
    position:fixed;
    top:0;
    left:0;
    z-index: 999999980;
    
    display: none;
}