/* @group clicksnet_style_ec.css */

#clicks_net_overlay
{
    display: block;
    height: 100000px;
    width: 100000px;
    overflow: hidden;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}
#clicks_net_iframe_wrapper
{
    width: 70%;
    z-index: 10010;
    height: 90%;
    position: fixed;
    top: 20px;
    left: 15%;
}
#clicks_net_iframe
{
    width: 100%;
    height: 100%;
    background-color: #fff;
}
#clicks_net_iframe_close_btn
{
    display: block;
    width: 32px;
    height: 33px;
    background: url('clicksnet_close_btn.png');
    z-index: 10020;
    position: absolute;
    top: -15px;
    right: -15px;
    border: 0;
    padding: 0;
}



#clicks_net_overlay1
{
    display: block;
    height: 100000px;
    width: 100000px;
    overflow: hidden;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}
#clicks_net_iframe_wrapper1 {
    height: 90%;
    position: fixed;
    top: 50%;
    width: 100%;
    z-index: 10010;
}
#clicks_net_iframe1
{
    width: 100%;
    height: 100%;
    background-color: #fff;
}
#clicks_net_iframe_close_btn1
{
    background: url("clicksnet_close_btn.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    display: block;
    height: 33px;
    padding: 0;
    position: absolute;
    right: 0px;
    top: -15px;
    width: 32px;
    z-index: 10020;
}

/* @end */

/* @group Updated ClicksNet Display from Inline Block */

#clicks_net_iframe_wrapper1 {
    top: 24%;
    height: 80%;
    z-index: 999999;
}
#clicks_net_iframe1 {
    background-color: #EDEDED;
}
#clicks_net_iframe_wrapper{
    background: url("pop-top_burgundy.jpg") repeat-x scroll 0 0 #fff;
    border-radius: 10px;
    padding: 50px 15px 0px;
    margin-right:30px;
    z-index: 999999;
}
#clicks_net_iframe{
    background-color: #F3F3F3;
    border: none;
}
.RedArrow {
    position: absolute;
    right: 0px;
    top: 0;
}
@media screen and (min-width: 50px) and (max-width: 320px) {
.RedArrow { display:none !important;}
#clicks_net_iframe_wrapper {
    left: 0; width: 90%; }
}
@media screen and (min-width: 321px) and (max-width: 480px) {
.RedArrow { display:none !important;}
#clicks_net_iframe_wrapper {
    left: 3px; width: 89%; }
}
@media screen and (min-width: 481px) and (max-width: 640px) {
.RedArrow { display:none !important;}
#clicks_net_iframe_wrapper {
    left: 1px; width: 93%; }
}
@media screen and (min-width: 641px) and (max-width: 767px) {
#clicks_net_iframe_wrapper { left: 1px; width: 94%; }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
#clicks_net_iframe_wrapper { left: 1px; width: 94%; }
}

/* @end */