* {
	margin: 0;
	padding: 0;
}
body {
	font-family: arial;
	font-size: .8em;
	color: #585858;
	background: #F0F0F0 url(img/body.png) repeat-x;
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #427AB9;
	background: #E8F3F9;
	padding: 8px;
	margin-top: 15px;
	margin-bottom: 25px;
}
h2 {
	margin: 10px 0 18px;
	font-size: 1.3em;
	padding:5px;
	color:#8BB0C2;
	border-bottom:1px solid #CDE2ED;
}
#additionalservices h2 {
	border-bottom: none;
}
h3 {
	margin: 10px 0;
	font-size: 1.1em;
}
#product h3,
#productlist h3,
#additionalservices h3 {
	font-size: .9em;
	margin-bottom: 4px;
	color: #000;
}
.zwin {
	color:red;
	cursor: pointer;
	padding-left:5px;
	/*background:url(img/zwin.png) right center no-repeat;*/
}
	.zwin:hover {
		text-decoration:underline;
	}
#detailsBox h2 {
	margin-top: 0;
	color:#FF0000 !important;
	padding:0;
	border-bottom:none;
}
#detailsBox h3 {
	color: #999;
	background: #EEE;
	padding:5px;
	margin-left:-3px;
}
p {
	
}
#content p,
#content ul {
	margin-bottom: 12px;
}
#content li {
	margin-left: 20px;
/*
 * 	padding-left: 12px;
 * 	background:url(img/li.png) 0 6px no-repeat;
*/
}
a {
	color:#1161C1;
}
	a:hover {
		color:#3E9EFF;
	}
	a:visited {
		color:#999;
	}
img {
	border: none;
}
#home img {
	float: left;
	margin: 0 10px 10px 0;
}
#container {
	width: 955px;
	margin: 0 auto;
	position: relative;
	background: url(img/container.png);
}
#header {
	height: 321px;
	background: url(img/header.jpg);
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	background: url(img/logo.jpg);
	width: 251px;
	height: 72px;
	display: block;
}
#logo:hover {
	background-position: 0 100%;
}
#content {
	float: right;
	width: 610px;
	margin-right: 30px;
	margin-top: 20px;
}
#navibar {
	float: left;
	width: 200px;
	padding: 0 10px;
	margin-top: 20px;
}
#navibar big {
	display: block;
	width: 224px;
	height: 44px;
}
#lang-en #navibar big {
	background: url(img/select-car-group.png) no-repeat;
}
#lang-pl #navibar big {
	background: url(img/select-car-group-pl.png) no-repeat;
}
#menu {
	position: absolute;
	top: 279px;
	left: 25px;
	height: 34px;
	width: 903px;
}
#footer {
	margin: 30px 0 0;
	background: url(img/footer.jpg) no-repeat;
	padding: 180px 0 20px;
	color:#595959;
	font-size:.7em;
	font-family:tahoma;
}
#footer p {
	text-align: center;
}
.wrapper {
	width: 900px;
	margin: 0 auto;
}


/*
			BLOKI MNIEJSZE
*/
#lang {
	position: absolute;
	top: 20px;
	right: 200px;
	font-family:tahoma;
	font-size:.85em;
	color:black;
}
#lang p {
	margin-bottom:7px;
}
#lang li {
	float: left;
	margin-right: 10px;
}
#lang li {
	/*background-position: 0 50%;*/
	background-repeat: no-repeat;
}
#lang a {
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 22px;
	text-decoration: none;
	color:black;
}
	#lang a:hover {
		text-decoration: underline;
		color: black;
	}
	#lang a:visited {
		color: black;
	}
#lang li span {
	display: none;
}
#en a {
	background-image: url(img/flag/en.png);
}
#pl {
	background: url(img/lang_separator.png) 0 2px no-repeat;
	padding-left:12px;
}
#pl a {
	background-image: url(img/flag/pl.png);
}
#breadcrumbs {
	font-family:tahoma;
	font-size:.7em;
	color:#777;
}
#detailsBox {
	border: 1px solid #E3D5C4;
	background: #FCF9F5;
	padding: 16px 22px 5px 22px;
	margin: 10px 0 20px;
}
.more {
	/*
clear: both;
*/
	text-align: center;
/*
	margin: 0 14px;
	position: relative;
	top: 14px;
*/
}
.more a:hover {
	text-decoration: none;
}
p.step-text { /* Kroki slownie */
	display:none;
}
#steps {
	margin-top: 40px;
}
.content {
	border: 1px solid #E8F3F9;
	padding: 10px 20px 20px 10px;
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 160px;
	width: 450px;
	background: #fafafa;
	margin: 10px 0;
}
.content * {
	color: #585858;
	background: none;
}
.content p,
.content h1,
.content h2 {
	margin: 0 0 5px 0;
	padding: 0;
}
.content h1 {
	font-size: 1.4em;
}
.content h2 {
	font-size: 1.2em;
}
.content ul {
	border: none;
	margin-left: 20px;
}
.content li {
	list-style: decimal;
	padding: 0;
}
.col1 {
	width: 300px;
	float: left;
}
.col2 {
	float: right;
	width: 300px;
	margin: 0 0 20px 0;
}
#productlist .col1 {
	width: 280px;
	margin: 0 10px;
}
#productlist .col2 {
	margin-right: 10px;
	width: 270px;
}
#additionalservices .col1 {
	margin: 0 10px;
}
#additionalservices .col2 {
	width: 260px;
	margin: 0 10px 20px;
}
/*
			LISTY
*/
#menu li,
#navibar li,
#lang li,
#productlist,
#serviceslist,
#additionalservices,
#detailslist,
#steps li,
form li {
	list-style: none outside;
}
form div.content ol {
	margin: 10px 20px;
}
form div.content ol li {
	list-style: decimal;
	margin-left: 30px;
}
#menu li {
	float: left;
	margin-left: 16px;
}
#menu a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 8px 6px;
}
	#menu a:hover {
		text-decoration: underline;
	}
	#menu a.home {
		background:url(img/menu_home.png) 0 9px no-repeat;
		padding-left:20px;
	}
ul#categories {
	border-style: solid;
	border-color: #E3E2DC;
	border-width: 12px 14px;
	width: 155px;
	margin: 0 auto;
	font-family: tahoma;
}
#categories li {
	width: 156px;
	margin: 0 auto;
	background: url(img/categories_ul.png);
	padding-bottom: 5px;
}
	#categories li.last {
		padding-bottom: 0;
	}
#categories a {
	background: url(img/categories_a.png);
	width: 157px;
	display: block;
	position: relative;
	left: -2px;
	padding: 5px 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-color: #CDE8F7 #224774 #224774 #CDE8F7;
}
#categories a:hover {
	background-position: 100% 0;
	border-color: #fff #2D5B94 #2D5B94 #fff;
}
#productlist li {
	margin: 10px 0;
	width: 580px;
	background: url(img/listing_box.png);
	position: relative;
	padding:0;
}
#productlist h2 {
	background: url(img/listing_box-top.png) no-repeat;
	height: 41px;
	font-size: 1.3em;
	padding: 10px 0 0 16px;
	margin: 0;
	border-bottom: none;
}
#productlist h2 a {
	color: #5fa2d6;
	text-decoration: none;
}
#productlist h2 a:hover {
	text-decoration: underline;
}
#productlist img {
	margin: 20px auto;
	display: block;
}
#productlist a:hover img {
	
}
#additionalservices li {
	clear: both;
	list-style: none outside;
	background: none;
	margin: 10px 0;
	padding: 0 0 20px 0;
	border-bottom: 2px solid #8BB0C2;
}
#additionalservices li ul {
	margin-left: 20px;
}
#additionalservices li li {
	list-style: disc;
	margin: 0 0 3px;
	padding: 0;
	border-bottom: none;
}
p.name {
	margin: 0 16px 20px 16px;
}
p.lead {
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: .9em;
	color: #000;
}
#productlist p.lead {
	border-bottom: 1px solid #F7F5F1;
}
#additionalservices p.lead {
}
#serviceslist p.lead {
	margin: 10px 20px;
}
#detailsBox ul {
	border: none;
}
#detailsBox li {
	background-image: none;
}

/* PRODUKT PELNY */
.product-image {
	display:block;
	margin: 10px auto;
}

/*
 * productlist table
 * => TABLE
 * 
 * productlist submit
 * => FORM
 * 
 */
#productlist li .bottom {
	background: url(img/listing_box-bottom.png);
	height: 29px;
	clear: both;
}
#steps {
	margin: 0 auto;
}
#steps ul {
	width: 374px;
	margin: 0 auto;
}
#steps li {
	float: left;
	width: 88px;
	margin: 0 2px;
	text-align: center;
	font-size: .8em;
	font-family: arial;
	padding-bottom: 10px;
	background:none;
	padding-left:0;
}
#steps a, #steps a:hover, #steps a:visited {
		color:#333333;
		text-decoration:none;
}
#steps a:hover {
	text-decoration:underline;
}
#steps li.nonactive {
	color: #D9D0BD;
}
#steps li strong {
	color: #4691C8
}
.steps {
	background-image: url(img/kroki.png);
	width: 436px;
	height: 22px;
	clear: both;
	margin: 20px auto;
}
#step1 {
	background-position: 0 0;
}
#step2 {
	background-position: 0 -100%;
}
#step3 {
	background-position: 0 -200%;
}
#step4 {
	background-position: 0 -300%;
}
.clear {
	clear: both;
}
a.your-order {
	color:#FF0000;
	display:block;
	float:right;
	margin-bottom:15px;
}

/*
 * 			TABLE
 */
table {
	font-size: .82em;
	color: #000;
}
thead {
	background: #F7F5F1;
}
thead th {
	padding: 5px;
	font-size: 1.1em;
}
tbody th {	
/*	width: 40%;
	font-weight: normal;
	text-align: left;
*/
}
th, td {
	padding: 4px 8px;
}
.col2 table {	
	border: 1px solid #e8f3f9;
}
.col2 tbody th {
	text-align: right;
	font-weight: bold;
}

table.prices {
	clear: both;
	margin: 0;
	width: 100%;
	border: 1px solid #F7F5F1;
	border-collapse: collapse;
}
#detailsBox table.prices {
	width: 280px;
	border-color: #EEE;
}
#serviceslist table.prices {
	width: 280px;
	margin: 10px 20px;
}
#detailsBox thead {
	background: #EEE;
}
.prices td {
	color: red;
	text-align: center;
}
.prices tr.line {
	border: 1px solid #F7F5F1;
}
#detailsBox .prices tr.line {
	border: 1px solid #EEE;
}
p.prices {
	padding-left: 20px;
	color: red;
	background:url(img/phone.png) 0 2px no-repeat;
}
#serviceslist p.prices {
	margin-left: 20px;
}
/*
 * 			FORM
 */
.reserve {
	clear: both;
	float: right;
}
#productlist .reserve {
	margin-right: 10px;
}
#content form li {
	margin: 0;
}
form ul {
	border: 1px solid #e8f3f9;
	padding: 2px;
}
form li ul {
	border: none;
	padding: 0;
	margin: 5px 0;
}
form li {
	padding: 4px;
	margin: 0;
}
form li li {
	float: left;
	padding: 0;
}
form p {
	clear: both;
}
input.txt,
textarea {
	padding: 3px;
	background: url(img/textarea.png) no-repeat;
	border-color: #e8f3f9;
	border-width: 0 1px 1px 0;
	border-style: solid;
}
form .s {
	width: 130px;
}
form .m {
	width: 200px;
}
form .l {
	width: 350px;
}
textarea {
	height: 100px;
} 
.submit {
	display: block;
	height: 28px;
	padding: 0px 16px;
	margin: 10px 0;
	cursor: pointer;
	background: url(img/button.png) repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #FCE593 #D0A703 #D0A703 #FCE593;
}
.submit:hover {
	border-color: #FFEF9D #DAB10D #DAB10D #FFEF9D;
	background-position: 0 100%;
}
.prev {
	float:left;
}
.next {
	float:right;
}
label {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
}
label.accept {
	float: none;
	padding: 0;
	text-align: left;
	width: auto;
	font-weight: bold;
	color: #000;
}
#serviceslist label {
	float: none;
}
form li li label {
	float: none;
	padding: 0 10px 0 30px;
}
#serviceslist {
	border: none;
}
#serviceslist li {
	background-image: none;
	padding: 10px;
	clear: both;
	margin: 12px 0 6px;
	border-bottom: 1px solid #CDE2ED;
}
#serviceslist div.price li {
	float: none;
}
div.price {
	margin: 10px;
}
div.price p {
	margin: 0;
}
div.price ul {
	margin: 0;
}
#serviceslist li li {
	border: none;
	list-style: disc;
	margin: 0 0 0 20px;
	padding: 0;
	font-size: .9em;
}
#serviceslist input {
	width: auto;
	display: inline;
	float:left;
	height:20px;
}
#serviceslist label {
	display: inline;
	width: auto;
	text-align: left;
	padding-left: 10px;
}
#detailslist li, #personallist li {
	background-image:none;
}
form li span,
.warning {
	display: block;
	color: red;
}
form li span {
	margin-left: 160px;
}
button.calendar {
	margin-left: 5px;
	position: relative;
	top: -4px;
}


.dark,
.even {
	background: #e8f3f9;
}

/*
		display:none
*/
hr,
.navi,
#logo big,
#navibar big span {
	display:none;
}
