

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

.clear {
	clear: both;
}

.clearfix:after,
.generate_upload:after {
	clear: both;
	content: "";
	display: table;
}

.clearfix {
	*zoom: 1;
}

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


.milion {
   	font-size: 22px;
    font-weight: bold;
    margin: 18px 0 0 527px;
    position: absolute;
    text-align: left;
    width: 250px;
}
.milion object {
	margin-top: -7px;
	float: left;	
}
.milion p {
	font-size: 12px;
}
.milion span {
	color: #EC4613;
	font-size: 19px;
}


/* -------------- 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          : #fff098;
    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 10px 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 4px !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-left-side {
	float: left;
	width: 286px;
}

#top .ofb-like {
	margin: 7px 0px 0px 2px;
}

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

#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           : 17px;
    font-weight         : normal;
    color               : #000;
}
/*
#main object {
    float				: left;
    margin				: 11px 11px 11px 5px;
}
*/
#main #counter {
    color				: #E94107;
    float				: left;
    font-size			: 18px;
    font-weight			: normal;
    margin				: 31px 31px 31px 64px;
}

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


/* top belka -------------------------------- */

#qnaTabs {
    background: url("../images/qnaTabsBg.png") repeat-x scroll 0 0 transparent;
    height: 48px;
	overflow: hidden;
    width: 100%;
}

#qnaTabsInside {
	margin: 0 auto;
	overflow: hidden;
    width: 1003px;
}

#qnaTabs ul {
   float: left;
}

#qnaTabs ul li {
   	display: inline;
    float: left;
	height: 33px;
    margin: 14px 0 0 0;
}

#qnaTabs ul li.active {   
	height: 39px;
    margin: 8px 3px 0 0;
}

#qnaTabs ul li a {	
	color: #000;
	font-size: 15px;
	height: 33px;
	line-height: 33px;
	padding: 0 2px;
	text-decoration: none;
}

#qnaTabs ul li.active a {
	font-weight: bold;	
	float: left;
	font-size: 15px;
	height: 39px;
	line-height: 45px;
	padding: 0;
}

#qnaTabs ul li a, #qnaTabs ul li img {
    float: left;
}

#qnaTabs ul li span {
    display: none;
}

.random_article {	
	float: right;
	margin: 8px 0 0 0;
	width: 295px;
	display: none;
	position: relative;
	z-index: 3;
}

#random_inside {
	background: url('../images/random_bg.jpg') repeat-x scroll 0 0 transparent;
	height: 39px;
	width: 275px;
	float: left;
}

#BoxOtherQna a {
	background: url('../images/random_bg.jpg') repeat-x scroll 0 0 transparent;
	float: left;
	font-size: 14px;
	height: 39px;
	line-height: 41px;
	width: 275px;
	display: none;
}

.random_article a {
	background: url('../images/random_bg.jpg') repeat-x scroll 0 0 transparent;
	float: left;
	font-size: 14px;
	height: 39px;
	line-height: 41px; 
	position: absolute; top: 0; left: 0;
	width: 275px;
}

.random_article img {
	float: left;
	padding: 6px 7px 6px 0;
}

.link_random {
	width: 275px;
	overflow: hidden;
	word-wrap: break-word;
}

.link_random:hover {
	text-decoration: none;
}

#qnaTabs ul li span.border_left {
	background: url('../images/border_menu.png') no-repeat scroll 0 0 transparent;
	display: block;
	float: left;
	height: 33px;
	width: 12px;
}

#qnaTabs ul li span.border_right {
	background: url('../images/border_menu.png') no-repeat scroll -14px 0 transparent;
	display: block;
	float: left;
	height: 33px;
	width: 12px;
}

#qnaTabs ul li.active span.border_left {
	background: url('../images/active_border.png') no-repeat scroll 0 0 transparent;
	display: block;
	float: left;
	height: 40px;
	width: 10px;
}

#qnaTabs ul li.active span.border_right {
	background: url('../images/active_border.png') no-repeat scroll -12px 0 transparent;
	display: block;
	float: left;
	height: 40px;
	width: 10px
}

.random_left {
	background: url('../images/random_border.png') no-repeat scroll -13px 0 transparent;
	display: block;
	float: left;
	height: 39px;
	width: 10px;
}

.random_right {
	background: url('../images/random_border.png') no-repeat scroll 0 0 transparent;
	display: block;
	float: right;
	height: 39px;
	width: 10px;
}

#BoxOtherQna {	
	float: left;
	overflow: visible;
	position: relative;
	width: 285px;
	background: url('../images/random_bg.png') repeat-x scroll 0 0 transparent;
}



#BoxOtherQna .active {
	z-index: 999;
}

#BoxOtherQna .last-active {
	z-index: 99999;
}

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

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

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

.attachments_add {
	display: block;	
	margin: 7px 0 13px 0;
	overflow: hidden;
	width: 365px;
}

.list_attachments_add {
	float: left;
	list-style: decimal;
	padding: 0 0 0 30px;
	width: 310px !important;
}

#questionForm form .files .attachment .list_attachments_add  li, #questionPage #answerForm .files .attachment .list_attachments_add li {
	float: left;
	padding: 0;
	width: 100%; 
}

.title_attachment {
	color: #000 !important;
	clear: none !important;
	cursor: pointer;	
	float: left;
	font-size: 12px !important;
	line-height: 22px;
	margin-left: 5px;
	margin-right: 9px;	
	text-decoration: none !important;
}

.attachment .title_attachment {
	float: none;	
}

.attachedFiles .title_attachment, .attachedFiles2 .title_attachment  {
	display: block;	
}

.title_attachment:hover {	
	text-decoration: underline !important;
}

.list_attachments_add .delete, .list_attach .delete {	
	color: #ff0000;
	float: right !important;
	line-height: 22px;
	margin: 0 !important;
	text-decoration: underline;	
}

.list_attachments_add .delete:hover, .list_attach .delete:hover {
	text-decoration: none;
}

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

.size {
	color: #7F7F7F;
	display: block;
	font-size: 12px;
	line-height: 22px;
	margin-left: 9px;	
}

.att {	
	background: #fff;	
	width: 61px;
	height: 62px;
	float: left;
	padding: 19px;
	text-align: center;
	overflow: hidden;
}

.att:hover { border-color: #00befe; }

.icons {
	background: url('../images/icons_attachment.png') no-repeat 0 0;
	display: block;
	float: left;
	height: 22px;	
	padding-right: 8px;
    width: 28px;
	vertical-align: middle;
}

.attachment .icons {
	background: url('../images/icons_attachment.png') no-repeat 0 0;
	display: inline-block;
	float: none;	
	height: 22px;
    width: 28px;
	vertical-align: middle;
}

.icons.doc {
	background-position: 6px 0;	
}

.icons.docx {
	background-position: 2px -26px;	
}

.icons.gif {
	background-position: 6px -53px;	
}

.icons.jpeg {
	background-position: 1px -80px;	
}

.icons.jpg {
	background-position: 4px -110px;	
}

.icons.odp {
	background-position: 4px -140px;
	margin-top: 0;
}

.icons.ods {
	background-position: 3px -169px;	
}

.icons.odt {
	background-position: 6px -200px;	
}

.icons.pdf {
	background-position: 6px -229px;	
}

.icons.png {
	background-position: 2px -263px;	
}

.icons.ppt {
	background-position: 6px -297px;	
}

.icons.txt {
	background-position: 4px -331px;	
}

.icons.xls {
	background-position: 6px -366px;	
}

.icons.xlsx {
	background-position: 0 -406px;	
}

.att .icons {
	margin: 21px 13px;
}


/* ------------- 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%;
    float				: left;
    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 .textMedium#pyt_data_dodania {
	width: 150px;
}

.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;
	z-index				: 10;
}

.how_add {
	clear				: both;
	display				: block;
	float				: right;
	font-size			: 11px;
	margin-right		: 20px;
	*clear: none;
}

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

#help {
	position: relative;
}

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

.list_view {
	float: left;
	font-size: 14px;	
	padding: 14px 0 20px 16px;
	text-align: left;	
}

.list_view span {
	clear: both;
	display: block;	
	padding-bottom: 7px;
}

.list_view_position {
	display: block;
	float: left;
	margin-top: 3px;
	width: 100%;
}

.list_view_position input {
	margin-right: 7px;
}

.list_view_position select {
	color: #7f7f7f;
	margin-left: 7px;
	padding: 0 0 0 8px;
	width: 125px;
}

.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;
	position			: relative;
}

.attachment img#uploading {
	position: absolute;
    right: 5px;
    top: 5px;
}

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

.questionForm .attachment ul li.list_attach {
    list-style: decimal inside;
}

.list_attach,
#item .attachedFiles ul li.list_attach {
	border: none;
	margin: 5px 0;
	width: 95%;
}

.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;
	*margin-left: 0;
	*display: block;
	*float: left;
	*clear: both;
	*width: 300px;
	
}

.questionForm .notifications, .questionForm .points, .questionForm .emoticons, .questionForm .notifications_answers,
.questionForm .notifications_answers_other{
    width               : 400px;
    float               : left;
    display             : inline;
    margin              : 0 0 0 101px;
}

.settingsForm .notifications, .settingsForm .points, .settingsForm .emoticons, .settingsForm .notifications_answers,
.settingsForm .notifications_answers_other{ margin: -20px 0 15px 96px; }

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

.questionForm .notifications input, .questionForm .points input, .questionForm .emoticons input, 
.questionForm .notifications_answers input, .questionForm .notifications_answers_other 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 .editQuestion {
    width               : 129px;
    height              : 54px;
    float               : right;
    border              : 0 none;
    background          : url(../images/buttons.gif) -1939px 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;
	position			: relative;
}

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

.vote-ico {
	margin: 0 4px;
	padding: 0;
	vertical-align: middle;
}

.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;
	z-index				: 4;
}

#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;
	z-index				: 4;
}

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

#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 -8px;
	text-align: center;
    width: 140px;
}
/* ---------------------------------------- */




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


.link_owner_question {
	display: block;
	position: absolute; left: 9px; bottom: 11px;
}

.edit_question, .remove_question {
	text-decoration: underline;
}

.edit_question:hover, .remove_question:hover {
	text-decoration: none;
}

.remove_question {
	color: #888888;
	margin-left: 10px;
}

/* ------------- 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, .categories-more {
    width               : 440px;
    float               : left;
    border              : solid 1px #fff;	
	margin              : 5px 0 0 0;
	overflow			: hidden;   
}

.categories-more {	
	display				: none;
	margin              : 0 0 17px 0;
}

.categories li, .categories-more 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;
	margin-right		: 2px;
}

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

#category_all {
	color: #0000FF;
	float: right;
	font-size: 14px;
	margin: 5px 0 14px 0;
	text-decoration: none;
	*width: 180px;
}

#category_all span:hover {	
	cursor: pointer;
	text-decoration: underline;
}

.categories_box {
	clear: both;
	display: block;
	float: left;
	width: 440px;
}

.rightColumnShort .categories_box  {
	width: 310px;
}

/* ---------------------------------------- */

#box_comp_5 {
	float: left;
}


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

#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") 0 -457px no-repeat;
	color: #1d1d1d;
	padding-left: 18px;
	position: absolute; right: 8px; bottom: 8px;
	white-space: nowrap;
}

.question .ofb-like {
	position: absolute; 
	right: 3px; 
	top: -26px;
	width: 90px;
}

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

.rightColumnShort b.topUsers {
    height: 35px;
}

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

.rightColumnShort #topUsers {
	float: left;
	margin: 30px 0 0 0;
	width: 310px;
}

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

.rightColumnShort #topUsers ul {
	width: 310px;
}

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

.rightColumnShort #topUsers ul li {
	width: 310px;
}

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

.rightColumnShort #topUsers ul li .content {
    width               : 255px;
	margin				: 8px 0 0 0;
    float               : left;
}

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

.rightColumnShort #topUsers ul li .content a {
    width               : 150px;  
}

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

.rightColumnShort #topUsers ul li .content .points {   
    margin-top          : 9px;
}

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

.rightColumnShort #topUsers ul li .content .online,
.rightColumnShort #topUsers ul li .content .offline {  
    float				: right;
	margin              : 9px 0 0 10px;
	padding-left		: 0;
	padding-right		: 9px;
}

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

.rightColumnShort #topUsers .links {
	width: 225px;
}

#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; 
	position: relative;
}
#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, #item .attachedFiles2 {
    width: 521px;
    position: relative;
    float: left;
    background: #fffbe2 url(../images/cloudShadow01.gif) bottom repeat-x;
    border: solid 1px #a8a681;
    border-bottom: 0;
    overflow: visible;
    padding-bottom: 5px;
	padding-top: 8px;
    margin: 19px 0 -6px 0;
}

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


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

.author .date {
	color: #808080;
	font-size: 11px;
	line-height: 32px;
	margin: 0 0 0 6px;
}

#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, #item .attachedFiles2 p {
    width               : 505px;
    float               : left;
    display             : inline;
    font-size           : 14px;
    margin              : 5px 0 0 8px;
    line-height         : 18px;
    padding-bottom      : 13px;
}

#item .question p object {
	margin: 0 0 6px;
}

.warning-ico {
	background: url(../images/icons.gif) 0 -1205px no-repeat;
	display: inline-block;
	height: 25px;
	margin: 0 8px 0 5px;
	vertical-align: middle;
	width: 25px;
}

.net-info a:hover {
	text-decoration: none;
}

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

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

#item .question .leftTopCorner,
#item .authorAnswer .leftTopCorner,
#item .attachedFiles .leftTopCorner, #item .attachedFiles2 .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, #item .attachedFiles2 .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, #item .attachedFiles2 .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, #item .attachedFiles2 .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, #item .attachedFiles2 .leftTopCorner { background-position: 0 -49px; }
#item .attachedFiles .rightTopCorner, #item .attachedFiles2 .rightTopCorner { background-position: -100px -54px; }
#item .attachedFiles .leftBottomCorner, #item .attachedFiles2 .leftBottomCorner { background-position: -100px -58px; }
#item .attachedFiles .rightBottomCorner, #item .attachedFiles2 .rightBottomCorner { background-position: -100px -65px; }

#item .authorAnswer .head,
#item .attachedFiles .head, #item .attachedFiles2 .head  {
    width               : auto;
    font-size           : 11px;
    margin              : -14px 0 -7px 12px;
}

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

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

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

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

#item .attachedFiles2 ul li {
	border				: none;
	float               : left;   
    padding             : 1px;
    display             : inline;
    margin              : 5px 30px 20px 5px;
	width               : 100%;
}

#item .attachedFiles2 ul li img {
 border              : solid 3px #f0f0f0;
 }

#item .attachedFiles ul li img, #item .attachedFiles2 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 240px;
    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; 
	*margin: 30px -7px 0 4px;
}

#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;
    line-height         : 11px;
    font-size           : 11px;
}

#item #bestAnswer .commentBox .postActions li a,
#item #otherAnswers .commentBox .postActions li a {
	color: #7f7f7f;
}

#item #bestAnswer .commentBox .postActions li:first-child a,
#item #otherAnswers .commentBox .postActions li:first-child a {
	color: #00f;
}

#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                : 12px;
    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;
}

.quoteContent {
	padding-right: 3px;
}

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

#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;
    margin-top          : 2px;
    background-color    :#a1b6d2;
}
.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            : fixed;
    z-index             : 10;
    left                : 50%;
    top                 : 100px;
}

#komunikatPopup {
	top					: 195px;
	z-index				: 1000;
}

#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               : 100%;
    float               : left;
    display             : inline;
    margin              : 15px 1% -8px 0;
    text-align          : right;
    font-size           : 11px;
    position            : relative;
}

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

#questionOptions .adminActions { margin: 0px 10px 10px 0px; width: 300px; }

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

.select_pokaz {
	width: 180px;
	float: right;
	margin: 3px 5px 2px 0;
	text-align: right;
}

.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               : 979px;
    height              : 35px;
    float               : left;
    background          : url(../images/footerBg.gif) repeat-x;
    margin-top          : 30px;
    padding             : 11px 0 0 0;
}

#footer strong {
    float               : left;
	margin				: 0 0 0 95px;
    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 {
	position:absolute; left: 67px; top: 1px;
}

.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; left: 0; top: 0;
	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);
}
	
.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);
}

div.com_activity {
    padding: 5px 0 0 4px;
}

div.com_activity .sort { font-size: 14px; }
div.com_activity .sort a:hover { text-decoration: none; }

div#com_aktywnosc {
	margin-bottom: 20px;
	height: 200px;
	overflow-x: hidden;
	overflow-y: auto;	
}
div#com_aktywnosc .questionList {
	width:440px;
}

div#com_aktywnosc li p {
	font-size: 11px;
	margin-top:9px;
	overflow: hidden;
}

div#com_aktywnosc li p .title br { display: none; }
div#com_aktywnosc li p .title { font-size: 16px; }
div#com_aktywnosc li p .title:hover { text-decoration: none; }

/* ---------------------------------------- */




/* --------------- QnA Box ---------------- */
#qnaBox {
    width               : 925px;
    background          : #e8e8e8;
    overflow            : hidden;
    padding             : 0 13px 0 42px;
    float               : left;
    clear               : both;
    display             : inline;
    margin              : 10px 0 -10px;
}

#qnaBox li {
    width               : 127px;
    float               : left;
    text-align          : center;
    padding             : 11px 25px 8px;
}

#qnaBox li img {
    display             : block;
    margin              : 0 auto;
}

#qnaBox li span {
    display             : block;
    font-size           : 10px;
    color               : #587e33;
    text-decoration     : none;
    cursor              : pointer;
    padding             : 3px 0 0;
}

#qnaBox li strong {
    display             : block;
    font-size           : 14px;
    color               : #0022a1;
    text-decoration     : none;
    cursor              : pointer;
    font-weight         : normal;
    padding             : 3px 0 0;
}
/* ---------------------------------------- */

.pageReload {
    float               : right;
    margin              : -20px 0 0;
}

.pageReload input {
    width               : 13px;
    height              : 13px;
    float               : left;
}

.pageReload label {
    float               : left;
    cursor              : pointer;
    margin              : 0 0 0 4px;
    font-size           : 12px;
}

.add-emoticon {
    float: right;
    margin-right: 7px;
    margin-top: 3px;
	z-index: 10;
}

.add-emoticon .news_text {
    display: none;
	z-index: 10;
}

.add-emoticon .label:hover,
.add-emoticon ul li:hover {
	background: #eee;
	cursor: pointer;
}

.add-emoticon .label:hover {
	background: none;
}

.add-emoticon ul {
    background-color: white;
    border: 1px solid #eee;
	display: block;
    margin-left: -85px;
    overflow: hidden;
    padding: 2px;
    position: absolute;
    width: 100px;
    z-index: 10;
}

.add-emoticon .label {
	display: block;
	margin: 3px 0 0 0;
}

.add-emoticon ul li {
    float: left;
    margin-bottom: 1px;
    margin-right: 1px;
}

.q_access {
margin: 8px 0 0;
width: 100px;
}

.box-cu {
	margin: 0 auto;
	overflow: hidden;
	width: 410px;
}

.single-box {	
	background: #F8F8F8;	
	float: left;
	margin: 5px;
}

.single-box a {
	border: 10px solid #F8F8F8;
	display: block;	
	text-decoration: none;
}

.single-box a:hover {
	border: 10px solid #D5DCEB;
}

.single-box a img {
	padding: 10px;
	-webkit-box-shadow: 0 0 3px 3px #d5dceb;
	-moz-box-shadow: 0 0 3px 3px #d5dceb;
	box-shadow: 0 0 3px 3px #d5dceb;
}

.single-box p {	
	color: #2A3686;
	height: 20px;
	padding: 8px 6px 4px;
	text-align: center;
	width: 160px;
}

.rightColumnShort .box-cu {
	width: 310px;
}

.rightColumnShort .single-box {   
    float: none;
	margin: 5px auto;
    width: 188px;
}

.checkAnswers {
	position: relative;
	top: 77px;
	left: 338px;
	z-index: 1;
}

#answersInfo {
	position: relative;
	top: 30px;
	left: 60px;
	z-index: 1;
	text-align: left;
	font-size: 14px;	
}

#submit_answers {
	margin-top: 10px;
	border: 0;
	padding: 0;	
	font-size: 14px;
	background: none;
	text-decoration     : underline;
    color               : #0000ff;
}

#fb_like_box {
        position: fixed;
        position: fixed;
        right: -237px;
        top: 200px;
        _display: none;
        z-index: 10;
}

#fb_like_box .icon {
	width: 33px;
	height: 82px;
	float: left;
	background: url(../images/fb_like_box.png) center no-repeat;
}


#fb_like_box iframe {
        background: #fff;
}

.fb_iframe_widget {
	float: left;
}

/*   mobile    --------------- */

.billboard-mobile,
.mobile-rectangle {
	display: none;
}

#ankieta {
	display: block;
	overflow: hidden;
	clear: both;
}

#voteOptions {
	display: none;
}

#ankieta_radio li{
	float: left;
}


/*   ankiety    --------------- */

.radio_list input {
	float: left;
	margin: 8px 8px 0;
}

.radio_list label {
	clear: none;
	font-size: 13px;
	line-height: 28px;
	margin: 0;
	text-align: left;
	width: 70px;
	
	*line-height: 14px;
	*padding-bottom: 16px;
}

#ankieta-nr {
	color: #808080;
	float: left;
	font-size: 14px;
	padding: 4px 4px 3px;
}

#ankieta-fields {
	clear: both;
}

#ankieta-fields > div {
	padding: 4px 0;
}

.photo_label {
	display: none;
}

.generate_upload {
	clear: both;
}

#ankieta-fields .photo_label {
	display: block;
}

.generate_upload .attachment {
	margin: 6px 0;
}

.generate_upload  .loading {
	position: absolute; right: 10px; top: 10px;
}

.vote-form .vote {
	background: url(/images/vote-btn.png) 0 0 no-repeat;
	color: transparent;
	display: inline-block;
	font: 0/0 a;
	height: 27px;
	text-shadow: none;
	width: 73px;
	margin-bottom: 10px;
}

.vote-form .vote:hover {
	background: url("/images/vote-btn-hover.png") 0 0 no-repeat;
}
 
.polling-answer {
	clear: both;
	margin: 0 0 14px;
}

.polling-answer input {
	margin: 4px 4px 0 0;
	vertical-align: top;
}

.polling-img {
	border: 5px solid #fff;
	display: block;
	vertical-align: top;
	
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.polling-answer label,
.vote-form label {
	display: inline-block;
	line-height: 22px;
	vertical-align: top;
	width: 420px;
}

.more_answers {
	color: #3434fc;
	cursor: pointer;
	float: right;
	text-decoration: underline;
}

.more_answers:hover {
	text-decoration: none;
}

.more_answers:after {
	clear: both;
}

.vote-form-wrapper {
	clear: both;
	padding: 20px 0 0;
}

#item .vote-form {
	background: #f3f3f3;
	border: 1px solid #a8a681;
	padding: 10px;
	
	border-radius: 5px;
}

.polling-img-wrapper {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	zoom: 1;
}

.polling-votes {
	color: #7f7f7f;
	font-size: 11px;
}

.arrow-ico {
	background: url(../images/icons.gif) 0 -1181px no-repeat;
	display: inline-block;
	height: 11px;
	margin: 0 5px 0 0;
	width: 10px;
}

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

.polling-answer.more{
	display:none;
}


li.advert {
	float:left;
	margin-top: 5px;
	text-align: center;
	width: 523px;
}