@CHARSET "UTF-8";

/* ------------------------------
 *  global styles
 *  ----------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Tahoma", "Arial", "Trebuchet MS";
	font-size: 11px;
	color: #000;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
a{
	color: #000;
	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;
}

.txtBold {
	font-weight: bold;
}

.txtGreen {
	color: #6BBC55;
}

.txtRed {
	color: #C01E2E;
}

.conError {
	color: red;
	font-weight: bold;
}

img.centerImage {
	display: block;
	margin: 0 auto;
}

#conAll {
	width: 960px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*  -----------------------------
 *  base styles
 *  ----------------------------- */

#conTopMenu {
	display: block;
	height: 57px;
	padding: 6px 0 8px 0;
	background: transparent url('../_images/bg_contopmenu.gif') no-repeat center;
}

	#lnkSmallLogo {
		display: block;
		float: left;
		width: 177px;
		height: 46px;
		background: transparent url('../_images/bg_small_logo.gif') no-repeat center;
	}
	
	#conDate {
		float: right;
		text-align: right;
		width: 300px;
		font-size: x-small;
		font-family: Verdana, Arial, Helvetica, San-serif;
		padding: 34px 20px 0 0;
	}
	
	#conTopSmallMenu {
		display: block;
		float: right;
		width: 161px;
		height: 31px;
		margin-top: 15px;
	}
	
		#conTopSmallMenu .conOne {
			float: left;
			text-align: center;
			width: 80px;
			height: 100%;
			border-right: 1px dashed #E0E0E0;
		}
		
			#conTopSmallMenu .conOne a {
				font-size: 10px;
			}
			
			#conTopSmallMenu .conOne img {
				margin: 3px auto;
			}
		
			#conTopSmallMenu .conOneLast {
				border-right: none;
			}
			
			#btnKatalog {
				display: block;
				height: 100%;
				background-image: url('../_images/btn_katalog.gif');
			}
			
				#lnkKatalog a {
					color: #fff;
					font-weight: bold;
				}
		
#conMainVisual {
	display: block;
	height: 167px;
	background: transparent url('../_images/bg_conmainvisual.jpg') no-repeat center;
}

#conMainToolbar {
	display: block;
	height: 40px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

	#conMainToolbarMenuTitle {
		float: left;
		width: 219px;
		height: 100%;
		border-right: 1px solid #fff;
		background: transparent url('../_images/bg_conmaintoolbarmenutitle.gif') repeat-x center;
	}
	
	#conMainToolbarMenu {
		float: left;
		width: 740px;
		height: 100%;
		background: transparent url('../_images/bg_conmaintoolbarmenu.gif') repeat-x center;
		color: #fff;
	}
	
#conMain {
	display: block;
	background: transparent url('../_images/bg_conmain.gif') repeat-y left;
}

	#conMainMenu {
		float: left;
		padding: 10px 0 10px 0px;
		width: 220px;
		background: transparent url('../_images/bg_conmain.gif') repeat-y left;
	}
	
		#conMainMenu ul {
			list-style: none;
			padding-left: 30px;
		}
		
			#conMainMenu ul li {
				padding: 1px 0 5px 24px;
				background: transparent url('../_images/bg_conmainmenu_li.gif') no-repeat left top;
			}
			
				#conMainMenu ul li a {
					display: block;
					font-size: 11px;
					color: #fff;
				}
				
				
				#conMainMenu ul.listSubmenu {
					padding-left: 0px;
					display: none;
				}
				
					#conMainMenu ul.listSubmenu li {
						padding: 5px 0 5px 5px;
						background-image: none;
					}
				
		#conRecommendedMenu {
			display: block;
			height: 40px;
			margin: 15px 0;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #fff;
			background: transparent url('../_images/bg_conmainmenu_recommended.gif') no-repeat center;
		}
			
		#conInfo {
			display: block;
			padding: 20px 0 15px 30px;
			width: 156px;
			color: #fff;
			font-size: 10px;
		}
		
			#txtGodziny {
				width: 156px;
				height: 22px;
				background: transparent url('../_images/txt_godziny.gif') center no-repeat;
			}
				
			#imgMainPhoto {
				display: block;
				margin: 10px 2px;
				width: 150px;
				border: 1px solid #B6AD99;
			}
	
	#conMainContent {
		float: left;
		padding: 10px;
		width: 590px;
	}
	
		#conMainContent h1 {
			font-size: 15px;
		}
	
		#conMainContent p {
			margin: 5px 0;
		}
		
		#conMainContent ul, #conMainContent ol {
			margin-left: 20px;
		}
		
		#conMainContent div.conNavi ul {
			margin-left: 0;
		}
	
	#conMainRightColumn {
		float: left;
		padding: 5px 5px 5px 4px;
		border-left: 1px solid #e1e1e1;
		width: 120px;
	}
	
		.conLinks {
			display: block;
			width: 120px;
			margin: 0 auto;
			padding-top: 30px;
			background: transparent url('../_images/txt_polecamy.gif') no-repeat top center;
			padding-bottom: 10px;
		}
		
			.conLinks .conOne {
				display: block;
				margin: 15px 0;
			}
			
				.conLinks .conOne .conOneImage {
					float: left;
					width: 40px;
					display: block;
					text-align: center;
				}
				
				.conLinks .conOne .conOneText {
					float: left;
					display: block;
					padding: 5px 0 0 5px;
					font-size: 10px;
					text-align: center;
				}
				
		#conRandomPhoto {
			padding-top: 35px;
			background: transparent url('../_images/txt_galeria_losowe.gif') no-repeat top center;
		}
		
			#conRandomPhoto img {
				display: block;
				margin: 5px auto;
				border: 1px solid #777777;
			}
			
			#conRandomPhoto p {
				font-size: 10px;
			} 

#conFooterSP {
	display: block;
	background-color: #A4A4A4;
	height: 7px;
	font-size: 1px;
	margin: 2px 0;
}

#conFooter {
	display: block;
	height: 70px;
}

	#conFooterLeft {
		display: block;
		float: left;
		width: 200px;
		padding: 10px 0 0 20px;
		height: 60px;
		background: transparent url('../_images/bg_confooterleft.gif') repeat-y left;
	}
	
		#txtWyszukiwarka {
			display: block;
			background: transparent url('../_images/txt_wyszukiwarka.gif') no-repeat left;
			margin-bottom: 5px;
		}
		
		#conFooterLeft input {
			float: left;
			width: 145px;
			height: 18px;
			background-color: #F4F4F4;
			border: 1px solid #8E8E8E;
				margin: 2px 15px 0 0;
		}
		
		#conFooterLeft #btnFooterSearch {
			display: block;
			float: left;
			width: 23px;
			height: 23px;
			margin: 0;
			border: none;
			background: transparent url('../_images/btn_search.gif') no-repeat center;
		}
	
	#conFooterRight {
		display: block;
		float: left;
		padding-top: 10px;
		height: 60px;
		width: 740px;
		background-color: #E2E2E2;
	}
	
		#conFooterRight p {
			text-align: center;
			padding: 5px 0;
			color: #616161;
			font-size: 10px;
		}
		
			#conFooterRight p a {
				color: #616161;
			}
			
.container {
    height: 30px;
    float: right;
	margin-top: 3px;
    width: 740px;
}

.container .wrap {
    width: 720px;
    left: 10px;
    top: 10px;
    overflow: hidden;
    position: relative;
    line-height: normal;
    font-size-adjust: none;
}
			
div.stockTicker {
    font-family: Verdana, Arial, Helvetica, San-serif;
    font-size: 12px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

div.stockTicker a {
	color: #fff;
}

div.stockTicker span {
	padding-right: 50px;
}

div.conFontSizer {
	float: right;
	display: block;
	padding: 5px 0;
}

	div.conFontSizer a {
		font-family: "Verdana", "Tahoma", "Arial", "Trebuchet MS";
		font-weight: bold;
		color: #114488;
	}
	
		div.conFontSizer a.txtSize1 {
			font-size: 10px;
		}
		
		div.conFontSizer a.txtSize2 {
			font-size: 14px;
		}
		
		div.conFontSizer a.txtSize3 {
			font-size: 16px;
		}
		
#conSiteLinks {
	display: block;
	margin: 5px auto 15px auto;
	text-align: center;
}

	#conSiteLinks a {
		margin: 5px;
		text-decoration: underline;
		color: #444;
	}
	
		#conSiteLinks a:hover {
			text-decoration: none;
		}
	
	#conSiteLinks span {
		margin: 5px;
	}
