/* =reset
----------------------------------------*/

html, body, h1, h2, h3, h4, h5, h6,
div, span, blockquote, p, address,
form, fieldset, label, legend, img,
a, abbr, acronym, ul, ol, dl, dt, dd, li,
hr, table, td, th, big, small,q,
strong, em, sup, sub, del, cite, code {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	}

blockquote,
q {
	quotes: none;
	}

:focus { outline: 0;	}

a,
a:visited {
	color: #00f;
	text-decoration: underline; 
	}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	}

ul, ol { list-style: none; }

legend { display: none; }

body {
	background: #fff;
	color: #000;
	font: normal 62.5% Arial,Helvetica,Tahoma,Verdana,sans-serif; /* 10px */
	height: 100%;
	}

h1, h2, h3, h4, h5 { font: normal 1em 'Georgia',Arial,Helvetica,Tahoma,Verdana,sans-serif; }

input.txt, textarea, select {
	background: #fff;
	border: 0;
	font: normal 1.2em Arial,Helvetica,Tahoma,Verdana,sans-serif;
	padding: 0;
	}

button {
	border: 0;
	cursor: pointer;
	display: block;
	float: left;
	text-indent: -99999px;
	}

.l { float: left; }
.r { float: right; }

/* =layout
----------------------------------------*/

#header,
#main,
#footer {
	margin: 0 auto;
	width: 980px;
	}

#left_main {
	float: left;
	width: 348px;
	}

#right_main {
	float: right;
	width: 624px;
	}

#left_article {
	float: left;
	width: 651px;
	}

#right_article {
	float: right;
	width: 323px;
	}

#center_article {
	float: left;
	width: 100%;
	}

#left_profile {
	float: left;
	width: 651px;
	}

#right_profile {
	float: right;
	width: 323px;
	}
	
/* =header
----------------------------------------*/

#header { padding-bottom: 10px; }

#header h1 {
	float: left;
	padding: 14px 0 0;
	}

#header h1 a,
#header h1 a:visited,
#header h1 a:hover,
#header h1 a:focus,
#header h1 a:active {
	background: url('../img/logo_notowany.gif') 0 0 no-repeat;
	display: block;
	height: 59px;
	text-indent: -99999px;
	width: 282px;
	}

#header h2 {
	color: #bb8539;
	float: left;
	font-size: 2em;
	padding: 25px 0 0 60px;
	}

#header form label { display: none; }

/* =loginbox
----------------------------------------*/

#loginbox {
	float: right;
	margin-top: 27px;
	width: 321px;
	}

#loginbox form { float: right; padding: 0; width: 229px; }

#loginbox input.txt,
#search input.txt {
	background: #fff url('../img/input_bg.gif') 0 0 no-repeat;
	border: 1px solid #939393;
	border-top-color: #5b5b5b;
	border-left-color: #5b5b5b;
	float: left;
	height: 15px;
	margin-right: 4px;
	padding: 2px 5px;
	width: 83px;
	}

#loginbox button {
	background: url('../img/buttons_grey.gif') 0 0 no-repeat;
	height: 21px;
	width: 31px;
	}

#loginbox p.create_account {
	float: left;
	padding: 3px 4px 2px 0;
	}

#loginbox p {
	font: bold 1.2em 'Georgia',Arial,Helvetica,Tahoma,Verdana,sans-serif;
	}

#loginbox p a,
#loginbox p a:visited {
	background: url('../img/arrows_blue.gif') 100% 4px no-repeat;
	padding-right: 12px;
	padding-left: 10px;
	}

#loginbox p.create_account a,
#loginbox p.create_account a:visited {
	padding-left: 0;
	}

/* =search
----------------------------------------*/

#search {
	clear: right;
	float: right;
	padding-top: 6px;
	width: 321px;
	}

#search input.txt { width: 229px; }

#search button {
	background: url('../img/buttons_grey.gif') 0 -21px no-repeat;
	height: 21px;
	width: 76px;
	}

/* =stocks_preview
----------------------------------------*/

#stocks_preview {
	border: 1px solid #eee0cd;
	margin-bottom: 14px;
	padding: 2px;
	position: relative;
	width: 974px;
	}

#stocks_preview .brdwrap {
	background: #fcf6ef;
	padding: 5px 10px 5px 16px;
	width: 950px;
	}

#stocks_preview li {
	float: left;
	font: normal 1.4em Tahoma,Arial,Helvetica,Verdana,sans-serif;
	padding: 2px 0 2px 17px;
	width: 173px;
	}

#stocks_preview li.down { background: url('../img/stocks_preview_arrows.gif') 0 6px no-repeat; }
#stocks_preview li.up { background: url('../img/stocks_preview_arrows.gif') 0 -84px no-repeat; }
#stocks_preview li.down_hidden { background: url('../img/stocks_preview_arrows.gif') 0 6px no-repeat; }
#stocks_preview li.up_hidden { background: url('../img/stocks_preview_arrows.gif') 0 -84px no-repeat; }

#stocks_preview li img { vertical-align: middle; }

#stocks_preview .more {
	background: url('../img/arrows_blue.gif') 100% 4px no-repeat;
	font: bold 1.2em 'Georgia',Arial,Helvetica,Tahoma,Verdana,sans-serif;
	padding: 0 13px 5px 0;
	position: absolute; bottom: 5px; right: 45px;
	text-align: right;
	width: 120px;
	}

/* =articles
----------------------------------------*/

#articles {
	background: #fff;
	border: 1px solid #eee0cd;
	margin-bottom: 12px;
	padding: 8px;
	width: 330px;
	}

#articles h2 {
	border-bottom: 2px solid #eee0cd;
	font-size: 2.4em;
	font-weight: bold;
	padding-bottom: 5px;
	}

#articles h3 {
	font: bold 2em Arial,Helvetica,Tahoma,Verdana,sans-serif;
	line-height: 1.3;
	padding-bottom: 3px;
	}

#articles .entry { padding-top: 10px; }

#articles .details {
	color: #cfad85;
	font-size: 1.1em;
	padding-bottom: 3px;
	}

.tags {
	color: #BB8539;
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 2px 0 4px;
	}

.tags a,
.tags a:visited {
	color: #000;
	text-decoration: none;
	}

#articles .details a,
#articles .details a:visited {
	color: #cfad85;
	text-decoration: none;
	}

#articles .photo img {
	border: 1px solid #cfad85;
	padding: 4px;
	}

#articles .details strong,
#article .details strong {
	text-transform: uppercase;
	}

#articles .text p {
	font-size: 1.4em;
	line-height: 1.3;
	}

#articles .comments {
	font-size: 1.2em;
	padding-top: 5px;
	}

#articles .comments a,
#articles .comments a:visited {
	color: #000;
	font-weight: bold;
	}

/* =readers_opinions
----------------------------------------*/

#readers_opinions,
#readers_opinions .wrap {
	background: #fff;
	border: 1px solid #eee0cd;
	margin-bottom: 12px;
	padding: 8px 8px 10px;
	width: 608px;
	}

#right_article #readers_opinions {
	border: 0;
	padding: 0;
	width: 323px;
	}

#right_article #readers_opinions .wrap {
	margin-bottom: 5px;
	padding: 7px 7px 2px;
	width: 307px;
	}

#readers_opinions .hd,
#news .hd {
	border-bottom: 2px solid #eee0cd;
	height: 29px;
	margin-bottom: 16px;
	padding-bottom: 5px;
	}

#readers_opinions h2,
#news h2 {
	float: left;
	font-size: 2.4em;
	}

#readers_opinions h2 { font-weight: bold; }

#right_article #readers_opinions h2 {
	border-bottom: 1px solid #eee0cd;
	float: none;
	padding-bottom: 5px;
	}

#readers_opinions .add_opinion,
#news .hd p {
	float: right;
	font: bold 1.5em 'Georgia',Arial,Helvetica,Tahoma,Verdana,sans-serif;
	padding-top: 4px;
	}

#readers_opinions .add_opinion a,
#readers_opinions .add_opinion a:visited,
#news .hd p a,
#news .hd p a:visited {
	background: url('../img/arrows_blue.gif') 100% 7px no-repeat;
	padding-right: 12px;
	}

#readers_opinions .entry {
	float: left;
	padding: 0 10px 8px 0;
	width: 192px;
	}

#right_article #readers_opinions .entry {
	border-top: 1px solid #eee0cd;
	float: none;
	padding: 15px 0 10px;
	width: 307px;
	}

#right_article #readers_opinions .entry:first-child { border-top: 0; }

#readers_opinions .entry img,
#comments .entry img.avatar,
#allopinions .entry img {
	border: 1px solid #bb8539;
	float: left;
	margin-right: 6px;
	padding: 1px;
	}

#right_article #readers_opinions h3 {
	clear: both;
	font: bold 1.4em Arial,Helvetica,Tahoma,Verdana,sans-serif;
	padding: 3px 0;
	}

#readers_opinions h4,
#comments .entry p.author,
#allopinions h4 {
	font: normal 1.4em Arial,Helvetica,Tahoma,Verdana,sans-serif;
	padding-bottom: 2px;
	}

#readers_opinions h4 a,
#readers_opinions h4 a:visited,
#read#comments .entry p.author a,
#comments .entry p.author a:visited,
#allopinions h4 a, #allopinions h4 a:visited {
	color: #000;
	}

#readers_opinions .top p,
#comments .entry p.date,
#allopinions .top p {
	color: #bb8539;
	font-size: 1.1em;
	}

#readers_opinions .text,
#allopinions .text {
	clear: both;
	font-size: 1.4em;
	line-height: 1.3;
	}

#readers_opinions .text a,
#readers_opinions .text a:visited {
	color: #000;
	text-decoration: none;
	}

#readers_opinions .text a:hover,
#readers_opinions .text a:focus,
#readers_opinions .text a:active {
	color: #555;
	text-decoration: underline;
	}

#readers_opinions .more {
	padding-top: 5px;
	}

#readers_opinions .blue a,
#readers_opinions .blue a:visited {
	color: #00f;
	text-decoration: underline;
	}

#readers_opinions .blue a:hover,
#readers_opinions .blue a:focus,
#readers_opinions .blue a:active { 
	color: #00f;
	text-decoration: none;
	}

#readers_opinions .more a,
#readers_opinions .more a:visited,
#allopinions .more a,
#allopinions .more a:visited,
#search_results .more a,
#search_results .more a:visited {
	background: url('../img/buttons_grey.gif') 0 -42px no-repeat;
	display: block;
	height: 14px;
	text-indent: -99999px;
	width: 44px;
	}

#readers_opinions .see_more { 
	background: url('../img/arrows_blue.gif') 98% 4px no-repeat;
	font: bold 1.2em 'Georgia',Arial,Helvetica,Tahoma,Verdana,sans-serif;
	padding-right: 19px;
	text-align: right;
	}

.more-link {
	border-top: 1px solid #EEE0CD;
	clear: both;
	font: bold 1.2em 'Georgia',Arial,Helvetica,Tahoma,Verdana,sans-serif;
	padding: 8px 0 0;
	text-align: right;
	}

.more-link a,
.more-link a:visited {
	background: url('/img/arrows_blue.gif') 100% 5px no-repeat;
	padding-right: 12px;
	}

/* =allopinions
----------------------------------------*/

#allopinions {
	border: 1px solid #eee0cd;
	padding: 0 7px 20px;
	}

#allopinions h2 {
	border-bottom: 2px solid #eee0cd;
	font-size: 2.4em;
	padding: 5px 0 8px;
	}

#allopinions .entry,
#search_results .entry {
	border-bottom: 1px solid #eee0cd;
	padding: 10px 0;
	}

#allopinions .message {
	padding: 20px 0;
	}
	
#allopinions .top p strong {
	color: #000;
	}

#allopinions h3 {
	float: left;
	font: normal 2em Arial,Helvetica,Tahoma,Verdana,sans-serif;
	line-height: 1.33;
	}

#allopinions .top { padding-bottom: 5px; }

#allopinions .more { padding-top: 10px; }

#allopinions .text {
	line-height: 1.5;
	}

/* =news
----------------------------------------*/

#news {
	background: #fff;
	border: 1px solid #eee0cd;
	margin-bottom: 12px;
	padding: 8px;
	width: 608px;
	}

#news h3 { padding-bottom: 5px; }

#news .wrap { background: url('../img/news_line.gif') 304px 0 repeat-y; }

#news .entry { padding: 0 2px; }

#news .l { width: 304px; }

#news .r { width: 294px; }

#news ul { padding-bottom: 10px; }

#news .entry li {
	background: url('../img/arrow_news.gif') 0 4px no-repeat;
	color: #00f;
	font-size: 1.4em;
	line-height: 1.3;
	padding: 0 5px 15px 15px;
	}

.more_link {
	background: #fff !important;
	color: #00f;
	font-size: 1.0em !important;
	line-height: 1.3;
	padding: 0 5px 15px 5px !important;
	}

/* =article
----------------------------------------*/

#left_article .wrap {
	background: #fff;
	border: 1px solid #eee0cd;
	}

.details a,
.details a:visited {
	color: #BB8539;
	text-decoration: none;
	}

#article {
	border-bottom: 1px solid #eee0cd;
	margin: 0 7px;
	padding: 7px 0;
	}

#article .hd,
#comments .hd {
	border-bottom: 2px solid #eee0cd;
	padding-bottom: 8px;
	}

#article .votes .hd { border: 0; padding-bottom: 0; }

#article h2 {
	font: normal 3.2em Arial,Helvetica,Tahoma,Verdana,sans-serif;
	padding-bottom: 3px;
	}

#article p.details {
	color: #BB8539;
	float: left;
	font-size: 1.4em;
	}

#article p.details a,
#article p.details a:visited {
	color: #BB8539;
	text-decoration: none;
	}

#article p.r,
#allopinions .title p.r,
#search_results .title p.r {
	font: bold 1.5em 'Georgia',Arial,Helvetica,Tahoma,Verdana,sans-serif;
	}

#article p.r a,
#article p.r a:visited,
#allopinions .title p.r a,
#allopinions .title p.r a:visited,
#search_results .title p.r a,
#search_results .title p.r a:visited,
#article .votes p.nb a,
#article .votes p.nb a:visited {
	background: url('../img/arrows_blue.gif') 100% -87px no-repeat;
	padding-right: 10px;
	}

#article .photo {
	border: 1px solid #cfad85;
	padding: 4px;
	}

#article .text {
	font-size: 1.4em;
	line-height: 1.5;
	}

#article .text p { padding: 10px 0; }

#article blockquote {
	background: #f3f2f2 url('../img/ico_quotes.gif') 12px 12px no-repeat;
	padding: 0 20px 0 30px;
	margin-bottom: 10px;
	margin-top: 10px;
	}

#article .votes { padding: 10px 0 15px; }

#article .votes h3 {
	color: #f00;
	float: left;
	font-size: 2em;
	padding-bottom: 2px;
	text-transform: uppercase;
	}

#article .votes p.nb {
	float: right;
	font: bold 1.5em 'Georgia',Arial,Helvetica,Tahoma,Verdana,sans-serif;
	}

#article .votes table {
	border-collapse: collapse; 
	border: 1px solid #eee0cd;
	}

#article .votes th,
#article .votes td {
	padding: 1px 5px;
	}

#article .votes th {
	border-right: 1px solid #eee0cd;
	border-bottom: 1px solid #eee0cd;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	width: 65px;
	}

#article .votes td {
	border-bottom: 1px solid #eee0cd;
	border-right: 0;
	font-size: 1.2em;
	text-align: center;
	width: 105px;
	}

#article .votes th em { float: right; font-style: normal; }

#article .votes td.up { color: #088829; }
#article .votes td.const { color: #6a6a6a; }
#article .votes td.down { color: #f00; }

/* =comments
----------------------------------------*/

#comments { padding-top: 5px; }

#comments h2 {
	float: left;
	font-size: 2.4em;
	}

#comments .hd { margin: 0 7px; }

#comments .hd p {
	background: url('../img/arrows_blue.gif') 100% -81px no-repeat;
	font: bold 1.5em 'Georgia',Arial,Helvetica,Tahoma,Verdana,sans-serif;
	padding: 6px 10px 2px;
	float: right;
	}

#comments .entry {
	padding: 10px 7px;
	}

#comments .grey { background: #f9f9f9; }

#comments p.votes {
	font-size: 1.4em;
	font-weight: bold;
	padding: 4px 0 0 0;
	}

#comments p.votes img { vertical-align: middle; }

#comments .opt {
	float: right;
	padding: 4px 10px;
	}

#comments .text {
	clear: both;
	font-size: 1.4em;
	line-height: 1.5;
	}

#comments .text blockquote {
	background: url('../img/ico_quotes.gif') 10px 3px no-repeat;
	margin: 10px 0;
	padding: 0 15px 0 25px;
	}

.entry .text blockquote {
	background: url('../img/ico_quotes.gif') 10px 3px no-repeat;
	margin: 10px 0;
	padding: 0 15px 0 25px;
	}

a.zglos,
a.zglos:visited,
a.zglos:hover,
a.zglos:focus,
a.zglos:active {
	background: url('../img/zglos.gif') 0 0 no-repeat;
	display: block;
	float: left;
	height: 14px;
	margin-right: 5px;
	text-indent: -99999px;
	width: 38px;
	}

a.odp,
a.odp:visited,
a.odp:hover,
a.odp:focus,
a.odp:active {
	background: url('../img/odpowiedz.gif') 0 0 no-repeat;
	display: block;
	float: left;
	height: 14px;
	text-indent: -99999px;
	width: 63px;
	}

a.usun,
a.usun:visited,
a.usun:hover,
a.usun:focus,
a.usun:active {
	background: url('../img/usun.gif') 0 0 no-repeat;
	display: block;
	float: left;
	height: 14px;
	margin-left: 5px;
	text-indent: -99999px;
	width: 38px;
	}

/* =addcomment
----------------------------------------*/

#addcomment { padding: 0 7px 15px; }

#addcomment h2 {
	border-top: 1px solid #eee0cd;
	border-bottom: 2px solid #eee0cd;
	font-size: 2.4em;
	padding: 5px 0 8px;
	}

#addcomment table {
	margin: 15px 0 15px 10px;
	}

#addcomment th,
#addcomment td {
	font-size: 1.4em;
	padding: 1px 5px;
	}

#addcomment th { font-weight: normal; text-align: left; }

#addcomment select {
	border: 1px solid #eee0cd;
	font-size: 1em;
	}

#addcomment .nick {
	position: absolute; top: 15px; right: 20px;
	}

#addcomment label {
	display: block;
	font-size: 1.4em;
	padding: 10px 0;
	}

#addcomment .nick label {
	display: inline;
	padding: 0;
	}

#addcomment input.txt,
#addcomment textarea {
	border: 1px solid #bb8539;
	padding: 4px;
	}

#addcomment textarea { height: 140px; width: 583px; }

.comment_field {
	background: #fcf6ef;
	padding: 9px 0 20px 22px;
	position: relative;
	width: 613px;
	}

.comment_field p.r {
	color: #bb8539;
	font-size: 1.2em;
	line-height: 1.5;
	padding: 15px 20px 0 0;
	}

.comment_field .user {
	font-size: 1.4em;
	font-weight: bold;
	}

#addcomment button {
	background: url('../img/wyslij.gif') 0 0 no-repeat;
	height: 21px;
	margin: 15px 0 0;
	width: 76px;
	}

#addcomment button,
#addopinion button {
	background: url('../img/wyslij.gif') 0 0 no-repeat;
	height: 21px;
	margin: 15px 0 0;
	width: 76px;
	}

/* =addopinion
----------------------------------------*/

#addopinion {
	padding: 0 7px 20px;
	}

#addopinion h2 {
	border-bottom: 2px solid #eee0cd;
	font-size: 2.4em;
	margin-bottom: 16px;
	padding: 5px 0 8px;
	}

#addopinion .userinfo {
	padding-bottom: 10px;
	}

#addopinion .userinfo img {
	border: 1px solid #bb8539;
	float: left;
	margin-right: 7px;
	padding: 1px;
	}

#addopinion .userinfo h4 {
	color: #000;
	font: normal 3.2em Arial,Helvetica,Tahoma,Verdana,sans-serif;
	}

#addopinion .userinfo p {
	color: #bb8539;
	font-size: 1.1em;
	}

#addopinion .userinfo p strong {
	color: #000;
	}

#addopinion form {
	background: #fcf6ef;
	padding: 15px 25px;
	}

#addopinion label {
	display: block;
	font-size: 1.4em;
	padding: 5px 0;
	}

#addopinion input.txt,
#addopinion textarea {
	border: 1px solid #bb8539;
	padding: 3px;
	width: 577px;
	}

#addopinion textarea { height: 450px; }

#addopinion .accept {
	color: #bb8539;
	float: right;
	font-size: 1.2em;
	margin: 16px 0 0;
	}

/* =search_results
----------------------------------------*/

#search_results {
	border: 1px solid #eee0cd;
	padding: 0 7px 20px;
	}

#search_results h2 {
	border-bottom: 2px solid #eee0cd;
	font-size: 2.4em;
	padding: 5px 0 8px;
	}

#search_results h2 span {
	color: #f00;
	text-transform: uppercase;
	}

#search_results h3 {
	font: normal 2em Arial,Helvetica,Tahoma,Verdana,sans-serif;
	line-height: 1.33;
	padding-bottom: 2px;
	}

#search_results p.details {
	color: #BB8539;
	font-size: 1.1em;
	padding-bottom: 5px;
	}

#search_results p.details strong {
	text-transform: uppercase;
	}

#search_results .text {
	font-size: 1.4em;
	line-height: 1.5;
	}

#search_results .more { padding-top: 10px; }

#search_results .title p.r { padding-top: 5px; }

/* =userprofile
----------------------------------------*/

#right_profile #readers_opinions {
	border: 0;
	padding: 0;
	width: 193px;
	}

#right_profile #readers_opinions .wrap {
	margin-bottom: 5px;
	padding: 7px 7px 2px;
	width: 307px;
	}

#right_profile #readers_opinions h3 {
	/*border-bottom: 1px solid #eee0cd;*/
	text-align: center;
	padding-bottom: 5px;
	}

#right_profile #readers_opinions .entry {
	border-top: 1px solid #eee0cd;
	float: none;
	padding: 15px 0 10px;
	width: 100px;
	}

#right_profile #readers_opinions .entry:first-child { border-top: 0; }

#right_profile #readers_opinions h3 {
	clear: both;
	font: bold 1.4em Arial,Helvetica,Tahoma,Verdana,sans-serif;
	padding: 3px 0;
	}

#left_profile .wrap {
	background: #fff;
	border: 1px solid #eee0cd;
	margin-bottom: 10px;
	height: 100%;
	}

#left_profile #user_avatar {
	float: left;
	width: 215px;
	}

#left_profile #user_info {
	float: right;
	width: 410px;
	}

#left_profile #user_info ul li {
	padding: 0 0 15px 0;
	font: normal 1.4em 'Georgia',Arial,Helvetica,Tahoma,Verdana,sans-serif;
	}
	
#left_profile #user_info ul li span, 
#left_profile #user_info ul li p {
	color: #d2b28d;
	font: normal 1.3em 'Georgia',Arial,Helvetica,Tahoma,Verdana,sans-serif;
	}

#left_profile #user_info ul li h4 {
	color: #000;
	font: normal 2.0em 'Georgia',Arial,Helvetica,Tahoma,Verdana,sans-serif;
	}

#user_comments {
		padding: 20px 5px 5px 15px;
		list-style-type: disc;
		font: normal 1.2em 'Georgia',Arial,Helvetica,Tahoma,Verdana,sans-serif;
	}

#user_comments li {
	padding-bottom: 10px;
	}

#addopinion .user {
	padding-bottom: 10px;
	}

#addopinion .user img {
	border: 1px solid #bb8539;
	padding: 3px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	}

#addopinion .user p {
	color: #bb8539;
	font-size: 1.1em;
	}

#addopinion .user p strong {
	color: #000;
	}
	
#left_profile #user_opinions {
	background: #fff;
	border: 1px solid #eee0cd;
	margin-bottom: 12px;
	padding: 8px 8px 10px;
	height: 100%;
	/*width: 651px;*/
	}

#user_opinions .hd {
	border-bottom: 2px solid #eee0cd;
	height: 29px;
	margin-bottom: 16px;
	padding-bottom: 5px;
	}

#user_opinions h2 {
	float: left;
	font-size: 2.4em;
	}

#user_opinions .entry {
	float: left;
	padding-right: 10px;
	width: 192px;
	}

#user_opinions .entry img {
	border: 1px solid #bb8539;
	float: left;
	margin-right: 6px;
	padding: 1px;
	}

#user_opinions h4 {
	font: normal 1.4em Arial,Helvetica,Tahoma,Verdana,sans-serif;
	padding-bottom: 2px;
	}

#user_opinions h4 a,
#user_opinions h4 a:visited {
	color: #000;
	}

#user_opinions .top p {
	color: #bb8539;
	font-size: 1.1em;
	}

#user_opinions .text {
	clear: both;
	font-size: 1.4em;
	line-height: 1.3;
	}

#user_opinions .more {
	padding-top: 5px;
	}

#user_opinions .more a,
#user_opinions .more a:visited {
	background: url('../img/buttons_grey.gif') 0 -42px no-repeat;
	display: block;
	height: 14px;
	text-indent: -99999px;
	width: 44px;
	}

#user_opinions .see_more { 
	background: url('../img/arrows_blue.gif') 98% 4px no-repeat;
	font: bold 1.2em 'Georgia',Arial,Helvetica,Tahoma,Verdana,sans-serif;
	padding-right: 19px;
	text-align: right;
	}

/* =adverts
----------------------------------------*/

.adverts { text-align: center; }

/* =paging
----------------------------------------*/

.paging {
	clear: both;
	font: normal 1.2em 'Georgia',Arial,Helvetica;
	padding: 20px 0 5px;
	}

.paging .prev { float: left; }
.paging .next { float: right; }

.paging .prev,
.paging .next {
	font-weight: bold;
	}

.paging .prev a,
.paging .prev a:visited {
	background: url('../img/paging_active.gif') 0 -87px no-repeat;
	padding: 2px 2px 2px 15px;
	}

.paging .next a,
.paging .next a:visited {
	background: url('../img/paging_active.gif') 100% 7px no-repeat;
	padding: 2px 15px 2px 2px;
	}

.paging .prev span {
	background: url('../img/paging_inactive.gif') 0 -87px no-repeat;
	color: #7f7f7f;
	padding: 2px 2px 2px 15px;
	}

.paging .next span {
	background: url('../img/paging_inactive.gif') 100% 7px no-repeat;
	color: #7f7f7f;
	padding: 2px 15px 2px 2px;
	}

.paging .info { text-align: center; }

/* =register
----------------------------------------*/

.warning { 
		color: #d91a00; 
		font-size: 1.5em;
		text-align: center;
	}

.red { color: #d91a00; }

.formularz {
		padding: 10px 0px 0px 0px;
	}

	.form {
		padding: 8px 0px 8px 0px;
	}

	span.nazwa {
		font-size: 13px;
		font-weight: bold;
	}

	span.error {
		font-size: 13px;
		font-weight: bold;
		color: #d91a00;
	}

	.charLeft {
		border: 0px;
		width: 25px;
		color: #989898;
		font-size: 11px;
		text-align: right;
		background-color: white;
	}

	.formularz_nazwa {
		width: 150px;
		height: 100%;
		float: left;
		padding: 2px 2px 2px 2px;

		text-align: right;
	}

	.formularz_pole {
		height: 100%;
		float: left;
		padding: 2px 2px 2px 2px;
	}

	.formularz_blad {
		height: 100%;
		float: left;
		padding: 2px 2px 2px 2px;
	}

	.formularz_opis {
		clear: both;
		width: 420px;
		height: 100%;
		margin-left: 154px;
		padding: 2px 2px 2px 2px;

		font-size: 11px;
	}

	.form_long {
		border: 1px solid #dddddd;
		width: 250px;
		font-size: 13px;
	}

	.error_form_long {
		border: 1px solid #d91a00;
		width: 250px;
		font-size: 13px;
	}
	.disabled_form_long {
		border: 0px solid #d91a00;
		font-size: 13px;
		background-color: #ffffff;
		color: #000000;
	}

	.form_medium {
		border: 1px solid #dddddd;
		width: 180px;
		font-size: 13px;
	}

	.error_form_medium {
		border: 1px solid #d91a00;
		width: 180px;
		font-size: 13px;
	}

	.form_select {
		border: 1px solid #dddddd;
		font-size: 13px;
	}

	.error_form_select {
		border: 1px solid #d91a00;
		font-size: 13px;
	}

	.form_textarea {
		border: 1px solid #dddddd;
		font-size: 13px;
		width: 244px;
		height: 100px;
	}

	.error_form_textarea {
		border: 1px solid #d91a00;
		font-size: 13px;
		width: 244px;
		height: 100px;
	}

/* =footer
----------------------------------------*/

#footer {
	background: url('../img/logo_notowany_footer.gif') 0 5px no-repeat;
	height: 30px;
	padding-top: 5px;
	padding-left: 115px;
	width: 865px;
	}

#footer p {
	font-size: 1.2em;
	padding-top: 4px;
	}

#footer a,
#footer a:visited {
	color: #cf0000;
	}

/* =clearfix
----------------------------------------*/

#header:after,
#main:after,
#readers_opinions:after,
#user_opinions:after,
#news .wrap:after,
#stocks_preview .brdwrap:after,
#article .hd:after,
#comments .hd:after,
.comment_field:after,
#addopinion .userinfo:after,
#addopinion .user:after,
#allopinions .top:after,
#allopinions .title:after {
	content: " "; 
	clear: both; 
	display: block; 
	height: 0; 
	overflow: hidden;
	visibility: hidden;
	}

/* forum */
	
.forum-list { width: 100%; /* margin-bottom:15px; */ }

.forum-list td { border-bottom: 1px solid #ddd; padding: 6px 0 6px 7px; }

.forum-list td.avatar { width: 35px; height: 35px; }

.forum-list td.avatar img { border: 1px solid #bbbab1; }

.forum-list .odd { background-color: #fefed6; }

.forum-list .data { color: #999; font-size: 11px; display: block; line-height: 1.2; padding-top: 5px; }

.forum-list a { 
	color: #000; 
	}

.forum-link {	
	background:transparent url(../img/arrows_blue.gif) no-repeat scroll 100% 7px;
	padding-right:12px;
}

.forum-list h3 a {
	font-family:Arial,Tahoma,Verdana,Helvetica,sans-serif;
	font-size: 14px; text-decoration: none; line-height: 14px;
	border-bottom: 1px dashed #C88339;
}
.forum .more a, .forum .more a:hover, .forum .more a:visited {
	border: none; text-decoration: underline;
}
.forum .more {
	color: #00f; clear: both; height: 20px; width: 100%; float: none;
	text-align: right;
}

.forum .more2 {
	color: #00f; clear: both; height: 20px; width: 100%; float: none;
	text-align: right;
	font-size:14px;
}

.forum .more span { color: #888; margin: 0 5px; }