.toggle{

background: -moz-linear-gradient(top, #f9f9f9 0%, #ececec 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ececec));
background: -webkit-linear-gradient(top, #f9f9f9 0%,#ececec 100%);
background: -o-linear-gradient(top, #f9f9f9 0%,#ececec 100%);
background: -ms-linear-gradient(top, #f9f9f9 0%,#ececec 100%);
background: linear-gradient(to bottom, #f9f9f9 0%,#ececec 100%);

cursor:pointer;
height:32px;
border: 1px solid #dfdfdf;
border-radius: 3px;
}
.toggle.expanded{
background: -moz-linear-gradient(top, #f9f9f9 0%, #ececec 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ececec));
background: -webkit-linear-gradient(top, #f9f9f9 0%,#ececec 100%);
background: -o-linear-gradient(top, #f9f9f9 0%,#ececec 100%);
background: -ms-linear-gradient(top, #f9f9f9 0%,#ececec 100%);
background: linear-gradient(to bottom, #f9f9f9 0%,#ececec 100%);
width:100%;
cursor:pointer;
width:100%;
cursor:pointer;
height:32px;		
}
.plus{background:url('images/plus-icon.png') no-repeat right center;
background-size:30px 30px;height:100%;
margin-right:10px;}
.minus{
background:#f9f9f9 url('images/minus-icon.png') no-repeat right center;
background-size:30px 30px;height:100%;
margin-right:10px;
}
.toggle span{
float:left;padding:8px 0 0 10px;font-size:14px;font-family: sans-serif;font-weight:bold;
}
.content{
background:#fff;
border-left:#ccc 1px solid;
border-right:#ccc 1px solid;
border-bottom:#ccc 1px solid;
padding:10px;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.ajwpqsf_cpt_div{float:left;margin-right:15px;}
.showcode{
 text-align: center;
        width: auto;
        background: #E0ECF8;
        border: 1px solid #A9BCF5;
        padding: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}
label.ptheme{text-align:center;float:left;display:block;margin-right:20px}
label.ptheme a{text-align:center}
.clear{clear:both}
.advert{float:right;font-family: sans-serif;font-size:11px;color: #777;}
.advert a{text-decoration:none}
