/* ------------------------------------------- */
/* ------------ AJAX BOX PLUGIN -------------- */
/* ------------------------------------------- */
#jQReceiver								{ display:none; }	
#jQs .jQ								{ background:rgba(255,255,255,0.6); width:100%; min-width:890px; position:fixed; overflow-y:auto; top:0; bottom:0; z-index:1000; }
#jQs .jQ .section						{ margin:0 auto; width:500px; }
#jQs .jQ .jQLoad						{ display:none; background:url(../../img/plugins/box/jQLoader.gif) no-repeat; float:right; height:11px; width:16px; margin:12px 15px 0 0; }
#jQs .jQ .jQClose						{ background:url(../../img/plugins/box/jQClose.png) no-repeat top; float:right; display:block; height:34px; width:34px; cursor:pointer; }
#jQs .jQ .jQClose:hover					{ background-position:center; }
#jQs .jQ .jQClose:active				{ background-position:bottom; }
#jQs .jQ .header						{ line-height:34px; font-size:17px;}
#jQs .jQ .nav							{ float:left; overflow-y:auto; overflow-x:hidden; list-style-type:none; }
#jQs .jQ .jQDatas						{ overflow:auto; }
#jQs .jQ .footer						{ height:26px; text-align:right; clear:both; }
#jQs .jQ .footer .button				{ }

#jQs .jQ .error							{ box-shadow:0 0 0 13px rgba(255, 0, 0, 0.3); border:1px solid red; width:450px; }
#jQs .jQ .error>div						{ padding:20px 30px 30px 150px; background:url(../../img/errorBgAjax.png) #fff no-repeat 10px 0; }
#jQs .jQ .error .header					{ font-weight:normal; color:red; font-size:25px; padding-bottom:10px; }
#jQs .jQ .error .jQDatas				{ overflow:visible; }
#jQs .jQ .error .jQDatas h2				{ font-weight:normal; font-size:15px; }
#jQs .jQ .error .jQDatas p				{ margin-top:5px; color:#666; font-size:14px; }
#jQs .jQ .error .jQDatas pre			{ border-left:1px dotted; padding-left:10px; margin:20px 0; color:#444; font-size:12px;  }

#jQs .jQ .style0						{ box-shadow:0 0 0 17px rgba(0,0,0,0.25); border:1px solid; }
#jQs .jQ .style0>div					{ background-color:#fff; }
#jQs .jQ .style0 .header				{ padding:7px 25px 8px; }
#jQs .jQ .style0 .nav					{ padding:7px 0; width:185px; margin-left:25px; border-left:1px dotted #000; box-shadow:-4px 0 5px -6px rgba(0,0,0,0.8); }
#jQs .jQ .style0 .nav li				{ border-top:2px solid #fff; border-bottom:2px solid #fff; cursor:pointer; padding:4px 10px; font-size:13px; line-height:18px; }
#jQs .jQ .style0 .nav li.active			{ background:rgba(255,125,0,0.5); font-size:14px; }
#jQs .jQ .style0 .nav li.active:hover	{ background:rgba(255,125,0,0.5); }
#jQs .jQ .style0 .nav li:hover			{ background:rgba(255,125,0,0.2); }
#jQs .jQ .style0 .nav+.jQDatas			{ margin-left:235px; }
#jQs .jQ .style0 .jQDatas				{ margin-left:25px; }
#jQs .jQ .style0 .jQDatas>div			{ margin-right:25px; }
#jQs .jQ .style0 .footer				{ padding:15px 22px 10px; }