/*******************************************************************************
	Author: kodoGrafia kodografia.pl / skladacze.pl 
*******************************************************************************


   1. BASE    
    
      1.1 Reset
      1.2 Helper classes    
          1.2.1 Hidden Accessible
          1.2.2 Clearfix
          1.2.3 Image replacement
      1.3 Skip links
      1.4 font-face
      1.5 Default styles
        
   2. COMMON
    
      2.1 Container
      2.2 Header
          2.2.1 Navigation
          2.2.2 search form
      2.3 Baner
      2.4 Content
      2.5 Footer


*******************************************************************************/


/* 1. BASE
--------------------------------------------------------------------------------
==============================================================================*/


/* 1.1 Reset
------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }


/* 1.2 Helper classes
------------------------------------------------------------------------------*/

/* 1.2.1 Hidden Accessible */

.hidden { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }


/* 1.2.2 Clearfix */

.clearfix:after,
.baner_nav:after,
.slider li:after,
.img_bg:after,
.logs:after,
#bottom_nav:after{ content: "."; display: block; visibility: hidden; clear: both; height: 0; }


/* 1.2.3 Image replacement */

.ir,.site-name,
#search input[type="submit"],
#baner .bx-pager a,
.bx-prev, .bx-next{ display: block; text-indent: -999em; overflow: hidden; text-transform: capitalize; background-repeat: no-repeat; text-align: left; }


/* 1.3 Skip links
------------------------------------------------------------------------------*/

#skip-links { position:absolute; left:0; top:0; }
#skip-links a { position:absolute; left: -99999px; top:0; }
#skip-links a:focus, #skip-links a:active { position:relative; left:10px; top:18px; z-index:9999; padding: 8px 15px; text-decoration: none; outline:none; border: 1px dotted #fff; color: #fff; font-weight:bold; background: #999; }

/* 1.5 @font-face 
------------------------------------------------------------------------------*/
@font-face {
    font-family: 'AniversRegular';
    src: url('../font/anivers_regular-webfont.eot');
    src: url('../font/anivers_regular-webfont.eot#iefix') format('embedded-opentype'),
         url('../font/anivers_regular-webfont.woff') format('woff'),
         url('../font/anivers_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/* 1.5 Default styles
------------------------------------------------------------------------------*/

body { font: 11px/1.4 "AniversRegular", Georgia, garamond,serif; color: #5d5133; background: #ededed url(../img/bg_grad.png) top left repeat-x; padding:0px;}
input, textarea, select { font-family: "AniversRegular", Georgia, Geneva, sans-serif; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; }
hr { display: none; }
strong { font-weight: bold; }
em { font-style: italic; }
del { text-decoration: line-through; }
th, td { vertical-align: top; }
th { font-weight: normal; text-align: left; }
address, cite, dfn { font-style: normal; }
abbr, acronym { border-bottom: 1px dotted #666; cursor: help; }
a, a:visited { text-decoration: none; color: #b6ce16; }
a:hover, a:active, a:focus { text-decoration: underline; }	
h2,h1,h3,h4, #navigation li a,.baner_nav ul li,.slider li,#newsaccordion li h3,
#newsaccordion li .newscontent p strong{ font: 22px/1.4 'AniversRegular',garamond,serif;font-weight:normal;}


/* 2. COMMON
--------------------------------------------------------------------------------
==============================================================================*/


/* 2.1 Container
------------------------------------------------------------------------------*/

.container {
    background: url("../images/bg_good2.png") no-repeat scroll center top transparent;
}


/*.img_bg {background: transparent url(../img/img_bg.png) left 100px no-repeat; padding-bottom:60px;} ZAKOMENTOWANE ZDJECIE ZAWODNICZKI W TLE */
.img_bg.nobg{background:none;}
.in{width:1000px; margin:0 auto; position: relative;}

/* 2.2 Header
------------------------------------------------------------------------------*/
#header{position:relative;height:117px;}
.site-name{width:102px; height:98px; display:block; position:absolute; left:10px; top:8px;}

/* 1.2.1 Navigation*/
#navigation{position:absolute; left:130px; top:5px;}
#navigation li{float:left;margin-right:10px;}     
#navigation li a{color:#34a744; font-size:22px; line-height:19px; padding:24px 8px 23px;display:block;}
#navigation li a:hover,#navigation li.hover > a{color:#b6ce16; background: transparent url(../img/menu_arrow.png) bottom center no-repeat;text-decoration:none;}
#navigation li ul{display:none;position:absolute; left:0px; top:65px; height:51px;}
#navigation li ul li {margin-right:17px;}
#navigation li ul li  a{padding:9px 0;color:#ffffff; font-size:17px;text-shadow: 1px 1px 1px #2b8435;filter: dropshadow(color=#2b8435, offx=1, offy=1);}
#navigation li ul li  a:hover{background: transparent url(../img/submenu_bg.png) bottom left repeat-x;color:#fff;}

/* 1.2.2 Search form */
#search{position:absolute; right:10px; bottom:11px;}
#search input[type="text"]{width:182px; height:29px; padding-left:10px;line-height:29px;font-size:12px; color:#747474;border:0px;display:inline;background: transparent; }
#search input[type="submit"]{width:42px; height:29px;border:0px;display:inline;cursor: pointer;background: transparent; }

/* 2.3 Baner
------------------------------------------------------------------------------*/
#baner{padding-top:50px;margin-bottom:50px;}
.baner_nav{margin-left:122px;border-bottom:1px solid #c1c1c1; width:433px;}
.baner_nav ul li{float:left; display:block; height:37px; line-height:40px;padding:0px 19px;  background: transparent url(../img/zakladki_baner_bg.png) left 5px repeat-x;color:#00863e; font-size:22px;margin-right:5px;cursor: pointer;}
.baner_nav ul li.current{color:#ffffff; line-height:36px;text-shadow: 1px 1px 1px #2b8435;filter: dropshadow(color=#2b8435, offx=1, offy=1); background: transparent url(../img/zakladki_baner_bg.png) left bottom repeat-x;}

#baner .tabs .tab{display:none;}
#baner .tabs .tab.current{display:block;}

.slider ul{height:270px; overflow: hidden;}
.slider li{width:780px; margin:0 auto;padding-bottom:10px; }
.slider li .left{float:left;width:375px;padding-left:20px;padding-top:30px;}
#slider1 li .left{padding:0px;width:175px;padding-top:30px;padding-left:5px;}
#slider1 li .center{padding-left:30px;width:370px;float:left;padding-top:50px;}
.slider li h2{font-size:38px; color:#196419; line-height:30px; padding-bottom:10px;}
.slider li h2 a{color:#196419;text-decoration:none; line-height: 40px}
.slider li  p{font-size:14px; color:#000000; line-height:16px;}
.slider li  strong{color:#196419;font-weight:bold;}
.slider li a.comment_link,.slider li a.comment_link:visited, .slider li a.more{ color:#196419; float:right;font-size:14px;margin-top:20px;font-weight:bold;}
.slider li .right{float:right; width:350px;background: transparent url(../img/img_shadow.png)  center bottom no-repeat;padding-bottom:7px;position:relative; }
#slider1 li .right{padding:0px;width:175px;padding-top:30px;padding-right:5px;background:none}
.slider li .right a.play{display:block; width:333px; height:241px;background: transparent url(../img/play_button.png)  center center no-repeat;position:absolute;}
#baner  .bx-wrapper{ padding-left:120px;padding-right:90px;}
#baner  .bx-pager a{display:block; width:253px; height:30px;background: transparent url(../img/baner_nav.png)  center  3px no-repeat;float:left;margin-right:1px;}
#baner  .bx-pager a.pager-active{background: transparent url(../img/baner_nav.png)  center bottom no-repeat;}
#baner  .bx-prev,#baner  .bx-next{display:block; width:23px; height:37px;background: transparent url(../img/arrows.png)  top center no-repeat;position:absolute; left:5px; top:90px;}
#baner  .bx-next{left:auto; right:5px;background: transparent url(../img/arrows.png)  bottom center no-repeat;}
#slider1 li .box_content{width:175px;text-align:center; min-height:187px;padding-top:20px;-webkit-box-shadow:  1px 5px 5px  #cacaca;box-shadow:  1px 5px 5px  #cacaca;background:#fbfbfb;position:relative;}
#slider1 li .box_content .bottom{width:165px;padding-left:10px;color:#93c94b;position:absolute; background: #fff url(../img/line.png)  top left repeat-x; bottom:0px; left:0px; min-height:24px; line-height:24px; text-align:left;font-family:'AniversRegular',garamond,serif;font-size:16px;font-weight:bold; padding-top:10px; padding-bottom:10px;}
#slider1 li h2{font-size:38px;margin-bottom:10px;}
#slider1 li dt{clear:both; float:left; font-size:14px; color:#858585; font-weight:bold;width:90px; display:block;font-family:'AniversRegular',garamond,serif;}
#slider1 li dd{ float:left; font-size:14px; color:#196419; font-weight:bold;width:100px; display:block;font-family:'AniversRegular',garamond,serif;}
.fbFeedbackContent{min-height:187px;}
.box_aktualnosci{margin-bottom:50px;}
/* 2.3 Content
------------------------------------------------------------------------------*/
.left_box{width:726px; min-height:400px; background: #fff url(../img/box_bg.png) top left no-repeat; float:left;-webkit-box-shadow: 1px 5px 5px #cacaca; box-shadow: 1px 5px 5px #cacaca;}
.left_box_podstrona{width:726px; background: #fff url(../img/box_bg2.png) top left no-repeat; float:left;-webkit-box-shadow: 1px 5px 5px #cacaca; box-shadow: 1px 5px 5px #cacaca;}
.right_box{width:265px; float:right;}

.box_first{clear:both;}
/*#newsaccordion{height:262px;}*/
#newsaccordion .shadow_in{-webkit-box-shadow:  1px 5px 5px  #cacaca;box-shadow:  1px 5px 5px  #cacaca;}
#newsaccordion li h3{height:47px; line-height:47px;cursor: pointer; padding-left:15px;position:relative;background: transparent url(../img/tab_bg.jpg)  top left no-repeat;color:#ffffff; font-size:24px;text-shadow: 1px 1px 1px #2b8435;filter: dropshadow(color=#2b8435, offx=1, offy=1);}
#newsaccordion li h3 span{display:block; width:23px; height:16px;background: transparent url(../img/arrows_up_down.png)  top left no-repeat;position:absolute; right:15px; top:17px;}
#newsaccordion li h3.active span{background: transparent url(../img/arrows_up_down.png)  bottom left no-repeat;}
#newsaccordion li .newscontent{background: #ffffff url(../img/tab_body_bg.jpg)  top left no-repeat; padding-top:15px; padding-bottom:15px}
#newsaccordion li .newscontent h4{color:#8cc63f; font-size:24px;line-height:26px; padding:0px 16px 16px 16px; background: transparent url(../img/line.png)  bottom left repeat-x;}
#newsaccordion li .newscontent p{padding:8px;color:#858585;line-height:16px;}
#newsaccordion li .newscontent p strong{font-size:14px;color:#858585;padding-bottom:6px;line-height:17px;font-weight:bold;}

#newsaccordion li .newscontent-zawodnik-list{background: #ffffff url(../img/tab_body_bg.jpg)  top left no-repeat; padding-top:5px; padding-bottom:5px}
#newsaccordion li .newscontent-zawodnik-list h4{color:#8cc63f; font-size:24px;line-height:19px;padding:16px;background: transparent url(../img/line.png)  bottom left repeat-x;}
#newsaccordion li .newscontent-zawodnik-list p{padding:8px; padding-left: 8px; color:#858585;line-height:16px;}
#newsaccordion li .newscontent-zawodnik-list p strong{font-size:14px;color:#858585;padding-bottom:6px;line-height:17px;font-weight:bold;}
#newsaccordion li .newscontent-zawodnik-list p.news_list{padding:4px; padding-left: 14px; color:#858585;line-height:16px;}
#newsaccordion li .newscontent-zawodnik-list .news_list strong{font-size:14px;color:#858585;padding-bottom:6px;line-height:17px;font-weight:bold;}
.box_kadra{margin-bottom:50px;}

#newsaccordion li .newscontent p.news_list{padding:4px;color:#858585;line-height:16px;}
#newsaccordion li .newscontent .news_list strong{font-size:14px;color:#858585;padding-bottom:6px;line-height:17px;font-weight:bold;}

/*#newNewsaccordion{height:262px;}*/
#newNewsaccordion .shadow_in{-webkit-box-shadow:  1px 5px 5px  #cacaca;box-shadow:  1px 5px 5px  #cacaca;}
#newNewsaccordion li h3{height:47px; line-height:47px;cursor: pointer; padding-left:15px;position:relative;background: transparent url(../img/tab_bg.jpg)  top left no-repeat;color:#ffffff; font-size:24px;text-shadow: 1px 1px 1px #2b8435;filter: dropshadow(color=#2b8435, offx=1, offy=1);}
#newNewsaccordion li h3 span{display:block; width:23px; height:16px;background: transparent url(../img/arrows_up_down.png)  top left no-repeat;position:absolute; right:15px; top:17px;}
#newNewsaccordion li h3.active span{background: transparent url(../img/arrows_up_down.png)  bottom left no-repeat;}
#newNewsaccordion li .newscontent{background: #ffffff url(../img/tab_body_bg.jpg)  top left no-repeat; padding-top:15px; padding-bottom:15px}
#newNewsaccordion li .newscontent h4{color:#8cc63f; font-size:24px;line-height:19px; padding:0px 16px 16px 16px; background: transparent url(../img/line.png)  bottom left repeat-x;}
#newNewsaccordion li .newscontent p{padding:8px;color:#858585;line-height:16px;}
#newNewsaccordion li .newscontent p strong{font-size:14px;color:#858585;padding-bottom:6px;line-height:17px;font-weight:bold;}

#newNewsaccordion li .newscontent-zawodnik-list{background: #ffffff url(../img/tab_body_bg.jpg)  top left no-repeat; padding-top:5px; padding-bottom:5px}
#newNewsaccordion li .newscontent-zawodnik-list h4{color:#8cc63f; font-size:24px;line-height:19px;padding:16px;background: transparent url(../img/line.png)  bottom left repeat-x;}
#newNewsaccordion li .newscontent-zawodnik-list p{padding:8px; padding-left: 8px; color:#858585;line-height:16px;}
#newNewsaccordion li .newscontent-zawodnik-list p strong{font-size:14px;color:#858585;padding-bottom:6px;line-height:17px;font-weight:bold;}
#newNewsaccordion li .newscontent-zawodnik-list p.news_list{padding:4px; padding-left: 14px; color:#858585;line-height:16px;}
#newNewsaccordion li .newscontent-zawodnik-list .news_list strong{font-size:14px;color:#858585;padding-bottom:6px;line-height:17px;font-weight:bold;}

#newNewsaccordion li .newscontent p.news_list{padding:4px;color:#858585;line-height:16px;}
#newNewsaccordion li .newscontent .news_list strong{font-size:14px;color:#858585;padding-bottom:6px;line-height:17px;font-weight:bold;}

.news_listing{background-image: url('http://impelwroclaw.pl/css/images/n/list_bg.png'); background-repeat: no-repeat; background-color: transparent; margin-left: 10px; margin-bottom:20px;}
.news_listing-cont{width: 400px; float: left; display: inline; text-align: justify; min-height:120px; margin-left: 15px;}
.news_listing-cont a{color:#858585}
.news_listing a{color: #b6ce16; }

.left_box{position:relative;}
.left_box h2{color:#008940; font-size:22px; padding-left:15px; line-height:44px; padding-top:3px;}    
.left_box h3{color:#008940; font-size:32px; line-height:44px; padding-top:3px;}  

.left_box_podstrona{position:relative;}
.left_box_podstrona h2{color:#008940; font-size:22px; padding-left:15px; line-height:44px; padding-top:3px;}  
.left_box_podstrona h3{color:#008940; font-size:32px; line-height:44px; padding-top:3px;}  

ul.buttons{position:absolute; right:10px; top:8px;}
ul.buttons li{float:left; margin-left:5px;}
ul.buttons li a{text-decoration:none;display:block;text-shadow: 1px 1px 1px #2b8435;filter: dropshadow(color=#2b8435, offx=1, offy=1); text-align:center;width:42px; height:32px; text-align:center; line-height:32px;color:#d1df30; font-size:14px;font-family:'AniversRegular',garamond,serif;background: transparent url(../img/mini_bg.jpg)  left top no-repeat;}
ul.buttons li.rss a{text-shadow:none;background: transparent url(../img/mini_bg.jpg)  left bottom no-repeat;color:#1f6c1d;}

ul.news{clear:both;margin-left:12px;margin-top:12px;}
ul.news li{float:left; width:223px;  margin-right:19px;position:relative;}
ul.news li.last{margin-right:0px;}
ul.news li img{-webkit-box-shadow:  1px 5px 5px  #cacaca;box-shadow:  1px 5px 5px  #cacaca;}
ul.news li a.play{display:block; width:221px; height:147px;background: transparent url(../img/play_min.png)  center center no-repeat;position:absolute;}
ul.news li h3{color:#8cc63f; line-height:17px;font-weight:bold; font-size:16px;margin-bottom:9px;font-family:'AniversRegular',garamond,serif;padding:9px;padding-bottom:0px;}
ul.news li h3 a{text-decoration:none;font-family:'AniversRegular',garamond,serif;}
ul.news li p{font-size:12px; color:#747474;margin-bottom:8px;padding:0 9px;}   
ul.news li  a.more{color:#008940; font-size:12px;font-family:'AniversRegular',garamond,serif;margin-left:9px;font-weight:bold;}
ul.news li #img-center{text-align:center;}

.box{float:left;margin-right:10px; padding-top:28px;}
.box h3{font-size:22px; color:#93c94b;padding-left:18px; font-weight:bold;padding-bottom:7px;}
.box .box_content{width:236px;text-align:center; height:287px;-webkit-box-shadow:  1px 5px 5px  #cacaca;box-shadow:  1px 5px 5px  #cacaca;background:#fff;position:relative}
.box .bottom{color:#93c94b;position:absolute; background: transparent url(../img/line.png)  top left repeat-x; bottom:0px; left:0px; height:44px; line-height:44px; width:100%;text-align:right;font-family:'AniversRegular',garamond,serif;font-size:12px;font-weight:bold;}
.box .bottom a{color:#93c94b;}
.box_tw .bottom a, .box_sklad  .bottom a{color:#008940;}
.box .box_content .bottom a{float:right; margin-right:15px; font-size:13px;}
.box  img{margin-top:20px;}
.box strong{padding:18px; font-size:16px; line-height:17px; color:#008940;font-family:'AniversRegular',garamond,serif;font-weight:bold;display:block;text-align:left;}
.box_fb{clear:both;}
.box_tw h3, .box_sklad  h3{color:#008940;}
.box_tw strong, .box_sklad  strong{color:#93c94b;}
.box_sklad{margin-right:0px;}
.box_sklad .box_content{width:260px;}
.box_sklad .bottom span{font-size:16px; font-weight:bold; margin-left:18px;}
.box_sonda ul li{font-size:12px; color:#747474; margin:0 18px; width:200px;margin-bottom:8px;background: transparent url(../img/arrow_min.png)  right center no-repeat;text-align:left;}
.box_tw li,.box_sklad li{height:288px; width:236px;}
.box_sklad li{width:260px;position:relative;}
.box_tw .bx-pager{padding-top:4px;}
.box_tw .bx-pager a{padding:7px 15px; padding-bottom:12px; background: transparent url(../img/zakladki_bg.png)  left top no-repeat;color:#fff; font-size:16px;font-family:'AniversRegular',garamond,serif; margin:0px 1px;}
.box_tw .bx-pager a.pager-active{background: transparent url(../img/zakladki_bg.png)  left bottom no-repeat;color:#078c2c;}
.box_sklad  .bx-prev,.box_sklad   .bx-next{display:block; width:17px; height:27px;background: transparent url(../img/arrows_min.png)  top center no-repeat;position:absolute; left:15px; top:110px;}
.box_sklad   .bx-next{left:auto; right:15px;background: transparent url(../img/arrows_min.png)  bottom center no-repeat;}
.person{width:260px; height:245px;  background: transparent url(../img/sklad_bg.jpg)  center bottom no-repeat;position:relative;}
.person_img{position:absolute; bottom:43px; left:75px;}
.flag{position:absolute; bottom:35px; left:47px;}
.person span{position:absolute; bottom:35px; right:47px;width:45px; height:36px; line-height:36px; text-align:center; display:block;background: transparent url(../img/bg_number.jpg)  center center no-repeat;color:#d1df30; font-size:23px;font-family:'AniversRegular',garamond,serif; text-shadow: 1px 1px 1px #2b8435;filter: dropshadow(color=#2b8435, offx=1, offy=1);}

.facebook {text-align: right; width:235px; margin-top: 4px;}
.table_kadry td{padding-left: 14px;}
.table_kadry_foto{width:150px;}
/* 2.4 Footer
------------------------------------------------------------------------------*/
#footer{background:#fff;padding-bottom:10px;}
.logs h3{color:#008940; font-size:22px; font-weight:bold; height:52px; line-height:52px;background: transparent url(../img/line.png)  bottom left repeat-x;padding-left:18px;}
.logs  li{float:left; width:280px; padding-left:18px;}
.logs  li h4{color:#8cc63f; font-size:16px; padding:15px 0; font-weight:bold;}

#bottom_nav{background: url('../img/line.png') left 35px repeat-x; position:relative; border-bottom:1px solid #e1e1e1; margin-top:40px; }
#bottom_nav li{float:left;}
#bottom_nav li h3{height:35px;color:#8cc63f; font-size:16px; font-weight:bold;padding:0px 18px;}
#bottom_nav li h3 a{color:#8cc63f;text-decoration:none;}
#bottom_nav li div {padding:0px 18px;border-left:1px solid #e1e1e1; min-height:100px;padding-top:15px;}
#bottom_nav li:first-child div{border:none}
#bottom_nav li li{float:none;margin-bottom:5px;}
#bottom_nav li li a{color:#747474; font-size:12px;}


#footer a.skocz{float:right;background: transparent url(../img/arrows_up_down.png)  right -30px no-repeat; height:25px;line-height:25px;padding-right:28px;font-size:11px;margin-top:10px;margin-right:10px;}
#footer p{color:#c9c9c9; font-size:11px; padding-left:18px; float:left;padding-top:15px;}
#footer a.hive{color:#008940}
.clear{clear:both}

.table_kadry{margin:10px;}
table.sample {
        font-size:10px;
        margin: 0px auto;
        margin-top: 50px;
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: green;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 1px;
	border-style: dotted;
	border-color: green;
	background-color: white;
        font-weight: bold;
        text-align: center;
}
table.sample td {
	border-width: 1px;
	padding: 1px;
	border-style: dotted;
	border-color: green;
	background-color: white;
        min-width:20px;
        vertical-align: middle;
        text-align: center;
}

.boxes-homepage{margin-right: 5px;}
.table_mini{margin-left:15px; font-size: 12px;}
.table_mini img{width:20px; margin-right: 10px}
.table_mini td{padding-right: 10px}
.pollRow{text-align:left; margin-left:10px;}

.yt_thumbs{ margin: 10px;}
.yt_thumbs p{
    font-family: 'AniversRegular',garamond,serif;
    font-size:16px;
    font-weight: bold;
    color: #008940;
    margin-bottom: 10px; 
}
.yt_thumbs .more_to a{
    color: #008940;
    margin: 10px;
}
#trescNewsa li{
    list-style: disc outside;
    margin-left: 30px;
    padding: 3px;
    padding-right: 30px;
}
#trescNewsa a{
    color:#B6CE16;
}
#trescNewsa a:visited{
    color:#B6CE16;
}
.form_tile{padding:10px; padding-right: 30px; text-align: right;}
.form_input{vertical-align: middle;}
.form_button{width: 80px; height: 30px; background: #3CA53C; text-align: center; color:#FFFEFF; cursor: pointer; font-family: AniversRegular; vertical-align: middle; line-height: 30px; font-weight: bold; font-size: 14px;}

.galList{float: left; display: inline; width: 140px; height: 103px; margin: 5px; padding-top:20px; background:#EDEDED; box-shadow: 2px 2px 4px #757575}