@charset "utf-8";
/* oldalformázó állomány */
HTML,  BODY {
	margin:0;
	padding:0;
	height:100%;
	background: #979797 url('images/background.jpg') top center no-repeat;
	background-attachment:fixed;
}
#pg_wrapper {
	width: 980px;
	height: 100%; 	/* firefoxnak kell, ie megy nélküle is */
	margin: 0 auto;
}
#pg_main {
	min-height: 100%;
	position: relative;
	background: #FFF;
}
#pg_top {
	height: 98px;
	background: #ececec url('images/top.jpg') repeat-x;
}
#pg_header {
	height: 298px;
	background-color: #000;
	position: relative;
	z-index: 500;
}
#pg_header_sub {
	width: 305px;
	height: 298px;
	position: absolute;
	right: 0;
}
.header_item {
	width: 305px;
	height: 99px;
	background: url('images/header_item_bg.gif') no-repeat;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.header_item .pic {
	position: absolute;
	left: 12px;
	top: 12px;
	width: 76px;
	height: 76px;
}
.header_item .text {
	position: absolute;
	left: 100px;
	top: 0px;
	width: 200px;
	height: 76px;
}
.header_item.active {
	background-position: 0 -99px;
}
#pg_home_link {
	width: 330px;
	height: 75px;
	left: 20px;
	top: 15px;
	position: absolute;
	text-decoration: none;
}
#pg_body {
	padding-bottom: 390px;	/* A footer magassága, + body<->footer távolság */
}
#pg_footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 350px;
	background: #2d2d2d url('images/footer_bg.gif') no-repeat right bottom;
}
#pg_body {
	float: left;
	width: 100%;
	margin: -8px 0 0 0;
}
#pg_col_1 {
	float: left;
	width: 653px;
	margin: 0 0 0 0;
	display: inline; 	/* ie6 hack */
}
#pg_col_2 {
	float: right;
	width: 316px;
	margin: 0 0 0 0;
}
#pg_col_1 .col_header {
	height: 35px;
	background: #fff url('images/left_col_top.gif') right;
}
#pg_col_1 .col_content {
	border-right: 1px solid #bdc9d3;
	border-bottom: 1px solid #bdc9d3;
	margin: 0 10px 0 0;
	padding: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#pg_col_2 .col_header {
	height: 35px;
	background: #fff url('images/right_col_top.gif') left;
}
#pg_col_2 .col_motorsport_header {
	height: 35px;
	background: #fff url('images/right_col_motorsport_top.gif') left;
	margin-top: 10px;
}
#pg_col_2 .col_content {
	border-left: 1px solid #bdc9d3;
	border-bottom: 1px solid #bdc9d3;
	margin: 0 0 0 10px;
	padding: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	background: #ececec;
}
#pg_colgroup_2 {
	clear: both;
	margin: 12px 0 0 0;
	padding: 0 0 0 30px;
	background: #fff url('images/colgroup2_bg.gif') repeat-y;
	float: left;
}
#pg_col_21, #pg_col_22, #pg_col_23, #pg_col_24 {
	width: 175px;
	float: left;
	padding: 0 30px 0 20px;
}
#pg_col_24 {
	border-right: none;
}
#pg_footer_colgroup {
	float: left;
	width: 100%;
	padding: 10px 40px 0 26px;
}
#pg_footer_col_1, #pg_footer_col_2, #pg_footer_col_3, #pg_footer_col_4 {
	float: left;
}
#pg_footer_col_1, #pg_footer_col_2, #pg_footer_col_3 {
	width: 150px;
	margin-right: 22px;
}
#pg_footer_col_4 {
	width: 400px;
}
#pg_main_nav {
	height: 44px;
	background-color: #000000;
	width: 100%;
	background: #ececec url('images/main_nav_bg.gif') repeat-x;
	z-index: 1000;
}
#pg_sub_nav {
	clear: both;
	height: 36px;
	width: 100%;
	background: #242629;
}
#pg_main_nav UL {
	padding: 0;
	z-index: 1000;
}
#pg_main_nav UL LI {
	display: inline-block;
	float: left;
	list-style: none;
	z-index: 1000;
}
#pg_main_nav UL LI A {
	display: block;
	line-height: 44px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	padding: 0 5px 0 5px;
	margin: 0 0 0 0;
	z-index: 1000;
}
BODY.inner #pg_main_nav UL LI UL {
	position: absolute;
	background: #fff;
	border: 1px solid #404040;
	margin: -1px 0 0 5px;
	z-index: 2000;
}
BODY.inner #pg_main_nav UL LI UL LI {
	display: list-item;
	float: none;
	position: relative;
	z-index: 2000;
}
#pg_main_nav UL LI UL LI A {
	color: #000;
	background: url('images/dropdown_bg.gif') no-repeat;
	background-position: bottom center;
	height: 24px;
	line-height: 24px;
	padding: 0 5px 0 5px;
	margin: 0;
	font-size: 12px;
	text-align: center;
	padding: 0 25px 0 25px;
	z-index: 2000;
}
#pg_main_nav UL LI UL LI A:hover {
	background:  #c7dae9 url('images/dropdown_bg_on.gif') no-repeat bottom center;
}
#pg_main_nav UL LI SPAN {
	display:  block;
	padding: 0 10px 0 10px;
}
BODY.index #pg_main_nav UL LI A:hover, #pg_main_nav UL LI.active A, #pg_main_nav UL LI A.active {
	background: transparent url('images/main_nav_active_right.gif') no-repeat right;
}
BODY.index #pg_main_nav UL LI A:hover SPAN, #pg_main_nav UL LI.active A SPAN, #pg_main_nav UL LI A.active SPAN {
	background: transparent url('images/main_nav_active.gif') no-repeat left;
}
#pg_main_nav UL LI.important A {
	background: transparent url('images/main_nav_important_right.gif') no-repeat right;
	margin: 0 5px 0 0;
}
#pg_main_nav UL LI.important A SPAN {
	background: transparent url('images/main_nav_important.gif') no-repeat left;
	padding: 0 0 0 10px;
}
#pg_main_nav UL LI UL LI UL {
	position: absolute;
	left: 85%;
	top: 5px;
	background: #fff;
	border: 1px solid #404040;
	margin: -1px 0 0 5px;
	z-index: 3000;
	display: none;
}
#pg_main_nav UL LI UL LI UL LI {
	width: 130px;
	z-index: 3000;
}
#pg_main_nav UL LI UL LI UL LI A {
	color: #444;
	background: #fff url('images/dropdown_bg.gif') no-repeat center bottom;
	z-index: 3000;
}
#pg_sub_nav UL {
	margin: 0 0 0 20px;
}
#pg_sub_nav UL LI {
	display: inline-block;
	float: left;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 40px;
	width: 24%;
	text-align: left;
	margin-bottom: 4px;
}
#pg_sub_nav UL LI STRONG {
	color: #ff7808;
}
#pg_sub_nav UL LI A {
	color: #cfcfcf;
	text-decoration: none;
}
#pg_sub_nav UL LI A:hover {
	color: #fff;
	text-decoration: underline;
}
.clearer {
	clear: both;
}
#search_form {
	width: 300px;
	position: absolute;
	top: 46px;
	left: 680px;
	display: none;
}
#search_phrase {
	width: 180px;
	border: 1px solid #FFF;
}
#pg_sub_footer {
	float: left;
	width: 960px;
	background: #c8c8c8;
	padding: 0 10px 0 10px;
}
#pg_sub_footer UL {
	margin: 5px 0 0 0;
}
#pg_col_2 .col_content {
	padding: 0px;
}
#pg_col_2 .col_inner_content {
	margin: 0 10px 0 10px;
	padding: 10px 0 0 0;
}
#service_box .item {
	margin: 0 20px 0 20px;
	padding: 8px 0 16px 0;
	border-bottom: 1px solid #a0a0a0;
	clear: both;
}
#service_box .item P {
	padding: 0;
	margin: 0;
}
#service_box .last {
	border-bottom: none;
}
#service_box .icon {
	display: inline-block;
	width: 46px;
	height: 46px;
	float: left;
	background: url('images/service_box_icons.gif') no-repeat;
	margin: 0 10px 10px 0;
}
#service_box .icon SPAN {
	display: none;
}
#service_box .content {
}
#service_box .icon.services {
	background-position: 0 0;
}
#service_box .icon.service {
	background-position: 0 -46px;
}
#service_box .icon.actions {
	background-position: 0 -92px;
}
#service_box .icon.newsletter {
	background-position: 0 -138px;
}
#service_box .footer {
	border-top: 1px solid #a0a0a0;
	text-align: center;
	padding: 10px 0 0 0;
}
#service_box .footer A {
	text-decoration: none;
}
#pg_header_main .main {
	position: absolute;
	top: 0;
	left: 0;
	width: 674px;
	height: 298px;
	position: absolute;
	background-color: #000;
}
#pg_header_main .main_text {
	position: absolute;
	bottom: 0;
	background-color: #000;
	color: #FFF;
	padding: 0 20px 0 20px;
	opacity: 0.8;
	width: 634px;
	height: 75px;
}
BODY.inner #pg_col_1 {
}
BODY.inner #pg_body {
	margin: 0;
}
BODY.inner #pg_col_1 {
}
BODY.inner #pg_col_2 {
}
#pg_col_2 .col_line {
	border-left: 1px solid #bdc9d3;
	height: 10px;
	background-color: #ececec;
	margin: 0 0 0 8px;
}
BODY.inner #pg_col_2 .col_header {
	background: url("images/right_col_top2.gif") repeat left center #FFFFFF;
	height: 35px;
}
BODY.inner #pg_col_1 .col_header {
	background:url("images/left_col_top2.gif") repeat right center #FFFFFF;
	height:35px;
}
BODY.inner #pg_col_2 .col_content {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius-bottomleft: 0px;
}
#pg_col_1 .col_line {
	border-right: 1px solid #bdc9d3;
	width: 644px;
	height: 10px;
}
BODY.inner #pg_col_1 .col_content {
	margin:0 7px 0 0;
	padding: 0 25px 25px 25px;
}
BODY.inner .page-img {
	margin: 0 0 0 -25px;
}
BODY.inner .breadcrumb {
	padding: 10px 0 10px 0;
}
BODY.inner .highlight {
	background: #7f7f7f;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0 3px 10px;
}
BODY.inner #request_footer {
	width: 306px;
	height: 65px;
	background:url("images/request_footer.gif") no-repeat;
	margin: 0 0 0 -1px;
}
BODY.inner #contact_title {
	width: 305px;
	height: 65px;
	background:url("images/contact_title.jpg") no-repeat;
	clear: both;
	margin: 40px 0 -10px 0;
}
BODY.inner #right_bottom {
	padding: 0 0 0 0;
	background-color: #FFF;
	margin: -10px 0 0 0;
	padding: 0 0 10px 0;
}
BODY.inner #right_bottom A, BODY.inner #pricelist A {
	color: #3078ab;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px 0 0;
}
BODY.inner #right_bottom A.arrow, BODY.inner #pricelist A.arrow {
	background:url("images/arrow.gif") right no-repeat;
}
BODY.inner #right_bottom A:hover, BODY.inner #pricelist A:hover {
	text-decoration: underline;
}
BODY.inner #right_bottom IMG.contact {
	margin: 10px;
}
BODY.inner #right_bottom ADDRESS {
	font-style: normal;
	font-weight: bold;
}
BODY.inner #pricelist {
	margin: 0 0 10px 10px;
	padding: 10px 0 0 0;
}
BODY.inner #pricelist IMG {
	margin: -10px 0 20px 0;
}
BODY.col1 #pg_col_1 {
	width: 970px;
}
BODY.col1 #pg_col_1 .col_line {
	width: 962px;
}
BODY.col1 #pg_col_1 .col_header {
	background: url('images/full_col_top') no-repeat right;
}
#pg_top_menu {
	position: absolute;
	right: 20px;
	top: 8px;
}
#pg_top_menu UL LI {
	float: left;
	list-style: disc;
	color: #FFF;
	padding: 0 15px 0 0;
	list-style-position: inside;
}
#pg_top_menu UL LI A {
	color: #FFF;
	text-decoration: none;
	margin: 0 0 0 -5px;
}
#pg_top_menu UL LI A:hover {
	text-decoration: underline;
}
#pg_top_facebook {
	position: absolute;
	right: 20px;
	top: 35px;
	width: 90px;
}
.stitle_caption {
	color: #FF7808 !important;
	background-color: #000;
	padding: 2px 0 2px 0;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft:  5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius:  5px;
}
/* lenyilok */

.tab-content {
	display: none;
	width: 980px;
	height: 334px;
	position: absolute;
	top: 142px;
	left: 0;
	background: #ededed url('images/tab_bg.gif') repeat-x;
	z-index: 10000;
}
.tab-wrapper {
	float: left;
	margin: 0 auto;
}
.tab-item {
	width: 120px;
	height: 246px;
	margin-top: 10px;
	background: #ededed url('images/tab_item_bg.gif') repeat-x bottom;
	position: relative;
	float: left;
}
.tab-item.hover {
	background-position: 0 0;
	cursor: pointer;
}
#pg_main_nav .tab-item IMG {
	position: absolute;
	left: 11px;
	top: 10px;
}
#pg_main_nav .tab-item.alternative {
	background: #ededed url('images/tab_item_bg2.gif') repeat-x bottom;
}
#pg_main_nav .tab-item.alternative:hover {
	background-position: 0 0;
	cursor: pointer;
}
#pg_main_nav .tab-item SPAN.tab-button {
	display: block;
	text-align: center;
	position: absolute;
	top: 90px;
	width: 100%;
	color: #2d2d2d;
	font-weight: bold;
	padding: 0;
}
#pg_main_nav .tab-item.hover .tab-button, #pg_main_nav .tab-item.hover .tab-button A {
	color: #FFF !important;
}
#pg_main_nav .tab-item .tab-button A {
	text-decoration: none;
	color: #2d2d2d;
	font-size: 12px;
	line-height: normal;
}
#pg_main_nav .tab-item .tab-button A:hover {
	color: #fff;
	background: none;
}
#pg_main_nav .tab-item .tab-title {
	display: block;
	text-align: left;
	position: absolute;
	top: 130px;
	width: 100%;
	text-align: center;
	padding: 0;
}
#pg_main_nav .tab-item .tab-title STRONG {
	font-size: 13px;
	color: #06345d;
}
#pg_main_nav .tab-item .tab-list {
	display: block;
	text-align: left;
	position: absolute;
	top: 180px;
	width: 100%;
	padding: 0 0 0 8px;
}
#pg_main_nav .tab-item .tab-list A {
	color: #161616;
	text-decoration: none;
	font-size: 11px;
	line-height: 11px;
	background: none;
	height: auto;
	text-align: left;
	padding: 0 0 0 15px;
}
#pg_main_nav .tab-item .tab-list A:hover {
	text-decoration: underline;
	background: none;
}
#pg_main_nav .tab-item .tab-list LI {
	line-height: 12px;
	background: url('images/li.gif') no-repeat 5px 7px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 200px;
}
.tab-item .tab-list P {
	font-size: 11px;
}
.tab-footer {
	height: 68px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url('images/ford-focus-tab-footer.gif') no-repeat center center;
	color: #FFF;
}
#tab-footer-left {
	position: absolute;
	bottom: 10px;
	left: 5px;
}
#tab-footer-midleft {
	position: absolute;
	bottom: 10px;
	right: 570px;
}
#tab-footer-midright {
	position: absolute;
	bottom: 10px;
	left: 570px;
}
#tab-footer-right {
	position: absolute;
	bottom: 10px;
	right: 5px;
}

.fleet_item {
	padding: 10px 0 10px 0;
	float: left;
	width: 100%;
	clear: both;
	background: #f7f7f7;
}

.fleet_item H2 {
	background: none !important;
	padding: 0 !important;
}

.fleet_item H2 A {
	text-decoration: none !important;
}

.fleet_item.even {
	background: #F1F1F1;
}

.fleet_item.odd {
	background: #FFFFFF;
}


.fleet_item .action {
	color: #f00;
}

.fleet_item .col_1 {
	width: 150px;
	float: left;
}

.fleet_item .col_2 {
	width: 350px;
	float: left;	
}

.fleet_item .col_2 .details-button {
	color:#f1700a;
	font-weight:bold;
	text-decoration:none;
}

.fleet_item .col_3 {
	width: 250px;
	float: right;
	margin-top: 10px;
}

#filter_form {
    background: #ececec;
    border: 1px solid #bdc9d3;
    margin: 0 0 20px 0;
}

#filter_form TABLE {
    width: 100%;
}

#filter_form .text_input {
    width: 135px;
    margin: 5px 0 5px 0;
    float: left;
}

#filter_form .submit {
    margin: 0 10px 0 0;
}
