
/*--------- 1. SHORTCODES ---------  */

/*=== 1.1 Columns ===*/
.one_third{ width:31% }
.two_third{ width:62% }
.one_half{ width:47% }
.one_fourth{ width:22% }
.three_fourth{ width:70% }
.one_sixth{ width:13.5% }
.five_sixth{ width:80% }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_sixth, .five_sixth{ position:relative; margin-right:30px; margin-bottom:20px; float:left }
.last{ margin-right:0 !important; clear:right }

/*=== 1.2 Dividers ===*/
.divider { background:url(../images/line.gif) repeat-x scroll center bottom; clear:both; display:block; margin-bottom:10px; padding-top:10px; width:100% }	
.topd { line-height:10px; margin-bottom:20px; text-align:right; position:relative }
.topd a { font-size:25px; color:#555555; text-decoration:none }
.topd a:hover { color:#555555; text-decoration:none }

/*=== 1.3 Toggle ===*/
h3.toggle { background:transparent url(../images/add_16.png) no-repeat center left; font-size:18px; margin:10px 0 0 0; padding:0 0 0 25px; position:relative }
h3.toggle a { color:#555555; text-decoration:none }
h3.toggle a:hover { color:#333333 }
h3.active { background:transparent url(../images/remove_16.png) no-repeat center left }
h3.active a:link { color:#666 }
.toggle_content { clear:both; margin:0 0 20px 0; overflow:hidden }
.toggle_content .block { margin:0; padding:10px 0 }

/*=== 1.4 Tabs ===*/
.tabs-container{ margin-bottom:40px }
.tabs-container ul.tabs { margin:0 !important; padding:0; height:30px; clear:left; border-bottom:1px solid #E5E5E5; }
.tabs-container ul.tabs li { float:left; padding:0; margin:0; list-style-type:none }
.tabs-container ul.tabs a { border:1px solid #E5E5E5; background:#fafafa; color:#999999; float:left; display:block; padding:5px 30px; text-decoration:none; border-bottom:0; height:18px; margin-right:2px; position:relative; top:1px; font-size:11px }
.tabs-container ul.tabs a:hover, .tabs-container ul.tabs a.current{ background:#F4F4ED; border-bottom:2px solid #F4F4ED; color:#333333 }
.tab-content{ padding:20px 30px; background-color:#F4F4ED !important; border:1px solid #E5E5E5; border-width:0 1px 1px 1px }

/*=== 1.5 Boxes ===*/
.big_box{ position:relative; overflow:hidden; clear:both; padding:0; margin:10px 2px; margin-bottom:20px;}
h6.big_box_header{ background:transparent url(../images/bgr-trans.png) repeat-x; border:1px solid #C4C2BC; font-size:17px; line-height:10px; margin:0; padding-bottom:0; padding-right:24px }
h6.big_box_header span{ display:block;padding:15px 0 11px 20px; }
.big_box_content{ padding:20px; border:1px solid #D3D1CB; border-top:none; margin:0 }

.download_box, .warning_box, .info_box, .notice_box{ position:relative; overflow:hidden; clear:both; padding:10px 20px 10px 60px; margin:10px 2px; margin-bottom:20px;}
.info_box { background:#bfe4f9 url(../images/info_32.png) no-repeat 10px center; border:1px solid #68a2cf; color:#2e6093 }
.warning_box { background:#FEE9EA url(../images/warning_32.png) no-repeat 10px center; border:1px solid #DE888A; color:#c31b00 }
.download_box { background:#F0FEE9 url(../images/download_32.png) no-repeat 10px center; border:1px solid #A5D491; color:#5e6f33 }
.notice_box { background:#fdebae url(../images/notice_32.png) no-repeat 10px center; border:1px solid #e6c555; color:#9e660d }

/*=== 1.6 Text Highlights ===*/
.ihighlight{ padding:2px 4px }

/*=== 1.7 Buttons ===*/
a.big_button { display:inline-block; background:transparent url(../images/box-bgr-trans.png) repeat-x; border:1px solid #C4C2BC; font-size:17px; line-height:10px; margin:0; padding:15px 20px }
a.big_button:hover { text-decoration:none; cursor:pointer }

/*=== 1.8 Code Blocs ===*/
ul.faq-popular { list-style:none; margin:0 0 20px 0; padding:15px; background:#FFFFCC; border:1px solid #FF9900 }
ul.faq-popular h4 { margin:0 0 10px 0; padding:0; font-size:17px; }
ul.faq-popular li { list-style:none; list-style-image:url(../images/list-bullet-trans.png); margin:0 0 0 15px; padding:2px 0 }
ul.faq-popular li a { font-size:14px; padding:0 }

ul.faq-section { list-style:none; margin:0 0 20px 0; padding:0; background:none; border:none }
ul.faq-section li { list-style:none; margin:0; padding:2px 0 }
ul.faq-section li.faq-cat {  }
ul.faq-section li.faq-cat a.faq-clink { font-size:20px; background:rgba(0,0,0,0.06); color:#000000; display:block; padding:5px 13px }
ul.faq-section li.faq-q { list-style-image:url(../images/list-bullet-trans.png); margin:0; padding:2px 0 }
ul.faq-section li.faq-q  a { font-size:14px; background:#ffffff; padding:0 }
ul.faq-section li ul { margin:5px 0 5px 15px }
ul.faq-section li hr { border:none; border-bottom:1px dotted #cccccc; padding:4px 0; margin:4px 0 }

.blog { padding:0 0 10px 0; margin:0 0 10px 0; border-bottom:1px solid #dfdfdf }
  