@charset "utf-8";
/* CSS Document */

body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color:#000;
	margin: 0px;
	padding: 0px;

}
div#body_main
{
  background-image:url(graph/main_bg.jpg);
  background-repeat:repeat-x;  
}
div#body_page
{
  background-image:url(graph/page_bg.jpg);
  background-repeat:repeat-x;  
}
div#taniedomki_body_page
{
  background-image:url(graph/taniedomki_page_bg.jpg);
  background-repeat:repeat-x;  
}
div#tanieprzyczepy_body_page
{
  background-image:url(graph/tanieprzyczepy_page_bg.jpg);
  background-repeat:repeat-x;  
}

h1, h2, h3, p, a{
	margin: 0px;
	padding: 0px;
}

a{text-decoration: none; color:#000}
a:link{text-decoration: none}
a:visited{text-decoration: none}

img{border:0px}

.right{float:right}
.left{text-align:left}
.clear_left{clear:left}
.center{text-align: center }

/* colors */
.blue {color: #00aff0}
.orange {color: #ff8c40}
.gray{color: #808080}
.light_gray{color: #a4a4a4}
.middle_gray{color:#7f7f7f}
.green{color:#0C0}
.red{color:#F00}
.purple{color:#9c00c3}
.black{color:#000}

/* spanlengths */
.w100{display: block; float:left; width: 100px}
.w125{display: block; float:left; width: 125px}
.w175{display: block; float:left; width: 175px}
.w200{display: block; float:left; width: 200px}
/* padding */
.no_button{padding-bottom: 15px}

/* font sizes */
.f_small{font-size: 9px; line-height: 16px}
.f_middle{font-size: 16px;}

sup{
	font-size:10px;
	line-height:0px;
}
/* MESSAGE */
div#message{
	display:block;
	width: 920px;
		padding-left: 15px;
		padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border: solid 1px #F00;
	color:#F00;
	text-align:center;
}
div#message p{
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
}
/* TOP */
div#top{
	display:block;
	width: 950px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
/* -> TOP LEFT */
div#top_left{
	width: 600px;
	height: 60px;
		padding-top: 10px;
	float:left;
}
div#top_left a{
	font-size: 22px;
	font-weight: bold;
	margin-left: 25px;
}
div#top_left h1{
	font-size: 14px;
	font-weight:normal;
	margin-left: 25px;
	margin-top: 3px;
}
div#top_left h2{
	font-size: 14px;
	font-weight:normal;
	margin-left: 25px;
	margin-top: 3px;
}
div#top_left p{
	font-size: 14px;
	font-weight:normal;
	margin-left: 25px;
	margin-top: 3px;
}
/* -> TOP RIGHT */
div#top_right{
	display:block;
	width: 340px;
		padding-right: 10px;
	/* height: 50px;
		padding-top: 20px;
	wersja dla ikonek*/
	height: 65px;
		padding-top: 5px;
	text-align:right;
	float: right;
}
/* wersja dla ikonek
div#top_right img{
	display: block;
	margin-left: 10px;
	margin-top: 3px;
	float:right;
}*/

/* -> TOP MENU */
div#top_menu{
	float: left;
	display:block;
	width: 950px;
	height: 40px;
	line-height: 16px;
	background-image:url(graph/top/menu_bg.jpg);
}
div#top_menu div.menu_pos{
	display: block;
	text-align:center;	
	float: left;
	height: 28px;	
	padding-top:12px;
}
div#top_menu div.menu_pos.link:hover{
	background-image:url(graph/top/menu_bg_light.jpg);
	background-repeat:repeat-x;
}
div#top_menu h3.no_link{
	display:block;
	font-size: 12px;
	font-weight:normal;	
	color:#c3c3c3;
	text-align:center;
}
div#top_menu h3 a{
	display:block;
	font-size: 12px;
	font-weight:normal;	
	color:#FFF;

}
.w_15{width: 15px;}
.w_145{width: 145px;}
.w_140{width: 140px;}
.w_172{width: 172px;}
.w_192{width: 192px;}
.w_181{width: 181px;}
.w_90 {width: 90px;}


/* MIDDLE MAIN PAGE */
div#mid_main{
	display:block;
	width: 950px;
	height: 388px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	color:#FFF;
}
div#mid_main a{
	color:#FFF;
}
/* -> LINKS */
div.mid_main_link{
	display:block;
	width: 425px;
	height: 160px;
	margin-top: 20px;
	margin-left: 15px;
	float:left;
	background-repeat: no-repeat;
}
div.mid_main_link.domki{
	background-image:url(graph/mid/mid_main_link_domki.gif);
}
div.mid_main_link.przyczepy{
	background-image:url(graph/mid/mid_main_link_przyczepy.gif);
}
div.mid_main_link h2{
	font-size: 26px;
	margin-top: 7px;
	margin-left: 10px;	
}
div.mid_main_link p{
	display:block;
	width: 400px;
	height: 66px;
	font-size: 12px;
	line-height: 16px;
	margin-top: 18px;
	margin-left: 10px;
	text-align: justify;
}
div.mid_main_link a.mid_m_link{
	display:block;
	font-size: 14px;
	line-height: 16px;
	margin-top: 20px;	
	margin-right: 20px;
	text-align:right;
}
/* -> WELCOME */
div#mid_main_welcome{
	display:block;
	width: 480px;
	height: 150px;
	float:right;
	margin-top: 10px;
	margin-right: 10px;	
}
div#mid_main_welcome h2{
	font-size: 26px;
	margin-bottom: 15px;
	margin-top:5px;
}
div#mid_main_welcome p{
	font-size: 12px;
	line-height: 16px;
	text-align:justify;
}
/* -> PICTURE */
div#mid_main_picture{
	display:block;
	width: 480px;
	height: 190px;
	float:right;
	margin-top: 15px;
	margin-right: 10px;
}

/* MIDDLE OTHER PAGE */
div#mid_page{
	display: block;
	width: 950px;
	height: 219px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	color:#FFF;
}
div#mid_page a{
	color:#FFF;
}
div#mid_page_tanie{
	display: block;
	width: 950px;
	height: 260px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	color:#FFF;
}
div#mid_page_tanie a{
	color:#FFF;
}
/* -> TEXT */
div.mid_page_text{
	display:block;
	width: 425px;
	height: 160px;
	margin-top: 15px;
	margin-left: 15px;
	float:left;
	background-repeat: no-repeat;
	background-image:url(graph/mid/mid_page.gif);
}
div.mid_page_text h2{
	font-size: 26px;
	margin-top: 7px;
	margin-left: 10px;	
}
div.mid_page_text p{
	width: 400px;
	font-size: 12px;
	line-height: 16px;
	margin-top: 18px;
	margin-left: 10px;
	text-align: justify;
}
div.mid_page_text_tanie{
	display:block;
	width: 930px;
	height: 45px;
	float:left;
}
div.mid_page_text_tanie h2{
	margin-top: 5px;
	margin-left: 20px;
	font-size: 28px;
	height: 40px;
	color:#000;
}
div.mid_page_text_tanie p{
	width: 910px;
	font-size: 14px;
	line-height: 26px;
	margin-top: 16px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
}
/* -> PICTURE */
div#mid_page_picture{
	display:block;
	width: 480px;
	height: 190px;
	float:right;
	margin-top: 15px;
	margin-right: 10px;
}

/* MIDDLE LINK */
div#mid_link{
	display:block;
	width: 910px;
		padding-left: 25px;
		padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 8px;
}
div#mid_link p{
	font-size:12px;
	color:#7f7f7f;	
}
div#mid_link a{
	font-size:12px;
	color:#7f7f7f;	
}
/* CONTENT */
div#content{
	display:block;
	width: 920px;
		padding: 15px;
		padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-image:url(graph/cnt/bg.gif);
	background-repeat:repeat;
	overflow: hidden;
}
/* -> CONTENT BOX */
div.content_box{
	display:block;
	background-image:url(graph/cnt/box_bg.gif);
	background-repeat:repeat-x;
	border: thin solid #e5e5e5;
	background-color:#FFF;
	font-size: 14px;
	line-height: 20px;
	text-align:justify;
	margin-bottom: 10px;
}
div.content_box h4, div.content_box h1{
	padding-left: 15px;
	padding-right: 15px;
	height: 35px;
	margin-top:10px;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight:bold;
	color:#7f7f7f;	
}
div.content_box h2.contact{
	padding-left: 15px;
	padding-right: 15px;
	height: 25px;
	margin-top:15px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight:bold;
	color:#7f7f7f;	
}
div.content_box p{
	padding-left: 15px;
	padding-right: 15px;
}
div.content_box a.more{
	display:block;
	width: 110px;
	height: 20px;
	background-color:#bfbfbf;
	color:#FFF;
	font-size:10px;
	line-height: 18px;
	text-align:center;	
	margin: 1px;
	margin-top: 10px;
	position:relative;
}
div.content_box form.ae{
	margin-left: 15px;
	margin-right: 15px;
}
div.content_box form.ae input{
	display:block;
	height: 18px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
div.content_box form.ae input.hide{
	display:none;
}
div.content_box form.ae input.button{
	width: 574px;
	height: 50px;
}
div.content_box form.ae span{
	clear:both;
	display: block;
	width: 200px;	
	float: left;
}

/* -> CONTENT BOX DOJAZD */
p.cb_dojazd{
	display:block;
	float:right;
	width: 375px;
	padding-left: 0px;
}
a.cb_dojazd{
	text-decoration:underline;
	font-weight: bold;
	color: #00aff0;
}
img.cb_dojazd{
	display:block;
	margin-left: 15px;
	float:left;
}
/* -> CONTENT BOX TRANSPORT */
p.cb_transport{
	float:right;
	width: 315px;
	padding-left: 0px;
	margin-bottom: 15px;
}
img.cb_transport{
	display:block;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;	
	float:left;
}
/* -> CONTENT BOX RSS */
p.cb_rss{
	display:block;
	float:right;
	width: 380px;
	margin-bottom: 5px;
}
a.cb_rss{
	font-weight: bold;
	font-size:16px;
	line-height: 22px;
	color: #404040;
	margin-left: 25px;
}
img.cb_rss{
	display:block;
	margin-left: 15px;
	margin-top: 5px;
	float:left;
}
/* -> CONTENT BOX ITEM */
img.cb_item{
	display:block;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.cb_item{
	height: 120px;
	overflow: hidden;
	margin-left: 15px;
	margin-right: 15px;
}
div.cb_item h3 a{
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #404040;
	letter-spacing:-0.5px;
}
div.cb_item a img{
	float: left;
	border: 2px solid #f2f2f2;
}
div.cb_item p{
	display:block;
	width: 230px;
	margin-top: 4px;
	float: right;
	letter-spacing:-0.5px;	
}
/* -> SZEROKOŚĆ BOXÓW */
.cb_415{width: 415px;}
.cb_495{width: 495px;}
.cb_305{width: 305px;}
.cb_605{width: 605px;}

/* LEFT MENU */
div#left_menu{
	display:block;
	width:305px;
	border: thin solid #e5e5e5;
	border-top: none;
	background-color:#FFF;
	text-align:left;
	margin-bottom: 10px;
}
div#left_menu ul{
	padding: 0px;
	margin:0px;
}
div#left_menu ul li{
	display:block;
	height:39px;
	border-top:solid 1px #e5e5e5;
	list-style:none;
}
div#left_menu ul li:hover{
	display:block;
	height:39px;
	border-top:solid 1px #e5e5e5;
	list-style:none;
}
div#left_menu ul li a{
	display:block;
	width:290px;
		padding-left: 15px;
	height:31px;
		padding-top: 8px;	
	font-size: 14px;
	line-height: 20px;
}
div#left_menu ul li a.active{
	color:#FFF;
	font-weight:bold;
	background-image:url(graph/mid/lm_active_bg.jpg);
	background-repeat:repeat-x;
}
div#left_menu ul li a.admin{
	color:#FFF;
	font-weight:bold;
	background-image:url(graph/mid/lm_admin_bg.jpg);
	background-repeat:repeat-x;
}
div#left_menu ul li a.otomoto{
	color:#bfbfbf;
}
div#left_menu ul li a:hover{
	background-image:url(graph/mid/lm_hover_bg.jpg);
	background-repeat:repeat-x;
	color:#7F7F7F;
	font-weight:bold;
}
div#left_menu ul li a.active:hover{
	color:#FFF;
	font-weight:bold;
	background-image:url(graph/mid/lm_active_bg.jpg);
	background-repeat:repeat-x;
}
div#left_menu ul li a.admin:hover{
	color:#FFF;
	font-weight:bold;
	background-image:url(graph/mid/lm_admin_bg.jpg);
	background-repeat:repeat-x;
}
div#left_menu ul li a.otomoto:hover{
	background-image:none;
	color:#bfbfbf;
	font-weight:normal;
}
/* LIST */
div.list_item{
	display: block;
	width: 595px;
		padding-left: 8px;
		margin-left: 2px;
	height:162px;
		padding-top: 11px;
	background-image:url(graph/mid/item_bg.gif);
	background-repeat:no-repeat;
	margin-top: 10px;
}
div.list_item a img{
	float:left;
	padding: 1px;
	background-color:#25afeb;
	border: 5px solid #f7f7f7;
	margin-right: 10px;
}
div.list_item a img:hover{
	border: 5px solid #e5e5e5;
}
div.list_item h2 a{
	display:block;
	width: 360px;
	float:left;
	margin-top: 4px;
	margin-bottom: 8px;
	font-size:16px;
	line-height: 20px;
	letter-spacing:-0.5px;
}
div.list_item p{
	display:block;
	text-align:left;
	color:#595959;
}
div.list_item p.li_small{
	height: 50px;
	display:block;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	letter-spacing: -0.5px;
	line-height: 17px;
	color:#595959;
}
/* DESCRIPTION */
div#description{
	display:block;
	width: 575px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
}
div#description p{
	color: #595959;
	line-height: 22px;	
	padding: 0px;
}
div#description a img.main{
	float:left;
	padding: 1px;
	background-color:#25afeb;
	border: 5px solid #f7f7f7;
	margin-left: 0 px;
	margin-right: 10px;
	margin-bottom: 0px;
}
div#description a img.main:hover{
	border: 5px solid #e5e5e5;
}
div#description img.separator_mini
{
	margin-top: 14px;
	margin-bottom: 9px;
}
div#description img.separator
{
	margin-top: 14px;
	margin-bottom: 8px;
}
div#description img.separator_galeria
{
	margin-top: 18px;
	margin-bottom: 8px;
}
div#description p.short{
	float:right;
	width: 350px;
	padding:0px;
}
div#description p.price{
	float:left;
	width: 180px;
	padding:0px;
}
div#description p.back{
	float:right;
	width: 170px;
	padding:0px;
	text-align:right;
	font-size: 12px;
}
/* -- Panorama -- */
div#gallery div.panorama{
	display:block;
	background-color:#00aff0;
	width:182px;
	height:95px;
	float:left;
	margin-right: 9px;
	margin-top: 10px;
}
div#gallery div.panorama a img{
	margin: 0px;
}
div#gallery div.panorama a{
	display:block;
	width: 171px;
	padding-right: 11px;
	height: 20px;
	padding-top: 2px;
	color:#FFF;
	font-size:12px;
	text-align:right;
	background-image:url(graph/mid/panorama_bg.gif);
	background-repeat:no-repeat;
}
div#gallery a img{
	float:left;
	border: 1px solid #25afeb;
	margin-left: 0px;
	margin-right: 9px;
	margin-top: 10px;
}
/* BOTTOM */
div#bottom{
	width: 100%;
	height: 234px;
	background-image:url(graph/bot/bottom_bg.gif);
	background-repeat:repeat-x;
}
/* -> BOTTOM CONTAINER */
div#bottom_container{
	display:block;
	width: 950px;
	height: 234px;
	margin-left: auto;
	margin-right: auto;
}
/* -> BOTTOM BOX */
div.bottom_box{
	width: 300px;
	height: 184px;
	margin-left: 10px;
	float:left;
	background-image:url(graph/bot/box_bg.gif);
	background-repeat:no-repeat;
	color:#3c3c3c;
}
div.bottom_box p{
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 15px;
	color:#7b7b7b;
}
div.bottom_box a{
	color:#3c3c3c;
}
div.bottom_box ul{
	list-style-type:none;
	padding-left: 15px;
}
/* -> BOTTOM FOOTER */
div#bottom_footer{
	display:block;
	float:left;
	width: 920px;
		padding-left: 15px;
		padding-right: 15px;
	height: 45px;
		padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
div#bottom_footer p{
	display:block;
	color:#FFF;
	font-size: 12px;
	line-height: 20px;
}
div#bottom_footer a{

	color:#FFF;
	font-size: 12px;
	line-height: 20px;
	width: 150px;
}	



