body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote{margin:0;padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%;}
ul{list-style:none;}
address, caption, cite, code, dfn, th, var{font-style:normal;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
fieldset, img{border:0;}
caption, th{text-align:left;}
q:before, q:after{content:'';}
a{text-decoration:none;color:#33c;}
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section{display:block;}
audio, canvas, video{display:inline-block;*display:inline;*zoom:1;}
audio:not([controls]){display:none;}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
sub, sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
button, input, select, textarea{margin:0;font-size:100%;vertical-align:middle;}
button, input{*overflow:visible;line-height:normal;}
button::-moz-focus-inner, input::-moz-focus-inner{padding:0;border:0;}
button, input[type="button"], input[type="reset"], input[type="submit"]{cursor:pointer;-webkit-appearance:button;}
input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield;}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;}
textarea{overflow:auto;vertical-align:top;}
*:hover, *:active, *:focus, input:focus, textarea:focus{outline:none !important;}
img, embed, video, .scale{max-width:100%;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#mapcanvas img, .gmnoprint img{max-width:none;}
input, textarea, .uneditable-input{width:auto;}
.strona{width:100%;max-width:1160px;margin:0 auto;}
.prawa{float:right;margin:0;padding:0;}
.lewa{float:left;margin:0;padding:0;}
@media (min-width:979px){.prawa{width:27%;margin:0;padding:0;}
.lewa{width:72.5%;margin:0;padding:0;}
}
@media (max-width:979px){.prawa, .lewa{width:100%;margin:0;padding:0;}
}
.text-article a{text-decoration:underline;}
.podobne{color:#747474!important;font-size:1em!important;}
.content-module ul.menu li{padding:5px;}
.viewport img{margin-right:10px;padding:3px;border:1px solid #ddd;background:#eee;}
.viewport a span{padding:5px 10px 0 10px;font-size:0.9em;}
em{font-style:italic;}
small{font-size:85%;}
h1, h2, h3, h4{padding:10px 0 10px 0;font-weight:normal;line-height:1;text-rendering:optimizelegibility;}
h1, .componentheading{display:block;margin:0px 4px 14px 0;border-bottom:1px dotted #ddd;}
h1,h1.componentheading, h1.contentpagetitle, h1.contentheading, .componentheading{font-size:2.2em!important;color:#201730;font-weight:normal!important;font-variant:small-caps;letter-spacing:0px;}
.main_component h1{color:#201730;}
.text-article h2{font-size:1.8em;margin-bottom:8px;color:#201730;font-variant:normal;letter-spacing:0px;font-weight:normal!important;}
h2{font-size:2em;margin-bottom:8px;color:#201730;font-variant:small-caps;letter-spacing:0px;}
h2 a{color:#201730;text-decoration:none;}
h2 a:hover{text-decoration:none;color:#201730;}
h2.contentheading{padding:4px 0;}
h4{font-size:110%;}
h5{font-size:100%;}
h3{padding:0 0 0 0;font-weight:normal;line-height:1.4;text-rendering:optimizelegibility;}
h3, pre{font-size:1.2em!important;font-weight:bold;margin:10px!important;}
.content-module span a{margin:5px!important;padding:5px!important;line-height:2.5em;background:#eeeeee;}
body{color:#403750;font:normal 1em/1.4 arial, sans-serif;cursor:default;}
body{background:#f4f4f6;}
h3.module{font-size:1.6em!important;font-weight:normal!important;font-variant:small-caps;letter-spacing:0px;margin:3px!important;}
h3.module{color:#201730!important;}
.border h3{color:#fff!important;font-family:tahoma!important;}
.border a{color:#fff!important;font-family:tahoma!important;}
.text-article h3{color:#403750;}


p{line-height:2em!important;margin:15px 0 15px 0;}



html {scroll-behavior: smooth;}

.main_component .jmessage ul, .main_component .jmessage ol {margin:10px 0 16px 6px;line-height:2em;}

.main_component .jmessage ul li {background:url(../images/list_bullet.png) 5px 10px no-repeat;padding-left:21px;list-style:none;margin:6px 0;line-height:2em;}

.main_component .jmessage ol li {padding-left:21px;list-style:none;margin:6px 0;line-height:2em;}

/* do accordion   */


    .faq-container {
    max-width: 800px;
    margin: 10px auto;
    padding: 10px;
    font-family: sans-serif;
  }

  .faq-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .faq-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
  }

  .faq-question {
    cursor: pointer;
    padding: 15px;
    background-color: #f0f0f0;
    font-weight: bold;
    position: relative;
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background-color: #fff;
    padding: 0 15px;
  }

  .faq-item.active .faq-answer {
    max-height: 1000px;
    padding: 15px;
  }

  .faq-question::after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 18px;
    transition: transform 0.3s;
  }

  .faq-item.active .faq-question::after {
    content: "-";
    transform: rotate(180deg);
  }







strong, bold{font-weight:bold;}
em{font-style:italic;}
small{font-size:85%;}
.green, .green > div{background-color:#486597!important;color:#fff!important;padding:5px;}
.green a, .green h3{color:#fff!important;}
.border1, .border1 > div{margin:5px 5px 5px 5px;}
.border1 a, .border1 h3{}
.mt_snews_s3 a{font-size:1em!important;}
.mt_snews_s3{}
img, embed, video, .scale{max-width:100%;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
img{margin:0px;padding:0px;}
a img{border:none;}
a.image, a.image:hover{border:0px;}
table img{padding:3px;background:#ffffff;margin-left:0px;margin-right:5px;border:1px solid #eeeeee;}
.article img{padding:3px;background:#ffffff;margin-left:0px;margin-right:5px;border:1px solid #eeeeee;}
.text-article p img{padding:3px;background:#ffffff;margin-left:0px;margin-right:5px;border:1px solid #eeeeee;}
.text-article strong img{padding:3px;background:#ffffff;margin-left:0px;margin-right:5px;border:1px solid #eeeeee;}
.latestnewsborder a,.latestnewslight a,.latestnewsdark a, .latestnewsshadow a{line-height:2em;padding-left:15px;background:transparent url(../images/list-bullet.png) 0px 4px no-repeat;}
.mostreadborder a, .mostreadlight a, .mostreaddark a, .mostreadshadow a{line-height:2em;padding-left:15px;background:transparent url(../images/list-bullet.png) 0px 4px no-repeat;}
.blog_more ul a.blogsection{line-height:1.5em;}
html{}
body{position:relative;margin:0;text-align:left;}
.bg-body-fixed{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;}
.container-site{position:relative;width:980px;margin:0 auto;padding:0 12px;min-height:450px;background:transparent url(../images/bg-bottom.png) 50% 100% no-repeat;z-index:1;}
.top-aside{position:relative;height:40px;z-index:1;}
.top_menu{float:right;padding:2px 0 0 10px;}
#translate{float:right;padding:9px 0 0 12px;}
#jflanguageselection{margin:0;}
.rawimages{margin-top:0px;}
.website-header{position:relative;margin-bottom:0px;z-index:10;}
.no-image .barre-fixed{margin-bottom:0px;}
.barre-fixed{position:fixed !important;top:0;left:auto;background:transparent url(../images/blue-70.png) 0 0 repeat;-moz-box-shadow:-1px 5px 5px rgba(0,0,0, 0.6);-webkit-box-shadow:-1px 5px 5px rgba(0,0,0, 0.6);box-shadow:-1px 5px 5px rgba(0,0,0, 0.6);z-index:10;}
#box-website-header{z-index:2;}
.barre-normal .dark-background-bottom{background:transparent url(../images/blue-70.png) 0 0 repeat;z-index:10;}
.barre-fixed .dark-background-bottom{width:100%;background-image:none;z-index:10;}
.drop-down span.title_menu{display:none;}
#search{float:right;padding:8px 0px 0px 0px;}
.search{position:relative;z-index:1;}
#search .inputbox{border:none;-moz-border-radius:8px;-webkit-border-radius:8px;-khtml-border-radius:8px;border-radius:8px;padding:5px 20px 4px 10px !important;width:94px;font-size:90%;color:#888;margin-left:44px;background:transparent url(../images/black-04.png) 0 0 repeat;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}
#search .inputbox:hover, #search .inputbox:focus{border:none;color:rgba(0,0,0, 0.85);background:transparent url(../images/black-07.png) 0 0 repeat;-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.4) inset;-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.4) inset;box-shadow:1px 1px 2px rgba(0, 0, 0, 0.4) inset;}
#search .inputbox:focus{color:#444;width:134px;margin-left:4px;}
#search .button{position:absolute;top:6px;right:6px;z-index:2;}
.search input.button{border:none;background-image:none;}
#search label{display:none;}
.top-module-position{position:relative;padding-top:10px;z-index:1;}
.bottom-module-position{position:relative;margin-top:5px;z-index:1;}
.breadcrumb{position:relative;overflow:hidden;margin:0 0 0 10px;padding:0;height:18px;font-size:85%;background-color:transparent;z-index:1;}
.breadcrumb h3{display:none;}
.breadcrumbs a:first-child{display:inline-block;text-indent:-9999px;background:transparent url(../images/home.png) 0 -5px no-repeat;width:14px;height:16px;margin-right:5px;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;}
.breadcrumbs a:first-child:hover{background:transparent url(../images/home.png) 0 -21px no-repeat;}
.middle-site{position:relative;padding:0px 0px 20px 0;z-index:1;}
.left_column{position:relative;float:left;width:20%;padding:0;margin:0px 20px 0px 0;z-index:1;}
.right_column{position:relative;overflow:hidden;padding:0px 0 0px 0px;z-index:1;}
.right-module-position{float:right;width:180px;margin-left:10px;}
.right-module-position .moduletable{position:relative;z-index:1;}
.main_component{position:relative;overflow:hidden;min-height:300px;padding:10px 10px;-moz-border-radius:10px;-webkit-border-radius:10px;-khtml-border-radius:10px;border-radius:10px;border-top:1px solid rgba(0,0,0,0.08);z-index:1;}
.users_top, .users_bottom{margin:0;padding:0px 0 10px 0;clear:both;width:100%;}
.user1, .user4{float:left;margin-right:5px;padding-right:5px;}
.user3, .user6{float:right;margin-left:5px;padding-left:5px;}
.user2, .user5{position:relative;overflow:hidden;}
.gora1{float:left;margin-right:5px;padding-right:5px;}
.gora3{float:right;margin-left:5px;padding-left:5px;}
.gora2{position:relative;overflow:hidden;}
.gora4{float:left;margin-right:5px;padding-right:5px;}
.gora6{float:right;margin-left:5px;padding-left:5px;}
.gora5{position:relative;overflow:hidden;}
.gora7{float:left;margin-right:5px;padding-right:5px;}
.gora9{float:right;margin-left:5px;padding-left:5px;}
.gora8{position:relative;overflow:hidden;}
.gora10{float:left;margin-right:5px;padding-right:5px;}
.gora12{float:right;margin-left:5px;padding-left:5px;}
.gora11{position:relative;overflow:hidden;}
.dol1{float:left;margin-right:5px;padding-right:5px;}
.dol3{float:right;margin-left:5px;padding-left:5px;}
.dol2{position:relative;overflow:hidden;}
.dol4{float:left;margin-right:5px;padding-right:5px;}
.dol6{float:right;margin-left:5px;padding-left:5px;}
.dol5{position:relative;overflow:hidden;}
.dol7{float:left;margin-right:5px;padding-right:5px;}
.dol9{float:right;margin-left:5px;padding-left:5px;}
.dol8{position:relative;overflow:hidden;}
.user1, .user2, .user3, .user4, .user5, .user6{min-height:40px;height:auto !important;height:40px;}
.gora1, .gora2, .gora3, .gora4, .gora5, .gora6, .gora7, .gora8, .gora9, .gora10, .gora11, .gora12, .dol1, .dol2, .dol3, .dol4, .dol5, .dol6, .dol7, .dol8, .dol9{min-height:40px;height:auto !important;height:40px;}
.left_column .moduletable, .right-module-position .moduletable, .top-module-position .moduletable, .bottom-module-position .moduletable,
.users_top .moduletable, .users_bottom .moduletable{margin-top:15px;}
.moduletable:first-child{margin-top:0px !important;}
.left_column .moduletable > div, .right-module-position .moduletable > div, .top-module-position .moduletable > div, .bottom-module-position .moduletable > div,
.user1 .moduletable > div, .user2 .moduletable > div, .user3 .moduletable > div, .user4 .moduletable > div, .user5 .moduletable > div, .user6 .moduletable > div,
.address .moduletable > div, .translate .moduletable > div, .search .moduletable > div, top_menu .moduletable > div, .bottom_menu .moduletable > div,
.dol1 .moduletable > div,
.dol2 .moduletable > div,
.dol3 .moduletable > div,
.dol4 .moduletable > div,
.dol5 .moduletable > div,
.dol6 .moduletable > div,
.dol7 .moduletable > div,
.dol8 .moduletable > div,
.dol9 .moduletable > div,
.gora1 .moduletable > div,
.gora2 .moduletable > div,
.gora3 .moduletable > div,
.gora4 .moduletable > div,
.gora5 .moduletable > div,
.gora6 .moduletable > div,
.gora7 .moduletable > div,
.gora8 .moduletable > div,
.gora9 .moduletable > div,
.gora10 .moduletable > div,
.gora11 .moduletable > div,
.gora12 .moduletable > div{padding:10px;-moz-border-radius:6px;-webkit-border-radius:6px;-khtml-border-radius:6px;border-radius:6px;}
.address .dark > div, .translate .dark > div, .search .dark > div, top_menu .dark > div, .bottom_menu .dark > div,
.address .light > div, .translate .light > div, .search .light > div, top_menu .light > div, .bottom_menu .light > div,
.address .border > div, .translate .border > div, .search .border > div, top_menu .border > div, .bottom_menu .border > div{padding:20px;}
.moduletable.shadow{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;border:none;margin-bottom:0!important;}
.left_column .dark > div, .right-module-position .dark > div, .top-module-position .dark > div, .bottom-module-position .dark > div, .user1 .dark > div, .user2 .dark > div, .user3 .dark > div, .user4 .dark > div, .user5 .dark > div, .user6 .dark > div,
.address .dark > div, .translate .dark > div, .search .dark > div, top_menu .dark > div, .bottom_menu .dark > div,
.dol1 .dark > div,
.dol2 .dark > div,
.dol3 .dark > div,
.dol4 .dark > div,
.dol5 .dark > div,
.dol6 .dark > div,
.dol7 .dark > div,
.dol8 .dark > div,
.dol9 .dark > div,
.gora1 .dark > div,
.gora2 .dark > div,
.gora3 .dark > div,
.gora4 .dark > div,
.gora5 .dark > div,
.gora6 .dark > div,
.gora7 .dark > div,
.gora8 .dark > div,
.gora9 .dark > div,
.gora10 .dark > div,
.gora11 .dark > div,
.gora12 .dark > div{background:transparent url(../images/black-05.png) 0 0 repeat;}
.left_column .light > div, .right-module-position .light > div, .top-module-position .light > div, .bottom-module-position .light > div, .user1 .light > div, .user2 .light > div, .user3 .light > div, .user4 .light > div, .user5 .light > div, .user6 .light > div,
.address .light > div, .translate .light > div, .search .light > div, top_menu .light > div, .bottom_menu .light > div,
.dol1 .light > div,
.dol2 .light > div,
.dol3 .light > div,
.dol4 .light > div,
.dol5 .light > div,
.dol6 .light > div,
.dol7 .light > div,
.dol8 .light > div,
.dol9 .light > div,
.gora1 .light > div,
.gora2 .light > div,
.gora3 .light > div,
.gora4 .light > div,
.gora5 .light > div,
.gora6 .light > div,
.gora7 .light > div,
.gora8 .light > div,
.gora9 .light > div,
.gora10 .light > div,
.gora11 .light > div,
.gora12 .light > div{background:transparent url(../images/white-70.png) 0 0 repeat;}
.left_column .border > div, .right-module-position .border > div, .top-module-position .border > div, .bottom-module-position .border > div, .user1 .border > div, .user2 .border > div, .user3 .border > div, .user4 .border > div, .user5 .border > div, .user6 .border > div,
.address .border > div, .translate .border > div, .search .border > div, top_menu .border > div, .bottom_menu .border > div,
.dol1 .border > div,
.dol2 .border > div,
.dol3 .border > div,
.dol4 .border > div,
.dol5 .border > div,
.dol6 .border > div,
.dol7 .border > div,
.dol8 .border > div,
.dol9 .border > div,
.gora1 .border > div,
.gora2 .border > div,
.gora3 .border > div,
.gora4 .border > div,
.gora5 .border > div,
.gora6 .border > div,
.gora7 .border > div,
.gora8 .border > div,
.gora9 .border > div,
.gora10 .border > div,
.gora11 .border > div,
.gora12 .border > div{border:1px solid #fff!important;border-color:rgba(0,0,0, 0.07);-moz-box-shadow:0px 1px 3px 0px rgba(255,255,255, 0.5) inset;-webkit-box-shadow:0px 1px 3px 0px rgba(255,255,255, 0.5) inset;box-shadow:0px 1px 3px 0px rgba(255,255,255, 0.5) inset;background:#ffc46a;}
.left_column .border table, .left_column .border table td, .left_column .border table th, .left_column .border ul, .left_column .light ul,
.right-module-position .border table, .right-module-position .border table td, .right-module-position .border table th, .right-module-position .border ul, .right-module-position .light ul,
.top-module-position .border table, .top-module-position .border table td, .top-module-position .border table th, .top-module-position .border ul, .top-module-position .light ul,
.bottom-module-position .border table, .bottom-module-position .border table td, .bottom-module-position .border table th, .bottom-module-position .border ul, .bottom-module-position .light ul,
.border1 table, .border1 table td, .border1 table th, .border1 ul,
.user1 .border table, .user1 .border table td, .user1 .border table th, .user1 .border ul, .user1 .light ul,
.dol1 .border table, .dol1 .border table td, .dol1 .border table th, .dol1 .border ul, .dol1 .light ul,
.dol2 .border table, .dol2 .border table td, .dol2 .border table th, .dol2 .border ul, .dol2 .light ul,
.dol3 .border table, .dol3 .border table td, .dol3 .border table th, .dol3 .border ul, .dol3 .light ul,
.dol4 .border table, .dol4 .border table td, .dol4 .border table th, .dol4 .border ul, .dol4 .light ul,
.dol5 .border table, .dol5 .border table td, .dol5 .border table th, .dol5 .border ul, .dol5 .light ul,
.dol6 .border table, .dol6 .border table td, .dol6 .border table th, .dol6 .border ul, .dol6 .light ul,
.dol7 .border table, .dol7 .border table td, .dol7 .border table th, .dol7 .border ul, .dol7 .light ul,
.dol8 .border table, .dol8 .border table td, .dol8 .border table th, .dol8 .border ul, .dol8 .light ul,
.dol9 .border table, .dol9 .border table td, .dol9 .border table th, .dol9 .border ul, .dol9 .light ul,
.gora1 .border table, .gora1 .border table td, .gora1 .border table th, .gora1 .border ul, .gora1 .light ul,
.gora2 .border table, .gora2 .border table td, .gora2 .border table th, .gora2 .border ul, .gora2 .light ul,
.gora3 .border table, .gora3 .border table td, .gora3 .border table th, .gora3 .border ul, .gora3 .light ul,
.gora4 .border table, .gora4 .border table td, .gora4 .border table th, .gora4 .border ul, .gora4 .light ul,
.gora5 .border table, .gora5 .border table td, .gora5 .border table th, .gora5 .border ul, .gora5 .light ul,
.gora6 .border table, .gora6 .border table td, .gora6 .border table th, .gora6 .border ul, .gora6 .light ul,
.gora7 .border table, .gora7 .border table td, .gora7 .border table th, .gora7 .border ul, .gora7 .light ul,
.gora8 .border table, .gora8 .border table td, .gora8 .border table th, .gora8 .border ul, .gora8 .light ul,
.gora9 .border table, .gora9 .border table td, .gora9 .border table th, .gora9 .border ul, .gora9 .light ul,
.gora10 .border table, .gora10 .border table td, .gora10 .border table th, .gora10 .border ul, .gora10 .light ul,
.gora11 .border table, .gora11 .border table td, .gora11 .border table th, .gora11 .border ul, .gora11 .light ul,
.gora12 .border table, .gora12 .border table td, .gora12 .border table th, .gora12 .border ul, .gora12 .light ul,
.user2 .border table, .user2 .border table td, .user2 .border table th, .user2 .border ul, .user2 .light ul,
.user3 .border table, .user3 .border table td, .user3 .border table th, .user3 .border ul, .user3 .light ul, .user4 .border table, .user4 .border table td, .user4 .border table th, .user4 .border ul, .user4 .light ul,
.user5 .border table, .user5 .border table td, .user5 .border table th, .user5 .border ul, .user5 .light ul, .user6 .border table, .user6 .border table td, .user6 .border table th, .user6 .border ul, .user6 .light ul,
.address .border table, .address .border table td, .address .border table th, .address .border ul, .address .light ul,
.translate .border table, .translate .border table td, .translate .border table th, .translate .border ul, .translate .light ul,
.search .border table, .search .border table td, .search .border table th, .search .border ul, .search .light ul,
.top_menu .border table, .top_menu .border table td, .top_menu .border table th, .top_menu .border ul, .top_menu .light ul,
.bottom_menu .border table, .bottom_menu .border table td, .bottom_menu .border table th, .bottom_menu .border ul, .bottom_menu .light ul{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;background-image:none;border:none;padding:0!important;}
.leading{padding:12px 0 26px 0;}
.leading{position:relative;}
.leading_separator{display:block;height:10px;}
.article_separator{display:none;}
.blog{padding:0;}
.cols1{display:block;float:none!important;margin:0!important;}
.cols2{width:48.5%;}
.cols3{width:30%;}
.column1,.column2{margin:0 2% 0 0;position:relative;float:left;}
.column2{margin:0;}
.column3{margin:0 0 0 2%;position:relative;float:right;}
.article_row{margin:0px 0 0px 0;padding:0;overflow:hidden;}
.article_column{padding:10px 0px 10px 0px;}
.row_separator2{display:block;clear:both;margin:0;border:solid 0px;}
.article-tools{display:block;float:left;margin:-20px 10px 0 0;background-color:transparent;}
.article-meta{padding:5px;}
.createdate{display:block;line-height:16px;font-size:10px;}
.article-link{display:block;float:right;margin:-14px 0 0px 0;}
.link-section{display:block;float:right;text-align:right;line-height:16px;font-size:10px;}
.buttonheading{display:block;float:right;margin:14px 16px 0 10px;text-align:right;line-height:16px;font-size:10px;}
.blog .buttonheading{margin-top:9px;}
.buttonheading img{margin:0 3px;}
.articleinfo{margin-top:-8px;}
span.modifydate{}
a.readon{display:block;}
p.pageinfo, p.iteminfo{margin:3px 0;}
p.pageinfo , p.iteminfo, p.articleinfo{line-height:13px;font-size:85%;margin:0;}
.contenttoc{float:right;margin:10px 0 20px 30px;clear:both;width:22%;}
.contenttoc th{font-weight:bold;}
.bottom-site{clear:both;margin:0 auto;padding:12px 0 40px 0;background:transparent url(../images/underline.png) 0 0 repeat-x;text-align:left;z-index:1;}
.bottom-site .wrapper-site{padding:10px 20px 40px 100px;width:auto;}
.bottom_menu{float:right;margin-right:-12px;}
.address{float:left;padding:8px 0 0 0;}
.address p{margin:0px;}
#social-links{float:right;clear:right;list-style:none;padding:0px 6px 0 0;}
.social-with-margin-top{margin-top:14px;}
#social-links li{float:left;width:23px;padding-left:5px;list-style:none;}
#social-links li.text_social_icons{font-size:100%;width:auto;color:#555;line-height:26px;}
#social-links li a{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;}
#social-links li a img{width:23px;opacity:0.6;-ms-filter:"prodig:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:apha(opacity = 60);-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;border:none;}
#social-links li a:hover img{opacity:0.9;-ms-filter:"prodig:DXImageTransform.Microsoft.Alpha(Opacity=90)";filter:apha(opacity = 90);}
#social-links li.google{margin-right:6px;}
#social-links li > div{padding:5px 0 0 2px !important;opacity:0.65;-ms-filter:"prodig:DXImageTransform.Microsoft.Alpha(Opacity=65)";filter:apha(opacity = 65);-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}
#social-links li > div:hover{opacity:0.9;-ms-filter:"prodig:DXImageTransform.Microsoft.Alpha(Opacity=90)";filter:apha(opacity = 90);}
.clr{clear:both;}
.pull-left{float:left;}
.pull-right{float:right;}
table.category{width:100%;margin-top:20px;}
.sectiontableheader{background:transparent url(../images/black-05.png) top left repeat;padding:8px 5px;}
.sectiontableheader a{text-transform:uppercase;color:#444;text-decoration:none;}
tr.sectiontableentry1 td, tr.even td{background-color:transparent;border-bottom:1px dotted #444;padding:8px 5px;}
tr.sectiontableentry2 td, tr.odd td{background:transparent url(../images/black-05.png) top left repeat;border-bottom:1px dotted #444;padding:8px 5px;}
tr.sectiontableentry1 td a, tr.sectiontableentry2 td a{text-decoration:none;}
.pollstableborder{margin:10px 0;}
.pollstableborder tr{display:block;padding:5px 0;}
.pollstableborder tr .sectiontableentry1, .pollstableborder tr .sectiontableentry2{display:inline-block;margin-right:5px;text-align:left;}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"],
input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"],
input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{padding:4px 7px;max-width:90%;border:none;background:transparent url(../images/black-04.png) top left repeat;-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;border-radius:4px;-moz-box-shadow:1px 1px 2px rgba(0,0,0, 0.2) inset;-webkit-box-shadow:1px 1px 2px rgba(0,0,0, 0.2) inset;box-shadow:1px 1px 2px rgba(0,0,0, 0.2) inset;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}
textarea:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover,
input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover,
input[type="search"]:hover, input[type="tel"]:hover, input[type="color"]:hover, .uneditable-input:hover{-moz-box-shadow:1px 1px 2px rgba(0,0,0, 0.2) inset, 0px 0px 7px rgba(60,107,250, 0.35);-webkit-box-shadow:1px 1px 2px rgba(0,0,0, 0.2) inset, 0px 0px 7px rgba(60,107,250, 0.35);box-shadow:1px 1px 2px rgba(0,0,0, 0.2) inset, 0px 0px 7px rgba(60,107,250, 0.35);}
input[type="submit"], button{padding:4px 12px;margin:0 6px 4px 3px;border:none;font-weight:normal;text-shadow:0 1px 1px rgba(255,255,255, 0.85);background:rgb(250,250,250);background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYWRhZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(218,218,218,1) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(218,218,218,1)));background:-webkit-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(218,218,218,1) 100%);background:-o-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(218,218,218,1) 100%);background:-ms-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(218,218,218,1) 100%);background:linear-gradient(to bottom, rgba(250,250,250,1) 0%,rgba(218,218,218,1) 100%);-moz-border-radius:8px;-webkit-border-radius:8px;-khtml-border-radius:8px;border-radius:8px;-moz-box-shadow:0px 1px 2px rgba(0,0,0, 0.4);-webkit-box-shadow:0px 1px 2px rgba(0,0,0, 0.4);box-shadow:0px 1px 2px rgba(0,0,0, 0.4);-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}
input[type="submit"]:hover, button:hover{cursor:pointer;color:#666;-moz-box-shadow:0px 1px 2px rgba(0,0,0, 0.3);-webkit-box-shadow:0px 1px 2px rgba(0,0,0, 0.3);box-shadow:0px 1px 2px rgba(0,0,0, 0.3);}
input[type="submit"]:active, button:active{-moz-box-shadow:0px 1px 2px rgba(0,0,0, 0.5);-webkit-box-shadow:0px 1px 2px rgba(0,0,0, 0.5);box-shadow:0px 1px 2px rgba(0,0,0, 0.5);background:rgb(218,218,218);background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhZGFkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top, rgba(218,218,218,1) 0%, rgba(250,250,250,1) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(218,218,218,1)), color-stop(100%,rgba(250,250,250,1)));background:-webkit-linear-gradient(top, rgba(218,218,218,1) 0%,rgba(250,250,250,1) 100%);background:-o-linear-gradient(top, rgba(218,218,218,1) 0%,rgba(250,250,250,1) 100%);background:-ms-linear-gradient(top, rgba(218,218,218,1) 0%,rgba(250,250,250,1) 100%);background:linear-gradient(to bottom, rgba(218,218,218,1) 0%,rgba(250,250,250,1) 100%);}
input[type="checkbox"], input[type="radio"]{margin-left:8px;}
select{padding:2px 8px 3px 6px;}
.cbContainer{z-index:9999999;}
.cbBox h3{color:#000;line-height:13px;}
.vmCartContainer, .vmCartContainer .inputbox, .vmCartContainer .inputbox:hover, .vmCartContainer .inputbox:focus{color:#000;}
#image .content-module > *{margin:0 !important;}
.contact_email label{display:inline-block;padding:10px 0 4px;}
#searchForm{margin:20px 0;}
#searchForm table{margin-bottom:15px;}
#searchForm td{padding:5px 0;}
#system-message{background-color:transparent;border:1px dotted #bbb;padding:14px 12px 8px 16px;margin:12px 4px 60px 0;-moz-box-shadow:2px 2px 4px #ccc;-webkit-box-shadow:2px 2px 4px #ccc;box-shadow:2px 2px 4px #ccc;}
#system-message dt.error{font-size:140%;color:red;}
#system-message dl.message{font-size:100%;color:#000 !important;}
#system-message ul{margin:0 !important;}
#system-message li{background-image:none !important;padding:8px 0 0 0 !important;}
.left_column h3, .right-module-position h3, .top-module-position h3, .bottom-module-position h3,
.user1 h3, .user2 h3, .user3 h3, .user4 h3, .user5 h3, .user6 h3,
.address h3, .translate h3, .search h3, top_menu h3, .bottom_menu h3{margin:0px 0 10px 0;padding:0px 0 6px 2px;font-weight:normal;font-variant:small-caps;letter-spacing:0px;border-bottom:1px solid #eeeeee;}
.dol1 h3, .dol2 h3, .dol3 h3,
.dol4 h3, .dol5 h3, .dol6 h3,
.dol7 h3, .dol8 h3, .dol9 h3,
.gora1 h3, .gora2 h3, .gora3 h3,
.gora4 h3, .gora5 h3, .gora6 h3,
.gora7 h3, .gora8 h3, .gora9 h3,
.gora10 h3, .gora11 h3, .gora12 h3{margin:0px 0 10px 0;padding:0px 0 6px 2px;font-weight:normal;font-variant:small-caps;letter-spacing:0px;background:transparent url(../images/underline.png) 0 100% repeat-x;}
.left_column .moduletable:hover h3, .right-module-position .moduletable:hover h3, .top-module-position .moduletable:hover h3, .bottom-module-position .moduletable:hover h3,
.dol1 .moduletable:hover h3, .dol2 .moduletable:hover h3, .dol3 .moduletable:hover h3,
.dol4 .moduletable:hover h3, .dol5 .moduletable:hover h3, .dol6 .moduletable:hover h3,
.dol7 .moduletable:hover h3, .dol8 .moduletable:hover h3, .dol9 .moduletable:hover h3,
.gora1 .moduletable:hover h3, .gora2 .moduletable:hover h3, .gora3 .moduletable:hover h3,
.gora4 .moduletable:hover h3, .gora5 .moduletable:hover h3, .gora6 .moduletable:hover h3,
.gora7 .moduletable:hover h3, .gora8 .moduletable:hover h3, .gora9 .moduletable:hover h3,
.gora10 .moduletable:hover h3, .gora11 .moduletable:hover h3, .gora12 .moduletable:hover h3,
.user1 .moduletable:hover h3, .user2 .moduletable:hover h3, .user3 .moduletable:hover h3, .user4 .moduletable:hover h3, .user5 .moduletable:hover h3, .user6 .moduletable:hover h3,
.address .moduletable:hover h3, .translate .moduletable:hover h3, .search .moduletable:hover h3, top_menu .moduletable:hover h3, .bottom_menu .moduletable:hover h3{color:#444;}
a{color:#c35d1e;text-decoration:none;-webkit-transition:color 0.4s linear 0.1s;-moz-transition:color 0.4s linear 0.1s;-ms-transition:color 0.4s linear 0.1s;-o-transition:color 0.4s linear 0.1s;transition:color 0.4s linear 0.1s;}
a:active, a:focus{outline:none;}
li span.separator{cursor:default;}
.breadcrumb a,
.breadcrumb{color:#999;text-decoration:none;}
.breadcrumb a:hover{color:#c35d1e;text-decoration:none;}
.main_component ul, ul.normal, ul.check, ul.arrow, ul.normal_green, ul.check_green, ul.arrow_green, ul.circle, ul.circle_red,
ul.normal_red, ul.check_red, ul.arrow_red, ul.normal_white, ul.check_white, ul.arrow_white, ul.circle_white{margin:10px 0 16px 6px;}
.main_component ul li, .normal li, .check li, .arrow li, .normal_red li, .check_red li, .arrow_red li, .circle li,
.circle_red li, .normal_white li, .check_white li, .arrow_white li, .circle_white li{background:url(../images/list_bullet.png) 0 3px no-repeat;padding-left:21px;list-style:none;margin:7px 0;}
.main_component ul ul, ul.normal ul, ul.check ul, ul.arrow ul, ul.normal_red ul, ul.check_red ul, ul.arrow_red ul, ul.circle ul,
ul.circle_red ul, ul.normal_white ul, ul.check_white ul, ul.arrow_white ul, ul.circle_white ul{margin-left:0px;margin-top:4px;padding-left:0;}
.main_component ul li li, .normal li li, .check li li, .arrow li li, .normal_red li li, .check_red li li , .arrow_red li li , .circle li li,
.circle_red li li, .circle_white li li, .check_white li li, .arrow_white li li, .normal_white li li{background:url(../images/list_bullet.png) 0 3px no-repeat;padding-left:18px;list-style:none;margin:5px 0;}
.check li{background:url(../images/list_check.png) 0 0px no-repeat !important;}
.arrow li{background:url(../images/list_arrow.png) 0 0px no-repeat !important;}
.arrow_red li{background:url(../images/list_arrow_red.png) 0 0px no-repeat !important;}
.check_red li{background:url(../images/list_check_red.png) 0 0px no-repeat !important;}
ol{margin:5px 0 0 6px;background-color:transparent;padding:0 0 0 20px;}
ol li{margin:0;padding:1px 5px;font-weight:normal;}
ul li > h2, ul li > h3, ul li > h4{margin-top:0;padding-top:0;}
ul.actions{text-align:right;float:right;margin:10px 10px 0 3px !important;padding:0 !important;}
ul.actions li{background-image:none !important;margin:0 !important;padding:0 !important;list-style:none !important;display:inline;}
ul.actions a{text-decoration:none;}
.vertical_menu ul, #login-form ul, #form-login ul, #com-form-login ul, .webvertical_menus ul, ul.newsfeed{margin:0;}
.vertical_menu ul li, #login-form ul li, #form-login ul li, #com-form-login ul li, .webvertical_menus ul li, ul.newsfeed li{background-image:none !important;padding:0 !important;margin:0 !important;list-style:none;}
.vertical_menu ul li a, #login-form ul li a, #form-login ul li a, #com-form-login ul li a, .webvertical_menus ul li a, ul.newsfeed li a{background:transparent url(../images/list-bullet.png) 0 10px no-repeat;}
.vertical_menu ul li a, #login-form ul li a, #form-login ul li a, #com-form-login ul li a, .webvertical_menus ul li a, ul.newsfeed li a{display:inline-block;font-size:100%;font-weight:normal;line-height:100%;padding:3px 0 3px 15px;}
.vertical_menu ul li a{font-size:110%;line-height:150%;padding:2px 0 3px 15px;margin:5px;}
.vertical_menu ul li a:hover, #login-form ul li a:hover, #form-login ul li a:hover, #com-form-login ul li a:hover, .webvertical_menus ul li a:hover, ul.newsfeed li a:hover{background-position:0 -37px;color:#222;}
.vertical_menu ul ul{margin-left:8px;}
.vertical_menu ul li li a{background-image:url(../images/list-bullet-subitems.png);}
.vertical_menu ul li li a{background-position:0 7px;background-repeat:no-repeat;font-size:90%;color:#888;padding:3px 0 3px 10px;}
.vertical_menu ul li li a:hover{background-position:0 -22px;color:#222;}
.vertical_menu ul li li li a{background-image:none;}
blockquote{padding:0 0 0 15px;margin:0 0 20px;border-left:5px solid #eeeeee;border-color:rgba(0,0,0,0.07);}
blockquote p{margin-bottom:0;font-size:110%;font-weight:300;line-height:1.4;}
blockquote small{display:block;line-height:2.5;color:#999999;}
blockquote small:before{content:'\2014 \00A0';}
blockquote.pull-right{float:right;padding-right:15px;padding-left:0;border-right:5px solid #eeeeee;border-left:0;}
blockquote.pull-right p, blockquote.pull-right small{text-align:right;}
blockquote.pull-right small:before{content:'';}
blockquote.pull-right small:after{content:'\00A0 \2014';}
q:before, q:after, blockquote:before, blockquote:after{content:"";}
.jmessage{background-color:#f6f6f6;background-color:rgba(0,0,0,0.04);border:1px dotted #bbb;padding:14px 12px 8px 12px;margin-bottom:20px;-moz-box-shadow:2px 2px 4px #ccc;-webkit-box-shadow:2px 2px 4px #ccc;box-shadow:2px 2px 4px #ccc;margin-right:4px;}
.jmessage:hover{background-color:#f4f4f4;background-color:rgba(0,0,0,0.06);-moz-box-shadow:2px 2px 4px #bbb;-webkit-box-shadow:2px 2px 4px #bbb;box-shadow:2px 2px 4px #bbb;}
#form-login-username label, #form-login-password label{display:block;font-size:96%;margin:7px 0 4px 0;}
#form-login-username input, #form-login-password input{margin-bottom:0;height:auto;line-height:inherit;}
#submit-login{float:left;font-size:90%;}
p#form-login-username{margin:0;}
p#form-login-password{margin:2px 0 6px 0;}
#modlgn_remember{background-color:transparent;border:none;}
#form-login-remember{clear:both;margin:0;}
#form-login-remember input{display:inline-block;margin:-5px 5px 0 0;}
#form-login-remember label{display:inline-block;font-size:90%;margin:0;}
#submit_login{margin:10px 0 16px 0;}
.link_login{clear:both;padding-top:10px;}
.icon_login{clear:both;}
a.readon{float:right;color:#777;padding:4px 12px;margin-bottom:8px;border:none;font-weight:normal;font-style:italic;text-shadow:0 1px 1px rgba(255,255,255, 0.85);background:rgb(250,250,250);background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYWRhZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(218,218,218,1) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(218,218,218,1)));background:-webkit-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(218,218,218,1) 100%);background:-o-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(218,218,218,1) 100%);background:-ms-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(218,218,218,1) 100%);background:linear-gradient(to bottom, rgba(250,250,250,1) 0%,rgba(218,218,218,1) 100%);-moz-border-radius:6px;-webkit-border-radius:6px;-khtml-border-radius:6px;border-radius:6px;-moz-box-shadow:0px 1px 2px rgba(0,0,0, 0.4);-webkit-box-shadow:0px 1px 2px rgba(0,0,0, 0.4);box-shadow:0px 1px 2px rgba(0,0,0, 0.4);-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}
a.readon:hover{color:#666;-moz-box-shadow:0px 1px 2px rgba(0,0,0, 0.3);-webkit-box-shadow:0px 1px 2px rgba(0,0,0, 0.3);box-shadow:0px 1px 2px rgba(0,0,0, 0.3);text-decoration:none;}
a.readon:active{color:#888;-moz-box-shadow:0px 1px 2px rgba(0,0,0, 0.5);-webkit-box-shadow:0px 1px 2px rgba(0,0,0, 0.5);box-shadow:0px 1px 2px rgba(0,0,0, 0.5);background:rgb(218,218,218);background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhZGFkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top, rgba(218,218,218,1) 0%, rgba(250,250,250,1) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(218,218,218,1)), color-stop(100%,rgba(250,250,250,1)));background:-webkit-linear-gradient(top, rgba(218,218,218,1) 0%,rgba(250,250,250,1) 100%);background:-o-linear-gradient(top, rgba(218,218,218,1) 0%,rgba(250,250,250,1) 100%);background:-ms-linear-gradient(top, rgba(218,218,218,1) 0%,rgba(250,250,250,1) 100%);background:linear-gradient(to bottom, rgba(218,218,218,1) 0%,rgba(250,250,250,1) 100%);}
.bottom-site{color:#888;}
#address p{text-align:left;font-size:90%;text-transform:none;font-variant:small-caps;}
img.border{padding:4px;border:1px solid #bdbcb8;}
.shadow{margin:4px;-moz-box-shadow:2px 2px 6px #888;-webkit-box-shadow:2px 2px 6px #888;box-shadow:2px 2px 6px #888;border:4px solid #eee;}
a .shadow:hover{border-color:#aaa;-moz-box-shadow:2px 2px 6px #bbb;-webkit-box-shadow:2px 2px 6px #bbb;box-shadow:2px 2px 6px #bbb;}
.top_menu ul{margin:2px 0 3px 0;}
.top_menu li{padding:4px 5px 0 5px;margin:0;display:inline-block;list-style:none;}
.top_menu li a, #top_menu li span.separator{text-decoration:none;text-transform:none;font-weight:normal;font-variant:small-caps;color:#888;font-size:90%;padding:3px 8px 2px 8px;-moz-border-radius:6px;-webkit-border-radius:6px;-khtml-border-radius:6px;border-radius:6px;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.top_menu li.active a, .top_menu li:hover a{text-decoration:none;-moz-box-shadow:1px 1px 2px rgba(0,0,0, 0.2);-webkit-box-shadow:1px 1px 2px rgba(0,0,0, 0.2);box-shadow:1px 1px 2px rgba(0,0,0, 0.2);background-color:#ffffff;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea));background:-webkit-linear-gradient(top, #ffffff 0%,#eaeaea 100%);background:-o-linear-gradient(top, #ffffff 0%,#eaeaea 100%);background:-ms-linear-gradient(top, #ffffff 0%,#eaeaea 100%);background:linear-gradient(to bottom, #ffffff 0%,#eaeaea 100%);}
.top_menu li a:active{-moz-box-shadow:1px 1px 2px rgba(0,0,0, 0.2) inset;-webkit-box-shadow:1px 1px 2px rgba(0,0,0, 0.2) inset;box-shadow:1px 1px 2px rgba(0,0,0, 0.2) inset;background-color:#eaeaea;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top, #eaeaea 0%, #ffffff 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#ffffff));background:-webkit-linear-gradient(top, #eaeaea 0%,#ffffff 100%);background:-o-linear-gradient(top, #eaeaea 0%,#ffffff 100%);background:-ms-linear-gradient(top, #eaeaea 0%,#ffffff 100%);background:linear-gradient(to bottom, #eaeaea 0%,#ffffff 100%);}
.drop-down ul, .drop-down li, .drop-down ul ul{list-style:none;margin:0;padding:0;}
.drop-down > ul{margin-left:10px;}
.drop-down li{position:relative;float:left;padding:0;vertical-align:middle;zoom:1;z-index:1;}
.drop-down li:hover, .drop-down li:focus{position:relative;z-index:10;cursor:default;}
.drop-down li ul{display:none;position:absolute;top:100%;left:-1px;z-index:0;opacity:0;width:160px;-moz-border-radius:0 0 8px 8px;-webkit-border-radius:0 0 8px 8px;-o-border-radius:0 0 8px 8px;border-radius:0 0 8px 8px;-moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.3);-webkit-box-shadow:0 2px 3px rgba(0, 0, 0, 0.3);box-shadow:0 2px 3px rgba(0, 0, 0, 0.3);padding:0;background:transparent url(../images/black-75.png) 0 0 repeat;-webkit-transition:all 0s linear 0.5s;-moz-transition:all 0s linear 0.5s;-ms-transition:all 0s linear 0.5s;-o-transition:all 0s linear 0.5s;transition:all 0s linear 0.5s;}
.drop-down li ul ul{top:0px;left:157px;-moz-border-radius:8px;-webkit-border-radius:8px;-o-border-radius:8px;border-radius:8px;}
.drop-down li ul:hover{-moz-box-shadow:0 4px 4px rgba(0, 0, 0, 0.5);-webkit-box-shadow:0 4px 4px rgba(0, 0, 0, 0.5);box-shadow:0 4px 4px rgba(0, 0, 0, 0.5);}
.drop-down li li ul:hover{-moz-box-shadow:0 1px 6px rgba(0, 0, 0, 0.6);-webkit-box-shadow:0 1px 6px rgba(0, 0, 0, 0.6);box-shadow:0 1px 6px rgba(0, 0, 0, 0.6);}
.drop-down li li{float:none;width:100%;background-image:none;padding:0;margin:0;}


.drop-down li a, .drop-down li span.separator{display:block;padding:14px 25px 14px 25px;margin:0;text-transform:uppercase;font-weight:normal;font-size:100%;text-decoration:none;background-image:none;color:#fff;-moz-border-radius:8px 8px 0 0;-webkit-border-radius:8px 8px 0 0;-khtml-border-radius:8px 8px 0 0;border-radius:8px 8px 0 0;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}
.barre-normal .drop-down li a, .barre-normal .drop-down li span.separator{-moz-border-radius:0;-webkit-border-radius:0;-khtml-border-radius:0;border-radius:0;}
.drop-down li li a, .drop-down li li span.separator{display:block;color:#ddd;letter-spacing:0px;font-size:100%;line-height:14px;padding:8px 10px 8px 10px;margin-right:0px;border-bottom:1px solid #333;border-color:rgba(255,255,255,0.1);-moz-border-radius:0;-webkit-border-radius:0;-khtml-border-radius:0;border-radius:0;}
.drop-down li a:hover, .drop-down li span.separator:hover{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;text-shadow:none;}
.drop-down li li li:first-child > a, .drop-down li li li:first-child > span{border-top-right-radius:7px;border-top-left-radius:7px;}
.drop-down li li:last-child > a, .drop-down li li:first-child > span{border-bottom-left-radius:7px;border-bottom-right-radius:7px;}
.drop-down li:hover > ul, .drop-down li:focus > ul{display:block;z-index:10;opacity:1;-webkit-transition:opacity 0.4s ease-in-out;-moz-transition:opacity 0.4s ease-in-out;-ms-transition:opacity 0.4s ease-in-out;-o-transition:opacity 0.4s ease-in-out;transition:opacity 0.4s ease-in-out;}
.drop-down a[href="#"]{cursor:default;}
.drop-down li:hover > a, .drop-down li:hover > span, .drop-down li.active > a, .drop-down li.active > span{background:transparent url(../images/white-20.png) 0 0 repeat;-moz-box-shadow:-2px 2px 2px 0 rgba(0, 0, 0, 0.7) inset;-webkit-box-shadow:-2px 2px 2px 0 rgba(0, 0, 0, 0.7) inset;box-shadow:-2px 2px 2px 0 rgba(0, 0, 0, 0.7) inset;color:#fff;}
.drop-down li li:hover > a, .drop-down li li:hover > span, .drop-down li li.active > a, .drop-down li li.active > span{color:#fff;background-color:#000;background-image:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.horizontal_menu{margin-left:-4px;}
.horizontal_menu ul{padding:3px 5px 4px 7px;margin:0;background:transparent url(../images/white-40.png) 0 0 repeat;-moz-border-radius:6px;-webkit-border-radius:6px;-khtml-border-radius:6px;border-radius:6px;}
.horizontal_menu li{display:inline-block;padding:6px 10px 6px 0px;margin:0;list-style:none;}
.horizontal_menu li a, .horizontal_menu li span.separator{text-decoration:none;text-transform:none;font-weight:normal;color:#444;font-size:100%;padding:5px 12px 4px 12px;-moz-border-radius:8px;-webkit-border-radius:8px;-khtml-border-radius:8px;border-radius:8px;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.horizontal_menu li.active a, .horizontal_menu li:hover a{text-decoration:none;-moz-box-shadow:1px 1px 2px rgba(0,0,0, 0.2);-webkit-box-shadow:1px 1px 2px rgba(0,0,0, 0.2);box-shadow:1px 1px 2px rgba(0,0,0, 0.2);background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea));background:-webkit-linear-gradient(top, #ffffff 0%,#eaeaea 100%);background:-o-linear-gradient(top, #ffffff 0%,#eaeaea 100%);background:-ms-linear-gradient(top, #ffffff 0%,#eaeaea 100%);background:linear-gradient(to bottom, #ffffff 0%,#eaeaea 100%);background-color:#ffffff;}
.horizontal_menu li a:active{-moz-box-shadow:1px 1px 2px rgba(0,0,0, 0.2) inset;-webkit-box-shadow:1px 1px 2px rgba(0,0,0, 0.2) inset;box-shadow:1px 1px 2px rgba(0,0,0, 0.2) inset;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top, #eaeaea 0%, #ffffff 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#ffffff));background:-webkit-linear-gradient(top, #eaeaea 0%,#ffffff 100%);background:-o-linear-gradient(top, #eaeaea 0%,#ffffff 100%);background:-ms-linear-gradient(top, #eaeaea 0%,#ffffff 100%);background:linear-gradient(to bottom, #eaeaea 0%,#ffffff 100%);background-color:#eaeaea;}
.horizontal_menu ul ul{display:none;}
.bottom_menu ul{margin:2px 0 3px 0;}
.bottom_menu li{padding:4px 5px 0 5px;margin:0;display:inline-block;list-style:none;}
.bottom_menu li a, #bottom_menu li span.separator{text-decoration:none;text-transform:none;font-weight:normal;color:#888;font-size:95%;padding:3px 8px 2px 8px;-moz-border-radius:6px;-webkit-border-radius:6px;-khtml-border-radius:6px;border-radius:6px;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.bottom_menu li.active a, .bottom_menu li:hover a{-moz-box-shadow:1px 1px 2px rgba(0,0,0, 0.2);-webkit-box-shadow:1px 1px 2px rgba(0,0,0, 0.2);box-shadow:1px 1px 2px rgba(0,0,0, 0.2);background:rgb(238,238,238);background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2RhZGFkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background:-moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(218,218,218,1) 99%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(99%,rgba(218,218,218,1)));background:-webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(218,218,218,1) 99%);background:-o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(218,218,218,1) 99%);background:-ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(218,218,218,1) 99%);background:linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(218,218,218,1) 99%);}
.bottom_menu li a:active{-moz-box-shadow:1px 1px 2px rgba(0,0,0, 0.2) inset;-webkit-box-shadow:1px 1px 2px rgba(0,0,0, 0.2) inset;box-shadow:1px 1px 2px rgba(0,0,0, 0.2) inset;background:rgb(218,218,218);background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhZGFkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top, rgba(218,218,218,1) 0%, rgba(238,238,238,1) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(218,218,218,1)), color-stop(100%,rgba(238,238,238,1)));background:-webkit-linear-gradient(top, rgba(218,218,218,1) 0%,rgba(238,238,238,1) 100%);background:-o-linear-gradient(top, rgba(218,218,218,1) 0%,rgba(238,238,238,1) 100%);background:-ms-linear-gradient(top, rgba(218,218,218,1) 0%,rgba(238,238,238,1) 100%);background:linear-gradient(to bottom, rgba(218,218,218,1) 0%,rgba(238,238,238,1) 100%);}
div.mt_snews_s3 span.p_date{font-size:0.9em;line-height:1.2em;}
div.mt_snews_s3 span.p_autor{font-size:0.9em;line-height:1.2em;}
div.mt_snews_s3 div.odstepy_l, div.mt_snews_s3 div.odstepy_r{margin:0px;padding:0px;border-bottom:1px solid #ffffff;}
div.mt_snews_s3 p{margin:0px 0px 0px 0px;padding:0px 0px 5px;line-height:1.2em;font-size:1em;font-weight:normal;}
div.mt_snews_s3 div div.odstepy_r img{margin-top:2px;margin-left:3px;margin-right:3px;}
div.mt_snews_s3 div div.odstepy_l img{margin-top:3px;margin-right:3px;}
div.mt_snews_s3 div{margin:0px;padding:0px;}
div.mt_snews_s3 div a{text-decoration:none;font-size:1.1em;line-height:1.2em;font-weight:bold;}
div.mt_snews_s3 div a:hover{text-decoration:underline;}
.panel_cookie{width:100%;position:fixed;left:0;min-height:40px!important;line-height:40px;z-index:100002;background:#e7e7e7;-webkit-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, .8);box-shadow:0px 0px 10px 0px rgba(0, 0, 0, .8);padding:0;}
#panel_cookie_dol{bottom:0;}
#panel_cookie{top:0;}
div.tresc{float:left;margin:0 0 0 12%;max-width:75%;width:75%;}
.panel_cookie input,
body .panel_cookie input{border:none;color:#fff;font-size:0.8em;height:40px!important;width:40px!important;line-height:40px;display:block;float:right;padding:0;margin:0;cursor:pointer;text-indent:-999em;}
.panel_cookie input,
body .panel_cookie input,
.panel_cookie input[type="button"],
.panel_cookie input[type="button"]:hover,
.panel_cookie input:hover,
.panel_cookie input:active,
.panel_cookie input:focus{background:url(../images/close-st1.png) no-repeat 50% #999999;-webkit-border-radius:0px;border-radius:0px;}
.panel_cookie input:hover,
.panel_cookie input:active,
.panel_cookie input:focus{background-color:#298bc7\9;-webkit-box-shadow:inset 0 0 20px 0 rgba(0, 0, 0, .3);box-shadow:inset 0 0 20px 0 rgba(0, 0, 0, .3);}
.mbContainer{float:left;width:100%;position:relative}
.mbClear{clear:both;}
.mbpopup{height:100%;width:100%;}
.mbWrapFlat{float:left;width:100%;border-bottom:1px dashed #ddd;padding:10px 0;position:relative;}
.mbitemFlat.full{width:100%;}
.mbitemFlat{width:80%;float:left;}
.mbImageFlat{border:1px solid #ddd;padding:4px;float:left;margin-right:20px;}
.mbWrapFlat h2{display:inline;font-size:1.4em;}
.microdateFlat{float:right;margin-right:11px;}
.mbDetailsFlat{float:right;width:18%;margin-top:10px;}
.mbMoreFlat{float:right;text-align:right;clear:both;width:100%}
.mbMoreFlat .readon{margin:0;}
.mbWrap{margin-bottom:30px;float:left;}
.mbImage{border:1px solid #ddd;padding:4px;float:left;margin-bottom:20px}
.mbitemCols h2{font-size:1.2em;line-height:1.6em;display:inline;}
.mbitemCols{width:100%;}
.mbDetailsCols{float:left;width:100%;text-align:left;}
.mbIntroCols{margin:0}
.mbDetailsCols{font-size:90%;}
.mbDateCols{width:96%;font-size:90%;font-style:italic;}
.mbMoreCols{float:right;width:80px}
.mbMoreCols a.readon{margin:0;}
.mbMoreCols{width:100%;}
ul#filter{float:left;width:100%;clear:both;margin-bottom:40px;}
ul#filter li{float:left;list-style-type:none;margin:0 20px 0 0;border:none;padding:0;background:#eee;padding:0 10px;-moz-border-radius:5px;-khtml-border-radius:5px;-webkit-border-radius:5px}
ul#filter li:hover{background:#333;color:#fff;}
ul#filter li.current{background:#333;color:#fff;}
ul#filter li.current a,ul#filter li a:hover{color:#fff;}
.mbFilterImage img{border:1px solid #ddd;padding:4px;background:#f9f9f9;margin-bottom:10px;}
ul.portfolio li{list-style-type:none;margin:0;float:left}
ul.portfolio{position:relative;clear:both;width:100%;}
.more{position:absolute;z-index:23;top:0;color:#fff;padding:25px;left:0;-moz-border-radius:5px;-khtml-border-radius:5px;-webkit-border-radius:5px;width:100%}
.mbFilterdate{line-height:1.8;font-size:90%}
.mbContainer.filter li.last{margin-right:0px !important;}
.mbitemIntro{width:100%;float:left;margin-bottom:20px;}
.mbImageIntro{border:1px solid #ddd;padding:4px;float:left;margin-right:20px;}
.mbWrapIntro h2{display:inline;font-size:1.4em;}
.mbdateIntro{font-size:90%;font-style:italic;}
.mbIntrolistdate{float:right;font-size:90%;font-style:italic;text-align:right;}
.mbMoreIntro{float:right;width:100%;text-align:right}
.mbMoreIntro .readon{margin:0;}
ul.mbList{clear:both;padding-bottom:20px;}
.mbList li{list-style-type:none;padding:0;float:left;width:100%;margin:0}
ul.mbList li a{display:block;border-bottom:1px solid #ddd;padding:7px 0}
ul.mbList li a:hover{}
.mbMaxBiz{float:left;width:100%;list-style-type:none;border-bottom:1px solid #DDDDDD;margin-bottom:20px;padding-bottom:10px;}
.mbLeftCol{width:8%;float:left;}
.mbMaxbizIntro p{margin:0!important;padding:0!important;}
span.mbMaxbiz{font-size:130%;padding-left:0}
.mbLeftCol .mbMoreIntro a.readon{background:none;float:left;margin-top:8px;margin-left:3px;}
.mbLeftCol .mbMaxbizDate{float:left;width:40px;height:40px;background:#F3F3C9;padding:4px;margin-top:4px;margin-right:5px;line-height:1;}
.mbLeftCol .mbMaxbizDate span.mbDay{font-weight:bold;font-size:20px;display:block;text-align:center;position:relative;top:2px;height:22px;color:#868663;}
.mbLeftCol .mbMaxbizDate span.mbMonth{float:left;clear:both;width:100%;text-align:center;line-height:1;font-size:14px;display:block;text-align:center;color:#868663;}
.mbRightCol{width:86%;float:right}
.newmediaitem{float:left;margin:2px 0 30px 0;padding:8px;width:92%;background:#fff url(../../../modules/mod_microblog/images/micro_gradient.jpg) repeat-x;border:1px solid #E9E9E9;}
.newmediaitem .mbDateCols{float:left;width:25%;padding-top:8px;color:#741111;;}
.newmediaitem .mbColImage{float:left;margin:10px 10px 10px 0}
.newmediaitem h2 a{text-decoration:none;font-size:1.3em;;}
.newmediadateWrap{border-top:1px solid #ddd;float:left;width:100%;}
.mbNewMediaMore{float:right;width:70%;line-height:1;background:url(../../../modules/mod_microblog/images/newmediamore.jpg) no-repeat right center;}
div.mt_dtable_s1{overflow:hidden;}
div.mt_dtable_s1 div.odstep{height:5px;}
div.mt_dtable_s1 div.okno{position:relative;overflow:hidden;}
div.mt_dtable_s1 .dtpanel{overflow:hidden;}
div.mt_dtable_s1 .slide{float:left;}
div.mt_dtable_s1 .dtramka{position:relative;overflow:hidden;margin:auto;}
div.mt_dtable_s1 .dtwnetrze{margin:0 auto;}
div.mt_dtable_s1 .dtwnetrze1{margin:0px auto;padding-top:5px;padding-bottom:5px;}
div.mt_dtable_s1 .oknogora{}
div.mt_dtable_s1 .oknogora1{background:#ffffff;padding:0px 1px 1px 1px;border-left:1px solid #dae0e0;border-right:1px solid #dae0e0;border-bottom:1px solid #dae0e0;}
div.mt_dtable_s1 .oknodol{}
div.mt_dtable_s1 .oknodol1{background:#ffffff;padding:1px 1px 0px 1px;border-left:1px solid #dae0e0;border-right:1px solid #dae0e0;border-top:1px solid #dae0e0;}
div.mt_dtable_s1 .oknodol2{background:#ffffff;border:1px solid #dae0e0;padding:1px;}
div.mt_dtable_s1 ul.dtnawiggora1{padding-left:1px;margin:0 auto;position:relative;float:left;height:25px;list-style:none;border:none;line-height:25px;background:url(../images/liniagora.gif) 0 100% repeat-x;}
div.mt_dtable_s1 ul.dtnawiggora1 li{margin:0px 5px 0px 0px;padding:0px;float:left;display:block;}
div.mt_dtable_s1 ul.dtnawiggora1 li a{float:left;display:block;background:url(../images/nlgora.png) 0 0 no-repeat;}
div.mt_dtable_s1 ul.dtnawiggora1 li a span{padding:0px 10px 0px 10px;background:url(../images/nrgora.png) 100% 0 no-repeat;float:left;display:block;}
div.mt_dtable_s1 ul.dtnawiggora1 li a span span{height:25px;padding:0px 10px 0px 10px;background:url(../images/nmgora.png) 0 0 repeat-x;line-height:25px;font-size:100%;overflow:hidden;}
div.mt_dtable_s1 ul.dtnawiggora1 li.selected a{background:url(../images/nlgora.png) 0 -25px no-repeat;cursor:pointer;}
div.mt_dtable_s1 ul.dtnawiggora1 li.selected a span{background:url(../images/nrgora.png) 100% -25px no-repeat;}
div.mt_dtable_s1 ul.dtnawiggora1 li.selected a span span{background:url(../images/nmgora.png) 0 -25px repeat-x;}
div.mt_dtable_s1 ul.dtnawigdol1{margin:5px auto;list-style:none;border:none;height:25px;background:url(../images/liniagora.gif) 0% 0% repeat-x;position:relative;}
div.mt_dtable_s1 ul.dtnawigdol1 li{margin:0px 5px 0px 5px;padding:0px;float:left;display:block;}
div.mt_dtable_s1 ul.dtnawigdol1 li a{float:left;display:block;background:url(../images/nldol.png) 0 0 no-repeat;}
div.mt_dtable_s1 ul.dtnawigdol1 li a span{float:left;display:block;padding:3px 3px 3px 3px;background:#eeeeee;}
div.mt_dtable_s1 ul.dtnawigdol1 li a span span{height:25px;padding:3px 3px 3px 3px;background;line-height:25px;font-size:100%;overflow:hidden;}
div.mt_dtable_s1 ul.dtnawigdol1 li.selected a{background:url(../images/nldol.png) 0 -25px no-repeat;cursor:pointer;}
div.mt_dtable_s1 ul.dtnawigdol1 li.selected a span{background:url(../images/nrdol.png) 100% -25px no-repeat;}
div.mt_dtable_s1 ul.dtnawigdol1 li.selected a span span{background:url(../images/nmdol.png) 0 -25px repeat-x;}
div.mt_dtable_s1 .article h3{font-family:Arial, Tahoma;text-align:left;}
div.mt_dtable_s1 .article{margin:2px;text-align:left;}
div.mt_dtable_s1 div.oknogora1 .article{margin:2px;text-align:left;}
div.mt_dtable_s1 div.oknodol1 .article{margin:2px;text-align:left;}
div.mt_dtable_s1 div.oknodol2 .article{margin:2px;text-align:left;}
div.mt_dtable_s1 li a:link{color:#444444;text-decoration:none;}
div.mt_dtable_s1 li a:hover{color:#333333;text-decoration:none;border:none;}
div.mt_dtable_s1 li a:visited{color:#444444;text-decoration:none;}
div.mt_dtable_s1 li.selected a:link{color:#333333;text-decoration:none;border:none;}
div.mt_dtable_s1 li.selected a:hover{color:#333333;text-decoration:none;border:none;}
div.mt_dtable_s1 li.selected a:visited{color:#444444;text-decoration:none;border:none;}
div.mt_dtable_s1 .dtnawiggora .button, div.mt_dtable_s1 .dtnawiggora .button:hover, div.mt_dtable_s1 .dtnawiggora .button:active, div.mt_dtable_s1 .dtnawiggora .button:focus{background:none;border:none;}
div.mt_dtable_s1 .dtnawigdol .button, div.mt_dtable_s1 .dtnawigdol .button:hover, div.mt_dtable_s1 .dtnawigdol .button:active, div.mt_dtable_s1 .dtnawigdol .button:focus{background:none;border:none;}
div.mt_dtable_s1 .dtnawiggora1 .button, div.mt_dtable_s1 .dtnawiggora1 .button:hover, div.mt_dtable_s1 .dtnawiggora1 .button:active, div.mt_dtable_s1 .dtnawiggora1 .button:focus{background:none;border:none;}
div.mt_dtable_s1 .dtnawigdol1 .button, div.mt_dtable_s1 .dtnawigdol1 .button:hover, div.mt_dtable_s1 .dtnawigdol1 .button:active, div.mt_dtable_s1 .dtnawigdol1 .button:focus{background:none;border:none;}
div.mt_dtable_s1 div div div div,
div.mt_dtable_s1 div div div div div,
div.mt_dtable_s1 div div div div div div,
div.mt_dtable_s1 div div div div div div div,
div.mt_dtable_s1 div div div div div div div div,
div.mt_dtable_s1 div div div div div div div div div,
div.mt_dtable_s1 div div div div div div div div div div,
div.mt_dtable_s1 div div div div div div div div div div div,
div.mt_dtable_s1 div div div div div div div div div div div div{width:100%;padding:0;margin:0;background:none;}
div.module-bg1 div.mt_dtable_s1 li a, div.module-bg1 div.mt_dtable_s1 li a span, div.module-bg1 div.mt_dtable_s1 li a span span,
div.module-bg2 div.mt_dtable_s1 li a, div.module-bg2 div.mt_dtable_s1 li a span, div.module-bg2 div.mt_dtable_s1 li a span span,
div.module-bg3 div.mt_dtable_s1 li a, div.module-bg3 div.mt_dtable_s1 li a span, div.module-bg3 div.mt_dtable_s1 li a span span,
div.module-bg4 div.mt_dtable_s1 li a, div.module-bg4 div.mt_dtable_s1 li a span, div.module-bg4 div.mt_dtable_s1 li a span span,
div.module-bg5 div.mt_dtable_s1 li a, div.module-bg5 div.mt_dtable_s1 li a span, div.module-bg5 div.mt_dtable_s1 li a span span{width:auto;padding:0px;margin:0px 0px;text-decoration:none;}
div.mt_dtable_s1 ul.dtnawigdol{padding:5px 0px 0px 0px;margin:auto;list-style:none;height:1px;position:relative;}
div.mt_dtable_s1 ul.dtnawigdol li{margin:0px 0px 0px 0px;padding:0px;float:left;display:block;}
div.mt_dtable_s1 ul.dtnawigdol li a span{float:left;display:block;padding:0px 5px 0px 5px;background:url(../images/butr1.png) 100% 0 no-repeat;}
div.mt_dtable_s1 ul.dtnawigdol li a span span{height:25px;padding:0px 0px 0px 5px;background:url(../images/butl1.png) 0 0 repeat-x;line-height:25px;font-size:100%;overflow:hidden;}
div.mt_dtable_s1 ul.dtnawigdol li.selected a span{background:url(../images/butr1.png) 100% -25px no-repeat;}
div.mt_dtable_s1 ul.dtnawigdol li.selected a span span{background:url(../images/butl1.png) 0 -25px repeat-x;}
div.mt_dtable_s1 ul.dtnawiggora{padding:5px 0px 0px 0px;margin:auto;list-style:none;line-height:25px;position:relative;height:25px;}
div.mt_dtable_s1 ul.dtnawiggora li{margin:-5px 0px 0px 0px;padding:0px;float:left;display:block;}
div.mt_dtable_s1 ul.dtnawiggora li a span{float:left;display:block;padding:0px 5px 0px 5px;background:url(../images/butr1.png) 100% 0 no-repeat;}
div.mt_dtable_s1 ul.dtnawiggora li a span span{height:25px;padding:0px 5px 0px 5px;background:url(../images/butl1.png) 0 0 repeat-x;line-height:25px;font-size:100%;overflow:hidden;}
div.mt_dtable_s1 ul.dtnawiggora li.selected a span{background:url(../images/butr1.png) 100% -25px no-repeat;}
div.mt_dtable_s1 ul.dtnawiggora li.selected a span span{background:url(../images/butl1.png) 0 -25px repeat-x;}
div.mt_dtable_s1 a.mbutton{width:80px;display:block;background:url(../images/mbut1.png) 0 0 no-repeat;margin:0 3px 0 0;padding:0 0 0 5px;float:right;height:20px;line-height:20px;font-size:11px;text-decoration:none;color:#444444;}
div.mt_dtable_s1 a.mbutton:hover{text-decoration:none;background:url(../images/mbut1.png) 0 -20px no-repeat;color:#333333;}
.jcomments-links{margin-top:10px;clear:both;text-align:left}
.comments-link, .readmore-link{padding:0 5px 5px 14px;background-image:url(images/jc_blog.gif);background-repeat:no-repeat}
.comments-link{background-position:0 -27px}
.readmore-link{background-position:0 2px}
#jc a:link, #jc a:visited, #jc a:hover{outline:none}
#jc .clear{clear:both;height:1px;overflow:hidden}
#jc .busy{display:none;margin:3px auto;padding:0;width:16px;height:16px;background:url(images/jc_busy.gif) no-repeat;}
#jc h4{color:#555;background-color:inherit;font-weight:bold;text-align:left;border-bottom:1px solid #D2DADB;padding:0 0 2px 0;margin-bottom:10px}
.comment-body{line-height:1.5em!important;}
#jc p.message{color:#777;background-color:inherit;background-image:none;text-align:center;text-decoration:none;text-transform:none;text-indent:0;padding:5px 0 0 0;border-top:1px solid #D2DADB}
#comments{margin:0;padding:0;width:100%;text-align:left;text-decoration:none;text-transform:none;text-indent:0}
#comments a{;background-color:inherit;font-weight:normal;text-decoration:none}
#comments a:active, #comments a:focus, #comments a:hover{}
#comments a[rel*=external], #comments a[rel*=external]:active, #comments a[rel*=external]:hover, #comments a[rel*=external]:focus{background:url(images/jc_link.gif) no-repeat center right;padding:0 10px 0 0;margin:0 2px;display:inline-block}
#comments .rss, #comments .refresh, #comments .subscribe{padding:0 0 0 14px;margin:0 2px;border:none;display:inline-block}
#comments .rss{background:url(images/jc_rss.gif) no-repeat center left !important}
#comments .refresh{background:url(images/jc_refresh.gif) no-repeat center left !important}
#comments .subscribe{background:url(images/jc_subscribe.gif) no-repeat center left !important}
#comments h4 .rss, #comments h4 .refresh{padding:0 0 0 10px;margin:0 0 0 5px;display:inline-block}
#comments-list-footer{margin:0 0 10px 20px !important}
#comments-form-link .showform{margin:5px 0 0 22px;padding:0 0 5px 14px;background:url(images/jc_blog.gif) no-repeat 0 -28px;border:none;font-weight:bold;display:block}
#comments .comment-box{margin:0;padding:0;}
#comments .comment-avatar{float:left;margin:0;padding:0}
#comments .avatar-indent{padding-left:40px}
#comments .comment-anchor{text-decoration:none;border:none}
#comments .comment-author, #comments .author-homepage{}
#comments .author-homepage{}
#comments .comment-title{}
#comments .comment-avatar img{width:32px;border:none !important;}
#comments .comment-date{margin:0;padding:0 0 0 50px;}
#comments .comment-body{margin:6px 0 0;padding:0 0 2px}
}
#comments .hidden{clear:both;display:block;margin:5px 0}
#comments .comments-buttons{height:15px;float:right}
#comments .email, #comments .emailactive{font:normal 1em Verdana, Arial, Sans-Serif;text-decoration:none;white-space:normal;margin:0;padding:0;line-height:10px;cursor:pointer;border-bottom:1px dotted #999}
#comments .email{color:#444;background-color:inherit}
#comments .emailactive{color:#cc0000;background-color:inherit}
#comments .email img, #comments .emailactive img{padding:0}
#comments p{font:normal 1em Verdana, Arial, Sans-Serif;margin:5px 5px 5px 0;padding:0;text-decoration:none;text-transform:none;text-indent:0}
#comments .comment-body img{padding:0;border:0 none}
#comments .comment-body .img{padding:4px 0 !important;max-width:500px}
#comments .toolbar{clear:both;color:#ccc;border-top:1px solid #ccc;margin:8px 0 0 0;padding:5px 0 0 0}
#comments .toolbar a, #comments .toolbar a:hover{float:left;margin:0 2px 0 0;width:16px;height:16px;cursor:pointer;background-color:transparent !important;background-image:url(images/jc_toolbar.gif) !important}
#comments .toolbar-button-edit{background-position:0 0 !important}
#comments .toolbar-button-delete{background-position:0 -16px !important}
#comments .toolbar-button-unpublish{background-position:0 -32px !important}
#comments .toolbar-button-publish{background-position:0 -48px !important}
#comments .toolbar-button-ip{background-position:0 -64px !important}
#comments .toolbar-button-ban{background-position:0 -80px !important}
#comments .comments-list{margin-left:20px;height:1%}
#comments .even, #comments .odd{background-image:none;background-color:transparent;border:none;margin-left:0;margin-bottom:10px;padding:0}
#comments-list .comments-inline-edit{padding:5px;margin:5px 0;color:inherit;background-color:#ddd;border:1px solid #ccc}
div.comments-policy{color:#777;text-align:left;text-decoration:none;text-transform:none;text-indent:0;background-color:inherit;border:1px dotted #ccc;padding:5px;margin:5px 0 5px 20px;margin-left:20px !important;}
div.comments-policy ol, div.comments-policy ul{margin:0;padding:5px 0 0 20px;line-height:5px}
div.comments-policy ol li, div.comments-policy ul li{font:normal 1em Verdana, Arial, Sans-Serif;margin:0;padding:0;border:none;line-height:5px}
#comments-form, #comments-form p, #comments-report-form, #comments-report-form p, #comments-form span, #comments-form .counter{text-align:left;text-decoration:none;text-transform:none;text-indent:0}
#comments-form p, #comments-report-form p, #comments-form span, #comments-form .counter{color:#777;font:normal 1em Verdana, Arial, Sans-Serif}
#comments-form p, #comments-form #comments-form-buttons, #comments-form #comments-form-error, #comments-form #comments-form-captcha-holder{font:normal 1em Verdana, Arial, Sans-Serif;margin-left:20px !important;margin-top:10px;margin-bottom:8px;overflow:hidden;padding:0}
#comments-inline-edit{border:1px solid #ccc;margin:5px 0 0 0;background:#fff}
#comments-inline-edit #comments-form p, #comments-inline-edit #comments-form #comments-form-buttons,
#comments-inline-edit #comments-form-error{font:normal 1em Verdana, Arial, Sans-Serif;margin-left:5px !important;margin-left:5px;margin-top:5px;margin-bottom:2px;padding:0}
#comments-form img.smile{margin:0 3px 3px 0;padding:0;border:none;cursor:pointer}
#comments-form img.captcha{padding:0;margin:0 0 3px 0;border:1px solid #ccc}
#comments-form span.captcha{padding:0 0 0 12px;color:#777;background:url(images/jc_refreshg.gif) no-repeat 0 2px;cursor:pointer;display:inline-block}
#comments-form label, #comments-report-form label{color:#777;background-color:inherit;line-height:1.5em;padding:0;margin:0;vertical-align:middle}
#comments-form input, #comments-report-form input, #comments-form textarea{color:#444;background-color:#fff;padding:0 !important;margin:0;border:1px solid #ccc}
#comments-form input{width:170px;margin-bottom:2px;height:1.5em}
#comments-form input.selected, #comments-form textarea.selected{color:#777;background-color:#ffffe0 !important;border:1px solid #849B9F}
#comments-form input.error, #comments-form textarea.error{border:1px solid #f00;text-decoration:none;text-transform:none;background-color:#ffffe0}
#comments-form input.checkbox{width:16px;line-height:1.5em;padding:0;margin:0;vertical-align:middle;border:none}
#comments-form input.captcha{width:116px;margin:3px 0 5px 0}
#comments-form textarea{max-width:400px !important;width:350px;margin:0;resize:none;}
#comments-form-message{padding:5px 5px 5px 25px;margin-right:5px;display:block}
.comments-form-message-error{background:#FFD86F url(images/jc_error.gif) no-repeat 4px 50%}
.comments-form-message-info{background:#DFEEFF url(images/jc_info.gif) no-repeat 4px 50%}
#comments-form .counterpanel{height:13px;display:block;overflow:hidden;color:#ccc;padding:0;margin:0;border:1px solid #ddd;border-top-width:0;max-width:400px !important;width:350px;background-color:#eee}
#comments-form .grippie{height:13px;display:block;overflow:hidden;color:#ccc;padding:0;margin:0;border:1px solid #ddd;border-top-width:0;max-width:400px !important;width:350px;cursor:s-resize;background:#eee url(images/jc_resize.gif) no-repeat right 2px}
#comments-form .grippie .counter{font-size:10px;padding:0;margin:0}
#comments-form .grippie span{display:block;float:left}
#comments-form .grippie span span{display:inline;float:none}
#comments-form .btn, #comments-report-form .btn{float:left;background:url(images/jc_btnl.gif) no-repeat;margin-right:5px}
#comments-form .btn div, #comments-report-form .btn div{margin:0 -1px 0 0;float:left;background:url(images/jc_btnr.gif) 100% 0 no-repeat}
#comments-form .btn a, #comments-report-form .btn a{text-decoration:none;height:22px;line-height:22px;font-size:12px;font-weight:bold;color:#777;padding:0 5px;border:none}
#comments-form .btn a:hover, #comments-form .btn a:focus, #comments-report-form .btn a:hover, #comments-report-form .btn a:focus{text-decoration:none;color:#0B55C4;background-color:transparent}
#comments-form-smilespanel{display:none;cursor:pointer;padding:2px;max-width:200px;background-color:#fff;border:1px solid #ccc;overflow:auto;left:0;top:0;position:absolute;z-index:999999 !important;}
#comments-footer, #comments-footer a{color:#ccc !important;background-color:inherit;font:normal 9px Verdana, Arial, Sans-Serif !important}
#comments-footer{display:block;height:14px;border-top:1px solid #ccc;padding-top:1px;margin-top:4px;text-align:right}
#comments-footer a{text-decoration:none !important;text-transform:none;padding:0;margin:0;border:none !important;float:right;background:none !important}
body #jc #nav-bottom, body #jc #nav-top{line-height:19px !important;line-height:17px;height:auto !important;text-align:center;margin:0 auto;}
#jc #nav-bottom span.page, #jc #nav-top span.page{color:#777;background-color:#eee;border:1px solid #d6dadd}
#jc #nav-bottom span.hoverpage, #jc #nav-top span.hoverpage{color:#777;background-color:#e8e9ea;border:1px solid #d6dadd}
#jc #nav-bottom span, #jc #nav-top span{color:#777;background-color:inherit;font-size:10px;font-family:Arial, sans-serif;margin:0 2px;height:15px;padding:2px 8px;cursor:pointer;vertical-align:top;display:inline-block;}
#jc #nav-bottom span.activepage, #jc #nav-top span.activepage{font-weight:bold;color:inherit;background-color:white}
#jc div#nav-bottom, #jc div#nav-top{position:relative;z-index:2;width:100%}
#jc div#nav-bottom{margin:10px 0 0 0;padding:0;background:url(images/jc_dot.gif) repeat-x top left}
#jc #nav-bottom span.activepage{border-bottom:1px solid #d6dadd;border-left:1px solid #d6dadd;border-right:1px solid #d6dadd;border-top:1px solid white}
#jc div#nav-top{margin:10px 0;background:url(images/jc_dot.gif) repeat-x bottom}
#jc #nav-top span.activepage{border-top:1px solid #d6dadd;border-left:1px solid #d6dadd;border-right:1px solid #d6dadd;border-bottom:1px solid white}
#nav-bottom span.page{display:inline-block;}
#jc span.comments-vote{width:6em;height:15px;float:right}
#jc span.comments-vote a{width:15px;height:14px;float:left;margin:0 3px 0 0;display:block;background-repeat:no-repeat;background-image:url(images/jc_vote.gif);border:none !important;text-decoration:none}
#jc span.comments-vote .busy{margin:0;float:right;width:16px}
#jc .vote-good{background-position:0 0}
#jc .vote-poor, #jc a.vote-poor:hover{background-position:-15px 0}
#jc span.vote-good,#jc span.vote-poor,#jc span.vote-none{margin:0;float:right;font:bold 1em Verdana, Arial, Sans-Serif;line-height:14px}
#jc span.vote-good{color:#339900}
#jc span.vote-poor{color:#CC0000}
#jc span.vote-none{color:#A9A9A9}
#jc span.bbcode{width:auto;height:23px;display:block;margin-bottom:5px}
#jc .bbcode a, #jc .bbcode a:focus, #jc .bbcode a:active, #jc .bbcode a:hover{width:23px;height:23px;float:left;margin:0 2px 0 0;display:block;background-color:transparent !important;background-repeat:no-repeat;background-image:url(images/jc_bbcodes.gif);text-decoration:none;border:none !important}
#jc a.bbcode-empty{background-position:0 0}
#jc a.bbcode-b{background-position:-30px 0 !important}
#jc a.bbcode-i{background-position:-60px 0 !important}
#jc a.bbcode-u{background-position:-90px 0 !important}
#jc a.bbcode-s{background-position:-120px 0 !important}
#jc a.bbcode-url{background-position:-150px 0 !important}
#jc a.bbcode-img{background-position:-180px 0 !important}
#jc a.bbcode-list{background-position:-210px 0 !important}
#jc a.bbcode-hide{background-position:-240px 0 !important}
#jc a.bbcode-quote{background-position:-270px 0 !important}
#jc a.bbcode-smile{background-position:-300px 0 !important}
#jc a.bbcode-youtube{background-position:-330px 0 !important}
#jc a.bbcode-google{background-position:-360px 0 !important}
#jc a.bbcode-wiki{background-position:-390px 0 !important}
#jc a.bbcode-facebook{background-position:-420px 0 !important}
#jc a.bbcode-flickr{background-position:-450px 0 !important}
#jc span.bbcode img{width:23px;height:23px;float:left;margin:0 2px 0 0}
#jc .custombbcode{width:23px;height:23px;float:left;margin:0 2px 0 0;display:block;text-decoration:none;cursor:pointer}
#jc .rbox_m{border:1px solid #dddddd;width:auto;padding:10px;background-color:#ffffff;line-height:100%}