/*
 *		plik:		css/style.css
 *		autor: 		Technetium [Tc]
 *             	Marek Kleszyk
 *						27 sierpień 2009
 *		system:		T.CMS-4.0-SEO
 */

@import url("menu.css"); 
@import url("comments.css"); 
 
			/* --------- standardowe ---------- */

.font0 {font-size: 14pt}
.font1 {font-size: 12pt}
.font2 {font-size: 10pt}
.green {color: #059eb0 }
.orange { color: #f57b18 }
.grey {color: #747373}

a, a:visited, a:active {

    color:#059eb0;
}

#font_down {
	font-weight: bold;
	font-size: 7pt;
}

#font_or {
	font-weight: bold;
	font-size: 9pt;
}

#font_up {
	font-weight: bold;
	font-size: 11pt;
}

.print {
	margin: 10px;
	float: right; 
}

.back {
	margin: 10px;
	float: left; 
}

.tagi {
	margin: 10px 0;
	text-align: center;
}

#page-title {
	padding: 10px;
}

#page-content {
	padding: 10px;
	overflow: hidden;
    line-height: 1.5em;
    text-align: justify;
}

.formularz {
	margin: 5px;
}

input.text, textarea, select {
	border: 1px solid #d5d5d5;
	color: #666665;
	padding: 0 3px;
	margin: 0 3px;
}

select {
	padding-right: 0;
}

input.submit {
	padding: 1px 3px;
	background-color: #999;
	border: none;
	color: #444;
	font-size: 9pt;
	font-weight: bold;
	cursor: pointer;
}

input.text:focus, select:focus, textarea:focus {
	
	border: 1px solid #acacac;
	outline: 0
}

.image {
	position: relative;
	top: 5px;
}

			/* --------- glowna ---------- */

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
    background: transparent url('../img/b-top.jpg') repeat-x scroll top;
	font-family: "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 8pt;
	color: #8f8f8f;
    
}

#container {
	width: 966px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
}

#top {
	width: 966px;
	
	position: relative;
	overflow: hidden;
	float: left;
}

#top #t0 {
    position: relative;
    width: 286px;
    height: 100px;
    float: left;
    margin: 0px;
}

#top #t0 img {
    width: 286px;
    height: 100px;
    float: left;
    margin: 0px;
}

#top #t1 {
    
    width: 680px;
	height: 100px;
	background: transparent url('../img/b-topmiddle.jpg') no-repeat scroll 0 0;
	float: right;
    margin: 0px;
    position: relative;
}

#top #t1 a {
    margin: 0px;
}

#top #menu-top {
   
    background: url(../img/b-menutop-left2.jpg) no-repeat left top;
    float:right;
    height:30px;
    position:relative;
    min-width: 250px;
    right:0px;
    top:0px;
    overflow: hidden;
    width: auto;
}

#top #menu-top #menu-top-right {
    background: transparent url(../img/b-menutop-right.jpg) no-repeat scroll right top;
    float:right;
    height:30px;
    min-width:250px;
    overflow:hidden;
    padding:2px 20px;
    position:relative;
    right:0;
    text-align:right;
    top:0;
}

#top #menu-top #menu-top-right a {
    margin-top: 1px;
}

#base {
	width: 966px;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: left;
	float: left;
}

#top-downarrow {
    width: 105px;
    height: 28px;
    background: transparent url(../img/a-downarrow.jpg) no-repeat top left;
    position: absolute;
    top: 136px;
    left: 36px;
}

#nawigacja {
	width: 670px;
	height: 20px;
	padding: 3px 5px;
	float: left;
}

#nawigacja #sciezka {
    float:  left;
    height: auto;
    padding:2px;
    width:  635px;
}

#nawigacja #sciezka a {
	margin: 0 3px;
	color: #f79214;
}

#nawigacja #font {
	width: 194px;
	height: auto;
	text-align: right;
	float: left;
}

#nawigacja #font a {
	margin: 0 4px;
}

#top-marka {
    float: left;
    margin: 0px;
    width: 966px;
    height: 145px;
    background: white url(../img/top-marka.jpg) no-repeat top left;
    overflow: hidden;
    padding-left: 23px;
}

div.marka-item {
    height: 93px;
    float: left;
    overflow: hidden;
    position: relative;
    top: 32px;
    cursor: pointer;
}

div.marka-item img {
   position:relative;
   top: 0px;
}

div.marka-item-selected img, div.marka-item-active img{
   position:relative;
   top: -93px;
}


div.samochod-item {

   float:left;
   height: 80px;
   width: 130px;
   text-align: center;
   cursor: pointer;
   margin: 0 3px;

}


div.samochod-item-selected, div.samochod-item-active {

    background: transparent url(../img/b-samochod-selected.jpg) no-repeat top;
    
}

div.samochod-item img {
    
    height:48px;
    margin-bottom:6px;
    margin-left:0;
    margin-top:7px;
    width:94px;

}


#top-model {
    float: left;
    margin: 0px;
    width: 966px;
    height: 104px;
    background: white url(../img/top-model.jpg) no-repeat top left;
    padding-left: 24px;
}

#top-model-ajax {
    
    margin-top: 19px;
    height: 80px;
    
}


#base-left {
	width: 289px;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: left;
	float: left;
}


#base-right {
	width: 677px;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: left;
	float: left;
}

#content {
	width: 677px;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: left;
	float: left;
    min-height: 500px;

}

#footer-100 {
    background: transparent url(../img/b-bottom.jpg) repeat-x 0 0;
    height: 100px;
    width: 100%;
    margin-top: 20px;
}

#footer {

	height: auto;
	position: relative;
	overflow: hidden;
    background: transparent url(../img/b-bottom-middle.jpg) no-repeat 50% 6px;
    width: 966px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;


}

#footer #skroty {
	width: 998px;
	height: auto;
	overflow: hidden;
	float: left;
}

#footer #menu-bottom {
    height:20px;
    position:relative;
    text-align:center;
    top:14px;
    width:966px;
    line-height:1em;
}

#footer #copyright {
    height:20px;
    position:relative;
    text-align:center;
    top:30px;
    width:966px;
    line-height:1em;
}

#footer #copyright strong{
    color: #059eb0;
}



#footer #realizacja {
    height: 20px;
    position: relative;
    text-align: center;
    top: 30px;
    width: 966px;
    line-height: 1em;
    color: #cdcdcd;
}

#footer #realizacja a {
	color: #cdcdcd;
}

#footer #bottom-navi {
    position:absolute;
    width: 100px;
    height:30px;
    right: 10px;
    top: 42px;
}

#footer #bottom-navi img {
    margin: 2px;
}


div.leftbox-top {

    width: 258px;
    height: 26px;
    background: #fff url(../img/b-leftbox-top.jpg) no-repeat bottom;
    position:relative;
    left:16px;
    margin:14px 0 0;
}

div.leftbox {

    background:#FFFFFF url(../img/b-leftbox.jpg) repeat-y scroll left center;
    left:16px;
    margin:0;
    padding:15px 14px;
    position:relative;
    width:230px;
}

div.leftbox-bottom {
   
    width: 258px;
    height: 12px;
    background: #fff url(../img/b-leftbox-bottom.jpg) no-repeat bottom;
    position: relative;
    left:16px;
    margin:0 0 10px 0;
}





div.rightbox-top {

    width: 638px;
    height: 26px;
    background: #fff url(../img/b-content-top.jpg) no-repeat bottom;
    position:relative;
    left:16px;
    margin:17px 0 0;
}

div.rightbox {

    background:#FFFFFF url(../img/b-content.jpg) repeat-y scroll left center;
    left:16px;
    margin:0;
    padding:15px 14px;
    position:relative;
    width:610px;
   
}

div.rightbox-big {

    background: #FFFFFF url(../img/b-content.jpg) repeat-y scroll 16px 0px;
    left:0px;
    margin:0;
    padding: 0;
    position:relative;
    width:670px;
    float: left;

}

div.rightbox-bottom {

    width: 638px;
    height: 12px;
    background: #fff url(../img/b-content-bottom.jpg) no-repeat bottom;
    position: relative;
    left: 16px;
    margin:0 0 10px 0;
    font-size: 1px;
    float: left;
}




div.paramrow {
    float: left;
    width: 672px;
}

div.parambox-left {
    width:322px;
    float: left;
}

div.parambox-left-title {

    background:transparent url(../img/b-lefttitle.jpg) no-repeat scroll left center;
    color:#FFFFFF;
    font-size:10pt;
    font-weight:bold;
    height:37px;
    padding-left:20px;
    padding-top:7px;

}

div.parambox-left-content {
    padding-left:24px;
    text-align:center;
}

div.parambox-right {
    width:322px;
    float: right;
}

div.parambox-right-title {

    background:transparent url(../img/b-righttitle.jpg) no-repeat scroll left center;
    color:#FFFFFF;
    font-size:10pt;
    font-weight:bold;
    height:37px;
    padding-right:26px;
    padding-top:7px;
    text-align:right;



}

div.parambox-right-content {
    padding-left:24px;
    text-align:center;
}

div.parambox-element1, div.parambox-element2 {
    float:left;
    
    cursor: pointer;
}

div.parambox-element1 label, div.parambox-element2 label{
    cursor: pointer;
    color: #7d7d7d;
}


div.parambox-element2 img.ico-element{
    border: 1px solid #b3b3b3;
    padding: 1px;
}

img.ico-element-small {
    border: 1px solid #b3b3b3;
    padding: 1px;
    height:30px;
}

div.parambox-element1 {
    width:96px;
}
div.parambox-element2 {

    width:86px;
}


div.elem-radio {
    width: 19px;
    height: 19px;
    background: transparent url(../img/p-radio1.jpg) no-repeat left;
}

div.elem-radio:hover{
    width: 19px;
    height: 19px;
    background: transparent url(../img/p-radio2.jpg) no-repeat left;
}

div.elem-radio-selected {

    width: 19px;
    height: 19px;
    background: transparent url(../img/p-radio2.jpg) no-repeat left;
    
}

div.naglowek-left {
    float: left;
    width: 7px;
    height: 26px;
    background: #fff url(../img/b-naglowek-left.jpg) no-repeat left;
    margin: 0 0 0 18px;
}

div.naglowek {
    float: left;
    height: 26px;
    background: #fff url(../img/b-naglowek.jpg) repeat-x center;
    margin: 0px;
    color: #fff;
    font-size: 13pt;
    padding: 0 2px;
    width: auto
}

div.naglowek h1 {
    height: 26px;
    color: #fff;
    font-size: 13pt;
    padding: 0 2px;
    margin: 0px;
    font-weight: normal;
    width: auto;
    display: inline;
}

div.naglowek-right {
    float: left;
    width: 7px;
    height: 26px;
    background: #fff url(../img/b-naglowek-right.jpg) no-repeat left;
    margin: 0px;
}


div#left-podloga {

}

			/* --------- galeria ---------- */

.foto-pokaz {
	margin-bottom: 5px;
	border: 1px solid #CFD3D8;
	padding: 5px;
}

.foto-opis {
	text-align: justify;
	display: block;
}

.foto-gal {
	border: 0px solid #CFD3D8;
	height: 130px;
	width: 130px;
	text-align: center;
	vertical-align: middle;
}

.foto-gal:hover {
	border: 0px solid #788A98;
	
	cursor: pointer;
}

.foto-gal img {
    border: 5px solid #e8e6db;
    padding: 1px;
}

#page-title-gal {
	padding: 10px;
	border-top: 1px solid #CFD3D8;
}

#page-content-gal {
	padding: 10px;
	overflow: hidden;
}

		/* --------- rejestr zmian ---------- */

table.rejestr {
	width: 100%;
	border: none;
	margin: 2px;
}

table.rejestr td {
	padding: 3px 1px;
}

table.rejestr td a {
}

table.rejestr td a:hover {	
}

		/* --------- aktualności ---------- */

.art {
	list-style: none;
	margin: 10px 0;
}

.art div {
	margin: 10px 0;
	height: 110px;
}

.art div.data {
	height: 20px;
	float: left;
}

.art div.wiecej {
	height: 20px;
	float: right;
}

.news-foto {
	float: left;
	margin: 5px;
}

		/* --------- forum ---------- */

ul#forum {
	margin: 0 10px;
	list-style: none;
}

ul#forum li {
	margin: 5px 0;
	padding: 0 0 3px 18px;
	overflow: hidden;
	background: transparent url(../img/li-for.png) no-repeat scroll 0 2px;
	border-bottom: 1px solid #e6e6e6;
}

ul#forum li a {
	overflow: hidden;
	white-space: nowrap;
}

ul#forum li h2 a, ul#forum li h2 small {
	color: #6e6e6e;
}

		/* --------- mapa strony ---------- */

a.site1 {
   padding: 3px 0;
   padding-left: 15px;
   display: block;
}

a.site2 {
   padding: 3px 0;
   padding-left: 35px;
   display: block;
}

		/* --------- szukaj ---------- */

.szukaj-brak {
   color: #dd0000;
   text-align: center;
}

.szukaj-fraza {
   margin: 5px 0;
   display: block;
}

.szukaj-content strong, .szukaj-content span {
   color: #9c00ff;
}

.szukaj-wynik {
   margin: 7px 0;
   padding: 5px 0;
   border-top: 1px solid #dfdfdf;
   display: block;
}

.szukaj-wynik h1 {
   font-size: 8pt;
}

.szukaj-link {
   cursor: pointer;
   font-size: 7pt;
   display: block;
}

