@CHARSET "UTF-8";

/* ------------------------------
 *  global styles
 *  ----------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Tahoma", "Arial", "Trebuchet MS";
	font-size: 12px;
	color: #fff;
	width: 100%;
	height: 100%;
	background: #C2212E url('../_images/bg_body.gif') repeat-x top;
}
a{
	color: #fff;
	cursor:pointer;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.btn {
	background-repeat: no-repeat;
	background-position: left top;
}
.btn:hover {
	background-position: left bottom;
}

img {
	border: none;
}

.conSP{
		height: 0px;
		float: none;
		clear: both;
		font-size: 0px;	
}
.conNV{
	display: none;
}
.txtNV{
	display: block;
	text-indent: -1000em;
	overflow: hidden;
}
.conLeft {
		float:left;
}
.conRight {
		float:right;
}
.conHorizontalMargin {
	margin: 0 10px;
}
.conVerticalMargin {
	margin: 10px 0;
}

.conSpacer {
	display: block;
	height: 10px;
	float: none;
	clear: both;
}

.conDoubleSpacer {
	display: block;
	height: 20px;
	float: none;
	clear: both;
}

.conInlineSpacer {
	display: block;
	height: 10px;
}

.conCN {
	text-align: center;
}

.conRGT {
	text-align: right;
}

.txtBold {
	font-weight: bold;
}

.txtGreen {
	color: #6BBC55;
}

.txtRed {
	color: #C01E2E;
}

.conError {
	color: red;
	font-weight: bold;
}

img.centerImage {
	display: block;
	margin: 0 auto;
}

#conTopBg {
	width: 100%;
	height: 100%;
}

#conAll {
	width: 960px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*background: transparent url('../_images/bg_conall.jpg') no-repeat top left;*/
}

/*  -----------------------------
 *  base styles
 *  ----------------------------- */

#btnChargePhone {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
	width: 97px;
	height: 63px;
	background: transparent url('../_images/bg_btnchargephone.gif') no-repeat center;
}

#conTop {
	display: block;
	position: relative;
	height: 109px;
}

	a#lnkLogo {
		float: left;
		display: block;
		margin-top: 20px;
		width: 131px;
		height: 89px;
		background: transparent url('../_images/img_logo_fonek.gif') no-repeat center;
	}
	
	#conTopMenuTitle {
		float: left;
		display: block;
		width: 770px;
		height: 100%;
		margin-left: 59px;
	}
	
		#conTopTitle {
			display: block;
			height: 73px;
			*height: 71px;
			background: transparent url('../_images/txt_telefony_dla_dzieci.gif') no-repeat top left;
		}
		
		#conTopMenu {
			display: block;
			height: 36px;
			background: transparent url('../_images/bg_contopmenu.gif') repeat-x top left;
		}
		
			#conTopMenu a {
				float: left;
				display: block;
				height: 36px;
				background-position: top;
				background-repeat: no-repeat;
			}
			
			#conTopMenu a:hover, #conTopMenu a.oActive {
				background-position: bottom;
			}
			
				#lnkMenuFonek {
					width: 78px;
					background-image: url('../_images/btn_menu_fonek.gif');
				}
				
				#lnkMenuPoznaj {
					width: 128px;
					background-image: url('../_images/btn_menu_poznaj.gif');
				}
				
				#lnkMenuFunkcje {
					width: 87px;
					background-image: url('../_images/btn_menu_funkcje.gif');
				}
				
				#lnkMenuKiedy {
					width: 157px;
					background-image: url('../_images/btn_menu_kiedyniezbedny.gif');
				}
				
				#lnkMenuAkcesoria {
					width: 159px;
					background-image: url('../_images/btn_menu_akcesoriaiuslugi.gif');
				}
				
				#lnkMenuDoPobrania {
					width: 125px;
					background-image: url('../_images/btn_menu_dopobrania.gif');
				}
				
				#conTopMenu a#lnkMenuSklep {
					float: right;
					width: 93px;
					background-image: url('../_images/btn_menu_kupteraz.gif');
				}
				
#conMain {
	display: block;
}
				
#conFooter {
	display: block;
	height: 105px;
	font-size: 11px;
}

	#conFooterLeft {
		float: left;
		padding-top: 10px;
		height: 95px;
		width: 640px;
		line-height: 20px;
	}
	
	.conBgMobile {
		background: transparent url('../_images/bg_footer_logo_mobile.gif') no-repeat 450px 30px;
	}
	
		#conFooterLeft ul {
			display: block;
			list-style: none;
		}
		
			#conFooterLeft ul li {
				float: left;
				margin: 0 5px;
			}
			
				#conFooterLeft ul li.lFirst {
					margin-left: 0;
				}
				
		#conFooterLeft p {
			margin: 4px 0;
		}
	
	#conFooterRight {
		float: right;
		position: relative;
		margin-top: 8px;
		height: 78px;
		width: 304px;
		background: transparent url('../_images/bg_confootercall.gif') no-repeat top right;
	}
	
		#conFooterRight a#lnkGG {
			position: absolute;
			display: block;
			top: 59px;
			left: 45px;
			width: 110px;
			height: 17px;
			background: transparent url('../_images/btn_gg.gif') no-repeat top right;
		}
		
		#conFooterRight a#lnkSkype {
			position: absolute;
			display: block;
			top: 59px;
			left: 167px;
			width: 118px;
			height: 17px;
			background: transparent url('../_images/btn_skype.gif') no-repeat top right;
		}
		
#conAjax {
	padding: 10px 20px;
	background-color: #F2F2F2;
	width: 570px;
	color: #000;
}

	#conAjax h3 {
		font-size: 20px;
		height: 38px;
	}
	
	#conAjax a {
		color: #000;
		text-decoration: none;
	}
		
		#conAjax a:hover {
			text-decoration: underline;
		}
			
	#conAjax a#btnAjaxZamknij {
		float: right;
		margin: 10px 0;
		width: 93px;
		height: 37px;
		background-image: url('../_images/btn_zamknij.gif');
	}

.oAjaxForm {

}

	.oAjaxForm fieldset {
		border: none;
	}
	
	.oAjaxForm .conOne {
		display: block;
		margin: 10px 0;
	}
	
	.oAjaxForm .conOne {
		display: block;
		margin: 10px 0;
	}
	
	.oAjaxForm .txtError input {
		background-color: #E14D31;
		color: #fff;
	}
	
	.oAjaxForm .txtError label {
		color: #E14D31;
	}
	
		.oAjaxForm .conOne label {
			float: left;
			padding-right: 10px;
			text-align: right;
			width: 150px;
		}
		
		.oAjaxForm .conOne input {
			float: left;
			width: 240px;
		}
		
		.oAjaxForm .conOne .oAjaxFormSubmit {
			padding: 0;
			height: auto;
			border: 1px solid #ddd;
			background-image: none;
			background-color: #fff;
		}