@charset "utf-8";

/* GLOBAL RESET */
* { 
	margin: 0; 
	padding: 0; 
} 

html, body  {
	height: 100%;
	background: #fff url(/kosmetyki/img/common/top_stripe_bg.gif) 0 0 repeat-x;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;	
}

:root { overflow-y: scroll !important; }

img, fieldset, input:focus {	border: 0 none; outline: 0 none; }

ol, ul { list-style: none; }

a, em, strong, span {
  font-size: inherit;
  color: inherit;
  font-variant: inherit;	
  font-style: inherit;
  font-weight: inherit;	
}

em { font-style: italic; }

strong { font-weight: bold; }

em strong, strong em {
	font-weight: bold;
  font-style: italic;
}

a { color: #000; }
a:link, a:active, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

table { /* nadal potrzeba 'cellspacing="0"' w kodzie */
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
}

.invisible { display: none !important; }
.bold { font-weight: bold !important; }
.clear { clear: both; }

/* koniec resetu - zindywidualizowane ustawienia */

h1, h2, h3, h4, h5, h6 { 
	font-family: Georgia, Times, serif;
	font-weight: normal;
	line-height: 1.2em; 
}

h1 { 
	font-size: 2.2em;
	line-height: 1.6em;
} 

h2, h3 { 
	font-size: 2em;
	line-height: 1.4em;
}

h3 { padding: 10px 0; }

h4, h5, h6 { font-size: 1.8em; }

p, address, ul, ol {
	line-height: 1.2em; 
	font-weight: normal;
	font-style: normal;
}

/* ********** LAYOUT ********** */

#wrapper { /* pojemnik ze wszystkim */
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	position: relative;
}

/* ************************* NAGŁÓWEK STRONY ************************* */
/* ***** granatowy pasek topu ***** */
#top {
	width: 980px;
	margin: 0 auto;
	color: #fff;
}

#top p, 
#top li {
	color: #fbfbe8;
	float: left;
	line-height: 25px;	
	padding-left: 20px;
}

#top p {
	padding-left: 10px;
}

#top ul, 
#footer ul {
	float: right;
	padding: 0 8px 0 0;	
}

#top ul {
    padding-right:90px;
}

#top li { padding: 0 6px 0 0; }

#top li span, #topNav li span, #footer li span  { word-spacing: 4px; }

#top li a,
#topNav li a,
#mainNav li a  {
	color: #fff;
	font-weight: bold !important;
}

#mainNav li a.home,
#mainNav li a.home:hover {
	background: url(/kosmetyki/img/common/home.gif) 50% 100% no-repeat;
	width: 17px;
}

#mainNav li a.home span { display: none !important; }


/* ***** menu z tematami ***** */

#subMenu {
	width: 100%;
	min-width: 980px;
	margin: 0 auto;
}

#subMenu ul {
	width: 970px;
	float: none;
	padding: 0 0 0 10px;
	margin: 0 auto;
	border-bottom: 1px solid #c9cccf;
	display:none;

}

#subMenu ul.open {
	display:block;
}

#subMenu ul li {
	line-height: 25px;
	padding: 1px 16px 1px 0;
	color: #666666;
	display: inline-block;
    font-size:14px;
}

#subMenu ul li.active {
	font-weight: bold;
	color: #17476C;
    font-size:14px;
}

#subMenu a {
	font-weight: bold;
	color: #a21f4b;
    font-size:14px;
}

#subMenu ul li.active a {
    color: #17476C;
}

#top .log_in {
	display: inline-block;
	padding: 0;	
}

/* ***** logo + wyszukiwarka ***** */
#header {
	clear: both;
	width: 980px;
	text-align: right;
	position: relative;
	padding: 0 0 10px 0;
	margin: 0 auto;
}

#logo {
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 100;
	display: block;
	width: 358px;
	height: 65px;
	background: url(/kosmetyki/img/common/logo.gif) 0 0 no-repeat;
	text-align: left;	
	text-decoration: none;
}

#logo strong {
	position: absolute;
	bottom: 0;
	left: 4px;
	z-index: 100;
	color: #666 !important;
	text-transform: uppercase;
	text-align: left;
	font-size: 11px;	
}

#patronat {
	position: absolute;
	top: 18px;
	left: 389px;
	z-index: 100;
	text-align: left;
	color: #666;
}

#patronat {
	font-size: 0.9em;
	text-transform: lowercase;
}

#patronat a {
	display: block;
	width: 159px;
	height: 54px;
	background: url(/kosmetyki/img/common/patronat_stylistka.png) 0 0 no-repeat;	
}

#logo span, #patronat a span { display: none; }

#header form { padding: 30px 14px 12px 0; }
#header form { padding-right:96px; }

.textInput {
	border: 1px solid #666666;
	background: #f6f6f6;
}

.textInput:focus {
	border: 1px solid #17476c;
	background: #f3f4f8;
	outline: 0 none;	
}

#header form .textInput {
	height: 18px;
	width: 246px;
	padding: 2px;
}

#header form button {
    width: 74px;
	background: url(/kosmetyki/img/common/search.gif) 0 0 repeat-x;
    text-align: center !important;
	border: 1px solid #b3b3b3;
	padding: 2px 0;
	margin: 0 0 0 4px;
	color: #000;
	font-size: 14px;
}

/* ***** menu na gradiencie ***** */
#topNav {
	width: 100%;
	min-width: 980px;
	position: relative;
	z-index: 1;
}

#topNav div {
	height: 20px;
	width: 50%;
	background: #e1e9ef;
	position: absolute;
	right: 0;
	z-index: 2;
}

#topNav ul {
	background: url(/kosmetyki/img/common/gradient_stripe.jpg) 100% 0 repeat-y;
	float: none;
	width: 980px;
	margin: 0 auto;
	text-align: right;
	position: relative;
	z-index: 3;
}

#topNav ul li {
	float: none;
	font-size: 11px;
	line-height: 20px;
	display: inline;
	color: #17476c;
	padding: 0 4px 0 0;
}

#topNav ul a { color: #17476c; }

#topNav .rss {
	display: inline-block;
	padding: 0 6px 0 18px;
	background: url(/kosmetyki/img/common/rss_small.gif) 0 50% no-repeat;	
}

/* ***** głowne górne menu ***** */

#mainNav {
	background: url(/kosmetyki/img/common/main_nav.gif) 0 100% repeat-x;
	height: 40px;
	width: 100%;
	min-width: 980px;
	padding-top: 12px;
}

#mainNav ul {
	float: none;
	padding: 0 12px 0 0;
	width: 978px;
	margin: 0 auto;
}

#mainNav li { 
	padding: 7px 0 0 12px; 
	float: left; 
	text-transform: uppercase;
}

#mainNav li.label {
	height: 26px;
	line-height: 26px;
/*
	padding: 7px 14px 2px 24px;
*/
	padding: 7px 3px 2px 24px;
	font-size: 12px;
	font-weight: bolder !important;
	text-decoration: none;
	color: #d67d9a;
}

#mainNav li a {
	display: block;
	height: 26px;
	line-height: 26px;
	padding-bottom: 2px;
	font-size: 12px;
	font-weight: bolder !important;
	text-decoration: none;
}

#mainNav li a.home,
#mainNav li a.home:hover { 
	background: url(/kosmetyki/img/common/home.gif) 50% 100% no-repeat;
	width: 17px;
}

#mainNav li a.home span { display: none !important; }

#mainNav li a span { display: block; }
#mainNav li a span span { padding: 0 14px 0 12px; }

#mainNav li a:hover {
	color: #000;
	background: url(/kosmetyki/img/common/menu.gif) 0 0 repeat-x;
}

#mainNav li a:hover span { background: url(/kosmetyki/img/common/menu_left.gif) 0 0 no-repeat; }
#mainNav li a:hover span span { background: url(/kosmetyki/img/common/menu_right.gif) 100% 0 no-repeat; padding-bottom: 2px; }

#mainNav li.diff { float: right; text-transform: none; }

#mainNav li.diff a,
#mainNav li.diff a:link,
#mainNav li.diff a:visited,
#mainNav li.diff a:hover {
	display: inline;
	height: auto;
	line-height: 26px;
	padding: 0;
	font-size: 14px;
	background: none;
	font-size: 12px;
	color: #ffe8f0;
}

#mainNav li.diff a:hover { text-decoration: underline; }

/* ************************* CONTENT - OGÓLNE RAMY ************************* */

#contentContainer {
	width: 980px;
	margin: 0 auto;
	padding: 22px 0 110px;
}

.row { 
	overflow: hidden; /* zmieniłem 21-10-2008 - przedtem było auto */
	width: 100%; 
}

.divided .leftCol {
	float: left;
	width:  660px;
	margin: 0 20px 0 0;
	overflow: hidden; /* zmieniłem 21-10-2008 - przedtem było auto */
}

.divided .rightCol {
	float: right;
	width:  300px;
	overflow: hidden; /* zmieniłem 21-10-2008 - przedtem było auto */
}

.divided { background: url(/kosmetyki/img/common/divider.gif) 670px 0 repeat-y; }

.row img { border: 1px solid #000; }

.rightCol .box {
	border-width: 8px 1px 1px;
	border-style: solid;
	padding: 6px 6px 10px;
	width: 286px;
	overflow: hidden;
}

.author { 
	color: #666666;
	font-size: 11px;
}
.author a { color: #17476c; }

.more { font-weight: bolder; }
.more a { color: #a21f4b; }
.more, .comments, .author {
	display: block;	
	font-style: normal;
}

.comments a {
	display: inline-block;
	padding-left: 20px;
	background: url(/kosmetyki/img/common/comments_icon.gif) 0 2px no-repeat;
}

.innerLink {
	float: right;
	color: #17476c !important;
	font-size: 14px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none !important;
}

.innerLink:hover { text-decoration: underline !important; }

a.addTopic {
	border: 1px solid #6c6c6c;
	color: #fff;
	display: block;	
}

a.addTopic em {
	font-style:normal;
	font-weight:bolder;
}

/* ***** POPRZEDNIA-NASTĘPNA ***** */

.flipbar {
	text-align: right;
	overflow: hidden;
}

.flipbar li { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	display: inline;
}

.flipbar li a {
	display: inline-block;
	border: 1px solid #c9cccf;
	color: #17476c;
	padding: 2px 6px;
}

.flipbar li a:hover { 
	text-decoration: none; 
}

.flipbar li a.active, 
.flipbar li a[href]:hover {
	border: 1px solid #17476c;
	background-color: #17476c;
	color: #fff;
}

.flipbar li.prev a {
	background: url(/kosmetyki/img/common/prev02.png) 0 0 no-repeat;
	padding: 2px 6px 2px 14px;
}

.flipbar li.prev a:hover {
	background: #17476c url(/kosmetyki/img/common/prev02.png) 0 -19px no-repeat;
}

.flipbar li.next a {
	background: url(/kosmetyki/img/common/next02.png) 100% 0 no-repeat;
	padding: 2px 14px 2px 6px;
}

.flipbar li.next a:hover {
	background: #17476c url(/kosmetyki/img/common/next02.png) 100% -19px no-repeat;
}

/* ************************* STOPKA I JEJ ELEMENTY ************************* */

#footer {
	width: 100%;
	min-width: 980px;
	background: #f3f3f3;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #c9cccf;
	padding: 16px 0;
	height: 48px;
	overflow: hidden;
}

#footer .inner {
	width: 980px;
	margin: 0 auto;
    position:relative;
}


#footer>.inner>p {
	padding: 0;
	font-size: 11px;
	min-height: 44px;
	float: left;
	position: relative;
	top: 20px;
}

#footer .inner .logo {
    position:absolute;
    left:0;
    top:-2px;
}

#footer li {
	float: left;
	padding: 0 0 0 7px;
	color: #17476c;
	font-weight: bold;	
}

#footer li a { color: #17476c; }

#footer .inner div p {
	font-size: 10px;
	padding: 4px 6px 0 0;
	float: right;
}

/* *********************** INNE ELEMENTY WYGLĄDAJĄCE NA WSPÓLNE *********************** */
/* wyszukiwarka */
form.advancedSearch {
	width: 300px;
	background: #17476c;
	padding: 0 0 12px;
}

form.advancedSearch fieldset {
	width: 250px;
	margin: 0 auto;
	overflow: hidden;
	text-align: right;
}

form.advancedSearch fieldset * { text-align: left; }

form.advancedSearch legend {
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
	padding: 12px 0 8px;
}

form.advancedSearch label {
	display: block;
	color: #fff;
	font-size: 1.1em;
	padding: 8px 0 2px;
}

form.advancedSearch label.first { border-top: 1px solid #6b90ad; }

form.advancedSearch input, form.advancedSearch select {
	border: 0 none;
	padding: 3px;
}

form.advancedSearch input {
	width: 249px;
	height: 1.3em;
}

form.advancedSearch select {
	height: 1.8em;
	width: 254px;
}

/* Opera potrzebuje hack'a */
@media all and (min-width: 0px){
	form.advancedSearch select { width: 250px; }
}

form.advancedSearch button {
	background:transparent url(/kosmetyki/img/common/search.gif) repeat-x 0 0;
	font-family: Georgia, Time, sans-serif;;
	border:1px solid #B3B3B3;
	color:#000000;
	font-size:14px;
	height:24px;
	line-height:22px;
	font-weight: bolder;
	margin: 12px 0 0;
	padding-bottom:4px;
	text-align:center !important;
	width:74px;
}

/* button typu dodaj */
a.addTopic {
	background:#B01A4C url(/kosmetyki/img/common/add.gif) no-repeat scroll 25px 0;
	font-size:1.4em;
	height:49px;
	line-height:49px;
	margin: 1px 0 0 0;
	padding: 0 0 0 71px;
	width:229px;
	border: 0 none;
}

a.addTopic+a.addTopic { font-size:1.2em; }

/* tankingi i kategorie */
#ranks {
	border-color: #dce4ea;
	border-top-color: #17476c;
	padding: 6px 0 12px;
	width:298px;
    margin-bottom:22px;
    margin-top:22px;
}

#ranks h2 {
	padding: 0 6px;
	color: #666;
}

#ranks p { padding: 0 6px 12px; }

#ranks h3 {
	border-top: 1px solid #fff;
	font-family: Arial, Helvetica, sans-serif;
	/*background: #f3f3f3 url(/kosmetyki/img/common/marker_arr.gif) 2px 0 no-repeat;*/
	/*padding: 0 6px 0 20px;*/
	padding: 0 6px 0 0;
	font-size: 18px;
	line-height: 24px;
	color: #a21f4b;
}

#ranks li.unrolled h3 {
	/*background: #f3f3f3 url(/kosmetyki/img/common/marker_arr02.gif) 2px 0 no-repeat;*/
}

#ranks li h3 img {
	display:none;
	vertical-align: middle;
	padding: 0 2px;
	border:none;
}

#ranks li.unrolled h3 img.open {
	display:none;
}

#ranks li.unrolled h3 img {
	display:inline;
}

#ranks li h3 img.open {
	display:inline;
}


#ranks h3 a { color: #a21f4b; }

#ranks ul.subcategory li {
	margin: 0 6px 0 20px;
	background: url(/kosmetyki/img/common/marker03.gif) 2px 50% no-repeat;
	padding: 2px 0 2px 14px;
	font-weight: bolder;
	color: #17476c;
}

#ranks ul.subcategory { padding: 1px 0; }

#ranks ul.subcategory li a { color: #17476c; }


#ranks li.unrolled ul.subcategory { 
display:none;
}


/* kwadratowa reklama w węższej kolumnie */

#firstAdd {
	width:100%;
}

.flashContainer {
	clear: both;
	width: 980px;
	margin: 0 auto;
}

.flash .actions {
	margin: 20px 0 0 0;
	padding: 0;
	padding-top: 16px;
	height: 32px;
	font-size: 14px;
	font-weight: bold;
	color: #525252;
	padding-left: 64px;
}

.flash .actions-ok {
	background: #e5f3d5 url(/kosmetyki/img/common/action-ok.png) no-repeat 24px 12px;
	border: #7bb217 1px solid;
}

.flash .actions-error {
	background: #f0dddd url(/kosmetyki/img/common/action-error.png) no-repeat 24px 8px;
	border: #b01c1c 1px solid;
}

.flash .actions-info {
	background: #f5f5df url(/kosmetyki/img/common/action-info.png) no-repeat 24px 7px;
	border: #d6bb4d 1px solid;
}

#usersComments form p.validation-error, #usersComments form p.validation-ok {
	margin: 0;
	padding: 0;
	color: #d90402;
	font-weight: bold;
	height: 0;
	white-space: nowrap;
	position:absolute;
	top:26px;
	left:260px;
}
#usersComments form p.validation-ok {
	color: #0aa200;
}

#usersComments form p.validation-error img, #usersComments form p.validation-ok img {
	vertical-align: middle;
	float:none;
	
}

#usersComments form li {
position:relative;
}

#usersComments form #review_validation {
left:75px;
top:-4px;
}

#usersComments ul li {
	position:relative;
    min-height:64px;
}

#usersComments ul.commentsList li {
    border-bottom:1px dotted #cccccc;
    margin-bottom:11px;
    padding-bottom:11px !important;
}

#usersComments ul.commentsList li.last {
    border-bottom:none;
}

#usersComments ul li .commentActions {
    position:absolute;
	right:0;
}

#usersComments ul li .contextMenu {
	height:14px;
}

#usersComments ul li span.abuse {
margin-left:5px;
}

#usersComments ul li span.abuse {
	font-size: 0.8em;
	padding: 8px 0;
}

#usersComments ul li span.abuse a { color: #17476c; }

#usersComments ul li span.reviewVote {
	color: #666;
	font-style: normal;
    font-size:10px;
}

#usersComments ul li span.reviewVote a {
    color: #333;
    padding: 0 5px 0;
    font-weight: bold;
}
#usersComments ul li span.reviewVote .vote_yes {
    color: #009a12;
}

#usersComments ul li span.reviewVote .vote_voted {
    padding: 0 5px 0;
    font-weight: bold;
}

#usersComments ul li span.reviewVote .vote_no {
    color:  #bd0000;
}

#usersComments ul li span.reviewVote .votes {
    font-weight: bold;
    font-size:1.2em
}

#usersComments h2 .innerLink {
	font-size:12px;
}

#usersComments ul li div {
margin-left: 74px !important;	
}

#usersComments ul li.deleted, .deleted {
background:#F0DDDD none repeat scroll 0 0;
}

#usersComments ul li p {
	margin-bottom:10px;
}

#usersComments ul li p.body strong {
display:block;
}

#usersComments ul li div span {
text-align:right;
}

#usersComments form ul li label span a {
    font-size: 12px;
    margin-left:4px;
    font-weight:bold;
}

#editProfile #personal  legend {
	font-family: Georgia, Times, serif;		
	font-size: 2em;
	line-height: 1.2em;
	padding: 10px 0 16px;
	color: #666;
}

.none {
	display:none;
}

.contextMenu {
	padding:4px 10px 3px;
	background: #dce4ea;
	width:100%;
	margin-bottom:15px;
}

.contextMenu.small {
	width:auto;
	margin:0;	
}

.contextMenu a {
	margin-right:30px;
	color:#174763;
	text-transform: capitalize;
	font-weight:bold;
}
.contextMenu.small a{
	margin-right:0px;
}

.contextMenu.small select {
	margin-left:30px;
}

.contextMenu.uppercase a {
	text-transform: uppercase;
}

.siteMap ul {
	padding:5px 0 0 20px;
	list-style-type:square;
}

.siteMap ul li ul {
	list-style-type: circle;	
}

.siteMap ul li ul li ul{
	list-style-type:disc;
}

/* reklamy */
#firstAdd {
	width: 100%;
	/*min-height: 250px;*/
	margin: 16px 0 0;
}

#secondAdd {
	overflow: hidden;
	/*background: url(/kosmetyki/img/common/divider.gif) 0 0 repeat-y;*/
    background:none !important;
	float:right;
	overflow:hidden;
	width:120px;
	padding-left: 12px;
}

#secondAdd div {
	width: 100%;
	height: 100%;
}

.banner750 {
    text-align:center;
    margin-bottom:16px;
}

.banner750 div {
    margin: auto;
    width: 1000px;
    /* position:relative; */
    left:-10px;
}

#productsList {
    margin-bottom:16px;
}

/* najaktywniejsze */
#mostActive {
	border-color: #666666;
	background: #f3f3f3;
	padding-bottom: 2px;
        margin-bottom:22px;
}

#mostActive h2 {
	color: #666666;
	padding: 0;
}

#mostActive ol {
	padding: 0 2px 12px;
	list-style: decimal outside !important;
	margin: 0 0 0 45px;
	font-size: 2.6em;
	font-family: Georgia, Time, serif;
	color: #17476c;
}
#mostActive.konkurs ol {
    color: #A21F4B
}

#mostActive ol li { padding: 0; }

#mostActive ol li * {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;

}

#mostActive ol li strong a {
color: #A21F4B
}
#mostActive ol li span {
    color: #666666;
}

#mostActive ol li div {
	padding: 12px 0 0;
	overflow: hidden;
}

#mostActive ol li img {
	border: 0 none;
	float: left;
	display: block;
    font-size:0;
}

#mostActive strong {
	margin-left: 38px;
	font-size: 0.42em;
}
#mostActive span {
	display: block;
	margin-left: 38px;
	font-size: 0.35em;
}

#mostActive span a {
	color: #666;
}

#mostActive span em, #mostActive span em a { font-style: normal; font-weight: bolder; }


#firstAdd img, #secondAdd img {
    border: none;
}

.rightCol #secondAdd {
    float:none !important;
    padding-left:0 !important;
}


.rightCol #latestArticles.box {
background: #F3F3F3;
border: solid #C9CCCF;
border-width: 8px 1px 1px;
margin: 0 0 16px;
overflow: hidden;
padding: 6px 8px 12px;
width: 282px;
}

.rightCol #latestArticles.box h2 {
	color:#666;
	padding:0 0 8px;
}

.rightCol #latestArticles.box h2 span {
	display: block;
	font-size: 0.5em;
	font-weight: bold;
	line-height: 1em;
	padding-bottom: 6px;
}

.rightCol #latestArticles.box h2 span, .rightCol #latestArticles.box h2 span a { color: #666; }

.rightCol #latestArticles.box ul li {
	overflow: hidden;
	padding-bottom: 10px;
}

.rightCol #latestArticles.box ul li img { float: left; }

.rightCol #latestArticles.box ul li p {
	margin-left: 74px;
	font-size: 1em;
	padding-top: 4px;
}

.rightCol #latestArticles.box ul li h4,
.rightCol #latestArticles.box ul li h5{
	color: #17476c;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.1em;
	min-height: 1.8em;
	max-height: 2.2em;
	overflow: hidden;
	font-size: 1.2em;
	padding: 2px 0 0 8px;
}

.rightCol #latestArticles.box ul li h4 a,
.rightCol #latestArticles.box ul li h5 a{
    color: #17476c;
}

.imgCounter {
display:block;
height:0;
margin:0;
padding:0;
}

.side-advert {
	display: block;
	margin: 0 0 12px;
}

.side-advert img {
	display: block;
	margin: 0 auto;
	border: 1px solid #666;
}

.side-advert:hover img {
	border: 1px solid #ed008c;
}

#productsInCategory tr.sponsored td {
    background: #eeeeee;
}

#productsInCategory tr.sponsored td:first-child {
background: #eeeeee url(/kosmetyki/img/common/divider.gif) repeat-y scroll 0 0;
}

.adTaily {
    margin:0 0 16px;
    width:100%;
}
.adTaily a {
    color:#A21F4B;
}

.linkBox.box ul li h5 {
font-size:12px !important;
line-height:14px !important;
max-height:14px !important;
min-height:14px !important;
color:#17476C !important;
font-weight:bold !important;
}

.rightCol #latestArticles.box.featuredLinks ul li {
    padding-bottom:4px;
}

#wrapper .rightCol .box h2 a {
color:#C46081;
text-decoration:underline;
}