#sidebar {
	float:right;
}
#sidebar .box {
	margin-bottom:20px;
}
#sidebar .box.offer_question, #sidebar .box.club {
	height:193px;
}

#sidebar .submenu {
	background:url('../images/box_bg_280.png') repeat-y;
	width: 280px;
}
#sidebar .submenu .box_header {
	background:#222 url('../images/box_header_280.png') no-repeat;
}
#sidebar .submenu .box_content {
	background:url('../images/box_footer_280.png') no-repeat bottom left;
	padding:0;
}
#sidebar .submenu ul {
	margin:0;
	padding:1px 0 2px 0;
}
#sidebar .submenu ul li {
	list-style-type:none;
	margin:0 2px 0 2px;
	border-top: 1px solid #F2F2F2;
}
#sidebar .submenu ul a {
	height:28px;
	line-height:28px;
	/*
	margin-bottom:2px;
	*/
	display:block;
	background:url('../images/arr_left_1.gif') no-repeat top left;
	text-align:right;
	text-transform:uppercase;
	color:#000;
	padding-right:12px;
	font-size:0.91em;
}
#sidebar .submenu ul a:hover, #sidebar .submenu ul li.active a {
	background-position:bottom left;
	text-decoration:none;
	color:#666;
	background-color: #F6F6F6;
}

/*
 * GENERIC ---------------------------------
 */

.box .good_info, .box .bad_info {
	text-align:center;
	margin:5em;
	font-size:1.18em;
}	
.box .good_info {
	color:#290;
}
.box .bad_info {
	color:#B50;
}

/*
 * PAGE ------------------------------------
 */

.box.page {
	width:640px;
	background:url('../images/box_bg_640.png') repeat-y;
	float:left;
}
.box.page .box_header {
	background:#222 url('../images/box_header_640.png') no-repeat;
}
.box.page .box_content {
	background:url('../images/box_footer_640.png') no-repeat bottom left;
	min-height:491px;
}
.page .box_content p, .page .box_content li  {
	/* może dać to wyżej? */
	line-height: 1.6em;
}
.page .box_content li {
	margin-bottom: 5px;
}

.page table.simple {
	border-collapse:collapse;
}
.page table.simple td, .page table.simple th {
	border:1px solid #444;
	padding:10px;
}
.page table.simple tbody td {
	text-align:justify;
}
.page table.simple thead th {
	text-align:center;
	font-weight:bold;
}

/*
 * NICE PHOTO ----------------------------
 */

#intro {
	height:232px;
	background:url('../images/yellow_grad_2.png') repeat-x;
	margin-bottom:25px;
}
#intro .container {
	height:100%;
	background:url('../images/sub_intro.png') no-repeat;
}

/*
 * FAQ's----------------------------------
 */

.dl_expandable {
	margin: 0px;
	padding: 0px;
}
.dl_expandable .term {
	background: #F6F6F6;
	padding: 15px 15px 15px 60px;
	overflow: hidden;
	position: relative;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.dl_expandable .definition {
	background: #F2F2F2;
	margin: 0px;
	padding: 15px 15px 15px 60px;
	overflow: hidden;
}
.dl_expandable .expert {
	font-size: 0.9em;
	display: block;
	float: right;
	margin: 25px 0 0;
	color: #999;
	background: #FFF;
	padding: 4px 0px 4px 8px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.dl_expandable .term .art {
	height: 100%;
	width: 100%;
	background:url('/images/faq_questionmark.png') left center no-repeat;
	position: absolute;
	top: 0px;
	left: 20px;
}
.dl_expandable .expert a {
	background: #bbb;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #fff;
	padding: 3px 7px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: bold;
	margin-left: 2px;
}
.dl_expandable .expert a:hover {
	color: #CC5500;
	text-shadow: 0 1px 0 #FFFF99;
	text-decoration: none;
	background: #FDDC05;
	border-top: 1px solid #FCB934;
	border-left: 1px solid #FCB934;
}

/*
 * EXPERTS RELATIONS
 */

.relation {
	margin: 0px;
	padding: 0px;
}
.relation_title {
	margin: 0px;
	font-size: 1.4em;
	font-weight: bold;
	background: #F6F6F6;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
}
.relation_title a {
	color: #333;
	padding: 12px 15px;
	display: block;
}
.relation_content {
	background: #F2F2F2;
	padding: 5px 15px;
	margin: 0px 0px 15px;
	border-bottom: 1px dotted #ddd;
}
.relation_info {
	display: block;
	background: #FCFCFC;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 3px 8px;
	margin-top: 20px;
}
.relation_galery {
	display: block;
	background: #FCFCFC;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 8px;
	overflow: hidden;
}
.relation_photo_count {
	float: right;
	padding-left: 16px;
	background: url('/images/promoted_stuff_photo.png') left center no-repeat;
	color: #888;
}
.relation_galery a {
	margin: 0px 8px 0 0;
	padding: 0px;
	float: left;
	font-size: 0px;
	line-height: 0px;
}
.relation_galery img {
	padding: 1px;
	border: 1px solid #eee;
	opacity: 0.7;
}
.relation_galery img:hover {
	opacity: 1;
}

/*
 *	CONTACT FORM------------------------------------
 */

.contact_form .form_row {
	overflow: hidden;
	margin: 0px;
	padding: 0 0 8px;
}
.contact_form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.contact_form legend {
	display: none;
}
.contact_form dd {
	overflow: hidden;
	margin: 0px;
}
.contact_form dt  {
	display: none;
	overflow: hidden;
}
.contact_form dd input, .contact_form dd textarea, .contact_form dd select {
	width: 234px;
	font-size: 0.9em;
	padding: 8px 5px;
}
.contact_form dd textarea {
	font-family: Arial,Verdana;
}
.contact_form dd select {
	width: 250px;
}
.contact_form dd .error_list {
	padding: 0px;
	display: block;
}
.contact_form dd .error_list li {
	list-style-type: none;
	color: #ff0000;
	font-weight: bold;
}
.contact_form .errored {
}

/*
 *	CENTERED FORM------------------------------
 */

.centeredform {
	overflow: hidden;
}
.centeredform fieldset {
	margin: 30px 0;
	padding: 15px 15px 0;
	overflow: hidden;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.centeredform legend {
	text-transform: uppercase;
	color: #888;
	font-weight: bold;
}
.centeredform .form_row {
	overflow: hidden;
	margin: 0 0 14px;
}
.centeredform .form_row dt {
	float: left;
	width: 265px;
	text-align: right;
	margin: 6px 10px 0 0;
}
.centeredform .form_row dd {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.centeredform .form_row dd .error_list {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.centeredform .errored {
	background: #FFE7E3;
	padding: 10px 0;
	border: 1px solid #F2E7E7;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.centeredform .form_row dd .error_list li {
	font-weight: bold;
	color: #ff0000;
}
.centeredform .form_row .help {
	display: block;
	font-style: italic;
	color: #aaa;
	font-size: 0.9em;
	overflow: hidden;
}
.centeredform p {
	overflow: hidden;
}
.centeredform div.extrainfo {
	overflow: hidden;
	border: 1px solid #DDD;
	padding: 0 13px;
	background: #F2EAEE;
	margin: 0 0 14px;
	color: #666;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.centeredform .required {
	font-weight: bold;
	color: #D00;
}
.centeredform .glossybutton.back {
	float:left;
}

.centeredform.disabled .form_row {
	margin:0 0 12px;
}
.centeredform.disabled input, .centeredform.disabled textarea, .centeredform.disabled select {
	background-color:transparent;
	border:none;
	border-bottom:dotted 1px #CCC;
	padding:4px 0 2px 0;
	color:#000;
	cursor:default;
	font-style:italic;
}
.centeredform.disabled .hidden {
	display:none;
}
.centeredform.disabled .help {
	display:none;
}

/*
 * MAPKA
 */

.contact_map {
	overflow: hidden;
	height: 304px;
	margin: 0px;
	background: #fff;
	border: 1px solid #CCC;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 3px;
}
.contact_map h3 {
	display: block;
	margin: 0px;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	font-size: 0.9em; 
	text-transform: uppercase;
	overflow: hidden;
	background: #FDDB00;
	text-shadow: 0 1px 0 #FFFF99;
	color: #CC5500;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #FEF56C;

}
#map_frame {
	height: 302px;
	margin: 0px;
	overflow: hidden;
	border: 1px solid #bbb;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}

/*
 * READ MORE
 */

.readmore {
	clear: both;
	display: block;
	overflow: hidden;
	position: relative;
	padding: 5px 20px;
	border-top: 1px dotted #ccc;
	background: #F9F1FF;
	margin-bottom: -25px;
}
.showmore {
	display: block;
	margin: 25px 0;
	border-top: 1px dotted #ccc;
	-moz-border-radius: 4px;
}
.showmore span {
	display: block;
	height: 20px;
	line-height: 20px;
	position:relative;
	top: -10px;
	right: 15px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	display: block;
	float: right;
	text-align: center;
	padding: 0px 8px;
	color: #eee;
	font-weight: bold;
	font-size: 11px;
	background: #545454;
	/*background: #40026D;*/
	cursor: pointer;
}
.showmore span:hover {
	opacity: 0.8;
}

/*
 * PROMOTED STUFF
 */

#sidebar .promoted_stuff .wrapper {
	display: block;
	overflow: hidden;
	height: 194px;
}
#sidebar .promoted_stuff .promoted_items {
	margin: 0px; 
	padding: 0px;
}
#sidebar .promoted_stuff .promoted_item {
	list-style-type: none;
}
#sidebar .promoted_stuff .promoted_item dl {
	margin: 0px 1px;
	padding: 14px 16px;
	border-bottom: 1px solid #eee;
}
#sidebar .promoted_stuff .wrapper .promoted_item dl {
	height: 68px;
}
#sidebar .promoted_stuff .promoted_item dl:hover {
	background: #FCFCFC;
	cursor: pointer;
}
#sidebar .promoted_stuff .stuff_name {
	margin: 0px 0 3px;
	padding: 0px;
}
#sidebar .promoted_stuff .stuff_name a {
	color: #333;
}
#sidebar .promoted_stuff .stuff_name img {
	margin-right: 3px;
	opacity: 0.8;
}
#sidebar .promoted_stuff .stuff_name img:hover {
	opacity: 1;
}
#sidebar .promoted_stuff .stuff_description {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	color: #555;
	line-height: 1.2em;
}
#sidebar .promoted_stuff .stuff_description span {
	color: #999;
}
#sidebar .promoted_stuff .more {
	margin-top: 5px;
	display: block;
	text-align: right;
}
#sidebar .promoted_stuff .navigation {
	text-align: right;
	padding: 0 16px;
	height: 40px;
	color: #ccc;
	position: relative;
	line-height: 40px;
}
#sidebar .promoted_stuff .navi {
	border-left: 1px solid #E6B71D;
	border-top: 1px solid #E6B71D;
	background: #FDDB00;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	padding: 1px 7px 3px;
	height: 20px;
	outline: none;
}
#sidebar .promoted_stuff .navi img {
	vertical-align: middle;
}
#sidebar .promoted_stuff .navi:hover {
	background: #FFEC71;
}

#sidebar .promoted_stuff .show_all {
	float: left;
	font-weight: bold;
}

/*
 * PROMOTED STUFF INDEX
 */

.page .promoted_item {
	margin-top: 0px;
	background: #fff;
	border: 1px solid #eee;
	padding: 15px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
}
.page .promoted_item .car_name {
	font-size: 1.7em;
	position: absolute;
	top: 25px;
	left: 160px;
}
.page .promoted_item .car_short_info {
	top: 49px;
	left: 160px;
	position: absolute;
	color: #666;
}
.page .promoted_item .car_price {
	position: absolute;
	top: 75px;
	left: 160px;
	font-size: 1.2em;
}
.page .promoted_item .car_price_dealer {
	color: #666;
	font-style: normal;
	position: absolute;
	top: 93px;
	left: 160px;
}
.page .promoted_item .photos {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 3px 2px;
	border: 1px solid #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	opacity: 0.5;
	overflow: hidden;
	padding-left: 18px;
	background: url('/images/promoted_stuff_photo.png') 4px center no-repeat;
}
.page .promoted_item .photos:hover {
	opacity: 1;
}
.page .promoted_item .photos a {
	float: right;
	font-size: 0px;
	line-height: 0px;
}
.page .promoted_item .car_image_small {
	padding: 1px 2px;
	margin: 0px;
	opacity: 0.9;
}
.page .promoted_item .car_image {
	padding: 3px;
	border: 1px solid #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff;
	cursor: pointer;
	opacity: 0.8;
}
.page .promoted_item .car_image:hover, .page .promoted_item .car_image_small:hover {
	opacity: 1;
	border-color: #ddd;
}
.page .promoted_item .toggle {
	position: absolute;
	right: 25px;
	bottom: 20px;
}
.page .promoted_item .contact {
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.page .promoted_item .car_pdf {
	position: absolute;
	left: 160px;
	top: 125px;
	font-size: 1em;
	font-weight: bold;
	line-height: 16px;
}
.page .promoted_item .car_pdf img {
	vertical-align: top;
	margin-right: 3px;
}
.page .promoted_item .item_descr {
	display: block;
	overflow: hidden;
	border-top: 1px dotted #eee;
	padding: 2px 0 15px;
	margin: 20px 0 40px;
}
.page .promoted_item .item_descr .info {
	border-bottom: 1px dotted #eee;
	padding: 5px 7px;
	margin: 0px;
}
.page .promoted_item .item_descr .info dt {
	font-weight: bold;
	color: #888;
	float: left; 
	width: 295px;
	padding-left: 5px;
}
.page .promoted_item .item_descr .info dd {
	overflow: hidden;
}
.page .promoted_item .item_descr .even {
	background: #FAFAFA;
}

/*
 * Styled list
 */

.page .box_content .styled_list_1 {
	padding: 0px;
	border-top: 1px dotted #ddd;
}
.page .box_content .styled_list_1 li {
	margin: 0px;
	padding: 14px 10px;
	list-style-position: inside;
	border-bottom: 1px dotted #ddd;
	list-style-type: none;
}
.page .box_content .styled_list_1 li.odd {
	background: #F2F2F2;
}
.page .box_content .styled_list_1 li dt { 
	font-size: 1.3em;
	font-weight: bold;
}
.page .box_content .styled_list_1 li dd { 
	padding: 5px 0;
	margin: 0px;
}
.page .box_content .styled_list_1 li p { 
	padding: 0px;
	margin: 0px;
}

/*
 *	BOX EXPERT
 */

#sidebar .expert_info .expert_photo {
	float: left;
	padding: 1px;
	background: #fff;
	border: 1px solid #ddd;
	margin: 0 18px 13px 0;
}
#sidebar .expert_info .expert_all_relations {
	display: block;
	margin-top: 14px;
	font-weight: bold;
	padding-top: 10px;
	text-align: right;
	border-top: 1px solid #eee;
}
#sidebar .expert_info .expert_about {
	margin: 0px;
	padding: 0px;
}

