﻿/****** RESET ******/
* {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	list-style: none;
}

div.clear {
	clear: both;
}

div.textLeft, div.textLeftSub {
	text-align: left;
	margin: 2px 0;
}

div.textLeftSub {
	margin: 2px 0 2px 12px;
}

strong, b {
	font-weight: bold;
}

em, blockquote, quote {
	font-style: italic;
}

input, textarea {
	border: 1px solid #ddd;
	padding: 2px;
	color: #616161;
}

input.noBorder {
	border: none;
}

select {
	color: #616161;
	border: 1px solid #ddd;
	height: 17px;
}

select option {
	padding: 0 0 1px 4px;
}

textarea {
	color: #616161;
	border: 1px solid #ddd;
}
a:link, a:active, a:visited {
	color: #8c8c8c;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

.italic {font-style: italic;}
.cRed1{color:#D3131F;}

body {
	color: #707070;
	behavior: url(/csshover.htc);
}

div#main {
	width: 754px;
	border: 1px solid #e5e5e5;
	margin: 0 auto;
	padding: 12px;
	background: url(../images/main_back.gif) repeat-x #fff;
	position: relative;
	top: 16px;
}

a#logo {
	display: block;
	width: 367px;
	height: 75px;
	background: url(../images/logo.gif) no-repeat;
	position: relative;
	top: 19px;
	left: 2px;
	text-indent: -1000px;
	overflow: hidden;
	margin: 10px 0 0 0;
}




/*
div#logoPicture {
	width: 78px;
	height: 72px;
	background: url(../images/logo_picture_women.gif) no-repeat;
	position: absolute;
	top: 27px;
	right: 249px;
}
*/
div#namedays {
	width: 425px;
	height: 21px;
	position: relative;
	top: -59px;
	left: 330px;
	text-align: right;
	color: #949494;
	font-size: 10px;
	z-index: 100;
}

div#namedays a {
	color: #80bf08;
	font-size: 10px;
}

div#topIcons {
	width: 210px;
	height: 64px;
	position: absolute;
	top: 35px;
	right: 20px;
	z-index: 2;
}

a#cartIcon {
	display: block;
	width: 65px;
	background: url(../images/cart_icon.gif) top center no-repeat;
	padding: 41px 0 0 0;
	text-align: center;
	float: left;
}

a#accountIcon {
	display: block;
	width: 65px;
	background: url(../images/account_icon.gif) top center no-repeat;
	padding: 41px 0 0 0;
	text-align: center;
	float: left;
}

a#helpIcon {
	display: block;
	width: 65px;
	background: url(../images/help_icon.gif) top center no-repeat;
	padding: 41px 0 0 0;
	text-align: center;
	float: left;
}

div#space {
	position: relative;
	height: 10px;
}

div#topGirder {
	width: 743px;
	height: 33px;
	background: url(../images/top_menu_back.gif);
	position: relative;
	border-right: 1px solid #ddd;
	padding-right: 10px;
}

div#topGirder li {
	float: left;
}

a#flagEnglish {
	display: block;
	width: 20px;
	height: 12px;
	background: url(../images/flag_english.gif);
	float: right;
	margin: 10px 0 0 0;
	text-indent: -1000px;
	overflow: hidden;
}

a#flagPolish {
	display: block;
	width: 20px;
	height: 12px;
	background: url(../images/flag_polish.gif);
	float: right;
	margin: 10px 0 0 0;
	text-indent: -1000px;
	overflow: hidden;
}

div#topInputs form {
	display: inline;
}

div#topInputs {
	height: 20px;
	position: relative;
	border-bottom: 2px solid #eee;
	padding: 10px 10px 10px 0;
	z-index: -1; 
}

*:lang(pl) div#topInputs, *:lang(en) div#topInputs {
	z-index: 0; 
}

div#topInputs:empty {
	z-index: 0; 
}

div#topInputs div#country {
	width: 285px;
	border-right: 1px solid #e0e0e0;
	float: left;
	margin: 0 0 0 0;
	height: 20px;
	text-align: center;
}

div#topInputs label, div#topInputs div#country span {
	font-weight: bold;
	color: #8c8c8c;
	margin: 0 5px 0 0;
}

div#topInputs input, div#topInputs select {
	color: #616161;
	border: 1px solid #ddd;
	width: 150px;
	height: 17px;
}

div#topInputs select option {
	padding: 0 0 0 4px;
}

div#topInputs div#currency {
	width: 248px;
	border-right: 1px solid #e0e0e0;
	float: left;
	text-align: center;
}

div#topInputs div#search {
	margin: 0 0 0 20px;
	float: left;
}

div#topInputs input#searchInput {
	width: 117px;
	height: 15px;
	padding: 2px 0 0 3px;
}

div#topInputs input#searchButton {
	width: 24px;
	height: 25px;
	padding: 0 0 0 24px;
	background: url(../images/search_button.gif);
	border: none;
	cursor: pointer;
	position: absolute;
	top: 6px;
	right: 0;
	font-size: 0px;
	text-indent: 50px;
}

.searchButton {
	background: url(../images/search_button.gif) no-repeat;
	width: 24px;
	height: 25px;
	cursor: pointer;
	display: inline;
	font-size: 0px;
	padding: 0 0 0 10px;
	border: none;
	text-indent: 50px;
	float: left;
}

.searchButton2 {
	background: url(../images/search_button.gif) no-repeat;
	width: 24px;
	height: 25px;
	cursor: pointer;
}

div#columnMain {
	position: relative;
	margin: 9px 0 0 0;
	width: 550px;
	float: left;
	z-index: -1;
}

div#columnMain p {
	margin: 0 0 10px 0;
}

*:lang(pl) div#columnMain, *:lang(en) div#columnMain {
	z-index: 0; 
}

div#columnMain:empty {
	z-index: 0; 
}

img#occasionGirder {
	position: relative;
}

div#content {
	margin: 15px 0 0 0;
}
div#content .tree {
	background: url(../images/path_back.gif) repeat-x;
	padding: 7px 0 0 7px;
	height: 21px;
	width:543px;
	display:block;
	color: #80bf08;
}
div#content .tree a:link, div#content .tree a:active, div#content .tree a:visited  {
	color: #8c8c8c;
}
div#content h6 {
	background: url(../images/path_back.gif) repeat-x;
	padding: 7px 0 0 7px;
	height: 21px;
}

div#content h6 {
	color: #80bf08;
}

div#content h6 a:link, div#content h6 a:active, div#content h6 a:visited  {
	color: #8c8c8c;
}

/****** KROKI ZAMOWIENIA ******/

div#content h4 {
	background: url(../images/order_step_back.gif);
	height: 26px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;	
}

div#content h4 img {
	float: left;
}

div#content h4 span {
	display: block;
	height: 10px;
	padding: 7px;
	background: url(../images/order_step_done.gif) repeat-x;
	float: left;
	font-weight: bold;
}

div#content h4 span.active {
	background: url(../images/order_step_active.gif) repeat-x;	
	color: #80bf08;
}

div#content h4 span.waiting {
	background: url(../images/order_step_waiting.gif) repeat-x;	
	color: #b1b1b1;
}

/****** OPIS PRODUKTU ******/

div#content div#text, div#content div#product {
	margin: 0 0 0 5px;
	line-height: 140%;
}

div#content div#text a, div#moduleEvents a {
	color: #80bf08;
}

div#content div#text ul li {
	margin: 0 0 0 20px;
	list-style: square;
}

div#content div#text ol li {
	margin: 0 0 0 20px;
	list-style: decimal;
}

ul.li_disc li{
    list-style:disc outside none !important;    
}

div#content div#text h5, div#content div#product h1 {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 15px 0;
	border-left: 2px solid #80bf08;
	padding: 2px 0 2px 10px;
	height: 14px;
}

html > body div#content div#text h5, html > body div#content div#product h1 {
	height: auto;
}

div#content div#product h2 {
	margin: 0 0 15px 0;
}

div#content div#product div#prices {
	margin: 15px 0 15px 10px;
}

div#content div#product div#prices2 {
	margin:15px 0 15px 0;
	text-align:right;
	width:500px;
}

div.prices {
	margin: 15px 0 15px 10px;
	float: left;
}

.oldPrice {
	color: #d3131f;
	text-decoration: line-through;
}

div#content div#product div#productLeft {
	width: 290px;
	float: left;
	margin: 0 0 0 20px;
}

div#content div#product div#productsLeft {
	width: 480px;
	float: left;
	margin: 0 0 0 20px;
}

div#content div#product a#productImage img {
	float: left;
	margin: 5px 0 0 10px;
}

div#content div#showAllProductsInCategory {
	margin: 10px 0 0 0;
	text-align: center;
	clear: both;
}

div#content div#product div#toneContainer {
	margin: 15px 0 0 0;
}

div#toneYellow, div#toneOrange, div#toneRed, div#tonePink, div#toneMulti {
	padding: 50px 0 0 0;
	width: 40px;
	height: 10px;
	text-align: center;
	float: left;
}

div#toneYellow {
	background: url(../../../../_i/tonacje/zolta.gif) no-repeat;
}

div#toneOrange {
	background: url(../../../../_i/tonacje/pomaranczowa.gif) no-repeat;
}

div#toneRed {
	background: url(../../../../_i/tonacje/czerwona.gif) no-repeat;
}

div#tonePink {
	background: url(../../../../_i/tonacje/rozowa.gif) no-repeat;
}

div#toneMulti {
	background: url(../../../../_i/tonacje/mieszana.gif) no-repeat;
}

div.bigBouquet, div.bigBouquet2 {
	width: 238px;
	height: 313px;
	background: url(../images/big_bouquet_back2.gif);
	padding: 4px 15px 4px 15px;
	text-align: center;
	position: relative;
	float: left;
	margin: 0 0 0 2px;
}

div.bigBouquet div.textContainer {
	position: absolute;
	top: 222px;
	left: 14px;
	width: 242px;
}

div.bigBouquet h2 a:link, div.bigBouquet h2 a:active, div.bigBouquet h2 a:visited, div.bigBouquet2 h2 a:link, 
div.bigBouquet2 h2 a:active, div.bigBouquet2 h2 a:visited {
	font-size: 14px;
	color: #d3131f;
	font-weight: bold;
	position: relative;
	top: 5px;
}

div.bigBouquet h2 a:hover, div.bigBouquet2 h2 a:hover {
	text-decoration: underline;
}

div.bigBouquet h3, div.bigBouquet2 h3 {
	font-size: 11px;
	color: #707070;
	margin: 9px 0 0 0;
	text-align: left;
}

div.bigBouquet span.price, div.bigBouquet2 span.price {
	display: block;
	color: #7fb100;
	text-align: left;
	width: 184px;
	float: left;
	position: absolute;
	bottom: 13px;
	left: 15px;
}

div.bigBouquet2 {
	float: right;
}

div.smallBouquet, div.smallBouquet2 {
	width: 182px;
	text-align: center;
	background: url(../images/small_bouquet_separator.gif) bottom right no-repeat;
	margin: 30px 0 0 0;
	float: left;
}

div.smallBouquet a, div.smallBouquet2 a {
	color: #d3131f;
}

div.smallBouquet2 {
	background: none;
}
div.smallBouquet h2 , div.smallBouquet2 h2  {
	display: table;
	height: 27px;
	width: 100%;
}

div.smallBouquet h2 a:link, div.smallBouquet h2 a:active, div.smallBouquet h2 a:visited,
div.smallBouquet2 h2 a:link, div.smallBouquet2 h2 a:active, div.smallBouquet2 h2 a:visited {
	color: #d3131f;
	font-weight: bold;
	text-align: center;
}

div.smallBouquet h2 a:hover, div.smallBouquet2 h2 a:hover {
	text-decoration: underline;
}

div.smallBouquet h3, div.smallBouquet2 h3 {
	font-size: 11px;
	color: #707070;
	margin: 3px 9px 0 9px;
	text-align: left;
	display: table;
	height: 78px;
}

div.smallBouquet span.price, div.smallBouquet2 span.price {
	color: #7fb100;
	text-align: left;
	width: 175px;
	float: left;
	margin: 4px 0 0 10px;
	position: relative;
}

span.final_price {
	color:#7FB100;
	float:left;
	margin:4px 0 0 0;
	position:relative;
	text-align:left;
	width:110px;
}

div.smallBouquet span.priceCat, div.smallBouquet2 span.priceCat {
	color: #7fb100;
	text-align: left;
	width: 170px;
	float: left;
}

div#columnRight {
	width: 186px;
	float: right;
	margin: 9px 0 0 0;
}

div#columnRight div#moduleYourAccount, div#columnRight div#moduleYourCart, div#columnRight div#moduleClientService,
div#columnRight div#moduleWeRecommend, div#columnRight div#moduleCustomersAbout, div#columnRight div#moduleEvents {
	border: 1px solid #e5e5e5;
	border-top: none;
	background: url(../images/right_module_back2.gif) repeat-x 0% 0%;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

div#moduleYourAccount table {
	margin: 0 auto;
}

div#moduleYourAccount td, div#moduleWeRecommend td {
	vertical-align: top;
}

a#twojProfil, a#edycjaKonta, a#historiaZamowien, a#platnoscOdroczona, a#ksiazkaAdresowa, a#programPartnerski, 
a#klubNiezapominajka, a#przypomnijOWydarzeniu, a#wylogujSie, a#dlaFirm, a#programPartnerski2, a#programLojalnosciowy,
a#mobile, a#kartki, a#tapety, a#wspolpraca, a#top10, a#ciekawostki {
	display: block;
	padding: 31px 0 0 0;
	text-align: center;
	float: left;
	width: 53px;
	margin: 10px 0 0 0;
}

a#twojProfil {
	background: url(../images/twoj_profil.gif) no-repeat center top;
}

a#edycjaKonta {
	background: url(../images/edycja_konta.gif) no-repeat center top;
}

a#historiaZamowien {
	background: url(../images/historia_zamowien.gif) no-repeat center top;
}

a#platnoscOdroczona {
	background: url(../images/platnosc_odroczona.gif) no-repeat center top;
}

a#ksiazkaAdresowa {
	background: url(../images/ksiazka_adresowa.gif) no-repeat center top;
}

a#programPartnerski {
	background: url(../images/program_partnerski.gif) no-repeat center top;
}

a#przypomnijOWydarzeniu {
	background: url(../images/przypomnij_o_wydarzeniu.gif) no-repeat center top;
}

a#klubNiezapominajka {
	background: url(../images/klub_niezapominajka.gif) no-repeat center top;
}

a#wylogujSie {
	background: url(../images/wyloguj_sie.gif) no-repeat center top;
}

a#klubNiezapominajka {
	width: 66px;
}

div#columnRight div#moduleYourCart {
	padding: 10px;
	line-height: 140%;
	background: url(../images/right_module_back2.gif) repeat-x;
}

div#columnRight div#moduleYourCart li {
	padding: 0 0 0 10px;
	background: url(../images/arrow.gif) no-repeat left 4px;
}

hr {
	border-top: 1px solid #e5e5e5;
	margin: 5px 0 5px 0;
	height: 1px;
	padding: 0px;
}

div#columnRight div#moduleYourCart span {
	color: #d3131f;
	float: right;
}

div#columnRight div#moduleClientService {
	padding: 9px;
	line-height: 140%;
	background: url(../images/client_service_back.gif) no-repeat;
}

div#moduleYourCart a, div#columnRight div#moduleClientService a {
	color: #80bf08;
}

div#columnRight div#moduleWeRecommend table {
	width: 167px;
}

a#dlaFirm {
	background: url(../images/dla_firm.gif) no-repeat center top;
}

a#programPartnerski2 {
	background: url(../images/program_partnerski2.gif) no-repeat center top;
}

a#programLojalnosciowy {
	background: url(../images/program_lojalnosciowy.gif) no-repeat center top;
}

a#mobile {
	background: url(../images/mobile.gif) no-repeat center top;
}

a#kartki {
	background: url(../images/kartki.gif) no-repeat center top;
}

a#tapety {
	background: url(../images/tapety.gif) no-repeat center top;
}

a#wspolpraca {
	background: url(../images/wspolpraca.gif) no-repeat center top;
}

a#top10 {
	background: url(../images/top10.gif) no-repeat center top;
}

a#ciekawostki {
	background: url(../images/ciekawostki.gif) no-repeat center top;
}

div#moduleWeRecommend table {
	margin: 0 0 0 5px;
}

div#columnRight div#moduleCustomersAbout {
	padding: 10px;
	padding-bottom:0;
	line-height: 140%;
}

div#columnRight div#moduleEvents {
	padding: 10px;
	line-height: 140%;
	text-align: center;
}

div#moduleRotator {
	position: relative;
	width: 468px;
	height: 147px;
	background: url(../images/rotator_back_walentynki.jpg);
	float: left;
	margin: 20px 0 0 0;
}

div#adWino {
	background: url(../images/adWino.jpg) center no-repeat;
	width: 550px;
	height: 140px;
	margin-top: 25px;
}

div#adRyn {
	background: url(../images/adRyn.jpg) center no-repeat;
	width: 550px;
	height: 200px;
	margin-top: 25px;
	margin-bottom: 25px;
}

div#banDzienKobiet {
	background: url(../images/konkurs_dk09.jpg) center no-repeat;
	width: 550px; 
	height:400px; 
	position:static;
}

div#banDzienKobietW {
	background: url(../images/konkurs_dk09_wyniki.jpg) center no-repeat;
	width: 550px; 
	height:400px; 
	position:static;
}

div#stopkaDzienKobiet {
	background: url(../images/stopka_konkurs.gif) center no-repeat;
	width: 500px; 
	height: 60px; 
	position:static;
}


/*div#banDzienKobiet {
	background: url(../images/konkurs_dzienkobiet09.jpg) center no-repeat;
	width: 550px; 
	height:150px; 
	position:static;
} */

	#adWino span {
		display: block;
		font-size: 9px;
		text-align: right;
		position: relative;
		top: 130px;
}


/*div#moduleRotator {
	position: relative;
	width: 468px;
	height: 147px;
	background: url(../images/rotator_back.jpg);
	float: left;
	margin: 20px 0 0 0;
}
*/
div#moduleRotator h4 a {
	display: block;
	font-size: 13px;
	top: 15px;
	position: relative;
	padding: 0 0 0 230px;
	text-align: center;
	font-weight: bold;
	color: #cf0000;
	z-index:40;
}

div.rframes {
	position: absolute;
	width: 367px;
	right: 2px;
	top: 1px;
}

div#moduleRotator div.opis {
	margin: 50px 0 0 0;
}

div#moduleRotator div.opis a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #6a0303;
	padding: 0 8px 0 0;
}

div#moduleRotator div.opis span {
	margin: 15px 0 0 0;
	display: block;
}

div#moduleRotator div.opis span a {
	display:block;
	margin: 15px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #9a0000;
}

div.rframes img {
	float: left;
}

div#moduleTagsCloud {
	width: 254px;
	height: 125px;
	background: url(../images/tags_cloud_back.gif) repeat-x;
	border: 1px solid #e5e5e5;
	float: right;
	padding: 8px 12px 12px 12px;
	overflow: hidden;
	text-align: justify;
	margin: 20px 0 0 0;
}

div#moduleTagsCloud h1, div#moduleTagsCloud h2, div#moduleTagsCloud h3, div#moduleTagsCloud h4, div#moduleTagsCloud h5, div#moduleTagsCloud h6  {
	display: inline;
}

div#moduleTagsCloud h1 a, div#moduleTagsCloud h2 a, div#moduleTagsCloud h3 a, div#moduleTagsCloud h4 a, div#moduleTagsCloud h5 a, div#moduleTagsCloud h6 a {
	color: #aeaeae;
}

div#moduleTagsCloud h1 a {
	font-size: 22px;
}

div#moduleTagsCloud h2 a {
	font-size: 21px;
}

div#moduleTagsCloud h3 a {
	font-size: 18px;
}

div#moduleTagsCloud h4 a {
	font-size: 16px;
}

div#moduleTagsCloud h5 a {
	font-size: 13px;
}

div#moduleTagsCloud h6 a {
	font-size: 11px;
}

div#bottomLine1 {
	border-top: 2px solid #eee;
	border-bottom: 6px solid #eee;
	padding: 4px 0 3px 0;
	margin: 9px 0 4px 0;
}

div#bottomMarks {
	position: relative;
	top: 0;
	left: 0;
	width: 230px;
	float: left;
}

a#solidnaFirma {
	display: block;
	width: 62px;
	height: 28px;
	float: left;
	margin-left:3px;
	margin-right:5px;
}

a#premiumbrand {
	display: block;
	width: 69px;
	height: 30px;
	float: left;
	margin-right:5px;
}

a#moneyWprostLaureat {
	display: block;
	width: 50px;
	height: 25px;
	float: left;
	margin-right:5px;
	margin-top:3px;	
}

a#laurkonsumenta {
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	/*margin: -38px 0px 0px 210px;*/
}

div#bottomMenu {
	width: 510px;
	height: 25px;
	background: url(../images/bottom_menu_back.gif);
	float: right;
	padding: 12px 0 0 0;
	text-align: center;
}

div#bottomMenu a {
	font-size: 10px;
}

div#bottomMenu span.bottomMenuSeparator {
	color: #9f1a37;
	margin: 0 3px;
}

div#payments {
	width: 753px;
	height: 58px;
	background: url(../images/payments.gif);
}

div#footer {
	color: #d8d8d8;
	width: 780px;
	margin: 20px auto 5px auto;
	text-align: center;
}

div#footer p {
	font-size: 10px;
	margin: 10px 0 10px 0;
}

div#footer p.copyrights {
	color: #707070;
	margin: 0 0 10px 0;
}

div#footer a {
	font-size: 10px;
}

#wishesBlock{
	width:610px;
	margin:0 auto;
	padding: 20px 0px 0px 20px;
}

#wishesCategory {
	position:relative;
	width:100px;
	height:100px;
	display:block;
	text-align: center;
	float:left;
}

div.ticket {
	padding: 20px 0px 0px 0px;
}

div.ticket:first-letter {
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #65b600;
}

div.ticket:hover { 
	background-color: #95edea;
	cursor:pointer;
}

.shadow {
	background-color: #f2f2f2;
	padding: 5px 0px 5px 0px;
}

.shadow2 {
	background-color: #f5f5f5;
	padding: 5px 0px 5px 0px;
}
table.pagination {
	margin: 30px auto 0 auto;
}

a.pageBack {
	display: block;
	width: 19px;
	height: 18px;
	background: url(../images/back.gif);
	text-indent: -1000px;
	overflow: hidden;
	float: left;
	margin: 0 auto 0 auto;
}

a.pageNumber, span.pageNumber {
	display: block;
	width: 17px;
	height: 16px;
	float: left;
	text-align: center;
	padding: 2px 0 0 0;
	margin: 0 auto 0 auto;
	border: 1px solid #ddd;
	color: #8c8c8c;
}

span.pageNumber {
	color: #80bf08;
	font-weight: bold;
}

a.pageNumber:hover {
	display: block;
	width: 17px;
	height: 16px;
	float: left;
	text-align: center;
	padding: 2px 0 0 0;
	margin: 0 auto 0 auto;
	border: 1px solid #aaa;
	text-decoration: none;
}

a.pageForward {
	display: block;
	width: 19px;
	height: 18px;
	background: url(../images/forward.gif);
	text-indent: -1000px;
	overflow: hidden;
	float: left;
	margin: 0 auto 0 auto;
}

a.remove {
	display: block;
	width: 21px;
	height: 18px;
	background: url(../images/remove.gif);
	text-indent: -1000px;
	overflow: hidden;
}

/****** FORMULARZ DO LOGOWANIA ******/

div#content div#text form#loginform {
	margin: 20px auto 0 auto;
	width: 260px;
	border-top: 1px dotted #d5d5d5;
	border-bottom: 1px dotted #d5d5d5;
	padding: 15px 0;
}

div#content div#text div.formInputs {
	width: 200px;
	margin: 0 0 0 10px;
}

div#content div#text div#info {
	margin: 5px auto;
	width: 250px;
}

div#content div#text form#loginform p {
	padding: 0 0 0 7px;
}

div#content div#text form dt {
	text-align: right;
	width: 70px;
	display: block;
	height: 20px;
	float: left;
	padding: 0 3px 0 0;
}


/****** KOMUNIKAT Z BLEDEM ******/

div.error {
	border: 1px solid #d3131f;
	display: block;
	padding: 10px 5px 15px 65px;
	background: url(../images/error.gif) 10px center no-repeat;
	width: 165px;
	margin: 10px auto;
}

div.error p {
	font-weight: bold;
	color: #d3131f;
}

.red {
	color: #d3131f;
}

div.information {
	border: 1px solid #8aa4dc;
	display: block;
	padding: 10px 5px 15px 65px;
	background: url(../images/information.gif) 10px center no-repeat;
	width: 165px;
	margin: 10px auto;
}

div.information p {
	font-weight: bold;
	color: #8aa4dc;
}

div.ordersBlock, div.ordersBlockLeft, div.searchParamsBlock {
	margin: 20px auto 0 auto;
	border-top: 1px dotted #d5d5d5;
	border-bottom: 1px dotted #d5d5d5;
	width: 300px;
	text-align: center;
	padding: 12px 0;
}

div.ordersBlockLeft {
	text-align: left;
}

div.ordersBlockLeft table {
	margin: 0 auto;
}

select.selectMode {
	color: #616161;
	border: 1px solid #ddd;
	width: 150px;
	height: 17px;
}

input.selectMode {
	width: 143px;
}

textarea.selectOrders {
	width: 170px;
}

input.selectOrders {
	width: 170px;
}

div.miniHelp {
	width: 18px;
	height: 18px;
	background: url(../images/minihelp.gif);
	float: left;
}

acronym.miniHelp {
	width: 18px;
	height: 18px;
	background: url(../images/minihelp.gif);
	display: block;
	float: left;
}

acronym.miniHelp span {
	display: none;
}

acronym.miniHelp:hover span {
	display: block;
	width: 150px;
	padding: 8px;
	border: 1px solid #ccc;
	position: relative;
	left: 20px;
	text-decoration: none;
	background: #fff;
	z-index: 999;
}
/* -- nie u�ywane juz --
a#termsAndConditionsShort span {
	display: none;
}

a#termsAndConditionsShort:hover span {
	display: block;
	width: 200px;
	padding: 8px;
	border: 1px solid #ccc;
	position: absolute;
	text-decoration: none;
	background: #fff;
	text-align: left;
	right: 0;
}
*/

table.kodypocztowe td {
	padding: 3px;
}

table.center {
	margin: 0 auto;
}

/****** LIGHTWINDOW ******/

#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}

#lightwindow_container {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	/* REQUIRED */
	padding: 0 0 0 0;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	border: 2px solid #666666;
}

/* IE6 needs this or it messes with our positioning */
* html #lightwindow_container {
	overflow: hidden;
}
	#lightwindow_contents {
	overflow: hidden;
	z-index: 0;
	position: relative;
	border: 10px solid #ffffff;
	background-color: #ffffff;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 0 0;
}		

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	padding: 10px;
	background: url(../images/ajax-loading.gif) no-repeat center center #fff;
}

#lightwindow_loading_shim { 
	display: none;
	left: 0px; 
	position: absolute; 
	top: 0px;
	width: 100%; 
	height: 100%;
}

#lightwindow_loading span {
   	font-size: 12px;
	line-height: 32px;
	color: #444444;
	float: left;
	padding: 0 10px 0 0;
}

#lightwindow_loading span a, #lightwindow_loading span a:link, #lightwindow_loading span a:visited {
	color: #09F;
	text-decoration: none;
	cursor: pointer;
}

#lightwindow_loading span a:hover, #lightwindow_loading span a:active {
	text-decoration: underline;
}

#lightwindow_navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* REQUIRED */
}

#lightwindow_navigation_shim { 
	/* REQUIRED */
	display: none;
	left: 0px; 
	position: absolute; 
	top: 0px;
	width: 100%; 
	height: 100%;
	/* REQUIRED */
}

#lightwindow_navigation a, #lightwindow_navigation a:link, #lightwindow_navigation a:visited, #lightwindow_navigation a:hover, #lightwindow_navigation a:active { 
	/* REQUIRED */
	outline: none;
	/* REQUIRED */
}

#lightwindow_previous, #lightwindow_next {
	width: 49%;
	height: 100%;
	background: transparent url(../../../_js/lightwindow/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
	
#lightwindow_previous { 
	float: left;
	left: 0px;
}

#lightwindow_next { 
	float: right;
	right: 0px;
}

#lightwindow_previous:hover, #lightwindow_previous:active { 
	background: url(../../../_js/lightwindow/images/prevlabel.gif) left 15% no-repeat; 
}

#lightwindow_next:hover, #lightwindow_next:active { 
	background: url(../../../_js/lightwindow/images/nextlabel.gif) right 15% no-repeat; 
}
	
#lightwindow_previous_title, #lightwindow_next_title {
	display: none;
}
	 	
#lightwindow_galleries {
	width: 100%;
	position: absolute;
	z-index: 50; 
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}

#lightwindow_galleries_tab_container {
	width: 100%;
	height: 0px;
	overflow: hidden;
}

a#lightwindow_galleries_tab, a:link#lightwindow_galleries_tab, a:visited#lightwindow_galleries_tab {
	display: block;
	height: 20px;
	width: 77px;
	float: right;
	line-height: 22px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	font-size: 11px;
	color: #ffffbe;
	/*background: url(../../../_js/lightwindow/images/black-70.png) repeat 0 0 transparent;*/
	background: url(http://www.pocztakwiatowa.pl/_js/lightwindow/images/black-70.png) repeat 0 0 transparent;
}
	
* html a#lightwindow_galleries_tab,	* html a:link#lightwindow_galleries_tab, * html a:visited#lightwindow_galleries_tab {	
	background: none;
	background-color: #000000;
	opacity: 0.50;
	filter: Alpha(opacity=50);
}

a:hover#lightwindow_galleries_tab, a:active#lightwindow_galleries_tab {
	color: #ffffbe;
}

#lightwindow_galleries_tab_span {
	display: block;
	height: 20px;
	width: 63px;
	padding: 0 7px 0 7px;
}
	
#lightwindow_galleries_tab .up	{
	background: url(../../../_js/lightwindow/images/arrow-up.gif) no-repeat 60px 5px transparent;
}

#lightwindow_galleries_tab .down {
	background: url(../../../_js/lightwindow/images/arrow-down.gif) no-repeat 60px 6px transparent;
}

#lightwindow_galleries_list {
	/*background: url(../../../_js/lightwindow/images/black-70.png) repeat 0 0 transparent;*/
	background: url(http://www.pocztakwiatowa.pl/_js/lightwindow/images/black-70.png) repeat 0 0 transparent;
	overflow: hidden;
	height: 0px;
}

* html #lightwindow_galleries_list {
	background: none;
	background-color: #000000;
	opacity: 0.70;
	filter: alpha(opacity=70);
}	

.lightwindow_galleries_list {
	width: 200px;
	float: left;
	margin: 0 0 10px 0;
	padding: 10px;
}

.lightwindow_galleries_list h1 {	
	color: #09F;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	padding: 10px 0 5px 0;
	font-size: 16px;
}

.lightwindow_galleries_list li {
	margin: 5px 0 5px 0;
	list-style-type: none;
}

.lightwindow_galleries_list a, .lightwindow_galleries_list a:link, .lightwindow_galleries_list a:visited {
	display: block;
	line-height: 22px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	padding: 0 0 0 10px;
	font-size: 11px;
}

.lightwindow_galleries_list a:hover, 
.lightwindow_galleries_list a:active {
	background: #000000;
	color: #ffffbe;
	border-left: 3px solid #ffffbe;
	padding: 0 0 0 7px;
}
		
#lightwindow_data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
}

#lightwindow_data_slide {
	/* REQUIRED */
	position: relative;
	/* REQUIRED */
}

#lightwindow_data_slide_inner {
	background-color: #ffffff;
	padding: 0 10px 10px 10px;
}

#lightwindow_data_caption {
	padding: 10px 0 0 0;
	color: #666666;
	line-height: 25px;
	background-color: #ffffff;
	clear: both;
}

#lightwindow_data_details {
	background-color: #f0f0f0;
	padding: 0 10px 0 10px;
	height: 20px;
}
	
#lightwindow_data_author_container {
	width: 40%;
	text-align: right;
	color: #666666;
 	font-style: italic;
	font-size: 10px;
	line-height: 20px;
	float: right;
	overflow: hidden;
}

#lightwindow_data_gallery_container {
	font-size: 10px;
	width: 40%;
	text-align: left;
	color: #666666;
	line-height: 20px;
	float: left;
	overflow: hidden;
}

#lightwindow_title_bar_inner{
	background-color: #fff;
	height: 20px;
	padding: 5px 5px 0 5px;
	z-index: 1000;
}

#lightwindow_title_bar {
	overflow: hidden;
	height: 30px;	
}

#lightwindow_title_bar_title {
	color: #595959;
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	padding: 5px 0px 0px 10px;
	float: left;
	height: 25px;
}

a#lightwindow_title_bar_close_link,	a:link#lightwindow_title_bar_close_link, a:visited#lightwindow_title_bar_close_link {
	float: right;
	text-align: right;		
	cursor: pointer;
	color: #595959;
	line-height: 25px;
	margin: 0;
}
	
a:hover#lightwindow_title_bar_close_link, a:active#lightwindow_title_bar_close_link {
	color: #ffffff;
}

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}

/* ---------------------------------- CALENDAR ----------------------------------*/
/* calendar icon */
img.tcalIcon {
	cursor: pointer;
	margin-left: 1px;
	vertical-align: middle;
}
/* calendar container element */
div#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 158px;
	padding: 2px 0 0 0;
}
/* all tables in calendar */
div#tcal table {
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse;
	background-color: white;
}
/* navigation table */
div#tcal table.ctrl {
	border-bottom: 0;
}
/* navigation buttons */
div#tcal table.ctrl td {
	width: 15px;
	height: 20px;
}
/* month year header */
div#tcal table.ctrl th {
	background-color: white;
	color: black;
	border: 0;
}
/* week days header */
div#tcal th {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	background-color: gray;
	color: white;
}
/* date cells */
div#tcal td {
	border: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 2px 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	width: 22px;
	cursor: pointer;
}
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
div#tcal td.othermonth {
	color: silver;
}
div#tcal td.weekend {
	background-color: #ACD6F5;
}
div#tcal td.today {
	border: 1px solid red;
}
div#tcal td.selected {
	background-color: #FFB3BE;
}
/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
	position: absolute;
	visibility: hidden;
	z-index: 98;
	border: 0;
}
/* transparent shadow */
div#tcalShade {
	position: absolute;
	visibility: hidden;
	z-index: 99;
}
div#tcalShade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
div#tcalShade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}

/* --------------------------------  END CALENDAR -----------------------------------*/


/* ----------------------------------- PRZYPOMNIJ O --------------------------------*/
/* plik user_remember.mod.php */
.przypominajka {
	/*border: 1px solid #f0f0f0; */
	border-top: 1px dotted #d5d5d5;
	border-bottom: 1px dotted #d5d5d5;
	font-size: 12px;
	width:500px;
	/*height:180px;*/
	vertical-align:middle;
	margin: 20px auto 0 auto;
	padding: 25px 0;
	padding-bottom: 25px;
}

.przypominajka h1 {
	font-size:16px;
	font-weight:bold;
	color:#96b8b2;
}
/* ------------------------------  END PRZYPOMNIJ O  ------------------------------*/

/* ----------------------------------- IMIENINY  ----------------------------------*/

div.maintop {
	margin: 10px 0 0 0;
	padding: 0;
	background: url(/_i/imieniny_kalendarz.jpg) bottom right fixed no-repeat #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 550px;
	text-align: left;
}

div.main {
	width: 95%;
	margin: 0 auto;
}

div.search {
	width: 70%;
}

.red {
	font-size: 12px;
	color: #af0b0a;
	font-weight: bold;
}

.green {
	font-size: 12px;
	color: #5f9d00;
	font-weight: bold;
}

/* ----------------------------------- END IMIENIENY --------------------------------*/

/* -------------------------------------- OVERLIB  ----------------------------------*/
.ov_cap_yellow {
	background: #ffe900;
	border: 1px solid #ffe900;
	text-align: center;
	filter: alpha(opacity=90);
    -moz-opacity: 0.9;
	opacity: 0.9;
}

.ov_cap_yellow_2 {
	background: #ffe900;
	border: 1px solid #ffe900;
	text-align: center;
	filter: alpha(opacity=95);
    -moz-opacity: 0.95;
	opacity: 0.95;
}

.ov_bg_white {
	background: #FFFFFF;
	text-align: justify;
}
.ov_bg_white td{
	padding:6px;
}
/* ------------------------------------- END OVERLIB --------------------------------*/

form#clearTop input {
	cursor: pointer;
	margin: 0 auto;
	background: none;
	border: none;
	width: 95px;
	color: #80bf08;
	font-weight: bold;
}

/* -------------------------------------- WINDOW LI ----------------------------------*/

.window_li{
	border: 1px solid #8aa4dc;
	background-color: white;
	position:absolute;
	top:28%;
	left:30%;
	width: 300px;
	height: 150px;
	text-align:center;
	vertical-align:middle;
	padding:5px;
	display: none;
	font-size:14px;
}

.window_li_head{
	font-size:16px;
	color: #8aa4dc;
	font-weight:bold;
}

.window_li_close{
	background: url(../images/close.gif) no-repeat;
	float:right;
	width:20px;
	height:20px;
	border:0;
	margin:0;
	padding:0;
	cursor:pointer;
}

/* ------------------------------------- END WINDOW LI --------------------------------*/

/*------------------------------------- E-KARTKA ----------------------------------------*/
	#ek_body{
		border: 0;
		margin: 0;
		padding: 0;
		width: 815px;
		height: 600px;
		display:inline;
		color: gray;
	}
	
	#ek_kartka{
		border: 1px outset #707070;
		width: 818px;
		height: 600px;
		background: #ffc0cb;
		padding:5px;
	}
	
	.ek_tr1 {
		height: 418px;
	}
	
	.ek_img {
		margin:0px;
		padding:0px;
		width:520px;
		height:418px;
		vertical-align: top;
	}
	
	#ek_adresy{
		padding-bottom: 15px;
		padding-left: 10px;
		padding-right: 0px;
		vertical-align: bottom;
		font-size: 18px;	
	}
	
	.ek_adresat {
		border-bottom: 1px dotted black; 
		margin: 10px 2px; 
		padding: 5px;
		padding-right:0;
		width: 210px; 
		height: auto; 
		text-align: left;
		font-size: 12px;
	}
	
	.ek_tekst {
		padding-top:0px;
		height:130px;
	}
	
	.ek_input{
		border:0;
		margin:0;
		padding:0;
		background: #ffc0cb;
		font-size: 12px;
		width:220px;
	}
	
	#ek_message{
		border:none;
		margin:0;
		padding:0;
		background: #ffc0cb;
		font-size: 14px;
		text-align:justify;
		width:780px;
		height:120px;
		overflow:auto;
	}
	
	.ek_italic {
		font-style: italic;
	}
	
	.ekdznaczek {
		vertical-align: top;
		margin-bottom:133px;
		margin-left:103px;
	}
	
	.ek_znaczek {
		vertical-align: top;
		margin-bottom:133px;
		margin-left:103px; 
	}
	
	
	.ek_buttons{
		border:1px solid #DDDDDD;
		margin:0pt;
		padding:0pt;
		vertical-align:bottom;
	}
/*-------------------------------------  END E-KARTKA ------------------------------------*/


/* -------------------------------------- KONKURS ----------------------------------*/

div.konkursForm {
	margin: 20px auto 0 auto;
	border-top: 1px dotted #d5d5d5;
	border-bottom: 1px dotted #d5d5d5;
	width: 300px;
	text-align: left;
	padding: 12px;
	float: left;
}

div.konkursForm table {
	margin: 0 auto;
}

div.konkursForm input {
	margin-top: 4px;
}


/* EURO */

a#logo {
	background: url(../images/logo.gif);
	height: 84px;
	width: 410px;
	position: absolute;
	top: 0;
	z-index: 100;
	margin: 7px 0 0 12px;
}

/* NA KOŃCU WERSJA DLA IE */

div#namedays {
	top: 0px;
}

div#space {
	height: 66px;
}

/* EURO END */

table#platnosci_inputs div {
	margin: 8px 0;
}

table.payment_operators {width:100%;}

table.payment_operators div {margin: 8px 0;}

table.payment_operators label {margin-left:2px;}

div.operator_flag {
	float: right; 
	margin: 0pt !important;
}

/* OLIMPIADA

a#logo {
	background: url(../images/logo_olimpiada_medale.gif);
	height: 84px;
	width: 447px;
	position: absolute;
	top: 0;
	z-index: 100;
	margin: 7px 0 0 12px;
}

div#logoPicture {
	background: url(../images/logo_picture_olimpiada.gif) no-repeat;
	position: absolute;
	right: 230px;
}

OLIMPIADA END */


/* PROMO DLA ZALOGOWANYCH */

.promo_for_loggedin
{
margin-top:10px;
color:black;
}
.promo_for_loggedin span
{
	font-weight: bold; 
}

/* JESIEN */

/*
div#logoPicture {
	background: url(../images/jack-o-lantern.png) center center no-repeat;
	height:63px;
	position:absolute;
	right:232px;
	text-align:right;
	top:32px;
	width:120px;
	
}
*/
 

/* JESIEN END */

/* MIKOLAJKI */
/*
a#logo {
	background: url(../images/mikolajki_logo.gif);
	height: 95px;
	width: 410px;
	position: absolute;
	top: 0;
	z-index: 100;
	margin: -4px 0 0 12px;
}

div#logoPicture {
	background: url(../images/mikolajki_logo_picture.gif) no-repeat;
	position: absolute;
	right: 237px;
	width: 108px;
	height: 58px;
	top: 41px;
}
div#mikolajkiRotator {
	background: url(../images/mikolajki_rotator.jpg) no-repeat;
	position: absolute;
	left: -71px;
	top: -13px;
	width: 169px;
	height: 179px;	
}

a#dlaFirm {
	background: url(../images/mikolajki_dla_firm.gif) no-repeat center top;
}

*/
/* MIKOLAJKI END */

.moreImages{
	margin-bottom:5px;
	margin-top:5px;
	margin-left:8px;
	margin-right:8px;
	float:none !important;
}

.centerButtons {
	width:270px;
	margin:auto;
}

.empty{
	height:20px;
	border:0;
}
/*markowe*/
.greenLink {
	color: #80BF08;
	font-weight: bold;
	width: 200px;
}

.greenLink  a:link, .greenLink  a:active, .greenLink  a:visited{
	color: #80BF08;
	font-weight: bold;
}

.redMessage {
	color:#D3131F;
	font-weight:bold;
	font-family:Tahoma,Helvetica,Verdana,Arial,sans-serif;
	text-align:justify;
	border:1px solid #D3131F;
	padding:10px;
}

.partner_stat_submit:hover{
	cursor:pointer;
	background:#f6f6f6;
	color:#80BF08;
}

.calendarDate {
	width:60px !important;
}
/* -------------------------------- KONKURSY  ------------------------------------------------------------ */

div.konkursForm {
	margin: 20px auto 0px auto;
	border-top: 1px dotted #d5d5d5;
	border-bottom: 1px dotted #d5d5d5;
	padding: 10px;
	width: 250px;	
}

div.konkursForm table {
	margin: 0 auto;
}

div.konkursForm input {
	margin-top: 4px;
}

.nagroda {
	text-align: center;
}

div.konkursForm textarea {
	width: 250px;
}

/* konkurs fotograficzny 2009 */

#konkursfoto {
	width: 550px;
	height: 250px;
	background: url(../images/konkurs_foto_09_head.jpg) no-repeat center top;
	margin-bottom: 25px;
}

#konkursfoto_zakonczony {
	width: 550px;
	height: 250px;
	background: url(../images/konkurs_foto_09_head_zakon.jpg) no-repeat center top;
	margin-bottom: 25px;
}

#konkursfoto p {display: none;}

#konkurswyniki blockquote { display:block; width:500px; height:auto; font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; text-align:center; quotes: "\201e" "\201d";}
#konkurswyniki blockquote:before { font-size: 18px; font-weight:bold; color:#ABABAB; content: open-quote; }
#konkurswyniki blockquote:after { font-size: 18px; font-weight:bold; color:#ABABAB; content: close-quote; }
.autor_foto {display:block; width:500px; height:auto; text-align:right; margin-bottom:10px;}


/*
#konkursfoto {
	width: 550px;
	height: 163px;
	background: url(../images/small_konkurs_foto_09_head.jpg) no-repeat top right;
	margin-top: -35px;
	margin-bottom: 50px;
	margin-right: 15px;
}
*/
.konkurs {
	display: block;
	width: 310px;
	height: 163px;
	font-size: 14px;
	text-align:right;
	line-height: 1.7em;
	float: left;
}

.nagrody {
	display: block;
	width: 100%;
	height: auto;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	border-bottom: 1px dotted #D5D5D5;
	margin-bottom: 30px;
}
/* ------------------------------------  3 BUKIETY ------------------------------------------------------ */
.three_bouquets h3 {
	display:none;
}
/* ------------------------------------  /3 BUKIETY ------------------------------------------------------ */

/* ------------------------------------  KONKURS JMSK ------------------------------------------------------ */
.konkurs_jmsk form { margin-left: 40px; width: 480px; margin-bottom: 20px; margin-top: 30px;}
.konkurs_jmsk object {margin-left: 20px;}
.konkurs_jmsk b {font-size: 12pt; color: #660000;}
.konkurs_jmsk .answer {font-size: 10pt;}
.konkurs_jmsk .intxt {border: 1px solid #666633; padding: 6px; margin-top: 2px; width: 426px; background-color: #eeeeee; font-size: 11pt; color: #660000;}
.konkurs_jmsk .left-poz {float: left; margin-right: 5px;}
.konkurs_jmsk .regulamin {color: #698f07; display: block; width: 300px;}
.konkurs_jmsk .regulamin:hover {color: #ff0000;}
.konkurs_jmsk #submit {background-color: #cccc66; border: 1px solid #666633; padding: 10px; width: 100px; font-weight: bold; font-family: arial; margin-left: 300px; color: #333300;}
.konkurs_jmsk #submit:hover {border: 1px solid #ff0000; cursor: pointer;}
/* ------------------------------------  /KONKURS JMSK ------------------------------------------------------ */

.hidden-field{background-color:#F2F2F2;border:1px solid #DDDDDD;width:120px;height:19px;padding:0;}
/*ie6*/
/*
a#logo {
	background-image: url(../images/logo_czapka.gif);
	height: 109px;
	width: 458px;
	position: absolute;
	top: 0;
	z-index: 100;
	text-indent: -9999px;
	margin: -16px 0 0 -36px;
}
*/
