/* Legacy BT XSoft typography (typography.css + typography_skin1.css).
   Scoped to .com-content content via CSS nesting so the original global
   element rules (body, h1, *, table, button...) cannot touch the matched
   Cassiopeia layout. Only the .bt_* shortcode classes used inside imported
   articles are revived. Source: site/templates/bt_xsoft/css/. */
main {
/*--------------------------------------------------------
# BT XSoft v1.0 (January 2012) - Joomla! Template
# -------------------------------------------------------
# For Joomla! 1.7.x
# Copyright (C) 2012 Bonusthemes.com. All Rights Reserved.
# @license Copyrighted Commercial Software
# Demo: http://www.bonusthemes.com/demo/joomla17/xsoft/
# Website: http://www.bonusthemes.com/
# Support: support@bonusthemes.com
------------------------------------------------------- */

/* Typography Page
-------------------------------------------------------------- */
.outer { margin: 0; overflow: hidden; padding: 0; width: 900px; }
div.typo_title { background: transparent url("../images/skin1/typography/dashed.png") repeat-x bottom center; font-size: 25px; font-weight: bold; margin: 5px 0 10px 0; padding: 5px 0 10px 0; overflow: hidden; }
div.typo_title span.title { float: left; display: inline; }
div.typo_title span.gotop { float: right; display: inline; font-size: 12px; padding: 18px 4px 0 0; margin: 0; }

/* Typography Page: List styles */
.list_col_outer { float: left; margin: 15px 0; width: 300px; }
.list_col_inner { margin: 0 0 0 5px; }
.list_col_inner_no_title { margin: 0 0 0 5px; padding: 10px 0 0 0; }
span.list_title { background: #EEEEEE; color: #666666; font-size: 10px; font-weight: bold; padding: 5px; }
span.list_no_title { background: #D3D3D3; font-size: 10px; font-weight: bold; padding: 5px; }
span.list_desc { color: #666666; display: block; font-size: 10px; margin: 15px 0 10px 3px; }
.block_numbers_col_inner_no_title { margin: 10px 0 0 5px; }
span.block_numbers_desc { color: #666666; display: block; font-size: 10px; margin: 0 0 0 3px; }
div.bt_blockquote { margin: 0 0 35px 15px; padding: 0; }
div.block_number_width { width: 270px; }

/* General
-------------------------------------------------------------- */
* { font-size:100.01% }
html { font-size: 68.5%; }
body { margin:0; font-size: 13px; /*line-height: 1.3;*/ min-height: 100%; font-family: Tahoma, Geneva, sans-serif; }
* html body { height: 100%; }

/* Paragraph, Heading
-------------------------------------------------------------- */
p { /*padding: 0; margin: 8px 0; line-height: 1.6; margin-top: .5em;*/ margin-top: .2em; }
.bt_clearfix { clear: both; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0px 0px 0px 0px; padding: 5px 0px 0px 0px; }
h1 { font-size: 250%; }
h2 { font-size: 220%; }
h3 { font-size: 170%; }
h4 { font-size: 140%; }
h5 { font-size: 120%; }
h6 { font-size: 100%; }

/* Table, Links, Image
-------------------------------------------------------------- */
table { border: none; }
img { border: none; }

/* Forms
-------------------------------------------------------------- */
/* default */
form { margin: 0; padding: 0 }
input.text, input, textarea, select, radio, checkbox, button { font-size: 14px; vertical-align: middle; margin: 0; padding: 5px; outline: none; }
textarea:focus, input:focus { outline: none; } /* remove border around text/input boxes */
label { padding: 0; margin: 0; cursor: pointer; }

/* fieldset */
fieldset, fieldset.bt_fieldset-1, fieldset.bt_fieldset-2 { margin: 0 0 10px 0; padding: 10px 15px; }
legend, fieldset.bt_fieldset-1 legend, fieldset.bt_fieldset-2 legend { height: 22px; line-height: 22px; }
fieldset p, fieldset.bt_fieldset-1 p, fieldset.bt_fieldset-2 p { margin: 0; padding: 10px 0; } 
fieldset legend, fieldset.bt_fieldset-1 legend { margin: 0; padding: 0 10px; font-weight: bold; }

/* inputs */
input[type="text"], input[type="password"] { height: 20px; margin: 5px 5px 5px 0; padding: 5px; font-weight: bold; }
input[type="checkbox"], input[type="radio"] { vertical-align: middle; border: none; margin: 0 3px 3px 8px; padding: 0; }

/* textarea */
textarea { margin: 5px 0; padding: 5px; overflow: hidden; font-weight: bold; }

/* default button */
button, input.button, input[type="submit"], input[type="button"], input[type="reset"] { overflow: visible; cursor: pointer; font-size: 13px; margin: 0; font-weight: bold; height: 31px; padding: 4px 15px 6px 15px; text-decoration: none; }

/* List styles
-------------------------------------------------------------- */
/* menu */
ul#bt_nav_menu { margin: 0; padding: 0; }
ul#bt_nav_menu li { margin: 0; list-style: none; padding: 0; }

/* default */
ul { margin: 10px 0 15px 0; padding: 0; }
ol { margin: 10px 0 15px 20px; padding: 0; }
ul li { margin: 2px 0; list-style: none; padding: 2px 0 0 17px; }
ol li {margin: 2px 0; padding: 2px 0 0 0; }

/* normal */
ul.bt_ul { list-style: outside; }
ol.bt_ol { list-style: decimal; }
ul.bt_dl { list-style: none; }
ul.bt_dl li { list-style: none; background: none; }

/* arrow, circle, quad, check */
ul.bt_arrow_list-1, ul.bt_arrow_list-2, ul.bt_arrow_list-3, ul.bt_circle_list-1, ul.bt_circle_list-2, ul.bt_circle_list-3, ul.bt_quad_list-1, ul.bt_quad_list-2, ul.bt_quad_list-3, ul.bt_star_list-1, ul.bt_star_list-2, ul.bt_star_list-3, ul.bt_check_list-1, ul.bt_check_list-2, ul.bt_check_list-3 { margin: 0 0 15px 0; padding: 0; }

ul.bt_arrow_list-1 li, ul.bt_arrow_list-2 li, ul.bt_arrow_list-3 li, ul.bt_circle_list-1 li, ul.bt_circle_list-2 li, ul.bt_circle_list-3 li, ul.bt_quad_list-1 li, ul.bt_quad_list-2 li, ul.bt_quad_list-3 li, ul.bt_star_list-1 li, ul.bt_star_list-2 li, ul.bt_star_list-3 li, ul.bt_check_list-1 li, ul.bt_check_list-2 li, ul.bt_check_list-3 li { margin: 2px 0; list-style: none; padding: 1px 0 0 13px; }

/* arrow */
ul.bt_arrow_list-1 li { padding: 4px 0 0 19px; }
ul.bt_arrow_list-2 li { padding: 1px 0 0 13px; }
ul.bt_arrow_list-3 li { padding: 0 0 0 11px; }

/* circle */
ul.bt_circle_list-1 li { padding: 2px 0 0 16px; }
ul.bt_circle_list-2 li { padding: 2px 0 0 15px; }
ul.bt_circle_list-3 li { padding: 1px 0 0 13px; }

/* quad */
ul.bt_quad_list-1 li { padding: 2px 0 0 13px; }
ul.bt_quad_list-2 li { padding: 2px 0 0 14px; }
ul.bt_quad_list-3 li { padding: 2px 0 0 17px; }

/* star */
ul.bt_star_list-1 li { padding: 2px 0 0 16px; }
ul.bt_star_list-2 li { padding: 0 0 0 12px; }
ul.bt_star_list-3 li { padding: 2px 0 0 16px; }

/* check */
ul.bt_check_list-1 li { padding: 1px 0 0 22px; }
ul.bt_check_list-2 li { padding: 1px 0 0 19px; }
ul.bt_check_list-3 li { padding: 2px 0 0 19px; }

/* Block Numbers
-------------------------------------------------------------- */
/* circles, quads, oval, triangle */
p.bt_circle_s1_n1, p.bt_circle_s1_n2, p.bt_circle_s1_n3, p.bt_circle_s2_n1, p.bt_circle_s2_n2, p.bt_circle_s2_n3, p.bt_circle_s3_n1, p.bt_circle_s3_n2, p.bt_circle_s3_n3, 
p.bt_quad_s1_n1, p.bt_quad_s1_n2, p.bt_quad_s1_n3, p.bt_quad_s2_n1, p.bt_quad_s2_n2, p.bt_quad_s2_n3, p.bt_quad_s3_n1, p.bt_quad_s3_n2, p.bt_quad_s3_n3, 
p.bt_oval_s1_n1, p.bt_oval_s1_n2, p.bt_oval_s1_n3, p.bt_oval_s2_n1, p.bt_oval_s2_n2, p.bt_oval_s2_n3, p.bt_oval_s3_n1, p.bt_oval_s3_n2, p.bt_oval_s3_n3, 
p.bt_triangle_s1_n1, p.bt_triangle_s1_n2, p.bt_triangle_s1_n3, p.bt_triangle_s2_n1, p.bt_triangle_s2_n2, p.bt_triangle_s2_n3, p.bt_triangle_s3_n1, p.bt_triangle_s3_n2, p.bt_triangle_s3_n3 { margin: 5px 0; }

/* circles */
p.bt_circle_s1_n1 { padding: 0 0 0 50px; min-height: 50px; }
p.bt_circle_s1_n2 { padding: 0 0 0 50px; min-height: 50px; }
p.bt_circle_s1_n3 { padding: 0 0 0 50px; min-height: 50px; }

p.bt_circle_s2_n1 { padding: 0 0 0 50px; min-height: 50px; }
p.bt_circle_s2_n2 { padding: 0 0 0 50px; min-height: 50px; }
p.bt_circle_s2_n3 { padding: 0 0 0 50px; min-height: 50px; }

p.bt_circle_s3_n1 { padding: 0 0 0 45px; min-height: 40px; }
p.bt_circle_s3_n2 { padding: 0 0 0 45px; min-height: 40px; }
p.bt_circle_s3_n3 { padding: 0 0 0 45px; min-height: 40px; }

/* quads */
p.bt_quad_s1_n1 { padding: 0 0 0 50px; min-height: 40px; }
p.bt_quad_s1_n2 { padding: 0 0 0 50px; min-height: 40px; }
p.bt_quad_s1_n3 { padding: 0 0 0 50px; min-height: 40px; }

p.bt_quad_s2_n1 { padding: 0 0 0 50px; min-height: 40px; }
p.bt_quad_s2_n2 { padding: 0 0 0 50px; min-height: 40px; }
p.bt_quad_s2_n3 { padding: 0 0 0 50px; min-height: 40px; }

p.bt_quad_s3_n1 { padding: 0 0 0 45px; min-height: 40px; }
p.bt_quad_s3_n2 { padding: 0 0 0 45px; min-height: 40px; }
p.bt_quad_s3_n3 { padding: 0 0 0 45px; min-height: 40px; }

/* oval */
p.bt_oval_s1_n1 { padding: 0 0 0 45px; min-height: 30px; }
p.bt_oval_s1_n2 { padding: 0 0 0 45px; min-height: 30px; }
p.bt_oval_s1_n3 { padding: 0 0 0 45px; min-height: 30px; }

p.bt_oval_s2_n1 { padding: 0 0 0 50px; min-height: 37px; }
p.bt_oval_s2_n2 { padding: 0 0 0 50px; min-height: 37px; }
p.bt_oval_s2_n3 { padding: 0 0 0 50px; min-height: 37px; }

p.bt_oval_s3_n1 { padding: 0 0 0 45px; min-height: 35px; }
p.bt_oval_s3_n2 { padding: 0 0 0 45px; min-height: 35px; }
p.bt_oval_s3_n3 { padding: 0 0 0 45px; min-height: 35px; }

/* triangle */
p.bt_triangle_s1_n1 { padding: 0 0 0 35px; min-height: 50px; }
p.bt_triangle_s1_n2 { padding: 0 0 0 35px; min-height: 50px; }
p.bt_triangle_s1_n3 { padding: 0 0 0 35px; min-height: 50px; }

p.bt_triangle_s2_n1 { padding: 0 0 0 50px; min-height: 35px; }
p.bt_triangle_s2_n2 { padding: 0 0 0 50px; min-height: 35px; }
p.bt_triangle_s2_n3 { padding: 0 0 0 50px; min-height: 35px; }

p.bt_triangle_s3_n1 { padding: 0 0 0 45px; min-height: 45px; }
p.bt_triangle_s3_n2 { padding: 0 0 0 45px; min-height: 45px; }
p.bt_triangle_s3_n3 { padding: 0 0 0 45px; min-height: 45px; }

/* Blockquote
-------------------------------------------------------------- */
blockquote, blockquote p { margin: 0; padding: 0; font-style: italic; font-family: Georgia, "Times New Roman", Times, serif; }

blockquote.bt_blockquote-1 { font-size: 14px; font-weight: bold; padding: 0 0 0 23px; }

blockquote.bt_blockquote-2 { font-size: 14px; font-weight: bold; padding: 0 0 0 35px; }
blockquote.bt_blockquote-2 p { display: inline-block; padding: 0 35px 0 0; }

blockquote.bt_blockquote-3 { font-size: 15px; font-weight: normal; }
blockquote.bt_blockquote-3 div { min-height: 69px; }
blockquote.bt_blockquote-3 div div { min-height: 69px; }
blockquote.bt_blockquote-3 div div p { padding: 10px 50px 0 50px; }

blockquote.bt_blockquote-4 { font-size: 14px; font-weight: bold; height: 69px; padding: 0 0 0 75px; font-style: normal; }

blockquote.bt_blockquote-5 { font-size: 18px; font-weight: normal; padding: 25px 100px 25px 30px; font-style: normal; }

blockquote.bt_blockquote-6 { font-size: 14px; font-weight: bold; }
blockquote.bt_blockquote-6 p { margin: 0 0 0 55px; padding: 10px 15px; }

blockquote.bt_blockquote-7 { font-size: 14px; font-weight: bold; }
blockquote.bt_blockquote-7 p { padding: 20px 30px 20px 110px; }

/* Message Boxes with Icons
-------------------------------------------------------------- */
p.bt_box_message { padding: 15px 10px 15px 95px; min-height: 80px; }

/* Dropcaps
-------------------------------------------------------------- */
div.bt_dropcap-1 span, div.bt_dropcap-2 span, div.bt_dropcap-3 span, div.bt_dropcap-4 span, div.bt_dropcap-5 span, div.bt_dropcap-6 span { float: left; font-size: 4em; font-weight: bold; text-transform: uppercase; }
div.bt_dropcap-1 p, div.bt_dropcap-2 p, div.bt_dropcap-3 p, div.bt_dropcap-4 p { padding: 7px 0 0 0; }
div.bt_dropcap-5 p, div.bt_dropcap-6 p { margin: 0; }

div.bt_dropcap-1 span { padding: 0 15px 0 0; margin: 0 15px 0 0; }
div.bt_dropcap-2 span { padding: 0; margin: 0 15px 0 0; }
div.bt_dropcap-3 span { padding: 0 15px 0 0; margin: 0; }
div.bt_dropcap-4 span { padding: 0 15px 0 0; margin: 0; text-transform: none; }
div.bt_dropcap-5 span { padding: 0 10px; margin: 0 10px 0 0; }
div.bt_dropcap-6 span { padding: 0 10px; margin: 0 10px 0 0; }

/* Highlights
-------------------------------------------------------------- */
p.bt_highlight { padding: 0 0 0.5em 0; }
span.bt_highlight-1, span.bt_highlight-2, span.bt_highlight-3, span.bt_highlight-4, span.bt_highlight-5, span.bt_highlight-6 { margin: 0 4px; padding: 3px 7px; font-weight: bold; }

/* Codes
-------------------------------------------------------------- */
div.bt_code-1, div.bt_code-2, div.bt_code-3, div.bt_code-4, div.bt_code-5, div.bt_code-6 { font-family: Arial, Helvetica, sans-serif; margin: 0; padding: 5px 17px 10px 17px; font-weight: normal; font-size: 12px; } 

fieldset.bt_code-7, fieldset.bt_code-8, fieldset.bt_code-9, fieldset.bt_code-10 { margin: 0; padding: 0 15px; } 
fieldset.bt_code-7 p, fieldset.bt_code-8 p, fieldset.bt_code-9 p, fieldset.bt_code-10 p { margin: 0; padding: 10px 0; } 
fieldset.bt_code-7 legend, fieldset.bt_code-8 legend, fieldset.bt_code-9 legend, fieldset.bt_code-10 legend { margin: 0; padding: 0 10px; font-weight: bold; }

/* Buttons
-------------------------------------------------------------- */
/* large */
.bt_large_button { overflow: visible; height: 31px; line-height: 27px; display: inline-block; padding: 0 15px !important; font-size: 13px; font-weight: bold; text-decoration: none; }

/* small */
.bt_small_button { overflow: visible !important; height: 20px !important; line-height: 16px !important; display: inline-block !important; padding: 0 15px !important; font-size: 11px !important; font-weight: normal !important; text-decoration: none; }

/* arrow */
.bt_right_arrow_button { overflow: visible; height: 31px; line-height: 27px; display: inline-block; padding: 0 40px 0 12px !important; text-decoration: none; font-weight: bold; font-size: 13px; }
.bt_right_arrow_button_rounded { overflow: visible; height: 31px; line-height: 27px; display: inline-block; padding: 0 40px 0 12px !important;}

/* ICON Buttons
-------------------------------- */
.bt_icon_button { overflow: visible; height: 31px; line-height: 27px; display: inline-block; padding: 0 12px 0 31px !important; text-decoration: none; font-size: 13px; font-weight: bold; }

/* special */
.bt_special_button-a { height: 51px; line-height: 51px; display: inline-block; font-size: 13px; font-weight: bold; text-decoration: none; border: none; }
.bt_special_button-b { width: 151px; height: 133px; border: none; display: inline-block; font-size: 13px; font-weight: bold; text-decoration: none; }

.special_button-1 { padding: 0 30px 0 0; width: 182px; }
.special_button-2 { height: 60px; border: none; display: inline-block; padding: 0; width: 115px; }

/* Icons Tips
-------------------------------------------------------------- */
.bt_download, .bt_user, .bt_search_icn, .bt_tick, .bt_clock, .bt_plus, .bt_save, .bt_rss, .bt_pen, .bt_negative, .bt_positive, .bt_lock, .bt_email, .bt_openemail, .bt_folder-1, .bt_folder-2, .bt_folder-3, .bt_blank, .bt_arrow-up, .bt_arrow-right, .bt_arrow-down, .bt_arrow-left, .bt_doc, .bt_remove, .bt_cloud, .bt_cancel { padding: 1px 0 2px 20px; margin: 0 0 0.5em 0; }

/* Special Module Styles
-------------------------------------------------------------- */
.bt_special_module_style { padding: 10px 15px; margin: 10px 0; }
.bt_special_module_style span { display: block; padding: 0 0 5px 0; font-size: 14px; font-weight: bold; margin: 0; }

.special_mod_style-21 span, .special_mod_style-22 span, .special_mod_style-23 span, .special_mod_style-24 span, .special_mod_style-25 span, .special_mod_style-26 span, .special_mod_style-27 span, .special_mod_style-28 span { display: block; margin: 0; padding: 10px 10px 20px 10px; font-size: 14px; font-weight: bold; margin: 0; }

.special_mod_style-21 { padding: 0; margin: 10px 0; }
.special_mod_style-21-bg { padding: 0px 25px 10px 10px; }

.special_mod_style-22 { padding: 0; margin: 10px 0; }
.special_mod_style-22-bg { padding: 0px 25px 10px 10px; }

.special_mod_style-23 { padding: 0; margin: 10px 0; }
.special_mod_style-23-bg { padding: 0px 25px 10px 10px; }

.special_mod_style-24 { padding: 0; margin: 10px 0; }
.special_mod_style-24-bg { padding: 0px 25px 10px 10px; }

.special_mod_style-25 { padding: 0; margin: 10px 0; }
.special_mod_style-25-bg { padding: 0px 25px 10px 10px; }

.special_mod_style-26 { padding: 0; margin: 10px 0; }
.special_mod_style-26-bg { padding: 0px 25px 10px 10px; }

.special_mod_style-27 { padding: 0; margin: 10px 0; }
.special_mod_style-27-bg { padding: 0px 25px 10px 10px; }

.special_mod_style-28 { padding: 0; margin: 10px 0; }
.special_mod_style-28-bg { padding: 0px 25px 10px 10px; }

/* Bubbles
-------------------------------------------------------------- */
/* bubble 1,2 */
div.bt_bubble-1 p, div.bt_bubble-2 p { font-style: normal; padding: 15px; margin: 0; }
div.bt_bubble_author-1, div.bt_bubble_author-2 { height: 37px; margin: 0; padding: 7px 0 0 0; font-weight: bold; text-align: center; text-transform: uppercase; }

/* bubble 3, 4 */
div.bt_bubble-3, div.bt_bubble-4 { }
div.bt_bubble-3 p, div.bt_bubble-4 p { font-style: normal; padding: 15px; margin: 0; }
div.bt_bubble_author-3, div.bt_bubble_author-4 { height: 37px; margin: 0; padding: 6px 9px 0 0; font-weight: bold; text-align: center; text-transform: uppercase; }

/* bubble 5,6 */
div.bt_bubble-5, div.bt_bubble-6 { padding: 0 15px; margin: 0; }
div.bt_bubble-5 p, div.bt_bubble-6 p { font-style: normal; padding: 10px; margin: 0; }
div.bt_bubble_author-5, div.bt_bubble_author-6 { height: 37px; margin: 0; padding: 7px 0 0 0; font-weight: bold; text-align: center; text-transform: uppercase; }

/* bubble 7 */
.bt_bubble_clip { padding: 0 15px; margin: 0; }
.bt_bubble_clip p { padding: 5px 5px 10px 5px; margin: 0; }
.bt_bubble_clip_tl { height: 24px; }
.bt_bubble_clip_tr { text-align: center; height: 24px; }
.bt_bubble_author-7 { margin: 0; padding: 15px 0 0 0; font-weight: bold; text-align: center; text-transform: uppercase; }

/* bubble 8, 9 */
.bt_bubble_top { }
.bt_bubble_top p { font-weight: bold; font-style: italic; padding: 10px 15px 15px 15px; margin: 0; }
.bt_bubble_top_tl { height: 32px; margin: 10px 0 0 0; }
.bt_bubble_top_tr { text-align: center; height: 32px; }
.bt_bubble_top_txt { line-height: 32px; font-weight: bold; text-transform: uppercase; }

/* bubble 10, 11 */
div.bt_bubble-10, div.bt_bubble-11 { padding: 5px; }
div.bt_bubble-10 div, div.bt_bubble-11 div { padding: 5px 12px; }
div.bt_bubble-10 div p, div.bt_bubble-11 div p { font-weight: bold; font-style: italic; padding: 5px 0; margin: 0; }
div.bt_bubble_author-10, div.bt_bubble_author-11 { height: 37px; margin: 0; padding: 6px 75px 0 0; font-weight: bold; text-align: right; text-transform: uppercase; }

/* ---- skin1 ---- */
/*--------------------------------------------------------
# BT XSoft v1.0 (January 2012) - Joomla! Template
# -------------------------------------------------------
# For Joomla! 1.7.x
# Copyright (C) 2012 Bonusthemes.com. All Rights Reserved.
# @license Copyrighted Commercial Software
# Demo: http://www.bonusthemes.com/demo/joomla17/xsoft/
# Website: http://www.bonusthemes.com/
# Support: support@bonusthemes.com
------------------------------------------------------- */

/* General
-------------------------------------------------------------- */
html { background: #000 url("../images/skin1/layout/bg.jpg") no-repeat fixed center top; }
body { background: #000 url("../images/skin1/layout/bg.jpg") no-repeat fixed center top; color: #58595B; }

/* DARK AREA (text color) */
#bt_top_div, 
.moduletable_btmstyle8,
#bt_adv_one_div, 
#bt_footer_div_bg { color: yellow; }

/* Paragraph, Heading
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { color: #303030; }

/* DARK AREA */
#bt_top_div h1, .moduletable_btmstyle8 h1, #bt_adv_one_div h1, #bt_footer_div_bg h1, 
#bt_top_div h2, .moduletable_btmstyle8 h2, #bt_adv_one_div h2, #bt_footer_div_bg h2, 
#bt_top_div h3, .moduletable_btmstyle8 h3, #bt_adv_one_div h3, #bt_footer_div_bg h3, 
#bt_top_div h4, .moduletable_btmstyle8 h4, #bt_adv_one_div h4, #bt_footer_div_bg h4, 
#bt_top_div h5, .moduletable_btmstyle8 h5, #bt_adv_one_div h5, #bt_footer_div_bg h5, 
#bt_top_div h6, .moduletable_btmstyle8 h6, #bt_adv_one_div h6, #bt_footer_div_bg h6 { color: #fff; }

/* Table, Links, Image
-------------------------------------------------------------- */
/* DEFAULT LINK AREA */
a:link, a:active, a:visited { color: #C06E25; text-decoration: none; }
a:hover, a:focus { color: #C06E25; text-decoration: underline; }

/* DARK LINK AREA */
/* top */
#bt_top_div a:link, #bt_top_div a:active, #bt_top_div a:visited { color: #C06E25; }
#bt_top_div a:hover, #bt_top_div a:focus { color: #D89847; }
#bt_top_div, #bt_top_div { color: #ffffff; }
/* style 8 */
.moduletable_btmstyle8 a:link, .moduletable_btmstyle8 a:active, .moduletable_btmstyle8 a:visited { color: #C06E25; }
.moduletable_btmstyle8 a:hover, .moduletable_btmstyle8 a:focus { color: #D89847; }
.moduletable_btmstyle8 { color: #A6A6A6; }
/* adv one */
#bt_adv_one_div a:link, #bt_adv_one_div a:active, #bt_adv_one_div a:visited { color: #C06E25; }
#bt_adv_one_div a:hover, #bt_adv_one_div a:focus { color: #D89847; }
#bt_adv_one_div { color: #A6A6A6; }
/* footer */
#bt_footer_div_bg a:link, #bt_footer_div_bg a:active, #bt_footer_div_bg a:visited { color: #C06E25; }
#bt_footer_div_bg a:hover, #bt_footer_div_bg a:focus { color: #D89847; }
#bt_footer_div_bg { color: #A6A6A6; }
/* pathway */
div.bt_breadcrumbs_links span.bg_0 a.pathway:link, div.bt_breadcrumbs_links span.bg_0 a.pathway:active, div.bt_breadcrumbs_links span.bg_0 a.pathway:visited { color: #A6A6A6; }
div.bt_breadcrumbs_links span.bg_0 a.pathway:hover, div.bt_breadcrumbs_links span.bg_0 a.pathway:focus { color: #C06E25; }

/* Forms
-------------------------------------------------------------- */
/* fieldset */
fieldset, fieldset.bt_fieldset-1, fieldset.bt_fieldset-2 { border: 1px solid #9E9E9E; }
fieldset legend, fieldset.bt_fieldset-1 legend { border-left: 1px solid #D3D3D3; border-right: 1px solid #D3D3D3; }
fieldset.bt_fieldset-2 legend { color: #fff; background: #C06E25; border-left: 3px solid #000; }

/* inputs */
input[type="text"], 
input[type="password"] { border: 1px solid #ccc; }
input[type="text"]:hover, input[type="text"]:focus, 
input[type="password"]:hover, input[type="password"]:focus { border: 1px solid #666; background: #999; color: #fff; }

/* textarea */
textarea:hover, textarea:focus { border: 1px solid #666; background: #999; /*color: #fff;*/ }

/* default button */
button, input.button, input[type="submit"], input[type="button"], input[type="reset"] { background: transparent url("../images/skin1/typography/buttons/large/bt_large_button-2.png") repeat-x; color: #fff; border: 1px solid #666; }
button:hover, input.button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover { background: transparent url("../images/skin1/typography/buttons/large/bt_large_button-2.png") repeat-x 0 -31px; }
button:active, input.button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active { background: transparent url("../images/skin1/typography/buttons/large/bt_large_button-2.png") repeat-x 0 -61px; }

/* List styles
-------------------------------------------------------------- */
/* default */
/*ul li { background: transparent url("../images/skin1/typography/list_styles/quad/bt_list_quad_icon-3.png") no-repeat left 4px; }*/

/* arrow */
ul.bt_arrow_list-1 li { background: transparent url("../images/skin1/typography/list_styles/arrow/bt_list_arrow_icon-1.png") no-repeat left 7px; }
ul.bt_arrow_list-2 li { background: transparent url("../images/skin1/typography/list_styles/arrow/bt_list_arrow_icon-2.png") no-repeat left 7px; }
ul.bt_arrow_list-3 li { background: transparent url("../images/skin1/typography/list_styles/arrow/bt_list_arrow_icon-3.png") no-repeat left 7px; }

/* circle */
ul.bt_circle_list-1 li { background: transparent url("../images/skin1/typography/list_styles/circle/bt_list_circle_icon-1.png") no-repeat left 7px; }
ul.bt_circle_list-2 li { background: transparent url("../images/skin1/typography/list_styles/circle/bt_list_circle_icon-2.png") no-repeat left 9px; }
ul.bt_circle_list-3 li { background: transparent url("../images/skin1/typography/list_styles/circle/bt_list_circle_icon-3.png") no-repeat left 8px; }

/* quad */
ul.bt_quad_list-1 li { background: transparent url("../images/skin1/typography/list_styles/quad/bt_list_quad_icon-1.png") no-repeat left 7px; }
ul.bt_quad_list-2 li { background: transparent url("../images/skin1/typography/list_styles/quad/bt_list_quad_icon-2.png") no-repeat left 8px; }
ul.bt_quad_list-3 li { background: transparent url("../images/skin1/typography/list_styles/quad/bt_list_quad_icon-3.png") no-repeat left 8px; }

/* star */
ul.bt_star_list-1 li { background: transparent url("../images/skin1/typography/list_styles/star/bt_list_star_icon-1.png") no-repeat left 7px; }
ul.bt_star_list-2 li { background: transparent url("../images/skin1/typography/list_styles/star/bt_list_star_icon-2.png") no-repeat left 7px; }
ul.bt_star_list-3 li { background: transparent url("../images/skin1/typography/list_styles/star/bt_list_star_icon-3.png") no-repeat left 7px; }

/* check */
ul.bt_check_list-1 li { background: transparent url("../images/skin1/typography/list_styles/check/bt_list_check_icon-1.png") no-repeat left 7px; }
ul.bt_check_list-2 li { background: transparent url("../images/skin1/typography/list_styles/check/bt_list_check_icon-2.png") no-repeat left 7px; }
ul.bt_check_list-3 li { background: transparent url("../images/skin1/typography/list_styles/check/bt_list_check_icon-3.png") no-repeat left 7px; }

/* Block Numbers
-------------------------------------------------------------- */
/* circles */
p.bt_circle_s1_n1 { background: transparent url("../images/skin1/typography/block_numbers/circles/bt_circle_icon_s1_n1.png") no-repeat left 5px; }
p.bt_circle_s1_n2 { background: transparent url("../images/skin1/typography/block_numbers/circles/bt_circle_icon_s1_n2.png") no-repeat left 5px; }
p.bt_circle_s1_n3 { background: transparent url("../images/skin1/typography/block_numbers/circles/bt_circle_icon_s1_n3.png") no-repeat left 5px; }

p.bt_circle_s2_n1 { background: transparent url("../images/skin1/typography/block_numbers/circles/bt_circle_icon_s2_n1.png") no-repeat left 5px; }
p.bt_circle_s2_n2 { background: transparent url("../images/skin1/typography/block_numbers/circles/bt_circle_icon_s2_n2.png") no-repeat left 5px; }
p.bt_circle_s2_n3 { background: transparent url("../images/skin1/typography/block_numbers/circles/bt_circle_icon_s2_n3.png") no-repeat left 5px; }

p.bt_circle_s3_n1 { background: transparent url("../images/skin1/typography/block_numbers/circles/bt_circle_icon_s3_n1.png") no-repeat left 5px; }
p.bt_circle_s3_n2 { background: transparent url("../images/skin1/typography/block_numbers/circles/bt_circle_icon_s3_n2.png") no-repeat left 5px; }
p.bt_circle_s3_n3 { background: transparent url("../images/skin1/typography/block_numbers/circles/bt_circle_icon_s3_n3.png") no-repeat left 5px; }

/* quads */
p.bt_quad_s1_n1 { background: transparent url("../images/skin1/typography/block_numbers/quads/bt_quad_icon_s1_n1.png") no-repeat left 5px; }
p.bt_quad_s1_n2 { background: transparent url("../images/skin1/typography/block_numbers/quads/bt_quad_icon_s1_n2.png") no-repeat left 5px; }
p.bt_quad_s1_n3 { background: transparent url("../images/skin1/typography/block_numbers/quads/bt_quad_icon_s1_n3.png") no-repeat left 5px; }

p.bt_quad_s2_n1 { background: transparent url("../images/skin1/typography/block_numbers/quads/bt_quad_icon_s2_n1.png") no-repeat left 5px; }
p.bt_quad_s2_n2 { background: transparent url("../images/skin1/typography/block_numbers/quads/bt_quad_icon_s2_n2.png") no-repeat left 5px; }
p.bt_quad_s2_n3 { background: transparent url("../images/skin1/typography/block_numbers/quads/bt_quad_icon_s2_n3.png") no-repeat left 5px; }
p.bt_quad_s2_n4 { background: transparent url("../images/skin1/typography/block_numbers/quads/bt_quad_icon_s2_n4.png") no-repeat left 5px; }
p.bt_quad_s2_n5 { background: transparent url("../images/skin1/typography/block_numbers/quads/bt_quad_icon_s2_n5.png") no-repeat left 5px; }
p.bt_quad_s2_n6 { background: transparent url("../images/skin1/typography/block_numbers/quads/bt_quad_icon_s2_n6.png") no-repeat left 5px; }
p.bt_quad_s2_n7 { background: transparent url("../images/skin1/typography/block_numbers/quads/bt_quad_icon_s2_n7.png") no-repeat left 5px; }
p.bt_quad_s2_n8 { background: transparent url("../images/skin1/typography/block_numbers/quads/bt_quad_icon_s2_n8.png") no-repeat left 5px; }
p.bt_quad_s2_n9 { background: transparent url("../images/skin1/typography/block_numbers/quads/bt_quad_icon_s2_n9.png") no-repeat left 5px; }
p.bt_quad_s2_n10 { background: transparent url("../images/skin1/typography/block_numbers/quads/bt_quad_icon_s2_n10.png") no-repeat left 5px; }
p.bt_quad_s2_n11 { background: transparent url("../images/skin1/typography/block_numbers/quads/bt_quad_icon_s2_n11.png") no-repeat left 5px; }
p.bt_quad_s2_n12 { background: transparent url("../images/skin1/typography/block_numbers/quads/bt_quad_icon_s2_n12.png") no-repeat left 5px; }

p.bt_quad_s3_n1 { background: transparent url("../images/skin1/typography/block_numbers/quads/bt_quad_icon_s3_n1.png") no-repeat left 5px; }
p.bt_quad_s3_n2 { background: transparent url("../images/skin1/typography/block_numbers/quads/bt_quad_icon_s3_n2.png") no-repeat left 5px; }
p.bt_quad_s3_n3 { background: transparent url("../images/skin1/typography/block_numbers/quads/bt_quad_icon_s3_n3.png") no-repeat left 5px; }

/* oval */
p.bt_oval_s1_n1 { background: transparent url("../images/skin1/typography/block_numbers/oval/bt_oval_icon_s1_n1.png") no-repeat left 5px; }
p.bt_oval_s1_n2 { background: transparent url("../images/skin1/typography/block_numbers/oval/bt_oval_icon_s1_n2.png") no-repeat left 5px; }
p.bt_oval_s1_n3 { background: transparent url("../images/skin1/typography/block_numbers/oval/bt_oval_icon_s1_n3.png") no-repeat left 5px; }

p.bt_oval_s2_n1 { background: transparent url("../images/skin1/typography/block_numbers/oval/bt_oval_icon_s2_n1.png") no-repeat left 5px; }
p.bt_oval_s2_n2 { background: transparent url("../images/skin1/typography/block_numbers/oval/bt_oval_icon_s2_n2.png") no-repeat left 5px; }
p.bt_oval_s2_n3 { background: transparent url("../images/skin1/typography/block_numbers/oval/bt_oval_icon_s2_n3.png") no-repeat left 5px; }

p.bt_oval_s3_n1 { background: transparent url("../images/skin1/typography/block_numbers/oval/bt_oval_icon_s3_n1.png") no-repeat left 5px; }
p.bt_oval_s3_n2 { background: transparent url("../images/skin1/typography/block_numbers/oval/bt_oval_icon_s3_n2.png") no-repeat left 5px; }
p.bt_oval_s3_n3 { background: transparent url("../images/skin1/typography/block_numbers/oval/bt_oval_icon_s3_n3.png") no-repeat left 5px; }

/* triangle */
p.bt_triangle_s1_n1 { background: transparent url("../images/skin1/typography/block_numbers/triangle/bt_triangle_icon_s1_n1.png") no-repeat left 5px; }
p.bt_triangle_s1_n2 { background: transparent url("../images/skin1/typography/block_numbers/triangle/bt_triangle_icon_s1_n2.png") no-repeat left 5px; }
p.bt_triangle_s1_n3 { background: transparent url("../images/skin1/typography/block_numbers/triangle/bt_triangle_icon_s1_n3.png") no-repeat left 5px; }

p.bt_triangle_s2_n1 { background: transparent url("../images/skin1/typography/block_numbers/triangle/bt_triangle_icon_s2_n1.png") no-repeat left 5px; }
p.bt_triangle_s2_n2 { background: transparent url("../images/skin1/typography/block_numbers/triangle/bt_triangle_icon_s2_n2.png") no-repeat left 5px; }
p.bt_triangle_s2_n3 { background: transparent url("../images/skin1/typography/block_numbers/triangle/bt_triangle_icon_s2_n3.png") no-repeat left 5px; }

p.bt_triangle_s3_n1 { background: transparent url("../images/skin1/typography/block_numbers/triangle/bt_triangle_icon_s3_n1.png") no-repeat left 5px; }
p.bt_triangle_s3_n2 { background: transparent url("../images/skin1/typography/block_numbers/triangle/bt_triangle_icon_s3_n2.png") no-repeat left 5px; }
p.bt_triangle_s3_n3 { background: transparent url("../images/skin1/typography/block_numbers/triangle/bt_triangle_icon_s3_n3.png") no-repeat left 5px; }

/* Blockquote
-------------------------------------------------------------- */
blockquote.bt_blockquote-1 { background: transparent url("../images/skin1/typography/blockquote/bt_blockquote_1.png") no-repeat left 20%; color: #666; }

blockquote.bt_blockquote-2 { background: transparent url("../images/skin1/typography/blockquote/bt_blockquote_2_icon-1.png") no-repeat left top; color: #666; }
blockquote.bt_blockquote-2 p { background: transparent url("../images/skin1/typography/blockquote/bt_blockquote_2_icon-2.png") no-repeat right 95%; }

blockquote.bt_blockquote-3 { color: #666; }
blockquote.bt_blockquote-3 div { background: transparent url("../images/skin1/typography/blockquote/bt_blockquote_3_icon-1.png") no-repeat left top; }
blockquote.bt_blockquote-3 div div { background: transparent url("../images/skin1/typography/blockquote/bt_blockquote_3_icon-2.png") no-repeat right top; }

blockquote.bt_blockquote-4 { background: transparent url("../images/skin1/typography/blockquote/bt_blockquote_4.png") no-repeat left center; color: #666; }

blockquote.bt_blockquote-5 { background: #C06E25 url("../images/skin1/typography/blockquote/bt_blockquote_5.png") no-repeat right bottom; color: #fff; }

blockquote.bt_blockquote-6 { background: transparent url("../images/skin1/typography/blockquote/bt_blockquote-6.png") no-repeat left top; color: #666; }
blockquote.bt_blockquote-6 p { background: #E2E2E2; }

blockquote.bt_blockquote-7 { background: #C06E25 url("../images/skin1/typography/blockquote/bt_blockquote-7_icon-1.png") no-repeat 15px center; color: #fff; }

/* Message Boxes with Icons
-------------------------------------------------------------- */
p.bt_box_message { border: 1px solid #ccc; color: #666; }
p.icon-1 { background: #EAEAEA url("../images/skin1/typography/box_icons/bt_box_icon-1.png") no-repeat 15px center; }
p.icon-2 { background: #EAEAEA url("../images/skin1/typography/box_icons/bt_box_icon-2.png") no-repeat 10px center; }
p.icon-3 { background: #EAEAEA url("../images/skin1/typography/box_icons/bt_box_icon-3.png") no-repeat 20px center; }
p.icon-4 { background: #EAEAEA url("../images/skin1/typography/box_icons/bt_box_icon-4.png") no-repeat 20px center; }
p.icon-5 { background: #EAEAEA url("../images/skin1/typography/box_icons/bt_box_icon-5.png") no-repeat 15px center; }
p.icon-6 { background: #EAEAEA url("../images/skin1/typography/box_icons/bt_box_icon-6.png") no-repeat 15px center; }
p.icon-7 { background: #EAEAEA url("../images/skin1/typography/box_icons/bt_box_icon-7.png") no-repeat 15px center; }
p.icon-8 { background: #EAEAEA url("../images/skin1/typography/box_icons/bt_box_icon-8.png") no-repeat 20px center; }
p.icon-9 { background: #EAEAEA url("../images/skin1/typography/box_icons/bt_box_icon-9.png") no-repeat 5px center; }
p.icon-10 { background: #EAEAEA url("../images/skin1/typography/box_icons/bt_box_icon-10.png") no-repeat 15px center; }

/* Dropcaps
-------------------------------------------------------------- */
div.bt_dropcap-1 span, div.bt_dropcap-2 span, div.bt_dropcap-3 span, div.bt_dropcap-4 span { color: #C06E25; }
div.bt_dropcap-5 span, div.bt_dropcap-6 span { color: #fff; background: #C06E25; }

div.bt_dropcap-1 span { background: transparent url("../images/skin1/typography/dropcaps/bt_dropcap-1.png") no-repeat 100% center; }
div.bt_dropcap-2 span { background: transparent url("../images/skin1/typography/dropcaps/bt_dropcap-2.png") repeat-x left 95%; }
div.bt_dropcap-6 span { border-bottom: 4px solid #ED9D44; }

/* Highlights
-------------------------------------------------------------- */
span.bt_highlight-1 { background: #E2E2E2; color: #58595B; }
span.bt_highlight-2 { background: #999999; color: #CCCCCC; }
span.bt_highlight-3 { background: #333333; color: #FFFFFF; }
span.bt_highlight-4 { background: #91CB00; color: #FFFFFF; }
span.bt_highlight-5 { background: #A90329; color: #FFFFFF; }
span.bt_highlight-6 { background: #FFAF4B; color: #FFFFFF; }

/* Codes
-------------------------------------------------------------- */
div.bt_code-1 { background: #E1E1E1; border-left: 6px solid #999; color: #666; }
div.bt_code-2 { background: #666; border-left: 6px solid #999; color: #fff; }
div.bt_code-3 { background: #91CB00; border-left: 6px solid #A90329; color: #fff; }
div.bt_code-4 { background: #A90329; border-left: 6px solid #FFAF4B; color: #fff; }
div.bt_code-5 { background: #FBE8C9; border-left: 6px solid #91CB00; color: #666; }
div.bt_code-6 { background: #FFAF4B; border-left: 6px solid #A90329; color: #fff; }

fieldset.bt_code-7 { border: 1px solid #999; color: #666; }
fieldset.bt_code-7 legend { border-left: 1px solid #999; border-right: 1px solid #999; color: #666; }
fieldset.bt_code-8 { border: 1px solid #A90329; color: #666; }
fieldset.bt_code-8 legend { border-left: 1px solid #A90329; border-right: 1px solid #A90329; }
fieldset.bt_code-9 { border: 1px solid #333; }
fieldset.bt_code-9 legend { border-left: 1px solid #333; border-right: 1px solid #333; color: #666; }
fieldset.bt_code-10 { border: 1px solid #FF9900; }
fieldset.bt_code-10 legend { border-left: 1px solid #FF9900; border-right: 1px solid #FF9900; color: #666; }

/* Buttons
-------------------------------------------------------------- */
/* large */
.large_button-1 { background: transparent url("../images/skin1/typography/buttons/large/bt_large_button-1.png") repeat-x !important; color: #999 !important; border: 1px solid #CFCFCF !important; }
.large_button-1:hover { background: transparent url("../images/skin1/typography/buttons/large/bt_large_button-1.png") repeat-x 0 -31px !important; color: #999 !important; }
.large_button-1:active { background: transparent url("../images/skin1/typography/buttons/large/bt_large_button-1.png") repeat-x 0 -61px !important; color: #fff !important; }

.large_button-2 { background: transparent url("../images/skin1/typography/buttons/large/bt_large_button-2.png") repeat-x !important; color: #fff !important; border: 1px solid #666 !important; }
.large_button-2:hover { background: transparent url("../images/skin1/typography/buttons/large/bt_large_button-2.png") repeat-x 0 -31px !important; color: #fff; }
.large_button-2:active { background: transparent url("../images/skin1/typography/buttons/large/bt_large_button-2.png") repeat-x 0 -61px !important; color: #fff; }

.large_button-3 { background: transparent url("../images/skin1/typography/buttons/large/bt_large_button-3.png") repeat-x !important; color: #fff !important; border: 1px solid #5B9400 !important; }
.large_button-3:hover { background: transparent url("../images/skin1/typography/buttons/large/bt_large_button-3.png") repeat-x 0 -31px !important; color: #fff !important; }
.large_button-3:active { background: transparent url("../images/skin1/typography/buttons/large/bt_large_button-3.png") repeat-x 0 -61px !important; color: #fff !important; }

.large_button-4 { background: transparent url("../images/skin1/typography/buttons/large/bt_large_button-4.png") repeat-x !important; color: #fff !important; border: 1px solid #7B0C26 !important; }
.large_button-4:hover { background: transparent url("../images/skin1/typography/buttons/large/bt_large_button-4.png") repeat-x 0 -31px !important; color: #fff !important; }
.large_button-4:active { background: transparent url("../images/skin1/typography/buttons/large/bt_large_button-4.png") repeat-x 0 -61px !important; color: #fff !important; }

.large_button-5 { background: transparent url("../images/skin1/typography/buttons/large/bt_large_button-5.png") repeat-x !important; color: #fff !important; border: 1px solid #D07300 !important; }
.large_button-5:hover { background: transparent url("../images/skin1/typography/buttons/large/bt_large_button-5.png") repeat-x 0 -31px !important; color: #fff !important; }
.large_button-5:active { background: transparent url("../images/skin1/typography/buttons/large/bt_large_button-5.png") repeat-x 0 -61px !important; color: #fff !important; }


/* small */
.small_button-1 { background: transparent url("../images/skin1/typography/buttons/small/bt_small_button-1.png") repeat-x !important; color: #999 !important; border: 1px solid #CFCFCF !important; }
.small_button-1:hover { background: transparent url("../images/skin1/typography/buttons/small/bt_small_button-1.png") repeat-x 0 -20px !important; color: #999 !important; }
.small_button-1:active { background: transparent url("../images/skin1/typography/buttons/small/bt_small_button-1.png") repeat-x 0 -40px !important; color: #fff !important; }

.small_button-2 { background: transparent url("../images/skin1/typography/buttons/small/bt_small_button-2.png") repeat-x !important; color: #fff !important; border: 1px solid #666 !important; }
.small_button-2:hover { background: transparent url("../images/skin1/typography/buttons/small/bt_small_button-2.png") repeat-x 0 -20px !important; color: #fff !important; }
.small_button-2:active { background: transparent url("../images/skin1/typography/buttons/small/bt_small_button-2.png") repeat-x 0 -40px !important; color: #fff !important; }

.small_button-3 { background: transparent url("../images/skin1/typography/buttons/small/bt_small_button-3.png") repeat-x !important; color: #fff !important; border: 1px solid #5B9400 !important; }
.small_button-3:hover { background: transparent url("../images/skin1/typography/buttons/small/bt_small_button-3.png") repeat-x 0 -20px !important; color: #fff !important; }
.small_button-3:active { background: transparent url("../images/skin1/typography/buttons/small/bt_small_button-3.png") repeat-x 0 -40px !important; color: #fff !important; }

.small_button-4 { background: transparent url("../images/skin1/typography/buttons/small/bt_small_button-4.png") repeat-x !important; color: #fff !important; border: 1px solid #7B0C26 !important; }
.small_button-4:hover { background: transparent url("../images/skin1/typography/buttons/small/bt_small_button-4.png") repeat-x 0 -20px !important; color: #fff !important; }
.small_button-4:active { background: transparent url("../images/skin1/typography/buttons/small/bt_small_button-4.png") repeat-x 0 -40px !important; color: #fff !important; }

.small_button-5 { background: transparent url("../images/skin1/typography/buttons/small/bt_small_button-5.png") repeat-x !important; color: #fff !important; border: 1px solid #D07300 !important; }
.small_button-5:hover { background: transparent url("../images/skin1/typography/buttons/small/bt_small_button-5.png") repeat-x 0 -20px !important; color: #fff !important; }
.small_button-5:active { background: transparent url("../images/skin1/typography/buttons/small/bt_small_button-5.png") repeat-x 0 -40px !important; color: #fff !important; }

/* arrow */
.bt_right_arrow_icon-1 { background: #EFEFEF url("../images/skin1/typography/buttons/icon/bt_right_arrow_button-1.png") no-repeat 95% center !important; color: #999 !important; border: 1px solid #CFCFCF !important; }
.bt_right_arrow_icon-1:hover { background: #F3F3F3 url("../images/skin1/typography/buttons/icon/bt_right_arrow_button-1.png") no-repeat 95% center !important; }
.bt_right_arrow_icon-1:active { background: #D9D9D9 url("../images/skin1/typography/buttons/icon/bt_right_arrow_button-1.png") no-repeat 95% center !important; color: #fff !important; }

.bt_right_arrow_icon-2 { background: #999 url("../images/skin1/typography/buttons/icon/bt_right_arrow_button-1.png") no-repeat 95% center !important; color: #fff !important; border: 1px solid #666 !important; }
.bt_right_arrow_icon-2:hover { background: #B3B3B3 url("../images/skin1/typography/buttons/icon/bt_right_arrow_button-1.png") no-repeat 95% center !important; }
.bt_right_arrow_icon-2:active { background: #737373 url("../images/skin1/typography/buttons/icon/bt_right_arrow_button-1.png") no-repeat 95% center !important; }

.bt_right_arrow_icon-3 { background: #91CB00 url("../images/skin1/typography/buttons/icon/bt_right_arrow_button-2.png") no-repeat 95% center !important; color: #fff !important; border: 1px solid #609500 !important; }
.bt_right_arrow_icon-3:hover { background: #ADD840 url("../images/skin1/typography/buttons/icon/bt_right_arrow_button-2.png") no-repeat 95% center !important; }
.bt_right_arrow_icon-3:active { background: #6D9800 url("../images/skin1/typography/buttons/icon/bt_right_arrow_button-2.png") no-repeat 95% center !important; }

.bt_right_arrow_icon-4 { background: #A90329 url("../images/skin1/typography/buttons/icon/bt_right_arrow_button-2.png") no-repeat 95% center !important; color: #fff !important; border: 1px solid #7B0C26 !important; }
.bt_right_arrow_icon-4:hover { background: #B21D3F url("../images/skin1/typography/buttons/icon/bt_right_arrow_button-2.png") no-repeat 95% center !important; }
.bt_right_arrow_icon-4:active { background: #7F021F url("../images/skin1/typography/buttons/icon/bt_right_arrow_button-2.png") no-repeat 95% center !important; }

.bt_right_arrow_icon-5 { background: #FF9900 url("../images/skin1/typography/buttons/icon/bt_right_arrow_button-2.png") no-repeat 95% center !important; color: #fff !important; border: 1px solid #BD5C00 !important; }
.bt_right_arrow_icon-5:hover { background: #FFB340 url("../images/skin1/typography/buttons/icon/bt_right_arrow_button-2.png") no-repeat 95% center !important; }
.bt_right_arrow_icon-5:active { background: #BF7300 url("../images/skin1/typography/buttons/icon/bt_right_arrow_button-2.png") no-repeat 95% center !important; }


/* ICON Buttons
-------------------------------- */
/* save */
.bt_save_icon-1 { background: #EFEFEF url("../images/skin1/typography/buttons/icon/bt_save_button.png") no-repeat 10px center !important; color: #999 !important; border: 1px solid #CFCFCF !important; }
.bt_save_icon-1:hover { background: #FEFEFE url("../images/skin1/typography/buttons/icon/bt_save_button.png") no-repeat 10px center !important; }
.bt_save_icon-1:active { background: #999 url("../images/skin1/typography/buttons/icon/bt_save_button.png") no-repeat 10px center !important; color: #fff !important; }

.bt_save_icon-2 { background: #999 url("../images/skin1/typography/buttons/icon/bt_save_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #666 !important; }
.bt_save_icon-2:hover { background: #B3B3B3 url("../images/skin1/typography/buttons/icon/bt_save_button.png") no-repeat 10px center !important; }
.bt_save_icon-2:active { background: #737373 url("../images/skin1/typography/buttons/icon/bt_save_button.png") no-repeat 10px center !important; }

.bt_save_icon-3 { background: #91CB00 url("../images/skin1/typography/buttons/icon/bt_save_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #609500 !important; }
.bt_save_icon-3:hover { background: #ADD840 url("../images/skin1/typography/buttons/icon/bt_save_button.png") no-repeat 10px center !important; }
.bt_save_icon-3:active { background: #6D9800 url("../images/skin1/typography/buttons/icon/bt_save_button.png") no-repeat 10px center !important; }

.bt_save_icon-4 { background: #A90329 url("../images/skin1/typography/buttons/icon/bt_save_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #7B0C26 !important; }
.bt_save_icon-4:hover { background: #B21D3F url("../images/skin1/typography/buttons/icon/bt_save_button.png") no-repeat 10px center !important; }
.bt_save_icon-4:active { background: #7F021F url("../images/skin1/typography/buttons/icon/bt_save_button.png") no-repeat 10px center !important; }

.bt_save_icon-5 { background: #FF9900 url("../images/skin1/typography/buttons/icon/bt_save_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #BD5C00 !important; }
.bt_save_icon-5:hover { background: #FFB340 url("../images/skin1/typography/buttons/icon/bt_save_button.png") no-repeat 10px center !important; }
.bt_save_icon-5:active { background: #BF7300 url("../images/skin1/typography/buttons/icon/bt_save_button.png") no-repeat 10px center !important; }

/* lock */
.bt_lock_icon-1 { background: #EFEFEF url("../images/skin1/typography/buttons/icon/bt_lock_button.png") no-repeat 10px center !important; color: #999 !important; border: 1px solid #CFCFCF !important; }
.bt_lock_icon-1:hover { background: #FEFEFE url("../images/skin1/typography/buttons/icon/bt_lock_button.png") no-repeat 10px center !important; }
.bt_lock_icon-1:active { background: #999 url("../images/skin1/typography/buttons/icon/bt_lock_button.png") no-repeat 10px center !important; color: #fff !important; }

.bt_lock_icon-2 { background: #999 url("../images/skin1/typography/buttons/icon/bt_lock_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #666 !important; }
.bt_lock_icon-2:hover { background: #B3B3B3 url("../images/skin1/typography/buttons/icon/bt_lock_button.png") no-repeat 10px center !important; }
.bt_lock_icon-2:active { background: #737373 url("../images/skin1/typography/buttons/icon/bt_lock_button.png") no-repeat 10px center !important; }

.bt_lock_icon-3 { background: #91CB00 url("../images/skin1/typography/buttons/icon/bt_lock_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #609500 !important; }
.bt_lock_icon-3:hover { background: #ADD840 url("../images/skin1/typography/buttons/icon/bt_lock_button.png") no-repeat 10px center !important; }
.bt_lock_icon-3:active { background: #6D9800 url("../images/skin1/typography/buttons/icon/bt_lock_button.png") no-repeat 10px center !important; }

.bt_lock_icon-4 { background: #A90329 url("../images/skin1/typography/buttons/icon/bt_lock_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #7B0C26 !important; }
.bt_lock_icon-4:hover { background: #B21D3F url("../images/skin1/typography/buttons/icon/bt_lock_button.png") no-repeat 10px center !important; }
.bt_lock_icon-4:active { background: #7F021F url("../images/skin1/typography/buttons/icon/bt_lock_button.png") no-repeat 10px center !important; }

.bt_lock_icon-5 { background: #FF9900 url("../images/skin1/typography/buttons/icon/bt_lock_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #BD5C00 !important; }
.bt_lock_icon-5:hover { background: #FFB340 url("../images/skin1/typography/buttons/icon/bt_lock_button.png") no-repeat 10px center !important; }
.bt_lock_icon-5:active { background: #BF7300 url("../images/skin1/typography/buttons/icon/bt_lock_button.png") no-repeat 10px center !important; }

/* user */
.bt_user_icon-1 { background: #EFEFEF url("../images/skin1/typography/buttons/icon/bt_user_button.png") no-repeat 10px center !important; color: #999 !important; border: 1px solid #CFCFCF !important; }
.bt_user_icon-1:hover { background: #F3F3F3 url("../images/skin1/typography/buttons/icon/bt_user_button.png") no-repeat 10px center !important; }
.bt_user_icon-1:active { background: #999 url("../images/skin1/typography/buttons/icon/bt_user_button.png") no-repeat 10px center !important; color: #fff !important; }

.bt_user_icon-2 { background: #999 url("../images/skin1/typography/buttons/icon/bt_user_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #666 !important; }
.bt_user_icon-2:hover { background: #B3B3B3 url("../images/skin1/typography/buttons/icon/bt_user_button.png") no-repeat 10px center !important; }
.bt_user_icon-2:active { background: #737373 url("../images/skin1/typography/buttons/icon/bt_user_button.png") no-repeat 10px center !important; }

.bt_user_icon-3 { background: #91CB00 url("../images/skin1/typography/buttons/icon/bt_user_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #609500 !important; }
.bt_user_icon-3:hover { background: #ADD840 url("../images/skin1/typography/buttons/icon/bt_user_button.png") no-repeat 10px center !important; }
.bt_user_icon-3:active { background: #6D9800 url("../images/skin1/typography/buttons/icon/bt_user_button.png") no-repeat 10px center !important; }

.bt_user_icon-4 { background: #A90329 url("../images/skin1/typography/buttons/icon/bt_user_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #7B0C26 !important; }
.bt_user_icon-4:hover { background: #B21D3F url("../images/skin1/typography/buttons/icon/bt_user_button.png") no-repeat 10px center !important; }
.bt_user_icon-4:active { background: #7F021F url("../images/skin1/typography/buttons/icon/bt_user_button.png") no-repeat 10px center !important; }

.bt_user_icon-5 { background: #FF9900 url("../images/skin1/typography/buttons/icon/bt_user_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #BD5C00 !important; }
.bt_user_icon-5:hover { background: #FFB340 url("../images/skin1/typography/buttons/icon/bt_user_button.png") no-repeat 10px center !important; }
.bt_user_icon-5:active { background: #BF7300 url("../images/skin1/typography/buttons/icon/bt_user_button.png") no-repeat 10px center !important; }

/* tick */
.bt_tick_icon-1 { background: #EFEFEF url("../images/skin1/typography/buttons/icon/bt_tick_button.png") no-repeat 10px center !important; color: #999 !important; border: 1px solid #CFCFCF !important; }
.bt_tick_icon-1:hover { background: #F3F3F3 url("../images/skin1/typography/buttons/icon/bt_tick_button.png") no-repeat 10px center !important; }
.bt_tick_icon-1:active { background: #999 url("../images/skin1/typography/buttons/icon/bt_tick_button.png") no-repeat 10px center !important; color: #fff !important; }

.bt_tick_icon-2 { background: #999 url("../images/skin1/typography/buttons/icon/bt_tick_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #666 !important; }
.bt_tick_icon-2:hover { background: #B3B3B3 url("../images/skin1/typography/buttons/icon/bt_tick_button.png") no-repeat 10px center !important; }
.bt_tick_icon-2:active { background: #737373 url("../images/skin1/typography/buttons/icon/bt_tick_button.png") no-repeat 10px center !important; }

.bt_tick_icon-3 { background: #91CB00 url("../images/skin1/typography/buttons/icon/bt_tick_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #609500 !important; }
.bt_tick_icon-3:hover { background: #ADD840 url("../images/skin1/typography/buttons/icon/bt_tick_button.png") no-repeat 10px center !important; }
.bt_tick_icon-3:active { background: #6D9800 url("../images/skin1/typography/buttons/icon/bt_tick_button.png") no-repeat 10px center !important; }

.bt_tick_icon-4 { background: #A90329 url("../images/skin1/typography/buttons/icon/bt_tick_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #7B0C26 !important; }
.bt_tick_icon-4:hover { background: #B21D3F url("../images/skin1/typography/buttons/icon/bt_tick_button.png") no-repeat 10px center !important; }
.bt_tick_icon-4:active { background: #7F021F url("../images/skin1/typography/buttons/icon/bt_tick_button.png") no-repeat 10px center !important; }

.bt_tick_icon-5 { background: #FF9900 url("../images/skin1/typography/buttons/icon/bt_tick_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #BD5C00 !important; }
.bt_tick_icon-5:hover { background: #FFB340 url("../images/skin1/typography/buttons/icon/bt_tick_button.png") no-repeat 10px center !important; }
.bt_tick_icon-5:active { background: #BF7300 url("../images/skin1/typography/buttons/icon/bt_tick_button.png") no-repeat 10px center !important; }

/* rss */
.bt_rss_icon-1 { background: #EFEFEF url("../images/skin1/typography/buttons/icon/bt_rss_button.png") no-repeat 10px center !important; color: #999 !important; border: 1px solid #CFCFCF !important; }
.bt_rss_icon-1:hover { background: #F3F3F3 url("../images/skin1/typography/buttons/icon/bt_rss_button.png") no-repeat 10px center !important; }
.bt_rss_icon-1:active { background: #999 url("../images/skin1/typography/buttons/icon/bt_rss_button.png") no-repeat 10px center !important; color: #fff !important; }

.bt_rss_icon-2 { background: #999 url("../images/skin1/typography/buttons/icon/bt_rss_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #666 !important; }
.bt_rss_icon-2:hover { background: #B3B3B3 url("../images/skin1/typography/buttons/icon/bt_rss_button.png") no-repeat 10px center !important; }
.bt_rss_icon-2:active { background: #737373 url("../images/skin1/typography/buttons/icon/bt_rss_button.png") no-repeat 10px center !important; }

.bt_rss_icon-3 { background: #91CB00 url("../images/skin1/typography/buttons/icon/bt_rss_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #609500 !important; }
.bt_rss_icon-3:hover { background: #ADD840 url("../images/skin1/typography/buttons/icon/bt_rss_button.png") no-repeat 10px center !important; }
.bt_rss_icon-3:active { background: #6D9800 url("../images/skin1/typography/buttons/icon/bt_rss_button.png") no-repeat 10px center !important; }

.bt_rss_icon-4 { background: #A90329 url("../images/skin1/typography/buttons/icon/bt_rss_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #7B0C26 !important; }
.bt_rss_icon-4:hover { background: #B21D3F url("../images/skin1/typography/buttons/icon/bt_rss_button.png") no-repeat 10px center !important; }
.bt_rss_icon-4:active { background: #7F021F url("../images/skin1/typography/buttons/icon/bt_rss_button.png") no-repeat 10px center !important; }

.bt_rss_icon-5 { background: #FF9900 url("../images/skin1/typography/buttons/icon/bt_rss_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #BD5C00 !important; }
.bt_rss_icon-5:hover { background: #FFB340 url("../images/skin1/typography/buttons/icon/bt_rss_button.png") no-repeat 10px center !important; }
.bt_rss_icon-5:active { background: #BF7300 url("../images/skin1/typography/buttons/icon/bt_rss_button.png") no-repeat 10px center !important; }

/* search */
.bt_search_icon-1 { background: #EFEFEF url("../images/skin1/typography/buttons/icon/bt_search_button.png") no-repeat 10px center !important; color: #999 !important; border: 1px solid #CFCFCF !important; }
.bt_search_icon-1:hover { background: #F3F3F3 url("../images/skin1/typography/buttons/icon/bt_search_button.png") no-repeat 10px center !important; }
.bt_search_icon-1:active { background: #999 url("../images/skin1/typography/buttons/icon/bt_search_button.png") no-repeat 10px center !important; color: #fff !important; }

.bt_search_icon-2 { background: #999 url("../images/skin1/typography/buttons/icon/bt_search_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #666 !important; }
.bt_search_icon-2:hover { background: #B3B3B3 url("../images/skin1/typography/buttons/icon/bt_search_button.png") no-repeat 10px center !important; }
.bt_search_icon-2:active { background: #737373 url("../images/skin1/typography/buttons/icon/bt_search_button.png") no-repeat 10px center !important; }

.bt_search_icon-3 { background: #91CB00 url("../images/skin1/typography/buttons/icon/bt_search_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #609500 !important; }
.bt_search_icon-3:hover { background: #ADD840 url("../images/skin1/typography/buttons/icon/bt_search_button.png") no-repeat 10px center !important; }
.bt_search_icon-3:active { background: #6D9800 url("../images/skin1/typography/buttons/icon/bt_search_button.png") no-repeat 10px center !important; }

.bt_search_icon-4 { background: #A90329 url("../images/skin1/typography/buttons/icon/bt_search_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #7B0C26 !important; }
.bt_search_icon-4:hover { background: #B21D3F url("../images/skin1/typography/buttons/icon/bt_search_button.png") no-repeat 10px center !important; }
.bt_search_icon-4:active { background: #7F021F url("../images/skin1/typography/buttons/icon/bt_search_button.png") no-repeat 10px center !important; }

.bt_search_icon-5 { background: #FF9900 url("../images/skin1/typography/buttons/icon/bt_search_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #BD5C00 !important; }
.bt_search_icon-5:hover { background: #FFB340 url("../images/skin1/typography/buttons/icon/bt_search_button.png") no-repeat 10px center !important; }
.bt_search_icon-5:active { background: #BF7300 url("../images/skin1/typography/buttons/icon/bt_search_button.png") no-repeat 10px center !important; }

/* folder */
.bt_folder_icon-1 { background: #EFEFEF url("../images/skin1/typography/buttons/icon/bt_folder_button.png") no-repeat 10px center !important; color: #999 !important; border: 1px solid #CFCFCF !important; }
.bt_folder_icon-1:hover { background: #F3F3F3 url("../images/skin1/typography/buttons/icon/bt_folder_button.png") no-repeat 10px center !important; }
.bt_folder_icon-1:active { background: #999 url("../images/skin1/typography/buttons/icon/bt_folder_button.png") no-repeat 10px center !important; color: #fff !important; }

.bt_folder_icon-2 { background: #999 url("../images/skin1/typography/buttons/icon/bt_folder_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #666 !important; }
.bt_folder_icon-2:hover { background: #B3B3B3 url("../images/skin1/typography/buttons/icon/bt_folder_button.png") no-repeat 10px center !important; }
.bt_folder_icon-2:active { background: #737373 url("../images/skin1/typography/buttons/icon/bt_folder_button.png") no-repeat 10px center !important; }

.bt_folder_icon-3 { background: #91CB00 url("../images/skin1/typography/buttons/icon/bt_folder_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #609500 !important; }
.bt_folder_icon-3:hover { background: #ADD840 url("../images/skin1/typography/buttons/icon/bt_folder_button.png") no-repeat 10px center !important; }
.bt_folder_icon-3:active { background: #6D9800 url("../images/skin1/typography/buttons/icon/bt_folder_button.png") no-repeat 10px center !important; }

.bt_folder_icon-4 { background: #A90329 url("../images/skin1/typography/buttons/icon/bt_folder_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #7B0C26 !important; }
.bt_folder_icon-4:hover { background: #B21D3F url("../images/skin1/typography/buttons/icon/bt_folder_button.png") no-repeat 10px center !important; }
.bt_folder_icon-4:active { background: #7F021F url("../images/skin1/typography/buttons/icon/bt_folder_button.png") no-repeat 10px center !important; }

.bt_folder_icon-5 { background: #FF9900 url("../images/skin1/typography/buttons/icon/bt_folder_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #BD5C00 !important; }
.bt_folder_icon-5:hover { background: #FFB340 url("../images/skin1/typography/buttons/icon/bt_folder_button.png") no-repeat 10px center !important; }
.bt_folder_icon-5:active { background: #BF7300 url("../images/skin1/typography/buttons/icon/bt_folder_button.png") no-repeat 10px center !important; }

/* arrow */
.bt_arrow_icon-1 { background: #EFEFEF url("../images/skin1/typography/buttons/icon/bt_arrow_button.png") no-repeat 10px center !important; color: #999 !important; border: 1px solid #CFCFCF !important; }
.bt_arrow_icon-1:hover { background: #F3F3F3 url("../images/skin1/typography/buttons/icon/bt_arrow_button.png") no-repeat 10px center !important; }
.bt_arrow_icon-1:active { background: #999 url("../images/skin1/typography/buttons/icon/bt_arrow_button.png") no-repeat 10px center !important; color: #fff !important; }

.bt_arrow_icon-2 { background: #999 url("../images/skin1/typography/buttons/icon/bt_arrow_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #666 !important; }
.bt_arrow_icon-2:hover { background: #B3B3B3 url("../images/skin1/typography/buttons/icon/bt_arrow_button.png") no-repeat 10px center !important; }
.bt_arrow_icon-2:active { background: #737373 url("../images/skin1/typography/buttons/icon/bt_arrow_button.png") no-repeat 10px center !important; }

.bt_arrow_icon-3 { background: #91CB00 url("../images/skin1/typography/buttons/icon/bt_arrow_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #609500 !important; }
.bt_arrow_icon-3:hover { background: #ADD840 url("../images/skin1/typography/buttons/icon/bt_arrow_button.png") no-repeat 10px center !important; }
.bt_arrow_icon-3:active { background: #6D9800 url("../images/skin1/typography/buttons/icon/bt_arrow_button.png") no-repeat 10px center !important; }

.bt_arrow_icon-4 { background: #A90329 url("../images/skin1/typography/buttons/icon/bt_arrow_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #7B0C26 !important; }
.bt_arrow_icon-4:hover { background: #B21D3F url("../images/skin1/typography/buttons/icon/bt_arrow_button.png") no-repeat 10px center !important; }
.bt_arrow_icon-4:active { background: #7F021F url("../images/skin1/typography/buttons/icon/bt_arrow_button.png") no-repeat 10px center !important; }

.bt_arrow_icon-5 { background: #FF9900 url("../images/skin1/typography/buttons/icon/bt_arrow_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #BD5C00 !important; }
.bt_arrow_icon-5:hover { background: #FFB340 url("../images/skin1/typography/buttons/icon/bt_arrow_button.png") no-repeat 10px center !important; }
.bt_arrow_icon-5:active { background: #BF7300 url("../images/skin1/typography/buttons/icon/bt_arrow_button.png") no-repeat 10px center !important; }

/* email */
.bt_email_icon-1 { background: #EFEFEF url("../images/skin1/typography/buttons/icon/bt_email_button.png") no-repeat 10px center !important; color: #999 !important; border: 1px solid #CFCFCF !important; }
.bt_email_icon-1:hover { background: #F3F3F3 url("../images/skin1/typography/buttons/icon/bt_email_button.png") no-repeat 10px center !important; }
.bt_email_icon-1:active { background: #999 url("../images/skin1/typography/buttons/icon/bt_email_button.png") no-repeat 10px center !important; color: #fff !important; }

.bt_email_icon-2 { background: #999 url("../images/skin1/typography/buttons/icon/bt_email_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #666 !important; }
.bt_email_icon-2:hover { background: #B3B3B3 url("../images/skin1/typography/buttons/icon/bt_email_button.png") no-repeat 10px center !important; }
.bt_email_icon-2:active { background: #737373 url("../images/skin1/typography/buttons/icon/bt_email_button.png") no-repeat 10px center !important; }

.bt_email_icon-3 { background: #91CB00 url("../images/skin1/typography/buttons/icon/bt_email_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #609500 !important; }
.bt_email_icon-3:hover { background: #ADD840 url("../images/skin1/typography/buttons/icon/bt_email_button.png") no-repeat 10px center !important; }
.bt_email_icon-3:active { background: #6D9800 url("../images/skin1/typography/buttons/icon/bt_email_button.png") no-repeat 10px center !important; }

.bt_email_icon-4 { background: #A90329 url("../images/skin1/typography/buttons/icon/bt_email_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #7B0C26 !important; }
.bt_email_icon-4:hover { background: #B21D3F url("../images/skin1/typography/buttons/icon/bt_email_button.png") no-repeat 10px center !important; }
.bt_email_icon-4:active { background: #7F021F url("../images/skin1/typography/buttons/icon/bt_email_button.png") no-repeat 10px center !important; }

.bt_email_icon-5 { background: #FF9900 url("../images/skin1/typography/buttons/icon/bt_email_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #BD5C00 !important; }
.bt_email_icon-5:hover { background: #FFB340 url("../images/skin1/typography/buttons/icon/bt_email_button.png") no-repeat 10px center !important; }
.bt_email_icon-5:active { background: #BF7300 url("../images/skin1/typography/buttons/icon/bt_email_button.png") no-repeat 10px center !important; }

/* download */
.bt_download_icon-1 { background: #EFEFEF url("../images/skin1/typography/buttons/icon/bt_download_button.png") no-repeat 10px center !important; color: #999 !important; border: 1px solid #CFCFCF !important; }
.bt_download_icon-1:hover { background: #F3F3F3 url("../images/skin1/typography/buttons/icon/bt_download_button.png") no-repeat 10px center !important; }
.bt_download_icon-1:active { background: #999 url("../images/skin1/typography/buttons/icon/bt_download_button.png") no-repeat 10px center !important; color: #fff !important; }

.bt_download_icon-2 { background: #999 url("../images/skin1/typography/buttons/icon/bt_download_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #666 !important; }
.bt_download_icon-2:hover { background: #B3B3B3 url("../images/skin1/typography/buttons/icon/bt_download_button.png") no-repeat 10px center !important; }
.bt_download_icon-2:active { background: #737373 url("../images/skin1/typography/buttons/icon/bt_download_button.png") no-repeat 10px center !important; }

.bt_download_icon-3 { background: #91CB00 url("../images/skin1/typography/buttons/icon/bt_download_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #609500 !important; }
.bt_download_icon-3:hover { background: #ADD840 url("../images/skin1/typography/buttons/icon/bt_download_button.png") no-repeat 10px center !important; }
.bt_download_icon-3:active { background: #6D9800 url("../images/skin1/typography/buttons/icon/bt_download_button.png") no-repeat 10px center !important; }

.bt_download_icon-4 { background: #A90329 url("../images/skin1/typography/buttons/icon/bt_download_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #7B0C26 !important; }
.bt_download_icon-4:hover { background: #B21D3F url("../images/skin1/typography/buttons/icon/bt_download_button.png") no-repeat 10px center !important; }
.bt_download_icon-4:active { background: #7F021F url("../images/skin1/typography/buttons/icon/bt_download_button.png") no-repeat 10px center !important; }

.bt_download_icon-5 { background: #FF9900 url("../images/skin1/typography/buttons/icon/bt_download_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #BD5C00 !important; }
.bt_download_icon-5:hover { background: #FFB340 url("../images/skin1/typography/buttons/icon/bt_download_button.png") no-repeat 10px center !important; }
.bt_download_icon-5:active { background: #BF7300 url("../images/skin1/typography/buttons/icon/bt_download_button.png") no-repeat 10px center !important; }

/* cloud */
.bt_cloud_icon-1 { background: #EFEFEF url("../images/skin1/typography/buttons/icon/bt_cloud_button.png") no-repeat 10px center !important; color: #999 !important; border: 1px solid #CFCFCF !important; }
.bt_cloud_icon-1:hover { background: #F3F3F3 url("../images/skin1/typography/buttons/icon/bt_cloud_button.png") no-repeat 10px center !important; }
.bt_cloud_icon-1:active { background: #999 url("../images/skin1/typography/buttons/icon/bt_cloud_button.png") no-repeat 10px center !important; color: #fff !important; }

.bt_cloud_icon-2 { background: #999 url("../images/skin1/typography/buttons/icon/bt_cloud_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #666 !important; }
.bt_cloud_icon-2:hover { background: #B3B3B3 url("../images/skin1/typography/buttons/icon/bt_cloud_button.png") no-repeat 10px center !important; }
.bt_cloud_icon-2:active { background: #737373 url("../images/skin1/typography/buttons/icon/bt_cloud_button.png") no-repeat 10px center !important; }

.bt_cloud_icon-3 { background: #91CB00 url("../images/skin1/typography/buttons/icon/bt_cloud_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #609500 !important; }
.bt_cloud_icon-3:hover { background: #ADD840 url("../images/skin1/typography/buttons/icon/bt_cloud_button.png") no-repeat 10px center !important; }
.bt_cloud_icon-3:active { background: #6D9800 url("../images/skin1/typography/buttons/icon/bt_cloud_button.png") no-repeat 10px center !important; }

.bt_cloud_icon-4 { background: #A90329 url("../images/skin1/typography/buttons/icon/bt_cloud_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #7B0C26 !important; }
.bt_cloud_icon-4:hover { background: #B21D3F url("../images/skin1/typography/buttons/icon/bt_cloud_button.png") no-repeat 10px center !important; }
.bt_cloud_icon-4:active { background: #7F021F url("../images/skin1/typography/buttons/icon/bt_cloud_button.png") no-repeat 10px center !important; }

.bt_cloud_icon-5 { background: #FF9900 url("../images/skin1/typography/buttons/icon/bt_cloud_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #BD5C00 !important; }
.bt_cloud_icon-5:hover { background: #FFB340 url("../images/skin1/typography/buttons/icon/bt_cloud_button.png") no-repeat 10px center !important; }
.bt_cloud_icon-5:active { background: #BF7300 url("../images/skin1/typography/buttons/icon/bt_cloud_button.png") no-repeat 10px center !important; }

/* cancel */
.bt_cancel_icon-1 { background: #EFEFEF url("../images/skin1/typography/buttons/icon/bt_cancel_button.png") no-repeat 10px center !important; color: #999 !important; border: 1px solid #CFCFCF !important; }
.bt_cancel_icon-1:hover { background: #F3F3F3 url("../images/skin1/typography/buttons/icon/bt_cancel_button.png") no-repeat 10px center !important; }
.bt_cancel_icon-1:active { background: #999 url("../images/skin1/typography/buttons/icon/bt_cancel_button.png") no-repeat 10px center !important; color: #fff !important; }

.bt_cancel_icon-2 { background: #999 url("../images/skin1/typography/buttons/icon/bt_cancel_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #666 !important; }
.bt_cancel_icon-2:hover { background: #B3B3B3 url("../images/skin1/typography/buttons/icon/bt_cancel_button.png") no-repeat 10px center !important; }
.bt_cancel_icon-2:active { background: #737373 url("../images/skin1/typography/buttons/icon/bt_cancel_button.png") no-repeat 10px center !important; }

.bt_cancel_icon-3 { background: #91CB00 url("../images/skin1/typography/buttons/icon/bt_cancel_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #609500 !important; }
.bt_cancel_icon-3:hover { background: #ADD840 url("../images/skin1/typography/buttons/icon/bt_cancel_button.png") no-repeat 10px center !important; }
.bt_cancel_icon-3:active { background: #6D9800 url("../images/skin1/typography/buttons/icon/bt_cancel_button.png") no-repeat 10px center !important; }

.bt_cancel_icon-4 { background: #A90329 url("../images/skin1/typography/buttons/icon/bt_cancel_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #7B0C26 !important; }
.bt_cancel_icon-4:hover { background: #B21D3F url("../images/skin1/typography/buttons/icon/bt_cancel_button.png") no-repeat 10px center !important; }
.bt_cancel_icon-4:active { background: #7F021F url("../images/skin1/typography/buttons/icon/bt_cancel_button.png") no-repeat 10px center !important; }

.bt_cancel_icon-5 { background: #FF9900 url("../images/skin1/typography/buttons/icon/bt_cancel_button.png") no-repeat 10px center !important; color: #fff !important; border: 1px solid #BD5C00 !important; }
.bt_cancel_icon-5:hover { background: #FFB340 url("../images/skin1/typography/buttons/icon/bt_cancel_button.png") no-repeat 10px center !important; }
.bt_cancel_icon-5:active { background: #BF7300 url("../images/skin1/typography/buttons/icon/bt_cancel_button.png") no-repeat 10px center !important; }

/* special */
.special_button-1 { background: transparent url("../images/skin1/typography/buttons/special/bt_special_button-1.png") no-repeat !important; color: #fff !important; }
.special_button-1:hover { background: transparent url("../images/skin1/typography/buttons/special/bt_special_button-1.png") no-repeat 0 -51px !important; color: #fff !important; color: #EC9D44 !important; }
.special_button-1:active { background: transparent url("../images/skin1/typography/buttons/special/bt_special_button-1.png") no-repeat 0 -102px !important; color: #fff !important; }

.special_button-2 { background: transparent url("../images/skin1/typography/buttons/special/bt_special_button-2.png") no-repeat !important; color: #fff !important; }
.special_button-2:hover { background: transparent url("../images/skin1/typography/buttons/special/bt_special_button-2.png") no-repeat 0 -58px !important; color: #fff !important; }
.special_button-2:active { background: transparent url("../images/skin1/typography/buttons/special/bt_special_button-2.png") no-repeat 0 -116px !important; color: #fff !important; }

.special_button-4 { background: transparent url("../images/skin1/typography/buttons/special/bt_special_button-4.png") no-repeat !important; }
.special_button-4:hover { background: transparent url("../images/skin1/typography/buttons/special/bt_special_button-4.png") no-repeat 0 -133px !important; }
.special_button-4:active { background: transparent url("../images/skin1/typography/buttons/special/bt_special_button-4.png") no-repeat 0 -266px !important; }

.special_button-5 { background: transparent url("../images/skin1/typography/buttons/special/bt_special_button-5.png") no-repeat !important; }
.special_button-5:hover { background: transparent url("../images/skin1/typography/buttons/special/bt_special_button-5.png") no-repeat 0 -133px !important; }
.special_button-5:active { background: transparent url("../images/skin1/typography/buttons/special/bt_special_button-5.png") no-repeat 0 -266px !important; }

.special_button-6 { background: transparent url("../images/skin1/typography/buttons/special/bt_special_button-6.png") no-repeat !important; }
.special_button-6:hover { background: transparent url("../images/skin1/typography/buttons/special/bt_special_button-6.png") no-repeat 0 -133px !important; }
.special_button-6:active { background: transparent url("../images/skin1/typography/buttons/special/bt_special_button-6.png") no-repeat 0 -266px !important; }

.special_button-7 { background: transparent url("../images/skin1/typography/buttons/special/bt_special_button-7.png") no-repeat !important; }
.special_button-7:hover { background: transparent url("../images/skin1/typography/buttons/special/bt_special_button-7.png") no-repeat 0 -133px !important; }
.special_button-7:active { background: transparent url("../images/skin1/typography/buttons/special/bt_special_button-7.png") no-repeat 0 -266px !important; }

/* Icons Tips
-------------------------------------------------------------- */
.bt_download { background: transparent url("../images/skin1/typography/icon_tips/bt_download.png") no-repeat left center; }
.bt_user { background: transparent url("../images/skin1/typography/icon_tips/bt_user.png") no-repeat left center; }
.bt_search_icn { background: transparent url("../images/skin1/typography/icon_tips/bt_search.png") no-repeat left center; }
.bt_tick { background: transparent url("../images/skin1/typography/icon_tips/bt_tick.png") no-repeat left center; }
.bt_clock { background: transparent url("../images/skin1/typography/icon_tips/bt_clock.png") no-repeat left center; }
.bt_plus { background: transparent url("../images/skin1/typography/icon_tips/bt_plus.png") no-repeat left center; }
.bt_save { background: transparent url("../images/skin1/typography/icon_tips/bt_save.png") no-repeat left center; }
.bt_rss { background: transparent url("../images/skin1/typography/icon_tips/bt_rss.png") no-repeat left center; }
.bt_pen { background: transparent url("../images/skin1/typography/icon_tips/bt_pen.png") no-repeat left center; }
.bt_negative { background: transparent url("../images/skin1/typography/icon_tips/bt_negative.png") no-repeat left center; }
.bt_positive { background: transparent url("../images/skin1/typography/icon_tips/bt_positive.png") no-repeat left center; }
.bt_lock { background: transparent url("../images/skin1/typography/icon_tips/bt_lock.png") no-repeat left center; }
.bt_email { background: transparent url("../images/skin1/typography/icon_tips/bt_email.png") no-repeat left center; }
.bt_openemail { background: transparent url("../images/skin1/typography/icon_tips/bt_openemail.png") no-repeat left center; }
.bt_folder-1 { background: transparent url("../images/skin1/typography/icon_tips/bt_folder-1.png") no-repeat left center; }
.bt_folder-2 { background: transparent url("../images/skin1/typography/icon_tips/bt_folder-2.png") no-repeat left center; }
.bt_folder-3 { background: transparent url("../images/skin1/typography/icon_tips/bt_folder-3.png") no-repeat left center; }
.bt_blank { background: transparent url("../images/skin1/typography/icon_tips/bt_blank.png") no-repeat left center; }
.bt_arrow-up { background: transparent url("../images/skin1/typography/icon_tips/bt_arrow-up.png") no-repeat left center; }
.bt_arrow-right { background: transparent url("../images/skin1/typography/icon_tips/bt_arrow-right.png") no-repeat left center; }
.bt_arrow-down { background: transparent url("../images/skin1/typography/icon_tips/bt_arrow-down.png") no-repeat left center; }
.bt_arrow-left { background: transparent url("../images/skin1/typography/icon_tips/bt_arrow-left.png") no-repeat left center; }
.bt_doc { background: transparent url("../images/skin1/typography/icon_tips/bt_doc.png") no-repeat left center; }
.bt_remove { background: transparent url("../images/skin1/typography/icon_tips/bt_remove.png") no-repeat left center; }
.bt_cloud { background: transparent url("../images/skin1/typography/icon_tips/bt_cloud.png") no-repeat left center; }
.bt_cancel { background: transparent url("../images/skin1/typography/icon_tips/bt_cancel.png") no-repeat left center; }

/* Special Module Styles
-------------------------------------------------------------- */
.special_mod_style-1 { border-top: 3px solid #A90329; border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; background: #EAEAEA url("../images/skin1/typography/special_module_styles/bt_special_mod-1.png") no-repeat 95% top; }
.special_mod_style-1 span { color: #666; }

.special_mod_style-2 { border-top: 3px solid #91CB00; border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; background: #EAEAEA url("../images/skin1/typography/special_module_styles/bt_special_mod-2.png") no-repeat 95% top; }
.special_mod_style-2 span { color: #666; }

.special_mod_style-3 { border-top: 3px solid #666; border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; background: #EAEAEA url("../images/skin1/typography/special_module_styles/bt_special_mod-3.png") no-repeat 95% top; }
.special_mod_style-3 span { color: #666; }

.special_mod_style-4 { border-top: 3px solid #FFAF4B; border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; background: #EAEAEA url("../images/skin1/typography/special_module_styles/bt_special_mod-4.png") no-repeat 95% top; }
.special_mod_style-4 span { color: #666; }

.special_mod_style-5 { border: 1px solid #ccc; background: #EAEAEA url("../images/skin1/typography/special_module_styles/bt_special_mod-5.png") no-repeat 95% top; }
.special_mod_style-5 span { color: #666; }

.special_mod_style-6 { border: 1px solid #ccc; background: #EAEAEA url("../images/skin1/typography/special_module_styles/bt_special_mod-6.png") no-repeat 95% top; }
.special_mod_style-6 span { color: #666; }

.special_mod_style-7 { border: 1px solid #ccc; background: #EAEAEA url("../images/skin1/typography/special_module_styles/bt_special_mod-7.png") no-repeat 95% top; }
.special_mod_style-7 span { color: #666; }

.special_mod_style-8 { border: 1px solid #ccc; background: #EAEAEA url("../images/skin1/typography/special_module_styles/bt_special_mod-8.png") no-repeat 95% top; }
.special_mod_style-8 span { color: #666; }

.special_mod_style-9 { border: 1px solid #ccc; background: #EAEAEA url("../images/skin1/typography/special_module_styles/bt_special_mod-9.png") no-repeat right 8px; }
.special_mod_style-9 span { color: #666; }

.special_mod_style-10 { border: 1px solid #ccc; background: #EAEAEA url("../images/skin1/typography/special_module_styles/bt_special_mod-10.png") no-repeat right 8px; }
.special_mod_style-10 span { color: #666; }

.special_mod_style-11 { border: 1px solid #ccc; background: #EAEAEA url("../images/skin1/typography/special_module_styles/bt_special_mod-11.png") no-repeat right 8px; }
.special_mod_style-11 span { color: #666; }

.special_mod_style-12 { border: 1px solid #ccc; background: #EAEAEA url("../images/skin1/typography/special_module_styles/bt_special_mod-12.png") no-repeat right 8px; }
.special_mod_style-12 span { color: #666; }

.special_mod_style-13 { border: 1px solid #ccc; background: #EAEAEA url("../images/skin1/typography/special_module_styles/bt_special_mod-13.png") no-repeat right top; }
.special_mod_style-13 span { color: #666; }

.special_mod_style-14 { border: 1px solid #ccc; background: #EAEAEA url("../images/skin1/typography/special_module_styles/bt_special_mod-14.png") no-repeat right top; }
.special_mod_style-14 span { color: #666; }

.special_mod_style-15 { border: 1px solid #ccc; background: #EAEAEA url("../images/skin1/typography/special_module_styles/bt_special_mod-15.png") no-repeat right top; }
.special_mod_style-15 span { color: #666; }

.special_mod_style-16 { border: 1px solid #ccc; background: #EAEAEA url("../images/skin1/typography/special_module_styles/bt_special_mod-16.png") no-repeat right top; }
.special_mod_style-16 span { color: #666; }

.special_mod_style-17 { border: 1px solid #ccc; background: #EAEAEA url("../images/skin1/typography/special_module_styles/bt_special_mod-17.png") no-repeat right top; }
.special_mod_style-17 span { color: #666; }

.special_mod_style-18 { border: 1px solid #ccc; background: #EAEAEA url("../images/skin1/typography/special_module_styles/bt_special_mod-18.png") no-repeat right top; }
.special_mod_style-18 span { color: #666; }

.special_mod_style-19 { border: 1px solid #ccc; background: #EAEAEA url("../images/skin1/typography/special_module_styles/bt_special_mod-19.png") no-repeat right top; }
.special_mod_style-19 span { color: #666; }

.special_mod_style-20 { border: 1px solid #ccc; background: #EAEAEA url("../images/skin1/typography/special_module_styles/bt_special_mod-20.png") no-repeat right top; }
.special_mod_style-20 span { color: #666; }

.special_mod_style-21 { border-top: 1px solid #A90329; border-left: 1px solid #A90329; border-right: 1px solid #A90329; background: #EAEAEA url("../images/skin1/typography/special_module_styles/bt_special_mod-21.png") no-repeat right top; }
.special_mod_style-21-bg { border-right: 19px solid #A90329; border-bottom: 1px solid #A90329; }
.special_mod_style-21 span { color: #666; }

.special_mod_style-22 { border-top: 1px solid #91CB00; border-left: 1px solid #91CB00; border-right: 1px solid #91CB00; background: #EAEAEA url("../images/skin1/typography/special_module_styles/bt_special_mod-22.png") no-repeat right top; }
.special_mod_style-22-bg { border-right: 19px solid #91CB00; border-bottom: 1px solid #91CB00; }
.special_mod_style-22 span { color: #666; }

.special_mod_style-23 { border-top: 1px solid #666; border-left: 1px solid #666; border-right: 1px solid #666; background: #EAEAEA url("../images/skin1/typography/special_module_styles/bt_special_mod-23.png") no-repeat right top; }
.special_mod_style-23-bg { border-right: 19px solid #666; border-bottom: 1px solid #666; }
.special_mod_style-23 span { color: #666; }

.special_mod_style-24 { border-top: 1px solid #FFAF4B; border-left: 1px solid #FFAF4B; border-right: 1px solid #FFAF4B; background: #EAEAEA url("../images/skin1/typography/special_module_styles/bt_special_mod-24.png") no-repeat right top; }
.special_mod_style-24-bg { border-right: 19px solid #FFAF4B; border-bottom: 1px solid #FFAF4B; }
.special_mod_style-24 span { color: #666; }

.special_mod_style-25 { background: #A90329 url("../images/skin1/typography/special_module_styles/bt_special_mod-25.png") no-repeat right top; border-left: 1px solid #A90329; border-right: 1px solid #FFAF4B; }
.special_mod_style-25-bg { background: #A90329; color: #fff; border-right: 19px solid #FFAF4B; }
.special_mod_style-25 span { color: #fff; }

.special_mod_style-26 { background: #91CB00 url("../images/skin1/typography/special_module_styles/bt_special_mod-26.png") no-repeat right top; border-left: 1px solid #91CB00; border-right: 1px solid #A90329; }
.special_mod_style-26-bg { background: #91CB00; color: #fff; border-right: 19px solid #A90329; }
.special_mod_style-26 span { color: #fff; }

.special_mod_style-27 { background: #666 url("../images/skin1/typography/special_module_styles/bt_special_mod-27.png") no-repeat right top; border-left: 1px solid #666; border-right: 1px solid #91CB00; }
.special_mod_style-27-bg { background: #666; color: #fff; border-right: 19px solid #91CB00; }
.special_mod_style-27 span { color: #fff; }

.special_mod_style-28 { background: #FFAF4B url("../images/skin1/typography/special_module_styles/bt_special_mod-28.png") no-repeat right top; border-left: 1px solid #FFAF4B; border-right: 1px solid #666; }
.special_mod_style-28-bg { background: #FFAF4B; color: #fff; border-right: 19px solid #666; }
.special_mod_style-28 span { color: #fff; }

/* Bubbles
-------------------------------------------------------------- */
/* bubble 1,2 */
.default-1-a p, .default-author-1-a, .default-1-b p, .default-author-1-b, .default-1-c p, .default-author-1-c, .default-1-d p, .default-author-1-d, .default-author-2-a, .default-author-2-b, .default-author-2-c, .default-author-2-d { color: #666; }

.default-2-a p, .default-2-b p, .default-2-c p, .default-2-d p { color: #fff; }

.default-1-a { border: 1px solid #999; background: #fff; }
.default-author-1-a { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-1-a.png") no-repeat right top; }

.default-1-b { border: 1px solid #91CB00; background: #fff; }
.default-author-1-b { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-1-b.png") no-repeat right top; }

.default-1-c { border: 1px solid #7B0C26; background: #fff; }
.default-author-1-c { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-1-c.png") no-repeat right top; }

.default-1-d { border: 1px solid #FF9900; background: #fff; }
.default-author-1-d { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-1-d.png") no-repeat right top; }

.default-2-a { border: 1px solid #999; background: #999; }
.default-author-2-a { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-2-a.png") no-repeat right top; }

.default-2-b { border: 1px solid #91CB00; background: #91CB00; }
.default-author-2-b { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-2-b.png") no-repeat right top; }

.default-2-c { border: 1px solid #A90329; background: #A90329; }
.default-author-2-c { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-2-c.png") no-repeat right top; }

.default-2-d { border: 1px solid #FFAF4B; background: #FFAF4B; }
.default-author-2-d { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-2-d.png") no-repeat right top; }

/* bubble 3, 4 */
div.bt_bubble_author-3, div.bt_bubble_author-4 { color: #666; }

.default_rounded-3-a { border: 5px solid #999; background: #fff; }
.default_rounded-3-a p { color: #666; }
.default_rounded-author-3-a { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-3-a.png") no-repeat 88% top; }

.default_rounded-3-b { border: 5px solid #91CB00; background: #fff; }
.default_rounded-3-b p { color: #666; }
.default_rounded-author-3-b { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-3-b.png") no-repeat 88% top; }

.default_rounded-3-c { border: 5px solid #A90329; background: #fff; }
.default_rounded-3-c p { color: #666; }
.default_rounded-author-3-c { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-3-c.png") no-repeat 88% top; }

.default_rounded-3-d { border: 5px solid #FFAF4B; background: #fff; }
.default_rounded-3-d p { color: #666; }
.default_rounded-author-3-d { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-3-d.png") no-repeat 88% top; }

.default_rounded-4-a { border: 5px solid #999; background: #999; }
.default_rounded-4-a p { color: #fff; }
.default_rounded-author-4-a { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-3-a.png") no-repeat 88% top; }

.default_rounded-4-b { border: 5px solid #91CB00; background: #91CB00; }
.default_rounded-4-b p { color: #fff; }
.default_rounded-author-4-b { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-3-b.png") no-repeat 88% top; }

.default_rounded-4-c { border: 5px solid #A90329; background: #A90329; }
.default_rounded-4-c p { color: #fff; }
.default_rounded-author-4-c { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-3-c.png") no-repeat 88% top; }

.default_rounded-4-d { border: 5px solid #FFAF4B; background: #FFAF4B; }
.default_rounded-4-d p { color: #fff; }
.default_rounded-author-4-d { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-3-d.png") no-repeat 88% top; }

/* bubble 5,6 */
.default-5-a { border: 1px solid #999; background: #fff; }
.default-5-a p { color: #333; }
.default-author-5-a { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-5-a.png") no-repeat right top; color: #666; }

.default-5-b { border: 1px solid #91CB00; background: #fff; }
.default-5-b p { color: #333; }
.default-author-5-b { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-5-b.png") no-repeat right top; color: #666; }

.default-5-c { border: 1px solid #A90329; background: #fff; }
.default-5-c p { color: #333; }
.default-author-5-c { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-5-c.png") no-repeat right top; color: #666; }

.default-5-d { border: 1px solid #FFAF4B; background: #fff; }
.default-5-d p { color: #333; }
.default-author-5-d { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-5-d.png") no-repeat right top; color: #666; }

.default-6-a { border: 1px solid #999; background: #999; }
.default-6-a p { color: #fff; }
.default-author-6-a { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-6-a.png") no-repeat right top; color: #666; }

.default-6-b { border: 1px solid #91CB00; background: #91CB00; }
.default-6-b p { color: #fff; }
.default-author-6-b { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-6-b.png") no-repeat right top; color: #666; }

.default-6-c { border: 1px solid #A90329; background: #A90329; }
.default-6-c p { color: #fff; }
.default-author-6-c { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-6-c.png") no-repeat right top; color: #666; }

.default-6-d { border: 1px solid #FFAF4B; background: #FFAF4B; }
.default-6-d p { color: #fff; }
.default-author-6-d { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-6-d.png") no-repeat right top; color: #666; }

/* bubble 7 */
.clip-7-a { background: #999; border-bottom: 8px solid #666; }
.clip-7-a p { color: #fff; }
.tl-7-a { background: transparent url("../images/skin1/typography/bubbles/bt_bubble_clip-7-a-left.png") bottom left repeat-x; }
.tr-7-a { background: transparent url("../images/skin1/typography/bubbles/bt_bubble_clip-7-a-right.png") bottom right no-repeat; }
.clip-author-7-a { background: transparent url("../images/skin1/typography/bubbles/bt_bubble_author-7-a.png") no-repeat center top; color: #666; }

.clip-7-b { background: #91CB00; border-bottom: 8px solid #A90329; }
.clip-7-b p { color: #fff; }
.tl-7-b { background: transparent url("../images/skin1/typography/bubbles/bt_bubble_clip-7-b-left.png") bottom left repeat-x; }
.tr-7-b { background: transparent url("../images/skin1/typography/bubbles/bt_bubble_clip-7-b-right.png") bottom right no-repeat; }
.clip-author-7-b { background: transparent url("../images/skin1/typography/bubbles/bt_bubble_author-7-b.png") no-repeat center top; color: #666; }

.clip-7-c { background: #A90329; border-bottom: 8px solid #91CB00; }
.clip-7-c p { color: #fff; }
.tl-7-c { background: transparent url("../images/skin1/typography/bubbles/bt_bubble_clip-7-c-left.png") bottom left repeat-x; }
.tr-7-c { background: transparent url("../images/skin1/typography/bubbles/bt_bubble_clip-7-c-right.png") bottom right no-repeat; }
.clip-author-7-c { background: transparent url("../images/skin1/typography/bubbles/bt_bubble_author-7-c.png") no-repeat center top; color: #666; }

.clip-7-d { background: #FFAF4B; border-bottom: 8px solid #A90329; }
.clip-7-d p { color: #fff; }
.tl-7-d { background: transparent url("../images/skin1/typography/bubbles/bt_bubble_clip-7-d-left.png") bottom left repeat-x; }
.tr-7-d { background: transparent url("../images/skin1/typography/bubbles/bt_bubble_clip-7-d-right.png") bottom right no-repeat; }
.clip-author-7-d { background: transparent url("../images/skin1/typography/bubbles/bt_bubble_author-7-d.png") no-repeat center top; color: #666; }

/* bubble 8, 9 */
/* bubble 8 */
.top-8-a { border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;  background: #fff; }
.top-8-a p { color: #999; }
.tl-8-a { background: #A90329 url("../images/skin1/typography/bubbles/bt_bubble-8-a-left.png") 0 0 repeat-y; }
.tr-8-a { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-8-a-right.png") 100% 0 repeat-y; }
.txt-8-a { color: #fff; }

.top-8-b { border-left: 1px solid #91CB00; border-right: 1px solid #91CB00; border-bottom: 1px solid #91CB00; background: #fff; }
.top-8-b p { color: #999; }
.tl-8-b { background: #FFAF4B url("../images/skin1/typography/bubbles/bt_bubble-8-b-left.png") 0 0 repeat-y; }
.tr-8-b { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-8-b-right.png") 100% 0 repeat-y; }
.txt-8-b { color: #fff; }

.top-8-c { border-left: 1px solid #A90329; border-right: 1px solid #A90329; border-bottom: 1px solid #A90329; background: #fff; }
.top-8-c p { color: #999; }
.tl-8-c { background: #91CB00 url("../images/skin1/typography/bubbles/bt_bubble-8-c-left.png") 0 0 repeat-y; }
.tr-8-c { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-8-c-right.png") 100% 0 repeat-y; }
.txt-8-c { color: #fff; }

.top-8-d { border-left: 1px solid #FF9900; border-right: 1px solid #FF9900; border-bottom: 1px solid #FF9900; background: #fff; }
.top-8-d p { color: #999; }
.tl-8-d { background: #A90329 url("../images/skin1/typography/bubbles/bt_bubble-8-d-left.png") 0 0 repeat-y; }
.tr-8-d { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-8-d-right.png") 100% 0 repeat-y; }
.txt-8-d { color: #fff; }

/* bubble 9 */
.top-9-a { background: #FFAF4B; }
.top-9-a p { color: #fff; }
.tl-9-a { background: #A90329 url("../images/skin1/typography/bubbles/bt_bubble-9-a-left.png") 0 0 repeat-y; }
.tr-9-a { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-9-a-right.png") 100% 0 repeat-y; }
.txt-9-a { color: #fff; }

.top-9-b { background: #91CB00; }
.top-9-b p { color: #fff; }
.tl-9-b { background: #FFAF4B url("../images/skin1/typography/bubbles/bt_bubble-9-b-left.png") 0 0 repeat-y; }
.tr-9-b { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-9-b-right.png") 100% 0 repeat-y; }
.txt-9-b { color: #fff; }

.top-9-c { background: #A90329; }
.top-9-c p { color: #fff; }
.tl-9-c { background: #91CB00 url("../images/skin1/typography/bubbles/bt_bubble-9-c-left.png") 0 0 repeat-y; }
.tr-9-c { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-9-c-right.png") 100% 0 repeat-y; }
.txt-9-c { color: #fff; }

.top-9-d { background: #FFAF4B; }
.top-9-d p { color: #fff; }
.tl-9-d { background: #A90329 url("../images/skin1/typography/bubbles/bt_bubble-9-d-left.png") 0 0 repeat-y; }
.tr-9-d { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-9-d-right.png") 100% 0 repeat-y; }
.txt-9-d { color: #fff; }

/* bubble 10, 11 */
div.bt_bubble_author-10, div.bt_bubble_author-11 { color: #666; }

.rounded-10-a { border: 3px solid #999; background: #999; }
.rounded-10-a div { background: #fff; }
.rounded-10-a div p { color: #999; }
.rounded-author-10-a { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-10-a.png") no-repeat 85% top; }

.rounded-10-b { border: 3px solid #91CB00; background: #91CB00; }
.rounded-10-b div { background: #fff; }
.rounded-10-b div p { color: #999; }
.rounded-author-10-b { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-10-b.png") no-repeat 85% top; }

.rounded-10-c { border: 3px solid #A90329; background: #A90329; }
.rounded-10-c div { background: #fff; }
.rounded-10-c div p { color: #999; }
.rounded-author-10-c { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-10-c.png") no-repeat 85% top; }

.rounded-10-d { border: 3px solid #FFAF4B; background: #FFAF4B; }
.rounded-10-d div { background: #fff; }
.rounded-10-d div p { color: #999; }
.rounded-author-10-d { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-10-d.png") no-repeat 85% top; }

.rounded-11-a { border: 5px solid #999; background: #fff; }
.rounded-11-a div { background: #999; }
.rounded-11-a div p { color: #fff; }
.rounded-author-11-a { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-11-a.png") no-repeat 85% top; }

.rounded-11-b { border: 5px solid #91CB00; background: #fff; }
.rounded-11-b div { background: #91CB00; }
.rounded-11-b div p { color: #fff; }
.rounded-author-11-b { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-11-b.png") no-repeat 85% top; }

.rounded-11-c { border: 5px solid #91CB00; background: #fff; }
.rounded-11-c div { background: #A90329; }
.rounded-11-c div p { color: #fff; }
.rounded-author-11-c { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-11-c.png") no-repeat 85% top; }

.rounded-11-d { border: 5px solid #A90329; background: #fff; }
.rounded-11-d div { background: #FFAF4B; }
.rounded-11-d div p { color: #fff; }
.rounded-author-11-d { background: transparent url("../images/skin1/typography/bubbles/bt_bubble-11-d.png") no-repeat 85% top; }











/*MAX CUSTOM */


.mod-languages ul li{
	margin:0;
	padding: 0;
	
}

.mod-languages ul li:not(:first-child){
	margin-left: 6px;
}

#bt_toolbar_social_div .bt_sub_toolbar{
	padding:0
}

#mod-finder-advanced li{
	padding-left:0px;
}

#mod-finder-advanced #tax-author{
	margin-left: 30px;
	width: 110px;
} 
#mod-finder-advanced #tax-category{
	margin-left: 4px;
	width: 110px;
}
#mod-finder-advanced #tax-type{
	margin-left: 43px;
	width: 110px;
}
img[src="https://bs.yandex.ru/informer/30413387/3_0_FFFFFFFF_EFEFEFFF_0_pageviews"]{
	display:none !important;
}
.bt_content_title a{
	font-size: 18px;
}
.title.pane-toggler-down span, .pane-toggler.title span{
	font-size: 16px;
}

#mod-finder-searchform[action="/en/component/finder/search"] #mod-finder-advanced #tax-author{
	margin-left: 33px;
}

#mod-finder-searchform[action="/en/component/finder/search"] #mod-finder-advanced #tax-category{
	  margin-left: 20px;
}
}
