@charset "iso-8859-2";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #fff url('../images/s-top.gif') top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #374351;
}
a, a.link {
	color: #1365c1;
	text-decoration: none;
}
a img {
	border: none;
}
a.link:hover {
	color: #184a80;
	text-decoration: underline;
}

#top {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding-bottom: 15px;
}
#top ul {
	display: inline-block;
	list-style: none;
}
#top ul li {
	display: inline-block;
	margin: 0 10px;
}
#top ul li a {
	font-size: 14px;
	font-weight: normal;
	color: #1b3e5a;
	text-transform: none;
	border-bottom: 2px solid #cdd6e1;
}
#top ul li a:hover {
	color: #ee1a26;
	border-color: #677e97;
}
#logo {
	display: inline-block;
	width: 203px;
	height: 48px;
	margin: 22px 0 16px 25px;
	background: url('../images/s-logo.gif') no-repeat;
}
#logo span {
	display: none;
}

#page {
	width: 960px;
	margin: 0 auto;
	overflow: auto;
}

#sidebar {
	width: 250px;
	float: left;
}
#sidebar .top {
	width: 250px;
	height: 14px;
	background: url('../images/s-sidebar_top.gif') no-repeat;
	margin-top: 10px;
}
#sidebar .middle {
	width: 250px;
	background: url('../images/s-sidebar_bg.gif') repeat-y;
	overflow: auto;
}
#sidebar .bottom {
	width: 250px;
	height: 14px;
	background: url('../images/s-sidebar_bottom.gif') no-repeat;
}
#sidebar h3 {
	font-size: 14px;
	color: #808080;
	text-transform: uppercase;
	padding: 0 10px;
	margin: 0 0 10px 0;
}
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
ul.menu li:first-child {
	border-top: 1px solid #fff;
}
ul.menu li {
	border-bottom: 1px solid #fff;
}
ul.menu li a {
	display: block;
	padding: 5px 20px;
	color: #1365c1;
	line-height: 18px;
}
ul.menu li a:hover {
	text-decoration: underline;
	background: url('../images/s-sidebar_bg-hover.gif') repeat-y;
}
ul.menu li.selected {
	background: url('../images/s-sidebar_bg-selected.gif') repeat-y;
}
ul.menu li.selected a {
	color: #ee1a26;
}

.partnerzy a {
	display: block;
	margin: 30px auto;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.partnerzy a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.partnerzy a span {
	display: none;
}
.partner1 { width: 131px; height: 31px; background: url('../images/s-partner-senzor.gif') no-repeat; }
.partner2 { width: 176px; height: 44px; background: url('../images/s-partner-makoinstal.gif') no-repeat; }
.partner3 { width: 119px; height: 35px; background: url('../images/s-partner-valera.gif') no-repeat; }
.partner4 { width: 173px; height: 27px; background: url('../images/s-partner-baterieczasowe.gif') no-repeat; }

table.parametry {
	width: 60%;
	margin: 10px 20px;
	border-spacing: 0px;
	border-top: 1px solid #e4e4e4;
}
table.parametry td {
	padding: 2px 6px;
	border-bottom: 1px solid #e4e4e4;
}
.a_l { text-align: left; }
.a_c { text-align: center; }
.a_r { text-align: right; }
.w10 { width: 10%; }
.w20 { width: 20%; }
.w30 { width: 30%; }
.w40 { width: 40%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w80 { width: 80%; }
.w90 { width: 90%; }
.w100 { width: 100%; }

#content {
	width: 660px;
	float: right;
}
#content h1 {
	font-size: 18px;
	font-weight: normal;
	color: #355272;
}
#content h2 {
	font-size: 16px;
	font-weight: normal;
}
#content p {
	line-height: 1.5em;
}

.prod_box {
	display: inline-block;
	width: 218px;
	/*height: 240px;*/
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	float: left;
	text-align: center;
	border-right: 1px dashed #ccc;  	
}
.line { overflow:hidden; border-bottom: 1px dashed #ccc; }
.no_border-r {
	border-right: none;
}
.no_border-b {
	border-bottom: none;
}

.prod_box a {
	color: #1365c1;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
}
.prod_box span.opis {
	padding: 3px 0;
	display: block;
	-moz-border-radius: 9px;
	border-radius: 9px;
	border: 1px solid #fff;
}
.prod_box a:hover span.opis {
/*	color: #ee1a26; */
	background: #f4f4f4;
	border: 1px solid #e8e8e8;	
}
.prod_box img {
	margin-bottom: 5px;
}
.prod_box span.symbol {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.prod_box span.nazwa {
	display: block;
	padding: 2px 10px 5px 10px;
	font-size: 12px;
	line-height: 14px;
}

.prod_selector {
	padding: 5px 0 8px 0;
	margin: 5px;
	width: 320px;
	float: right;
	border: 1px solid #ddd;
	background: #f4f4f4;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0px 1px 5px #e2e2e2;
	-webkit-box-shadow: 0px 3px 5px #ccc;
	box-shadow: 0px 3px 5px #ccc;
}
.prod_selector p {
	margin: 0 0 4px 10px;
	padding: 0;
}
.prod_selector ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.prod_selector li {
	margin: 0;
	padding: 0;
}
.prod_selector a {
	display: block;
	line-height: 18px;
	padding: 5px 5px 5px 15px;
	background: #f4f4f4;
}
.prod_selector a:hover {
/*	background: #67bfff; */
	background: #fff;
	text-decoration: none;
}
.prod_selector a.selected {
	background: #e2e5ea;
	background: #5a9fed;
	color: #ee1a26;
	color: #fff;
}
.prod_selector a.selected:hover {
	background: #64adff !important;
}

.prod_selector a.selected:before, .prod_selector a.selected:hover:before {
	width: 12px;
	height: 28px;
	margin: -5px 0 -23px -27px;
	z-index: 10;
	display: block;
	position: relative;
	content: url('../images/s-prod_selector_arr.gif');
}
.prod_selector a.selected:hover:before {
	content: url('../images/s-prod_selector_arr-hover.gif');
}

.navigator {
	width: 100%;
	padding: 20px 0;
	overflow: auto;
	text-align: center;
}

#footer {
	padding: 30px 0;
	width: 960px;
	overflow: auto;
	color: #888;
}
#footer ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
#footer ul li {
	display: inline-block;
	margin: 0 10px;
}
#footer a {
	color: #7b90aa;
	border-bottom: 1px solid #ddd;
}
#footer a:hover {
	color: #406490;
	border-color: #7b90aa;
}