

@charset "UTF-8";

/* --------- Starting declarations -------- */
html { height: 100%; }
body {
    width               : 100%;
    height              : 100%;
    margin              : 0;
    padding             : 0;
    font                : 12px Arial, Tahoma, Verdana;
    color               : #000;
    background          : url(../images/bodyBg.jpg) #fff top left no-repeat;
}

* {
    margin              : 0;
    padding             : 0;
    text-decoration     : none;
    list-style          : none;
    outline             : none;
}

input, textarea, select, button {
    font                : 12px Arial, Tahoma, Verdana;
    color               : #000;
}

fieldset, img { border: none; }

a {
    text-decoration     : underline;
    color               : #003C8D;
}

.nobold { font-weight: normal; }
/* ---------------------------------------- */




/* -------------- Box Model --------------- */
#bck {
    background-color    : #F0F0F0;
    float               : left;
}

#main {
    width               : 1003px;
    overflow            : hidden;
    margin              : 0 auto;
    background          : #fff;
}
.belka {
    background          : #FFEFA4;
    position            : absolute;
    top                 : 0px;
    left                : 0px;
    width               : 100%;  
    height              : 34px;
    z-index             : -1;   
}
#main #top {
    width               : 100%;
    height              : 34px;
    float               : left;
    background          : #FFEFA4;
    margin-bottom       : 5px;
}

#main #header {
    width               : 100%;
    height              : 85px;
    float               : left;
    margin-top          : -5px;
    position            : relative;
}

#main #leftColumn {
    width               : 532px;
    float               : left;
    padding             : 5px 0 0 5px;
    background-color    : #F0F0F0;
}

#main .leftColumnWide {
    width               : 683px !important;
    float               : left;
    padding             : 5px 0 0 5px;
    background-color    : #F0F0F0;
}

#main .leftColumnMedium {
    width               : 553px !important;
    float               : left;
    padding             : 5px 0 0 5px;
    background-color    : #F0F0F0;
}

#main #rightColumn {
    width               : 456px;
    float               : right;
    padding             : 5px;
    background-color    : #F0F0F0;
}

#main .rightColumnShort { 
    width               : 310px !important;
    padding             : 5px 5px 0 0 !important;
    overflow            : hidden;
    background-color    : #F0F0F0;
}
/* ---------------------------------------- */




/* ----------------- Logo ----------------- */
#header #logo {
    width               : 525px;
    height              : 52px;
    float               : left;
    display             : inline;
    margin              : 9px 0 0 9px;
}

#header #logo a {
    width               : 269px;
    height              : 70px;
    float               : left;
    background          : url(../images/logo.gif) no-repeat;
    text-indent         : -99999px;
    overflow            : hidden;
}

#header #logo span {
    width               : 245px;
    float               : right;
    font-size           : 15px;
    font-weight         : bold;
    line-height         : 18px;
    margin-top          : 4px;
}

#header #logo span span.silver {
    font-size           : 11px;
    color               : #9C9C9C;
    font-weight         : normal;
    margin-top          : 0px;
}

#header #logo span b {
    font-size           : 18px;
}
/* ---------------------------------------- */




/* ----------------- Top ------------------ */
#top .love {
    font-size           : 12px;
    color               : #B1A56E;
    float               : left;
    margin              : 11px 40px 0 10px;
}

#top #loginPanel {
    width               : 450px;
    float               : left;
    display             : inline;
    margin              : 4px 0 0 95px;
}

#top #loginPanel .text {
    width               : 120px;
    width               : 123px;
    float               : left;
    padding             : 5px 6px;
    margin-right        : 5px;
    color               : #aca899;
    border              : none;
    background          : transparent url(../images/inputs.gif) no-repeat scroll 0 0;
}

#top #loginPanel .submit {
    width               : 74px;
    height              : 27px;
    background          : url(../images/buttons.gif) -208px 0 no-repeat;
    border              : 0 none;
    cursor              : pointer;
    margin-top          : -1px;
    position            : relative;
    float               : left;
}

#top #loginPanel .checkbox {
    width               : 12px;
    height              : 12px;
    float               : left;
    margin              : 6px 0 0 9px;
}

#top #loginPanel label {
    float               : left;
    margin              : 4px 5px;
    font-size           : 12px;
}

#top .forgot {
    float               : left;
    margin              : 8px 0 0 1px;
    color               : #004BB0;
}

#top .register {
    float               : left;
    margin              : 8px 0 0 15px;
    padding-left        : 21px;
    background          : url(../images/icons.gif) 0 -1140px no-repeat;
    font-weight         : bold;
    color               : #FF0000;
}
/* ---------------------------------------- */




/* -------------- Top logged -------------- */
#top #logo a {
    width               : 153px;
    height              : 70px;
    float               : left;
    display             : inline;
    text-indent         : -99999px;
    background          : url(../images/logoMin.gif) no-repeat;
    margin              : 2px 0 0 5px;
}

#top #stats {
    float               : left;
    font-size           : 10px;
    text-align          : left;
    margin              : 4px 4px 0 -30px;
    display             : inline;
}

#top #userPanel {
    width               : 350px;
    float               : right;
    display             : inline;
    margin              : 10px 0 0 0;
}

#top #userPanel * { 
    float               : right;
    overflow            : hidden;
}

#top #userPanel .nick { 
    font-weight         : bold;
    margin-left         : 4px;
    width               : 92px;
    overflow            : hidden;
}
#top #userPanel .edit { margin: 0 12px 0 10px; }

#top #userPanel .logout {
    width               : 83px;
    height              : 31px;
    float               : right;
    background          : url(../images/buttons.gif) -435px 0 no-repeat;
    text-indent         : -99999px;
    position            : relative;
    margin              : -7px 5px 0 0;
}

#top #userPanel .username {
    float               : right;
}

#top #userPanel .adminPanel {
    width               : 42px;
    color               : red;
    margin-right        : 5px;
}

#top #userPanel .avatar img { float: left; }
#top #userPanel span { margin-right: 5px; }
#top #userPanel .avatar { width: 16px; }
/* ---------------------------------------- */


/* ------------- Last logged -------------- */
#lastLogged {
    width               : 100%;
    height              : 44px;
    float               : left;
    border-top          : 5px solid #F0F0F0;
    border-bottom       : 5px solid #F0F0F0;
}

#lastLogged .left {
    width               : 34px;
    height              : 44px;
    float               : left;
    border-left         : 5px solid #F0F0F0;
}

#lastLogged .right {
    width               : 34px;
    height              : 44px;
    float               : right;
    border-right        : 5px solid #F0F0F0;
}

#lastLogged h2 {
    width               : 80px;
    float               : left;
    font-size           : 11px;
    font-weight         : bold;
    text-align          : right;
    display             : inline;
    position            : relative;
    margin              : 10px 0 0 -22px;
    line-height         : 12px;
}

#lastLogged ul {
    float               : left;
    display             : inline;
    margin              : 6px 0 0 7px;
}

#lastLogged ul li {
    width               : 125px;
    float               : left;
    margin-right        : 5px;
    overflow            : hidden;
    display             : inline;
}

#lastLogged ul li img {
    float               : left;
}

#lastLogged ul li .nick {
    width               : 87px;
    float               : left;
    padding-left        : 6px;
    font-size           : 14px;
    text-decoration     : none;
    overflow            : hidden;
    font-weight         : bold;
    white-space					: nowrap;
}

#lastLogged ul li span, span.lastLogged {
    background          : url(../images/icons.gif) 0px -1188px no-repeat;
    padding-left        : 19px;
    width               : 72px;
    float               : left;
    color               : #808080;
    font-size           : 11px;
    line-height         : 12px;
    margin-top          : 2px;
}

#lastLogged .more {
    background          : url(../images/icons.gif) 0px -1157px no-repeat;
    float               : left;
    font-size           : 14px;
    line-height         : 25px;
    margin              : 9px -32px 0 0;
    padding-left        : 25px;
    position            : relative;
}
/* ---------------------------------------- */




/* --------------- Headers ---------------- */
#leftColumn h1,
#rightColumn h1,
#rightColumn h2.header,
#leftColumn h2.header,
#rightColumn b.header,
#leftColumn b.header {
    font-size           : 18px;
    font-weight         : bold;    
    text-indent         : 4px;
    display             : block;
    text-transform      : uppercase;
    margin-top          : -25px;
    float               : left;
}

#item h1, #item h2.header, #item b.header, #edit b.header {
    float               : none !important;
    margin-top          : 8px !important;  
}

#leftColumn b.empty { font-size: 20px; }

#rightColumn h1 a {
    color               : #000;
    text-decoration     : none;
}
/* ---------------------------------------- */

/* ------------ general box ------------- */

.generalBox {
    overflow            : hidden;
    background          : url(../images/formBg.gif) -1064px 0 repeat-y;
    padding-left        : 10px;
    padding-right       : 10px;
    clear               : both;
    margin-bottom       : 5px;
}

.generalBox .top {
    width               : 532px !important;
    height              : 35px;
    float               : left;
    margin-left         : -10px;
    background          : url(../images/formBg.gif) 0 0 no-repeat;
}

.generalBox .bottom {
    width               : 532px !important;
    height              : 15px;
    float               : left;
    margin-left         : -10px;
    background          : url(../images/formBg.gif) -532px -27px no-repeat;
}


.medium {
    background          : url(../images/formBg.gif) -2510px 0px repeat-y;
}

.medium .top {
    background          : url(../images/formBg.gif) -1596px 0px no-repeat;
    width               : 456px !important;
}

.medium .bottom {
    background          : url(../images/formBg.gif) -2053px -27px no-repeat;
    width               : 456px !important;    
}

.leftColumnWide .generalBox {
    background          : url(../images/formBg.gif) -16631px 0px repeat-y;
    width               : 633px;
}

.leftColumnWide .generalBox .top {
    background          : url(../images/formBg.gif) -15325px 0px no-repeat;
    width               : 653px !important;
}

.leftColumnWide .generalBox .bottom {
    background          : url(../images/formBg.gif) -15978px -27px no-repeat;
    width               : 653px !important;  
}

.view {
    background          : url(../images/formBg.gif) -4073px 0px repeat-y;
}

.view .top {
    background          : url(../images/formBg.gif) -2967px 0px no-repeat;
    width               : 553px !important;
}

.view .bottom {
    background          : url(../images/formBg.gif) -3520px -27px no-repeat;
    width               : 553px !important;
}

.small {
    background          : url(../images/formBg.gif) -5246px 0px repeat-y;
}

.small .top {
    background          : url(../images/formBg.gif) -4626px 0px no-repeat;
}

.small .bottom {
    background          : url(../images/formBg.gif) -4936px -27px no-repeat;
}


/* ------------ Question form ------------- */
.questionForm {
    background          : transparent url(../images/formBg.gif) repeat-y scroll -6657px 0;
    clear               : both;
    overflow            : hidden;
    width               : 553px;
    margin-bottom       : 5px;
}

#typ {
  /*padding-left: 10px;*/
}

.questionForm .header {
    position            : absolute;
    margin              : 10px 0px 0px 10px;
    background          : transparent url(../images/icons.gif) no-repeat scroll 0 -1344px;
    padding-left        : 24px;
}

.questionHeader {
    margin              : 0px 0px 0px 10px;
    float               : left;
    clear               : none !important;
    width               : 200px !important;
    background          : transparent url(../images/icons.gif) no-repeat scroll 0 -1368px;
    padding-left        : 24px;
}

.answerHeader {
    margin              : 0px 0px 0px 10px;
    float               : left;
    clear               : none !important;
    width               : 200px !important;
    background          : transparent url(../images/icons.gif) no-repeat scroll 0 -1392px !important;
    padding-left        : 24px;
}

.questionForm .top, 
.questionForm .pytanie,
.questionForm .recenzja,
.questionForm .koszt,
.questionForm .naprawa {
    width               : 100%;
    margin-bottom       : 10px;
    height              : 62px;
    float               : left;
    background          : url(../images/formBg.gif) -5551px 0 no-repeat;
}

.questionForm .top {
    height              : 30px;
}

.questionForm .bottom {
    width               : 100%;
    height              : 42px;
    float               : left;
    background          : url(../images/formBg.gif) -6104px 0 no-repeat;
    margin-top          : -30px;
}

.quick {
    width               : 532px;
    background          : url(../images/formBg.gif) repeat-y scroll -10233px 0;
}

.questionForm .pytanie {
    background          : url(../images/dodajQuick.png) 0 -124px no-repeat;
}
.questionForm .koszt {
    background          : url(../images/dodajQuick.png) 0 0 no-repeat;
}
.questionForm .recenzja {
    background          : url(../images/dodajQuick.png) 0 -186px no-repeat;
    height              : 72px;
}
.questionForm .naprawa {
    background          : url(../images/dodajQuick.png) 0 -62px no-repeat;
}
.recenzja .bottom {
    background          : url(../images/formBg.gif) -18348px 0 no-repeat !important;
}
.recenzja .questionForm {
    background          : url(../images/formBg.gif) -17816px 0 repeat-y !important;  
}
.naprawa .bottom {
    background          : url(../images/formBg.gif) -14261px 0 no-repeat !important;
}
.naprawa .questionForm {
    background          : url(../images/formBg.gif) -14793px 0 repeat-y !important;  
}
.koszt .bottom {
    background          : url(../images/formBg.gif) -12665px 0 no-repeat !important;
}
.koszt .questionForm {
    background          : url(../images/formBg.gif) -13197px 0 repeat-y !important;  
}

#typ_menu span {
    cursor              : pointer;
    display             : block;
    float               : left;
    height              : 62px;
    width               : 118px;
}
span#recenzja {
    width               : 139px;
}
span#koszt, span#naprawa {
    width               : 124px;
}

.quick .bottom {
    background          : url(../images/formBg.gif) -9701px  0 no-repeat;
}


.questionForm fieldset, .generalBox fieldset {
    width               : 100%;
    float               : left;
    margin              : 0px 0px 0px 0px;
    position            : relative;
}
/*
.questionForm fieldset {
    margin              : 10px 0px 0px 0px;  
}
*/
.questionForm label, .generalBox label {
    width               : 98px;
    float               : left;
    font-size           : 12px;
    text-align          : right;
    padding-right       : 3px;
    clear               : both;
    margin              : 6px 0 9px;
}

.questionForm .text, .generalBox .text, select {
    background          : transparent url(../images/inputs.gif) no-repeat scroll 0 -321px;
    border              : none;
    width               : 381px;    
    float               : left;
    padding             : 6px 4px 3px;
    font-size           : 14px;
    color               : #808080;
}

.error .text, .error .text {
    background          : transparent url(../images/inputs.gif) no-repeat scroll -389px -321px;
}

.questionForm .textMedium, .generalBox .textMedium {
    background          : transparent url(../images/inputs.gif) no-repeat scroll 0 -95px;
    border              : none;
    width               : 207px;
    float               : left;
    padding             : 6px 4px 3px;
    font-size           : 14px;
    color               : #808080;
    margin-bottom       : 4px;
}
.error .textMedium, .error .textMedium {
    background          : transparent url(../images/inputs.gif) no-repeat scroll -389px -95px;
}

.questionForm .textShort, .generalBox .textShort {
    background          : transparent url(../images/inputs.gif) no-repeat scroll 0 -346px;
    border              : none;
    width               : 110px;
    float               : left;
    padding             : 6px 4px 3px;
    font-size           : 14px;
    margin              : 7px 4px 0 0px;
}

.questionForm .map .textShort {
    margin: 0px; 
}

.error .textShort, .error .textShort {
    background          : transparent url(../images/inputs.gif) no-repeat scroll -389px -95px;
}

.questionForm .logIn {
    color               : red;
    /*float               : left;*/
    white-space         : nowrap;
    padding-left        : 13px;
    background          : url(../images/icons.gif) 0 -49px no-repeat;
    font-size           : 14px;
    font-weight         : bold;
    margin              : 4px;
}

.questionForm .authorName {
    width               : 400px;
    float               : left;
    white-space         : nowrap;
    font-size           : 14px;
    margin-top          : 6px;
    padding-bottom      : 9px;
}

.questionForm .info, .generalBox .info {
    width               : 400px;
    float               : left;
    font-size           : 11px;
    margin              : -3px 0 0 102px;
    position            : relative;
}

.questionForm .info #help #zewnetrzny {
    font-size           : 11px;
    position            : absolute;
    bottom              : 18px;
    right               : 0;
    padding             : 5px;
    background          : #fff9db;
    border              : solid 1px #eee7c2;
    margin-left         : -10px;
}

.questionForm .respondent {
    width               : 480px;
    float               : left;
    font-size           : 12px;
    margin-left         : 40px;
    display             : inline;
}

.questionForm .respondent .textMedium { float: none !important; }

.questionForm .captcha {
    width               : 480px;
    float               : left;
    font-size           : 14px;
    margin-left         : 23px;
    display             : inline;
}
.questionForm .captcha .asterix {
	float: none !important;
}
.questionForm .captcha .error_list {
	font-size:12px !important;
	font: Arial,Tahoma,Verdana  !important;
	margin-left:85px;
}
.questionForm .captcha label {
	width: 80px !important;
	margin-top:13px;
}
.questionForm .captcha .info {
	margin: -4px 0 0 85px;
}	
.questionForm .captcha .textMedium {
	margin:7px 4px 0 0;
	padding:6px 4px 3px;
}
	
.questionForm .captcha .text,
.questionForm .respondent .textShort,
.questionForm .respondent .logIn { float: none !important; }

.questionForm .avatarBox {
    width               : 91px;
    font-size           : 12px;
    float               : left;
    display             : inline;
    text-align          : center;
}

.questionForm .avatarBox img { 
    float               : left;
    border              : solid 5px #fff;
    margin              : 35px 0 0 20px;
}
#item .questionForm .avatarBox img {
	margin              : 63px 0 0 23px;
}

.questionForm .avatarBox a { line-height: 14px; }
#item .questionForm .avatarBox { width: 98px; }

.questionForm .avatarBox p {
    width               : 100%;
    font-size           : 11px;
    color               : #808080;
    float               : left;
    text-align          : center;
    line-height         : 11px;
    margin-left         : 5px;
}

.questionForm .textarea, .generalBox .textarea {
    width               : 381px;
    height              : 97px;
    float               : left;
    float               : left;
    display             : inline;
    margin              : 6px 0px 6px 10px;
    padding             : 0 9px;
    background          : #fff;
    position            : relative;
}

#rec .textarea  {
    margin-left         : 0px;
}

.questionForm .textarea textarea, 
.generalBox .textarea textarea,
#item .questionForm .textarea {
    width               : 371px;
    height              : 170px;
    background-color    : transparent;
    float               : left;
    border              : 0 none;
    line-height         : 24px;
    padding-top         : 3px;
}

#item .questionForm .textarea { height: 173px !important; }
#item .questionForm .textarea textarea { height: 170px; }

.questionForm .textarea .cloud {
    width               : 21px;
    height              : 15px;
    background          : url(../images/textareaWrapper.gif) no-repeat;
    position            : absolute;
    left                : -14px;
    top                 : 80px;
}

.questionForm .category, .questionForm #producent, .questionForm #recenzja { 
    margin-top          : 9px;
    float               : left;
}

.questionForm .category select {
    width               : 389px !important;
    float               : left;
    padding             : 4px 4px 3px;
    font-size           : 14px;
    color               : #808080;
}

.questionForm .keywords {
    float               : left;
    padding-bottom      : 20px;
}
/*.questionForm .keywords .text { margin: 9px 0 0 0; }*/
.questionForm .keywords .info { margin: 3px 0 0 100px; }

.questionForm .attachment {
    width               : 350px;
    padding             : 12px 14px;
    background          : #fffbe9;
    border              : solid 5px #fff;
    float               : left;
    display             : inline;
    margin              : -9px 0 0 1px;
    overflow            : hidden;
}

.questionForm .attachment ul {
    float               : left;
    clear               : both;
    display             : inline;
    margin-right        : -20px;
    margin-left			: 0px;
}

.questionForm .attachment ul li {
    float               : left;
    display             : inline;
    position            : relative;
}

.questionForm .attachment ul img {
    float               : left;
    padding             : 1px;
    border              : solid 3px #f0f0f0;
    margin              : 0 28px 10px 0;
}

.questionForm .attachment ul .remove {
    font-size           : 12px;
    padding             : 3px 5px;
    background          : #fff;
    position            : absolute;
    bottom              : 13px;
    right               : 31px;
    text-decoration     : underline; 
    cursor				: pointer;
}
.questionForm .attachment #fileToUpload { float: left !important; }
.questionForm .attachment #fileToUpload input {
    width               : 365px;
    height              : 26px;
    float               : left;
    position            : relative;
    clear               : both;
}

.questionForm .attachment #pIndicator {
    float               : left;
    display             : inline;
    margin              : 12px 0 0 5px;
}

.questionForm .attachment #pIndicator img {
    float               : left;
    border              : none !important;
}

.questionForm .attachment div .file {
    margin-top          : 0;
    float               : right;
}

.questionForm .attachment div {
    float               : right;
}

.settingsForm .attachment strong { display: none; }

.questionForm .attachment a,
.questionForm .attachment .item {
    float               : left;
    white-space         : nowrap;
    clear               : both;
    margin              : 5px 0 0 -1px;
    position            : relative;
}

.questionForm .attachment .nextFile {
    height              : 24px;
    padding-left        : 28px;
    background          : url(../images/icons.gif) 0 -301px no-repeat;
    line-height         : 20px;
    margin              : 9px 0 0 -2px;
}

.questionForm .attachment .info {
    width               : 360px;
    margin              : 3px 0 0 1px;
    position            : relative;
}

.questionForm .notifications {
    width               : 400px;
    float               : left;
    display             : inline;
    margin              : 0 0 0 101px;
}

.settingsForm .notifications { margin: -20px 0 15px 96px; }

.questionForm .notifications label {
    width               : auto;
    float               : left;
    display             : inline;
    clear               : none;
    cursor              : pointer;
    margin-top          : 13px;
}

.questionForm .notifications input {
    width               : 13px;
    height              : 13px;
    float               : left;
    margin              : 15px 5px 10px;
}

.questionForm .map {
    background-color    : #F9F6F1;
    border              : 5px solid white;
    float               : left;
    overflow            : hidden;
    padding             : 5px;
    width               : 370px;
}

.questionForm .map .info {
    width               : 350px;
    color               : #000;
    font-weight         : bold;
    font-size           : 12px;
    margin              : 0 0 0 5px;
    padding-left        : 20px;
    background          : url(../images/icons.gif) 0 -251px no-repeat;
}

.questionForm .map .text {
    margin-bottom       : 10px;  
}

.questionForm .map label {
    width               : 350px;
    clear               : none;
    text-align          : left;
    font-size           : 12px;
    padding-bottom      : 2px;
    margin-bottom       : 0px;
}

.questionForm .map .submit {
    width               : 60px;
    height              : 33px;
    float               : left;
    border              : 0 none;
    background          : url(../images/buttons.gif) -375px 0 no-repeat;
    margin              : 6px 0 0 -2px;
    cursor              : pointer;
}

.questionForm .map .mapContainer img { display: block; }
.questionForm .map .mapContainer {
    float               : left;
    border              : solid 1px #000;
    margin              : 6px 0 0 1px;
    display             : inline;
    overflow            : hidden;
}

.questionForm .filesField,
.questionForm .mapField {
    width               : 100%;
    display             : none;
    float               : left;
    clear               : both;
    margin-top          : 15px;
}

.questionForm .showFiles,
.questionForm .showMap {
    height              : 24px;
    line-height         : 24px;
    float               : left;
    clear               : both;
    white-space         : nowrap;
    font-size           : 12px;
    margin              : 2px 0 0 21px;
    padding-left        : 29px;
    background          : url(../images/icons.gif) no-repeat;
}

.questionForm .hiddenFields {
   float                : left;
   margin-top           : 17px;
   margin-left          : 77px;
}

.questionForm .showFiles { background-position: 0 -301px; }
.questionForm .showMap { background-position: 0 -335px; }


.questionForm .submitQuestion {
    height              : 43px;
    float               : right;
    border              : 0 none;
    background          : url(../images/buttons.gif) 0 0 no-repeat;
    margin              : 25px 0 10px 0;
    width               : 170px;
    cursor              : pointer;
}
.recenzja .questionForm .submitQuestion {
    background          : url(../images/buttons.gif) 0 -43px no-repeat;  
    margin-right        : 20px;
}
.koszt .questionForm .submitQuestion {
    background          : url(../images/buttons.gif) 0 -86px no-repeat;  
}
.naprawa .questionForm .submitQuestion {
    background          : url(../images/buttons.gif) 0 -129px no-repeat;  
}
.questionForm .submitAnswer {
    width               : 177px;
    height              : 43px;
    float               : right;
    border              : 0 none;
    background          : url(../images/buttons.gif) -518px 0 no-repeat;
    margin              : 20px 15px 0 0;
    cursor              : pointer;
}

.questionForm .error_list, .generalBox .error_list {
    width               : 400px;
    float               : left;
    clear               : both;
    margin              : 0 0 10px 101px;
    font-weight         : bold;
    color               : red;
    display             : inline;
}
.respondent .error_list {
    margin-left         : 78px;  
    margin-top          : 2px;
}
.questionForm .error_list li, .generalBox .error_list li {
	float: left;
	background: url(../images/arrow.gif) no-repeat;
    padding-left:10px;
}
.remindForm .error_list { margin: -5px 0 -20px 15px; }
/* ---------------------------------------- */




/* ------------ Question list ------------- */
.questionList {
    width               : 100%;
    float               : left;
    margin-top          : 5px;
}

.questionList .top, .questionList .bottom {
    width               : 457px !important;  
}

.view .questionList {
    margin-left         : 12px;
}

.questionList li {
    width               : 100%;
    float               : left;
    overflow            : hidden;
    margin-bottom       : 10px;
}

.view .questionList li {
    width               : 515px;
}

#topUsers li .avatar,
.questionList li .avatar {
    float               : left;
    border              : 3px solid #F0F0F0;
    padding             : 1px;
    margin-left         : 7px;
}
.leftColumnMedium #topUsers li .avatar, 
.leftColumnMedium .questionList li .avatar{
    margin-left         : 0px;  
}
.questionList li .content,
.questionList li .content .top,
.questionList li .content .bottom {
    width               : 460px;
    float               : left;
    background          : url(../images/listBg.gif) -456px 0 repeat-y;   
    z-index             : 0;   
}

.view .questionList li.even .content,
.view .questionList li.even .content .top,
.view .questionList li.even .content .bottom {
    background          : url(../images/listEvenBg.gif) -456px 0 repeat-y;   
}

.view .questionList li .content .top {
    background-position : 0 -9px !important;
    height              : 33px;
    margin              : 0px;
}
.view .questionList li .content .bottom {
    background-position : -932px -31px !important;
    height              : 7px;
    margin-left         : 12px;
}

.generalBox .questionList li.even .content,
.generalBox .questionList li.even .content .top,
.generalBox .questionList li.even .content .bottom {
    background          : url(../images/listEvenBg.gif) -1840px 0 repeat-y;   
    width               : 457px;
}
.generalBox .questionList li .content,
.generalBox .questionList li .content .top,
.generalBox .questionList li .content .bottom {
    background          : url(../images/listBg.gif) -1840px 0 repeat-y;   
    width               : 457px;
}
.generalBox .questionList li .content .top {
    background-position : -1372px -9px !important;
    height              : 33px;
    margin              : 0px;
}
.generalBox .questionList li .content .bottom {
    background-position : -2305px -31px !important;
    height              : 11px;
    margin-left         : 12px;
}

.generalBox .questionList li .content .left {
    width               : 335px;  
}

.medium .questionList li .content .left {
    width               : 270px;  
}

.medium .questionList li.even .content,
.medium .questionList li.even .content .top,
.medium .questionList li.even .content .bottom {   
    background          : url(../images/listEvenBg.gif) -3069px 0 repeat-y;  
    width               : 390px;
}

.medium .questionList li .content,
.medium .questionList li .content .top,
.medium .questionList li .content .bottom {
    background          : url(../images/listBg.gif) -3069px 0 repeat-y;   
    width               : 390px;
}

.medium .questionList li .content .top {
    background-position : -2675px 0 !important;
    height              : 33px;
    margin              : 0px;
    position            : absolute;
}
.medium .questionList li .content .bottom {
    background-position : -3462px -21px !important;
    height              : 11px;
    margin-left         : 16px;
}

.questionList li .content .left {
    margin-left         : 22px;
    margin-top					: -33px;
    width               : 343px;  
    float               : left;
    overflow            : hidden;
    position            : relative;
    z-index             : 1;
}
.questionList li .content .left span.date {
    float               : left !important;  
    background-position : -4px -1186px
}
.questionList li .content .right {
    width               : 71px;
    float               : right;
    overflow            : hidden;
    position            : relative;   
    padding-top         : 13px;
    margin-top					: -33px;
    z-index             : 1;   
    margin-right        : 10px;
}
.questionList li .content .right img {
    margin-top          : 8px;
    position            : absolute;
    cursor              : pointer; 
    left				: 0px;
}
.questionList li .content .right .answer { 
    color               : #000000;
    text-transform      : uppercase;
    font-size           : 32px;
    line-height         : 23px;
    text-decoration     : none; 
    text-align          : center; 
    display             : block;
}
.silver {
    color               : silver !important; 
}
.questionList li .content .right .answer span {
    font-size           : 10px;
    display             : block;
}

.questionList li h2,
.questionList li h3 {
    position            : relative;
    font-size           : 16px;
    font-weight         : normal;
    float               : left;
    margin-top          : 7px;
    background-color    : #FFFBD6; 
}

.questionList li.even h2,
.questionList li.even h3 {    
    background-color    : #F2FFF1; 
}

.questionList li .withMap {
    width               : 13px;
    height              : 16px;
    float               : left;
    text-indent         : -99999px;
    overflow            : hidden;
    background          : url(../images/icons.gif) 0 -824px no-repeat;
    margin              : 10px 0 0 5px;
}

.questionList li p {
    width               : 100%;
    font-size           : 11px;
    float               : left;
    color               : #AEAEAE;
    margin-top          : 4px;
    line-height         : 15px;
}

.questionList li p .forumIcon {
    width               : 11px;
    height              : 11px;
    background          : url(../images/icons.gif) 1px -164px no-repeat;
    display             : inline-block;
    padding             : 0 2px;
    margin-bottom       : -2px;
}


.questionList li p .online {
    padding-left        : 9px;
    background          : url(../images/icons.gif) 0 -214px no-repeat;
    margin-left			  : 80px;
}
.questionList li p .offline {
    padding-left        : 9px;
    background          : url(../images/icons.gif) 0 -230px no-repeat !important;
    margin-left			  : 80px;
}

span.produkt { 
    clear               : both;
    display             : block;
    float               : none;
    padding             : 0;
    /*margin              : 0 0 5px -5px !important;*/
    background          : none !important;
}

span.produkt b,
.questionList li p span b {
    font-weight         : normal;
    color               : #003C8D;
}

.questionList .attachedFiles {
    width               : 100%;
    float               : left;
}

.questionList .attachedFiles li {
    width               : auto;
    border              : 3px solid #eee;
    display             : inline;
    float               : left;
    margin              : 0 6px 6px 0;
}

.questionList .attachedFiles li a img { display: block; }

.questionList .moreFiles {
    float               : left;
    white-space         : nowrap;
    margin              : 5px 0 10px 0;
}

.questionList li .data {
    width               : 100%;
    float               : left;
    clear               : both;
    margin-top          : 10px;
}

.questionList li .data a {
    float               : left;
    padding-bottom      : 10px;
    margin-right        : 5px;
}

.moreQuestions {
    float               : left;
    white-space         : nowrap;
    font-size           : 14px;
    font-weight         : bold;
    margin              : -7px 0 0px 378px;
}

#rightColumn .questionList li .content { width: 390px; }
.rightColumnShort .questionList li .content { width: 260px !important; }
#rightColumn .moreQuestions { margin: 10px 0 0 325px; }
.rightColumnShort .moreQuestions { margin: 10px 0 0 175px !important; }
#rightColumn .questionList li .content p { width: 365px; }
.rightColumnShort .questionList li .content p { width: 100% !important; }
/* ---------------------------------------- */




/* ---------------- Search ---------------- */
#search {
    width               : 100%;
    height              : 91px;
    float               : left;
    background          : url(../images/contentBg.gif) 0 -209px repeat-x;
}

#search .left {
    width               : 34px;
    height              : 91px;
    float               : left;
    background          : url(../images/contentBg.gif) 0 -431px repeat-x;
}

#search .right {
    width               : 34px;
    height              : 91px;
    float               : right;
    background          : url(../images/contentBg.gif) 0 -320px repeat-x;
}

#search form {
    width               : 430px;
    float               : left;
    display             : inline;
    margin              : 19px -24px 0 -21px;
    position            : relative;
}

#search form .text {
    float               : left;
    padding             : 10px 10px 10px 10px;
    width               : 325px;
    background          : transparent url(../images/inputs.gif) no-repeat scroll 5px -25px;
    border              : none;
}

#search form .submit {
    width               : 82px;
    height              : 37px;
    float               : right;
    border              : 0 none;
    cursor              : pointer;
    background          : url(../images/buttons.gif) -283px 0 no-repeat;
}

#search form a {
    float               : left;
    clear               : both;
    white-space         : nowrap;
    color               : #003C8D;
    margin-top          : 5px;    
}

#search form p {
    font-size           : 18px;
    font-weight         : bold;
    margin              : -5px 0 8px 4px;
}

.rightColumnShort #search { width: 310px !important; }
.rightColumnShort #search form { width: 285px !important; }
.rightColumnShort #search form .text { 
    width               : 177px !important;
    background-position : 5px -60px;
}

.results {
    margin-top          : 10px;
    background-color    : #FFFBD6; 
    padding             : 10px;
    float               : left;
    width               : 512px;
}
.results .fraza {
    float               : left;
}
.results .fraza h1,
.results .count b {
    font-size           : 26px !important;
}
.results .count {
    text-align          : right;
    float               : right;
}  
/* ---------------------------------------- */




/* ----------- Google Ad-Sense ------------ */
.adSense {
    float               : left;
    margin              : 5px;
    display             : inline;
    width								: 120px;
}
/* ---------------------------------------- */




/* -------------- Userpanel --------------- */
.userPanel {
    width               : 310px;
    float               : left;
    background          : url(../images/rightColBg.gif) -620px 0 repeat-y;
    margin-top          : 5px;
    position            : relative;
}

.userPanel .top {
    width               : 310px;
    height              : 33px;
    float               : left;
    background          : url(../images/rightColBg.gif) 0 0 no-repeat;
    overflow            : hidden;
}

.userPanel .bottom {
    width               : 310px;
    height              : 33px;
    float               : left;
    background          : url(../images/rightColBg.gif) -310px 0 no-repeat;
    overflow            : hidden;
    margin-top          : -28px;
    z-index             : 1;
}

.userPanel h2 a { text-decoration: none; }
.userPanel h2 {
    font-size           : 18px;
    float               : left;
    font-weight         : normal;
    position            : relative;
    display             : inline;
    margin              : -26px 0 0 13px;
}

.userPanel .edit {
    float               : right;
    margin              : -21px 19px 0 0;
}

#edit .submitQuestion {
    width               : 130px;
    margin-right        : 25px;
    height              : 54px;
    background          : transparent url(../images/buttons.gif) no-repeat scroll -1938px 0 !important; 
}
.changePassForm .submitQuestion {
    width               : 196px;
    margin-right        : 25px;
    height              : 54px;
    background          : transparent url(../images/buttons.gif) no-repeat scroll -1512px 0 !important; 
}
.userPanel .avatar {
    float               : left;
    margin              : 0 0 0 14px;
    clear               : both;
    border              : 3px solid white;
}

.userPanel .data {
    width               : 215px;
    float               : left;
    background          : #FFF7D2;
    display             : inline;
    margin              : 0 0 0 3px;
    padding             : 5px;
    z-index             : 2;
    position            : relative;
}

.userPanel .data span {
    width               : 100%;
    display             : block;
    line-height         : 16px;
}

.userPanel .data span strong {
    font-size           : 20px;
    font-weight         : normal;
}

.userPanel .data .messages {
    height              : 22px;
    line-height         : 19px;
    float               : left;
    padding-left        : 24px;
    background          : url(../images/icons.gif) 0 -524px no-repeat;
    margin              : 8px 0 0 -1px;
    clear               : both;
    white-space         : nowrap;
}

.userPanel .data .questions {
    height              : 22px;
    line-height         : 19px;
    float               : left;
    padding-left        : 24px;
    background          : url(../images/icons.gif) 0 -556px no-repeat;
    margin              : 1px 0 0 -1px;
    clear               : both;
    white-space         : nowrap;
}

.userPanel p {
    width               : 54px;
    float               : left;
    clear               : both;
    font-size           : 11px;
    text-align          : right;
    margin              : 16px 0 0 21px;
    line-height         : 11px;
    position            : relative;
}

.userPanel ul {
    width               : 224px;
    float               : left;
    display             : inline;
    margin              : 1px 0 0 1px;
    padding-bottom      : 8px;
    z-index             : 2;
    position            : relative;
}

.userPanel li img { 
    display             : block;
}
.userPanel li {
    width               : 32px;
    height              : 32px;
    background          : #fff;
    line-height         : 32px;
    text-align          : center;
    font-size           : 20px;
    float               : left;
    display             : inline;
    margin              : 5px 5px 0 0;
    border              : 3px solid white;
}

.userPanel .smallFont { 
    font-size           : 13px;
    font-weight         : bold;
}

.userPanel .more {
    float               : left;
    margin              : -44px 0 0 249px;
    position            : relative;
    z-index             : 2;
}

.userPanel .map {
    float               : left;
    margin              : -27px 0 0 248px;
    position            : relative;
    z-index             : 2;
}

.userPanel .empty {
    width               : 220px;
    position            : relative;
    float               : left;
    margin              : 11px 0 0 10px;
    font-size           : 14px;
    display             : inline;
    padding-bottom      : 15px;
}

.userPanelWide {
    width               : 456px;
    background          : url(../images/rightColBg.gif) -4570px 0 repeat-y;
}

.userPanelWide .top {
    width               : 456px;
    background          : url(../images/rightColBg.gif) -3658px 0 no-repeat;
}

.userPanelWide .bottom {
    width               : 456px;
    background          : url(../images/rightColBg.gif) -4114px 0 no-repeat;
}

.userPanelWide .data,
.userPanelWide .empty,
.userPanelWide ul { width: 360px; }
.userPanelWide .map { margin: -26px 0 0 295px; }
.userPanelWide .more { margin: -42px 0 0 295px; }
/* ---------------------------------------- */




/* ----------- Advertisement box ---------- */
#rightColumn .box {
    float               : left;
    padding             : 5px 0;
    text-align          : center;
    width               : 100%;
    text-align          : center;
    width               : 100%;
}
#rightColumn .box2 {
    float               : left;
    text-align          : center;
    width               : 100%;
}
#rightColumn .box3 {
    float               : left;
    padding-bottom      : 10px;
    text-align          : center;
    width               : 100%;
}
/* ---------------------------------------- */




/* --------------- Register --------------- */
.registerForm .bottom {
    margin-top: 0px !important;
}
  
#register {
    width               : 100%;
    height              : 63px;
    float               : left;
    background          : url(../images/contentBg.gif) 0 0 repeat-x;
    margin              : 5px 0 0 0;
    position            : relative;
}

#register .left {
    width               : 34px;
    height              : 63px;
    float               : left;
    background          : url(../images/contentBg.gif) 0 -126px repeat-x;
}

#register .right {
    width               : 34px;
    height              : 63px;
    position            : absolute;
    right               : 0;
    top                 : 0;
    background          : url(../images/contentBg.gif) 0 -63px repeat-x;
}

#register a {
    background          : transparent url(../images/icons.gif) no-repeat scroll 0 -1211px;
    color               : #004FBA;
    float               : left;
    font-size           : 22px;
    font-weight         : bold;
    height              : 50px;
    line-height         : 33px;
    margin              : 0 0 0 -35px !important;
    padding             : 14px 0 0 76px;
    text-transform      : uppercase;
}

#register span {
    width               : 130px;
    float               : left;
    font-size           : 12px;
    margin              : 19px -30px 0 12px;
    position            : relative;
    line-height         : 13px;
    z-index             : 2;
}

.rightColumnShort #register span {
    width               : 200px !important;
    left                : 73px;
    position            : absolute !important;
    top                 : 37px;
    margin              : 0 !important;
    white-space         : nowrap;
}
.rightColumnShort #register a {
    height              : 55px;
    padding-top         : 8px;
}

.registerForm span.req, .questionForm span.req {
    float               : right;
    margin              : -30px 15px 10px 10px;
}

.registerForm span.req .asterix, .questionForm span.req .asterix {
	font-size			: 22px;
	line-height			: 19px;
    margin-left         : 2px;
    color               : red;
    float               : none !important;
}

.registerForm .asterix, .questionForm .asterix {
    font-size           : 22px;
    margin-left         : 2px;
    color               : red;
    float               : left;
}

.registerForm .decor {
    float               : left;
    clear               : both;
}

.registerForm .textShort { 
    margin              : 0 0 4px;
    padding             : 5px 4px 4px;
}

.registerForm select.textShort {
    padding             : 5px 4px 2px;
    width               : 115px;
}

.registerForm .gender {
    width               : 400px;
    float               : left;
    clear               : both;
    display             : inline;
    margin              : 5px 0 0 100px;
    padding-bottom      : 20px;
}

.registerForm .gender input {
    width               : 13px;
    height              : 13px;
    float               : left;
    margin-top          : 2px;
}

.registerForm .gender label {
    width               : auto;
    float               : left;
    cursor              : pointer;
    clear               : none;
    font-size           : 12px;
    margin              : 0 20px 0 5px;
    padding-right       : 0;
    text-align          : right;
}

.registerForm .gender span {
    float               : left;
    margin              : 0 20px 0 -29px;
}

.registerForm .rules {
    float               : left;
    clear               : both;
    width				: 405px;
    display             : inline;
    margin              : 10px 0 0 100px;
    padding-bottom		: 10px;
}

.registerForm .mapField { padding-bottom: 10px; }
.registerForm .dodatkowe { 
    width               : 100%;
    margin-top          : 10px;
    float               : left;    
}

.registerForm .rules a {
    float               : none;
    clear               : none;
}

.registerForm .login p {
    font-size           : 18px;
    margin-top          : 1px;
    float               : left;
}

.registerForm .info { margin-bottom: 5px; }

.registerForm textarea.text, #send_message textarea.text { 
    margin-bottom       : 5px;
    height              : 167px;
    width               : 381px;
    line-height         : 24px;
    overflow            : auto;
    background          : transparent url(../images/inputs.gif) no-repeat scroll 0px -120px;
}

.error textarea.text { 
    background          : transparent url(../images/inputs.gif) no-repeat scroll -389px -120px;
}

#item .questionForm .textarea, .questionForm .textarea { 
    margin-bottom       : 5px;
    background          : transparent url(../images/inputs.gif) no-repeat scroll 0 -120px;
    width               : 371px;
    height              : 176px;
}

.registerForm #dodatkowe {
    position            : absolute;
    bottom              : 0px;
    left                : 20px;
}

.registerForm #lokalizacja_button {
    float               : right;
    margin              : -25px 12px 0 0;
}

.registerForm .b_zalozkonto {
    width               : 269px;
    background          : url(../images/buttons.gif) -950px 0 no-repeat;
    border              : 0 none;
    cursor              : pointer;
    float               : right;
    height              : 54px;
    margin              : 0px 30px -15px 0;
    position            : relative;
}

.settingsForm .b_zalozkonto {
    width               : 129px;
    background          : url(../images/buttons.gif) -1939px 0 no-repeat;
    border              : 0 none;
    cursor              : pointer;
    float               : right;
    height              : 54px;
    margin              : 20px 15px -50px 0;
    position            : relative;
}

.registerForm .b_zapiszzmiany {
    width               : 196px;
    background          : url(../images/buttons.gif) -1512px 0 no-repeat;
    border              : 0 none;
    cursor              : pointer;
    float               : right;
    height              : 54px;
    margin              : 45px 15px -50px 0;
    position            : relative;
}

fileToUploadArea {
    margin-top          : 20px; 
}
/* ---------------------------------------- */




/* ------------- Ask question ------------- */
#askQuestion {
    width               : 100%;
    height              : 63px;
    float               : left;
    background          : url(../images/contentBg.gif) 0 -522px repeat-x;
    margin              : 0 0 5px 0;
    position            : relative;    
}

#askQuestion .left {
    width               : 34px;
    height              : 63px;
    float               : left;
    background          : url(../images/contentBg.gif) 0 -648px repeat-x;
}

#askQuestion .right {
    width               : 34px;
    height              : 63px;
    float               : right;
    background          : url(../images/contentBg.gif) 0 -585px repeat-x;
}

#askQuestion a {
    background          : transparent url(../images/icons.gif) no-repeat scroll 0 -1278px;
    color               : #0000FF;
    float               : left;
    font-size           : 22px;
    font-weight         : bold;
    height              : 57px;
    line-height         : 33px;
    margin              : 0 0 0 -35px !important;
    padding             : 7px 0 0 76px;
    text-transform      : uppercase;
}

#askQuestion span {
    width               : 130px;
    float               : left;
    font-size           : 12px;
    margin              : 23px -30px 0 12px;
    position            : relative;
    line-height         : 13px;
    z-index             : 2;
}

.rightColumnShort #askQuestion span {
    width               : 220px !important;
    left                : 73px;
    position            : absolute !important;
    top                 : 37px;
    margin              : 0 !important;
}

#askQuestion br { display: none; }
/* ---------------------------------------- */




/* ------------- Last photos -------------- */
#lastPhotos {
    width               : 471px;
    float               : left;
    display             : inline;
    margin              : 3px -10px 4px -1px;
}

#lastPhotos li img { display: block; }
#lastPhotos li {
    float               : left;
    display             : inline;
    margin 							: 0 16px 16px 0;
    border              : solid 3px #eeeeee;
}

#lastPhotos li span {
    width               : 100px;
    height              : 24px;
    line-height         : 24px;
    font-size           : 18px;
    float               : left;
    text-align          : center;
    margin-top          : -60px;
    position            : relative;
    background          : #fff;
    filter              : alpha(opacity=50);
    opacity             : 0.5;
    display             : none;
    cursor              : pointer;
}
/* ---------------------------------------- */




/* -------------- Categories -------------- */
.categories, .siteMap {
    float               : left;
    width               : 218px;
    margin-top          : -20px;
}
.siteMap { 
	margin-top          : 0px;
}
.categories li, .siteMap li {
    width               : 183px;
    float               : left;
    background          : url(../images/icons.gif) -26px -272px no-repeat;
    padding             : 1px 5px 1px 26px;
    font-size           : 12px;
    color               : #9F9F9F;
}

.categories li.type {
    padding-left        : 8px;
    background          : none;
    text-transform      : uppercase; 
    color               : #000000;
    font-size           : 14px;
    font-weight         : bold;
    line-height         : 12px; 
}

.categories li.top-border {
    border-top          : 1px dashed #9F9F9F;
    margin-top          : 10px;
    padding-top         : 10px;
}
.categories-right {
    border-left         : 1px dashed #9F9F9F;
    width               : 217px;  
}
.categories li.type b {
    color               : #9F9F9F;
    font-size           : 12px;
    display             : block;
}

.categories li a {
    font-size           : 14px;
}

.categoriesWide { width: 310px !important; }
.categoriesWide li { width: 265px !important; }
.categoriesWide li b { font-weight: normal; }
.siteMap { width: 520px !important; }
.siteMap li { width: 480px !important; }
/* ---------------------------------------- */




/* ----------------- Tags ----------------- */
#tagCloud {
    width               : 100%;
    margin              : 12px 0 0 -1px;
    position            : relative;
}

.topContainer #tagCloud {
	clear				: both;
	float				: left;
	margin				: -10px 0 0 0;
}

.topContainer #tagCloud li a {
	margin 				: 3px;
	padding				: 5px;
	float				: left;
	font-size			: 12px !important;
}

.topContainer .online, .topContainer .offline {
	line-height			: 40px;	
	float				: none !important;
}

#topContainer #tagCloud li {
	font-size			: 12px !important; 
}
	
#tagCloud li { display: inline; }

#tagCloud li a {
    background          : #f9fbdc;
    padding             : 5px;
    text-decoration     : none;
    margin              : 5px;
    line-height         : 150%;
}

#tagCloud li .size01 { font-size: 12px; }
#tagCloud li .size02 { font-size: 13px; }
#tagCloud li .size03 { font-size: 14px; }
#tagCloud li .size04 { font-size: 15px; }
#tagCloud li .size05 { font-size: 16px; }
#tagCloud li .size06 { font-size: 17px; }
#tagCloud li .size07 { font-size: 18px; }
#tagCloud li .size08 { font-size: 32px; }

.moreTags {
    float               : left;
    margin              : 7px 0 0 220px;
    font-size           : 14px;
    font-weight         : bold;
}

.medium .moreTags {
    margin              : 7px 0 0 365px;
}
/* ---------------------------------------- */




/* ------------ Communications ------------ */
.komunikat {
	text-align			: center;
}
.komunikatBox, .komunikatBoxMedium, .komunikatBoxWide {
    width               : 482px;
    text-align          : center;
    padding				: 20px;
    margin-bottom		: 5px;
    border				: 5px solid white; 
    float               : left;
    clear               : both;
    background-color	: #FAFAFA; 
}
.komunikatBoxWide {
	width				: 623px;	
}	
.komunikatBoxMedium {
	width				: 513px;	
}
.komunikatBox b.header, .komunikatBoxMedium b.header, .komunikatBoxWide b.header {
	margin				: -15px 0 10px -15px !important;
	padding				: 0px !important;
	float				: none !important;
	text-align			: left;
}
/* ---------------------------------------- */




/* ------------- Localisation ------------- */
#localisation {
    width               : 305px;
    height              : 251px;
    float               : left;
    background          : url(../images/localisationBg.gif) no-repeat;
    padding             : 6px 0 0 5px;
}

#localisation #GmapPytMini { overflow: hidden; }

.GMap {
    border: 1px solid silver;
    margin: 16px 6px 0px 6px;
}

.zoomMap {
    background          : url(../images/icons.gif) 0 -660px no-repeat;
    float               : left;
    margin              : -20px 0 0 185px;
    padding-left        : 18px;
    position            : relative;
    white-space         : nowrap;
}
/* ---------------------------------------- */




/* ----------- Question options ----------- */
#questionOptions .reportAbuse,
#questionOptions .login,
#questionOptions .favorite,
#questionOptions .removeQuestion, .removeUser {
    white-space         : nowrap;
    padding-left        : 18px;    
    font-size           : 14px;
    background          : url(../images/icons.gif) 0 -457px no-repeat;
    margin              : 3px;
    display             : block; 
}

#questionOptions .abuse {
    color               : red;
    font-weight         : bold;
}
.remove {
		color               : red;
		text-decoration			: underline;
		cursor							: pointer;  
}
#questionOptions .login {
    background          : url(../images/icons.gif) 0 -635px no-repeat;
}

#questionOptions .favorite {
    background          : url(../images/icons.gif) 0 -635px no-repeat;
}

#questionOptions .removeQuestion, .removeUser {
    background          : url(../images/icons.gif) 0 -457px no-repeat;
}

.ipAddress {
    white-space         : nowrap;
    float               : left;
    padding-left        : 18px !important;
    position            : relative;
    margin              : 4px 0 10px 4px;
    clear               : both;
    background          : url(../images/icons.gif) 0 -621px no-repeat;
}

.sendPrv {
    white-space         : nowrap;
    float               : left;
    margin              : 4px 0 10px 10px;
    padding             : 2px 0 6px 25px;
    position            : relative;
    background          : url(../images/icons.gif) 0 -523px no-repeat;
    clear               : both;
}

.addFriend {
    white-space         : nowrap;
    float               : left;
    position            : relative;
    background          : url(../images/icons.gif) 0 -555px no-repeat;
    margin              : 4px 0 10px 10px;
    padding             : 2px 0 6px 25px;
    clear               : both;
}

#questionOptions label {
    width               : 280px;
    text-align          : left;
    font-size           : 14px;
    margin              : 4px;
    display             : inline;
}

#questionOptions .text {
    padding             : 5px 5px 4px 5px;
    width               : 273px;
    margin              : 0 0 5px 4px;
    font-size           : 14px;
    color               : #aeaeae;
    float               : left;
    background-position : 0px -296px;
}

#questionOptions .postInfo {
    width               : 291px;
    border              : solid 1px #bcbcbc;
    background          : url(../images/postInfoBg.gif) #fff right bottom no-repeat;
    float               : left;
    display             : inline;
    margin              : 3px 0 0 8px;
}

#questionOptions .postInfo .title {
    width               : 230px;
    padding             : 3px 0 0 7px;
    float               : left;
}

#questionOptions .postInfo p {
    width               : 236px;
    height              : 13px;
    float               : left;
    background          : #fffbd6;
    font-size           : 11px;
    margin              : 4px 0 0 0;
    padding-left        : 10px;
    line-height         : 11px;
}

#questionOptions #tagCloud {
    width               : 300px;
    display             : inline;
    margin              : 7px 0 0 8px;
    float               : left;
}

#questionOptions #tagCloud li a { margin: 3px; }

#questionOptions h2 {
    width               : 290px;
    float               : left;
    font-size           : 24px;
    font-weight         : normal;
    display             : inline;
    margin              : 9px 0 0 12px;
}
/* ---------------------------------------- */




/* --------- Other user questions --------- */
.otherQuestions {
    width               : 100%;
    float               : left;
    margin-left         : 6px;
}

.otherQuestions li {
    width               : 296px;
    float               : right;
    background          : url(../images/rightColBg.gif) -2167px 0 repeat-y;
    clear               : both;
    display             : inline;
    margin              : 6px 0 -2px -1px;
}

.otherQuestions .even { background-position: -3066px 0; }

.otherQuestions li .top {
    width               : 307px;
    height              : 33px;
    float               : left;
    background          : url(../images/rightColBg.gif) -1860px 0 repeat-y;
    display             : inline;
    margin              : 0px;
    position            : relative;
    z-index             : 2;
}

.otherQuestions .even .top { background-position: -2759px 0; }

.otherQuestions li .bottom {
    width               : 297px;
    height              : 8px;
    float               : left;
    background          : url(../images/rightColBg.gif) -2453px 0 repeat-y;
    display             : inline;
    overflow            : hidden;
    margin-top          : 10px;
}

.otherQuestions .even .bottom { background-position: -3352px 0; }

.otherQuestions li .title {
    width               : 255px;
    font-size           : 14px;
    float               : left;
    position            : relative;
    margin              : -25px 0 0 23px;
    z-index             : 2;
    background-color    : #F2FFF1;
    overflow            : hidden; 
}

.otherQuestions li.even .title {
    background-color    : #FFFBD6; 
}

.otherQuestions li .category {
    font-size           : 11px;
    color               : #1e50ce;
    text-decoration     : none;
    float               : left;
    clear               : both;
    line-height         : 11px;
    margin              : 3px 0 0 20px;
    position            : relative;
    z-index             : 3;
}

span.produkt,
.otherQuestions li .date {
    background          : url(../images/icons.gif) 0px -1188px no-repeat;
    padding-left        : 19px;  
    font-size           : 11px;
    color               : #808080;
    float               : left;
    line-height         : 11px;
    margin              : 3px 0px 0px 0px;
    position            : relative;
    z-index             : 3;
}

.category span.produkt {
    color               : #A0A0A0;
    font-size           : 12px;
    padding             : 0;
    margin              : 5px 0 0 0 !important;
}

.moreUserQuestions {
    float               : left;
    font-size           : 14px;
    font-weight         : bold;
    margin              : 12px 0 0 247px;
    white-space         : nowrap;
}
/* ---------------------------------------- */




/* -------------- Top users --------------- */
#topUsers .generalBox {
    width               : 436px;
    float               : left;
    background-position : -11677px 0 !important;
}
#topUsers .generalBox .top {
    background-position : -10765px 0 !important;
    width               : 455px !important;
}
#topUsers .generalBox .bottom {
    background-position : -11221px -27px !important;
    width               : 455px !important;
}

ul.lastLogged  { width: 258px !important; }
ul.lastLogged li { width: 250px !important; background: none !important; }
ul.lastLogged .content { width: 195px !important; }

#topUsers .page {
    background          : transparent url(../images/paginationBg.gif) no-repeat scroll 0 -141px;
    display             : block;
    float               : left;
    height              : 20px;
    padding-top         : 5px;
    text-align          : center;
    width               : 42px;
    margin-bottom       : -1px;
    cursor				: pointer;
}

b.topUsers span, .list span.tip, #bestAnswer span.tip {
    color               : #A0A0A0;
    float               : right;
    font-size           : 14px;
    font-weight         : normal;
    text-transform      : none;
    margin-left         : 185px;
    margin-top          : 3px;
}
.list span.tip, #bestAnswer span.tip {
    margin-left         : 0px;  
    margin-top          : -20px !important;
}
#bestAnswer span.tip {
    margin-right        : 15px;
}

#topUsers .active {
    background          : transparent url(../images/paginationBg.gif) no-repeat scroll 0 -116px;
}

#topUsers ul li.topBg {
    background          : transparent url(../images/TopUsersBg.png) no-repeat scroll 0 0px !important;
    height              : 5px;
}

#topUsers ul li.bottomBg {
    background          : transparent url(../images/TopUsersBg.png) no-repeat scroll -437px 0px !important;
    height              : 5px;
}

#topUsers ul {
    width               : 437px;
    float               : left;
}

#topUsers ul li {
    width               : 437px;
    float               : left;
    background          : transparent url(../images/TopUsersBg.png) repeat-y scroll -874px 0;
}

#topUsers ul li div.odd {
    background          : transparent url(../images/contentBg.gif) repeat-x scroll 0 -711px;
    height              : 52px;
    margin-left         : 1px;
    margin-right        : 1px;
}
#topUsers ul li div.even {
    height              : 52px;
    margin-left         : 1px;
    margin-right        : 1px;
}

#topUsers li .avatar {
    margin              : 6px; 
}

#topUsers ul li .content {
    width               : 370px;
    float               : left;
}

#topUsers ul li .content a {
    display             : block;
    margin-top          : 7px;
    font-size           : 19px;
    color               : #003C8D;
    font-weight         : bold;
    text-decoration     : none;    
}

#topUsers ul li .content .place1st {
    padding-left        : 28px;
    background          : url(../images/icons.gif) 0 -1466px no-repeat;
}
#topUsers ul li .content .place2nd {
    padding-left        : 28px;
    background          : url(../images/icons.gif) 0 -1520px no-repeat;  
}
#topUsers ul li .content .place3rd {
    padding-left        : 28px;
    background          : url(../images/icons.gif) 0 -1570px no-repeat;  
}
#topUsers ul li .content .other {
    padding-left        : 28px;
    background          : url(../images/icons.gif) 0 -1622px no-repeat;  
}

#topUsers ul li .content .points {
    font-size           : 43px;
    float               : right;
}

#topUsers ul li .content .online,
#topUsers ul li .content .offline {
    font-size           : 11px;
    color               : #808080;
    float               : left;
    padding-left        : 9px;
    background          : url(../images/icons.gif) 0 -214px no-repeat;
}

#topUsers ul li .content .offline { background: url(../images/icons.gif) 0 -230px no-repeat; }

#topUsers .links {
    width               : 285px;
    float               : right;
    font-size           : 14px;
    margin-top          : 15px;
    position            : relative;
}

#topUsers .links a {
    padding-left        : 12px;
}

#topUsers .links #help #zewnetrzny2 {
    font-size           : 11px;
    position            : absolute;
    bottom              : 15px;
    right               : 0;
    padding             : 5px;
    background          : #fff9db;
    border              : solid 1px #eee7c2;
}
/* ---------------------------------------- */




/* ----------------- Item ----------------- */
  
#item .topContainer {
    width               : 100%;
    float               : left;
}

#item .category {
    width               : 488px;
    float               : left;
    display             : inline;
    margin              : 8px;
    color               : #A0A0A0;
}

#item .paging {
    float               : right;
    white-space         : nowrap;
    color               : #a0a0a0;
    margin-top          : 10px;
}

#item .author {
    float               : left;
    display             : inline;
    margin              : 11px 0 0 2px;
    clear               : both;
}

.small #item .author {
    margin              : 0px;
}

#item .author a img {
    float               : left;
    padding             : 1px;
    border              : solid 4px #f0f0f0;
}

#item .author .nick { float: left; width: 400px; }
.small #item .author .nick { float: left; width: 240px; }
#item .author .nick b {
    float               : left;
    border              : 0 none;
    font-size           : 22px;
    font-weight         : bold;
    color               : #003c8d;
    text-decoration     : none;
    margin              : 5px 0 0 6px;
}

.small #item .author .nick b {
    margin              : 0 0 0 6px;  
}

#item .noMember { color: #000; }

#item .author .nick span {
    color               : #808080;
    font-size           : 11px;
    float               : left;
    clear               : both;
    padding-left        : 10px;
    margin              : 3px 0 0 7px;
    background          : url(../images/icons.gif) 0 -230px no-repeat;
}

.small #item .author .nick span {
    margin              : 0 0 0 7px;
}
  
#item .author .nick .online { background: url(../images/icons.gif) 0 -214px no-repeat; }
#item .author .nick .offline { background: url(../images/icons.gif) 0 -230px no-repeat; }

#item .answers {
    height              : 35px;
    float               : right;
    display             : inline;
    margin              : 20px 4px 0 0;
    position            : relative;
    text-align          : center;
}

#item .answers b {
    height              : 36px;
    font-size           : 37px;
    font-weight         : normal;
    display             : block;
}

#item .answers span {
    display             : block;
    text-transform      : uppercase; 
    font-size           : 10px;
}

#item .question,
#item .authorAnswer,
#item .attachedFiles {
    width               : 523px;
    position            : relative;
    float               : left;
    background          : url(../images/cloudShadow01.gif) #fffbe2 bottom repeat-x;
    border              : solid 1px #DCD3A8;
    border-bottom       : 0 none;
    overflow            : show;
    padding-bottom      : 5px;
    margin              : 19px 0 5px 5px;
    display             : inline;
}

#item .authorAnswer {
    margin-top          : -1px;
    background          : url(../images/cloudShadow02.gif) #FFFCE0 bottom repeat-x;
}

#item .attachedFiles { 
    margin-top          : -1px;
    margin-bottom       : 5px;
    background          : url(../images/cloudShadow03.gif) #fff bottom repeat-x;
}

#item .question .date,
.questionList li p .date,
#item .authorAnswer .date,
#item .attachedFiles .date {
    background          : url(../images/icons.gif) -4px -1188px no-repeat;
    padding-left        : 15px;
    font-size           : 11px;  
    float               : right;
    text-align          : right;
    color               : #AEAEAE;
}

#item .question h1,
#item .question b.header {
    font-size           : 22px;
    font-weight         : normal;
    float               : left;
    overflow            : hidden;
    text-indent         : 0px;
    text-transform      : uppercase;
    padding-left        : 8px;  
    width               : 475px;
    position            : static;
    margin              : 0px;  
}

#item .question p,
#item .authorAnswer p,
#item .attachedFiles p {
    width               : 495px;
    float               : left;
    display             : inline;
    font-size           : 14px;
    margin              : 5px 0 0 8px;
    line-height         : 18px;
    padding-bottom      : 13px;
}

#item .question .basicData b,
#item .authorAnswer .basicData b,
#item .attachedFiles .basicData b { color: #000; }
#item .question .basicData span,
#item .authorAnswer .basicData span,
#item .attachedFiles .basicData span {
    clear               : both;
    float               : left;
    color               : #9b9b9b;
}

#item .question .expand {
    float               : left;
    clear               : both;
    margin              : 10px 0 0 368px;
    white-space         : nowrap;
    padding-bottom      : 5px;
}

#item .question .leftTopCorner,
#item .authorAnswer .leftTopCorner,
#item .attachedFiles .leftTopCorner {
    width               : 99px;
    height              : 24px;
    background          : transparent url(../images/cloudsBg01.gif) 0 0 no-repeat;
    position            : absolute;
    top                 : -21px;
    left                : -1px;
    overflow            : hidden;
}

#item .question .rightTopCorner,
#item .authorAnswer .rightTopCorner,
#item .attachedFiles .rightTopCorner {
    width               : 4px;
    height              : 4px;
    background          : #FCFCFC url(../images/cloudsBg01.gif) -100px -4px no-repeat;
    position            : absolute;
    top                 : -1px;
    right               : -1px !important;
    right               : -2px;
    overflow            : hidden;
}

#item .question .leftBottomCorner,
#item .authorAnswer .leftBottomCorner,
#item .attachedFiles .leftBottomCorner {
    width               : 4px;
    height              : 7px;
    background          : #FCFCFC url(../images/cloudsBg01.gif) -100px -9px no-repeat;
    position            : absolute;
    bottom              : 0px;
    left                : -1px;
    overflow            : hidden;
}

#item .question .rightBottomCorner,
#item .authorAnswer .rightBottomCorner,
#item .attachedFiles .rightBottomCorner {
    width               : 4px;
    height              : 7px;
    background          : #FCFCFC url(../images/cloudsBg01.gif) -100px -17px no-repeat;
    position            : absolute;
    bottom              : 0px;
    right               : -1px !important;
    right               : -2px;
    overflow            : hidden;
}

#item .authorAnswer .leftTopCorner { background-position: 0 -25px; background-color: transparent !important;}
#item .authorAnswer .rightTopCorner { background-position: -100px -30px; }
#item .authorAnswer .leftBottomCorner { background-position: -100px -34px; }
#item .authorAnswer .rightBottomCorner { background-position: -100px -43px; }

#item .attachedFiles .leftTopCorner { 
    background-position : 0 -50px;
    height              : 19px;
    top                 : -18px;
}
#item .attachedFiles .rightTopCorner { background-position: -100px -54px; }
#item .attachedFiles .leftBottomCorner { background-position: -100px -58px; }
#item .attachedFiles .rightBottomCorner { background-position: -100px -65px; }

#item .authorAnswer .head,
#item .attachedFiles .head,
#item .attachedFiles .head {
    width               : auto;
    font-size           : 11px;
    color               : black;
    margin              : 0px !important;
    padding             : 0px !important;
}

#item .attachedFiles ul {
    width               : 550px;
    float               : left;
    display             : inline;
    margin              : -8px -50px 0 5px;
}

#item .attachedFiles ul li {
    float               : left;
    border              : solid 3px #f0f0f0;
    padding             : 1px;
    display             : inline;
    margin              : 5px 20px 20px 5px;
}

#item .attachedFiles ul li img { display: block; }

#item #bestAnswer,
#item #otherAnswers {
    width               : 100%;
    float               : left;
    margin              : 0px 8px 8px 8px;
}

#item .sorting {
    float               : left;
    display             : inline;
    font-size           : 11px;
    margin              : 23px 0 -40px 315px;
    position            : relative;
    color               : #AEAEAE;
}

#item .after_best {
    width               : 100%;
    float               : left;
    padding             : 0 0 10px 0;
    text-align          : center;
}
.after_new {
    width               : 100%;
    float               : left;
    text-align          : center;
}

#item #otherAnswers { margin: 8px; }

#item #bestAnswer .onlineInfo,
#item #otherAnswers .onlineInfo {
    color               : #808080;
    font-size           : 11px;
    float               : right;
    padding-left        : 10px;
    margin              : 3px 0 0 7px;
    background          : url(../images/icons.gif) 0 -214px no-repeat;
    margin              : -16px 10px 0 0;
    display             : inline;
    
}


#item #bestAnswer .userBox img,
#item #otherAnswers .userBox img {
    border              : 3px solid #F0F0F0;
    padding             : 1px;
}

#item #bestAnswer .userBox,
#item #otherAnswers .userBox {
    width               : 40px;
    float               : left;
    text-align          : center;
    margin-top          : 14px;
    clear               : both;
    font-size           : 11px;
}

#item #bestAnswer .userBox .line,
#item #otherAnswers .userBox .line {
    width               : 40px;
    float               : left;
    color               : #8d8d8d;
}

#item #bestAnswer .userBox .voteUp,
#item #otherAnswers .userBox .voteUp {
    width               : 18px;
    height              : 18px;
    background          : url(../images/icons.gif) 0 -402px no-repeat;
    float               : left;
    margin              : 0px;
}

#item #bestAnswer .userBox .voteDown,
#item #otherAnswers .userBox .voteDown {
    background          : transparent url(../images/icons.gif) no-repeat scroll -20px -402px;
    float               : left;
    height              : 18px;
    margin              : 0 0 0 2px;
    width               : 18px;
}

#item #bestAnswer .userBox .voteUpGray,
#item #otherAnswers .userBox .voteUpGray { background-position: 0 -879px; }
#item #bestAnswer .userBox .voteDownGray,
#item #otherAnswers .userBox .voteDownGray { background-position: -20px -879px; }

#item #bestAnswer .userBox .voteUpPercent,
#item #otherAnswers .userBox .voteUpPercent {
    color               : #5E7E26;
}

#item #bestAnswer .userBox .voteDownPercent,
#item #otherAnswers .userBox .voteDownPercent {
    color               : #944D4D;
}

#item #bestAnswer .userBox .voteUpCount,
#item #bestAnswer .userBox .voteDownCount,
#item #otherAnswers .userBox .voteUpCount,
#item #otherAnswers .userBox .voteDownCount {
    font-size           : 9px;
}

#item #bestAnswer .commentBox,
#item #otherAnswers .commentBox {
    width               : 432px;
    background          : url(../images/cloudsBg02.gif) -443px 0 repeat-y;
    float               : left;
    display             : inline;
    margin              : 10px -10px 0 25px;
    padding-left        : 2px;
    position            : relative;
}

#item #otherAnswers .commentBox { background-position: -1754px 0; }
#item #otherAnswers .even .commentBox { background-position: -3065px 0; }

#item #bestAnswer .commentBox .top,
#item #otherAnswers .commentBox .top {
    width               : 443px !important;
    height              : 53px;
    background          : url(../images/cloudsBg02.gif) 0 0 no-repeat;
    float               : left;
    display             : inline;
    margin              : 0 0 -40px -11px;
    position            : relative;
    z-index             : 1;
}

#item #otherAnswers .commentBox .top { background-position: -1311px 0; }
#item #otherAnswers .even .commentBox .top { background-position: -2622px 0; }

#item #bestAnswer .commentBox .bottom,
#item #otherAnswers .commentBox .bottom {
    width               : 432px !important;
    height              : 7px;
    background          : url(../images/cloudsBg02.gif) -879px 0 no-repeat;
    float               : left;
    display             : inline;
    margin              : 0px;
    overflow            : hidden;
}

#item #otherAnswers .commentBox .bottom { background-position: -2190px 0; }
#item #otherAnswers .even .commentBox .bottom { background-position: -3501px 0; }

#item #bestAnswer .commentBox .nick,
#item #otherAnswers .commentBox .nick {
    float               : left;
    white-space         : nowrap;
    font-size           : 12px;
    text-decoration     : none;
    position            : relative;
    z-index             : 2;
    padding-left        : 30px;
    margin-left         : 12px;
    background          : url(../images/icons.gif) 0 -429px no-repeat;
}

#item #otherAnswers .commentBox .nick {
    padding-left        : 0;
    background          : none;
    padding-left        : 3px;
}

#bestAnswer .online,
.list .online,
.cardBox #cardFriends li .online,
#item #otherAnswers .commentBox .online,
#item #bestAnswer .commentBox .online {
    padding-left        : 12px;
    font-size           : 12px;
    background          : url(../images/icons.gif) 2px -215px no-repeat;
}

#bestAnswer .offline,
.list .offline,
.cardBox #cardFriends li .offline,
#item #otherAnswers .commentBox .offline,
#item #bestAnswer .commentBox .offline {
    padding-left        : 12px;
    font-size           : 12px;
    background          : url(../images/icons.gif) 2px -231px no-repeat;
}

#item #otherAnswers .commentBox .mod,
#item #bestAnswer .commentBox .mod, 
#item .author .nick .mod  {
    width               : 16px;
    height              : 16px;
    background          : url(../images/icons.gif) 0 -96px no-repeat;
    float               : left;
    text-indent         : -99999px;
    overflow            : hidden;
    position            : relative;
    z-index             : 2;
    margin              : 0 -10px 0 10px;
}

#item #otherAnswers .commentBox .myCity, #item .author .nick .myCity  {
    width               : 15px;
    height              : 16px;
    background          : url(../images/icons.gif) 0 -912px no-repeat;
    float               : left;
    text-indent         : -99999px;
    overflow            : hidden;
    position            : relative;
    z-index             : 2;
    margin              : 0 -7px 0 15px;
}

#item .author .nick .mod { margin: 11px -10px 0 5px; }
#item .author .nick .myCity { margin: 11px -7px 0 10px; }

#item #otherAnswers .commentBox .best {
    width               : 25px;
    height              : 18px;
    background          : url(../images/icons.gif) 0 -429px no-repeat;
    float               : left;
    text-indent         : -99999px;
    overflow            : hidden;
    position            : relative;
    z-index             : 2;
    margin              : 0 -10px 0 10px;
}

#item #bestAnswer .commentBox .date,
#item #otherAnswers .commentBox .date {
    background          : url(../images/icons.gif) 0px -1188px no-repeat;
    padding-left        : 19px;  
    float               : left;
    color               : #808080;
    font-size           : 11px;
    position            : relative;
    z-index             : 2;
    margin              : 2px 0 0 4px;
}

#item #bestAnswer .commentBox .postActions,
#item #otherAnswers .commentBox .postActions {
    height              : 15px;
    float               : right;
    position            : relative;
    z-index             : 2;
    overflow            : hidden;
    display             : inline;
    margin              : 3px 11px 0 0;
}

#item #bestAnswer .commentBox .postActions li,
#item #otherAnswers .commentBox .postActions li {
    height              : 10px;
    float               : left;
    display             : inline;
    margin-left         : -1px;
    padding             : 0 4px;
    border-left         : solid 1px #a0a0a0;
    line-height         : 11px;
    font-size           : 11px;
}

#item #bestAnswer .commentBox .linkTooltip,
#item #otherAnswers .commentBox .linkTooltip {
    width               : 410px;
    height              : 43px;
    background          : url(../images/linkBg.png) 0 0 no-repeat;
    position            : absolute;
    z-index             : 99999;
    left                : 32px;
    top                 : -25px;
    display             : none;
}

#item #bestAnswer .commentBox .linkTooltip .text,
#item #otherAnswers .commentBox .linkTooltip .text {
    float               : left;
    height              : 19px;
    margin              : 4px 0 0 9px;
    padding             : 3px;
    width               : 365px;
}

#item #bestAnswer .commentBox .linkTooltip .submit,
#item #otherAnswers .commentBox .linkTooltip .submit {
    width               : 54px;
    height              : 27px;
    float               : left;
    background          : url(../images/buttons.gif) -769px 0 no-repeat;
    margin              : 4px 0 0 1px;
    border              : none;
    cursor              : pointer;
    display             : none;
}

#item #bestAnswer .commentBox .linkTooltip .close,
#item #otherAnswers .commentBox .linkTooltip .close {
    width               : 9px;
    height              : 9px;
    float               : right;
    margin              : 6px 7px 0 0;
}

#item #bestAnswer .commentBox p,
#item #otherAnswers .commentBox p {
    width               : 425px;
    font-size           : 14px;
    float               : left;
    display             : inline;
    position            : relative;
    z-index             : 2;
    margin              : 8px 0 0 14px;
    line-height         : 17px;
    padding-bottom      : 10px;
}

#item #bestAnswer .commentBox .answerContent,
#item #otherAnswers .commentBox .answerContent,
#item .authorAnswer .answerContent {
    width               : 410px;
    font-size           : 14px;
    float               : left;
    display             : inline;
    position            : relative;
    z-index             : 2;
    margin              : 8px 0 0 14px;
    line-height         : 17px;
    padding-bottom      : 10px;
}

#item #bestAnswer .commentBox .quote,
#item #otherAnswers .commentBox .quote,
#item .authorAnswer .quote {
    width               : 93%;
    padding-left        : 7%;
    background          : url(../images/quoteIcon.gif) 0 2px no-repeat;
    display             : inline;
    padding-bottom      : 18px;
    margin              : 10px 0 0 5px;
    float               : left;
}

#item #bestAnswer .commentBox .quote .quoteAuthor,
#item #otherAnswers .commentBox .quote .quoteAuthor,
#item .authorAnswer .quote .quoteAuthor {
    width               : 100%;
    float               : left;
    font-weight         : bold;
    white-space         : nowrap;
}

#item #otherAnswers .commentBox .usersFiles {
    width               : 440px;
    float               : left;
    clear               : both;
    display             : inline;
    margin              : 10px 0 0 12px;
    padding-bottom      : 10px;
}

#item #otherAnswers .commentBox .usersFiles li {
    float               : left;
    display             : inline;
    margin-right        : 10px;
}

#item #otherAnswers .commentBox .usersFiles img {
    float               : left;
    padding             : 1px;
    border              : solid 3px #f0f0f0;
    margin-bottom       : 10px;
}

#item #otherAnswers .commentBox .mapContainer {
    width               : 430px;
    height              : 250px;
    float               : left;
    display             : inline;
    margin              : 10px;
    overflow            : hidden;
}

#item #otherAnswers .commentBox .zoomMap { margin: 0px 0 10px 300px !important; }

#item .expandContent textarea {
    width               : 487px;
    height              : 100px;
    float               : left;
    display             : inline;
    margin              : 0 10px 10px;
    padding             : 5px;
}

#item .expandContent .b_rozszerz {
    width               : 108px;
    height              : 31px;
    float               : right;
    display             : inline;
    margin              : 0 8px 10px 100px;
    border              : 0 none;
    cursor              : pointer;
    background          : url(../images/buttons.gif) -1708px 0 no-repeat;
}
/* ---------------------------------------- */




/* ------------ Activity list ------------- */
#activitylist {
    width               : 100%;
    float               : left;
    margin-top          : 10px;
}

#activitylist li {
    width               : 595px;
    float               : left;
    margin-top          : 1px;
    background          : url(../images/icons.gif) #f8f8f8 -37px -873px no-repeat;
    padding             : 5px 5px 5px 35px;
}
/* ---------------------------------------- */




/* -------------- Pagination -------------- */
.wszystkie {
    text-align: center;  
}

.pagination {
    width               : 100%;
    float               : right;
    margin              : 20px 0 0 0;
    padding-bottom      : 14px;
}

.pagination li {
    height              : 25px;
    float               : left;
    background          : url(../images/paginationBg.gif) left top no-repeat;
    font-size           : 14px;
    padding-left        : 5px;
    display             : inline;
    margin-right        : 11px;
}

.pagination .active { background-position: 0 -25px; }
.pagination .active a,
.pagination .active span { background-position: right -25px; }

.pagination li a,
.pagination li span {
    height              : 25px;
    float               : left;
    background          : url(../images/paginationBg.gif) right top no-repeat;
    padding             : 0 9px 0 4px;
    line-height         : 25px;
}
/* ---------------------------------------- */


/* -------------- Statistic -------------- */
#stats {
    float               : right;
    margin-top          : 15px; 
}

ul.statistic {
    float               : left;
}

.statistic li.count {
    height              : 41px;
    background          : url(../images/paginationBg.gif) no-repeat left -50px ;
    font-size           : 35px;
    padding-left        : 5px;
    margin-right        : 5px;
}
.statistic li.count span {
    background          : url(../images/paginationBg.gif) no-repeat right -50px ;
    padding-right       : 5px;
    display             : block;
    height              : 41px;
    text-align          : center;
}
.card .block {
    background-color    : #FF0000;
    color               : #FFFFFF;
    text-align          : center;
    display             : block;
    margin-bottom       : 20px;
    padding             : 5px 0 5px 0; 
}

.cardShort { 
    width               : 523px !important;
    margin-top          : 0 !important;
}

#top .statistic li.count {
    font-size           : 19px;  
    background-position : left -91px;
    height              : 25px;
    float               : right;
}
#top .statistic li.count span {
    background          : url(../images/paginationBg.gif) no-repeat right -91px ;
    padding-right       : 5px;
    display             : block;
    height              : 25px;
    line-height			: 24px;
}
#top .statistic li.tip {
    float               : left;
    color               : black;
    font-size           : 10px;
    text-align          : right;
    width               : 65px;
    font-weight         : bold;  
}

.statistic li.tip {
    font-size           : 10px;
    padding-right       : 4px;
    color               : #B6B6B6;
    display             : block;
    text-align          : center;
}
/* ---------------------------------------- */




/* ----------------- Card ----------------- */
.leftColumnWide .cardBox {
    background          : transparent url(../images/formBg.gif) repeat-y scroll -8516px 0;
    clear               : both;
    overflow            : hidden;
    width               : 633px;
    margin-bottom       : 5px;
}
.leftColumnWide .cardBox .top {
    width               : 653px !important;
    height              : 35px;
    float               : left;
    background          : url(../images/formBg.gif) -7210px 0 no-repeat;
}

.leftColumnWide .cardBox .bottom {
    width               : 653px !important;
    float               : left;
    background          : url(../images/formBg.gif) -7863px -27px no-repeat;
}

.leftColumnWide .cardBox .headerCard {
    position            : absolute;
    background          : transparent url(../images/icons.gif) no-repeat scroll 0 -1416px;
    margin              : 10px 0 0 0 !important;
    padding-left        : 24px;
}

.leftColumnWide .cardBox .count {
    float               : right;
    display             : inline;
    margin              : 10px 40px 0px 0px;
    text-align          : center; 
    font-size           : 35px; 
    text-decoration     : none; 
}
.leftColumnWide .cardBox .count span {
    font-size           : 10px;
    display             : block; 
}

.leftColumnWide .cardBox .block {
    background-color    : #FF0000;
    color               : #FFFFFF;
    text-align          : center;
    display             : block;
    padding             : 5px 0 5px 0; 
    clear								: both; 
}

.leftColumnWide .cardBox img.more {
    margin              : 12px auto 0px auto;
    position            : absolute;
}

.leftColumnWide .cardBox .question {
    clear               : both;
    margin              : 20px 0 10px 0px !important;
    width               : 630px !important;
    background          : #FFFFFF url(../images/cloudShadow04.gif) repeat-x scroll center bottom !important;
    
}

.leftColumnWide .cardBox .question .leftTopCorner {
    background-position : 0px -72px !important;
    background-color    : transparent !important; 
}

.leftColumnWide .cardBox .question .date {
    margin              : 12px 12px 0px 0px;
}

.leftColumnWide .cardBox .question .basicData span {
    clear               : none !important;
    margin-right        : 10px;
    color               : #000000 !important;
}
.leftColumnWide .cardBox .question .basicData span.city {
    background          : transparent url(../images/icons.gif) no-repeat 46px -1440px;
}

.leftColumnWide .cardBox .question .basicData span.city b {
    padding-left        : 24px;
}

.leftColumnWide .cardBox .question .basicData .tlen { 
    background          : transparent url(../images/icons.gif) no-repeat 0 -941px;
    padding-left        : 24px;
}
.leftColumnWide .cardBox .question .basicData .gg {
    background          : transparent url(../images/icons.gif) no-repeat 0 -974px;
    padding-left        : 24px;
}
.leftColumnWide .cardBox .question .basicData .skype {
    background          : transparent url(../images/icons.gif) no-repeat 0 -1009px;
    padding-left        : 24px;
}

.leftColumnWide .cardBox .question .actions {
    margin              : 10px;
    float               : left;
}

.questionActions {
    float               : left;  
}

.leftColumnWide .cardBox .question .actions li,
.leftColumnWide .cardBox #cardFriends li .msg {
    display             : block;
    height              : 22px;
    font-size           : 12px;
    padding-left        : 25px;
    background          : url(../images/icons.gif) 0 0 no-repeat;
    line-height         : 18px;
}

.leftColumnWide .cardBox .question .actions .msg,
.leftColumnWide .cardBox #cardFriends li .msg { background-position: 0 -1078px; }
.leftColumnWide .cardBox .question .actions .friend { background-position: 0 -1041px; }
.leftColumnWide .cardBox .question .actions .removeFriend { background-position: 0 -1115px; }

.leftColumnWide .cardBox #cardFriends {
    width               : 100%;
    float               : left;
    clear               : both;
    padding-bottom      : 10px;
}

.leftColumnWide .cardBox #cardFriends li {
    float               : left;
    display             : inline;
    margin              : 5px 9px 3px 9px;
    width               : 61px;
}

.leftColumnWide .cardBox #cardFriends li img {
    float               : left;
    padding             : 1px;
    border              : solid 4px #f0f0f0;
}

.leftColumnWide .cardBox #cardFriends li .msg {
    margin-left         : 42px;  
    position            : absolute; 
} 
  
.leftColumnWide .cardBox #cardFriends li span {
    width               : 50px;
    float               : left;
    clear               : both;
    font-size           : 10px;
    white-space         : nowrap;
    overflow            : hidden;
    display             : block;
}

.leftColumnWide .cardBox .cardMap {
    width               : 631px;
    height              : 400px;
    float               : left;
    clear               : both;
    overflow            : hidden;
    margin-top          : 8px;
    border              : 1px solid #000000;
}
/* ---------------------------------------- */




/* -------------- Billboard --------------- */
.billboard {
    width               : 100%;
    text-align          : center;
    float               : left;
    background-color    : #F0F0F0; 
}
/* ---------------------------------------- */



/* ---------------- Inserts --------------- */
#inserts {
    background-color    : #FFFFFF;  
    float               : left;
    padding             : 5px;
    margin-bottom       : 5px;
}

#inserts p {
    font-size           : 14px;
    float               : left;
    display             : inline;
    margin              : -25px 0 0 3px;
    line-height         : 20px;
}

#inserts #insertsList {
    width               : 523px;
    float               : left;
    clear               : both;
    margin              : 13px 0 0 0;
}

#inserts #insertsList .view {
    width               : 100%;
    float               : left;
    background          : url(../images/insertsBg.gif) -2615px 0 repeat-y;
    position            : relative;
}

#inserts #insertsList .view .top {
    width               : 523px !important;
    height              : 12px;
    float               : left;
    background          : url(../images/insertsBg.gif) -2092px 0 no-repeat;
    overflow            : hidden;
    margin-left         : 0px;
}

#inserts #insertsList .view .bottom {
    width               : 523px !important;
    height              : 12px;
    background          : url(../images/insertsBg.gif) -1569px 0 no-repeat;
    overflow            : hidden;
    position            : absolute;
    bottom              : -6px;
    left                : 0;
    margin-left         : 0px;
}

#inserts #insertsList .view .number {
    font-size           : 34px;
    color               : #cdcdcd;
    float               : left;
    margin              : -10px 0 0 5px;
    position            : relative;
}

#inserts #insertsList .view .insertBox {
    width               : 100%;
    float               : left;
    text-align          : center;
    margin-top          : -4px;
}

#inserts #insertsList .view .insertBox img {
    display             : block;
    margin              : auto;
}

#inserts #insertsList .view .changeColor {
    float               : left;
    clear               : both;
    width               : 200px;
}

#inserts #insertsList .view .changeColor span {
    float               : left;
    font-size           : 10px;
    font-family         : Verdana, Arial, Tahoma;
    white-space         : nowrap;
}

#inserts #insertsList .view .changeColor {
    float               : left;
    display             : inline;
    margin              : 29px 0 0 11px;
    position            : relative;
    z-index             : 2;
}

#inserts #insertsList .view .changeColor ul {
    width               : 100px;
    float               : left;
    display             : inline;
    margin              : 0 0 0 3px;
}

#inserts #insertsList .view .changeColor li {
    float               : left;
    display             : inline;
    margin              : 2px 5px 0 0;
}

#inserts #insertsList .view .changeColor li a {
    width               : 10px;
    height              : 10px;
    float               : left;
    overflow            : hidden;
}

#inserts #insertsList .view .changeColor .color01 a { background: #F2C62F; }
#inserts #insertsList .view .changeColor .color02 a { background: #000000; }
#inserts #insertsList .view .changeColor .color03 a { background: #D8D8D8; }
#inserts #insertsList .view .changeColor .color04 a { background: #FF0000; }

#inserts #insertsList .view .changeColor .active { border: solid 1px #0000ff; }
#inserts #insertsList .view .changeColor .active a {
    width               : 6px;
    height              : 6px;
    border              : solid 1px #fff;
}

#inserts #insertsList .view .size {
    float               : left;
    font-size           : 10px;
    font-family         : Verdana, Arial, Tahoma;
    margin              : 29px 7px 0 166px;
    position            : relative;
    z-index             : 2;
}

#inserts #insertsList .code {
    width               : 100%;
    float               : left;
    background          : url(../images/insertsBg.gif) -1046px 0 repeat-y;
    overflow            : hidden;
    margin              : 7px 0 13px 0;
}

#inserts #insertsList .code .top {
    width               : 523px !important;
    height              : 12px;
    float               : left;
    background          : url(../images/insertsBg.gif) -523px 0 no-repeat;
    overflow            : hidden;
    margin-left         : 0px;
}

#inserts #insertsList .code .bottom {
    width               : 523px !important;
    height              : 12px;
    float               : left;
    background          : url(../images/insertsBg.gif) 0 0 no-repeat;
    overflow            : hidden;
    margin-left         : 0px;
}

#inserts #insertsList .code .quoteWeb {
    width               : 508px;
    height              : 76px;
    border              : solid 1px #e0d7a2;
    overflow            : hidden;
    float               : left;
    margin              : 2px 0 8px 4px;
    padding             : 3px;
}

#inserts #insertsList .code .quoteBoard {
    width               : 508px;
    height              : 32px;
    border              : solid 1px #e0d7a2;
    overflow            : hidden;
    float               : left;
    margin              : 2px 0 -8px 4px;
    padding             : 3px;
    position            : relative;
}

#inserts #insertsList .code h3 {
    float               : left;
    font-size           : 12px;
    font-weight         : bold;
    color               : #000;
    display             : inline;
    margin              : 2px 0 0 10px;
}

#inserts #insertsList .code .copy {
    float               : right;
    white-space         : nowrap;
    font-size           : 11px;
    margin              : 2px 8px 0 0;
}

.wstawka_small, .wstawka_medium {
    clear               : both;
    display             : block;
    font-size           : 20px;
    font-weight         : bold;
    position            : absolute;
    text-align          : center;     
    margin-top          : 8px;
}
.wstawka_medium {
    width               : 440px;  
}
.wstawka_small {
    width               : 290px;
}
/* ---------------------------------------- */




/* ----------- Contact with us ------------ */
.contactUsForm .submit {
    width               : 124px;
    height              : 54px;
    background          : url(../images/buttons.gif) -1815px 0 no-repeat;
    border              : 0 none;
    cursor              : pointer;
    float               : right;
    margin              : 20px 15px 0 0;
    position            : relative;
}
.contactUsForm select { 
    padding             : 4px 4px 3px !important;
    width               : 389px !important;
}
/* ---------------------------------------- */




/* ----------------- FAQ ------------------ */
#faq {
    width               : 99%;
    float               : left;
    display             : inline;
    margin-left         : 1%;
}

#faq h2, #contactform h3 {
    font-size           : 18px;
    color               : #bc006e;
    font-weight         : normal;
}

#faq li p { 
    padding             : 5px 0; 
    font-size           : 14px;
}

#faq p {
    padding             : 5px 0;
    font-size           : 14px;
    line-height         : 1.5;
}

#faq li { color: #000; list-style-type: decimal !important; line-height: 1.5em; }

#faq ol {
    list-style-image    : none !important;
    list-style-position : outside !important;
    list-style-type     : decimal !important;
    margin-left         : 30px;
    font-size           : 14px;
    margin-bottom       : 1em;
}
/* ---------------------------------------- */




/* ---------------- Pop-up ---------------- */
#loginPopup,
#komunikatPopup {
    width               : 541px;
    float               : left;
    background          : url(../images/popupBg.png) -1082px 0 repeat-y;
    margin              : 56px 0 0 -270px;
    position            : absolute;
    z-index             : 10;
    left                : 50%;
    top                 : 100px;
}

#loginPopup .top,
#komunikatPopup .top {
    width               : 541px;
    height              : 56px;
    float               : left;
    background          : url(../images/popupBg.png) 0 0 no-repeat;
    margin-top          : -56px;
    position            : relative;
}

#loginPopup .bottom,
#komunikatPopup .bottom {
    width               : 541px;
    height              : 56px;
    float               : left;
    background          : url(../images/popupBg.png) -541px 0 no-repeat;
    margin              : 56px 0 -56px;
    position            : relative;
}

#loginPopup .close,
#komunikatPopup .close {
    width               : 27px;
    height              : 27px;
    background          : url(../images/buttons.gif) -923px 0 no-repeat;
    float               : left;
    display             : inline;
    margin              : -32px 0 0 488px;
    position            : relative;
}

#loginPopup h2,
#komunikatPopup h2 {
    white-space         : nowrap;
    float               : left;
    text-align          : center;
    font-size           : 28px;
    font-weight         : normal;
    display             : inline;
    clear               : both;
    margin              : 39px 0 0 180px;
}

#loginPopup .line,
#komunikatPopup .line {
    width               : 100%;
    float               : left;
    margin              : 24px 0 -7px 0;
}

#loginPopup label,
#komunikatPopup label {
    width               : 177px;
    float               : left;
    text-align          : right;
    font-size           : 14px;
}

#loginPopup .remember,
#komunikatPopup .remember {
    width               : auto;
    font-size           : 12px;
    text-align          : left;
    cursor              : pointer;
}

#loginPopup .checkbox,
#komunikatPopup .checkbox {
    width               : 13px;
    height              : 13px;
    float               : left;
    margin              : 2px 4px 0 15px;
}

#loginPopup .text,
#komunikatPopup .text {
    width               : 146px;
    padding             : 8px;
    float               : left;
    margin              : -8px 0 0 5px;
    position            : relative;
}

#loginPopup .submit,
#komunikatPopup .submit {
    width               : 100px;
    height              : 41px;
    background          : url(../images/buttons.gif) -823px 0 no-repeat;
    float               : left;
    border              : none;
    margin              : -10px 0 0 3px;
    position            : relative;
    cursor              : pointer;
}

#loginPopup .forgot,
#komunikatPopup .forgot {
    float               : left;
    position            : relative;
    margin              : 60px 0 -100px 380px;
    z-index             : 2;
}

#loginPopup p,
#komunikatPopup p {
    width               : 461px;
    float               : left;
    position            : relative;
    z-index             : 2;
    margin              : 30px 0 -50px;
    padding             : 5px 40px;
    text-align          : center;
}
/* ---------------------------------------- */




/* ------------- User answers ------------- */
#leftColumn .userAnswers {
    width               : 523px;
    float               : right;
}

#leftColumn .userAnswers li {
    width               : 492px !important;
    background          : #FFFFFF url(../images/userAnswersBg.gif) -512px 0 repeat-y;
}

#leftColumn .userAnswers li .top {
    width               : 498px !important;
    background          : #FFFFFF url(../images/userAnswersBg.gif) -1024px 0 no-repeat;
    margin-bottom       : -20px;
    margin-left         : -11px;
}

#leftColumn .userAnswers li .bottom {
    width               : 492px !important;
    background          : #FFFFFF url(../images/userAnswersBg.gif) 0 0 no-repeat;
    margin-left         : 0;
}

#leftColumn .userAnswers .even { background: #FFFFFF url(../images/userAnswersBg.gif) -2059px 0 repeat-y; }
#leftColumn .userAnswers .even .bottom { background: #FFFFFF url(../images/userAnswersBg.gif) -1547px 0 no-repeat; }
#leftColumn .userAnswers .even .top { background: #FFFFFF url(../images/userAnswersBg.gif) -2571px 0 no-repeat; }

#leftColumn .userAnswers li .date { 
    margin              : 2px 0 2px 13px;
    clear               : both;
    white-space         : nowrap;
    display             : block;
    float               : none;
}

#leftColumn .userAnswers li .category { 
    margin              : 3px 0 5px 13px;
    clear               : both;
}

.adminActions {
    float               : right;
    display             : inline;
    margin              : 5px 20px -8px -16px;
    text-align          : right;
    font-size           : 11px;
    position            : relative;
}

.commentBox .adminActions { margin: 15px 1% 0 0; }
.questionList .adminActions { margin: 15px 1% 5px 0; }
#topUsers .adminActions { margin: 15px 1% 5px 0; }
.question .adminActions { margin: 15px 1% 5px 0; }

.adminActions a,
.adminActions .abuse { color: red; }
.adminActions .ipAddress {
    margin              : 0;
    padding             : 0;
    float               : none;
    display             : inline;
    clear               : none;
    font-size           : 11px;
    color               : #afafaf;
}

.adminActions a {
    float               : none !important;
    font-size           : 11px !important;
    margin-top          : 0 !important;
    width               : auto !important;
}

#leftColumn .userAnswers li .desc object { margin-top: 25px; }
#leftColumn .userAnswers li .desc {
    width               : 340px;
    float               : left;
    margin              : -5px 0 0 13px;
    display             : inline;
    position            : relative;
    z-index             : 2;
    font-size           : 14px;
}

#leftColumn .userAnswers li .title {
    width               : auto;
    float               : right;
    margin              : -5px 13px 0 0;
    white-space         : nowrap;
    position            : relative;
}

#leftColumn .userAnswers li .questionTitle {
    width               : auto;
    float               : left;
    margin              : -5px 0 0 13px;
    position            : relative;
    z-index             : 2;
    white-space         : normal;
}
/* ---------------------------------------- */




/* -------------- Message box ------------- */
#post_box a { padding: 0 10px 0 10px; }

#post_box {
    width               : 630px;
    font-size           : 12px;
    color               : #d6d6d6;
    padding             : 5px;
    margin-bottom       : 7px;
    float               : left;
}

.skrzynka {
    width               : 630px;
    float               : left;
}

.skrzynka .komunikat {
    width               : 550px !important;
    margin              : 10px -500px 10px 0 !important;
    padding-left        : 0 !important;
    position            : relative;
}

.skrzynka th {
    background          : #f2f2f2;
    padding             : 11px 0 11px 12px;
    text-align          : left;
    border              : 0 none !important;
}

.skrzynka th a { float: left; }

.skrzynka th .sort {
    width               : 15px;
    height              : 15px;
    float               : left;
    margin              : 0 5px 0 0;
    text-indent         : -999999px;
}

.skrzynka th .sort span {
    width               : 15px;
    height              : 15px;
    float               : left;
    background          : url(../images/icons.gif) 0 -855px no-repeat;
    cursor              : pointer;
}

.skrzynka th .sort .i_asc { background-position: -15px -855px; }

.skrzynka th.check {
    border-width        : 1px 0 1px 1px;
    width               : 5%;
}

.skrzynka th.data {
    width               : 118px;
    border-width        : 1px 1px 1px 0;
    font-size           : 12px;
}

.skrzynka td {
    padding             : 11px 0 11px 11px;
}

.skrzynka td.temat { width: 60%; }
.skrzynka td.check { border-width: 0 0 1px 1px; }

.skrzynka td.data {
    font-weight         : normal;
    white-space         : nowrap;
    border-width        : 0 1px 1px 0;    
}

.skrzynka td .mod {
    width               : 16px;
    height              : 16px;
    background          : url(../images/icons.gif) 0 -96px no-repeat;
    float               : left;
    text-indent         : -99999px;
    overflow            : hidden;
    position            : relative;
    z-index             : 2;
    margin              : 0 2px 0 5px;
}

.skrzynka td a { float: left; }
.skrzynka td .nieprzeczytana { font-weight: bold; }
.skrzynka td .myCity {
    width               : 15px;
    height              : 16px;
    background          : url(../images/icons.gif) 0 -912px no-repeat;
    float               : left;
    text-indent         : -99999px;
    overflow            : hidden;
    position            : relative;
    z-index             : 2;
    margin              : 0 5px 0 0;
}

.przyciski {
    width               : 200px;
    height              : 31px;
    float               : right;
    display             : inline;
    padding-bottom      : 5px;
}

.zaznacz {
    width               : 400px;
    float               : left;
    display             : inline;
    margin              : 8px 0 0;
}

.przyciski .b_usunzaznaczone {
    width               : 122px;
    height              : 31px;
    float               : right;
    background          : url(../images/buttons.gif) -2203px 0 no-repeat;
    border              : 0 none;
    font-size           : 1px;
    text-indent         : -99999px;
    cursor              : pointer;
    overflow            : hidden;
    margin-right        : 3px;
    display             : inline;
}

.przyciski a {
    width               : 67px;
    height              : 31px;
    float               : right;
    background          : url(../images/buttons.gif) -2135px 0 no-repeat;
    border              : 0 none;
    font-size           : 1px;
    text-indent         : -99999px;
    cursor              : pointer;
    overflow            : hidden;
    margin-right        : 3px;
    display             : inline;
}

.messageView {
    width               : 100%;
    float               : left;
}

.messageView * {
    float               : left;
    display             : inline;
}

.messageView br {
    float               : none;
    display             : inline;
}

.messageView .author,
.messageView .subject,
.messageView .body,
.messageView .buttons { width: 100%; }

.messageView .author a {
    font-size           : 14px;
    font-weight         : bold;
    text-decoration     : none;
    margin-left         : 5px;
    color               : #003c8d;
}

.messageView .author .from {
    width               : 40px;
    margin-top          : 1px;
    text-align          : right;
}

.messageView .author .mod {
    width               : 16px;
    height              : 16px;
    background          : url(../images/icons.gif) 0 -96px no-repeat;
    float               : left;
    text-indent         : -99999px;
    overflow            : hidden;
    position            : relative;
    z-index             : 2;
    margin              : 0px 2px 0 10px;
}

.messageView .author .myCity {
    width               : 15px;
    height              : 16px;
    background          : url(../images/icons.gif) 0 -912px no-repeat;
    float               : left;
    text-indent         : -99999px;
    overflow            : hidden;
    position            : relative;
    z-index             : 2;
    margin              : 7px 0 0 5px;
}

.messageView .subject { margin-top: 10px; }

.messageView .subject span {
    width               : 40px;
    margin-top          : 1px;
    text-align          : right;
}

.messageView .subject strong {
    font-size           : 14px;
    font-weight         : normal;
    margin-left         : 5px;
    font-weight         : bold; 
}

.messageView .body span {
    width               : 40px;
    margin-top          : 8px;
    text-align          : right;
}

.messageView .body p {
    width               : 585px;
    font-size           : 14px;
    margin              : 7px 0 0 5px;
    padding             : 5px;
    background          : #f2f2f2;
    overflow            : hidden;
}

.messageView .buttons {
    width               : 595px;
    margin              : 5px 0 0 43px;
}

.messageView .buttons a {
    height              : 31px;
    float               : left;
    border              : 0 none;
    font-size           : 1px;
    text-indent         : -99999px;
    cursor              : pointer;
    overflow            : hidden;
    margin-right        : 3px;
    display             : inline;
}

.messageView .buttons .remove {
    width               : 49px;
    background          : url(../images/buttons.gif) -1328px 0 no-repeat;
}

.messageView .buttons .reply {
    width               : 83px;
    background          : url(../images/buttons.gif) -1377px 0 no-repeat;
}

.messageView .buttons .accept {
    width               : 134px;
    background          : url(../images/buttons.gif) -2068px 0 no-repeat;
}

#send_message textarea.text {
    padding             : 4px 4px 5px 4px;  
}

#send_message label {
    width               : 40px;
    float               : left;
    text-align          : right;
    padding-right       : 5px;
    clear               : both;
    margin-top          : 23px;
}

#send_message .text {
    width               : 383px;
    padding             : 3px;
    float               : left;
    margin-top          : 20px;
    height              : 19px;
}

#send_message .error_list {
    float               : left;
    clear               : both;
    margin              : 0 0 0px 45px;
}

#send_message .error_list li {
    float               : left;
    clear               : both;
    font-weight         : bold;
    white-space         : nowrap;
    color               : red;
    display             : inline;
}

#send_message p {
    clear               : both;
    margin              : 0 0 0 45px;
    font-size           : 11px;
    color               : #9c9c9c;
    white-space         : nowrap;
}

#send_message .submit {
    width               : 52px;
    height              : 31px;
    float               : right;
    border              : 0 none;
    cursor              : pointer;
    overflow            : hidden;
    display             : inline;
    background          : url(../images/buttons.gif) -1460px 0 no-repeat;
    clear               : both;
}
/* ---------------------------------------- */




/* ------------ Remind password ----------- */
.remindForm fieldset {
    margin-left         : 50px; 
}
.remindForm b {
	margin-top			: 0px !important;	
}
.remindForm p {
    display             : inline;
    float               : left;
    font-size           : 18px;
    margin              : -5px 0 8px 15px;
    position            : relative;
    z-index             : 2;
}

.remindForm .text {
    float               : left;
    margin              : 5px 15px;
    font-size           : 14px;
}

.remindForm .bottom { margin-top: -20px; }

.remindForm .submitQuestion {
    width               : 196px;
	height				: 60px;
	margin				: 0 150px 0 0;
    background-position : -1512px 0;
}
/* ---------------------------------------- */




/* -------------- Preloader --------------- */
#progress {
    width               : 100%;
    height              : 5000px;
    position            : relative;
    float               : left;
    z-index             : 99999;
    margin              : 0 -99999px -99999px 0;
    background          : url(../images/ajax-loader.gif) #000 49% 300px fixed no-repeat;
    opacity             : 0.5;
    filter              : alpha(opacity=50);
    overflow            : auto;
}

#progress img { display: none; }
/* ---------------------------------------- */




/* --------------- Phrases ---------------- */
.phrases {
    width               : 151px;
    float               : left;
    padding-left        : 10px;
    margin-left         : 5px;
    display             : inline;
    font-size           : 14px;
    line-height         : 24px;
}

.phrases li {
    width               : 100%;
    float               : left;
}
/* ---------------------------------------- */




/* ---------------- Footer ---------------- */
#footer {
    width               : 929px;
    height              : 25px;
    float               : left;
    padding             : 10px 0 0 50px;
}

#footer strong {
    float               : left;
    white-space         : nowrap;
}

#footer ul {
    float               : left;
    display             : inline;
    margin-left         : -1px;
}

#footer ul li {
    float               : left;
    padding             : 0 9px;
    border-right        : solid 1px #d6d6d6;
}

#footer .contact {
    padding-left        : 32px;
    background          : url(../images/icons.gif) 10px -119px no-repeat;
}

#footer span {
    float               : left;
    margin-left         : 4px;
}
/* ---------------------------------------- */

/* RANK STAR */
.questionList .rank {
	margin:0 0 -16px 75px;
}
.cardBox .rank, .cardBox .star {
	background: url(../images/gwiazdka_pusta.png) !important;
	display: block !important;
	height: 15px !important;
	width: 70px !important;
	float: left !important;
	margin: 10px 7px 7px 7px !important;	
	padding: 0px !important;
	clear: none !important;
}
.cardBox .star {
	margin: 0px !important;
	background-image:url(../images/gwiazdka_pelna.png) !important;
}
.rank, .star {
	background-image:url(../images/gwiazdka_pusta.png);
	display:block;
	float:left;
	height:15px;
	margin:-1px -7px 4px 12px;
	position:relative;
	width:70px !important;
	z-index:3;
}
.star {
	float:left;
	margin:0px;
	background-image:url(../images/gwiazdka_pelna.png);
}