/* ***************************************************** */
/* ****************** style globalne ******************* */
/* ***************************************************** */

body
{
		background: #F8FDFF url('../gfx/bckgr.jpg') repeat-x top;
		padding: 0px;
		margin: 0px;
}
*
{
		font-family: 'Trebuchet MS', Arial;
		font-size: 11px;
}
a
{
		color: #000000;
		text-decoration: none;
}
fieldset
{
		border: 1px solid #CCCCCC;
		padding: 15px 20px 15px 20px;
		margin: 5px 0px 5px 0px;
}
legend
{
		font-family: Arial;
		font-weight: bold; 
		color: #444444;
		padding: 0px 5px 0px 5px;
}
table tr td
{
		padding: 5px;
}

/* ***************************************************** */
/* ******************* style forms ********************* */
/* ***************************************************** */
input.inputText
{
		font-family: Arial;
		font-size: 11px;
		color: #000000;
		padding: 5px;
}
input.inputText:hover
{
		border: 1px solid #666666;
}
input.submitAction
{
		padding: 5px;
}
textarea.textareaText
{
		padding: 5px;
}
textarea#TMCEditor
{
		height:300px !important;
		width:730px !important;
		padding: 5px;
}
select.selectOptions
{
		padding: 3px;
}


/* ***************************************************** */
/* ******************* style rounds ******************** */
/* ***************************************************** */
div.roundb, div.roundt, div.noround
{
		background-color: #FFFFFF;
		border: 1px solid #FFFFFF;
}
div.roundb, div.roundt
{
		padding: 5px;
}
div.noround
{
		padding: 10px 15px 10px 15px;
}


/* ***************************************************** */
/* ******************* style topper ******************** */
/* ***************************************************** */

div#topper
{
		width: auto;
		/*height: 300px;*/
		background: url('../gfx/bckgrHeader.jpg') no-repeat center bottom;
		padding-bottom: 10px;
}
div#topper div.content
{
		width: 980px;
		margin: 0px auto 0px auto;
}
div#topper div.content div#fxTopper
{
		border: 1px solid #D7ECFF;
		background-color: #D7ECFF;
}
div#topper div.content div.main
{
		overflow: hidden;
		width: 100%;
		padding: 10px 0px 0px 0px;
		display: block;
}

div#topper div.content div.main div#logo
{
	float: left;
	width: 170px;
	height: 50px;
	margin: 0px;
	padding: 0px;
}

a#logo
{
		margin: 5px 10px 10px 10px;
}

div#topper div.content div.main div#betainfo
{
	float: left;
	width: 100px;
	height: 50px;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	color: #d20000;
	font-size: 14px;
}

/* ***************************************************** */
/* ******************** style menu ********************* */
/* ***************************************************** */
div#menu
{
		height: 55px;
		background: url('../gfx/bckgrMenu.jpg') repeat-x top;
		margin-top: 30px;
}
div#menu div.rectLeft
{
		float: left;
		width: 4px;
		height: 55px;
		background: url('../gfx/rectMenuLeft.jpg') no-repeat left;
}
div#menu div.rectRight
{
		float: right;
		width: 4px;
		height: 55px;
		background: url('../gfx/rectMenuRight.jpg') no-repeat right;
}
div#menu div.Main
{
		overflow: hidden;
		height: 55px;
}
div#menu a
{
		display: block;
		float: left;
		background: url('../gfx/menuSeparator.jpg') no-repeat top right;
		font-size: 12px;
		font-weight: bold;
		color: #333333;
		padding: 18px 18px 18px 15px;
}
div#menu a:hover
{
		background-color: #ECF3FB;
}


/* ***************************************************** */
/* ***************** style SearchEngine **************** */
/* ***************************************************** */
div#SearchEngine
{
		float: left;
		height: 33px;
		text-align: center;
		padding: 12px 0px 10px 13px;
}
div#SearchEngine input.inputText
{
		width: 100px;
		height: 14px;
		border: none;
		font-family: Arial;
		color: #666666;
		background: transparent url('../gfx/searchInputText.gif') no-repeat center;
		padding: 5px;
}
div#SearchEngine input.submitAction
{
		width: 30px;
		height: 30px;
		border: none;
		background: transparent url('../gfx/lupa.gif') no-repeat center;
}

/* ***************************************************** */
/* ****************** style navigator ****************** */
/* ***************************************************** */
div#fxNavigation
{
		overflow: hidden;
		background-color: #333333;
		border: 1px solid #333333;
		font-family: Arial;
		font-size: 10px;
		font-weight: bold;
		color: #A4E6FD;
		padding: 5px 20px 8px 20px;
}
div#fxNavigation span
{
		padding-right: 5px;
}
div#fxNavigation a
{
		display: inline;
		font-family: Arial;
		font-weight: normal;
		color: #FFFFFF;
		text-transform: lowercase;
		text-decoration: underline;
}
div#fxNavigation img
{
		margin: 2px 5px 2px 5px;
}


/* ***************************************************** */
/* ******************* style content ******************* */
/* ***************************************************** */

div#content
{
		/*overflow: hidden;*/
		width: 980px;
		background: url('../gfx/bckgrContent.gif') no-repeat 126px 0px;
		margin: 0px auto 0px auto;
}
div#sectionLeft
{
		float: left;
		width: 190px;
}
div#sectionLeft div.sectionGroup
{
		margin: 0px 0px 10px 0px;
}
div.sectionGroup a
{
		display: block;
		height: 37px;
		background-repeat: no-repeat;
		background-position: top;
		font-weight: bold;
		padding: 23px 20px 0px 100px;
		margin-bottom: 1px;
}
div.sectionGroup img
{
		position: absolute;
		margin: 15px 0px 0px -76px;
}

div#sectionRight
{
		float: right;
		width: 230px;
}
div#sectionMain
{
		width: 540px;
		margin-left: 200px;
}

div#sectionEnd
{
		clear: both;
		height: 1px;
}



/* ***************************************************** */
/* **************** style StartHello ******************* */
/* ***************************************************** */

div#layerHello
{
		width: 270px;
		height: 180px;
		background: url('../gfx/startWomen.jpg') no-repeat top;
		padding: 50px 20px 20px 250px;
}
div#layerHello h2
{
		font-family: Arial;
		font-size: 18px;
		font-weight: normal;
		padding: 0px;
		margin: 0px 0px 10px 0px;
}
div#layerHello ul
{
		list-style-type: none;
		padding: 0px;
		margin: 25px 0px 0px 0px;
}
div#layerHello ul li
{
		float: left;
		display: float;
		background: url('../gfx/arrow6.gif') no-repeat 0px 50%;
		padding-left: 8px;
		margin-right: 20px;
}
div#layerHello ul li a
{
		font-family: Arial;
		color: #0FBEF9;
		text-decoration: underline;
}


/* ***************************************************** */
/* **************** style Newsletter ******************* */
/* ***************************************************** */

div#layerNewsletter
{
		background: url('../gfx/icoEmail.gif') no-repeat 30px 15px;
		color: #666666;
		padding: 30px 20px 30px 90px;
}
div#layerNewsletter strong
{
		color: #000000;
}
div#layerNewsletter div.forms
{
		float: right;
		padding: 10px 0px 0px 20px;
}
div#layerNewsletter div.forms input.inputText
{
		width: 188px;
		height: 18px;
		border: none;
		background: url('../gfx/newsletterInputText.gif') no-repeat left top;
		color: #000000;
		padding: 5px 2px 2px 30px;
}
div#layerNewsletter div.forms input.submitAction
{
		width: 20px;
		height: 32px;
		border: none;
		background: url('../gfx/newsletterSubmitAction.gif') no-repeat center;		
}



div#sectionMain div.round
{
		border: 1px solid #FFFFFF;
		background-color: #FFFFFF;
		padding: 10px;
		margin: 0px 0px 10px 0px;
}


div#fxNews div.round
{
		overflow: hidden;
		border: 1px solid #F3F3F3;
		background-color: #F3F3F3;
		padding: 10px;
		width: 540px;
		margin-bottom: 5px;
}
div.sectionHeader h3
{		
		padding: 0px;
		margin: 0px;
}
div.sectionHeader h3 span
{
		font-weight: normal;
		color: #1AB4EE;
}
div.sectionHeader a
{
		float: right;
		margin-top: -5px;
}


/* ***************************************************** */
/* **************** style Aktualności ****************** */
/* ***************************************************** */

div#fxNews div.sectionHeader
{
		background: url('../gfx/icoNews.jpg') no-repeat 10px 0px;
		padding: 12px 0px 20px 40px;
}
div#fxNews div.round h4, div#fxPublications div.round h4
{
		text-decoration: underline;
		padding: 6px 0px 0px 0px;
		margin: 0px;
}
div#fxNews div.round div.layerDate
{
		float: right;
		color: #1AB4EE;
		padding-top: 6px;
}
div#fxNews div.round a.layerImage, div#fxPublications div.round a.layerImage
{
		float: left;
		width: 45px;
		height: 28px;
		background-repeat: no-repeat;
		background-position: center;
		margin-right: 15px;
}

div#fxPublications a.nextAll
{
		/*display: block;*/
		background: url('../gfx/arrow66.gif') no-repeat 20px 51%;
		font-weight: bold;
		color: #0FBEF9;
		text-transform: lowercase;
		text-decoration: underline;
		padding: 20px 0px 20px 30px;
}



div#fxPublications div.sectionTitle
{
		background-color: #EFEFEF;
		border: 1px solid #EFEFEF;
}

div#fxPublications div.round
{
		overflow: hidden;
		border: 1px solid #F3F3F3;
		background-color: #F3F3F3;
		padding: 10px;
		margin-bottom: 5px;
}


div#fxPublications div.OfDay div.round
{
		background-color: #0FBEF9;
		border: 1px solid #0FBEF9;
}
div#fxPublications div.OfDay div.round h2
{
		font-size: 15px;
		color: #FFFFFF;
		text-align: right;
		padding: 0px;
		margin: 0px;
}
div#fxPublications div.OfDay div.round h3 a
{
		font-size: 12px;
		color: #FFFFFF;
		text-decoration: underline;
}

div#fxPublications div.OfDay div.publicContent 
{
		text-align: justify;
}
div#fxPublications div.OfDay div.publicContent a:hover
{
		text-align: justify;
		text-decoration: underline;
}
div#fxPublications div.OfDay div.publicTitle h1 a
{
		font-family: 'Trebuchet MS', Arial;
		font-size: 16px;
		padding-top:0px;
		margin-top:0px;
}

div#fxNews div#NewsOfDay div.podpis
{
		text-align: right;
}

/* ***************************************************** */
/* **************** style Ogłoszenia ******************* */
/* ***************************************************** */


div#fxAdverts div.sectionHeader
{
		background: url('../gfx/icoZegar.gif') no-repeat 10px 0px;
		padding: 12px 0px 20px 40px;
}
div#fxAdverts div.layerItem
{
		overflow: hidden;
		border-bottom: 1px solid #F3F3F3;
		background: url('../gfx/arrowNext.jpg') no-repeat 98% 70%;
		padding-bottom: 10px;
		margin-bottom: 10px;
}
div#fxAdverts div.layerItem h4
{
		font-weight: bold;
		text-decoration: underline;
		padding: 0px;
		margin: 0px;
}
div#fxAdverts div.layerItem h4 a
{
		font-family: Arial;
		font-size: 13px;
}
div#fxAdverts div.layerItem div.layerCategory a
{
		font-family: Arial;
		color: #1AB4EE;
		text-transform: lowercase;
		text-decoration: underline;
}
div#fxAdverts div.layerItem div.layerCategory img
{
		margin: 0px 3px 2px 3px;
}
div#fxAdverts div.layerItem a.layerImage
{
		float: left;
		overflow: hidden;
		width: 120px;
		height: 85px;		
		background-repeat: no-repeat;
		background-position: center;
		margin-right: 20px;
}
div#fxAdverts div.layerItem div.layerData
{
		float: right;
		color: #1AB4EE;
}
div#fxAdverts div.layerItem div.layerText div.layerPrice
{
		float: left;
		width: 80px;
		background-color: #0FBEF9;
		color: #FFFFFF;
		text-align: center;
		padding: 5px;
		margin-right: 15px;		
}
div#fxAdverts div.layerItem div.layerText a
{
		/*display: block;*/
		font-family: Arial;
		color: #555555;
		padding-right: 20px;
		margin-top: 10px;
}
div.layerText a:hover
{
		text-decoration: underline;
}


/* ***************************************************** */
/* **************** style Ogłoszenia Losowe VIP ******** */
/* ***************************************************** */
div#sectionMain div.fxAdvertsVIP
 {
		margin: 0px 0px 0px 0px;
}


div#fxAdvertsVIP  
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

div#fxAdvertsVIP div.round {
		margin: 0px 0px 5px 0px;
}


div#fxAdvertsVIP div.rectangle
{
	padding: 5px 10px 5px 10px;
	background-color: #FFFFFF;
	background-image: url('../gfx/bckgrItem2.gif');
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px 0px 0px 0px;
}


div#fxAdvertsVIP div.sectionHeader
{
		background: url('../gfx/vip.png') no-repeat 10px 0px;
		padding: 12px 0px 20px 70px;
}
div#fxAdvertsVIP div.layerItem
{
		overflow: hidden;
		padding-bottom: 0px;
		margin-bottom: 0px;
}
div#fxAdvertsVIP div.layerItem h4
{
		font-weight: bold;
		text-decoration: underline;
		padding: 0px;
		margin: 0px;
}
div#fxAdvertsVIP div.layerItem h4 a
{
		font-family: Arial;
		font-size: 13px;
}

div#fxAdvertsVIP div.layerItem div.layerCategory a
{
		font-family: Arial;
		color: #1AB4EE;
		text-transform: lowercase;
		text-decoration: underline;
}
div#fxAdvertsVIP div.layerItem div.layerCategory img
{
		margin: 0px 3px 2px 3px;
}
div#fxAdvertsVIP div.layerItem a.layerImage
{
		float: left;
		overflow: hidden;
		width: 120px;
		height: 85px;		
		background-repeat: no-repeat;
		background-position: center;
		margin-right: 20px;
}
div#fxAdvertsVIP div.layerItem div.layerData
{
		float: right;
		clear: right;
		color: #1AB4EE;
}

div#fxAdvertsVIP div.layerItem div.layerText div.layerPrice
{
		float: left;
		width: 80px;
		background-color: #0FBEF9;
		color: #FFFFFF;
		text-align: center;
		padding: 5px;
		margin-right: 15px;		
}

div#fxAdvertsVIP div.layerItem div.layerPotwierdzone
{
		float: right;
		width: 100px;
		height: 30px;
		background:  url('../gfx/potwierdzone.png') no-repeat top right
}


div#fxAdvertsVIP div.layerItem div.layerText 
{
	margin-top: 7px;
	background: url('../gfx/arrowNext.jpg') no-repeat 98% 70%;
}

div#fxAdvertsVIP div.layerItem div.layerKontakt 
{
	margin-top: 10px;
	width: 100%;
	float: left;
	clear: both;
	padding: 2px;
	border-top: 1px solid #f2f2f2;
}


div#fxAdvertsVIP div.layerItem div.layerText div.layerPrice
{
		float: left;
		width: 80px;
		background-color: #0FBEF9;
		color: #FFFFFF;
		text-align: center;
		padding: 5px;
		margin-right: 15px;		

}
div#fxAdvertsVIP div.layerItem div.layerText a
{
		font-family: Arial;
		color: #555555;
		padding-right: 20px;
		margin-top: 10px;
}
div#layerText a:hover
{
		text-decoration: underline;
}

div#fxAdvertsVIP div.layerItem a.layerImage2
{
		float: left;
		overflow: hidden;
		width: 180px;
		height: 128px;		
		background-repeat: no-repeat;
		background-position: center;
		margin-right: 20px;
}

div#fxAdvertsVIP div.layerItem a.layerImage3
{
		float: left;
		overflow: hidden;
		width: 100px;
		height: 71px;		
		background-repeat: no-repeat;
		background-position: center;
		margin-right: 20px;
		margin-bottom: 10px;
}



/* ***************************************************** */
/* **************** style Ogłoszenia Losowe Most ******** */
/* ***************************************************** */


div#fxAdvertsMost div.round {
		}

div#fxAdvertsMost div.sectionHeader
{
		background: url('../gfx/attIcon.jpg') no-repeat 5px 5px;
		padding: 12px 0px 20px 46px;
}
div#fxAdvertsMost div.layerItem
{
		overflow: hidden;
		border-bottom: 1px solid #F3F3F3;
		background: url('../gfx/arrowNext.jpg') no-repeat 98% 70%;
		padding-bottom: 10px;
		margin-bottom: 10px;
}
div#fxAdvertsMost div.layerItem h4
{
		font-weight: bold;
		text-decoration: underline;
		padding: 0px;
		margin: 0px;
}
div#fxAdvertsMost div.layerItem h4 a
{
		font-family: Arial;
		font-size: 13px;
}
div#fxAdvertsMost div.layerItem div.layerCategory a
{
		font-family: Arial;
		color: #1AB4EE;
		text-transform: lowercase;
		text-decoration: underline;
}
div#fxAdvertsMost div.layerItem div.layerCategory img
{
		margin: 0px 3px 2px 3px;
}
div#fxAdvertsMost div.layerItem a.layerImage
{
		float: left;
		overflow: hidden;
		width: 120px;
		height: 85px;		
		background-repeat: no-repeat;
		background-position: center;
		margin-right: 20px;
}
div#fxAdvertsMost div.layerItem div.layerData
{
		float: right;
		color: #1AB4EE;
}
div#fxAdvertsMost div.layerItem div.layerText div.layerPrice
{
		float: left;
		width: 80px;
		background-color: #0FBEF9;
		color: #FFFFFF;
		text-align: center;
		padding: 5px;
		margin-right: 15px;		
}
div#fxAdvertsMost div.layerItem div.layerText a
{
		/*display: block;*/
		font-family: Arial;
		color: #555555;
		padding-right: 20px;
		margin-top: 10px;
}
div.layerText a:hover
{
		text-decoration: underline;
}

/* ***************************************************** */
/* *************** style UserAccount ******************* */
/* ***************************************************** */

div#UserAccount
{
		display: block;
		float: right;
		border: 1px solid #333333;
		background-color: #333333;
		color: #FFFFFF;
		text-align: right;
		padding: 10px 20px 10px 30px;
		margin: 0px 0px 20px 0px;
}
div#UserAccount div
{
		background: url('../gfx/acUser.gif') no-repeat 10px 4px;
}
div#UserAccount strong
{
		color: #FFFFFF;
		padding-right: 5px;
}
div#UserAccount span
{
		font-size: 8px;
}
div#UserAccount a
{
		color: #B1EAFD;
		text-decoration: underline;
		padding: 0px 2px 0px 2px;
}


/* ***************************************************** */
/* **************** style TableData ******************** */
/* ***************************************************** */
div#TableData
{
		clear: both;
		margin: 10px 0px 10px 0px;
}
table tr td.tdHeader
{
		background-color: #EFEFEF;
		border-right: 1px solid #FFFFFF;
		border-bottom: 1px solid #CCCCCC; 
		font-family: Arial;
		font-size: 10px;
		font-weight: bold;
		color: #666666;
}

table tr td.tdItem a.layerImage
{
		display: block;
		width: 60px;
		height: 45px;
		border: 2px solid #FFFFFF;
		background-color: #FFFFFF;
		background-repeat: no-repeat;
		background-position: center;
		margin: 0px auto 0px auto;
}
table tr td.tdItem div.layerCategory
{
		color: #999999;
		margin-bottom: 5px;
}
table tr td.tdItem div.layerCategory a
{
		color: #1AB4EE;
		text-transform: lowercase;
		text-decoration: underline;
}
table tr td.tdItem ul
{
		list-style-type: square;
		padding: 0px 0px 0px 12px;
		margin: 0px 0px 0px 0px;
}
div#TableData table tr td.tdItem ul li
{
		float: left;
		color: #666666;
		margin-right: 30px;
}
div#TableData table tr td.tdItem ul li a
{
		font-size: 11px;
		color: #DD0000;
		text-decoration: underline;
}
table tr td u
{
		color: #19CEF9;
}

/* ***************************************************** */
/* **************** style Logowanie ******************** */
/* ***************************************************** */


div#sectionLogged
{
		height: 110px;
		background: url('../gfx/bckgrLogged.jpg') no-repeat top center;
		padding: 15px;
		margin-bottom: 10px;
		
}
div#sectionLogged div.sectionHeader
{
		color: #FFFFFF;
}
div#sectionLogged div.layerMain
{
		height: 50px;
		padding: 15px 20px 15px 20px;
}
div#sectionLogged div.layerMain h5
{
		font-size: 20px;
		color: #FFFFFF;
		text-align: center;
		padding: 0px;
		margin: 0px 0px 0px 0px;
}
div#sectionLogged div.layerMain input.inputLogin
{
		width: 140px;
		height: 19px;
		border: none;
		background: url('../gfx/loggedInputLogin.gif') no-repeat top center;
		font-family: Arial;
		color: #FFFFFF;
		padding: 5px 0px 0px 20px;
		margin-bottom: 2px;
}
div#sectionLogged div.layerMain input.inputPassword
{
		width: 110px;
		height: 19px;
		border: none;
		background: url('../gfx/loggedInputPassword.gif') no-repeat top center;
		font-family: Arial;
		color: #FFFFFF;
		padding: 5px 0px 0px 20px;
}
div#sectionLogged div.layerMain input.submitAction
{
		width: 24px;
		height: 30px;
		border: none;
		background: url('../gfx/loggedSubmitAction.gif') no-repeat center;
}
div#sectionLogged div.layerOptions
{
		padding: 8px 0px 0px 12px;
}
div#sectionLogged div.layerOptions a
{
		background: url('../gfx/arrowFF.gif') no-repeat 0px 51%;
		font-family: Arial;
		color: #CCCCCC;
		text-decoration: underline;
		padding: 0px 5px 0px 5px;
}



/* ***************************************************** */
/* ******************* style Sonda ********************* */
/* ***************************************************** */

div#sectionSonda
{
		background: #87DFFC url('../gfx/bckgrSondaBottom.jpg') no-repeat bottom center;
		padding-bottom: 3px;
}
div#sectionSonda div.sectionHeader
{
		border-bottom: 1px solid #B6EBFD;
		background: #87DFFC url('../gfx/bckgrSonda.jpg') no-repeat top;
		padding: 15px;
}
div#sectionSonda div.option
{
		overflow: hidden;
		border-bottom: 1px solid #B6EBFD;
		padding: 5px 15px 5px 15px;
}
div#sectionSonda div.option div.value
{
		float: left;
		width: 35px;
		background: url('../gfx/arrow66.gif') no-repeat 98% 51%;
		margin-top: 18px;
}
div#sectionSonda div.option div.main
{
		float: right;
		width: 150px;
}
div#sectionSonda div.option div.main div.progress
{
		background-color: #0FBEF9;
		padding: 1px;
}
div#sectionSonda div.option div.main div.progress div.percent
{
		overflow: hidden;
		height: 16px;
		width: 20%;
		background: url('../gfx/bckgrPercent.jpg') repeat-x bottom;
}
div.progress div.percent div.rectStart
{
		float: left;
		width: 2px;
		height: 16px;
		background: url('../gfx/percentStart.jpg') no-repeat left top;
}
div.progress div.percent div.rectEnd
{
		float: right;
		width: 2px;
		height: 16px;
		background: url('../gfx/percentEnd.jpg') no-repeat right top;
}




/* ***************************************************** */
/* ****************** style Stats ********************** */
/* ***************************************************** */
div#sectionStats
{
		height: 115px;
		background: url('../gfx/bckgrStats.png') no-repeat left bottom;
		margin-top: 10px;
}
div#sectionStats ul
{
		float: right;
		width: 140px;
		list-style-type: none;
		padding: 0px;
		margin-top: 10px;
}
div#sectionStats ul li
{
		overflow: hidden;
		background: url('../gfx/arrow00.gif') no-repeat 0px 51%;
		padding: 0px 2px 0px 8px;
}
div#sectionStats ul li div.attribute
{
		float: left;
}
div#sectionStats ul li div.value
{
		float: right;
		font-weight: bold;
}


/* ***************************************************** */
/* *************** style LastMinute ******************** */
/* ***************************************************** */
div#sectionLastMinute div.sectionHeader
{
		background: url('../gfx/icoLastMinute.gif') no-repeat 10px 0px;
		padding: 12px 0px 20px 40px;
}
div#sectionLastMinute div.round
{
		border: 1px solid #0FBEF9;
		background-color: #0FBEF9;
		padding: 15px;
		margin-bottom: 5px;
		
		display: block;
}
div#sectionLastMinute img
{
		position: absolute;
		margin: 36px 0px 0px 214px;
}
div#sectionLastMinute div.round div
{
		background: url('../gfx/bckgrLastMinute.gif') no-repeat top right;
}
div#sectionLastMinute div.round h4
{
		padding: 0px;
		margin: 0px 0px 10px 0px;
}
div#sectionLastMinute div.round h4 a
{
		font-family: Arial;
		color: #FFFFFF;
		text-decoration: underline;
}
div#sectionLastMinute div.round a.layerText
{
		display: block;
		background: url('../gfx/arrowFF.gif') no-repeat right bottom;
		font-family: Arial;
		color: #FFFFFF;
}
div#sectionLastMinute div.round a.layerText:hover
{
		text-decoration: underline;
}

/* ***************************************************** */
/* ****************** style Stopka ********************* */
/* ***************************************************** */

div#footer
{
		clear: right;
		float: right;
		overflow: hidden;
		width: 740px;
		height: 150px;
		padding: 10px 20px 10px 20px;
}
div#footer div.menu
{
		overflow: hidden;
		border-bottom: 1px solid #CBF1FE;
		padding-bottom: 20px;
}
div#footer div.menu a
{
		float: left;
		display: block;
		background: url('../gfx/arrow61.gif') no-repeat 0px 51%;
		color: #666666;
		text-decoration: underline;
		padding: 0px 0px 0px 10px;
		margin-right: 30px;
}
div#footer div.main
{
		overflow: hidden;
		padding: 10px 0px 10px 0px;
}
div#footer div.main div.themedia
{
		float: right;
		width: 150px;
		color: #666666;
		text-align: right;
}
div#footer div.main div.themedia *
{
		font-weight: normal;
		color: #666666;
}

div#footer div.main div.copyright
{
		float: left;
		color: #666666;
}

div#footer div.main div.platnosci
{
		float: right;
		width: 153px;
		height: 38px;
		margin-right: 130px;
}

/* ***************************************************** */
/* *************** style fieldset forms **************** */
/* ***************************************************** */

fieldset span
{
		font-family: Arial;
		font-size: 11px;
		color: #DD0000;
}
span.star
{
		font-family: Arial;
		color: #DD0000;
		font-size: 16px;
}
fieldset input.inputText
{
		width: 88%;
}
fieldset td
{
		vertical-align: top;
		padding: 5px 0px 5px 0px;
}


/* ***************************************************** */
/* ****************** style Types ********************** */
/* ***************************************************** */
div.sectionType div.round
{
		
		border: 1px solid #CCCCCC;
		background-color: #EFEFEF;
		padding: 20px;
		margin: 5px 0px 5px 0px;
}
div.sectionType div.round input
{
		float: left;
		text-align: center;
		margin-right: 15px;
}
div.sectionType div.round div.layerMain
{
		display: block;
		margin: 0px 0px 0px 0px;
}



div.ImageMinimize
{
		/*display: block;*/
		width: 60px;
		height: 45px;
		border: 1px solid #CCCCCC;
		padding: 2px;
}
div.ImageMinimize a
{
		display: block;
		width: 60px;
		height: 45px;
		background-repeat: no-repeat;
		background-position: center;
}



h3
{
		font-size: 14px;
		font-weight: normal;
}

ul.links
{
		list-style-type: square;
}
ul.links li a
{
		color: #0FBEF9;
		text-decoration: underline;
}


/* ***************************************************** */
/* ****************** style Stopka ********************* */
/* ***************************************************** */

div.sectionHeader h2
{
		font-size: 16px;
		font-weight: normal; 
		padding: 0px;
		margin: 10px 10px 5px 10px;
}
div.sectionText
{
		color: #444444;
		margin: 20px 10px 25px 10px;
		font-size: 1em;
}

div.sectionText *
{
		font-size: 1em;
}

div.sectionText a
{
		color: #0FBEF9;
		text-decoration: underline;
}

a.layerImage
{
		background-repeat: no-repeat;
		background-position: center;
}


/* *************************************************************** */
/* **************************** Pager **************************** */
/* *************************************************************** */
div.sectionPager
{
		text-align: center;
		padding: 2px 5px 2px 5px;
		margin: 10px 0px 10px 0px;
}
div.sectionPager *
{
		font-family: Arial;
}
div.sectionPager strong
{
		color: #19BFF1;
		padding: 2px 5px 2px 5px;
}
div.sectionPager a 
{
		font-family: Arial;
		padding: 0px 5px 0px 5px;
}
div.sectionPager span
{
		display: none;
		color: #FFFFFF;
}




/* ***************************************************** */
/* ****************** style Reklamy ******************** */
/* ***************************************************** */

div.reklama
{
		font-family: Arial;
		font-size: 10px;
		font-weight: bold;
		text-align: center;
}

div#billboard 
{
		clear: both;
		width: 750px;
		height: 100px;
		margin: 10px auto 10px auto;
}
div#skyscraper
{
		width: 160px;
		height: 600px;
		margin: 0px auto 0px auto;
}
div#rectangle
{
		width: 300px;
		height: 200px;
		margin: 0px auto 0px auto;
}

/* ***************************************************** */
/* *************** style LastMinute ******************** */
/* ***************************************************** */
div#sectionLastMinuteBanner 
{
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
}



/* ***************************************************** */
/* *************** dodaj baner      ******************** */
/* ***************************************************** */
div#sectionDodajBanner 
{
	padding: 0px;
	margin-top: -5px;
	height: 100px;
	margin-bottom: 5px;
	text-align: center;
}


/* ***************************************************** */
/* *************** lubimy te słowa  ******************** */
/* ***************************************************** */
div.likeThisWords 
{
	margin-top: 10px;
	padding: 0px;
	width: 100%;
	line-height: 17px;
	color: #666666;
	text-align: justify;
}

div.likeThisWords div.round
{
	padding: 5px;
	margin: 0px;
	line-height: 17px;
	background: #F1FAFF;
	border: 1px solid #f2f2f2;
}

div.likeThisWords div.round h3
{
	display: inline;
	margin: 10px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	line-height: 15px;
	font-weight: normal;
	background: #F1FAFF;
	font-size: 11px;
}


div.likeThisWords div.round1
{
	padding: 5px;
	margin: 0px;
	line-height: 17px;
	background: #F1FAFF;
	border: 1px solid #f2f2f2;
	
}

div.likeThisWords div.round1 h3
{
	display: inline;
	margin: 10px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	line-height: 18px;
	font-weight: normal;
	background: #F1FAFF;
	font-size: 14px;
}
