@charset "utf-8";
@import url("vendors-specifics.css");					/* vendors specific prefixes for css properties */
@import url("jquery-ui-1.8.5.custom.css");				/* jQuery UI */
@import url("forms.css");								/* forms styled in external sheet */

/* ------------------------------------
 * --        TABLE OF CONTENT        --
 * ------------------------------------
 * 1. Global CSS reset
 * 2. Typografia (typography)
 * 3. Listy (lists)
 * 4. Tabele (tables)
 * 5. Formularze (forms)
 * 6. Często używane klasy (common classes)
 * 7. Master layout
 * 8. Elementy contentu (content elements)
 * 9. Elementy sidebaru (sidebar elements)
 * 10. Pozostałe elementy (other elements)
 */

/* ------------------------------------ *
 * --           1. RESET             -- *
 * ------------------------------------ */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, cite, code, del, dfn, em, font, img, ins, kbd, 
q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, hr, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
}

html, body  {
	background: #d6ebec url(../img/common/body-bg.gif) repeat-x 0 0;
	color: #251d12;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;		
	text-align: left;
}

:root { overflow-y: scroll !important; }

img, fieldset { 
	border: 0 none; 
	outline: 0 none; 
}

/* focus - jakoś trzeba je jednak wyróżnić, przynajmniej w wypadku elementów formularza */
form :focus, a:focus { 
	outline: 0 none; 
}

a, em, strong, span, acronym, abbr, q, cite {
  color: inherit;	
	font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-variant: inherit;	
  font-weight: inherit;
}

em { 
	font-style: italic; 
}

strong { 
	font-weight: bold; 
}

em strong, strong em {
  font-style: italic;
	font-weight: bold;
}

acronym, abbr {
	border-bottom: 1px dotted;	
	cursor: help;
}

q, cite, blockquote { 
	quotes: none;
}

.mt25 {
	margin-top: 25px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.pt5 {
	padding-top: 5px! important;
}

.pt7 {
	padding-top: 7px! important;
}

.pl0 {
	padding-left: 0px !important;
}

.pt20 {
	padding-top: 20px! important;
}

.ml0 {
	margin-left: 0px !important;
}

.ls-n {
	list-style: none !important;    
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: no-open-quote;
	content: no-close-quote;
}

/* szerokosci */

.w365 {
	width: 365px !important;
}

/* ------------------------------------ *
 * --        2. TYPOGRAPHY           -- *
 * ------------------------------------ */

h1, h2, h3, h4, h5, h6 {
	color: #0099b9; 
	font-weight: normal;
	padding-bottom: 18px;
}

h1, h2 {
	font-size: 24px;
	line-height: 36px; 
}

h1, h2 {
	color: #1c3238;
}

h1, .connectedTxt h2 {
	font-size: 30px;
}

h3 { 
	font-size: 18px;
}

h4, h5, h6 { 
	font-size: 16px;
	font-weight: bolder;
}

h4 {
	font-size: 14px;	
	padding-bottom: 0; 	
}

h5, h6 { 
	font-size: 12px;	
	padding-bottom: 0;
}

h6 {
	
}

p, address, ul, ol, dl {
	font-style: normal;
	padding-bottom: 18px;
}

/* linki */

a { 
	color: #3a8d00;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}

/* cytaty */

blockquote {
	background: url(../img/common/quote.gif) no-repeat scroll 9px 16px;
	font-family: Georgia, Times New Roman, Times, serif;	
	font-style: italic;
	margin: 0 10px 18px;
	padding: 18px 24px 0 36px;
	border: solid #0099b9;
	border-width: 1px 0;
}

blockquote p {
	font-style: italic;
}

/* ------------------------------------ *
 * --           3. LISTS             -- *
 * ------------------------------------ */

ol, ul { 
	list-style: none; 
}

ol ul, ul ul { 
	padding-bottom: 0; 
}

ol ul li, ul ul li { 
	padding-bottom: 1px;
	padding-top: 1px;
}

/* lista wypunktowana 01 */
ul.bulleted-01 li {
	background: url(../img/common/bull-01.gif) no-repeat 8px 6px;
	padding-left: 20px;
}

ul.bulleted-02 li {
	background: url(../img/common/bull-02.gif) no-repeat -1px 5px;
	padding-left: 12px;
}

ul.bulleted-03 li {
	background: url(../img/common/bull-03.gif) no-repeat 0 7px;
	padding-left: 12px;
}

/* lista numerowana */
ol.numbered {
	list-style: decimal-leading-zero outside;
	margin-left: 30px;
}

/* listy zagnieżdżone */
ol ul.bulleted-01 li, ul ul.bulleted-01 li {
	background: url(../img/common/bull-01.gif) no-repeat 8px 7px;
}

/* ------------------------------------ *
 * --           4. TABLES            -- *
 * ------------------------------------ */

table { /* nadać 'cellspacing="0"' w kodzie */
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 18px;
}

th, td {
	background: #f6ffff;
	border-bottom: 1px dotted #69a6b3;
	padding: 6px;
	text-align: left; /* wyrownanie tekstu mozna usunac i zdefiniowac dla klas nadanym col */
	vertical-align: top;	
}

th {
	font-weight: bold;
}

thead th {
	border: 0 none;
	background: #1699b7;	
	color: #fff;
}

tr.diff td, tr.diff th { 
	background: #e6f0f2; 
}

caption {
	caption-side: top;
	font-weight: bolder;
	padding: 0 0 9px 6px;
	text-align: left;
}

/* ------------------------------------ *
 * --           5. FORMS            -- *
 * ------------------------------------ */

form {
	margin: 0 auto 18px;
}

fieldset, form > div {
	overflow: hidden;
}

legend {
	white-space: normal !important;
	display: block;
	color: #0099b9;
	font-size: 16px;
	font-weight: bolder;
	padding-bottom: 14px;
}

.textInput, select {
	border: 1px solid #999;
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	padding: 9px;
	color: #999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.textInput { 
	width: 200px;
}

textarea {
	overflow: auto;
	resize: none;
}

textarea.textInput {
	display: block;
	width: 574px;
	height: 102px;
}

.textInput:focus, select:focus {
	border-color: #ceb70d;
}

.textInput:focus {
	color: #251d12;
}

input[type="radio"], input[type="checkbox"] {
	vertical-align: middle;
	margin: 0 5px 0 0;
}

/* buttony */

.buttons {
	padding: 0 10px 9px;
}

.buttons .fl-l {
	margin-right: 10px;
}

.buttons .fl-r {
	margin-left: 10px;
}

a.button {
	text-decoration: none !important;
}

.button {
	background: #f2db3d;
	border: medium none;
	color: #251d12;
	cursor: pointer;
	display: block;
	font: bold 14px/32px Arial, Helvetica, sans-serif;
	height: 32px;
	margin: 0;
	padding: 0;
	text-align: center;	
	width: 90px;
	overflow: hidden;
	text-transform: uppercase;
}

.button:hover {
	background: #ffb500;
}


/* komunikaty o błędzie i powodzeniu */
.failure, .success {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 18px; 
	padding: 8px 10px 8px 60px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.failure { 
	background: #fbe3e4 url(../img/common/error.gif) no-repeat 18px 50%;
	border: 1px solid #dc1919;
	color: #dc1919;
}

.failure a {
	color: #ff7348 !important;
	border: 0 none !important;
}

.failure a:hover { text-decoration: underline; }

.success { 
	background: #e6efc2 url(../img/common/success.gif) no-repeat 18px 50%;
	border: 1px solid #c6d880;
	color: #264409;
}

/* ------------------------------------ *
 * --       6. COMMON CLASSES        -- *
 * ------------------------------------ */

.invisible { 
	display: none;
}

.fl-l, .l-col { 
	float: left !important; 
}

img.fl-l {
	margin: 0 20px 18px 0;
}

.fl-r, .r-col { 
	float: right !important; 
}

img.fl-r {
	margin: 0 0 18px 20px;
}

.clear { 
	clear: both; 
}

.bold { 
	font-weight: bold !important; 
}

.noBorder { 
	border: 0 none !important;
}

.uppercase { 
	text-transform: uppercase; 
}

.moreInline, .more {
	font-weight: bolder;
}

/* kolory */

* .green, .green * {
	color: #3a8d00 !important;
}

* .blue, .blue *  {
	color: #0094b3 !important;
}

* .lightBlue, .lightBlue * {
	color: #7dc6d5 !important;
}

.debug { border: 1px solid red; } /* ukazanie elementu */

/* ------------------------------------ *
 * --        7. MASTER LAYOUT        -- *
 * ------------------------------------ */

/* wspólne ustawienia kilku bloków */
#contentWrapper, #footer, #masthead {
	margin: 0 auto;
	overflow: hidden;
}

/* kolumny */
#contentWrapper {
	background: #fff;
	border: solid #69a6b3;
	border-width: 1px 1px 0 1px;
	width: 978px;
	padding: 0 0;
	position: relative;
	top: -1px;	
}

/* główna zawartość - można odwrócić bez ingerowania w kod - tylko sidebar i content odwrotne float'y dostaną */
#content {
	float: left;
	overflow: hidden;
	padding: 0 0 18px 14px;
	width: 635px;
	min-height: 500px;
}

/* boczna zawartość */

#sidebar {
	float: right;
	overflow: hidden;
	padding: 0 14px 18px 0;
	width: 300px;
}

/* nagłówek */
#masthead {
	width: 980px;
	height: 100px;
	position: relative;
}

/* logo */
#logo, #logo img {
	display: block;
	height: 53px;
	overflow: hidden;
	width: 227px;
}

#logo {
	margin: 28px 0 0 15px;
}

/* logowanie / rejestracja */
.logIn {
	padding: 0;
	position: absolute;
	top: 28px;
	right: 10px;
	line-height: 18px;
}

.logIn a {
	font-weight: bolder;
}

.logIn img {
	border: 1px solid #666;
	background: #fff;
	padding: 1px;
	vertical-align: middle;
	margin-right: 3px;
}

.logIn span {
	line-height: 12px;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	border-left: 1px solid #ccc;
}

.logIn span a {
	font-weight: normal;
}

/* główna nawigacja */
#mainNav {
	height: 33px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	width: 950px;
	z-index: 2;
}

#mainNav li {
	position: relative;
	float: left;
	margin: 0 4px 0 0;
}

#mainNav a, #mainNav span {
	display: block;
	height: 33px;	
}

#mainNav a {
	color: #1c3238;
	background: url(../img/common/tab-m.gif) repeat-x 0 0;
	font: bolder 14px/33px Arial, Helvetica, sans-serif;
	float: left;
	text-transform: uppercase;
	position: relative;
}

#mainNav a span {
	background: url(../img/common/tab-l.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}

#mainNav a span span {
	background: url(../img/common/tab-r.gif) no-repeat 100% 0;
	padding: 0 20px 0 0;
}

#mainNav a.expand span span {
	position: relative;
	padding-right: 42px; 
}

#mainNav a.expand span span span  {
	float: none;
	height: 19px;
	width: 19px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/common/arr01.png) no-repeat 0 0;
	padding: 0;
	position: absolute;
	top: 7px;
	right: 10px;
}

#mainNav a.expand:hover span span span {
	background: url(../img/common/arr01.png) no-repeat 0 -19px;
}

#mainNav .active {
	cursor: default;
	text-decoration: none !important;
}

#mainNav a:hover, #mainNav a:hover span, 
#mainNav .active, #mainNav .active span {
	background-position: 0 -33px;	
}

#mainNav a:hover span span, #mainNav .active span span {
	background-position: 100% -33px;	
}

#mainNav .diff a {
	background: url(../img/common/tab-m-green.gif) repeat-x 0 0 !important;	
}

#mainNav .diff a span {
	background: url(../img/common/tab-l-green.gif) no-repeat 0 0 !important;
}

#mainNav .diff a span span {
	background: url(../img/common/tab-r-green.gif) no-repeat 100% 0 !important;
}

#mainNav a.expand span span span  {
	float: none;
	height: 19px;
	width: 19px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/common/arr01.png) no-repeat 0 0 !important;
	padding: 0;
	position: absolute;
	top: 7px;
	right: 13px;
}

#mainNav a.expand:hover span span span, #mainNav li:hover a.expand span span span {
	background: url(../img/common/arr01.png) no-repeat 0 -19px !important;
}

#mainNav .diff a.expand span span span {
	background: url(../img/common/arr02.gif) no-repeat 0 0 !important;
}

/* drugi poziom */
#mainNav li .tabCont {
	position: absolute;
	width: 200px;
	z-index: 100;
	top: 31px;
	left: -2px;
	background: url(../img/common/inner-tab-b.png) no-repeat 0 100% !important;
	overflow: hidden;
	padding-bottom: 18px;
	display: none;
}

#mainNav li:hover .tabCont {
	display: block;
}

.tabCont div {
	background: url(../img/common/inner-tab-t.png) no-repeat 0 0;
	padding-top: 2px;
}

.tabCont div div {
	background: url(../img/common/inner-tab-m.png) repeat-y 0 0;
	padding: 0 5px 0 3px;
}

.tabCont ul {
	padding: 10px 10px 0 17px;	
	background: #fff url(../img/common/inner-tab.gif) repeat-x 0 100%;
}

.tabCont li {
	float: none !important;
	background: url(../img/common/bull-02.gif) no-repeat -1px 5px;
	padding-left: 12px;
	margin: 0;
}

.tabCont .mostImportant {
	border-bottom: 1px solid #d6ebec;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

.tabCont a {
	display: inline !important;
	height: auto !important;	
	color: #3a8d00 !important;
	background: none !important;
	font: bold 12px/1.2 Arial, Helvetica, sans-serif !important;
	float: none !important;
	margin: 0 !important;
	text-transform: none !important;
}

#mainNav > li:hover > a, #mainNav > li:hover > a span span {
	z-index: 1000;
	background-position: 100% -33px;	
}

#mainNav > li:hover > a span {
	background-position: 0 -33px;		
}

#mainNav .diff .tabCont a {
	background: none !important;	
}

/* stopka */
#footer {
	background: url(../img/common/c-bot.png) no-repeat 0 0;
	border-bottom: 1px dotted #7ec7d5;
	width: 950px;
	margin-bottom: 6px;
	padding: 18px 15px 6px;
	position: relative;
	top: -1px;
}

#footer * {
	font-size: 11px;
	line-height: 1; 
}

#footer p {
	padding: 6px 0 3px 96px;
	background: url(../img/common/logo-bot.png) no-repeat 0 3px;
	width: 415px;
	float: left;	
}

#footer ul {
	padding: 6px 0;
	float: right;	
}

#footer li {
	float: left;
	padding: 0 10px;
	border-left: 1px solid;
}

#footer li:first-child {
	border: 0 none;
}

#footer p span {
	display: none;
}

/* ------------------------------------ *
 * --      8. ELEMENTY CONTENTU      -- *
 * ------------------------------------ */

/* podmenu */
.topBar {
	margin: 0 14px 42px;
	border-bottom: 1px solid #ccc;
	padding: 8px 0;
}

#subNav {
	float: left;
	width: 625px;
	padding: 4px 0;
}

#subNav li {
	border-left: 1px solid;
	float: left;
	padding: 0 10px;
}

#subNav li:first-child {
	border: 0 none;
	padding-left: 2px;
}

#subNav * {
	line-height: 1;
	font-weight: bold;
}

/* wyszukiwanie i form w newsletterze */

.searchFrm {
	width: 290px;
	float: right;
	margin: 0;
}

.searchFrm input, #newsletter input {
	border: 1px solid #666666;
	margin-right: 6px;
	width: 210px;
}

.searchFrm input, #newsletter input {
	display: block;
	float: left;
}

.searchFrm input:focus, #newsletter input:focus {
	border-color: #ceb70d;
}

.searchFrm .button, #newsletter .button {
	background: #f5f5f5 url(../img/common/but01.gif) repeat-x 0 0;
	border: 1px solid #b3b3b3;
	color: #000;
	font: normal 12px/19px Georgia, Times, serif;
	height: 20px;
	margin: 0;
	padding: 0 0 2px;
	width: 62px;
	text-transform: none;
}

.searchFrm .button:hover, #newsletter .button:hover {
	border-color: #ceb70d;
}

/* artykuly dnia */

.sectionHeading, .headingWrap h2 {
	background: url(../img/common/bull-lead.gif) no-repeat 4px 14px;
	line-height: 40px;
	padding: 0 22px 18px;
}

.dayHits .mainImg, .similarsList .mainImg {
	border: 1px solid #333;
	display: block;
	float: left;
}

.dayHits .innerContainer {
	padding: 0 0 24px 10px;
}

.dayHits .articlesList {
	border-top: 1px solid #d2d2d2;
	margin-left: 315px;
	padding: 0;
}

.dayHits .articlesList li {
	border-bottom: 1px solid #d2d2d2;
	padding-top: 12px;
}

.dayHits .articlesList h3 {
	padding-bottom: 12px;
	color: #7dc6d5;
}

.dayHits .articlesList li .leading {
	line-height: 24px;
	font-size: 24px;
	padding: 0 0 9px;
	color: #0099b9;	
}

.articlesList p {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	padding-bottom: 10px;
}

/* spolecznosc */

.show {
	margin: 0 0 0 10px;
}

.s-head {
	border-bottom: 2px solid #999;
	position: relative;
	margin-bottom: 22px;
}

.s-head .moreInline {
	bottom: 7px;
	color: #0099b9;
	font: bold 10px/1 Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	right: 2px;
}

.show h3 {
	margin-right: 100px;
	padding: 0 0 6px;
	position: relative;
}

.show ul, .show li, .show02, .show02 li, .latest li:last-child {
	overflow: hidden;
	padding: 0 0 12px 1px;	
}

.show li, .show02 li {
	padding: 0;
	margin: 0 6px 0 0;
	width: 84px;
	float: left;
	font-weight: bolder;
	line-height: 1.2 !important;
}

.show li:last-child, .show02 li:last-child {
	margin: 0;
}

.show li > a:first-child, .show02 li > a:first-child {
	display: block;
	height: 65px;
	margin-bottom: 3px;
	overflow: hidden;
	padding: 0;
	width: 65px;
}

.show img, .show02 img {
	display: block;
	border: 1px solid #afafaf;
	margin-bottom: 3px;
}

/* rady */
.listsGrid {
	padding: 0 0 24px 1px;
}

.listsGrid div {
	float: left;
	padding: 0 20px 0 9px;
	width: 181px;
	border-left: 1px dotted #ccc;	
} 

.listsGrid h3 {
	color: #3a8d00;
	padding-bottom: 9px;
}

.listsGrid ul {
	padding: 0;
	font-weight: bold;
} 

.listsGrid ul a {
	color: #0094b3;
} 

/* artykul */
#article {
	border-top: 1px solid #ececec;
	padding: 6px 0 24px;
}

#article h1 {
	padding-bottom: 0px;
}

#article .author a {
	color: #0094b3;
}

#article .author {
	font: 12px/18px Arial, Helvetica, sans-serif;	
}

#article .author span a {
	color: #3a8d00;
}

#article .mainImg {
	margin-bottom: 18px;
}

.articleImg {
	color: #666;
	font-size: 10px;
	text-align: right;
	margin-bottom: 6px;
}

.articleImg img {
	border: 1px solid #000;
	display: block;
}

#article p, #article li {
	font: 14px/20px Arial, Helvetica, sans-serif;
}

#article .fl-l {
	padding: 2px 16px 0 0;
}

#article .fl-r {
	padding: 2px 0 0 16px;
}

.tags {
	border: solid #ececec;
	border-width: 1px 0;
	padding: 9px 0;
	margin-bottom: 24px;
	color: #666;
}

.tags a {
	color: #0094b3;
	font-weight: bolder;
}

/* galeria */
.gallery, .slideshow {
	background: #f3f3f3;
	border: 1px solid #cdd0d3;
	padding: 12px 12px 0;
	margin-bottom: 36px;
}

.gallery h2, .gallery h3 { 
	color: #0094b3;
	font: normal 18px/24px Arial, Helvetica, sans-serif;
	padding-bottom: 12px; 
}

.gallery ul, .slideshow ul {
	overflow: hidden;
	padding: 0;
}

.gallery li, .slideshow li {
	float: left;
	height: 68px;
	margin: 0 22px 12px 0;
	overflow: hidden;
	width: 68px;
}

.gallery li.last, .slideshow li.last {
	margin-right: 0;
}

.gallery img, .slideshow img {
	border: 1px solid #6b6b6b;
	display: block;
}

/* podobne arykuly */

.similarsList li {
	margin-bottom: 12px;
	overflow: hidden;
}

.similarsList .txt {
	margin-left: 52px;
}

.similarsList .txt p {
	padding-bottom: 6px;
}

/* komentarze */
.comments, .addFrm {
	background: url(../img/common/alt-section-top.gif) repeat-x 0 0 !important;	
	border-color: #6a5235;
}

.comments .sectionHeading, .addFrm .sectionHeading {
	color: #6a5235;
}

.comments ol {
	padding: 0 10px 18px;
	/* width: 615px */
}

.comments .entry {
	border-top: 1px solid #ececec;
	margin: 0 auto;
	padding: 6px 0 ;
	position: relative;	
	overflow: hidden;
}

.comments .lastEntry {
	margin-bottom: 6px
}

.userCommentBar {
	float: left;
	padding: 10px 10px 10px 0;
	width: 200px;
	overflow: hidden;
}

.comments .userCommentBar img {
	background: #fff;
	border: 1px solid #666;
	padding: 1px;
	display: block;
	float: left;
}

.whoseComment, .posted {
	display: block;
	margin-left: 62px;	
}

.whoseComment a {
	color: #0094b3;
}

.comments label {
	font-weight: bold;
	padding-top: 9px;
}

.posted {
	font-size: 11px;
	color: #615f62;	
}

.entryContent {
	margin: 0 0 0 220px;
	padding: 10px 10px 10px 20px;	
}

.comments textarea {
	height: 100px;
	width: 320px !important;	
}

.comments form li {
	padding-bottom: 12px;
}

.comments .postComment, .addFrm .button, .multifunctionalFrm .button {
	background: url(../img/common/add-but.gif) no-repeat 0 0;
	width: 172px;
	margin: 0;
}

.multifunctionalFrm .button1 {
	background: url(../img/common/add-but-1.gif) no-repeat 0 0;
	width: 222px;
	margin: 0;
}

.postComment:hover, .addFrm .button:hover {
	background-position: 0 -32px;
}

/* zdjęcie */

#photo {
	border-top: 1px solid #ececec;
	padding: 18px 0;
}

.photoData, .connectedTxt {
	margin: 0 auto;
	padding: 0 0 18px;
	width: 572px;
}

.connectedTxt {
	padding: 0;
}

.photoData p {
	color: #999;
	padding: 0;
	clear: both;
}

.photoData p span {
	color: #1c3238;
	float: left;
	width: 48%;
}

.photoData p span + span {
	float: right;
	text-align: right;
}

.photoData a {
	font-weight: bolder;
	color: #0094b3;
}

.viewPort {
	position: relative;
}

.viewPort .prevBut, .viewPort .nextBut, 
.slideshow .prevBut, .slideshow .nextBut {
	background: url(../img/common/prev-but.gif) no-repeat 0 0;
	display: block;
	height: 27px;
	left: 0;
	margin-top: -13px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 50%;	
	width: 27px;
}

.viewPort .nextBut, .slideshow .nextBut {
	background: url(../img/common/next-but.gif) no-repeat 0 0;
	left: auto;
	right: 0;
}

.imgCont {
	background: url(../img/common/photo-m.gif) repeat-y 0 0;
	margin: 0 auto;
	width: 572px;
}

.imgCont div {
	background: url(../img/common/photo-t.gif) no-repeat 0 0;
}

.imgCont div div {
	background: url(../img/common/photo-b.gif) no-repeat 0 100%;
	padding: 20px 25px 25px 20px;
}

.imgCont img {
	border: 1px solid #000;
	display: block;
	margin: 0 auto;
	max-width: 525px;
	overflow: hidden;
}

.connectedTxt h2 {
	padding-bottom: 6px;
}

/* slideshow rozwinięcie */

.slideshow {
	position: relative;
	margin: 0 auto;
	width: 548px;
}

.slideshow ul {
	margin: 0 auto;
	width: 428px;
}

.slideshow .prevBut, .slideshow .nextBut {
	background: url(../img/common/prev-but-02.gif) no-repeat 0 0;
	height: 23px;
	left: 24px;
	margin-top: -11px;
	top: 50%;	
	width: 23px;
}

.slideshow .nextBut {
	background: url(../img/common/next-but-02.gif) no-repeat 0 0;
	left: auto;
	right: 24px;
}

/* profil w contencie */

#profile #content a {
	color: #0094b3;	
}

#profile #content .section .innerContainer {
	padding: 0 10px;
}

.user {
	padding: 16px 0 36px;
}

.avatar {
	border: 1px solid #b0b0b0;
	display: block;
	float: left;
}

.userDetails .avatar {
	position: relative;
	z-index: 1;
}

.user .addPhotoLink {
	left: 35px;
	position: absolute;
	top: 145px;
	z-index: 2;
}

.user div {
	margin-left: 170px;
}

.user h2 {
	padding-bottom:12px;
}

.user h2 .moreInline {
	font-size: 12px;
	line-height: 12px;
	padding-left: 10px;
	vertical-align: middle;
}

.user p {
	padding: 0;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #666;
}

.user p em {
	font-style: normal;
	color: #251d12;
}

.actions {
	padding: 30px 0 0;
}

.actions li {
	padding-top: 3px;
}

.actions a {
	font-weight: bold;
}

.actions img {
	vertical-align: middle;
	margin-right: 5px;
}

.headingWrap {
	padding-right: 100px;
	position: relative;	
}

.headingWrap h2 {
	position: relative;
	z-index: 1;
}

.headingWrap a {
	position: absolute;
	z-index: 2;
	font-size:11px;
	right:2px;
	top:6px;
	font-weight: bolder;
}

/* pokaz dzieci */

.show02 {
	overflow: hidden;
	padding: 0 10px 18px;	
}

.show02 li {
	margin: 0 23px 0 0;
	width: 100px;
}

.show02 li > a:first-child {
	height: 100px;
	width: 100px;
}

.show02 strong {
	display: block;
	font-size: 14px;
}

.show02 span {
	display: block;
	font: normal 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #1c3238;
}

/* ostatnio dodane zdjęcia */

.latest {
	margin: 0 0 0 20px;
}
.latest ul {
	padding: 0 0 12px;	
}

.latest li {
	margin: 0 15px 0 0;
	width: 105px;
	font-weight: normal;
	background: url(../img/common/latest-photo-bg.gif) no-repeat 0 0;
	min-height: 105px;
}

.latest li > a:first-child {
	height: 80px;
	margin: 10px 0 22px 10px;
	width: 80px;
}

.latest img {
	border: 1px solid #414141;
}

.latest strong, .latest span {
	display: block;
	overflow: hidden;
}

.latest strong {
	font-size: 14px;
	line-height: 1;
	min-height: 14px;
	max-height: 28px;
	margin-bottom: 4px;
}

.latest strong a {
	color: #0094b3;
}

.latest span {
	height: 15px;	
}

/* dodawanie dziecka */

/* uproszczony profil */
.userSimple {
	padding-bottom: 36px;	
}

.userSimple .txt {
	margin: 0 0 0 75px;	
}

.userSimple p, .userSimple h2 {
	padding: 0;
}

.userSimple h2, .userSimple a {
	color: #0094b3;
}

/* tabowe menu u góry strony */

.tabbed {
	padding-bottom: 54px;
}

.tabs {
	overflow: hidden;
	height: 27px;
	padding: 0 15px 0 0;
	margin: 6px 0 0;
	background: url(../img/common/fake-brd.gif) repeat-x 0 100%;
	position: relative;
	z-index: 1;
}

.tabs li {
	display: inline;
	float: left;
}

.tabs a, .tabs span {
	display: block;
	height: 27px;
}

.tabs a {
	float: left;
	margin: 0 6px 0 0;
	background: url(../img/common/fake-brd.gif) repeat-x 0 0;
	font: bolder 14px/27px Arial, Helvetica, sans-serif;
	text-decoration: none !important;
}

.tabs a span {
	background: url(../img/common/tab-l-user.gif) no-repeat 0 0;
	padding: 0 0 0 15px;
}

.tabs a span span {
	background: url(../img/common/tab-r-user.gif) no-repeat 100% 0;
	padding: 0 15px 0 0;
}

.tabs .active {
	cursor: default;	
}

.tabs a:hover span, .tabs .active span {
	background-position: 0 -27px;
}

.tabs a:hover, .tabs .active {
	background: #fff url(../img/common/fake-brd.gif) repeat-x 0 0;
	color: #1c3238;
}

.tabs a:hover span span, .tabs .active span span {
	background-position: 100% -27px;
}

/* 888888888888888888888888 */

.addFrm {
	border-top: 1px dotted #6a5235;	
}

.addFrm fieldset > ul {
	padding: 0 0 9px;
	margin-bottom: 18px;
}

.addFrm .frmSection, .addFrm .frmsection {
	border-bottom: 1px solid #ececec;
	overflow: hidden;
	padding: 9px 0;
}

.addFrm label, .addFrm .label {
	display: block;
	float: left; 
	padding: 0 15px 0 10px;
	width: 160px;
	font: normal 18px/32px Arial, Helvetica, sans-serif;
}

.addFrm .textInput, .addFrm select {
	font: normal 18px/18px Arial, Helvetica, sans-serif;
	color: #1c3238;
	padding: 7px;
}

.addFrm .textInput {
	width: 380px;	
}

.addFrm select {
	margin-right: 15px;
}

.optional {
	color: #666;
}

.twolines {
	height: 36px !important;
}

.optional span {
	display: block;
	color: #251d12;
	font-size: 12px;
	margin-top: -12px;
}

.male, .female {
	display: inline;
}

.male input, .female input {
	margin-right: 25px;
	vertical-align: middle;
}

.male label {
	background: url(../img/common/boy-ico.gif) no-repeat 22px 10px;
	padding-left: 0;
}

.female label {
	background: url(../img/common/girl-ico.gif) no-repeat 22px 10px;
	padding-left: 0;
}

.addFrm .button {
	margin: 0 auto;
}

/* ------------------------------------ *
 * --      9. ELEMENTY SIDEBARU      -- *
 * ------------------------------------ */

/* kalendarz */

#callendar {
	border: 1px solid #ccc;
	overflow: hidden;
	padding: 12px 10px 6px 5px;
	margin: 0 0 17px;
}

#callendar img {
	display: block;
	float: left;
}

#callendar .txt {
	margin-left: 100px;
}

#callendar h3 {
	font: bold 22px/24px Arial, Helvetica, sans-serif;
	color: #fba926;
	padding: 0 0 6px;
}

#callendar p {
	font-size: 11px;
	line-height: 16px;
	padding: 0 0 6px;
}

#callendar .moreInline {
	color: #0094b3;
}

/* stylizowany na fieldset box - ogólne */

#sidebar .box {
	padding: 18px 0 0;
	position: relative;
}

#sidebar .box:first-child {
	top: -12px
}

#sidebar .box .boxHeading {
	color: #fba926;
	font-weight: bolder;
	height: 24px;
	left: 8px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 6px;
	width: 262px;
	z-index: 2;
	overflow: hidden;
}

#sidebar .box .boxHeading span {
	padding: 0 10px;	
	background: #fff;
}

#sidebar .box .boxContent {
	border: 1px solid #fba926;
	padding: 12px 6px 6px;
	position: relative;
	z-index: 1;
}

#sidebar .box .boxContent p {
	line-height: 16px;
	padding-bottom: 6px;
}

/* newsletter */

#sidebar #newsletter form.boxContent {
	padding-bottom: 18px;
	background: #fee7c2 url(../img/common/nl-bg.gif) repeat-x 0 0;
}

/* linki do forum */

#sidebar #forumLinks .boxContent {
	border-color: #e5d809;
	background: #fcfed1 url(../img/common/f-bg.gif) repeat-x 0 0;
}

#sidebar #forumLinks .boxHeading {
	color: #e5d809;
}

#forumLinks a {
	color: #0094b3;
}

#forumLinks ul {
	padding: 0 0 11px;
}

#forumLinks .more {
	border-top: 1px solid #ece24b;
	font: bold 14px/1 Arial, Helvetica, sans-serif;
	padding: 9px 1px 0;
}

/* popularne artykuly */

#popularList .boxContent {
	padding-top: 24px !important;
	background: #fee7c2 url(../img/common/popular-bg.gif) repeat-x 0 0;	
}

#popular ul {
	padding: 4px 1px 8px 2px;
}

#popularList ul li {
	overflow: hidden;
	padding-bottom: 10px;
}

#popularList .mainImg {
	border: 1px solid #6B6B6A;
	display: block;
	float: left;
}

#popularList ul h4 {
	color: #0094b3;
	font: bold 12px/16px Arial,Helvetica,sans-serif;
	max-height: 32px;
	min-height: 16px;
	overflow: hidden;
	padding: 2px 0;
}

#popularList ul .txt {
	margin-left: 74px;
	color: #666;
}

#sidebar #popularList p.more {
	border-top: 1px solid #ddc086;
	padding: 6px 0 3px;
	text-align: right;
}

/* profil */

#sidebar #profile {
	border: 1px solid #ccc;
	overflow: hidden;
	padding: 12px;
}

#sidebar #profile .userInfo {
	margin-left: 74px;
}

#sidebar #profile .userInfo h3 {
	font: normal 24px/1 Arial, Helvetica, sans-serif;
	padding: 0 0 12px;
}

#sidebar #profile .userInfo p {
	font: normal 11px/1 Arial, Helvetica, sans-serif;
	padding: 0 0 2px;
}

#sidebar #profile .userInfo p span {
	color: #666;
}

/* album w profilu */
#sidebar #profile .show {
	margin: 24px 0 0;
	clear: left;
}

#sidebar #profile .show h3 {
	border-bottom: 2px solid #999;
	margin-bottom: 12px;
	margin-right: 0;
}

#sidebar #profile .show ul, #sidebar #profile .show li {
	overflow: hidden;
	padding: 0 0 12px;	
}

#sidebar #profile .show li {
	padding: 0;
	margin: 0 6px 0 0;
	width: 50px;
	height: 50px;
	overflow: hidden;
	float: left;
}

#sidebar #profile .show li:last-child {
	margin: 0;
}

#sidebar #profile .show li > a:first-child {
	height: 50px;
	margin-bottom: 0;
	width: 65px;
}

#sidebar #profile .show img {
	margin-bottom: 0;
}

#sidebar #profile .more {
	padding: 0;
	text-align: right;
	font: bolder 10px/1 Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#sidebar #profile a {
	color: #0094b3 !important;
}

/* ------------------------------------ *
 * --     10. POZOSTAŁE ELEMENTY     -- *
 * ------------------------------------ */

.section {
	background: url(../img/common/section-top.gif) repeat-x 0 0;
	border-top: 1px dotted #1e343a;
	padding-bottom: 18px;
}

.innerContainer {
	overflow: hidden;
	position: relative;
}

/* WIADOMOSCI */

#masthead p.logIn a.msgNew {
	padding-left: 20px;
    background: url("../img/common/mail-new-top.gif") no-repeat scroll 0 0 !important;
}

/*
#masthead .options > li:first-child div {
    color: #000000;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 11px;
}
*/

/* menu tabowe */

.nav-iu-container {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #91895B;
	padding:1px;
	background:#fff;
}	

#nav-ui {
	text-transform: uppercase;
	text-shadow: 0 0 0 #17476C;
	color: #FFFFFF;
	background: #1C3238;
	font-size: 15px;
	list-style: none;
	overflow: hidden;
	padding: 1px;
}

#nav-ui li {
    /* background: url("../img/common/ui-tabs-divider.gif") no-repeat scroll 0 50% #FFF; */
    float: left;
}

#nav-ui li:first-child {
	background: none;
	padding: 0;
}

#nav-ui a {
	font-size: 14px;
	display: block;
	padding: 1px 15px 1px 15px
}

#nav-ui a.more {
	background: url(../img/common/arr-pink-d.gif) no-repeat 100% 50%;
}

#nav-ui a:hover {
	color: #db0071;
	text-decoration: underline;
}

#nav-ui li.new-msg {
	float:right;
	border-left:1px solid #fff;
}

#nav-ui a {
	background-color: #1C3238 !important;
	color: #fff !important;
	cursor: default !important;
	font: bolder 14px/1.1 Arial,Helvetica,sans-serif;
}

#nav-ui a.active {
	color: #fff !important;
	cursor: default !important;
}

#nav-ui li a span {
	color: #818181;
}

#nav-ui li a.active span {
    
}

.mailTable { width: 100%; /* 630px */
    margin-top:25px;}

.mailTable th, .mailTable td {
	text-align: left;
	padding: 5px 0 5px 10px;
}

.mailTable th {
	background: #1C3238;
	font: bolder 11px/1.3 Arial, Helvetica, sans-serif;
	color: #ffffff;
	vertical-align: middle;
    font: bolder 14px/1.1 Arial,Helvetica,sans-serif;
    text-shadow: 0 0 0 #17476C;
    text-transform: uppercase;
}

.mailTable th a {
    color: #ffffff;
}

.mailTable td {
	vertical-align: top;
	border-bottom: 1px dotted #666666;
}

.mailTable th.choiceCell,
.mailTable td.choiceCell {
	text-align: center;
	font-weight: normal;
}

.mailTable {
	margin-top: 25px;
}

.mailTable img {
    border:none;
}

.mailTable td {
	font: normal 12px/1.2 Arial, Helvetica, sans-serif;
}

.mailTable th:first-child, .mailTable td:first-child{
	width: 16px;
}

.mailTable th+th, .mailTable td+td {
	padding-left: 8px;
	width: 130px;
}

.mailTable th+th+th, .mailTable td+td+td {
	padding-left: 10px;
	width: 237px;
}

.mailTable th+th+th+th, .mailTable td+td+td+td {
	width: 130px;
}

.mailTable .choiceCell {
	width: 59px !important;
}

.mailTable .choiceCell a {
	color: #fff !important;
	padding-right:5px;
}

.mailTable td:first-child img {
	display: block;
}

.mailTable td input {
	margin: 0;
	padding: 0;
}

.mailActions {
	padding: 10px 0;
}

.mailActions .action {
	font-size: 12px;
	padding-bottom: 2px;
	margin: 0 0 0 auto;
    display:block;
}


.mailTips {
    padding:4px 0 4px 10px;
}
.tips {
-x-system-font:none;
background:#DCE4EA  none repeat scroll 0 0;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.2;
margin:4px 2px 0;
padding:4px;
}

.error .tips {
    background:#FDE1DF none repeat scroll 0 0 !important;
    color:#CE2921 !important;
    font-weight:bolder;
    width:458px;
}

.mailArea {
	border: dotted #cccccc;
	border-width: 1px 0;
	padding-bottom: 20px;
}

.mailArea h3 {
	overflow: hidden;
	font-size: 18px;
}

.mailArea h3 strong, .mailArea h3 span {
	padding: 8px 10px;
	display: block;
}

.mailArea h3 strong {
	float: left;
	width: 100px;
	text-align: right;
}

.mailArea h3 span {
	font-weight: normal;
	text-transform: none;
	color: #615f62;
	margin: 0 0 0 120px;
	border-bottom: 1px dotted #cccccc;
}

.mailArea .mailContent {
	margin: 0 0 0 122px;
}

.mailArea .mailContent p {
	font-size: 14px;
	padding: 0.5em 0
}

.mailActivities {
	overflow: hidden;
	padding: 5px 0;
}

.mailActivities.top {
	overflow: hidden;
	padding: 32px 0 5px;
}

.mailActivities .delete, .mailActivities .reply {
	float: right;
	display: block;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	padding: 1px 5px 1px 25px;
	background-position: 0 50%;
	background-repeat:  no-repeat;
	margin-left: 15px;
}

.mailActivities .delete {
	background-image: url(/img/common/delete.png);
}

.mailActivities .reply {
	background-image: url(/img/common/reply.png);
}

/* bazar */

.invert .mainContent {
    border-top: 0 none;
    float: right;
    padding-top: 0;
    width: 664px;
}

.invert .subContent {
    float: left;
    width: 270px;
    padding-left: 0px !important;
}

.subContent {
    display: inline-block;
    padding-left: 15px;
    width: 305px;
}

.invert #subNav {
	padding: 10px;
}

.invert #subNav li ul {
	padding: 6px 20px 8px;
}

.invert #subNav li ul a {
	background: url(../img/common/arr-pink-r.gif) no-repeat 0 7px;
}

.usersEntries.listing-photos-03 li, .usersEntries1.listing-photos-03 li {
	margin: 20px 0 0 8px !important;
	width: 98px !important;
	clear: none !important;
}

.usersEntries.listing-photos-03 li:first-child, .usersEntries1.listing-photos-03 li:first-child,
.usersEntries.listing-photos-03 li:nth-child(6n+7), .usersEntries1.listing-photos-03 li:nth-child(6n+7) {
	margin: 20px 0 0 !important;
	clear: left;
} 

.listing-photos-03 > h2 {
	float: none;
	margin: 15px 0 0;
	font-size: 20px;
	width: 100%;
}

.listing-photos-03 li p {
	font-size: 12px;
	margin: 0;
	line-height: 15px;
	padding-bottom: 0px;
}

.listing-photos-03 li p span {
	font-size: 10px;
	color: #959593;
}

.usersEntries.listing-photos-03 ul, .usersEntries1.listing-photos-03 ul {
	margin-bottom: 24px !important;
}

/* bazar kategoria */
.options-toolbar .menu {
	max-width: 100% !important;
}

.options-toolbar .pagination {
	margin-top: 6px;
}

.options-toolbar .sort-asc, .options-toolbar .sort-desc {
	background: url(../img/common/arrs-sort-02.gif) no-repeat 0 0;
}

.options-toolbar .sort-desc {
	background-position: -10px 0;
}

.options-toolbar .sort-asc:hover {
	background-position: -20px 0 !important;
}

.options-toolbar .sort-desc:hover {
	background-position: -30px 0 !important;
}

.options-toolbar .menu li {
	padding: 0 10px;
}

.options-toolbar {
	/* background: url(../img/common/pat-08.gif) repeat-x 0 0; */ 
	/* padding: 0px 0 10px; */
}

.options-toolbar.bottom {
	background: url(../img/common/pat-08.gif) repeat-x 0 0;
	padding: 13px 0 0;
}

.options-toolbar.bottom .inner {
	/* background: url(../img/common/pat-02.gif) repeat-x 0 100%; */
	padding: 0 0 15px;
}

.personal-bar {
	background: #fff;
	font-size: 15px;
	margin-bottom: 15px;
}

.personal-bar h2, .personal-bar ul, .personal-bar li {
	float: left;
}

.personal-bar h2 {
    background: url("../img/common/arr-personal.gif") no-repeat scroll 100% 50% transparent;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    padding-bottom: 0;
    padding-right: 15px;
}

.personal-bar h2 span {
	display: block;
	background: #0099B9;
	padding: 10px 20px 10px 15px;
}

.personal-bar ul {
	list-style: none;
	margin: 0;
	padding-top: 16px;
	padding-bottom: 0px;
	line-height: 16px;
}

.personal-bar li {
	border-left: 1px solid #ccc;
	padding: 0px 20px 0 10px;
	position: relative;
	color: #0099B9;
	margin-right: 4px;
}

.personal-bar li:first-child {
	border: 0 none;
}

.personal-bar a {
	color: #0099B9;
}

.personal-bar a:hover {
	text-decoration: underline;
}

.personal-bar .delete {
	background: url(../img/common/delete_filter.png) no-repeat 0 -13px;
	position: absolute;
	width: 13px;
	height: 13px;
	top: 1px;
	right: 4px;
}

.personal-bar .delete:hover {
	background-position: 0 0;
}

.browsing {
    padding: 10px 10px 10px;
}

.browsing h3 {
	font-size: 13px;
	padding-bottom: 7px;
	font-weight: bold;
}

.browsing .inner {
	padding: 3px 3px 20px;
}

.size table {
	width: auto;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
}

.size td {
	background: #fff;
	border: 1px solid #e9e7e0;
	text-align: center;
	padding: 0;
}

.size td a {
	display: block;
	width: 27px;
	padding: 2px;
	overflow: hidden;
}

.size td a:hover, .picker td a.selected, 
.color li a:hover, .color li a.selected {
	background: #f4f2ea;
	text-decoration: none;
}

.size td a.selected, 
.color li a.selected {
	cursor: default;
}

.picker.color {
	overflow-y: scroll;
	overflow-x: hidden;
}

.size {
	height: auto;
}

.color {
	height: 154px;
}

.color ul {
	margin: 0;
	width: 163px;
	list-style: none;
	font-size: 12px;
	line-height: 16px;
}

.color li {
	margin: 0;
	list-style: none;
	border-top: 1px solid #e9e7e0;
	border-bottom: 1px solid #e9e7e0;
	background: #fff;
}

.color li a {
	display: block;
	padding: 2px 4px;
}

.browsing .inner.price label {
	font-weight: bold;
}

.browsing .inner.price h3 {
	margin-bottom: .9em;
}

.browsing .inner.price input[type="text"], 
.browsing .inner.price input[type="text"]:focus {
	padding: 2px 0 !important;
	border-color: #e9e7e0 !important;
	background: #e9e7e0 !important;
	color: #de2081 !important;
	width: 100px !important;
}

#bazaar_type_id {
	width: 245px;
}


/* bazar produkt */
.prod-page-heading h1, 
.prod-page-heading h2 {
	/* background: url(../img/common/pat-08.gif) repeat-x 0 100%; */
	padding-bottom: 0px;
	margin-bottom: 5px;
}

.prod-page-heading p {
	line-height: 20px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

.prod-page-heading p a {
	background: url(../img/common/arr-pink-l.gif) no-repeat 0 5px;
	padding-left: 8px;
	font-size: 13px;
}

#prodPhotos > .inner:first-child {
	margin-bottom: 20px;
}

#prodPhoto {
	float: left;
	width: 368px;
}

#prodPhoto img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}

#prodDetails {
	/* background: url(../img/common/bottom-prod.gif) no-repeat 100% 100%; */
	width: 239px;
	float: right;
	padding-bottom: 15px;
}

.p-price {
	font-size: 14px;
	color: #8e8e8e;
	line-height: 1.2;
	padding-bottom: 9px;
}

.p-price em {
	font-size: 11px;
	display: block;
}

.p-price strong {
	color: #0099B9;
	font-size: 34px;
	font-weight: normal;
}

.cart-btn-container {
	line-height: 30px;
	margin-bottom: 30px;
        height: 30px;
}

.addToCart {
	background: url(../img/common/kupteraz.gif) no-repeat 0 0;
	height: 30px;
	width: 107px;
        float: left;
        margin-right: 10px;
}

.addToCart:hover {
	background-position: 0 -30px;
}

#prodDetails h3 {
	color: #8e8e8e;
	margin-bottom: .25em;
}

.basic-prod-info {
	font-size: 13px;
	list-style: none;
	margin: 0 0 30px;
}

#prodDetails .prod-descr {
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 1.2;
}

#prodDetails .menu {
	list-style: none;
	font-size: 13px;
	margin: 0 0 15px;
}

#prodDetails .menu a {
	background: url(../img/common/arr-pink-r.gif) no-repeat 0 6px;
	padding-left: 8px;
}

#prodPhotos .slideshow-01 .container {
	background: none;
	padding: 0;
}

#prodPhotos .slideshow-01 .prev, 
#prodPhotos .slideshow-01 .next {
	top: 0;
}

.user-items {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FBA926;
    float: right;
    margin-bottom: 20px;
    padding: 6px 0 20px;
}

.user-items .header {
	padding: 9px 14px 0px;
	overflow: visible;
}

.user-items .header h3 {
    color: #FBA926;
    font-weight: bolder;
    height: 24px;
    left: 8px;
    line-height: 24px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: -20px;
    width: 262px;
    z-index: 2;
}

.user-items .header h3 span {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0 10px;
}

.user-items .header p {
	float: right;
	margin-bottom: 0;
}

/* boczne menu np. kategorie */
#subNavBazaar {
    border: 1px solid #FBA926;
    margin-bottom: 30px !important;
    margin-top: 0px;
    padding: 12px 0 6px;
    position: relative;
    width: 303px;
    z-index: 1;
}

.invert #subNavBazaar {
	width: 100% !important;
}

#subNavBazaar h2 {
	color: #7e7e7e;
	font-size: 24px;
	margin-bottom: 4px
}

#subNavBazaar ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0px 6px 0px 6px;
}

#subNavBazaar ul li a {
	color: #3A8D00 !important;
}

#subNavBazaar > h3, #subNavBazaar >div.subContent > h3 {
    color: #FBA926;
    font-weight: bolder;
    height: 24px;
    left: 8px;
    line-height: 24px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: -14px;
    width: 262px;
    z-index: 2;
}

#subNavBazaar > h3 > span, #subNavBazaar >div.subContent > h3 > span {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0 4px;
}

#subNavBazaar > ul > li {
	/* border-top: 1px solid #323232; */
	font-size: 18px;
	line-height: 20px;
	position: relative;
}

#subNavBazaar > ul > li > p {
	background: url(../img/common/bull-03.gif) no-repeat -100px -100px;
	margin: 0 50px 0 0;
	position: relative;
	z-index: 1;
	padding-bottom: 0px;
}

#subNavBazaar > ul > li > p a {
    background: url("../img/common/bull-03.gif") no-repeat scroll 5px 16px transparent;
    color: #0099B9;
    display: block;
    float: left;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 8px;
}

#subNavBazaar > ul > li > p a:hover {
	text-decoration: underline;
	color: #0099B9 !important;
}

#subNavBazaar > ul > li > p span {
	color: #BDBDBD;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 9px 0;
}

#subNavBazaar .trigger {
	color: #7e7e7e;
	font-size: 10px;
	line-height: 12px;
	position: absolute;
	right: 5px;
	top: 13px;
	z-index: 2;
}

#subNavBazaar .trigger:hover {
	color: #3A8D00 !important;
}

#subNavBazaar li ul {
	border-top: 1px dotted #69A6B3;
	font-size: 12px;
	line-height: 16px;
	padding: 6px 20px 8px 28px;
}

.js-enabled #subNavBazaar li ul {
	display: none;
}

.js-enabled #subNavBazaar li.unfolded ul {
	display: block;
}

#subNavBazaar > ul > li.unfolded > p {
	background-position: 5px 16px;
}

#subNavBazaar > ul > .unfolded > p a {
	background-position: -100px -100px;
}

#subNavBazaar li ul a {
	background: url(../img/common/bull-03.gif) no-repeat 0 6px;
	color: #3A8D00;
	display: block;
	padding: 1px 10px 1px 12px;	
}

#subNavBazaar.lookbookNav li ul a {
        background: url("../img/common/arr-pink-r.gif") no-repeat 0 7px;
}

#subNavBazaar li a:hover {
	text-decoration: underline;
}

.invert  #subNavBazaar.bazaarCategories ul li span {
    color: #BDBDBD;
}

.invert  #subNavBazaar.bazaarCategories li ul li span {
    color: #7E7E7E;
}

.invert #subNavBazaar.bazaarCategories > ul > li > p a {
    padding: 9px 4px 9px 20px;
    float:left;
    color: #0099B9 !important;
}

.invert #subNavBazaar.bazaarCategories > ul > li > p span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 9px 0;
}

.invert  #subNavBazaar.bazaarCategories li ul li {
    clear:both;
    padding: 1px 0;
}

.invert  #subNavBazaar.bazaarCategories li ul li a {
    float: left;
    padding: 1px 3px 1px 12px;
}

.invert  #subNavBazaar.bazaarCategories li ul {
    clear: both;
}

/* button dodaj */

.addNewAdvert {
	height: 30px;
	width: 143px;	
	background-image: url(../img/common/btn-addnewadvert.gif);
		
	display: block;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
}

.addNewAdvert:hover {
	background-position: 0 -30px;
}

.topFixedLink {
    position: absolute;
    right: 0px;
    top: 5px;
}

/* szafiarkowe intro*/
.introductory {
	background: #e9e7e0;
	font-size: 18px;
	line-height: 1.3;
	overflow: hidden;
	padding: 15px 20px;
}

.introductory.alt {
	padding: 15px 40px 15px 20px;
}

.introductory strong {
	font-weight: normal;
	color: #6a6a6a;
} 

.introductory .close {
	position: absolute;
	right: 5px;
	top: 5px;
	height: 20px;
	width: 20px;
	background: url(../img/common/close.png) no-repeat 0 0;
}

.introductory .close:hover {
	background-position: 0 -20px;
}

/* more.css */

.invert #subNavBaazar.bazaarCategories ul li span {
    color: #BDBDBD;
}

.invert  #subNavBaazar.bazaarCategories li ul li span {
    color: #7E7E7E;
}

.invert #subNavBaazar.bazaarCategories > ul > li > p a {
    padding: 9px 4px 9px 20px;
    float:left;
}

.invert #subNavBaazar.bazaarCategories > ul > li > p span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 9px 0;
}

.invert  #subNavBaazar.bazaarCategories li ul li {
    clear:both;
    padding: 1px 0;
}

.invert  #subNavBaazar.bazaarCategories li ul li a {
    float: left;
    padding: 1px 3px 1px 12px;
}

.invert  #subNavBaazar.bazaarCategories li ul {
    clear: both;
}

.mainContent.full-panel {
	width: 100%;
	margin-top: -10px;
}


.emptyField {
    color: #999999 !important;
}

ul.listing > li, div.listing > ul > li {
    float: left;
    overflow: hidden;
}

.usersEntries li, .usersEntries1 li {
    margin: 20px 0 0 10px;
    width: 150px;
}

/* szafiarkowy listing wpisów */
.usersEntries, .usersEntries1 {
	margin-bottom: 0;
}

.usersEntries .header h2, .usersEntries1 .header h2 {
	float: left;
	font-size: 20px;
	line-height: 1.4;
	margin: 0;
	width: 50%;
}

.usersEntries h2 span, .usersEntries1 h2 span 
.subContent h2 span {
	color: #555;
	display: block;
	font-size: 12px;
	line-height: 1.2;
}

.usersEntries .header, .usersEntries1 .header {
	padding: 20px 0 0;
}

.usersEntries li, .usersEntries1 li {
	margin: 20px 0 0 10px;
	width: 150px;
}

.usersEntries li:first-child, .usersEntries1 li:first-child, 
.usersEntries li:nth-child(4n+5), .usersEntries1 li:nth-child(4n+5), 
.thumbs li:first-child, 
.thumbs li:nth-child(8n+9), 
.listing.entries li:first-child, 
.listing.entries li:nth-child(2n+1) {
	margin-left: 0;
	clear: left;
}

.entries-alt-01 li {
	margin-bottom: 20px !important;
	margin-top: 0 !important;
}

.usersEntries h3, .usersEntries1 h3 {
	font-size: 13px;
	margin: 0 0 .2em;
}

.usersEntries h3 .more, .usersEntries1 h3 .more {
	background: url(../img/common/arr-pink-r.gif) no-repeat 100% 50%;
	display: inline;
	padding: 0 6px 0 0;
	width: 100%;
	color: #3A8D00;
}

.usersEntries.alt-02 h3 a, .usersEntries1.alt-02 h3 a,
.usersEntries.alt-02 h3, .usersEntries1.alt-02 h3 {
	color: #db0071;
}

.usersEntries.alt-03 h3 a, .usersEntries1.alt-03 h3 a {
    background: url("../img/common/arr-pink-r.gif") no-repeat scroll 100% 7px transparent;
    padding-right: 8px;

}

.usersEntries .meta, .usersEntries1 .meta {
	color: #959593;
	font-size: 10px;
	line-height: 1.3;
	margin: 0 0 .4em;	
}

.usersEntries .meta span, .usersEntries1 .meta span {
	border-right: 1px solid;
	margin-right: 3px; 
	padding-right: 6px; 
}

.entries-alt-01 .meta strong {
	color: #000;
	font-weight: normal;
}

.usersEntries ul:last-child {
/*	margin-bottom: 14px !important; */
}

.usersEntries .pagination-bottom, .usersEntries1 .pagination-bottom,
.usersEntries > p, .usersEntries1 > p {
margin-top: 14px !important;
clear: both
}

.entries-alt-01 ul {
	margin-bottom: 0 !important;
}

/* nagłówki cir w bocznej kolumnie */
.subContent h2.cir {
	margin-left: 8px;
}

/* główny panel - ogólne formatowanie */
#main-panel .header {
	/* background: url(../img/common/pat-12.gif) repeat-x 0 100%; */
	margin: 0 0 0px;
	padding: 10px 0 0px;
}

#main-panel .header h2 {
	float: left;
	font-size: 18px;
	line-height: 2;
	margin: 0;
	width: 45%;
}

#main-panel .header .menu, 
#main-panel .header .back, 
.options-toolbar .menu {
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	max-width: 50%;
	padding: 10px 0;
}

#main-panel .header .menu, 
.options-toolbar .menu {
	float: right;
	list-style: none;
    /* background: url("../img/common/section-name-bg.gif") repeat-x scroll 0 0 #67B4C4; */
    /* border-bottom: 1px solid #67B4C4; */
    color: #FFFFFF !important;
    font: 18px/24px Arial,Helvetica,sans-serif;
    padding: 3px 0px 0 0px;
    text-align: left;	
    font-size: 11px;
}

.options-toolbar .menu {
    display: block;
    float: left;
    /* margin-bottom: 20px; */
    width: 100%;
}
.options-toolbar .menu {
	float: left;	
}

#main-panel .header .menu li, 
.options-toolbar .menu li {
	float: left;
	border-left: 1px solid #c8cec8;
	padding: 0 10px;
}
 
/* 
.options-toolbar .menu li a {
	color: #fff !important;
}
*/
 
.options-toolbar .menu li a.active {
	text-decoration: underline !important;
}

#main-panel .header .menu li:first-child, 
.options-toolbar .menu li:first-child {
	border: 0 none;
	padding-left:0px;
}

#main-panel .header .menu .active, 
.parlor-reviews .header div.menu .active 
{
	color: #000;
	cursor: default;
	text-decoration: none !important;
}

.options-toolbar .menu li > a.active {
	color: #000;
	cursor: default;
	text-decoration: underline !important;
}	

.sort-asc, .sort-desc {
	background: url(../img/common/arrs-sort.gif) no-repeat -20px 0;
	display: inline-block !important;
	height: 5px;
	position: relative;
	top: -2px;
	width: 9px;
}

.sort-asc {
	margin-left: 2px;
}

.sort-desc {
	background-position: -30px 0;
}

th:first-child .sort-asc {
	background-position: -40px 0;
}

th:first-child .sort-desc {
	background-position: -50px 0;
}

.sort-asc:hover, .sort-asc-active {
	background-position: 0 0  !important;
}

.cir {
	display: block;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
}

.mainContent {
	float: left;
	width: 630px;
    border-top: 1px solid #ECECEC;
    padding: 6px 0 24px;
}

#prodPhotos > .inner:first-child {
    margin-bottom: 20px;
}

#prodPhoto {
    float: left;
    width: 368px;
}

#prodPhoto img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}

.content {
	float: left;
	overflow: hidden;
	width: 950px !important;
	min-height: 500px;
	padding: 0 14px 18px 14px;
}		

.content, .section, .section-02, .container, .header, .article, .mainContent, .review, .inner { /* .subContent,  */
    overflow: hidden;
    position: relative;
}


#prodDetails {
    /* background: url("../img/common/bottom-prod.gif") no-repeat scroll 100% 100% transparent; */
    float: right;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 15px;
    width: 234px;
}

.addToCart {
    background: url("../img/common/kupteraz.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 30px;
    margin-right: 10px;
    width: 107px;
}

#prodDetails h3 {
    color: #0099B9;
    padding-bottom: 0.25em;
}

/* szafairaki stylizacja */
.page-header {
	background: url(../img/common/pat-08.gif) repeat-x 0 100%;
	margin: -18px 0 25px;
	padding-bottom: 3px;
}

.page-header .menu {
	background: #1f1f1f;
	list-style: none;
	margin: 0 0 20px;
	overflow: hidden;
}

.page-header .menu li {
	float: left;
}

.page-header .menu a {
	color: #f4f2ea;
	display: block;
	padding: 5px 7px;
}

.page-header .menu .all-photos {
	background: #c8c6ba url(../img/common/arr-pink-d.gif) no-repeat 100% 50%;
	color: #1f1f1f;
	margin-right: 17px;
	padding: 5px 54px 5px 12px;
}

.page-header .menu .best-photos {
	color: #de2081;
}

.page-header h1, 
.page-header h2 {
	float: left;
	margin: .15em 0 .55em;
	width: 645px;
}

.page-header .slideshow-mini {
	float: right;
	margin-right: 5px;
}

.slideshow-mini {
	height: 50px;
	padding: 0 16px;
	width: 270px;
}

.slideshow-mini ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
}

.slideshow-mini li {
	float: left;
	margin-left: 5px;
	overflow: hidden;
}

.slideshow-mini li:first-child {
	margin-left: 0;
}

.slideshow-mini li a, 
.slideshow-mini li img {
	display: block;
	height: 50px;
	overflow: hidden;
	width: 50px;	
}

.slideshow-mini li a:hover img {
	border: 2px solid #52A9D4;
	height: 46px;
	width: 46px;	
}

.slideshow-mini li .active img, 
.slideshow-mini li .active:hover img {
	border: 3px solid #0094B3;
	cursor: default;
	height: 44px;
	width: 44px;	
}

.slideshow-mini .prev, 
.slideshow-mini .next {
	background: url(../img/common/arr-slidshow-mini.gif) no-repeat 0 0;
	height: 9px;
	margin: -5px 0 0;
	position: absolute;
	top: 50%;
	width: 5px;
}

.slideshow-mini .prev {
	left: 5px;
}

.slideshow-mini .next {
	background-position: -5px 0;
	right: 5px;
}



.author-profile {
	background: #fff;
	padding: 15px 6px;
	margin-bottom: 40px;
}

.author-profile .profile-photo {
	margin-left: 9px;
}

.author-profile img, 
.author-profile-simple img {
	border: 0 none;
}

.author-profile .meta {
	color: #666;
	margin: 0 10px 0 84px;
}

.author-profile .meta p, 
.author-profile-simple .meta p {
	padding: 0 0 4px;
	margin: 0 0 10px;
}

.author-profile .meta p:first-child, 
.author-profile-simple .meta p:first-child {
	background: url(../img/common/pat-01.gif) repeat-x 0 100%;
}

.author-profile .meta strong, 
.author-profile-simple .meta strong {
	display: block;
	font-size: 18px;
	font-weight: normal;
}

.author-profile .meta .more, 
.author-profile-simple  .meta .more {
	color: #1f1f1f;	
}

.author-profile .meta .more span, 
.author-profile-simple .more span {
	color: #868484;	
}

.author-profile-simple.alt-view .inner {
    padding: 10px;
    border: 1px solid #CCCCCC;
    margin: 0 0 0 0;
    overflow: hidden;    
}


/* boczne info o profilu i akcje z nim związane */
.profile-info {
	background: #fff;
	color: #251D12;	
	padding: 15px;
	border: 1px solid #CCC;
}

.profile-info p, .profile-info ul {
	line-height: 15px;
	list-style: none;
	margin: 0;
	padding-bottom: 0px;
}

.profile-info h3 {
	font-weight: bold;
	color: #0099B9;
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.profile-info ul {
	margin: 0 0 0px;
}

.profile-info ul + h3 {
	border-top: 1px dotted #758679;
	padding-top: 5px;
}

.profile-photo {
	float: left;
	font-size: 10px;
	width: 80px;
	padding-bottom: 0px;
}

.profile-photo img {
	border: 1px solid #797979;
	display: block;
	margin-bottom: 3px;
}

.profile-photo a {
	color: #3A8D00;
}

.profile-photo .more:hover {
	text-decoration: underline;
}

.profile-meta {
	margin-left: 84px;
}

.profile-meta strong {
	color: #000;
	font-weight: normal;
}

.profile-actions {
	background: #FCFED1;
	font-size: 14px;
	list-style: none;
	line-height: 24px;
	margin: 0 ;
	padding: 10px;
}

.profile-actions li {
	background: url(../img/common/pat-11.gif) repeat-x 0 0;
	padding: 1px 0 0;
}

.profile-actions li:first-child {
	background: none;
	padding: 0;
}

.profile-actions a, .nav-related li a {
	background: url(../img/common/arr-pink-r.gif) no-repeat 6px 50%;
	color: #0094B3;
	font-weight: bold;
	display: block;
	padding: 0 17px;
	text-decoration: none !important;
}

.profile-actions a:hover, .nav-related li a:hover {
	text-decoration: underline !important;	
}

.slideshow-01 {
    margin-bottom: 18px;
    padding: 0 0 21px;
}

.header a.more {
    background: url("../img/common/arr-red-r.gif") no-repeat scroll 0 5px transparent;
    font-size: 11px;
    padding-left: 7px;
}

/* breadcrumbs */
#breadcrumbs {
    border-bottom: 1px solid #CCCCCC;
    font-size: 14px;
    line-height: 16px;
    margin: 10px 0 20px;
    padding: 0 163px 8px 2px;
}

#breadcrumbs span {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0 10px 0 0;
	background: url(../img/common/arr-pink-r-small.gif) no-repeat 100% 7px;
}

#breadcrumbs a {
	color: #3A8D00;
	text-decoration: none;
}

#breadcrumbs > a {
	cursor: default;
	color: #555 !important;
	text-decoration: none !important;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

/* dla podstrony profil - aktualności */
.profile-news { 
	/* background: url(../img/common/pat-12.gif) repeat-x 0 0; */
	padding: 6px 0 0;
}

#ui-stream {
	list-style: none;
	margin: 0 10px 10px;
}

#ui-stream > li, 
#ui-msg-thread .thread > li {
	border-bottom: 1px solid #ECECEC;
	overflow: hidden;
	padding: 10px 0 11px;
}

#ui-stream .avatar, #ui-msg-thread .avatar {
	float: left;
	height: 50px;
	margin: 0px;
	padding: 0px;
	width: 50px; 
}

#ui-stream > li > div, .ui-thread-msg {
	margin: 0 0 0 60px;
	padding: 5px 0 0;
}

#ui-stream .datetime, 
#ui-msg-thread .datetime {
	color: #818181;
	font-size: 13px;
	line-height: 15px;
	margin: 0;
}

#ui-stream .action, 
.ui-thread-msg .meta, 
.ui-thread-msg .subject {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin: 0 0 10px;
}

#ui-stream .entry-content {
	padding: 10px 0 0;
}

#ui-stream .entry-author {
	color: #3A8D00;
}

#ui-stream .inner-link {
	background: url(../img/common/arr-pink-r.gif) no-repeat 100% 6px;
	color: #818181;
	padding-right: 6px;
}

#ui-stream .media {
	float: left;
	width: 140px;
}

#ui-stream .media img, 
#ui-stream .media object {
	display: block;
	max-width: 100%;
	width: auto;
}

#ui-stream .descr {
	margin: 0 0 0 150px;
}

#ui-stream .descr h6 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}

#ui-stream .descr .meta {
	color: #737373;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
}

#ui-stream .descr .meta span {
	border-right: 1px solid;
	margin-right: 5px;
	padding-right: 3px;
}

#ui-stream .descr .meta strong {
	color: #000;
	font-weight: normal;
}

#ui-stream blockquote {
	margin: 0 30px 0 20px;
}

.quote-comment p {
	color: #797979;
	font-style: italic;
}

/* moje menu */

#nav-personal {
	width: 200px;
}

.nav-personal {
    margin-top: 5px;
    padding: 0 15px 5px;
}

#nav-personal {
	background: url(../img/common/pat-07.gif) repeat-x 0 0;
	list-style: none;
    margin: 0 0 16px;
	overflow: hidden;
	padding: 2px 0 0;
}

#nav-personal li {
	background: url(../img/common/pat-07.gif) repeat-x 0 100%;
	padding: 0 0 2px;
	width: 100%;
}

#nav-personal a {
	display: block;
	height: 18px;
	overflow: hidden;
	padding: 0 10px 0 6px; 
}

#nav-personal a:hover {
	background-color: #fff;
	text-decoration: underline;
	text-decoration: none;
}

h2.browsing-opts {
	background: url(../img/common/cir-browsing.gif) no-repeat 0 0;
	width: 160px;
	margin-left: 0 !important;
}

li.fileInput input.file {
    -moz-border-radius: 6px 6px 6px 6px;
    border: 1px solid #999999 !important;
    display: inline;
    font: 18px/18px Arial,Helvetica,sans-serif;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-top: 5px;
    padding: 7px !important;
    width: 365px;
    color: #999999 ;	
}

li.fileInput > div {
	left: 300px;	
}

.mainContent > #prodPhotos {
	margin-top: 8px;
}


div.listing > ul, .teaser ul, #subNav ul, .entries ul, .simple ul, ul.simple {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
}


/* dla podstrony profil - odebrane */

.profile-mailbox { 
	/* background: url(../img/common/pat-12.gif) repeat-x 0 100%; */
	padding: 6px 0 0;
}

.ui-profile-mailbox .header {
	margin: 0 !important;
}

.ui-profile-mailbox #nav-ui {
	margin: 0;
}

#nav-ui .new-msg {
	background: none;
	float: right;
	padding: 0;
}

.new-msg .cir {
	background: url(../img/common/btn-newmsg.gif) no-repeat 0 0;
	height: 30px;
	margin: 7px 7px 0 0;
	padding: 0 !important;
	width: 148px;
}

.new-msg .cir:hover {
	background-position: 0 -30px;
}

#ui-inbox {
	font-size: 14px;
	line-height: 1.3;
}

#ui-inbox table {
	margin: 0;
}

#ui-inbox td {
    border-bottom: 0px;
    border-top: 1px dotted #1E343A;
    padding: 20px 5px 21px;
}

#ui-inbox .highlight td {
	background-color: #e9e7e0 !important;
}

#ui-inbox tr:last-child td {
	border-bottom: 1px dotted #1E343A;
	background-image: none !important;
	padding-bottom: 20px;
}

#ui-inbox .avatar {
    border-left: 0 none;
    border-right: 0 none;
    float: none;
}

#ui-inbox .meta {
	width: 130px;
}

#ui-inbox .meta span {
	color: #818181;
	display: block;
	font-size: 13px;
}

#ui-inbox .subject a {
	/* background: url(../img/common/arr-pink-d-02.gif) no-repeat 100% 50%; */
	color: #0094B3;
	padding-right: 10px;
}

#ui-inbox .highlight .subject a {
	background: url(../img/common/arr-pink-r.gif)  no-repeat 100% 6px;
	color: #000;
}

#ui-inbox .del .cir {
	background: url(../img/common/icon-del.png) no-repeat 0 0;
	height: 20px;
	width: 20px;
}

#ui-inbox .del .cir:hover {
	background-position: 0 -20px;
}

#ui-inbox .choose, 
#ui-inbox .del {
	width: 1%;
}

#ui-inbox .choose label {
	background: url(../img/common/pat-02.gif);
	display: block;
	line-height: 1px;
	padding: 3px;
}

#ui-inbox .choose label span {
	display: none;
}

#ui-inbox .choose input {
	margin: 1px 0 0 1px !important;
	padding: 0 !important;
}

.profile-mailbox .options-bar {
	background: url(../img/common/pat-12.gif) repeat-x 0 -1px;
	padding: 18px 2px 20px;	
}

.profile-mailbox .actions {
	float: left;
	width: 65%;
}

.profile-mailbox .options-bar ul {
	float: left;
	line-height: 1;
	margin: 6px 0 0 !important;
}

.profile-mailbox .options-bar li {
	border-left: 1px solid #c4c9bf;
	float: left;
	padding: 0 10px;
}

.profile-mailbox .options-bar li:first-child {
	border: 0 none;
	padding: 0 10px 0 0;
}

.profile-mailbox .actions p {
	background: url(../img/common/pat-02.gif);
	float: left;
	margin: 0;
	padding: 3px 4px 4px;
}

#ui-inbox select {
	font-size: 11px;
	width: 100px;
}

.profile-mailbox .pagination, 
.options-toolbar .pagination {
	float: right;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	max-width: 30%;
}

.profile-mailbox .pagination a, 
.options-toolbar .pagination a {
	vertical-align: middle;
	margin-left: 2px;
	padding: 0 2px;
}

.profile-mailbox .pagination .current, 
.options-toolbar .pagination .current {
	color: #000;
	cursor: default;
}

.profile-mailbox .pagination .prev, 
.profile-mailbox .pagination .next, 
.options-toolbar .pagination .prev, 
.options-toolbar .pagination .next {
	background: url(../img/common/navi-02.png) no-repeat 0 0;
	display: inline-block;
	height: 20px;
	padding: 0;
	width: 20px;
}

.profile-mailbox .pagination .prev:hover, 
.options-toolbar .pagination .prev:hover {
	background-position: 0 -20px;
}

.profile-mailbox .pagination .next, 
.options-toolbar .pagination .next {
	background-position: -20px 0;
}

.profile-mailbox .pagination .next:hover, 
.options-toolbar .pagination .next:hover {
	background-position: -20px -20px;
}


.flashContainer {
	margin:15px auto;
	width:955px;
	z-index:1;
}

.flashContainer .flash .failure,
.flashContainer .flash .success{
    margin: 18px 5px 0 5px;
}

.success {
background:url("/img/common/success.gif") no-repeat scroll 18px 50% #E6EFC2;
border:1px solid #C6D880;
color:#264409;
}

.failure {
background:url("/img/common/error.gif") no-repeat scroll 18px 50% #FBE3E4;
border:1px solid #DC1919;
color:#DC1919;
}

.failure, .success {
    -moz-border-radius:6px 6px 6px 6px;
    font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    margin:0 0 18px;
    padding:8px 10px 8px 60px;
}

.flash .actions {
	color:#525252;
	font-size:12px;
	font-weight:bold;
	height:auto;
	margin:0 0 10px;
	padding:10px 0 10px 64px;
	min-height:32px;
}

.flash .actions-ok {
	background: #e5f3d5 url(../img/common/action-ok.png) no-repeat 24px 12px;
	border: #7bb217 1px solid;
}

.flash .actions-error {
	background: #f0dddd url(../img/common/action-error.png) no-repeat 24px 8px;
	border: #b01c1c 1px solid;
}

.flash .actions-info {
	background: #FCFED1 url(../img/common/action-info.png) no-repeat 24px 7px;
	border: #CCCCCC 1px solid;
}

/* #slider */
#slider-range {
	margin-left: 6px !important;
}

/* prawy box znajomi */
.friendsListBox li {
    float: left;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0 11px;
}

/* bazar na głównej */
.bazaarEntries.listing-photos-03 li {
    height: 166px;
    left: -3px;
    margin: 20px 0 !important;
    overflow: visible;
    padding: 5px;
    position: relative;
    top: -1px;
    width: 95px;
}

.bazaarEntries.listing-photos-03 li h3 {
    z-index: 333;
}

.bazaarEntries.listing-photos-03 ul {
    overflow:visible;
}
/*
.bazaarEntries.listing-photos-03 li:first-child,
.bazaarEntries.listing-photos-03 li:nth-child(6n+7) {
	margin: 20px 0 0 !important;
	clear: left;
} 
*/
.bazaarEntries > div.s-head {
	border-bottom: 2px solid #999;
	position: relative;
	margin-bottom: 0px !important;
}

.bazaarEntries > div.s-head h3 {
	margin-right: 100px;
	padding: 0 0 6px;
	position: relative;
}

.bazaarEntries > div.s-head .moreInline {
	bottom: 7px;
	color: #0099b9;
	font: bold 10px/1 Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	right: 2px;
}

.bazaarEntries ul li h3 {
	height: 17px;
    position: absolute;
    height:35px;
    overflow:hidden;
    left: 0;
    width: 98px;
    padding: 0 3px;	
	font-size: 13px;
	margin 0 0 0.2em;	
}

.bazaarEntries h3 .more {
	background: url(../img/common/arr-pink-r.gif) no-repeat 100% 50%;
	display: inline;
	padding: 0 6px 0 0;
	width: 100%;
	color: #3A8D00;
}

.bazaarEntries li:hover {
    background:#ffffff;
}

.bazaarEntries li:hover h3 {
    height: auto;
    background:#efefef;
    padding-bottom:2px;
}

/* suwaczki */

form.sliderFrm {
	margin-bottom: 35px;
}

form.sliderBackgroundFrm p, form.sliderPointerFrm p {
	padding-left: 10px;
}

form.sliderFrm div.slider_desc input[type="submit"] {
	margin-right: 10px;
}

ul.slider-backgrounds {
	padding-left: 60px !important;
	margin-bottom: 0px !important;
}

ul.slider-backgrounds img, ul.slider-pointers img  {
	vertical-align: middle;
}

ul.slider-backgrounds input[type="radio"] {
	margin-right: 20px;
}

ul.slider-pointers input[type="radio"] {
	margin-right: 0px;
	margin-left: 0px;
}

ul.slider-backgrounds li {
    -moz-border-radius: 5px 5px 5px 5px;
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
    min-height: 50px;
    padding: 10px;
    width: 490px;
}

ul.slider-pointers li {
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: 100px;
    margin-bottom: 4px;
    margin-left: 4px;
    padding: 0;
    text-align: center;
    width: 120px;
}

ul.slider-backgrounds li div {
    padding: 10px;
}

ul.slider-backgrounds li div label, ul.slider-pointers li div label {
	display: inline !important;
	float: none !important;
	padding:  0px !important;    
}

div.slider-type-header {
    color: #FF9900;
    font-size: 24px;
    margin-top: -12px;
    padding-bottom: 25px;
}

form.sliderFrm label {
	width: 210px !important;
}

textarea.slider_code_box {
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
}

img.slider_preview_div img, img.slider_preview_box {
	padding: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
}

/* Autorzy */

li.authors {
	padding: 5px 4px 5px 0px !important;
	min-height: 100px;
	clear: both;	
}

li.authors .avatar_box {
    float: left;
    font-size: 11px;
    width: 230px;
    margin-left: 0px !important;
}

li.authors .avatar_box a {
	margin-bottom: 10px;
}

li.authors .avatar_box p {
    clear: both;
    font-size: 13px;
    margin-bottom: 0;
    padding-top: 12px;
    text-align: center;
}

li.authors .description_box {
    height: 175px;
    margin-left: 0 !important;
    width: 400px;
	overflow: hidden;
}

li.authors p.gplus_profile {
	padding-top: 3px;
}

