@charset "utf-8";

/*Style uniwersalne*/

body {
  margin: 0 auto;
}
img {
  border: 0;
}

/*Style globalne - powinny pozostać aktywne lub nadpisane przez inny arkusz stylów, ponieważ są one wykorzystywane
w wielu miejscach w Helixo. */

.cb,
.submit {
	clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.c {
  text-align: center !important;
}
.r,
.submit {
  text-align: right !important;
}
.submit {
	padding-top: 10px;
}
/*ul.menu {
  margin-left: 6px;
  padding-left: 12px;
	text-align: left;
}
.sp1 {
  float: left;
  width: 20%;
}
.sp2 {
  float: right;
  width: 80%;
}
.szary {
  color: #333;
}*/


/*Formularze*/
form {
  margin: 0;
  padding: 0;
  border: 0;
}
fieldset {
  margin: 20px 0;	
  padding: 10px;	
  border: 0;
  border-top: 2px solid #0039aa;
  border-bottom: 1px solid #0039aa;
	background: url(../_grafika/helixo/fieldset_tlo.gif) repeat-x bottom;	
}
fieldset:hover {
  border-top: 2px solid #be0f34;
  border-bottom: 1px solid #be0f34;
}
legend {
  margin-left: 10px;
	padding: 2px 4px;
  font-style: italic;
	font-weight: bold;
  color: #000020;	
}
label {
	clear: both;
	display: block;
	padding: 2px 0;
	text-align: left;	
}
input[type="text"],
input[type="password"],
textarea,
select {
  font-size: 13px;
	padding: 2px;
  border: 1px solid #0039aa;
  width: 100%;
}
input:focus,
textarea:focus,
select:focus {
	border: 1px solid #be0f34;
}
input[type="hidden"],
input[type="radio"],
input[type="checkbox"],
fieldset.etykiety input[type="checkbox"] {
  width: auto !important;
  border: none !important;
}
input[type="submit"] {
	padding: 2px;
  border: 1px solid #0039aa;
  width: 100px !important;
	text-align: center;
}
input[type="submit"]:hover {
  background: #0039aa !important;
  color: #FFF;
}
input.przycisk2,
fieldset.xinha select {
  width: 150px !important;
}
input.bmale {
  width: 40px !important;
}
input.male {
  width: 20% !important;
}
input.srednie,
select.srednie {
  width: 30% !important;
}
input.srednie2 {
  width: 280px !important;
}
/*Formatowanie w zależności od klasy przypisanej do fieldset*/
fieldset.etykiety label,
fieldset.etykiety input,
fieldset.etykiety select,
fieldset.checkboxy input,
fieldset.checkboxy label,
fieldset.etykiety div.radio {
	float: left;
	margin: 3px;
}
fieldset.etykiety label {
	clear: both;
	width: 32%;
}
fieldset.etykiety input,
fieldset.etykiety select,
fieldset.etykiety div.radio {
	width: 64%;
}
fieldset.etykiety div.radio {
	float: left;
}
fieldset.checkboxy input[type="checkbox"],
div.checkboxy input[type="checkbox"] {
	clear: both;
}
div.checkboxy input[type="checkbox"].druga_kol,
fieldset.etykiety div.radio input {
	clear: none;
}
fieldset.etykiety div.radio input {
	float: none;
}
fieldset.checkboxy label,
div.checkboxy label {	
	clear: none !important;
	width: 30% !important;
}
fieldset.xinha textarea {
	padding: 0;
	width: 95%;
}
/*
.pole select,
.pole input.srednie,
.konf_pole select,
.konf_pole input[type="text"] {
  width: 300px !important;
}*/
/*Formularz logowania*/
fieldset#login_form {
	float: left;
	width: 250px;
}
fieldset#rejestracja_form {
	float: left;
	width: 450px;
	margin-left: 20px;
}
fieldset#login_form div.wybor {
	background: url(../_grafika/helixo/pl/or.gif) no-repeat 210px 26px;
}

fieldset#login_form input {
	clear: both;
	float: none;
	width: 210px;
}
/*table.formularz,
div.tresc {
  padding: 0;
  margin: 0;
  width: 100% !important;
}
table.formularz td {
  width: 30%;
  vertical-align: top;
  text-align: left;
}
table.formularz td.opis {
  width: 30%;
}
table.formularz td.opis select {
  width: 100%;
}
table.formularz td.pole,
table.formularz td.pole_obr {
  width: 70%;
}
table.formularz td.pole_obr img {
  float: left;
}
table.formularz td.pole1 {
  width: 20%;
}
table.formularz td.pole2 {
  width: 50%;
}
table.formularz td.konf_opis,
table.formularz td.konf_pole {
  padding-bottom: 3px;
  width: 50%;
}*/

/*Komunikaty*/
.blad {
  border: 1px solid #ee1111;
  background: #ffae99;
}
.blad div {
	background: url(/Szablony/_grafika/ikony/blad_22.png) no-repeat 6px 6px;
}
.info {
  border: 1px solid #3a66cc;
  background: #a2bcf9;
}
.sukces {
  border: 1px solid #33aa44;
  background: #bbffaa;
}
.sukces div {
	background: url(/Szablony/_grafika/ikony/sukces_22.png) no-repeat 6px 6px;
}
/*Komunikaty w oknie dialogowym*/
#dialog .pytanie,
#dialog .blad,
#dialog .sukces {
  min-height: 74px;
  padding-left: 50px !important;
  vertical-align: top;	
}
#dialog .pytanie {
  background: url(/Szablony/_grafika/ikony/ostrzezenie.png) no-repeat 0 6px;
}
#dialog .blad {
  background: url(/Szablony/_grafika/ikony/blad.png) no-repeat 0 6px;
}
#dialog .sukces {
  background: url(/Szablony/_grafika/ikony/sukces.png) no-repeat 0 6px;
}
/*Komunikaty w treści*/
#komunikat {
	margin: 12px 0;
}
#komunikat div {
	padding: 10px 10px 10px 40px;
}
.f_info {
  clear: left;
  margin: 0 0 2px 0;
  color: #0039aa;
  font-size: 10px;
}

/*Produkty i oferty sprzedazy samochodów*/
p.kod {
  font-size: 10px;
}
div.prod {
  margin-bottom: 10px;
}
div.prod_kol1 {
  margin-right: 268px;
}
div.prod_kol2 {
  display: block;
  float: right;
  width: 260px;
}
div.prod_kol2 div.obr_mini {
  padding: 5px;
  border: 1px solid #0039aa;
  font-size: 10px;
  margin-bottom: 10px;
}
.obr_kol1,
.obr_kol2 {
	clear: none;
	float: left;
}
.obr_kol2 {
	margin-left: 10px;
}
.obr_kol1 img,
.obr_kol2 img {
	width: 115px !important;
}
div#cechy table.cechy,
div#parametry table.parametry {
  width: 100%;
  border: 1px solid #0039aa;
  margin-bottom: 10px;
  border-spacing: 0;
}
div#cechy tr,
div#parametry tr {
  padding: 1px;
}
div#cechy tr.w2,
div#parametry tr.w2 {
  background: #e4ebfc;
}
div#cechy td,
div#parametry td {
  padding: 2px;
  border-bottom: 1px solid #0039aa;
}
div#cechy td.cecha,
div#parametry td.cecha {
  width: 40%;
}
div#cechy td.tresc,
div#parametry td.tresc {
  width: 60%;
}
div.strony {
	clear: both;
	text-align: center;
	padding: 10px;
}
/*Lista samochodów*/
ul#lista_samochodow {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#lista_samochodow li {
	clear: left;
	padding: 5px 0;	
	margin: 0;
}
ul#lista_samochodow li div.ikona,
ul#lista_samochodow li div.kinfo {
	float: left;
}
ul#lista_samochodow li div.ikona {
	border: 1px solid #0039aa;
	padding: 3px;
}
ul#lista_samochodow li div.ikona img {
	width: 100px;	
}
ul#lista_samochodow li div.kinfo {
	width: 420px;
	margin: 10px 0 10px 10px;
	font-size: 13px;
}
ul#lista_samochodow li div.kinfo a {
	font-weight: bold;
	font-size: 15px;
}