.smart-ifw .left{float:left}.smart-ifw .pad-left{padding-left:5px}.smart-ifw .chosen-container{font-size:16px;font-weight:300}.smart-ifw .chosen-container .chosen-single{font-family:sans-serif, 'FontAwesome'}.smart-ifw .onoffswitch{position:relative;max-width:60px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;max-height:30px}.smart-ifw .proswitch{max-width:96px}.smart-ifw input[type="checkbox"].onoffswitch-checkbox{display:none}.smart-ifw .onoffswitch-label{display:block;overflow:hidden;cursor:pointer;border:2px solid #d5d5d5;max-height:24px}.smart-ifw .onoffswitch-inner,.smart-ifw .onoffswitch-pro{display:block;width:200%;margin-left:-100%;-moz-transition:margin 0.3s ease-in 0s;-webkit-transition:margin 0.3s ease-in 0s;-o-transition:margin 0.3s ease-in 0s;transition:margin 0.3s ease-in 0s}.smart-ifw .onoffswitch-inner:before,.smart-ifw .onoffswitch-inner:after,.smart-ifw .onoffswitch-pro:before,.smart-ifw .onoffswitch-pro:after{display:block;float:left;width:50%;height:24px;padding:0;line-height:20px;font-size:16px;color:white;font-family:Trebuchet, Arial, sans-serif;font-weight:bold;box-sizing:border-box;border:2px solid transparent;background-clip:padding-box}.smart-ifw .onoffswitch-inner:before{content:"On";padding-left:10px;background-color:#1478D8;color:#FFFFFF}.smart-ifw .onoffswitch-inner:after{content:"Off";padding-right:10px;background-color:#D5D5D5;color:#999999;text-align:right}.smart-ifw .onoffswitch-pro:before,.smart-ifw .onoffswitch-pro:after{content:"PRO Only";background-color:#D5D5D5;color:#999999;padding-left:10px;font-size:12px}.smart-ifw .onoffswitch-switch{display:block;width:16px;margin:0px;background:#F7468C;position:absolute;top:0;bottom:0;-moz-transition:all 0.3s ease-in 0s;-webkit-transition:all 0.3s ease-in 0s;-o-transition:all 0.3s ease-in 0s;transition:all 0.3s ease-in 0s}.smart-ifw .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner{margin-left:0}.smart-ifw .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch{right:0px}#poststuff .smart-ifw-table h3{color:#333;font-size:1.5em;font-weight:900;@inlcude text-shadow(-1px -3px 1px #999);;padding:0px;margin:0px}#poststuff .smart-ifw-table .smart-ifw-upload-button{width:65px}#poststuff .smart-ifw-table .smart-ifw-upload-file{width:200px}#poststuff .smart-ifw-box h2{font-size:2em}.feature,.module{float:left;margin:0px;width:300px;background:#e5e5e5}.feature h3,.module h3{color:#1478d8;font-size:1.325em;font-weight:600;line-height:1em;margin:0;padding:0px 0px 0px 5px}.feature .description,.module .description{background:none repeat scroll 0 0 #f5f5f5;border:1px solid #ddd;display:block;padding:1em 1.07143em 1.07143em}.feature a,.module a{color:#333;text-decoration:none}.feature p,.module p{color:#333;padding:0 0 0 5px}.addon-wrap .description{background:none repeat scroll 0 0 #f5f5f5;border:1px solid #ddd;display:block;padding:1em 1.07143em 1.07143em;float:left;width:64%}.addon-wrap .thumb-holder{float:right;width:30%}.smart-ifw-addons-table td{float:left}
.rtl .smart-ifw .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-right: 0;
}
.rtl .smart-ifw .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    left: 0px;
		right: auto;
}	

.rtl .smart-ifw .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.rtl .smart-ifw .onoffswitch-inner, .rtl .smart-ifw .onoffswitch-pro {
    margin-right: -100%;
}

.rtl .smart-ifw .onoffswitch-inner:after, .rtl .smart-ifw .onoffswitch-inner:before, .rtl .smart-ifw .onoffswitch-pro:after, .rtl .smart-ifw .onoffswitch-pro:before	{
    float: right;
}

.rtl .smart-ifw .onoffswitch-inner:after {
	padding-right: 18px;
}