/* alapbeállítások */

body {
	font: .70em/1.5em Verdana, Tahoma, Helvetica, sans-serif;
	color: #353d43; 
	margin: 0;
	padding: 0; 
	background: #f4f6f6 url(/images/bg.jpg) top repeat-x;
	text-align: center;
}

/* linkek */

a:link, a:visited { 
	text-decoration: underline;
	color: #387991;	
}
a:hover {
	color: #387991;
	text-decoration: none;
}

/* képek */

img {
	border: 0px
}
img.border {
	background-color: #150e0b;
	border: 1px solid #261b15;
	padding: 8px;	
}
img.float-right {
	margin: 5px 0px 10px 10px;
}
img.float-left {
	margin: 5px 10px 10px 0px;
}

code {
  	margin: 3px 0;
  	padding: 20px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace;
  	/* white-space: pre; */
  	border: 1px solid #251a14;
	background-color: #130d0a; 
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #555;
}
blockquote {
	margin: 10px 20px;
 	padding: 15px 15px 15px 32px;  
	border: 1px solid #251a14;
	background: #130d0a url(/images/quote.gif) no-repeat 12px 12px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;	
	
}
strong {
	font-weight: bold;
 }

/* form elements */

form {
	margin: 0; 
	padding: 0;	
}
form p {	
	margin: 0;
	padding: 10px 0 0 0;
	color: #353d43;
}
form a:link, form a:visited {
	color: #387991;
	font-size: 11px;
	text-decoration: underline;
}
form .content a:hover {
	color: #387991;
	font-size: 11px;
	text-decoration: none;
}
label {
	font-weight: normal;
	padding: 0 0 0 2px;
}
input, select, textarea {
	margin: 2px;
	padding: 2px 2px;
	border-width: 1px;
	border-style: solid;
  	border-color: #7f9db9; 	
	background-color: #fff;
	font: 11px 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	color: #353d43;
}
input:focus, select:focus, textarea:focus {
	background-color: #E7ECEC;
	border: 1px solid #7f9db9;
	color: #353d43;
}
input.button { 
	height: 25px;
	margin: 0;
	padding: 0px 2px 3px 3px;
	background: url(/images/buttonbg.jpg) repeat-x;	
	font: bold 10px 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	text-transform: uppercase;
	border: solid 1px #8d9294;
	color: #353d43;
	text-align: center;
}

/* design */

#wrap {
	width: 980px;
	margin: 35px auto;
	text-align: left;		
	background: #f4f6f6 url(/images/wrap-bg.jpg) top repeat-x;	
}
/* fejléc */

#wrap-header {
	padding: 0;
	margin: 0;
}
#header-autoszalon {
	/*position: relative;*/
	/*margin: 0 auto 20px auto;*/
	height: 130px;
	background: url(/images/header-szalon.jpg) no-repeat center top;
}
#header-bonto {
	/*position: relative;*/
	/*margin: 0 auto 20px auto;*/
	height: 130px;
	background: url(/images/header-bonto.jpg) no-repeat center top;
}
#header-szerviz {
	/*position: relative;*/
	/*margin: 0 auto 20px auto;*/
	height: 130px;
	background: url(/images/header-szerviz.jpg) no-repeat center top;
}
#header-alkatresz {
	/*position: relative;*/
	/*margin: 0 auto 20px auto;*/
	height: 130px;
	background: url(/images/header-alkatresz.jpg) no-repeat center top;
}
#header-autoszalon .logo p#slogan {
	position: absolute;
	top: 37px;
	right: 250px;
	margin: 0;
	padding: 0 5px 0 0;
	font: normal 9px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	color: #fff;
}
#header-bonto .logo p#slogan {
	position: absolute;
	top: 37px;
	right: 255px;
	margin: 0;
	padding: 0 5px 0 0;
	font: normal 9px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	color: #fff;
}
#header-szerviz .logo p#slogan {
	position: absolute;
	top: 37px;
	right: 246px;
	margin: 0;
	padding: 0 5px 0 0;
	font: normal 9px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	color: #fff;
}
#header-alkatresz .logo p#slogan {
	position: absolute;
	top: 37px;
	right: 242px;
	margin: 0;
	padding: 0 5px 0 0;
	font: normal 9px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	color: #fff;
}

/* menü */

#nav {
	background: url(/images/menu-bg2.jpg) no-repeat top;
	margin: 0 0 20px 0;
	padding: 0;			
	/*overflow: hidden;*/
	height: 29px;
	width: 100%;	
}
#nav ul {	
	float: left;	
	margin: 0;
	padding: 0;		
	width: 100%;	
	list-style: none;	
}
#nav ul li {
	float: left;
	margin: 0;
	padding: 0 0 0 0;			
}
#nav ul li a:link,
#nav ul li a:visited {
	color: #406674;
	float: left;
	margin: 0;
	padding: 7px 15px 0px 20px;	
	font: bold 12px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	text-transform: uppercase;	
	text-decoration: none;	
}
#nav ul li a:hover, 
#nav ul li a:active {	
	color: #406674;
	text-decoration: underline;
}
#nav ul li#current { 
	color: #000;
	cursor: default;
	text-decoration: none;
}
#nav ul li#current a {		
	color: #000;
	cursor: default;
	text-decoration: none;
}

/* fejléc keresés */

form#quick-search {
	position: absolute;
	top: 150px;
	left: 790px;
	/*z-index: 999999;*/
	padding: 0;
	margin: 0;
	border: none;
	width: 180px;
	height: 29px;
	/*background-color: #fff;*/	
}
form#quick-search p {
	margin:  1px 0 0 0;
	padding: 0;		
	border: none;
}
form#quick-search input {
	float: left;
	margin: 2px 0 0 0;
	padding: 2px;
	border: none;	
	background: url(/images/inputbox-bg.jpg) no-repeat;
	color: #4a413c;
	height: 19px;
}
form#quick-search .tbox {
	margin: 6px 0 0 5px;
	width: 137px;	
	display: inline;
}
form#quick-search .btn{
	width: 25px;
	height: 21px;
	padding: 0 0 0 0;
	margin: 4px 0 0 1px;
}
form#quick-search label {
	padding: 0;
	margin: 0;
	/*display: none;*/
}

/* tartalmi rész */

#content-wrap  {
	/*margin-bottom: 20px;
	clear: both;*/
}
#content-left {
	margin: 0 0 0 10px;
	float: left;	
	width: 190px;	
	vertical-align: top;
}
#content-right {
	margin: 0 0 0 0;
	float: left;	
	width: 190px;	
	vertical-align: top;	
}
#content-main { 
	margin: 0 10px 0 10px;
	float: left;	
	width: 560px;	
	vertical-align: top;	
}

/* Bal blokk */

.right-block {
	margin: 0 0 10px 0;
}
.right-block .header {
	background: url(/images/block-header.jpg) no-repeat;
	color: #fff;
	font-weight: bold;
	padding: 3px 0 0 23px;
	height: 20px;
}
.right-block .content {
	border-left: solid 1px #cbd3d5;
	border-right: solid 1px #cbd3d5;
	border-bottom: solid 1px #cbd3d5;
	padding: 5px;
}
.right-block .content a:link, .right-block .content a:visited { 
	text-decoration: underline;
	color: #387991;	
}
.right-block .content a:hover {
	color: #387991;
	text-decoration: none;
}
.right-block .banner {
	text-align: center;
	margin: 5px 0 5px 0
}

/* Bal blokk */

.left-block {
	margin: 0 0 10px 0;
}
.left-block .header {
	background: url(/images/block-header.jpg) no-repeat;
	color: #fff;
	font-weight: bold;
	padding: 3px 0 0 23px;
	height: 20px;
}
.left-block .content {
	border-left: solid 1px #cbd3d5;
	border-right: solid 1px #cbd3d5;
	border-bottom: solid 1px #cbd3d5;
	padding: 5px;
}
.left-block .content a:link, .left-block .content a:visited { 
	text-decoration: underline;
	color: #387991;	
}
.left-block .content a:hover {
	color: #387991;
	text-decoration: none;
}

/* Középső blokk */

#center-block {	
	margin: 0;
	padding: 0;
}
#center-block .header {
	background: url(/images/centerblock-header.gif) no-repeat;
	color: #fff;
	font-weight: bold;
	padding: 3px 0 0 23px;
	height: 20px;
}
#center-block .header-admin {
	background: url(/images/centerblock-header-admin.gif) no-repeat;
	color: #fff;
	font-weight: bold;
	padding: 3px 0 0 23px;
	height: 20px;
}
#center-block .content {
	border-left: solid 1px #cbd3d5;
	border-right: solid 1px #cbd3d5;
	border-bottom: solid 1px #cbd3d5;
	border-top: solid 1px #cbd3d5;
	padding: 0px 5px 5px 5px;	
	margin-bottom: 10px;
	vertical-align: top;
}
#center-block .content h1 {	
	font-size: 13px;
	color: #d75c18;
	padding: 0;
	margin: 10px 0 0 0;
	/*text-transform: uppercase;*/
}
#center-block .content h2 {	
	font-size: 11px;
	color: #d75c18;
	padding: 0;	
	margin: 10px 0 0 0 !important;
	margin: 10px 0 0 20px;
}
#center-block .content h3 {	
	font-size: 11px;
	color: #d75c18;
	padding: 0;
	margin: 10px 0 0 0;	
}
#center-block .content h4 {	
	font-size: 11px;
	color: #d75c18;
	padding: 0px;
	margin: 10px 0 0 0;	
}
#center-block .content h5 {	
	color: #d75c18;
	font-size: 11px;
	padding: 0px;
	margin: 10px 0 0 0;	
}
#center-block .content a:link, #center-block .content a:visited {
	color: #387991;
	text-decoration: underline;
}
#center-block .content a:hover {
	color: #387991;
	text-decoration: none;
}
#center-block .datasheet {
	margin: 10px 0 0 10px;
	width: 96%;
}
#center-block .datasheet .justify {
	text-align: justify;
}
#center-block table {
	padding: 0;
	margin: 0;
}

/* Hirdető képei */

.thumbs { 
	margin: 0;
	padding: 10px 0 5px 10px;
}
.thumbs img { 
	position: relative;
	margin: 4px;
	padding: 4px;	
	background: #fff;
	border: 1px solid #cccccc;
}
.thumbs img:hover {
	border: 1px solid #7E7E7E;
}
.thumbs a:hover {
	background-color: transparent;
	border: none;
}

/* Ajánlatok */

.content ul.offer {
	margin: 0;
	padding: 0;	
	text-align: left;
}
.content ul.offer li {
	list-style: none;
	margin: 0;
	padding: 5px 0px 5px 0px;
	font-size: 11px;
	line-height: 15px;
	border-bottom: 1px dotted #cbd3d5;
}
.content ul.offer li a:link, 
.content ul.offer li a:visited {	
	font-weight: normal;
	font-size: 11px;
	color: #387991;
	text-transform: underline;
}
.content ul.offer li a:hover {
	color: #387991;
	font-size: 11px;
	text-transform: none;
}
.content ul.offer li span {
	display: block;	
	margin-left: 10px;	
	text-transform: none;	
}

/* Jobb kategória menü */

#right-catmenu {

}
#right-catmenu .header {
	background: url(/images/right-fmenubg.gif) no-repeat;
	color: #fff;
	font-weight: bold;
	padding: 8px 0 0 10px;
	height: 27px;
}
#right-catmenu ul.menu {
	list-style: none;
	margin: 0px 0 10px 0px;
	padding: 0;		
}
#right-catmenu ul.menu li {
	background: url(/images/right-menubg.gif) no-repeat;	
}
#right-catmenu ul.menu a {
	display: block;	
	font-weight: bold;
	color: #353d43;	
	font-size: 11px;
	text-decoration: none;	
	padding: 2px 5px 2px 28px;
	min-height: 21px;
}
#right-catmenu ul.menu a:hover {	
	font-weight: bold;
	color: #000;
	font-size: 11px;
	text-decoration: none;	
}

/* Lábléc */

#footer {
	clear: both;
	color: #fff;
	background: #221 url(/images/footer-bg.gif) no-repeat;
	font-size: 10px;
	margin: 10px 10px 0px 10px;
	height: 46px;
	padding: 10px;
	line-height: 15px;
}
#footer a:link, #footer a:visited {
	color: #fff;
	font-size: 10px;
	text-decoration: underline;	
}
#footer a:hover {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}
#footer span {
	font-size: 10px;
}

#footer .top {	
	/*background-color: #123456;*/
	width: 150px;
	float: right;
}

#footer .top a:link, #footer .top a:visited {
	color: #fff;
	font-size: 10px;
	text-decoration: underline;	
}
#footer .top a:hover {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}

/* Bal sblokk */

.datasheet-reg  {
 
}
.datasheet-reg {
	border-collapse: collapse;
	width: 490px;	
	margin: 10px 0 0 20px;
}
.datasheet-reg td {
	border: 0;	
	padding: 2px;
	width: 50%;
	text-align: left;
}
.datasheet-reg td span {	
	padding: 0;
	color: Red;
	font-size: 9px;
}

/* Kiemelt ajánlat */

ul.companylist {
    list-style-type: none;
    margin: 10px;
    padding: 0px;
}
ul.companylist li {
    border-bottom: dotted 1px #cbd3d5;
    padding: 5px 5px 14px 5px;
    margin-bottom: 0px;
    height: 1%; /* Fix for MSIE peekaboo bug */
}
ul.companylist li img {
    float: left;    
	margin: 4px;
	padding: 4px;	
	background: #fff;
	border: 1px solid #cccccc;
 }
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

.small-info {
	text-align: center;
	font-size: 10px;
	color: red;
	margin: 10px 0 10px 0;
}

/* Igazítások */

.float-left  {
	float: left;
}
.float-right {
	float: right;
}
.float-center {
	float: center;
}
.align-left  {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-justify {
	text-align: justify;
}

/* Egyéb */

.clear {
	clear: both;
}

/* Fül */

#tab-navigation {
	text-align: center;
	float: left;
}
#tab-navigation ul {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style:none;	
}
#tab-navigation li.current {
	display: inline;
	background: url(/images/greenbg.gif) repeat-x center top;
	text-align: center;
	padding: 0;
	margin-right: 2px;	
	float: left;
}
#tab-navigation li.current a {
	color: #663300;
	background: url(/images/greenleft.gif) no-repeat left top;
	float: left;
	margin: 0;
	padding-left: 7px;
	padding-top: 0px;
	text-decoration: none;
}
#tab-navigation li.current a:link span, #tab-navigation li.current a:visited span  {
	background: url(/images/greenright.gif) no-repeat right top;
	color: #353d43;
	display: block;
	font-weight: bold;
	padding: 4px 13px 4px 5px;
}
#tab-navigation li.current a:hover span {
	color: #000;
}
#tab-navigation li {
	display: inline;
	background: url(/images/bluebg.gif) repeat-x center top;
	text-align: center;
	padding: 0;
	margin-right: 2px;	
	float: left;
	height: 24px;
}
#tab-navigation a {
	color: #663300;
	background: url(/images/blueleft.gif) no-repeat left top;
	float: left;
	margin: 0;
	padding-left: 7px;
	padding-top: 4px;
	text-decoration: none;
	/*padding: 8px 13px 4px 5px;*/
}
#tab-navigation a:link span, #tab-navigation a:visited span {
	background: url(/images/blueright.gif) no-repeat right top;
	color: #353d43;
	display: normal;
	font-weight: normal;
	padding: 6px 13px 4px 5px;
}
#tab-navigation a:hover span {
	color:#000;
}
#tab-navigation a span {
	float: none;
}

/* Banner */

#center-block .468banner {
	padding: 50px 0 0 10px;
	background-color: #FFF;
	float: center;
	width: 560px;
}

.highlight { background-color: #ccc; color: #000; font-weight: bold; padding-left: 2px; padding-right: 2px }


#tags {
	clear: both;
	color: #387991;
	margin: 10px 10px 0px 10px;
	padding: 10px;
	line-height: 15px;
}
#tags a:link, #tags a:visited {
	color: #387991;
	text-decoration: none;	
}
#tags a:hover {
	color: #387991;
	text-decoration: underline;
}
#tags span {
	font-size: 10px;
}
