ul.images {
	overflow: hidden;
	list-style: none;
	padding: 0;
}

ul.images li {
	float: left;
	margin: 5px;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'trebuchet ms', tahoma, sans-serif;
    font-size: 11px;
    background: #d6e8ec url(../img/background.gif) 0 0 repeat-x;
    text-align: center;
    color: #65727B;
}

input, textarea {
    font-family: 'trebuchet ms';
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #888585;
    border: 1px solid #D6D6D6;
    border-right: 0;
    border-bottom: 1px solid #FBFBFB;
}

input.submit {
    font-weight: bold;
    border: 1px solid #EFF1F3;
    border-right: 1px solid #D6DDE2;
    border-bottom: 1px solid #E2E7EA;
}

fieldset {
    border: 1px solid #D4DADA;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin-top: 15px;
}

object, a {
	outline: 0px;
}

legend {
    color: #43515A;
    font-weight: bold;
    padding: 0 4px 0 4px;
    font-size: 13px;
    margin-left: 9px;
}

legend.dummy {
    padding: 0;
}

.floatStop {
    clear: both;
}

img {
    border: 0;
}

/* common styles */

a {
    text-decoration: underline;
    font-weight: bold;
    color: #2376AA;
}

a:visited {
    color: #A0ABB1;
}

a:active {
    color: #2376AA;
}

a:hover {
    color: #E59800;
}


p {
    color: #65727B;
    line-height: 18px;
    text-align: justify;
}

strong {
    font-weight: bold;
}

ul {
    /*list-style-image: url(../img/list_style_diamond.gif);*/
    line-height: 23px;
}

table {
    border: 1px solid #E1E5E8;    
    border-collapse: collapse;
    margin: 20px 0 20px 1px;
}

table thead td, table thead th {
    background: #EAEFF2;
    font-weight: bold;
}

table td, table th {
    border: 1px solid #E1E5E8;    
    background: #F1F6F9;
    padding: 10px; 
}

.more {
	background: url(../img/icon_arrows_right.gif) 0 8px no-repeat;
    padding: 0 0 0 9px;
}

hr {
    border: 0;
    border-top: 1px solid #E1E5E8;
}

h4 {
	font-size: 12px;
}

.errors p, .errors ul, p.error, .important {
	color: #c50500;
}

/* paging */

.paging {
	font-size: 12px;
	text-align: center;
}

.paging a {
    margin: 0 5px;
}

.paging em {
	margin: 0 5px;
	
	font-style: normal;
	font-weight: bold;
}

.paging .prev, .paging .next {
	text-decoration: none;
}

/* standardowy box */

.box {
	background: #dcebf2 url(../img/box_content_bottom_bg.png) right repeat-y;
	border: 1px solid #cdd2d6;
	clear: both;
	margin: 0 0 15px 0;
	width: 758px;
}

.box .header {
	background: #d7dbdc url(../img/box_header_bg.png) repeat-x;
	height: 27px;
	overflow: hidden;
}

.box .header h2 {
	background: url(../img/box_header_right_bg.png) right no-repeat;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
}

.box .header h2 span {
	background: url(../img/box_header_shortline.png) 0 4px no-repeat;
	display: block;
	margin: 5px 0px 0px 20px;
	padding: 0px 0px 0px 10px;
	
	color: #41525c;
	font-size: 13px;
}

.box .main {
	background: url(../img/box_content_bg.png) repeat-x;
	min-height: 646px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

* html .box .main {
	height: 646px;
	overflow: visible;
}

.box .main .before {
	background: url(../img/box_content_right_bg.png) no-repeat;
	height: 626px;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	z-index: 10;
}

.box .main .after {
	background: url(../img/box_content_bottom_right_bg.png) no-repeat;
	bottom: 0;
	height: 20px;
	position: absolute;
	right: 0;
	width: 20px;
}

.box .main .content {
	margin: 0 20px;
	overflow: hidden;
	padding: 18px 0;
	position: relative;
	z-index: 11;
}

/* fieldset dla wyglądu formularzo-podobnego */

.fieldset {
	clear: both;
	padding: 15px 0 0 0;
	overflow: hidden;
}

.fieldset h3 {
	margin: 0 0 5px 9px;
	padding: 0 4px;
	
	color: #43515A;
	font-size: 13px;
	font-weight: bold;
}

.fieldset .fieldsetContent {
	border-top: 1px solid #D4DADA;
	padding: 8px 14px 0 14px;
}

.fieldset .fieldsetList {
	margin: 0;
	overflow: hidden;
	padding: 0;
	
	list-style: none;
}

.fieldsetList li {
	clear: left;
}

.fieldsetList .value, .formRow .value {
	display: block;
	float: left;
	padding: 7px 0 0 0;
}

/* header */

#header {
    text-align: left;
    width: 986px;
    height: 75px;
    margin: 0 auto;
}

#header h1 {
    margin: 17px 0 0 30px;
    padding: 0;
    display: inline;
    float: left;
}

#header .menuBox {
    padding-top: 33px;
    width: 393px;
    text-align: right;
    float: left;
}

#header .menuBox a {
    font-weight: bold;
    text-decoration: none;
    padding: 1px 14px 0 14px;
    border-left: 1px solid #899DAB;
    color: #899DAB;
}

#header .menuBox a.first {
    border: 0;
}

#header .menuBox a:hover, #header .menuBox a.current {
    color: #00325E;
}

#header .loginBox {
    padding-top: 17px;
    width: 435px;
    float: left;
}

#header .loginBox form {
    position: relative;
    margin-top: 10px;
    float: right;
}

#header .loginBox label {
	display: inline;
	float: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'trebuchet ms';
    font-size: 11px;
    position: absolute;
    margin-left: 13px;
    top: 5px;
    width: auto;
}

#header .loginBox input {
	float: none;
    height: 19px;
    margin: 0 0 0 5px;
    padding: 3px 0 0 7px;
    width: 106px;
}

#header .loginBox input.submit {
    width: 54px;
    height: 24px;
    background: #D6DDE2;
    color: #78746F;
    padding: 0 0 0 1px;
}

#header .loginBox .inputBox {
    float: left;
    position: relative;
    margin-right: 3px;
    display: inline;
}

*:first-child+html #header .loginBox .inputBox.inputBoxSubmit {
    margin-top: 1px;
}

* html #header .loginBox .inputBox.inputBoxSubmit {
    margin-top: 1px;
}

#header .loginBox input.submit {
    margin-left: 4px;
}

#header .loginBox .loggedUser {
    text-align: right;
}

#header .loginBox .loggedUser a {
    color: #4D87AF;
}

#header .loginBox .loggedUser a:hover {
    color: #FCA601;
}

#header .loginBox .loggedUser .userDataBox {
    height: 30px;
    overflow: hidden;
}

#header .loginBox .loggedUser .avatar {
    float: right;
    border: 1px solid #BCC6C7;
    margin-right: 1px;
}

#header .loginBox .loggedUser .pseudoButton {
    float: right;
    height: 24px;
    background: url(../img/login_background.gif) 0 0 repeat-x;
    padding: 6px 12px 0 8px;
    margin-right: 6px;
}

#header .loginBox .loggedUser .pseudoButton.last {
    margin-right: 0;
}

#header .loginBox .loggedUser .pseudoButton img {
    padding: 0 0 1px 8px;
}

#header .loginBox .loggedUser .logout {
    background: url(../img/icon_arrows_right.gif) 0 7px no-repeat;
    margin: 0;
    padding: 0;
    line-height: auto;
    padding-left: 8px;
    color: #8A9BAB;
    margin: 2px 13px 0 0;
}

/* flash header */

#flashHeader {
    width: 100%;
    height: 257px;
    position: relative;
}

#flashHeader .flash {
    width: 100%;
    margin: 0 auto;
    height: 257px;
    position: absolute;
    top: 0;
    left: 0;
}

#flashHeader .flashImage {
	height: 257px;
	margin: 0 auto;
	position: relative;
	width: 986px;
}

#flashHeader .flashImage img {
	display: block;
	left: 0;
	position: absolute;
	top: 0;
}

#flashHeader .flash a.cake {
	display: block;
	left: 58px;
	position: absolute;
	top: 193px;
}

#flashHeader .left {
    float: right;
    width: 100%;
    height: 257px;
    background: url(../img/dummy_flash_background_left.jpg) right 0 no-repeat; 
}

#flashHeader .leftRepeat {
    float: left;
    width: 50%;
    height: 257px;
    background: url(../img/dummy_flash_background_left_repeat.gif) 0 0 repeat-x;
}

#flashHeader .rightRepeat {
    float: right;
    width: 49%;
    height: 257px;
    background: url(../img/dummy_flash_background_right_repeat.gif) 0 0 repeat-x;
}

#headerFlash {
	left: 0;
	position: absolute;
	top: 0;
}

#gameFlash {
	border: 1px solid #A4C0CB;
	height: 398px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 398px;
}

#gameFlash * {
	margin: 0;
	padding: 0;
}

#mainContainer {
    background: url(../img/dummy_flash_background_special_part.jpg) center 0 no-repeat;
}

/*  main */

#main {
    text-align: left;
    width: 986px;
    margin: 0 auto;
}

/*  main left stats */

#main .left .stats {
    height: 78px;
    width: 190px;
    margin: 0 auto 8px;
    overflow: hidden;
    background: #F6F5F5;
    padding-top: 9px;
}

#main .left .stats {
    font-weight: bold;
}

#main .left .stats .entry {
    padding: 0px 0 0 6px;
    color: #000;
}

#main .left .stats .entry img {
    margin-right: 6px;
    margin-bottom: 10px;
    margin-top: 3px;
    display: block;
    float: left;
}

#main .left .stats .numbers {
    font-size: 18px;
    text-decoration: none;
}

#main .left .stats .teams .numbers {
    color: #CF6900;
}

#main .left .stats .fans .numbers {
    color: #217BCD;
}

/*  main  left */

#main .left {
    width: 211px;
    float: left;
}

/*  main left search */

#main .left .search {
    height: 40px;
    padding-top: 16px;
    background: #F6F5F5;
    margin-bottom: 15px;
}

#main .left .search form {
    position: relative;
}

#main .left .search label {
	display: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'trebuchet ms';
    font-size: 11px;
    position: absolute;
    margin-left: 20px;
    top: 5px;
}

#main .left .search input {
    width: 113px;
    height: 19px;
    padding: 3px 0 0 7px;
    margin-left: 12px;
}

#main .left .search .inputBox {
    float: left;
    position: relative;
    margin-right: 7px;
    display: inline;
}

#main .left .search input.submit {
    width: 54px;
    height: 24px;
    background: #D6DDE2;
    color: #78746F;
    padding: 0 0 0 1px;
    margin: 3px 0 0 0;
}

/* main left menu */

#main .left .menu {
    background: #fff;
    margin-bottom: 9px;
}

#main .left .menu a {
    text-decoration: none;
    color: #66737C;
}

#main .left .menu a:hover {
    color: #E58200 !important;
}

#main .left .menu ul {
    list-style: none;
    list-style-image: none;
    padding: 0px 14px 14px 14px;
    margin: 0;
    line-height: 16px;
    display: block;
}

#main .left .menu ul ul {
    background: url(../img/main_left_background_menu_2nd_level.gif) 0 0 repeat-x;
    margin: 4px 0 0 0;
    padding: 0 0 9px 0;    
}

#main .left .menu ul li {
    margin: 0;
    padding: 0;
}

#main .left .menu ul li.first {
	padding-top: 14px;
}

#main .left .menu ul li.last a {
	padding-bottom: 8px;
}

#main .left .menu ul li, #main .left .menu ul li.current li {
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #66737C;
}

#main .left .menu ul li ul li {
    background: url(../img/main_left_menu_arrow_right.gif) 11px center no-repeat;
    padding: 2px 0 2px 0;
}

#main .left .menu ul li ul li.first {
	background-position: 11px 20px;
	padding-top: 13px;
}

#main .left .menu ul li ul li.last a {
	padding-bottom: 0;
}

#main .left .menu ul li.dummy {
    padding: 0;
}

#main .left .menu ul li .dummy {
    height: 1px;
    font-size: 1px;
    display: block;
    padding: 0;
}

#main .left .menu ul li a {
    padding: 7px 0 7px 11px;
	display: block;
    background: url(../img/main_left_background_menu_normal.gif) repeat-x;
}

#main .left .menu ul li a.rolledDown{
    color: #0162A7;
}

#main .left .menu ul li a:hover {
    background: url(../img/main_left_background_menu_hover.gif) 0 0 repeat-x;
}

#main .left .menu ul li li a:hover {
    background-image: none;
}

#main .left .menu ul li li a {
	background: none;
	margin-left: 12px;
	padding: 0 0 0 11px;
	
	font-size: 10px;
	font-weight: normal;
}

#main .left .menu ul li a .rolled {
    margin-top: 7px;
    float: right;
    vertical-align: top;
}

*:first-child+html #main .left .menu ul {
    padding-top: 0;
}

* html #main .left .menu ul {
    padding-top: 0;
}

#main .left .menu ul li.current a {
    color: #0463A7;
}

#main .left .menu ul li.current li a {
    color: #66737C;
}

#main .left .menu ul li a.selected {
    color: #0463A7;
}

/* main left buttons */

#main .left .buttons {
	margin: 15px 0 30px 0;
    text-align: center;
}

#main .left .buttons .caption {
    margin: 16px 0 8px 0;
    width: 211px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #40505D;
}

#main .left .buttons .caption img {
    margin-right: 8px;
    margin-left: 12px;

}

#main .left .buttons a img {
    border: 0;
}

/* main right */

#main .right {
    width: 760px;
    margin-left: 15px;
    float: left;
}

/* breadcrumb */

.breadcrumb {
	height: 15px;
	margin: 0;
	overflow: hidden;
	padding: 10px 0;
}

.breadcrumb a {
	background: url(../img/icon_arrows_right.gif) 0 5px no-repeat;
	display: block;
	float: left;
	padding: 0 8px 0 12px;
	
	color: #65737c;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.breadcrumb a.first {
	background: none;
	padding-left: 0;
}

/* news box */

.box.mainPage {
	background-color: #f1f5f7;
	background-image: none;
}

.box.mainPage .main {
	background-image: url(../img/main_newsbox_bg.png);
	min-height: 0;
}

* html .box.mainPage .main {
	height: auto !important;
}

.box.mainPage .news.other {
	background: none;
}

.box.mainPage .newsOtherContent {
	background: none;
}

.box.mainPage .photo {
    background: #000;
    height: 245px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 417px;
    cursor: pointer;
}

.box.mainPage .photo .description {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 10px 15px 15px 15px;
    color: #B6D3E8;
    background: url(../img/main_right_news_background_transparent.png) 0 0 repeat;
    width: 387px;
    margin: 0;
}

.box.mainPage .photo .description a {
	color: #fff;
	text-decoration: none;
}

.box.mainPage .photo img {
    display: block;
}

* html .box.mainPage .photo .description {
    bottom: -1px;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./img/main_right_news_background_transparent.png", sizingMethod="scale");
} 

.box.mainPage .photo .description .date {
    color: #CF7F00;
    font-weight: bold;
    font-size: 10px;
}

.box.mainPage .photo .description h3 {
    margin: 0 0 7px 0;
}

.box.mainPage .photo .description h3 a {
	color: #fff;
	font-weight: normal;
	font-size: 17px;
}

.box.mainPage .photo .description h3 a:hover,
.box.mainPage .photo.hover .description h3 a:link,
.box.mainPage .photo.hover .description h3 a:visited {
    color: #E59800;
}

.box.mainPage .photo .description .brief, .box.mainPage .photo .description .brief p {
	line-height: 13px;
}

.box.mainPage .photo .description p {
	margin: 0;
	
	color: #B6D3E8;
}

.box.mainPage .newsList {
    padding: 21px 0 0 22px;
    float: left;
}

.box.mainPage .newsList ul {
    list-style: none;
    padding: 0px;
    margin: 0;
    list-style-image: none;
    line-height: 16px;
}

.box.mainPage .newsList ul li {
    margin: 0;
    padding: 0;
}

.box.mainPage .newsList ul li a {
    height: 34px;
    width: 297px;
    background: #E1E3E5 url(../img/main_right_news_background_list.gif) 0 bottom repeat-x;
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #65737C;
    padding: 0px 0 0 8px;
}

.box.mainPage .newsList ul li a img {
    vertical-align: middle;
    margin-left: 7px;
}

.box.mainPage .newsList ul li a .date {
    color: #879DAC;
    font-size: 10px;
    font-weight: normal;
    font-family: 'trebuchet ms';
    display: block;    
}

.box.mainPage .newsList ul li a:hover {
    background-image: url(../img/main_right_news_background_list_selected.gif);
    color: #3F4F5B;
}

.box.mainPage .newsList ul li a.first {
    margin-top: 25px;
    height: 35px;
    background-image: url(../img/main_right_news_background_list_first.gif);
}

.box.mainPage .newsList ul li a.first:hover {
    background-image: url(../img/main_right_news_background_list_first_selected.gif);
}

/* teams box */

.buttonsBar .buttonLeft, .buttonsBar .buttonRight {
    height: 27px;
    width: 3px;
    margin: 0;
    float: left;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.buttonsBar {
    height: 27px;
    background: url(../img/main_right_buttonsbar_background.gif) bottom repeat-x;
}

.buttonsBar .button {
    height: 27px;
    float: left;
    margin-right: 1px;
}

.buttonsBar .button .buttonLeft {
    background: url(../img/main_right_buttons_background_left.gif);
}

.buttonsBar .button .buttonCenter {
    /**/
    background: url(../img/main_right_buttons_background.gif) 0 0 repeat-x;
}
.buttonsBar .button .buttonCenter {
	height: 21px;
    float: left;
    padding-top: 6px;
    
    text-decoration: none;
}

.buttonsBar .button .buttonRight {
    background: url(../img/main_right_buttons_background_right.gif);
}

.buttonsBar .button.selected .buttonLeft {
    background: url(../img/main_right_buttons_background_left_selected.gif);
}

.buttonsBar .button.selected .buttonCenter {
    background: url(../img/main_right_buttons_background_selected.gif) 0 0 repeat-x;
}

.buttonsBar .button.selected .buttonRight {
    background: url(../img/main_right_buttons_background_right_selected.gif);
}

.buttonsBar .button img {
    vertical-align: middle;
}

.buttonsBar .button a {
    padding: 7px 25px 5px 25px;
    
    color: #fbffff;
    font-family: 'trebuchet ms';
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
}

.buttonsBar .button.selected a {
    font-weight: bold;
    color: #CF7F00;
}

.buttonsBar .button a:hover {
    color: #CF7F00;
}

.buttonsBar .options {
    background: #6B7F86 url(../img/main_right_buttonsbar_options_accent.gif) 5px 3px no-repeat;
    display: block;
    width: 38px;
    height: 15px;
    float: right;
    padding-left: 14px;
    text-align: center;
    margin: 6px 21px 0 0;
    display: inline;
}

.buttonsBar a.options {
    color: #fff;
}

.buttonsBar a.options:hover {
    color: #ccc;
}

.tabs {
	margin: 0 0 15px 0;
}

.tabContent {
	border: 1px solid #cdd7d9;
	border-width: 0 1px 1px 1px;
	overflow: hidden;
}

.teamsBox {
	background: none;
    width: 758px;
}

.teamsBox.gallery {
	width: auto;
}

.teamsBox .main {
	background: none;
	height: auto !important;
	min-height: 0;
}

.teamsBox .main .content {
    background: #e5f1f1 url(../img/main_newest_bg.png) 0 0 repeat-x;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 25px 49px 15px 21px;
    width: 688px;
}

.teamsBox .expandButton {
    float: right;
    padding: 160px 11px 169px 7px;
    background: url(../img/main_right_teamsbox_background_button.gif) 0 0 repeat-y;
}

.teamsBox .list {
	background: url(../img/main_newest_rowseparator.gif) 0 -16px;
	margin: 0 0 7px 0;
	overflow: hidden;
	width: 688px;
}

.teamsBox.gallery .list {
	background-position: 0 -38px;
	margin: 0 auto;
	width: 618px;
}

.teamsBox ul {
	margin: -31px 0 0 -16px;
	overflow: hidden;
	padding: 0;
	width: 758px;
	
	list-style: none;
}

.teamsBox.gallery ul {
	margin: 0;
	width: 618px;
}

.teamsBox li {
	display: inline;
    width: 112px;
    height: 148px;
    overflow: hidden;
    float: left;
    margin: 31px 16px 0 16px;
    
    line-height: 14px;
}

.teamsBox .photo {
	background: url(../img/main_newest_photo_bg.png) no-repeat;
	border: 1px solid #b7c2c4;
	display: block;
	height: 110px;
	overflow: hidden;
	width: 110px;
}

.teamsBox .photo a {
	display: block;
	height: 110px;
	width: 110px;
	
	text-align: center;
}

.teamsBox .caption {
	display: block;
	margin: 2px 0 0 0;
	overflow: hidden;
	padding: 0 0 0 1px;
	width: 112px;
}

.teamsBox .caption a {
    background: #09487e;
    overflow: hidden;
    padding: 0 5px 0 0; 
    color: #fffffd;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.teamsBox.supporters .caption.team a {
	background-color: #CF6900;
}

.teamsBox .caption .text {
    border-left: 5px solid #09487e;
}

.teamsBox.supporters .caption .text {
	width: 900px;
}

.teamsBox.supporters .caption.team .text {
	border-left-color: #CF6900;
}

.teamsBox .more {
    text-align: right;
    float: right;
	margin: 0;
    margin-top: 10px;
	font-size: 12px;
}

.teamsBox .fieldsetContent {
	padding-left: 0;
	padding-right: 0;
}

.teamsBox p.formRow {
	float: left;
	margin: 0 25px 0 0;
	width: 318px;
}

.teamsBox #szukajInput {
	float: none;
	width: 600px;
}

#main .right .more a {
    overflow: hidden;
    color: #E38000;
    font-weight: bold;
    text-decoration: underline;
}

/* content right mutlimediabox */

#main .right .box.multimedia {
    margin-bottom: 18px;
    height: 235px;
}

.box.multimedia .main {
	min-height: 0;
	height: 209px !important;
}

#main .right .box.multimedia a {
    text-decoration: none;
}

#main .right .box.multimedia a.photo {
	float: left;
	width: 43px;
	height: 43px;
	overflow: hidden;
	margin-right: 10px;
	position: relative;
	border: 0px;
}
#main .right .box.multimedia a.photo img{
	position: absolute;
	left: -10px;
}

#main .right .box.multimedia .caption {
    font-weight: bold;
    color: #41515C;
    margin: 0 0 13px 21px;
}

#main .right .box.multimedia .caption img {
    margin-right: 8px;
}

#main .right .box.multimedia .buttonsBar {
    height: 33px;
    background: url(../img/main_right_buttonsbar_background2.gif) 0 26px no-repeat;
}

#main .right .box.multimedia .content {
    border: 1px solid #D0DBDF;
    border-top: 0;
    background: #E5F1F1 url(../img/main_right_multimediabox_background.gif) right 0 repeat-y;
    height: 208px;
    margin: 0;
    padding: 0;
}


#main .right .box.multimedia .content .exclusive {
    float: left;
    width: 398px;
    height: 187px;
    padding: 21px 0 0 19px;
    background: url(../img/main_right_multimediabox_background2.gif) 0 0 repeat-x;
}

#main .right .box.multimedia .content .exclusive .photo {
    float: left;
}

#main .right .box.multimedia .content .exclusive img {
    border: 1px solid #8899A3;
}

#main .right .box.multimedia .content .exclusive .description {
    float: left;
    width: 195px;
    color: #41515C;
}

#main .right .box.multimedia .content .exclusive .description h3, #main .right .box.multimedia .content .exclusive .description .breadcrumb {
    padding: 0 9px 3px 14px;
    font-weight: bold;
    color: #fff;
    display: inline;
    font-size: 12px;
    background: #303E47;
}

#main .right .box.multimedia .content .exclusive .description .breadcrumb a {
    font-size: 11px;
    margin-top: 5px;
    padding: 0 0 4px 0;
    color: #FF9C00;
    float: none;
    display: inline;
    background-image: none;
}

#main .right .box.multimedia .content .exclusive .description .breadcrumb a:hover { 
    color: #CAD5D7;
    text-decoration: underline;
}

#main .right .box.multimedia .content .exclusive .description .breadcrumb a.last {
    color: #CAD5D7;
}

#main .right .box.multimedia .content .exclusive .description .text {
    margin: 15px 19px 10px 15px;
    text-align: justify;
}

#main .right .box.multimedia .content .exclusive .more {
    float: right;
    margin-right: 18px;
    display: inline;
}

#main .right .box.multimedia .content .exclusive .more img {
    border: 0;
}

#main .right .box.multimedia .content .multimediaList {
    background: #DAE8EB url(../img/main_right_multimediabox_background.gif) right 0 repeat-y;
    float: left;
    width: 339px;
    height: 208px;
}

#main .right .box.multimedia .content .multimediaList ul {
    list-style: none;
    margin: 17px 0 0 0;
    padding: 0;
    position: relative;
    line-height: 16px;
}

#main .right .box.multimedia .content .multimediaList ul li {
    padding: 4px 0 3px 24px;
    clear: left;
}

#main .right .box.multimedia .content .multimediaList ul li.light {
    background: #E5EFF1 url(../img/main_right_multimediabox_background3.gif) right 0 repeat-y;
}

#main .right .box.multimedia .content .multimediaList ul li.dark {
    background: #DAE8EB url(../img/main_right_multimediabox_background.gif) right 0 repeat-y;
}

#main .right .box.multimedia .content .multimediaList ul li img {
    float: left;
    margin-right: 12px;
    position: relative;
}

#main .right .box.multimedia .content .multimediaList ul li .title a {
    color: #303E47;
    font-weight: bold;
}

#main .right .box.multimedia .content .multimediaList ul li .title a:hover {
    text-decoration: underline;
}


#main .right .box.multimedia .bottom .multimediaList ul li .breadcrumb, #main .right .box.multimedia .content .multimediaList ul li .breadcrumb a {
    color: #6B7F86;
    padding: 0 0 4px 0;
    float: none;
    display: inline;
    background-image: none;
    font-weight: normal;
}

#main .right .box.multimedia .content .multimediaList ul li .breadcrumb a:hover {
    text-decoration: underline;
}

#main .right .box.multimedia .content .multimediaList .more {
    float: right;
    margin-right: 22px;
    display: inline;
}

/* main right formularz zapisy */

form fieldset {
    padding: 0 14px 0 14px;
}

form label, .fieldsetList .name, .formRow .name {
	clear: left;
    display: block;
    float: left;
    padding: 7px 5px 0 0;
    width: 115px;
    
    text-align: left;
}

form input, form textarea {
    padding: 3px 5px 3px 5px;
    float: left;
    margin: 3px 0 4px 0;
    width: 187px;
}

form select {
    font-family: 'trebuchet ms';
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #888585;
    border: 1px solid #D6D6D6;
    border-right: 0;
    border-bottom: 1px solid #FBFBFB;
    width: 198px;
    padding: 3px 5px 3px 5px;
    float: left;
    margin: 3px 0 4px 0; 
}

form p.formRow {
    margin: 0;
    overflow: hidden;
    padding: 0;
}

form .formFieldError {
	clear: left;
	display: block;
	margin: 2px 0 5px 120px;
	
	color: #c50500;
	font-size: 0.8em;
}

form.zapisy p#formIloscDruzyn label {
    width: 250px;
}

form.zapisy p#formIloscDruzyn input {
    width: 57px;
}

form p.checkbox {
	margin: 0;
	overflow: hidden;
	width: 100%;
}

form p.checkbox label {
    clear: none;
    width: 650px;
    padding-top: 10px;
}

form p.checkbox input {
    border: 0;
    clear: left;
    margin: 10px 9px 0 0;
    width: auto;
}

form p.submit {
    clear: left;
    overflow: hidden;
}

form p.submit input {
    background: transparent url(../img/icon_arrows_right.gif) 0 8px no-repeat;
    border: 0;
    clear: left;
    cursor: pointer;
    float: right;
    overflow: visible;
    padding: 0 0 0 7px !important;
    width: auto;
    
    color: #DF8000;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    text-decoration: underline;
}

* html form p.submit input {
    padding-left: 0;
}

*:first-child+html form p.submit input {
    padding-left: 0;
}

/* main right search results */

#main .right .search input {
    width: 150px;
    height: 19px;
    padding: 3px 0 0 7px;
    margin-right: 3px;
}

#main .right .search input.submit {
    width: 54px;
    height: 24px;
    background: #D6DDE2;
    color: #78746F;
    padding: 1px 0 0 1px;
    margin: 0;
}

/* main right signInBox */

#main .right .signInBox .buttonsBar a {
    text-decoration: none;
}

#main .right .signInBox .buttonsBar {
    height: 33px;
    width: 720px;
    background: url(../img/main_right_buttonsbar_background3.gif) 0 bottom no-repeat;
}

#main .right .signInBox .bottom {
    border: 1px solid #D5DADD;
    border-top: 0;
    width: 718px;
    background: #E3EEF2 url(../img/main_right_signinbox_background.gif) 0 0 repeat-x;
}

#main .right .signInBox .bottom .content {
    width: 678px;
    background: #E3EEF2 url(../img/main_right_signinbox_background2.gif) right 0 no-repeat;
    margin: 0;
    padding: 20px;
}

/* footer */
#footer a {
    text-decoration: none;
}

#footer .top {
    background: #fff;
    height: 150px;
    padding: 20px 0 0 20px;
}

#footer .top .row {
    text-align: justify;
    margin-bottom: 0px; 
}

#footer .top .row a img {
    vertical-align: middle;
}

#footer .top .row .caption {
    font-weight: bold;
    color: #41515C;
    margin-bottom: 2px;
    font-size: 14px;
}

#footer .top .row .caption img {
    margin-right: 8px;
}

#footer .bottom {
    color: #78746F;
    padding: 21px 0 0 24px;
}

#footer .bottom .copyright {
    float: right;
}

#footer .bottom a {
    color: #78746F;
    font-weight: bold;
    text-decoration: none;
    margin: 0 11px 0 11px;
}

#footer .bottom a:hover, #footer .bottom a.current {
    color: #514F4B;
}

#footer .bottom .copyright a {
    margin: 0;
}

#footer .center {
	margin: 0 auto;
    width: 940px;
    
    text-align: left;
}

#footer .bottom .center {
	height: 56px;
	overflow: hidden;
}

/* error page */

#errorPage #header {
    height: 78px;
}

#errorPage #header .address {
    float: right;
    margin-top: 31px;
}

#errorPage .contentBox {
    height: 247px;
    background: #F9F9F9;
    text-align: center;
}

#errorPage .contentBox .content {
    width: 715px;
    margin: 0 auto;
    padding-top: 25px;
    padding-left: 271px;
    height: 222px;
    position: relative;
    text-align: left;
    font-size: 15px;
    color: #8B9CAC;
    line-height: 24px;
}

#errorPage .contentBox .content h1 {
    color: #EF9400;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 38px;
}

#errorPage .contentBox .content .errorImage{
    position: absolute;
    top: 25px;
    left: 0;
}

#errorPage.error404 .contentBox .content .errorImage{
    height: 222px;
    overflow: hidden;
}

/* news box */

.box.news .main .content {
	margin: 0;
	padding: 0;
	position: relative;
}

.box.news .main .before {
	background: none;
}

.box.news .main .content .before {
	background: url(../img/box_content_right_bg.png) no-repeat;
}

/* news details */

.news.details {
	background: #dcebf2 url(../img/newsdetails_bg.png) repeat-x;
	float: left;
	min-height: 608px;
	overflow: hidden;
	padding: 19px 22px;
	width: 374px;
}


* html .news.details {
	height: 608px;
	overflow: visible;
}

.news.details img.photo {
	margin: 0 0 9px 0;
}

.archiveDetails p.date,
.news.details p.date {
	float: left;
	height: 19px;
	padding: 1px 5px 0 5px;
	margin: 0;
	
	color: #e38c01;
	font-weight: bold;
}
.archiveDetails .title,
.news.details .title {
    clear: both;
    border-left: 5px solid #324d60;
}

.archiveDetails .title h3,
.news.details .title h3 {
	display: inline;
    float: none;
	background: #324d60;
    line-height: 32px;
}
.archiveDetails h3,
.news.details h3 {
	background: #324d60;
	clear: both;
	color: #ffffff;
    float: left;
	margin: 0;
	padding: 2px 5px 2px 0;
	
	font-size: 23px;
	font-weight: normal;
	line-height: 22px;
}
.archiveDetails .brief ,
.news.details .brief {
	clear: both;
	margin: 0;
	padding: 18px 0 0 0;
	
	color: #0e5490;
	font-size: 13px;
}
* html .archiveDetails .brief ,
* html .news.details .brief {
	margin: 18px 0 0 0;
	padding: 0;
}
.archiveDetails .brief p,
.news.details .brief p {
	margin: 0;
	
	color: #0e5490;
}

.archiveDetails  .mainContent,
.news.details .mainContent {
	color: #5a6871;
	margin: 17px 0 0 0;
}

.news.details .mainContent p {
	margin: 17px 0;
	
	line-height: 16px;
}

/* news other */

.news.other {
	background: #dee6e9 url(../img/newsother_bottom_right_bg.png) right repeat-y;
	border: 1px solid #ecf4f7;
	border-width: 0 0 1px 0;
	float: right;
	height: 243px;
	overflow: hidden;
	position: relative;
	width: 340px;
	z-index: 12;
}

.newsOtherBefore {
	background: url(../img/newsother_right_bg.png) right no-repeat;
	height: 243px;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	z-index: 11;
}

.newsOtherContent {
	background: url(../img/newsother_bg.png) repeat-x;
	height: 100%;
	overflow: hidden;
	padding: 0 20px 24px 0;
}

.news.other h3, .comments h3 {
	background: url(../img/newsother_shortline.png) 21px 23px no-repeat;
	margin: 0;
	padding: 19px 0 0 31px;
	
	color: #41525c;
	font-size: 13px;
}

.news.other ul {
	margin: 15px 0 0 0;
	padding: 0 0 0 22px;
	
	list-style: none;
}

.news.other li a {
	background: url(../img/newsother_list_bg.gif) left bottom repeat-x;
	cursor: pointer;
	display: block;
	height: 37px;
	overflow: hidden;
	
	text-decoration: none;
}

.news.other li a:hover {
	background-image: url(../img/newsother_list_hover_bg.gif);
}

.news.other li.first a {
	height: 38px;
}

.news.other .date {
	display: block;
	padding: 5px 0 0 8px;
	
	color: #879dab;
	line-height: 10px;
	font-size: 10px;
	font-weight: normal;
}

.news.other .title {
	background: url(../img/icon_arrows_right.gif) right no-repeat;
	display: block;
	float: left;
	padding: 0 10px 0 8px;
	
	color: #65737c;
	line-height: 16px;
}

.news.other .more {
	float: right;
	margin-bottom: 0;
}

/* news comments */

.news .comments {
	float: right;
	overflow: hidden;
	width: 340px;
	z-index: 11;
}

#main .right .teamProfile .buttonsBar .button .center a{
    text-decoration: none;
    color: white;
}

#main .right .teamProfile {
	float: right;
	width: 718px;
}

.teamProfile a.teamName:link,
.teamProfile a.teamName:visited,
.teamProfile a.teamName:hover {
	color: #4e7c8b;
	font-size: 20px;
	font-weight: normal;
	text-decoration: underline;
	padding-bottom: 22px;
	display: block;
	float: none;
	margin-left: 28px;
	width: 400px;
}
.teamProfile a.teamName:hover {
	text-decoration: none;
}

#main .right .teamProfile .buttonsBar .button .center a:hover{
    color: #f1a400;
}
#main .right .teamProfile .buttonsBar .button.selected .center a{
    text-decoration: none;
    color: #f1a400;
}
.teamProfile .back {
	background-color: #e5f0f2;
	background-image: url(../img/teamProfileBack1.gif);
	background-position: right;
	background-repeat: repeat-y;
}

.teamProfile .submit {
	margin: 0;
}

.teamProfile .submit input {
	float: left;
	
	font-size: 1em;
	text-transform: lowercase;
}

.teamProfile .back .back2 {
	background-image: url(../img/teamProfileBack2.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.teamProfile .back .back2 .back3 {
	background-image: url(../img/teamProfileBack3.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 10px;
}

.teamProfile .zawodnikInfo {
	padding: 13px;
}

.teamProfile .zawodnikInfo .imageBox{
	border: 1px solid #b7c2c4;
	float: left;
	height: 118px;
	width: 118px;
	
	background-image: url(../img/teamZawodnikBoxBack.gif);
	text-align: center;
}

.teamProfile .zawodnikInfo .leftCol{
	width: 125px;
	height: 103px;
	float: left;
	padding-left: 17px;
	padding-top: 15px;
	border-right: 1px solid #dddfde;
	color: #8a9caa;
	line-height: 1.2em;	
}
.teamProfile .zawodnikInfo .leftCol .data{
	font-weight: bold;
	color: #6b7e8c;
	padding-left: 5px;
	
}

.teamProfile .zawodnikInfo .leftCol .name{
	text-dectoration: underline;
	display: block;
	padding-bottom: 10px;
	color: #2079cb;
	font-size: 1.2em;
	font-weight: bold;		
}
.teamProfile .zawodnikInfo .centerCol{
	float: left;
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 15px;
	width: 192px;
	
	color: #6b7e8c;
	line-height: 1.2em;
	text-align: justify;
}
.teamProfile .zawodnikInfo .centerCol .title{
	display: block;
	padding-bottom: 5px;
	font-weight: bold;
	color: #556370;		
}
.teamProfile .line{
	background-image: url(../img/line.gif);
	background-position: bottom;
	height: 1px;
	overflow: hidden;
}
.teamProfile .line.withMargin{
	margin: 15px;
}

.teamProfile .zawodnikInfo .rightCol {
	border-left: 1px solid #dddfde;
	float: left;
	height: 93px;
	overflow: hidden;
	padding: 25px 0 0 24px;
	width: 145px;
	
	line-height: 1.2em;	
}

.teamProfile .zawodnikInfo .rightCol a {
	color: #556370;
	vertical-align: middle;
}
.teamProfile .zawodnikInfo .rightCol img {
	padding: 5px;
	vertical-align: middle;
}

.teamProfile .information {
	padding: 0 15px;
}

.teamProfile .wholeDescription {
	padding: 0 15px 0 0;
}

.teamProfile .daneDruzyny .rightCol {
	float: right;
	width: 288px;
	background-color: #e1e7e7;
	background-image: url(../img/rightBack1.gif);
	background-position: right;
	background-repeat: repeat-y;	
	margin-bottom: 30px;
}

.teamProfile .daneDruzyny .rightCol2 {
	background-image: url(../img/rightBack2.gif);
	background-position: top;
	background-repeat: repeat-x;	
}

.teamProfile .daneDruzyny .rightCol3 {
	background-image: url(../img/rightBack3.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0px;
}

.teamProfile .daneDruzyny .title,
.titleWithBullet {
	background-image: url(../img/titleBullet.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #40505d;
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px 10px;
	margin-left: 13px;
}

.teamProfile .daneDruzyny .rightCol3 .teamMember {
	background-image: url(../img/teamMemberComment.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #f4e3af;
}

.teamProfile .daneDruzyny .rightCol3 .comment {
	margin-left: 2px;
}
.teamProfile .daneDruzyny .rightCol3 .comment .image {
	width: 48px;
	height: 48px;
	float: left;
	border: 1px solid #b7c8c0;
	background-color: #eee;
	margin: 11px 0 15px 11px;
	display: inline;
}

.teamProfile .daneDruzyny .rightCol3 .comment .text {
	float: left;
	width: 200px;
	padding: 8px 12px 0px;
	line-height: 1.3em;
}

.teamProfile .daneDruzyny .rightCol3 .comment .text .head {
	padding-bottom: 10px;
	font-weight: bold;
	color: #66727e;
}

.teamProfile .daneDruzyny .rightCol3 .comment .text .head a:link,
.teamProfile .daneDruzyny .rightCol3 .comment .text .head a:visited,
.teamProfile .daneDruzyny .rightCol3 .comment .text .head a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #4981ba;
}

.teamProfile .daneDruzyny .rightCol3 .comment .text .head a:hover {
	text-decoration: none;
}

.teamProfile .daneDruzyny .rightCol3 .comment .text .date {
	padding: 15px 0 5px;
	color: #77abd0;
	float: left;
	clear: both;
}

.teamProfile .daneDruzyny .rightCol3 .comment .text .time {
	color: #668599;
}

.teamProfile .daneDruzyny .rightCol3 .comment .text a.odpowiedz:link,
.teamProfile .daneDruzyny .rightCol3 .comment .text a.odpowiedz:visited,
.teamProfile .daneDruzyny .rightCol3 .comment .text a.odpowiedz:hover {
	padding: 13px 5px 5px 21px;
	background-image: url(../img/iconOdpowiedz.gif);
	background-position: 0px 15px;
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #64737a;
	float: right;
}

.teamProfile .daneDruzyny .rightCol3 .comment .text a.odpowiedz:hover {
	text-decoration: none;
}

.teamProfile .daneDruzyny .rightCol3 .commentForm {
	height: 211px;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/commentForm1.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.teamProfile .daneDruzyny .rightCol3 .commentForm2 {
	height: 211px;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/commentForm2.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.teamProfile .daneDruzyny .rightCol3 a.commentTab:link,
.teamProfile .daneDruzyny .rightCol3 a.commentTab:visited,
.teamProfile .daneDruzyny .rightCol3 a.commentTab:hover {
	display: block;
	width: 26px;
	padding-top: 3px;	
	height: 27px;
	background-repeat: no-repeat;
	background-image: url(../img/commentsTab.gif);	
	text-align: center;
	float: left;
	text-decoration: none;
	font-weight: normal;
	color: #7c95ab;	
}

.teamProfile .daneDruzyny .rightCol3 a.commentTabSelected:link,
.teamProfile .daneDruzyny .rightCol3 a.commentTabSelected:visited,
.teamProfile .daneDruzyny .rightCol3 a.commentTabSelected:hover {
	display: block;
	width: 26px;
	padding-top: 3px;
	height: 27px;
	background-repeat: no-repeat;
	background-image: url(../img/commentsTabSelected.gif);
	background-position: top;
	text-align: center;
	float: left;
	text-decoration: underline;
	font-weight: bold;
	color: #4d8fcb;
}
.teamProfile .daneDruzyny .rightCol3 form.teamProfileCommentForm {
	padding: 0 13px;
	margin: 0px;
	width: 250px;
}

.teamProfile .daneDruzyny .rightCol3 form.teamProfileCommentForm textarea{
	border: 0px;
	border-left: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
	overflow: hidden;
	width: 250px;
	height: 88px;
	background-color: white;
    font-family: 'trebuchet ms', tahoma, sans-serif;
    font-size: 11px;    		
}

.teamProfile .daneDruzyny .rightCol3 form.teamProfileCommentForm input.submit {
	width: 53px;
	height: 20px;
	padding-top: 0px;
	padding-bottom: 0px; 
	float: right;
	display: inline;
	vertical-align: center;
	margin: 10px 0 0;
}
.teamProfile .daneDruzyny .rightCol3 form.teamProfileCommentForm .note {
	float: left;
	width: 181px;
	font-size: 10px;
	color: #9ea9af;
	padding: 2px 1px;
}
.teamProfile .daneDruzyny .leftCol {
	float: left;
	width: 428px;
}

.teamProfile .daneDruzyny .leftCol .teamInfo {
	padding-left: 15px;
	padding-top: 15px;
}

.teamProfile .daneDruzyny .leftCol .teamInfo .image {
	border: 1px solid #a4c0cb;
	clear: both;
	float: left;
	height: 150px;
	width: 150px;
	
	background: url(../img/image_bg_150.png) no-repeat;
	text-align: center;
}

.teamInfo .imageChange {
	clear: left;
	float: left;
}

.teamProfile .daneDruzyny .leftCol .teamInfo .text{
	width: 148px;
	height: 148px;
	float: right;
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 10px;
	width: 235px;
}
.teamProfile .daneDruzyny .leftCol .teamInfo .heading{
	color: #8a9dab;
	line-height: 1.1em;
}
.teamProfile .daneDruzyny .leftCol .teamInfo .text a.name:link,
.teamProfile .daneDruzyny .leftCol .teamInfo .text a.name:visited,
.teamProfile .daneDruzyny .leftCol .teamInfo .text a.name:hover {
	color: #e89700;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	padding-bottom: 8px;
	font-size: 1.1em;
}
.teamProfile .daneDruzyny .leftCol .teamInfo .text a.nameBlue:link,
.teamProfile .daneDruzyny .leftCol .teamInfo .text a.nameBlue:visited,
.teamProfile .daneDruzyny .leftCol .teamInfo .text a.nameBlue:hover {
	color: #2278cb;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	padding-bottom: 8px;
	font-size: 1.1em;
}



.teamProfile .daneDruzyny .leftCol .teamInfo .text a.name:hover,
.teamProfile .daneDruzyny .leftCol .teamInfo .text a.nameBlue:visited {
	text-decoration: none;
}

.teamProfile .daneDruzyny .leftCol .teamInfo .text .description {
	height: 80px;
	overflow: hidden;
	padding: 5px 0 0 0;
}

.teamInfo .description form, .teamInfo .description .formRow {
	margin: 0;
}

.teamProfile .daneDruzyny .leftCol p.more {
	float: right;
	margin-right: 10px;
	padding-top: 3px;
	margin-top: 0px;
	background-position: 0 12px; 
}

.teamProfile .daneDruzyny .leftCol .opiekunInfo {
	padding-top: 12px;
	padding-left: 15px;
}

.teamProfile .daneDruzyny .leftCol .opiekunInfo .image{
	border: 1px solid #a4c0cb;
	float: left;
	height: 60px;
	width: 60px;
	
	background-image: url(../img/image_bg_60.png);
	text-align: center;
}

.teamProfile .daneDruzyny .leftCol .opiekunInfo .text{
	padding: 16px 0 16px 16px;
	float: left;
}

.teamProfile .daneDruzyny .leftCol .opiekunInfo .heading{
	color: #8a9dab;
	line-height: 1.1em;
}

.teamProfile .daneDruzyny .leftCol .opiekunInfo .text  a.name:link,
.teamProfile .daneDruzyny .leftCol .opiekunInfo .text  a.name:visited,
.teamProfile .daneDruzyny .leftCol .opiekunInfo .text  a.name:hover {
	color: #247bc8;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	padding-bottom: 8px;
	font-size: 1.1em;
}

.teamProfile .daneDruzyny .leftCol .opiekunInfo .text  a.name:hover {
	text-decoration: none;	
}

.teamProfile .daneDruzyny .leftCol .zawodnik {
	height: 62px;
	margin: 3px 1px 0 15px;
	position: relative;
}

.teamProfile .daneDruzyny .leftCol .odd {
	background-color: #deecef;

}

.teamProfile .daneDruzyny .leftCol .zawodnik .image {
	border: 1px solid #a4c0cb;
	float: left;
	height: 60px;
	width: 60px;
	
	background-image: url(../img/image_bg_60.png);
	text-align: center;
}

.teamProfile .daneDruzyny .leftCol .zawodnik .name {
	padding: 21px 12px 0;
	float: left;
	font-weight: bold;
	
	color: #0d5297;
}

.teamProfile .daneDruzyny .leftCol .zawodnik a.name:link, 
.teamProfile .daneDruzyny .leftCol .zawodnik a.name:visited, 
.teamProfile .daneDruzyny .leftCol .zawodnik a.name:hover
{
	text-decoration: underline;
}

.teamProfile .daneDruzyny .leftCol .zawodnik a.name:hover {
	text-decoration: none;
}

.daneDruzyny .leftCol .line {
	margin-left: 15px;
}

.participantsLine {
	margin-top: -1px;
}

.noSupporters {
	margin: 0;
	padding: 11px;
	width: 100%;
	
	text-align: center;
	text-transform: lowercase;
}

.supporterRegister {
	float: right;
	margin: 5px 15px 0 0;
}

.teamProfile .addedImage {
	padding: 7px 0 7px 15px; 
}

.teamProfile .addedImage .image{
	border: 1px solid #a4c0cb;
	width: 78px;
	height: 78px;
	float: left;	
}

.teamProfile .addedImage .text {
	float: left;
	padding-left: 15px;

}

.teamProfile .addedImage.leftSide,
.teamProfile .addedImage.rightSide {
	padding: 7px 0 7px 15px; 
	width: 340px;
}
.teamProfile .addedImage.leftSide{
	float: left;
	clear: both;
}
.teamProfile .addedImage.rightSide {
	padding: 7px 15px 7px 0; 	
	float: right;	
}

.teamProfile .addedImage.leftSide .text,
.teamProfile .addedImage.rightSide .text {
	float: left;
	padding-left: 15px;
	width: 198px;
}


.teamProfile .addedImage a.name:link, 
.teamProfile .addedImage a.name:visited, 
.teamProfile .addedImage a.name:hover {
	color: #247bc8;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	padding-bottom: 0px;
	font-size: 1.1em;
}

.teamProfile .addedImage a.name:hover {
	text-decoration: none;
}

.teamProfile .addedImage .time {
	color: #75add0;
	line-height: 1.1em;
	padding-bottom: 5px;
}

.teamProfile .addedImage .time a:link,
.teamProfile .addedImage .time a:visited,
.teamProfile .addedImage .time a:hover{
	color: #0c5297;
	text-decoration: underline;
}
.teamProfile .addedImage .time a:hover{
	text-decoration: none;
}


.teamProfile .addedImage .time .date {
	color: #6b8697;
}

.teamProfile .addedImage a.addComment:link,
.teamProfile .addedImage a.addComment:visited,
.teamProfile .addedImage a.addComment:hover {
	padding-left: 21px;
	background-image: url(../img/iconAddComment.gif);
	background-position: 0 10px;
	padding-top: 5px;
	background-repeat: no-repeat;
	display: block;
	color: #65737c;
	font-weight: normal;
}

.teamProfile .addedImage a.addComment:hover {
	text-decoration: none;
}

.teamProfile .addedImage.marked {
	background-color: white;
}

.quizItem {
	overflow: hidden;
	padding: 10px 0;
}
.quizItem .quizQuestion {
	clear: left;
	padding: 4px 0;
}
.quizItem .quizAnswer {
	padding: 4px 0 4px 20px;
	width: 698px;
}
.quizItem .quizAnswer input {
	margin-top: 2px;
}
.quizItem .quizAnswer label {
	padding: 0;
}
.quizItem .quizAnswer.incorrect{
	background-color: #ECC;
}
.quizItem .quizAnswer.correct{
	background-color: #CEC;
}
.quizError {
	padding: 5px;
	text-align: center;
	color: #f00;
}
.teamProfile .daneDruzyny .leftCol .teamInfo .teamBar {
	background-image: url(../img/teamBar.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.teamProfile .daneDruzyny .leftCol .teamInfo .teamBar .icon{
	float: right;
	margin: 0px;
	padding: 5px;
	width: 26px;
	height: 26px;
	display: block;
}

.teamProfile .daneDruzyny .leftCol .userProfileDescription{
	padding: 0 15px 15px;
}

.teamProfile .daneSzkoly, .teamProfile .edytujProfil {
	padding: 0 15px 15px 15px;
}

label.error {
	color: #c50500;	
}

.recommendFormMessage,
.recommendFormInfo {
	margin: 10px 0px;
	padding: 10px; 
	clear: both;
}

.recommendForm .fieldset {
	padding: 0;
}

.recommendForm .fieldsetContent {
	border: 0;
	padding-top: 0;
}

.recommendForm .submit {
	width: 420px;
}

.recommendFormInfo {
	border: 1px solid #a4c0cb;
	border-width: 1px 0;
	width: 400px;
}

.multimediaSubmenu {
	padding: 15px;
}
.multimediaSubmenu a:link,
.multimediaSubmenu a:visited,
.multimediaSubmenu a:hover {
	padding: 0 5px;
	text-decoration: none;
	font-weight: normal;
	color: #868686;
}
.multimediaSubmenu a:hover {
	text-decoration: underline;
}
.multimediaSubmenu a.chosen:link,
.multimediaSubmenu a.chosen:visited,
.multimediaSubmenu a.chosen:hover {
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
	color: #e58b01;
}
.multimediaPlayer {
	/*width: 410px;
	height: 309px;*/
	margin: 0 0 15px 15px;
}

.multimediaInfoHead {
	width: 349px;
	padding-left: 52px;
	padding-top: 5px;
	background-position: 11px 3px;
	background-repeat: no-repeat;
	background-image: url(../img/iconMovie.gif);
}

span.multimediaTitle {
	background-color: #233b47;
	padding: 1px 3px 0px;
	color: white;
	font-size: 15px;
	line-height: 1.2em;
}

span.multimediaBreadcrump {
	background-color: #233b47;
	padding: 0px 3px 1px;
	color: #cad5d9;
	font-size: 11px;
	line-height: 1.0em;
}

span.multimediaBreadcrump a:link,
span.multimediaBreadcrump a:visited,
span.multimediaBreadcrump a:hover {
	color: #cad5d9;
	text-decoration: none;
	font-weight: bold;
}

span.multimediaBreadcrump a.orange:link,
span.multimediaBreadcrump a.orange:visited,
span.multimediaBreadcrump a.onange:hover {
	color: #fe9d00;
	text-decoration: none;
	font-weight: bold;
}

.multimediaRight {
	float: right;
	text-align: right;
	color: #233947;
}

.multimediaRight .blue {
	color: #5288a4;
}

.multimediaInfo {
	color: #6b7c86;
	padding: 15px 15px 15px 0;
	margin: 0 0 0 15px;
	background-position: bottom;
	background-repeat: repeat-x;
	background-image: url(../img/line.gif);
}
.back3 .multimediaList {
	padding: 0 15px;
}
.multimediaItem {
	clear: both;
	padding: 15px 0 5px 15px;
}
.multimediaItem .image{
	clear: both;
	float: left;
	width: 136px;
	height: 100px;
	border: 1px solid #90a2ac;
}
.multimediaItem .text{
	float: left;
	padding-left: 10px;
	padding-top: 5px;
	width: 450px;
}
.leftCol .multimediaItem .text {
	width: 250px;
}
.multimediaItem .text p{
	padding: 0px;
	margin: 2px 0 4px;
}
.multimediaItem .multimediaTitle,
.multimediaItem .multimediaBreadcrump {
	background-color: #455b68;
}
.multimediaItem .text .info{
	padding: 7px 0;
}

.multimediaItem .date {
	color: #233947;
}

.multimediaItem .date .blue {
	color: #5288a4;
}
.multimediaItem .date a:link,
.multimediaItem .date a:visited,
.multimediaItem .date a:hover {
	color: #e89700;
	font-weight: normal;
	text-decoration: underline;
}
.multimediaItem .date a:hover {
	text-decoration: none;	
}
.multimediaSeeAll {
	padding-left: 15px;
	color: #233947;
}

.multimediaSeeAll a:link,
.multimediaSeeAll a:visited,
.multimediaSeeAll a:hover {
	color: #e89700;
	font-weight: normal;
	text-decoration: underline;
	font-weight: bold;
}

.archive_list_item {
	margin: 15px 0;
	margin-right: 45px;
	background-image: url(../img/line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.archive_list_item .title {
	background-color: #233b47;
	padding: 1px 3px 0px;
	color: white;
	font-size: 15px;
	line-height: 1.2em;	
}
.date {
	color: #5288a4;	
}
.pagination {
	text-align: center;
}
.pagination div {
	display: inline;
}
.pagination a {
	text-decoration: none;
}
#szukaj {
	position: relative;
}
form#szukaj ul#nameSearchUl {
	position: absolute;
	padding: 5px;
	margin: 0px;
	border: 1px solid #D0D8E0;
	width: auto;
	z-index: 50;
	background-color: white;
}
form#szukaj ul#nameSearchUl li{
	display: block;
	text-decoration: none;
	list-style: none;
	float: none;
	height: 20px;
	margin: 0px;
	padding: 0px;
	width: 200px;
	z-index: 51;
	
}

form#szukaj ul#nameSearchUl li a:link,
form#szukaj ul#nameSearchUl li a:visited,
form#szukaj ul#nameSearchUl li a:hover {
	text-decoration: none;
	color: #AAA;
	font-weight: normal;
	height: 20px;
	width: 190px;
	padding: 0 5px;
	display: block;
	line-height: 20px;
	vertical-align: center;
}
form#szukaj ul#nameSearchUl li.chosen a:link,
form#szukaj ul#nameSearchUl li.chosen a:visited,
form#szukaj ul#nameSearchUl li.chosen a:hover {
	color: black;
	background-color: #DEF;
}
form#szukaj ul#nameSearchUl li a .pattern {
	text-decoration: underline;
	color: #B66;
}
form#szukaj ul#nameSearchUl li.chosen a .pattern {
	color: #900;
}
form#szukaj ul#nameSearchUl li a .text {
	float: left;
	width: 160px;
}
form#szukaj ul#nameSearchUl li a .image {
	width: 16px;
	height: 16px;
	border: 1px solid #BCD;
	background-color: #E0E8F0;
	float: left;
	margin: 1px 5px 1px 0;
	display: inline;
	text-align: center;
}
form#szukaj ul#nameSearchUl li a .image img{
	margin: 0 auto;
}

/* Wyniki */

#mapa {
	height: 405px;
	margin: 0 auto;
	width: 438px;
}

ul.okregi {
	margin: 0;
	padding: 0;
	
	list-style: none;
	text-align: center;
}

ul.okregi li {
	display: inline;
	margin: 0 3px;
	
	text-transform: lowercase;
}

.wyniki td.position, .wyniki td.result {
	text-align: center;
}

.wyniki td.time {
	width: 100px;
}

/* Kibice */

.kibice h4 {
	padding-left: 15px;
}

.newestSupporters {
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 718px;
}

.newestSupporters li {
	float: left;
	margin: 0 30px 0 0;
	width: 110px;
	
	list-style: none;
}

.newestSupporters .photo, .newestSupporters .name {
	display: block;
	width: 110px;
	
	text-align: center;
}

/* Komentarze */
.comments {
	overflow: hidden;
	position: relative;
}

.comments ul {
	margin: 0 1px 0 2px;
	padding: 0;
	
	line-height: normal;
	list-style: none;
}

.comments li {
	background: url(../img/comments_bg.gif) left bottom repeat-x;
	clear: both;
	overflow: hidden;
	padding: 11px 19px 12px 11px;
	zoom: 1;
}

.comments li.last {
	background: none;
}

.commentImage {
	display: block;
	float: left;
	margin: 0 11px 0 0;
}

.commentImage img {
	border: 1px solid #b9d0d6;
}

.commentBody {
	margin: 0 0 0 61px;
	overflow: hidden;
}

.commentAuthor {
	font-weight: bold;
	line-height: 15px;
}

.commentContent {
	margin: 7px 0;
	
	line-height: 16px;
	text-align: justify;
}

.commentDate {
	float: left;
	font-size: 0.9em;
	line-height: 16px;
}

.commentDate .date {
	color: #77abd0;
}

.commentDate .time {
	color: #638699;
}

.commentReply {
	float: right;
	margin: 0;
	
	text-transform: lowercase;
}

.commentReply a {
	display: block;
	padding: 0 0 0 21px;
	
	background: url(../img/comments_button_reply.gif) 0 4px no-repeat;
	color: #65727b;
	line-height: 16px;
}

.comments form {
	margin: 0 0 10px 0;
	overflow: hidden;
	width: 265px;
}

.comments .formRow {
	padding: 0 0 0 21px;
}

.comments .formRow label {
	float: none;
	width: auto;
}

.comments textarea {
	width: 236px;
}

.comments .postInfo {
	float: left;
	margin: 0;
	padding: 0 0 0 21px;
	width: 180px;
}

.comments .postInfo, .comments .postInfo a {
	color: #a0abaf;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 15px;
	text-align: left;
	text-decoration: none;
}

.commentSubmit {
	margin: 0;
	overflow: hidden;
}

.commentSubmit input {
	float: right;
	height: 22px;
	width: 52px;
	
	background: #d2d2d2;
	font-weight: bold;
	text-align: center;
}

.commentAddInfo {
	padding: 0 20px 10px;
}