/* - Based on Blueprint CSS Framework - http://www.blueprintcss.org --------- */

@import url("./partials/reset.css");
@import url("./partials/grid.css");
@import url("./partials/typography.css");
@import url("./partials/forms.css");
@import url("./colorbox.css");
@import url("./skins/tango/skin.css");

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: local('☺'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans-regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 6, 2011 */

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family:'OpenSans',Tahoma,Arial,Helvetica,sans-serif;
    background:url("../images/top_bg.png") repeat-x top;
}

/* - HEADER ----------------------------------------------------------------- */

/* Top */

.header {
    background:#fff url("../images/top_shadow.png") no-repeat 325px top;
    margin-bottom:10px;
    border-bottom: 1px solid #E2DACD;
}

.site_top {
    padding:20px 0;
}

.site_top a {
    display:block;
    width:247px;
    height:50px;
    background:url("../images/logo.png") no-repeat left;
}

/* Nawigacja */

.top_nav {
    background:url("../images/top_nav_bg.png") no-repeat right top;
    text-align:right;
    position:relative;
    color:#189A64;
}

/* Wybór języka */

.lang {
    padding:6px 0 6px 8px;
    width:60px;
    float:left;
}

.lang a {
    display:block;
    float:left;
    margin:4px 3px 0;
}

.lang span {
    display:block;
    float:left;
    margin:0 3px;
    
}

/* Rejestracja / logowanie */

.user_menu {
    padding:7px 8px 6px 0px;
    width:222px;
    float:left;
    font-size:11px;
}

/* Strona logowania / wylogowania */

.cms_content {
    padding:20px 25px;
}

.cms_content a {
    color:#198D5D;
}

.login_page {
    background:url("../images/login_page_bg.png") no-repeat center bottom;
    padding:50px 30px 10px;
    margin-bottom:50px;
}

.login_page .base-form fieldset, .reset_password .base-form fieldset  {
    width:590px;
    margin:0 auto;
}

.base-form #errors {
    color:#FF0000;
    padding-left:0;
}

.base-form .errorlist li {
    float:left;
    padding-top:10px;
    padding-left:30px;
    color:#FF0000;
}

.login_page .errorlist li {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 9px;
}

.login_page .button-area, .reset_password .button-area {
    padding-left:344px;
    padding-top:5px;
}

.login_page .base-form p {
    padding-top:10px;
    padding-left:344px;
}

.login_page .base-form p a {
    color: #198D5D;
    font-weight:bold;
}

.logout_page {
    margin-top:30px;
    background:url("../images/login_page_bg.png") no-repeat center bottom;
    padding:30px;
    margin-bottom:50px;
}

.logout_page a {
    color: #198D5D;
    font-weight:bold;
}

#respond h3 {
    margin-top: 20px;
}

/* Strona dla niezalogowanych */

.not_logged_in {
    margin-top:30px;
    background:url("../images/login_page_bg.png") no-repeat center bottom;
    padding:30px;
    margin-bottom:50px;
}

.not_logged_in .message {
    margin:0 auto;
    width: 400px;
    padding-left:70px;
    background:url("../images/warning.png") no-repeat left top;
}

.not_logged_in .message span {
    font-size:18px;
}

.not_logged_in .message p a {

}

.not_logged_in a.black_button {
    margin-top:30px;
    margin-right:30px;
}

.not_logged_in a.black_button span {
    font-size:12px;
}

.not_logged_in a.signup {
    color:#198D5D;
    font-weight:bold;
}

/* Lista katedr */

.faculty_index {
    padding:20px 30px;
    border-top:3px solid #222E3A;
}

.faculty_index ul li {
    line-height:24px;
}

/* Podległe katedry */

.chairs_list {
    clear:both;
}

.chairs_list h4 {
    font-weight: bold;
    margin-left: 20px;
    padding-top: 15px;
}

.chairs_list ul {
    display:block;
    overflow:auto;
    margin-bottom:30px;
}

.chairs_list ul li {
    display:block;
    float:left;
    width:475px;
    padding:4px 0;
}

.chairs_list ul li:hover {
    background:#ededed;
}

.chairs_list ul li span {
    display:block;
    float:left;
    padding-left:20px;
    width:385px;
}

.chairs_list ul li a {
    color:#15764E;
    font-size:11px;
    float:right;
    margin-right:20px;
}

/* Resetowanie hasła */

.reset_password {
    background: url("../images/login_page_bg.png") no-repeat scroll center bottom transparent;
    margin-bottom: 50px;
    margin-top: 40px;
    padding: 20px 30px 30px;
}

.reset_password h3 {
    margin-bottom:30px;
}

.reset_password .base-form .errorlist li {
    color: #FF0000;
    float: left;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-top: 10px;
}

/* Formularz */

.base-form label {
    display:block;
    float:left;
    text-align:right;
    padding-right:10px;
    width:150px;
    padding-top:9px;
}

.base-form label em {
    color:#F23340;
    float:right;
}

.base-form .field-area {
    clear:both;
}

.base-form .field-area.error label {
    color:#F23340;
}

.base-form .field-area.error input[type="text"],
.base-form .field-area.error input[type="password"],
.base-form .field-area.error textarea {
    border:1px solid #F23340;
}

.base-form input[type="text"], .base-form input[type="password"] {
    width:200px;
    float:left;
}
/*
.base-form .button-area {
    padding-left: 160px;
    padding-top: 5px;
}
*/
.base-form input[type="submit"] {
    font-size:12px;
}

/* Wyszukiwarka */

.site_search {
    width:570px;
    float:left;
    padding-right:20px;
}

.site_search label {
    color:#232d39;
    margin-right:5px;
}

.site_search select {
    border:1px solid #dad6d7;
    margin-right:10px;
    
}

input.searchbox {
    background: #fff url("../images/search.png") no-repeat 5px 8px;
    padding-left:20px;
    width:180px;
    margin-right:8px;
}

input.searchbox.xxl {
    width:260px;
}

/* Menu */

.top_menu {
    clear:both;
    margin:0 auto;
    width:970px;
    border-top:1px solid #dbdbdb;
    padding:15px 0;
}

.top_menu ul li > span {
    display:block;
    float:left;
    color:#189A64;
    margin-top:3px;
}

.top_menu ul li a {
    background:url("../images/menu_hover_edge.png") no-repeat left top;
    display:block;
    float:left;
    height:27px;
    padding-left:6px;
    text-decoration:none;
    margin-right:-7px;
    font-family:'OpenSansSemibold',Tahoma,Arial, Helvetica, sans-serif;
}

.top_menu ul li a span {
    display:block;
    background:url("../images/menu_hover.png") no-repeat right top;
    height:24px;
    font-size:13px;
    padding: 3px 15px 0 9px;
    color:#000;
}

.top_menu ul li a:hover, .top_menu ul li a:focus, .top_menu ul li a.selected {
    background-position:left bottom;
}

.top_menu ul li a:hover span, .top_menu ul li a:focus span,
.top_menu ul li a.selected span, .top_menu ul li a.last:hover span,
.top_menu ul li a.last.selected span {
    background-position:right bottom;
    color:#fff;
}

.top_menu ul li a.last span {
    background-position:0 -10000px;
}

/* Breadcrumb */

.breadcrumb {
    color:#83807B;
    font-size:11px;
    height:33px;
    margin-top:1px;
    padding:8px 0 0;
}

.breadcrumb a {
    color:#83807b;
}

.breadcrumb a.active {
    color:#189A64;
    text-decoration:underline;
}

.breadcrumb div {
    padding:0 25px 0 40px;
}

/* - STRONA GĹ�OWNA ---------------------------------------------------------- */

/* Slider */

.slider_wrapper {
    background:url("../images/slider_bg.png") no-repeat left top;
}

.slider {
    width:663px;
    float:left;
    background:#172225;
    margin-left:11px;
    color:#fff;
}

/* Slider - pojedynczy slajd */

.item {
    width:663px;
    height:220px;
    border-top:3px solid #172225;
    position: relative;
}

.slide_content {
    float:left;
    width: 173px;
    padding: 20px 30px 0 20px;
}

.slide_content h2 {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
}

.slide_content h2 a {
    color:#fff;
}

.slide_content p {
    margin-bottom:14px;
}

.slide_image {
    width:440px;
    height:220px;
    float:right;
}

.item a.green_button {
    position:absolute;
    bottom: 40px;
    left: -10px;
    padding-left:24px;
}

.item a.green_button span {
    background:url("../images/white_arrow.png") no-repeat right 4px;
    padding-right:8px;
}

/* Slider - kontrolki */

.controller {
    background:#fff url("../images/controller_bg.png") repeat-x top;
    height:74px;
    border-bottom:3px solid #172225;
}

.controller ul li a {
    display:block;
    text-decoration:none;
    float:left;
    width:126px;
    padding:18px 20px 0;
    height:56px;
    background:url("../images/controller_item_bg.png") no-repeat right;
    font-family:'OpenSansSemibold',Tahoma,Arial, Helvetica, sans-serif;
}

.controller ul li.last a {
    width:125px;
}

.controller ul li a:hover, .controller ul li a:focus, .controller ul li a.selected {
    background:url("../images/controller_bg.png") repeat-x bottom;
    color:#fff;
}

.controller ul li a span.arrow {
    display:none;
}

.controller ul li a.selected span.arrow {
    display:block;
    background:url("../images/bullet_up.png");
    width:29px;
    height:15px;
    margin:0 auto -14px;
    position:relative;
    top:-33px;
}*
/* Dołącz do społeczności */

.join_us {
    float:right;
    width:342px;
    height:300px;
    background:url("../images/profits_bg_right.png") repeat-y right;
}

.profits {
    text-align:center;
    background:url("../images/profits_gradient.png") no-repeat left top;
}

.profits .wrap {
    padding:4px 25px 15px;
    background:url("../images/profits_bg_bottom.png") no-repeat left bottom;
}

.profits p, .profits ul {
    text-align:left;
    margin-bottom:10px;
}

.profits .welcome {
    background:url("../images/community_bg.png");
    width:342px;
    height:124px;
    color:#fff;
    position:relative;
}

.profits .welcome p {
    color:#fff;
    width:230px;
}

.profits .welcome p strong {
    font-size:18px;
}

.profits .bottom {
    position:absolute;
    bottom:0;
    left:0;
    padding-left:25px;
    padding-bottom:5px;
}

.profits .bottom a {
    color:#fff;
}

.profits .recently_viewed {
    height:157px;
}

.profits p {
    color:#189A64;
}

.profits ul {
    padding-left:5px;
    margin-bottom:10px;
}

.profits ul li {
    background:url("../images/slash.png") no-repeat left 5px;
    padding-left:15px;
    line-height:22px;
}

/* Strona główna - treść */

.faux_content {
    margin-top:20px;
    padding:0px 11px;
    background:url("../images/articles_faux_bg.png") repeat-y;
}

.articles {
    width:663px;
    float:left;
    margin-top:-5px;
    background:url("../images/articles_bg_top.png") repeat-x top;
}

.articles .wrap {
    margin-top:6px;
    padding-bottom:30px;
}

.articles p {
    margin-bottom:0;
}

/* Nagłówek boksu z artykułami */

.box_title {
    color:#222E38;
    font-size:16px;
    border-right:1px solid #222E38;
    float:left;
    margin:15px 15px 0 0px;
    padding:0 15px;
}

/* Zakładki do kart artykułów */

.articles .article_box.first {
    margin-top:0;
}

.articles .article_box {
    margin-top:30px;
}

.article_box.first {
    background:none;
}

.box_top {
    margin:0 11px;
    background:url("../images/articles_bg_top.png") repeat-x top;
}

.box_top ul {
    margin-top:-6px;
}

.box_top ul li a {
    display:block;
    float:left;
    text-decoration:none;
    height:30px;
    padding:18px 15px 0;
    margin:0 5px -1px 0;
    color:#948977;
    font-family:'OpenSansSemibold',Tahoma,Arial, Helvetica, sans-serif;
}

.box_top ul li a span.arrow {
    display:none;
    background:url("../images/bullet_down.png");
    width:18px;
    height:8px;
    margin:0 auto;
    position:relative;
    top:15px;
    margin-top:-4px;
}

.box_top ul li a:hover, .box_top ul li a:focus, .box_top ul li a.selected {
    background: #179A64 url("../images/articles_hover.png") repeat-x top;
    color:#fff;
}

.box_top ul li a.selected  span.arrow {
    display:block;
    background:url("../images/bullet_down.png");
    width:18px;
    height:8px;
    margin:0 auto;
    position:relative;
    top:15px;
    margin-top:-4px;
    
}

/* Karty z artykułami */

.article_tab {
    background:#fff;
    border:1px solid #E5DDD0;
    margin:0 11px;
}

.article_tab .faux_bg, .article_faux_bg, .main-search-form .faux_bg {
    margin:10px 0;
    background:url("../images/article_tab_faux_bg.png") repeat-y 390px 0;
}

 .main-search-form .faux_bg {
    margin:10px 0 0;
    background:url("../images/article_tab_faux_bg.png") repeat-y 313px 0;
}

.art_intro {
    width:350px;
    float:left;
    padding:10px 20px 0;
}

.art_thumb, .related ul li img {
    border:1px solid #b5b5b5;
    padding:3px;
    float:left;
    margin:3px 15px 5px 0;
    
}

.art_thumb img {
    display:block;
    float:left;
}

.intro_content {
    color:#676767;
    margin-bottom:15px;
}

.intro_content h3 {
    margin-top:0px;
    line-height:24px;
}

.art_intro .meta {
    border-top:1px solid #cacaca;
    font-size:11px;
    color:#8e8e8e;
    padding:5px 0 5px;
}

.art_intro .meta .date {
    color:#189A64;
    margin-right:3px;
}

.art_intro .meta .author {
    margin:0 3px;
}

a.comments {
    font-weight:bold;
    background:url("../images/comment_icon.png") no-repeat left;
    padding: 1px 0 1px 25px;
    margin-left:3px;
}

a.comments:hover, a.comments:focus {
    text-decoration:none;
    color:#666;
}

.other_arts {
    float:left;
    width:209px;
    padding: 10px 20px 0;
}

.other_arts ul li {
    background:url("../images/green_arrow.png") no-repeat left 5px;
    padding-left:15px;
    margin-bottom:5px;
}

.other_arts .white_button {
    margin:10px 0 0 15px;
}

.info_right {
    float:left;
    width:249px;
    padding: 20px 0 10px;
}

.informator {
    display:block;
    margin-bottom:5px;
}

.info_right .white_button {
    margin-top:10px;
}

/* Pasek boczny */

.sidebar {
    width:330px;
    float:right;
}

/* Zdjęcia i filmy */

.mini_gallery {
    background:#222E3A;
    color:#fff;
    padding:15px 0;
    margin-top:1px;
}

.mini_gallery .gal_tabs {
    padding-left: 20px;
}

.mini_gallery .gal_tabs span {
    cursor: pointer;
}


.mini_gallery .gal_tabs span:hover, 
.mini_gallery .gal_tabs span:focus {
    text-decoration: underline;
}

.mini_gallery .gal_tabs span.active {
    color:#189A64;
}

.mini_gallery .gal_tabs span.active:hover,
.mini_gallery .gal_tabs span.active:focus {
    text-decoration: none;    
}

.mini_gallery.first {
    margin-top:0;
}

.mini_gallery h2 {
    color:#fff;
    font-size:18px;
    padding-left:18px;
}

.mini_gallery .desc {
    padding:20px 20px 0;
}

.mini_gallery .desc p {
    margin-bottom:0;
}

.mini_gallery ul.images li {
    position:relative;
    /*display:none;*/
}

.mini_gallery ul.images li.current {
    display:block;
    margin:0 auto;
    border:1px solid #29363F;
    width:300px;
}

.mini_gallery ul.images li > a, .mini_gallery ul.images li.current > a {
    display:block;
    width:290px;
    height:175px;
    position:relative;
    border:5px solid #1F2933;
    margin: 0 15px;
}

.mini_gallery ul.images li span, .mini_gallery ul.images li.current span {
    display:block;
    font-size:16px;
    width:270px;
    padding: 10px;
    position:absolute;
    margin-left: 20px;
    /* height: 30px; */
    bottom: 5px;
    color: white;
    background:url("../images/transparent_dot.png");
}
.mini_gallery ul.images li span a, .mini_gallery ul.images li.current span a {
    color: white;
}

.mini_gallery .play_icon {
    display: block;
    margin: 40px auto 0;
}

.mini_gallery .white_button {
    margin:15px 0 5px 20px;
}

/* Miniaturki obrazków */

.thumbnails {
    width:100%;
    height:60px;
    margin-top:20px;
}


.thumbnails .items {
    position:relative;
    float:left;
    width:273px;
    margin:0 1px;
}

.jcarousel-list {
    /*height: 90px;*/
    left:0px;
}
.jcarousel-item a {
    /*margin-top: 10px;*/
    display:block;
    float:left;
    width:80px;
    height:60px;
    margin-right:3px;
    border:4px solid #222E3A;
    cursor:pointer;
}

.jcarousel-item a:hover, .jcarousel-item a.selected {
    border:4px solid #189A64;
}

.jcarousel-item a.selected span {
    background:url("../images/small_bullet_up.png") no-repeat scroll center top transparent;
    display:block;
    height:8px;
    margin:-4px auto;
    position:relative;
    text-align:center;
    top:-8px;
    width:18px;
    z-index: 99;
}

/* Boks tekstowy */

.text_box {
    padding:20px;
}

.text_box .box_title {
    margin:0;
    padding:0;
    border-right:0;
    border-bottom:1px solid #B7BBBE;
    float:none;
}

.text_box .box_content {
    margin:20px 0;
    color:#676767;
}

.text_box .box_content ul {
    margin-bottom:20px;
}

.text_box .box_content ul li {
    background:url("../images/green_arrow.png") no-repeat left 5px;
    padding-left:15px;
    margin-bottom:5px;
}

/* Boks z newsletterem */

.text_box.newsletter input[type="text"] {
    float:left;
    width:180px;
}

.text_box.newsletter input[type="submit"] {
    margin-left: 10px;
    margin-top: 6px;
}

/* Polish Journal Of Veterinary Sciences */

.pjvsci {
    width:329px;
    height:127px;
    margin-top:1px;
    padding-left:1px;
    background: #29313C url("../images/pjvsci.png") no-repeat left top;
    position:relative;
}

.pjvsci a {
    margin-left: 30px;
    margin-top: 85px;
}

/* - PODSTRONA -------------------------------------------------------------- */

.wrapper {
    width:100%;
    background:#fff;
    overflow:hidden;
}

.wide_container.subpage {
    background:url("../images/subpage_faux_bg.png") repeat-y 313px 0;
}

.subpage_title {
    font-size: 22px;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-top: 20px;
    font-family: 'OpenSansSemibold',Tahoma,Arial, Helvetica, sans-serif;
}

.section_top {
    /*background:url("../images/subpage_top_bg.png") repeat-x top;
    padding-top:3px;*/
}

/* Menu serwisu */

.left_menu {
    float:left;
    width:314px;
    background: #222E3A url("../images/subpage_white_bg.png") no-repeat left top;
    padding-top:3px;
}

.left_menu .inner {
    border-top:1px solid #fff;
    border-right:1px solid #DFD7CA;
    border-bottom:1px solid #E0D9CC;
    border-left:12px solid #189A64;
    background:#F1E9DB;
    padding:30px;
}

.left_menu ul li {
    background:url("../images/green_arrow.png") no-repeat left 5px;
    padding-left:15px;
    margin-bottom:5px;
}

.left_menu ul li a.selected {
    color:#189A64;
    font-weight:bold;
}

.left_menu ul li > ul {
    margin:15px 0;
}

/* Treść podstrony */

.subpage_content {
    width:701px;
    float:left;
    color:#666;
}

.subpage_content .col_left, .subpage_content .col_right {
    float:left;
    text-align:justify;
    padding-top:30px;
    padding-bottom:30px;
}

.subpage_content .col_left {
    width:280px;
    padding-left:40px;
    padding-right:10px;
}

.subpage_content .col_right {
    width:310px;
    padding-left:30px;
    padding-right:30px;
}

/* - POLEĆ ARTYKUŁ -----------------------------------------------------------*/

.recommend {
    padding:15px 30px;
}

.recommend .subpage_title {
    background: url("../images/profile_top_bg.png") no-repeat scroll right bottom transparent;
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    padding-left: 0;
}

.error dt {
    color:#F23340;
}

.recommend_link .submit_form {
    float:left;
    padding-top:20px;
    padding-left:178px;
    padding-bottom:30px;
}

.recommend_link input[type="text"], .recommend_link input[type="password"] {
    width:200px;
}

.recommend_link .cc_myself dt {
    float:left;
    width:300px;
    padding-left:67px;
}

.recommend_link textarea {
    width:350px;
    height:200px;
}

/* - KATEDRY I STRUKTURA ---------------------------------------------------- */

.section_name {
    background:url("../images/subpage_top_bg.png") repeat-x top;
    padding-top:3px;
    color:#fff;
    padding: 25px 30px 16px;
}

.section_name h3 {
    color:#fff;
    font-size:18px;
}

.section_menu {
    color:#189A64;
    border-bottom:1px solid #E5DDD0;
    margin:0 30px 15px;
    padding-bottom:10px;
}

.section_menu a.selected {
    font-weight:bold;
}

.about_section .col_left, .about_section .col_right {
    float:left;
}

.about_section .col_left {
    width:330px;
    padding-top:20px;
}

.about_section .col_right {
    width:272px;
    padding: 20px 10px 20px 15px;
}

.part {
    border-bottom:1px solid #E5DDD0;
}

.part.last {
    border-bottom:0px;
}

.part h3 {
    margin-top:15px;
    font-size:16px;
    color:#222e3c;
}

.part h4 {
    font-size:12px;
    font-weight:bold;
    margin-bottom:0;
}

p.who {
    text-align:left;
    color:#189A64;
}

p.who big {
    font-weight:bold;
}

.part img {
    border: 1px solid #bcbfc4;
    padding:3px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin: 0 20px 20px 0;
}

.part .white_double_button, .part .white_button {
    margin-bottom:20px;
}

.part .art {
    font-size:11px;
    margin-bottom:10px;
}

.part .art .meta {
    padding-top:3px;
    padding-bottom:10px;
}

.part ul {
    margin-bottom:15px;
}

.part ul li {
    background:url("../images/green_arrow.png") no-repeat left 5px;
    padding-left:15px;
    margin-bottom:5px;
}

.announcements ul {
    margin-bottom:20px;
}

.announcements ul li {
    font-size:11px;
    list-style:none;
    background:none;
    border-bottom:1px solid #E5DDD0;
    padding:5px 10px;
    margin-bottom:0;
}

.announcements ul li .date {
    color:#189A64;
    font-weight:bold;
    margin-right:5px;
}

.announcements ul li.even {
    background:#f4eee2
}

.announcements ul li a {
    margin-left:5px;
}

.announcements .white_button {
    margin-bottom:20px;
}

/* - WIZYTÓWKA PRACOWNIKA KATEDRY ------------------------------------------- */

.chair_content {
    padding:15px 30px;
}

.chair_content .vcard {
}
.chair_content ol {
    list-style:decimal;
    padding-left:25px;
    margin-bottom:5px;
}

.chair_content .photo, .chair_content .details {
    float:left;
}

.chair_content .photo {
    width:140px;
}

.chair_content .photo img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.chair_content .details {
    height:120px;
    position:relative;
}

.chair {
    width:230px;
    position:absolute;
    bottom:0;
    left:0;
}

.chair .head {
    font-size:18px;
    color:#222E3A;
    padding-bottom:10px;
}

.chair .name {
    color:#198D5D;
    font-size:18px;
    line-height:1.1em;
}

.chair .name span {
    font-size:12px;
}

/* Dane kontaktowe */

.chair_content .contact {
    position:relative;
    width:240px;
    height:120px;
}

.chair_content .contact .details {
    height:auto;
    position:absolute;
    bottom:0;
}

.chair_content .contact .details h3 {
    font-size:13px;
    font-weight:bold;
}

.chair_content .contact .details li {
    border-bottom:1px solid #DFD7CA;
    width:234px;
    padding:2px 3px;
}

.chair_content .contact .details, .chair_content .contact .details a {
    color:#1C2730;
}

.chair_content .contact .details a[href^="mailto"] {
    color:#198D5D;
}

.chair_about {
    clear:both;
    padding-top:30px;
}

.chair_about a.white_button {
    margin:30px 0 0;
}

/* - OGŁOSZENIA KATEDRY ----------------------------------------------------- */

.chair_header {
    font-size:16px;
}

.chair_ads {
    padding:10px 30px;
}

.ad {
    overflow:auto;
    padding-bottom:20px;
    margin-bottom:30px;
    border-bottom:1px solid #DFD7CA;
    
}

.ad.last {
    border-bottom:0;
    margin-bottom:0;
}

.ad .title {
    font-size:14px;
    font-weight:bold;
}

/* - KADRA KATEDRY ---------------------------------------------------------- */

.chair_staff {
    padding:10px 30px;
}

.chair_staff dl {
    overflow:auto;
    margin-bottom:20px;
}

.chair_staff dt, .chair_staff dd {
    display:block;
}

.chair_staff dt {
    width:200px;
    float:left;
    text-align:right;
    font-size:16px;
    color:#222E3A;
    font-weight:normal;
}

.chair_staff dd {
    width:300px;
    float:left;
    padding-top:5px;
}

.chair_staff dd a {
    color:#198D5D;
}

.chair_staff dl ul li dl {
    margin-left:0;
    margin-top:15px;
}

.chair_staff dl ul li dl dd {
    width:auto;
    margin-left:0;
}

.chair_staff dl ul li dl dt {
    text-align:left;
}

/* - PRZEDMIOTY KATEDRY ----------------------------------------------------- */

.chair_subjects {
    padding:20px 30px;
}

.chair_subjects {
    padding:10px 30px;
}

.chair_subjects ul li {
    line-height:24px;
}

.chair_subjects dl {
    overflow:auto;
    margin-bottom:20px;
}

.chair_subjects dt, .chair_subjects dd {
    display:block;
}

.chair_subjects dt {
    width:200px;
    float:left;
    text-align:right;
    font-size:16px;
    color:#222E3A;
    font-weight:normal;
}

.chair_subjects dd {
    width:300px;
    float:left;
    padding-top:5px;
}

.chair_subjects dd a {
    color:#198D5D;
}

/*  - PROFIL - WYŚWIETLONY -------------------------------------------------- */

.profile {
    
}

.profile_info .photo {
    float:left;
    width:130px;
}

.profile_info .vcard {
    width:250px;
    height:125px;
    float:left;
    position:relative;
}

.profile .vcard .details {
    position:absolute;
    bottom:0;
    color: #198D5D;
    font-size: 18px;
    line-height: 1.1em;
}

.profile_contacts {
    height:120px;
    position:relative;
}

.profile_contacts .user {
    position:absolute;
    bottom:0;
}

.profile_contacts .user h3 {
    font-size: 13px;
    font-weight: bold;
}

.profile_contacts .user li {
    border-bottom: 1px solid #DFD7CA;
    padding: 2px 3px;
    width: 234px;
}
.profile_contacts .user li a {
    color:#198D5D;
}

.user_profile_about {
    padding:30px 0;
}

/* PROFIL - EDYCJA W PANELU ------------------------------------------------- */

.profile_edit .field_photo {
    float:left;
    text-align:left;
}

.profile_edit .field_photo dd {
    padding-top:10px;
}

.profile_edit .field_photo input[type="checkbox"] {
    display:block;
    float:left;
    clear:both;
}

.profile_edit .field_photo .cli_input input {
    margin-left:10px;
}
 
.cli_clear_template {
    display:block;
}

.clearable-file-input {
    display:block;
    padding-top:10px;
}

.profile_edit input[type="text"], .profile_edit input[type="password"] {
    width: 200px;
}

.profile_edit .field_photo input[type="file"] {
    float:right;
    border: 1px solid #999999;
    border-radius: 5px 5px 5px 5px;
    color: #666666;
}

.profile_edit .submit_form {
    float:left;
    padding:20px 0;
    padding-left:170px;
}

/* - PANEL - PORÓWNANIE WERSJI ---------------------------------------------- */

table.diff {
    
}

table.diff tbody tr:nth-child(2n) td, table.diff tbody tr.even td {
    background: none;
    border-bottom:0;
    border-top:0;
}

table.diff th, table.diff td, table.diff caption {
    padding: 0;
}

table.diff {font-family:Arial; border:medium;}
.diff_header {background-color:#e0e0e0}
td.diff_header {text-align:right}
.diff_next {background-color:#c0c0c0}
.diff_next a { padding:3px 4px; }
.diff_add {background-color:#aaffaa}
.diff_chg {background-color:#ffff77}
.diff_sub {background-color:#ffaaaa}

.compare_articles {
    padding:20px 30px;
}

.diffs {
    overflow:auto;
    margin-bottom:15px;
}

.diffs div {
    float:left;
    width:50%;
}

.diffs .old {
}


/* - PROFIL - FORMULARZ ------------------------------------------------------*/

.profile_tabs.narrow {
    width:715px;
    background: #222E3A url("../images/profile_ludek.png") no-repeat right;
    padding: 10px 10px 0 25px;
    float:left;
}

.profile_right {
    background:url("../images/profile_top_bg.png") no-repeat right top;
    float:right;
    width:255px;
}

.profile_right .inner {
    margin-top:3px;
    border-left:1px solid #e0d6ca;
    margin-left:1px;
    height:72px;
}

.profile_form {
    background:url("../images/subpage_faux_bg.png") repeat-y scroll 729px 0 transparent;
    padding:30px 0;
}

.form_left {
    width:729px;
    float:left;
}

.form_left .reg_form_info {
    padding-left:180px;
    width:410px;
    color:#189A64
}

.form_left .reg_form_info span {
    text-decoration:underline;
    font-weight:bold;
}

/* Informacje pomocnicze dla formularza - style ogólne */

.form_right {
    width:221px;
    float:left;
    position:relative;
}

.form_right .info {
    border-left:10px solid;
    padding:30px 0 30px 30px;
}

.form_right .info .icon {
    width:85px;
    height:77px;
    margin-left:20px;
}

.form_right .info .text {
    font-size:22px;
    line-height:26px;
    padding:15px 0;
}

/* Informacje pomocnicze dla formularza */

.form_right .info.help {
    border-color:#9bc6d7;
}

.form_right .info.help .icon {
    background:url("../images/help_icon.png") no-repeat;
}

.form_right .info.help .text {
    color:#8db4c3;
}

.form_right .info.help p {
    color:#232d37;
}

/* Informacje o błędach formularza */

.form_right .info.error {
    border-color:#F23340;
    
}

.form_right .info.error .icon {
    background:url("../images/error_icon.png") no-repeat;
    
}

.form_right .info.error .text {
    color:#F23340;
}

/* Dolna część formularza rejestracji */

.signup_form .form_submit {
    border:0;
    padding:0 0 0px;
}

.signup_form .sign_in {
    border-top:1px solid #DFD7CA;
    margin-left:172px;
    width: 520px;
    padding: 20px 0 0;
}

/* - PROFIL - PUBLIKACJE ---------------------------------------------------- */

.sideblock {
    background:url("../images/profile_sideblock.png") no-repeat left top;
}

/* Nagłówek profilu */

.profile_tabs {
    background:#222E3A;
    margin-left:11px;
    position:relative;
    height:65px;
    padding:25px 10px 0 25px
}

.profile_tabs ul {
    width:720px;
    display:block;
    position:absolute;
    bottom:0;
}

.profile_tabs ul li a {
    display:block;
    float:left;
    background:url("../images/profile_tab_bg.png") repeat-x top;
    font-size:13px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding:5px;
    margin-right:5px;
    color:#6A7F92;
    text-decoration:none;
}

.profile_tabs ul li a span {
    padding:3px 0 3px 22px; 
} 

.profile_tabs ul li a:hover, .profile_tabs ul li a:focus, .profile_tabs ul li a.selected {
    background:#fff;
    color:#242E3A;
}

.profile_tabs ul li a.tab_profile span {
    background:url("../images/profile_icon.png") no-repeat left 4px;
}

.profile_tabs ul li a.tab_profile:hover span,
.profile_tabs ul li a.tab_profile:focus span, 
.profile_tabs ul li a.tab_profile.selected span  {
    background-position:left -13px;
}


.profile_tabs ul li a.tab_publications span {
    background:url("../images/publications_icon.png") no-repeat left 2px;
}

.profile_tabs ul li a.tab_publications:hover span,
.profile_tabs ul li a.tab_publications:focus span, 
.profile_tabs ul li a.tab_publications.selected span  {
    background-position:left -21px;
}

.profile_tabs ul li a.tab_categories span {
    background:url("../images/categories_icon.png") no-repeat left 2px;
}

.profile_tabs ul li a.tab_categories:hover span,
.profile_tabs ul li a.tab_categories:focus span,
.profile_tabs ul li a.tab_categories.selected span  {
    background-position:left -20px;
}


.profile_tabs ul li a.tab_comments span {
    background:url("../images/comments_icon.png") no-repeat left 4px;
}

.profile_tabs ul li a.tab_links span {
    background:url("../images/links_icon.png") no-repeat left 3px;
}

.profile_tabs ul li a.tab_links:hover span,
.profile_tabs ul li a.tab_links:focus span,
.profile_tabs ul li a.tab_links.selected span  {
    background-position:left -15px;
}

.profile_tabs ul li a.tab_faculty span {
    background:url("../images/faculty_icon.png") no-repeat left 5px;
}

.profile_tabs ul li a.tab_faculty:hover span,
.profile_tabs ul li a.tab_faculty:focus span,
.profile_tabs ul li a.tab_faculty.selected span  {
    background-position:left -11px;
}



.profile_tabs a.white_add_button {
    position:absolute;
    right:35px;
    bottom:10px;
    float:right;
}

.header_section {
    border-bottom: 1px solid #DFD7CA;
    margin-bottom:20px;
}

.header_section .white_button {
    margin-top:25px;
}

.profile_subtitle {
    float: left;
    font-size: 20px;
    padding: 25px 0 0 5px;
}

/* Edycja publikacji */

.edit_publication textarea {
    width:450px;
    height:250px;
}

.edit_publication .submit_form {
    float:left;
    padding-left:350px;
    padding-bottom:30px;
}

/* Wyszukiwarka publikacji */

.publ_search_form {
    float: right;
    padding: 18px 0 0;
}

.publ_search_form input[type="text"] {
    width:200px;
}

/* Filtry publikacji*/

.filters {
    padding:0 10px 40px;
}

.filters span {
    color:#189A64;
}

.filters a {
    text-decoration:none;
    color:#000;
}

.filters a span {
    color:#899198;
}

.filters a.all {
    font-weight:bold;
    color:#189A64;
}

.filters a:hover, .filters a:focus, .filters a.selected,
.filters a:hover span, .filters a:focus span, .filters a.selected span,
.filters a.selected span {
    color:#189A64;
}

.filter_selects {
    padding-bottom:20px;
}

.filter_selects .customStyleSelectBox {
    margin-right:25px;
    margin-bottom:10px;
}

/* Elementy tabeli z publikacjami */

.del {
    color:#F23340;
}

.tbl_publications thead big {
    font-size:16px;
    color:#000;
}

.tbl_publications tr {
    height:55px;
}

.tbl_publications tr.last td {
    border-bottom:0 !important;
}

.tbl_publications a.title {
    font-size:12px;
}

.tbl_publications tr:hover, .tbl_publications tr.even:hover  {
    
}

tr.next_version td {
    background: none !important;
    border-bottom:0 !important;
    border-top:0 !important;
    padding:0 0 0 20px !important;
}


.newer_title {
    background: url("../images/newer_version.png") no-repeat scroll left 0 transparent;
    padding-left: 20px;
    padding-top: 3px;
    font-size:12px;
    padding-bottom:8px;
}

.newer_title a, .newer_title span {
    color:#008000
}

.newer_info {
    font-size:11px;
}

.mb0, .mb0 td {
    margin-bottom:0;
    padding-bottom:0;
}

/* Publikacje - dodawanie załącznika */

.form_attachments {
    margin-top:30px;
    background:url("../images/attachment_bg.png") no-repeat 14px top;
}

.attachments_list {
    width:232px;
    float:left;

}

.attachments_list dl {
    margin:0;
}

.attachments_list dt {
    text-align:right;
    font-size:14px;
    font-weight:bold;
    width:auto;
    display:inline;
}

.attachments_list dd a {
    display:block;
    width:232px;
    height:34px;
    background:url("../images/attachment_add_bg.png") no-repeat left -1000px;
    color:#fff;
    text-decoration:none;
}

.attachments_list dd a span {
    display:block;
    color:#000;
    padding-top:7px;
    padding-right:30px;
    text-align:right;
}

.attachments_list dd a.selected, .attachments_list dd a:hover,
.attachments_list dd a:focus {
    background-position:left top;
    color:#fff;
}

.attachments_list dd a.selected span, .attachments_list dd a:hover span,
.attachments_list dd a:focus span  {
    color:#fff;
}

.attachment .attachment_delete {
    position: absolute;
    top:5px;
    right:5px;
    background:url("../images/attachment_x.png") no-repeat center center;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.attachment .attachment_delete:hover,
.attachment .attachment_delete:focus {
    opacity:0.6;
}

.attachment .f_data .cli_initial_text {
    float:left;
    margin-right:4px;
}

.attachment .f_data .cli_initial_text, .attachment .f_data a {
    display:block;
    margin-top:10px;
}

.attachment .f_data .cli_input {
    padding-top:0px;
}

.attachment .f_data .cli_input input {
    display:block;
    float:right;
    margin-left:5px;
    margin-top:-2px;
}

.attachment .f_title, .attachment .f_data {
    background:url('../images/attachment_line.png') no-repeat bottom;
    margin-left:10px;
    margin-right:10px;
    padding-bottom: 10px;
}

.attachment .f_title .f_order {
    overflow: auto;
    float: left;
    padding-left: 20px;
}

.attachment .order_up,
.attachment .order_down {
    float: left;
    cursor: pointer;
    width: 25px;
    height: 23px;
    background:url("../images/attachment_sort.png") no-repeat;
    margin-top: 10px;
}

.attachment .order_btns {
    position: absolute;
    right: 40px;
    top: 15px;
}

.attachment .order_up {
    background-position: top left;
    margin-right: 2px;
}

.attachment .order_up:hover,
.attachment .order_up:focus {
    background-position: bottom left;    
}

.attachment .order_down {
    background-position: top right;    
}

.attachment .order_down:hover,
.attachment .order_down:focus {
    background-position: bottom right;    
}

.attachment .f_title .f_order label {
    display: block;
    float: left;
    padding-top: 2px;
    padding-right: 14px;
}

.attachment .f_title .f_order input {
    width: 30px;
}

.attachment .default_form {
    margin-bottom:15px;
}

.attachments_formset {
    width:600px;
    float:left;
    padding-top:8px;
    position: relative;
}

.attachment {
    background: url("../images/upload_frame.png") repeat-x bottom;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom:20px;
    margin-top:20px;
    margin-left:40px;
    padding-top:15px;
    position: relative;
}

.attachment dt {
    width:80px;
    padding-top:10px;
}

.attachment dd {
    margin-top:0;
    margin-bottom:0;
}

.attachment input[type="file"] {
    margin-top:8px;
}

.attachment .checkbox-row {
    margin-left:15px;
}

.attachment .checkbox-row dd {
    padding-top:10px;
}

.attachment .checkbox-row dt {
    padding-right:5px;
}


.attachment .f_ORDER dd input {
    width:30px;
}

/* - PANEL - KATEGORIE PUBLIKACJI-------------------------------------------- */

.pub_categories {
    position:relative;
    margin-bottom:20px;
    width:680px;
}

.pub_categories h4 {
    margin-top:20px;
}

.treecontrol {
    font-size:11px;
}

.pub_categories .expand {
    display:block;
    float:left;
    margin-top:6px;
    margin-right:8px;
    cursor:pointer;
    width:12px;
    height:12px;
    background:url("../images/expand_icon.png") no-repeat left bottom;
}

.pub_categories .expand.ed {
    background-position:left top;
}

.pub_categories ul {
    display:block;
    width:680px;
}

.pub_categories ul li {
    display:block;
    width:680px;
    margin-left:20px;
}

.pub_categories ul li .cat {
    width:670px;
    margin-top:-2px;
    padding-left:5px;
    padding-top:4px;
    padding-bottom:4px;
}

.pub_categories ul li .cat:hover {
    background:#ededed;
}

.pub_categories span.options {
    position:absolute;
    right:0;
    padding-top:0;
}

.pub_categories span.options a {
    color:#000;
}

.pub_categories span.options a.del {
    color:#F23340;
}

.article_action_more {
    padding-top:10px;
}

.article_action_more form {
    padding:10px 0;
}

.article_action_more form textarea {
    width:305px;
    height:150px;
}

.article_action_more .default_form .d_publish dt {
    padding-top:0;
}

.article_action_more .default_form dl {
    margin:0;
}

.article_action_more .default_form dt {
    text-align:left;
    width:85px;
    padding:12px 0 0;
}

.article_action_more .d_reject_expert_reason dt {
    font-weight: normal;
}

.article_action_more .d_reject_expert_reason dd {
    margin-left: 0;
}

.article_action_more .d_reject_expert_reason dd textarea {
    margin: 5px 0;
    width: 210px;
    height:100px;
}

.article_action_more dd label {
    margin-top:0;
}

.article_action_more .default_form fieldset {
    margin-bottom:15px;
}

.article_action_more a.dp-choose-date {
    margin:10px 0 0 6px;
}

.accept_editor_form .f_publish_date label {
    display:none;
}

/* Dodawanie artykułu */

.add_article input[type="text"] {
    width:240px;
}

.add_article .chair {
    width:auto;
    position:static;
}

.add_article .techs dd, .add_article .doctors dd, .add_article .scientists dd {
    margin-top:7px;
}

.add_article .attachment dt {
    width:140px;
}

.add_article .submit_form {
    float: left;
    overflow: auto;
    padding-bottom: 30px;
    padding-left: 175px;
    padding-top: 10px;
}

.add_article .error .required {
/*    padding-left:10px;*/
}

.add_article .f_recommend input [type="checkbox"] {
    padding-top:5px;
}

.add_article .submit_form {
    padding-left:405px;
}

.edit_chair .submit_form {
    padding-left:175px;
}

/* Edycja kategorii publikacji */

.cat_change dt {
    width:160px;
}

.cat_change .submit_form {
    float:left;
    padding-left:196px;
    padding-bottom:30px;
}

/* Paginator */

.paginator {
    text-align:center;
    margin:20px 0 30px;
}

.paginator a {
    font-weight:bold;
    border-right:1px solid #DFD7CA;
    text-decoration:none;
    padding:10px 0;
    color:#666;
}

.paginator a.next, .paginator a.prev {
    font-weight:normal;
}

.paginator a.next {
    border-right:0;
}

.paginator a span {
    margin: 5px;
    padding:3px 5px;
    display:inline-block;
}

.paginator a:hover span, .paginator a:focus span, .paginator a.selected span {
    background:#1B8157;
    border-radius:5px;
    color:#fff;
}

/* - REJESTRACJA ------------------------------------------------------------ */

.profile_tabs.short {
    width:135px;
    height:50px;
    float:left;
}

.profile_tabs.short h3 {
    color: #fff;
    font-size: 15px;
    padding-top:4px;
}

.profile_tabs a.add_pub {
    margin-right:10px;
}

.profile_tabs a.add_sub, .profile_tabs a.add_pub  {
    position:relative;
    float:right;
    top:32px;
    right:10px;
}

.profile_reg .profile_right {
    width:835px;
}

.profile_reg .profile_right .inner {
    border:0;
    background:url("../images/subpage_faux_bg.png") repeat-y 580px 0;
}

.profile_reg .profile_right ul {
    padding-top:25px;
    padding-left:30px;
}

.profile_reg .profile_right li {
    display:block;
    float:left;
    margin-right:20px;
    font-size:13px;
}

/* - WIDOK ABOUT -------------------------------------------------------------*/

.faculty_about {
    border-top:3px solid #222E3A;
    font-size:13px;
    line-height:20px;
    color:#505050;
}

.faculty_about .col_one {
    padding:20px 30px 30px;
}

/* - POJEDYNCZY ARTYKUŁ  ---------------------------------------------------- */

/* Pasek boczny */

.article_page .left_menu {
    background:none;
    padding-top:0;
    border-bottom:0;
}

.article_page .article_faux_bg {
    background-position: 314px 0;
    margin:0;
}

.article_page .left_menu .inner {
    background:#fff;
    margin:50px 0;
    padding: 10px 30px;
    border-left:10px solid #1B8157;
    border-right:0;
    border-bottom:0;
}

.article_page .left_menu .subtitle {
    line-height:24px;
}

.article_page .left_menu .subtitle span {
    color:#298A62;
    font-size:16px;
}

.related {
    border-bottom:1px solid #DFD7CA;
    margin-bottom:30px;
}

.related.no_border {
    border-bottom:0;
}

.related a.white_button {
    margin:20px 0 30px;
    text-align:right;
}

.related ul li {
    display:block;
    overflow:auto;
    background:none;
    margin:0 0 12px;
    padding:0;
}

.related ul li a {
    padding-right:10px;
    background:url("../images/green_arrow.png") no-repeat right;
}

/* Główna kolumna */

.article_page .art_title {
    overflow:auto;
    margin-bottom:50px;
}

.article_page .art_title h1 {
    font-size:24px;
    background:url("../images/profile_top_bg.png") no-repeat bottom right;
    padding-bottom:12px;
    margin-bottom:10px;
}

.art_title .post_options {
    margin-right:10px;
    float:left;
}

.art_title .post_meta {
    margin-left:10px;
    float:right;
    font-size:11px;
}

.article_page .subpage_content {
    padding: 30px 0 30px 30px;
    width:672px;
    overflow:hidden;
}

.article_body {
    margin-bottom:30px;
}

.article_body p {
    clear:both;
    color:#505050;
    font-size: 13px;
    line-height: 20px;
}

.flowplayer {
    display:table-cell !important;
    vertical-align:middle;
    margin:0 auto;
    position:relative;
    overflow:hidden;
}

.flowplayer img {
    margin:0 auto;
    position:relative;
}

.article_body .appendices {
    font-size:18px;
    margin-top: 30px;
}

.article_body .appendices.vm {
    font-weight: bold;
}

.article_body .file_list a {
    color:#198D5D;
}

.article_body ul li {
    background:url("../images/green_arrow.png") no-repeat left 5px;
    padding-left:25px;
    margin-bottom:5px;
}

.article_body ol {
    list-style:decimal;
    padding-left:25px;
    margin-bottom:5px;
}

/* Formularz komentowania */

.add_comment {
    border-top:1px solid #D6D0C6;
    border-bottom:1px solid #D6D0C6;
    background:#F3ECE0;
    padding:20px 30px;
    overflow:auto;
    margin-bottom:20px;
}

.add_comment .submit_form {
    padding-right:309px;
}

.add_comment a {
    color:#198D5D;
}

.add_comment .default_form dt {
    width:90px;
    padding-left:0;
}

.default_form label {
    font-weight:normal;
}

.default_form .required {
    display:block;
    float:right;
    color:#FF0000;
}

.default_form.add_article .required {
    float: left;
}

.default_form .required.nofloat {
    float:none;
    margin-bottom:5px;
}

.add_comment input[type="text"], .add_comment input[type="password"] {
    width:200px;
}

.add_comment textarea {
    width:310px;
}

.submit_form {
    float: right;
    overflow: auto;
    padding-right: 183px;
    padding-top: 10px;
}

/* Komentarze */

.comment_area {
    margin-top:30px;
}

.comment_list li {
    padding:20px 10px 10px;
    border-bottom:1px solid #DFDFDF;
}

.comment_meta {
    margin-bottom:10px;
    padding:2px 0 2px 25px;
    font-size:11px;
    background:url("../images/comment_icon.png") no-repeat left;
}

.comment_meta .author, .comment_meta .author a {
    color:#263845;
    font-weight:bold;
    font-size:12px;
}

.comment_body {
    font-size:11px;
    line-height:18px;
    color:#605E5E;
}

/* - WYNIKI WYSZUKIWANIA -----------------------------------------------------*/

.search_header {
    padding-top:10px;
    padding-left:20px;
}

.search_results .subpage_title {
    float:left;
    margin-right:20px;
}

.search_results .subpage_content {
    background: url("../images/profile_top_bg.png") no-repeat top right;
    padding-top:3px;
}

.search_results .search_word {
    float:left;
    padding-top:27px;
}

.search_results .search_word > span {
    display:inline-block;
    color:#189A64;
    font-size:16px;
    margin:0 5px 0 5px;
}

.search-results .none {
    margin-left:15px;
}

/* Menu po lewej */

.search_menu {
    float:left;
    width:314px;
    background: #222E3A url("../images/subpage_white_bg.png") no-repeat left top;
    padding-top:3px;
}

.search_menu .inner {
    border-top:1px solid #fff;
    border-right:1px solid #DFD7CA;
    /* border-bottom:1px solid #E0D9CC; */
    border-left:12px solid #189A64;
    background:#fff;
}


.search_menu .criteria {
    padding:30px 20px 30px 20px;
}
.search_menu .criteria label {
    font-weight:normal;
}

.search_menu .criteria p {
    margin-bottom:10px;
}

.search_menu .criteria p span {
    font-size:16px;
}

.inner a.white_button {
    margin-left:20px;
}

.search_menu ul {
    margin-left:30px;
    padding-bottom:20px;
    margin-right:80px;
}

.search_menu ul li {
    background:url("../images/green_arrow.png") no-repeat left 5px;
    padding-left:15px;
    margin-bottom:5px;
}

.search_menu ul .none {
    color:#CCBFA7;
}

/* Formularz filtrowania */

.filter_form {
    background:#F1E9DB;
    padding: 3px 15px;
}

.filter_form p {
    margin-bottom:0;
}

.filter_form .sort {
    display:block;
    margin-top:10px;
}

.filter_form .sort a.selected {
    color:#189A64;
    text-decoration:underline;
}

.wisdom_page .filter_form form, .search_content .filter_form form {
    padding-bottom:20px;
}

.en .filter_form form {
    padding-top:15px;
}

/* Znalezione artykuły */

.search_content {
    float:left;
    width:702px;
    border-top:3px solid #222E3A;
}

.article {
    margin: 30px 30px 15px;
    border-bottom:1px solid #DFD7CA;
}

.article h3 {
    margin-bottom:10px;
}

.article .meta {
    font-size:11px;
}

.article a.comments {
    float:right;
}

.article .content {
    margin-top:20px;
    padding-bottom:10px;
    color: #666;
    line-height: 20px;
}

.article .content a {
    color:#666;
    display:block;
    margin-bottom:11px;
}

.article .content a:hover, .article .content a:focus {
    color:#000;
    text-decoration:underline;
}

.article.last {
    margin-bottom:0;
}

.article .content img {
    border: 1px solid #bcbfc4;
    float:left;
    padding:3px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin: 0 20px 20px 0;
}

/* Atlas / galeria */

.gal_thumbnails li {
    display: block;
    float: left;
    width: 40px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.gal_thumbnails li img {
    width: 40px;
    height: 40px;
    position: relative;
    top:60px;
}

.gallery_item {
    overflow: auto;
    position: relative;
    padding-bottom: 15px;
}

.gallery_item .first_img {
    float: left;
    margin-right: 10px;
}

.gallery_item .small_imgs {
    margin-top: 10px;
}

.gallery_item .small_imgs li {
    display: block;
    float: left;
    margin-right: 10px;
}

.gal_info {
    height: 50px;
}

/* - GALERIA -----------------------------------------------------------------*/

.faculty_about .gallery {
    padding-left:30px;
}

.gallery {
    overflow:auto;
    padding:20px 0 10px;
}

.gallery ul li {
    display:block;
    float:left;
    margin-bottom: 12px;
    margin-right: 12px;
    padding-left: 0;
    background:none;
}

/* - AKTUALNOŚCI ------------------------------------------------------------ */

.news {
    background:url("../images/profile_top_bg.png") no-repeat left top;
    padding-top:3px;
}

.news .subpage_title {
    padding-left:30px;
}

.news_content {
    width:658px;
    float:left;
}

.news .sidebar {
    width:330px;
    float:left;
}

.news_content .article h3 .date {
    color:#189A64;
    font-weight:bold;
}

.news_content .announcements {
    margin:0 30px;
}

.news_content a.white_button {
    margin: 0 30px 30px;
}

/* Boksy w pasku bocznym */

.sidebar .box {
    background:#172225;
}

.sidebar .box {
     background: #222E3A;
    color: #FFFFFF;
    padding:20px 30px 30px;
}

.sidebar .box h2 {
    color:#fff;
    font-size:18px;
}

/* Boksy wiedzy */

.news .sidebar {
    margin-top: 30px;
}


.wisdom {
    height:180px;
    color:#fff;
    margin-top:1px;
}

.wisdom h2 {
    color:#fff;
    font-size:18px;
    padding: 12px 0 8px 30px;
    margin-bottom:0;
}

.wisdom h2, .wisdom .content{
    color:#fff;
    padding-left:30px;
}

.wisdom. a.white_button {
    margin:0 0 15px;
} 
    
.wisdom.general {
    background: #222E3A url('../images/general_wisdom.png') no-repeat right top;
  
}

.wisdom.specialist {
    background: #222E3A url('../images/specialist_wisdom.png') no-repeat right top;
}

.wisdom .content {
    width:200px;
}

.wisdom a.white_button {
    margin-left:30px;
}

/* Kalendarz */

.calendar {
    margin:0 auto;
    text-align:center;
}

/* - LISTA AKTUALNOŚCI ------------------------------------------------------ */

.news_content.list {
    margin-top:30px;
}

.news_content.list .announcements li {
    font-size:12px;
    padding-top:8px;
    padding-bottom:8px;
    border-top:1px solid #E5DDD0;
    border-bottom:0;
}

.news_content.list .announcements li.last {
    border-bottom:1px solid #E5DDD0;
}

/* - POJEDYNCZA AKTUALNOŚĆ -------------------------------------------------- */

.single_news .view {
    padding-top:30px;
    padding-bottom:30px;
    width: 635px;
    padding-left:25px;
    padding-right:10px;
    float:left;
}

.single_news .view .art_title {
    overflow:auto;
    margin-bottom:50px;
}

.single_news .view .art_title h2 {
    font-size:24px;
    background:url("../images/profile_top_bg.png") no-repeat bottom right;
    padding-bottom:12px;
    margin-bottom:10px;
}

.single_news .view .post_options {
    margin-right:10px;
    float:left;
}

.single_news .view .post_meta {
    margin-left:10px;
    float:right;
    font-size:11px;
}

.single_news .sidebar {
    padding:30px 0;
}

/* Zasady */

.subpage_rules {
    padding:15px 30px;
}

.subpage_rules h2 {
    font-size:24px;
    margin-bottom:15px;
}

/* - LINKI ------------------------------------------------------------------ */

.links_page {
    padding:0 12px;
}

.links_page .subpage_title {
    background: url("../images/profile_top_bg.png") no-repeat scroll right bottom transparent;
    font-size: 24px;
    padding-bottom: 12px;
    margin-left:20px;
    padding-left:0;
    line-height:1;
}


.links_page .link_box h3 {
    
}

.links_page .link_box .desc {
}

.links_page .link_box {
    width:440px;
    float:left;
    margin-left:50px;
}

.links_page .link_box.odd {
    clear:left;
    float:left;
    margin-left:35px;
}

.links_page .link_box img {
    float:left;
    margin-right:20px;
}

.links_page .link_box a {
    color: #15764E;
    font-size:16px;
    font-weight:normal;
}

.links_page .link_box a.more {
    display:inline-block;
    color:#15764E;
    font-size:12px;
    background: url("../images/green_arrow.png") no-repeat scroll left 6px transparent;
    padding-left:10px;
    margin-top:15px;
}
    
.links_page .link_cols {
    background:url("../images/subpage_faux_bg.png") repeat-y 495px;
    overflow:auto;
    margin:40px 0;
}

.links_page .cat_name {
    border-bottom: 1px dashed #999;
    clear:both;
    margin-top:30px;
    margin-left:30px;
    font-family:'OpenSansSemibold',Tahoma,Arial, Helvetica, sans-serif;
    padding-bottom: 12px;
}

.links_page .separator {
    clear:both;
    border-bottom:1px solid #DFD7CC;
}

/* - STRONY NEWSLETTERA ------------------------------------------------------*/

.newsletter_page {
    padding:0 12px 0 30px;
}

.newsletter_page .subpage_title {
    background: url("../images/profile_top_bg.png") no-repeat scroll right bottom transparent;
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    padding-left:0;
}

.newsletter_add input[type="text"] {
    width:250px;
}

.newsletter_add .errorlist li {
    color:#F23340;
}

.newsletter_add .form_submit {
    border-top:0;
}

/* - KONTAKT ---------------------------------------------------------------- */

.contact_page {
    padding: 0 12px;
}

.contact_page .subpage_title {
    background: url("../images/profile_top_bg.png") no-repeat scroll right bottom transparent;
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    margin-left:20px;
    padding-left:0;
}

.contact_page input[type="text"] {
    width:200px;
}

.contact_page textarea {
    width:400px;
    height:150px;
}

.contact_page .submit_form {
    float:left;
    padding-left:176px;
    padding-bottom:20px;
}

/* - WIEDZA OGÓLNA ---------------------------------------------------------- */

.wisdom_banner {
    height:124px;
    background:#222E3A;
    color:#fff;
    border-left:10px solid #179A64;
}

.wisdom_banner .desc {
    float:left;
    width: 663px;
    height:100%;
    background:url("../images/general_wisdom_banner.jpg") no-repeat left top;
}

.wisdom_banner .desc .left {
    margin-left: 108px;
    padding-top: 15px;
}

.wisdom_banner .desc h2 {
    color: #fff;
    font-family: 'OpenSansSemibold',Tahoma,Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 26px;
}

.wisdom_banner .desc .right {
    padding-right: 10px;
    padding-top: 15px;
    width: 370px;
}

.wisdom_banner .advantages {
    width:331px;
    height:100%;
    float:left;
    background:#179A64 url("../images/wisdom_arrow.png") no-repeat left;
    border-right:10px solid #222E3A;
}

.wisdom_banner .advantages ul {
    padding-top:25px;
}

.wisdom_banner .advantages ul li {
    margin-left:40px;
    font-size:16px;
    background:url("../images/white_slash.png") no-repeat left 4px;
    padding-left:15px;
}

.wisdom_page .articles .wrap {
    margin-top:0px;
}

.wisdom_page .box_top {
    margin-bottom:7px;
}

.articles.gallery_list .article_box {
    margin-top: 0;
}

.box_top.no_br {
    background:none;
    padding-top: 0;
}

.wisdom_page .box_title {
    border-right:0;
}

.wisdom_page .box_content p {
    color:#000;
}

.wisdom_page .filter_form {
    padding-top:15px;
    padding-left:25px;
    margin-bottom:50px;
}

/* - WIEDZA SPECJALISTYCZNA ------------------------------------------------- */

.wisdom_page.spec .wisdom_banner .desc {
    background:url("../images/specialist_wisdom_banner.png") no-repeat left top;
}

.wisdom_page.spec .desc .left {
    width: 160px;
}

/* Kategorie publikacji */

.category_list {

    padding:10px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

.category_list ul li ul {
    margin-bottom: 15px;
}

.category_list ul li {
    margin-left: 15px;
}

.category_list ul li a {
    background: url("../images/green_arrow.png") no-repeat scroll left 5px transparent;
    overflow: auto;
    display: block;
    line-height: 20px;

}

.category_list > ul > li > a {
    color:#198F5D;
    font-weight:bold;
    margin-bottom: 10px;
}

.category_list ul li a span {
    display: block;
    padding-left: 10px;
}

/* - DODAWANIE KATEGORII ---------------------------------------------------- */

.create_category {
    padding-top:30px;
}

.confirm_del_form .black_button {
    margin-right:10px;
}

/* Potwierdzenie usunięcia kategorii */

.article_confirm_delete {
    padding:20px 30px;
}

.article_confirm_delete a.white_button {
    padding-top:4px;
    padding-bottom:4px; 
}

.create_category .submit_form {
    padding-bottom: 30px;
    padding-right: 435px;
    padding-top: 0;
}

/* Boks Wirtualny Mikroskop */

.wisdom.first {
    margin-top:0;
}

.microscrope {
    background: #222E3A url("../images/microscope.png") no-repeat right top;
    height:170px;
}

.photos3d {
    background: #222E3A url("../images/3d_photos.png") no-repeat right top;
    height:170px;
}

/* Boks Video relacje */

.wisdom_page.spec .mini_gallery {
    margin-top:1px;
}

/* - STOPKA ----------------------------------------------------------------- */

#footer {
    width:100%;
}

.footer_wrapper {
    width:100%;
    background:#222E39;
}

.footer_wrapper .wide_container {
    background:#fff;
    
}

.footer {
    border-top: 1px solid #DFD7CA;
    margin:0 10px;
    padding:15px 25px;
}

.footer p {
    margin-bottom:0;
    float:left;
}

.footer_menu {
    float:right;
}

.ue {
    display:block;
    clear:both;
    padding:25px 0 10px;
}

.wide_container.we_made_it {
    background:#222E39;
}

.we_made_it {
    color:#fff;
    font-size:11px;
    text-align:right;
}

.we_made_it p {
    margin-bottom:0;
    padding:15px 35px 30px 0;
}

.we_made_it a {
    font-weight:bold;
    color:#F07F1B;
}

/* - POPUP ------------------------------------------------------------------ */

.outer {
    border:1px solid #666;
}

.popup {
    border:5px solid #222E3A;
    width:640px;
    padding:30px;
}

.popup .title {
    font-size:18px;
}

.required {
    padding-top:10px;
}

.required span {
    color:#F23340;
}

/* Ramka */

.title_box {
    background:#F4EEE2 url("../images/file.png") no-repeat 890px 20px;
    border-top:1px solid #DAD1C1;
    border-bottom:1px solid #DAD1C1;
    padding:20px;
    margin-bottom:30px;
}

.title_box .art_title {
    font-size:16px;
}

.title_box .url a {
    color:#189A64;
}

/* Formularz */

.share_form {
    padding-top:20px;
}

.share_form textarea {
    width:256px;
}

.share_form .form_submit {
    width:350px;
    border:0;
    padding:0;
}

.highlighted {
    color: red;
}

/* Komunikaty */

.notifications {
    width:1018px;
    margin:0 auto;
}

.notifications .success {
    background: url("../images/notification_success.png") no-repeat scroll center bottom transparent;
    height: 40px;
    margin-top: 30px;
    margin-bottom:30px;
    padding: 21px 10px 0 100px;
}

/* Cross-browser fixes */

.opera .box_top {
    margin-top:-6px;
}

/* Throbber */

.waiting {
    background: center center url("../images/throbber.gif") no-repeat #ededed !important;
    height:80px;
    cursor:pointer;
}
.next-page {
    background:#ededed;
    display: block;
    height:80px;
    margin:0 30px 20px;
    cursor:pointer;
}

/* Strony 404 i 403 */

.error_page {
    padding:15px 30px;
}

/* Options */

.options {
    padding-top:10px;
    padding-bottom:8px;
    font-size:11px;
}

.options a {
    color:#008000;
}

.options a.del {
    color:#F23340;
}

span.link {
    color:#008000;
    cursor:pointer;
}

span.link:hover, span.link:focus {
    text-decoration:underline;
}

.pending {
    padding-left:10px;
}

/* Custom file input */

input#upload
{
    background: #aaa url(../images/file_input/bg-btn.png) bottom repeat-x;
    border: 1px solid #aaa;
    border-radius: 5px;
    color: #222;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    margin: 2em 0;
    moz-border-radius: 5px;
    padding: .4em 1.2em;
    webkit-border-radius: 5px;
}
input#upload:hover
{
    background: #eee;
    border-color: #777;
    color: #111;
}
.customfile-input
{
    background: transparent;
    border: 0;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    height: 100px;
    moz-opacity: 0;
    opacity: 0;
    position: absolute;
    z-index: 999;
}
.customfile
{
    cursor: pointer;
    overflow: hidden;
    padding: 2px;
    position: relative;
    width: 200px;
}
.customfile-disabled
{
    cursor: default;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: .5;
}
.customfile-feedback
{
    color: #fff;
    display: block;
    font-size: 1.2em;
    font-style: italic;
    margin: 1px 1px 1px 5px;
    padding: .3em .6em;
}
.customfile-feedback-populated
{
    background: url(../images/file_input/icon-generic.gif) left 4px no-repeat;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    padding-left: 20px;
}
.customfile-button
{
    background: #333 url(../images/file_input/bg-submit.gif) bottom repeat-x;
    border: 1px solid #999;
    border-radius: 5px;
    color: #fff;
    float: right;
    font-size: 1.2em;
    font-weight: bold;
    -moz-border-radius: 5px;
    padding: .3em .6em;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 5px;
    width: 80px;
}
.customfile-hover .customfile-button, .customfile-focus .customfile-button
{
    background: #aaa url(../images/file_input/bg-btn.png) bottom repeat-x;
    border-color: #aaa;
    color: #111;
    padding: .3em .6em;
}
.customfile-focus .customfile-button
{
    outline: 1px dotted #ccc;
}
.customfile-ext-jpg, .customfile-ext-gif, .customfile-ext-png, .customfile-ext-jpeg, .customfile-ext-bmp
{
    background-image: url(../images/file_input/icon-image.gif);
}
.customfile-ext-mp3, .customfile-ext-mp4, .customfile-ext-mov, .customfile-ext-swf, .customfile-ext-wav, .customfile-ext-m4v
{
    background-image: url(../images/file_input/icon-media.gif);
}
.customfile-ext-zip, .customfile-ext-tar, .customfile-ext-sit
{
    background-image: url(../images/file_input/icon-zip.gif);
}


table.jCalendar {
    background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
    margin-bottom:0;
}
table.jCalendar th {
    background: #222E39;
    color: #fff;
    font-weight: bold;
    padding: 3px 5px;
}

table.jCalendar td {
    background: #fff;
    color: #000;
    padding: 3px 5px;
    text-align: center;
}
table.jCalendar td.other-month {
    background: #ddd;
    color: #aaa;
}
table.jCalendar td.today {
    background: #666;
    color: #fff;
}
table.jCalendar td.selected {
    background: #f66;
    color: #fff;
}
table.jCalendar td.selected.dp-hover {
    background: #19905F;
    color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
    background: #19905F;
    color: #fff;
}
table.jCalendar tr.selectedWeek td {
    background: #f66;
    color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
    background: #bbb;
    color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
    background: #bbb;
    color: #888;
}

/* For the popup */

input.dp-applied {
    width: 140px;
    float: left;
}

a.dp-choose-date {
    float: left;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 10px 8px 0;
    display: block;
    text-indent: -2000px;
    overflow: hidden;
    background: url(../images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
    background-position: 0 -20px;
    cursor: default;
}

#calendar-me {
    margin: 20px;
}
pre.sourcecode {
    border: 2px dashed #ccc;
    padding: 10px;
    width: 734px;
    overflow: auto;
    margin: 0 0 20px;
}
div.dp-popup {
    position: relative;
    background: #ccc;
    font-size: 10px;
    font-family: arial, sans-serif;
    padding: 2px;
    width: 171px;
    line-height: 1.2em;
}
div#dp-popup {
    position: absolute;
    z-index: 199;
}
div.dp-popup h2 {
    font-size: 12px;
    text-align: center;
    margin: 2px 0;
    padding: 0;
}
a#dp-close {
    font-size: 11px;
    padding: 4px 0;
    text-align: center;
    display: block;
}
a#dp-close:hover {
    text-decoration: underline;
}
div.dp-popup a {
    color: #000;
    text-decoration: none;
    padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
    position: absolute;
    top: 2px;
    left: 4px;
    width: 100px;
}
div.dp-popup div.dp-nav-prev a {
    float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
    cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
    cursor: default;
}
div.dp-popup div.dp-nav-next {
    position: absolute;
    top: 2px;
    right: 4px;
    width: 100px;
}
div.dp-popup div.dp-nav-next a {
    float: right;
}
div.dp-popup a.disabled {
    cursor: default;
    color: #aaa;
}
div.dp-popup td {
    cursor: pointer;
}
div.dp-popup td.disabled {
    cursor: default;
}

/* jQuery Multiselect */

.ui-multiselect {
    padding : 2px 0 2px 4px;
    text-align : left;
    background:#fff;
    border: 1px solid #999999;
    color: #212121;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: normal;
}
.ui-multiselect span.ui-icon {
    float : right;
}
.ui-multiselect-single .ui-multiselect-checkboxes input {
    position : absolute !important ;
    top : auto !important ;
    left : -9999px;
}
.ui-multiselect-single .ui-multiselect-checkboxes label {
    padding : 5px !important ;
}
.ui-multiselect-header {
    margin-bottom : 3px;
    padding : 3px 0 3px 4px;
}
.ui-multiselect-header ul {
    font-size : 0.9em;
}
.ui-multiselect-header ul li {
    float : left;
    padding : 0 10px 0 0;
}
.ui-multiselect-header a {
    text-decoration : none;
}
.ui-multiselect-header a:hover {
    text-decoration : underline;
}
.ui-multiselect-header span.ui-icon {
    float : left;
}
.ui-multiselect-header li.ui-multiselect-close {
    float : right;
    text-align : right;
    padding-right : 0;
}
.ui-multiselect-menu {
    display : none;
    background:#fff !important;
    padding : 3px;
    color: #212121;
    border: 1px solid #999999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position : absolute;
    z-index: 10000;
    width:350px !important;
}

.ui-multiselect-menu .ui-widget-header {
    background:#E0DFE3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ui-multiselect-menu .ui-state-hover {
    background:#ededed;
}

.ui-multiselect-checkboxes {
    position : relative;
    overflow-y : scroll;
    overflow-x:hidden;
    width:350px;
}
.ui-multiselect-checkboxes label {
    cursor : default;
    display : block;
    border : 1px solid transparent;
    padding : 4px;
    margin-top:0 !important;
}
.ui-multiselect-checkboxes label input {
    position: relative;
    top: 0px;
}
.ui-multiselect-checkboxes li {
    clear : both;
    font-size : 0.9em;
    padding-right : 3px;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
    text-align : center;
    font-weight : bold;
    border-bottom : 1px solid;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
    display : block;
    padding : 3px;
    margin : 1px 0;
    text-decoration : none;
}
* html .ui-multiselect-checkboxes label {
    border : none;
}
.ui-multiselect-hasfilter ul {
    position : relative;
    top : 2px;
}
.ui-multiselect-filter {
    float : left;
    margin-right : 10px;
    font-size : 11px;
}
.ui-multiselect-filter input {
    width : 100px;
    font-size : 10px;
    margin-left : 5px;
    height : 15px;
    padding : 2px;
    border : 1px solid #292929;
}

.jcarousel-item-undefined {
    display: none;
}