

@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.gif) #fff repeat-x;
}

* {
    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               : #0000ff;
}

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




/* -------------- Box Model --------------- */
#main {
    width               : 979px;
    padding             : 9px 12px 12px;
    overflow            : hidden;
    margin              : 0 auto;
    background          : #fff;
}

#main #top {
    width               : 100%;
    height              : 34px;
    float               : left;
    background          : #fff3a0;
    margin-bottom       : 5px;
}

#main #header {
    width               : 100%;
    height              : 85px;
    float               : left;
    background          : url(../images/headerBg.jpg) 526px 0 no-repeat;
    margin-top          : -5px;
    position            : relative;
}

#main #leftColumn {
    width               : 523px;
    float               : left;
    padding             : 5px 15px 0 0;
}

#main .leftColumnWide {
    width               : 643px !important;
    float               : left;
    padding             : 5px 0 0 0 !important;
}

#main #rightColumn {
    width               : 441px;
    float               : right;
    padding             : 5px 0 0 0;
}

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




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

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

#header #logo span {
    width               : 229px;
    float               : right;
    font-size           : 14px;
    font-weight         : normal;
    line-height         : 18px;
    margin-top          : 13px;
}
/* ---------------------------------------- */




/* ----------------- Top ------------------ */
#top .love {
    font-size           : 12px;
    color               : #808080;
    float               : left;
    padding-left        : 19px;
    background          : url(../images/icons.gif) 0 -71px no-repeat;
    margin              : 11px 40px 0 10px;
}

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

#top #loginPanel .text {
    width               : 120px;
    float               : left;
    padding             : 4px 1px;
    margin-right        : 5px;
    color               : #aca899;
}

#top #loginPanel .submit {
    width               : 60px;
    height              : 30px;
    background          : url(../images/buttons.gif) -209px 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;
}

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




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

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

#top #stats .questions,
#top #stats .answers {
    float               : left;
    display             : inline;
    margin-left         : 14px;
}

#top #stats .questions strong {
    font-size           : 20px;
    font-weight         : normal;
    color               : #568b00;
}

#top #stats .answers strong {
    font-size           : 20px;
    font-weight         : normal;
    color               : #000;
}

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

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

#top #userPanel .nick { 
    font-weight         : bold;
    margin-left         : 4px;
}
#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               : 115px;
    color               : red;
    margin-right        : 5px;
}

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




/* -------------- Statistics -------------- */
#header #stats {
    float               : right;
    font-size           : 10px;
    text-align          : right;
    margin              : 14px 4px 0 0;
}

#header #stats .questions strong {
    font-size           : 30px;
    font-weight         : normal;
    color               : #568b00;
}

#header #stats .answers strong {
    font-size           : 20px;
    font-weight         : normal;
    color               : #000;
}
/* ---------------------------------------- */




/* ------------- Last logged -------------- */
#lastLogged {
    width               : 100%;
    height              : 44px;
    float               : left;
    background          : url(../images/contentBg.gif) 0 -468px repeat-x;
}

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

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

#lastLogged h2 {
    width               : 80px;
    float               : left;
    font-size           : 11px;
    font-weight         : normal;
    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;
    white-space         : nowrap;
}

#lastLogged ul li span {
    width               : 87px;
    float               : left;
    padding-left        : 6px;
    color               : #808080;
    font-size           : 11px;
    line-height         : 12px;
}

#lastLogged .more {
    float               : left;
    font-size           : 14px;
    margin              : 14px -31px 0 31px;
    position            : relative;
}
/* ---------------------------------------- */




/* --------------- Headers ---------------- */
#leftColumn h1,
#rightColumn h1,
#rightColumn h2.header,
#leftColumn h2.header,
#rightColumn b.header,
#leftColumn b.header {
    width               : 100%;
    font-size           : 24px;
    font-weight         : normal;
    clear               : both;
    text-indent         : 4px;
    display             : block;
}

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

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




/* ------------ Question form ------------- */
.questionForm {
    width               : 100%;
    overflow            : hidden;
    background          : url(../images/formBg.gif) -1046px 0 repeat-y;
    margin              : 1px 0 7px 0;
    clear               : both;
}

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

.questionForm .bottom {
    width               : 100%;
    height              : 95px;
    float               : left;
    background          : url(../images/formBg.gif) -523px 0 no-repeat;
}

.questionForm fieldset {
    width               : 100%;
    float               : left;
    margin              : -74px 0 -84px 0;
    position            : relative;
}

.questionForm fieldset strong {
		float								: left;
		font-size						: 19px;	
}

.questionForm label {
    width               : 98px;
    float               : left;
    font-size           : 14px;
    text-align          : right;
    padding-right       : 3px;
    clear               : both;
    margin              : 6px 0 9px;
}

.questionForm .text {
    width               : 391px;
    float               : left;
    padding             : 4px 4px 3px;
    font-size           : 14px;
    color               : #808080;
}

.questionForm .textMedium {
    width               : 234px;
    float               : left;
    padding             : 4px 4px 3px;
    font-size           : 14px;
    color               : #808080;
    margin-bottom       : 4px;
}

.questionForm .textShort {
    width               : 100px;
    float               : left;
    padding             : 5px 4px 4px;
    font-size           : 14px;
    color               : #808080;
    margin              : 7px 4px 0 0;
}

.questionForm .logIn {
    float               : left;
    white-space         : nowrap;
    padding-left        : 23px;
    background          : url(../images/icons.gif) 0 -49px no-repeat;
    font-size           : 14px;
    margin              : 5px 0 0 11px;
}

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

.questionForm .info {
    width               : 400px;
    float               : left;
    font-size           : 11px;
    color               : #808080;
    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           : 14px;
    margin-left         : 23px;
    display             : inline;
}

.questionForm .captcha {
    width               : 480px;
    float               : left;
    font-size           : 14px;
    margin-left         : 23px;
    display             : inline;
}
.questionForm .captcha .asterix {
	float: right !important;
}
.questionForm .captcha .error_list {
	font-size:12px !important;
	font: Arial,Tahoma,Verdana  !important;
	margin-left:77px;
}
.questionForm .captcha label {
	width: 73px !important;
	margin-top:13px;
}
.questionForm .captcha .info {
	margin: 0px 0 0 77px;
}	
	
.questionForm .captcha .text,
.questionForm .captcha .textShort,
.questionForm .respondent .textShort,
.questionForm .respondent .logIn { float: none !important; }

.questionForm .avatarBox {
    width               : 60px;
    float               : left;
    display             : inline;
    margin              : 9px 0 0 17px;
}

.questionForm .avatarBox img { 
    float               : left;
    border              : solid 5px #fff;
}

.questionForm .avatarBox a { line-height: 14px; }

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

.questionForm .textarea {
    width               : 383px;
    height              : 97px;
    float               : left;
    border              : solid 1px #7f9db9;
    float               : left;
    display             : inline;
    margin              : 6px 0 6px 24px;
    padding             : 0 9px;
    background          : #fff;
    position            : relative;
}

.questionForm .textarea textarea {
    width               : 383px;
    height              : 94px;
    float               : left;
    background          : url(../images/textareaBg.gif) repeat;
    border              : 0 none;
    line-height         : 24px;
    padding-top         : 3px;
    overflow            : auto;
}

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

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

.questionForm .category { 
    margin-top          : 9px;
    float               : left;
}

.questionForm .category select {
    width               : 403px !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: 2px 0 0 0; }

.questionForm .attachment {
    width               : 363px;
    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;
    color				: blue;
    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 {
    width               : 410px;
    float               : left;
    overflow            : hidden;
}

.questionForm .map .textShort { width: 120px }

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

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

.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;
}

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


.questionForm .submitQuestion {
    width               : 209px;
    height              : 54px;
    float               : right;
    border              : 0 none;
    background          : url(../images/buttons.gif) 0 0 no-repeat;
    margin              : 20px 15px 0 0;
    cursor              : pointer;
}

.questionForm .submitAnswer {
    width               : 251px;
    height              : 54px;
    float               : right;
    border              : 0 none;
    background          : url(../images/buttons.gif) -518px 0 no-repeat;
    margin              : 20px 15px 0 0;
    cursor              : pointer;
}

.questionForm .error_list {
    width               : 400px;
    float               : left;
    clear               : both;
    margin              : 0 0 10px 101px;
    font-weight         : bold;
    color               : red;
    display             : inline;
}

.questionForm .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 .even { background: #f3f3f3; }
.questionList li {
    width               : 100%;
    float               : left;
    overflow            : hidden;
}

.questionList li .avatar {
    float               : left;
    padding             : 10px 8px 10px 10px;
}

.questionList li .content {
    width               : 460px;
    float               : left;
}

.questionList li h2,
.questionList li h3 {
    width               : 100%;
    font-size           : 16px;
    font-weight         : normal;
    float               : left;
    margin-top          : 7px;
}

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

.questionList li p {
    width               : 440px;
    font-size           : 11px;
    float               : left;
    color               : #808080;
    margin-top          : 4px;
    padding-bottom      : 10px;
}

.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 .answerIcon {
    width               : 10px;
    height              : 11px;
    background          : url(../images/icons.gif) 1px -143px no-repeat;
    display             : inline-block;
    padding             : 0 2px;
    margin-bottom       : -2px;
}

.questionList li p span { color: #0000ff; }
.questionList li p .answer { color: #bc006e; }

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

.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              : 11px 0 11px 419px;
}

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




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

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

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

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

#search form .text {
    width               : 278px;
    float               : left;
    padding             : 10px;
    border              : solid 1px #bc006e;
    font-size           : 18px;
}

#search form .submit {
    width               : 106px;
    height              : 48px;
    float               : right;
    border              : 0 none;
    cursor              : pointer;
    background          : url(../images/buttons.gif) -269px 0 no-repeat;
    margin              : -1px 0 0 10px;
}

#search form a {
    float               : left;
    clear               : both;
    white-space         : nowrap;
}

.rightColumnShort #search { width: 310px !important; }
.rightColumnShort #search form { width: 285px !important; }
.rightColumnShort #search form .text { width: 147px !important; }
/* ---------------------------------------- */




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




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

.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              : -29px 0 0 13px;
}

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

.userPanel .avatar {
    float               : left;
    margin              : 2px 0 0 14px;
    clear               : both;
}

.userPanel .data {
    width               : 236px;
    float               : left;
    background          : #f6fdea;
    display             : inline;
    margin              : -2px 0 0 8px;
    padding             : 5px 0 4px 8px;
    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 0;
    line-height         : 11px;
    position            : relative;
}

.userPanel ul {
    width               : 240px;
    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              : 8px 8px 0 0;
}

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

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

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

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

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

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

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

.userPanelWide .data,
.userPanelWide .empty,
.userPanelWide ul { width: 370px; }
.userPanelWide .map { margin: -24px 0 0 366px; }
.userPanelWide .more { margin: -40px 0 0 366px; }
/* ---------------------------------------- */




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




/* --------------- Register --------------- */
#register {
    width               : 100%;
    height              : 72px;
    float               : left;
    background          : url(../images/contentBg.gif) 0 0 repeat-x;
    margin              : 8px 0 0 0;
    position            : relative;
}

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

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

#register a {
    height              : 42px;
    float               : left;
    font-size           : 32px;
    padding-left        : 56px;
    background          : url(../images/icons.gif) 0 0 no-repeat;
    margin              : 17px 0 0 -16px !important;
    line-height         : 33px;
}

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

.rightColumnShort #register a { margin-top: 11px !important; }
.rightColumnShort #register span {
    width               : 200px !important;
    left                : 73px;
    position            : absolute !important;
    top                 : 50px;
    margin              : 0 !important;
    white-space         : nowrap;
}

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

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

.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 span {
    float               : left;
    margin              : 0 20px 0 -29px;
    font-size			: 14px;
}

.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 .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 { margin-bottom: 5px; }

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

.registerForm #lokalizacja_button {
    position            : absolute;
    bottom              : -40px;
    left                : 20px;
}

.registerForm .bottom { margin-top: 50px; }

.registerForm .b_zalozkonto {
    width               : 189px;
    background          : url(../images/buttons.gif) -950px 0 no-repeat;
    border              : 0 none;
    cursor              : pointer;
    float               : right;
    height              : 54px;
    margin              : 20px 15px -50px 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;
}
/* ---------------------------------------- */




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

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

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

#askQuestion a {
    height              : 42px;
    float               : left;
    font-size           : 32px;
    padding-left        : 66px;
    background          : url(../images/icons.gif) 0 -589px no-repeat;
    margin              : 17px 0 0 -26px !important;
    line-height         : 33px;
}

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

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

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




/* ------------- Last photos -------------- */
#lastPhotos {
    margin-top          : 5px;
    max-height			: 585px;
	overflow			: hidden;
}

#lastPhotos li img { display: block; }
#lastPhotos li {
    float               : left;
    display             : inline;
    margin              : 0 6px 6px 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 {
    width               : 218px;
    float               : left;
    border              : solid 1px #fff;
    margin              : 5px 0 17px 0;
}

.categories li, ul.superbon li {
    width               : 183px;
    float               : left;
    background          : url(../images/icons.gif) #f8f8f8 -26px -272px no-repeat;
    padding             : 3px 5px 3px 30px;
    border-bottom       : solid 2px #fff;
    font-size           : 14px;
}

ul.superbon li {
	background			: #F8F8F8 url(../images/icons.gif) no-repeat scroll 6px -1139px;
	width				: 406px;
}

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




/* ----------------- Tags ----------------- */
.tags {
	clear				: both;
	padding				: 4px 7px 7px 7px;
	width				: 300px;	
}
#tagCloud {
	width               : 100%;
    margin              : 12px 0 0 -1px;
    position            : relative; 
}

#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 367px;
    font-size           : 14px;
    font-weight         : bold;
}
/* ---------------------------------------- */




/* ------------ Communications ------------ */
#rightColumn .komunikat,
#leftColumn .komunikat {
    width               : 100%;
    padding             : 15px 0;
    text-align          : center;
    margin              : 10px 0;
    border              : solid 1px #a9fba9;
    float               : left;
    clear               : both;
}
/* ---------------------------------------- */




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

#localisation #GmapPytMini { overflow: hidden; }

.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 {
    width               : 310px;
    float               : left;
    background          : url(../images/rightColBg.gif) -1550px 0 repeat-y;
    margin-top          : 8px;
    position            : relative;
    margin-bottom       : 14px;
}

#questionOptions .top {
    width               : 310px;
    height              : 33px;
    float               : left;
    background          : url(../images/rightColBg.gif) -930px 0 no-repeat;
    overflow            : hidden;
    margin-bottom       : -9px;
}

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

.reportAbuse {
		background					:url("../images/icons.gif") no-repeat scroll 0 -457px transparent;
		float								:right;
		margin							:-17px 0 0 10px;
		padding-left				:18px;
		position						:relative;
		white-space					:nowrap;
}

#questionOptions .abuse {
    color               : red;
    font-weight         : bold;
}
.remove {
		color               : red;
		text-decoration			: underline;
		cursor							: pointer;  
}
#questionOptions .login {
    white-space         : nowrap;
    float               : left;
    padding-left        : 18px;
    background          : url(../images/icons.gif) 0 -635px no-repeat;
    position            : relative;
    margin              : 4px 0 0 10px;
    clear               : both;
}

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

#questionOptions .removeQuestion, .removeUser {
    white-space         : nowrap;
    float               : left;
    padding-left        : 18px;
    background          : url(../images/icons.gif) 0 -457px no-repeat;
    position            : relative;
    margin              : -5px 0 10px 10px;
    clear               : both;
}

.ipAddress {
    white-space         : nowrap;
    float               : left;
    padding-left        : 18px;
    position            : relative;
    margin              : 4px 0 10px 10px;
    clear               : both;
    background          : url(../images/icons.gif) 0 -502px 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;
    float               : left;
    font-size           : 14px;
    margin              : 1px 0 0 12px;
    display             : inline;
}

#questionOptions .text {
    width               : 278px;
    padding             : 4px 3px;
    margin              : 2px 0 7px 11px;
    font-size           : 14px;
    color               : #aeaeae;
    float               : left;
}

#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;
}

.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              : 0 0 0 -11px;
    position            : relative;
    z-index             : 2;
}

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

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

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

.otherQuestions li .title {
    width               : 272px;
    font-size           : 14px;
    float               : left;
    position            : relative;
    margin              : -25px 0 0 13px;
    z-index             : 2;
}

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

.otherQuestions li .date {
    font-size           : 11px;
    color               : #808080;
    float               : left;
    line-height         : 11px;
    margin              : 3px 0 0 13px;
    position            : relative;
    z-index             : 3;
}

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




/* -------------- Top users --------------- */
b.topUsers {
    padding-left        : 26px;
    background          : url(../images/icons.gif) 2px -183px no-repeat;
    margin-top          : 20px;
    margin-right        : -26px;
}

#topUsers {
    width               : 448px;
    float               : left;
    margin              : 0 -20px 0 0;
}

.lastLogged { width: auto !important; }
.lastLogged ul { width: 258px !important; }
.lastLogged ul li { width: 258px !important; }

#topUsers ul {
    width               : 218px;
    float               : left;
    margin              : 3px 6px 0 0;
}

#topUsers ul li {
    width               : 218px;
    float               : left;
    background          : #f3f3f3;
    margin              : 0 0 6px 0;
}

#topUsers ul .place1st { background: #f9f6e9; }
#topUsers ul .place2nd { background: #f7f5ec; }
#topUsers ul .place3rd { background: #f5f4f0; }

#topUsers ul li img {
    float               : left;
    padding             : 10px 8px 10px 10px;
}

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

#topUsers ul li .content a {
    width               : 160px;
    float               : left;
    margin-top          : 7px;
    font-size           : 14px;
}

#topUsers ul li .content .points {
    font-size           : 11px;
    color               : #bc006e;
    float               : left;
    text-decoration     : underline;
    margin-top          : 4px;
}

#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;
    margin              : 4px 0 0 10px;
}

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

#topUsers .links {
    width               : 369px;
    float               : right;
    font-size           : 14px;
    margin-top          : 1px;
    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 { margin-top: 9px; }
  
#item .topContainer {
    width               : 100%;
    float               : left;
}

#item .category {
    width               : 270px;
    float               : left;
    display             : inline;
    margin-left         : 2px;
}

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

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

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

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

#item .noMember { color: #000; }

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

#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;
}

#item .answers b {
    height              : 36px;
    font-size           : 37px;
    font-weight         : normal;
    padding-left        : 28px;
    background          : url(../images/icons.gif) -26px -366px no-repeat;
    display             : block;
    float               : left;
}

#item .answers span {
    position            : absolute;
    left                : -36px;
    bottom              : -2px;
    font-size           : 11px;
}

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

#item .authorAnswer { background: url(../images/cloudShadow02.gif) #fffdf0 bottom repeat-x; }
#item .attachedFiles { background: url(../images/cloudShadow03.gif) #fff bottom repeat-x; }

#item .question .date,
#item .authorAnswer .date,
#item .attachedFiles .date {
    width               : 513px;
    font-size           : 11px;
    color               : #808080;
    float               : left;
    text-align          : right;
    margin              : 6px 8px 0 0;
}

#item .question h1,
#item .question b.header {
    width               : 505px;
    font-size           : 22px;
    font-weight         : normal;
    float               : left;
    display             : inline;
    margin              : -1px 0 0 8px;
    overflow            : hidden;
    text-indent         : 0px;
}

#item .question p,
#item .authorAnswer p,
#item .attachedFiles p {
    width               : 505px;
    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 {
    width               : 100%;
    clear               : both;
    float               : left;
    color               : #9b9b9b;
}

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

#item .question .leftTopCorner,
#item .authorAnswer .leftTopCorner,
#item .attachedFiles .leftTopCorner {
    width               : 99px;
    height              : 24px;
    background          : 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          : 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          : 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          : 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; }
#item .authorAnswer .rightTopCorner { background-position: -100px -30px; }
#item .authorAnswer .leftBottomCorner { background-position: -100px -34px; }
#item .authorAnswer .rightBottomCorner { background-position: -100px -41px; }

#item .attachedFiles .leftTopCorner { background-position: 0 -49px; }
#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 {
    width               : auto;
    font-size           : 11px;
    margin              : -14px 0 -7px 12px;
}

#item .attachedFiles .head { margin: 4px 0 -7px 12px; }

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

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

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

#item #bestAnswer,
#item #otherAnswers {
    width               : 100%;
    float               : left;
    margin-top          : 25px;
}

#item .f12 {
    float               : left;
    display             : inline;
    margin              : 19px 0 -40px 310px;
    position            : relative;
}

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

#item #otherAnswers { margin-top: 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,
#item #otherAnswers .userBox {
    width               : 60px;
    float               : left;
    text-align          : center;
    margin-top          : 14px;
    clear               : both;
}

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

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

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

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

#item #bestAnswer .userBox .voteUpPercent,
#item #bestAnswer .userBox .voteDownPercent,
#item #otherAnswers .userBox .voteUpPercent,
#item #otherAnswers .userBox .voteDownPercent {
    color               : #000;
    padding             : 0 2px;
}

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

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

#item #otherAnswers .commentBox { background-position: -1834px 0; }
#item #otherAnswers .even .commentBox { background-position: -3204px 0; }

#item #bestAnswer .commentBox .top,
#item #otherAnswers .commentBox .top {
    width               : 464px;
    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: -1370px 0; }
#item #otherAnswers .even .commentBox .top { background-position: -2740px 0; }

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

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

#item #bestAnswer .commentBox .nick,
#item #otherAnswers .commentBox .nick {
    float               : left;
    white-space         : nowrap;
    font-size           : 14px;
    font-weight         : bold;
    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;
}

#item #otherAnswers .commentBox .online,
#item #bestAnswer .commentBox .online {
    padding-left        : 12px;
    background          : url(../images/icons.gif) 2px -214px no-repeat;
}

#item #otherAnswers .commentBox .offline,
#item #bestAnswer .commentBox .offline {
    padding-left        : 12px;
    background          : url(../images/icons.gif) 2px -229px 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: 8px -10px 0 5px; }
#item .author .nick .myCity { margin: 15px -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 {
    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               : 537px;
    height              : 43px;
    background          : url(../images/linkBg.png) 0 0 no-repeat;
    position            : absolute;
    z-index             : 99999;
    left                : 45px;
    top                 : -25px;
    display             : none;
}

#item #bestAnswer .commentBox .linkTooltip .text,
#item #otherAnswers .commentBox .linkTooltip .text {
    width               : 498px;
    padding             : 3px;
    border              : solid 1px #e0d7a2;
    float               : left;
    margin              : 5px 0 0 7px;
}

#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               : 425px;
    font-size           : 14px;
    float               : left;
    display             : inline;
    position            : relative;
    z-index             : 2;
    margin              : 8px 0 0 14px;
    line-height         : 17px;
    padding-bottom      : 10px;
    overflow 						: hidden;
}

#item #bestAnswer .commentBox .quote,
#item #otherAnswers .commentBox .quote,
#item .authorAnswer .quote {
    width               : 92%;
    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;
}

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

#item #otherAnswers .commentBox .zoomMap { margin: 0px 0 10px 325px !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               : 483px;
    float               : left;
    margin-top          : 1px;
    background          : url(../images/icons.gif) #f8f8f8 -36px -873px no-repeat;
    padding             : 5px 5px 5px 35px;
}
/* ---------------------------------------- */




/* -------------- Pagination -------------- */
.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;
}
/* ---------------------------------------- */




/* ----------------- Card ----------------- */
.card {
    width               : 656px !important;
    padding-right       : 0 !important;
    margin-top          : 15px !important;
}

.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;
}

.card .topPanel {
    width               : 100%;
    height              : 24px;
    background          : #fffbe2;
    margin              : -20px 0 -3px;
    position            : relative;
    overflow            : hidden;
    clear               : both;
}

.card .topPanel .left {
    width               : 2px;
    height              : 24px;
    float               : left;
    background          : url(../images/cardTopPanelBg.gif) 0 0 no-repeat;
    overflow            : hidden;
}

.card .topPanel .right {
    width               : 2px;
    height              : 24px;
    position            : absolute;
    background          : url(../images/cardTopPanelBg.gif) 0 -24px no-repeat;
    overflow            : hidden;
    right               : 0;
    top                 : 0;
}

.card .topPanel .contactData {
    float               : left;
    margin              : 2px 3px;
    display             : inline;
}

.card .topPanel .contactData li {
    float               : left;
    display             : inline;
    font-size           : 12px;
    padding-left        : 21px;
    background          : url(../images/icons.gif) 0 0 no-repeat;
    line-height         : 20px;
    margin-right        : 10px;
}

.card .topPanel .contactData li a {
    font-weight         : bold;
    text-decoration     : none;
}

.card .topPanel .contactData .tlen { background-position: 0 -941px; }
.card .topPanel .contactData .gg { background-position: 0 -974px; }
.card .topPanel .contactData .skype { background-position: 0 -1009px; }

.card .topPanel .actions {
    float               : right;
    margin              : 2px -5px;
    display             : inline;
}

.card .topPanel .actions li {
    height              : 22px;
    float               : left;
    display             : inline;
    font-size           : 12px;
    padding-left        : 25px;
    background          : url(../images/icons.gif) 0 0 no-repeat;
    line-height         : 18px;
    margin-right        : 10px;
}

.card .online, .card .offline { margin:19px 0 0 7px !important; }

.card .topPanel .actions .msg { background-position: 0 -1078px; }
.card .topPanel .actions .friend { background-position: 0 -1041px; }
.card .topPanel .actions .removeFriend { background-position: 0 -1115px; }

.card #item .author .nick b { color: #000 !important; }

.card #item {
    float               : left !important;
    padding-bottom      : 12px;
}

.card .question .rightBottomCorner,
.card .question .rightTopCorner {
    _margin-right       : 1px;
    float               : left;
}

.card .question { width: 654px !important; }
.card .question p { width: 638px !important; }
.card .question h1,
.card .question b.header {
    width               : 638px !important;
    margin-top          : 13px !important;
}

.card .answersCount,
.card .questionsCount,
.card .pointsCount {
    float               : right;
    display             : inline;
    margin              : 20px 22px 0 20px;
    position            : relative;
}

.card .answersCount b,
.card .questionsCount b,
.card .pointsCount b {
    height              : 48px;
    font-size           : 37px;
    font-weight         : normal;
    padding-left        : 28px;
    background          : url(../images/icons.gif) -26px -366px no-repeat;
    float               : left;
    line-height         : 70px;
    overflow            : hidden;
}

.card .answersCount b { background-position: -32px -788px; }
.card .questionsCount b { background-position: -32px -734px; }
.card .pointsCount b { background-position: -32px -681px; }

.card .answersCount span,
.card .questionsCount span,
.card .pointsCount span {
    width               : 100px;
    position            : absolute;
    left                : -73px;
    top                 : 22px;
    font-size           : 11px;
    text-align          : right;
    float               : right;
}

.card .answersCount a,
.card .questionsCount a,
.card .pointsCount a {
    position            : absolute;
    left                : -18px;
    top                 : 37px;
    font-size           : 10px;
}

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

.card #cardFriends li {
    float               : left;
    display             : inline;
    margin              : 5px 9px 3px 0;
}

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

.card #cardFriends li span {
    width               : 61px;
    float               : left;
    clear               : both;
    text-align          : center;
    text-decoration     : none;
    font-size           : 10px;
    white-space         : nowrap;
    overflow            : hidden;
}

.card #cardMap {
    width               : 656px;
    height              : 396px;
    float               : left;
    clear               : both;
    overflow            : hidden;
    margin-top          : 8px;
}
/* ---------------------------------------- */




/* -------------- Billboard --------------- */
.billboard {
    width               : 100%;
    text-align          : center;
    float               : left;
}
.sky_box_com {
    float               : left;
    width				: auto;
    padding				: 0 10px 0 10px;
}
/* ---------------------------------------- */




/* ---------------- Inserts --------------- */
#inserts p {
    font-size           : 14px;
    float               : left;
    display             : inline;
    margin              : 14px 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               : 100%;
    height              : 12px;
    float               : left;
    background          : url(../images/insertsBg.gif) -2092px 0 no-repeat;
    overflow            : hidden;
}

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

#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: #bc006e; }
#inserts #insertsList .view .changeColor .color03 a { background: #d8d8d8; }
#inserts #insertsList .view .changeColor .color04 a { background: #c0da99; }

#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               : 100%;
    height              : 12px;
    float               : left;
    background          : url(../images/insertsBg.gif) -523px 0 no-repeat;
    overflow            : hidden;
}

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

#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 {
    width               : 100%;
    text-align          : center;
    padding             : 30px 0;
    overflow            : hidden;
}

.wstawka .decor2 {
    font-size           : 20px;
    font-weight         : bold;
    display             : block;
    overflow            : hidden;
}
/* ---------------------------------------- */




/* ----------- Contact with us ------------ */
.contactUsForm select { width: 402px !important; }
.contactUsForm .text,
.contactUsForm label { margin-top: 5px; }
.contactUsForm textarea {
    width               : 389px;
    height              : 150px;
    padding             : 5px;
    float               : left;
    margin-top          : 5px;
    display             : block;
}

.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 b { color: red; }
/* ---------------------------------------- */

span.req {
    float               : right;
    margin              : -10px 15px 10px 10px;
}

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

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

#faq h2, #contactform h3 {
    margin-top          : 1em;
    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;
}
/* ---------------------------------------- */




/* ---------------- 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               : left;
}

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

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

#leftColumn .userAnswers li .bottom {
    width               : 512px;
    background          : url(../images/userAnswersBg.gif) 0 0 no-repeat;
}

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

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

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

.adminActions {
    width               : 99%;
    float               : left;
    display             : inline;
    margin              : 15px 1% -8px 0;
    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;
    background          : #f2f2f2;
    color               : #d6d6d6;
    padding             : 5px;
    margin-bottom       : 15px;
    float               : left;
}

.skrzynka {
    width               : 640px;
    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 {
    border-bottom       : solid 1px #d8d8d8;
    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) -1206px 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) -1139px 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           : 22px;
    font-weight         : bold;
    text-decoration     : none;
    margin-left         : 5px;
    color               : #003c8d;
}

.messageView .author .from {
    width               : 40px;
    margin-top          : 8px;
    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              : 7px 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          : 8px;
    text-align          : right;
}

.messageView .subject strong {
    width               : 595px;
    font-size           : 22px;
    font-weight         : normal;
    margin-left         : 5px;
}

.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 label {
    width               : 40px;
    float               : left;
    text-align          : right;
    padding-right       : 5px;
    clear               : both;
    margin-top          : 23px;
}

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

#send_message .error_list {
    float               : left;
    clear               : both;
}

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

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

#send_message textarea {
    width               : 585px;
    height              : 150px;
    padding             : 3px;
    float               : left;
    margin-top          : 20px;
}

#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 p {
    display             : inline;
    float               : left;
    font-size           : 18px;
    margin              : -5px 0 8px 15px;
    position            : relative;
    z-index             : 2;
}

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

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

.remindForm .submitQuestion {
    width               : 196px;
    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               : 155px;
    float               : left;
    border-left         : solid 1px #c0c0c0;
    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              : 60px;
    float               : left;
    background          : url(../images/footerBg.gif) repeat-x;
    margin-top          : 30px;
    padding             : 11px 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;
}
/* ---------------------------------------- */
.questionList .rank,
.questionList .rank_small {
	margin:-15px 0 -16px 72px;
	position:absolute !important;
}

.card .rank, .card .star,
.card .rank_small, .card .star_small {
	background: url(../images/gwiazdka_pusta.png) !important;
	display: block !important;
	height: 15px !important;
	width: 70px !important;
	position:absolute !important;
	margin:30px 0 0 7px !important;
	padding: 0px !important;
	clear: none !important;
}
.card .star, 
.card .star_small {
	margin: 0px !important;
	background-image:url(../images/gwiazdka_pelna.png) !important;
}
.rank, .star, 
.rank_small, .star_small {
	background-image:url(../images/gwiazdka_pusta.png);
	display:block;
	height:16px;
	width:70px !important;
	float:left;
	position: relative;
	z-index: 2;
	margin: 0 5px 0 5px;
}
.star, 
.star_small {
	float:left;
	margin:0px;
	background-image:url(../images/gwiazdka_pelna.png);
}

.questionList .rank_small {
	margin-top: -12px;
}
	
.rank_small, .star_small {
	background-image:url(../images/gwiazdka_pusta_small.png);
	height:10px;
	width:45px !important;
}
.star_small {
	background-image:url(../images/gwiazdka_pelna_small.png);
}