/* ez a resz a sima suzuki.css felulirasa */
*
{
	font-size:12px; /* ez csak a windowsos ff miatt, hogy kiferjen a menu */
	line-height: 14px;
}

div.normalPage
{
	background:#eee;
}

div.start
{
	margin-left: 25px;
	margin-right:25px;
	padding: 30px 0px 0px 0px;
}



h1#suzukiLogo
{
	margin-bottom:28px;
}

div.navigationBox
{
	margin-bottom:28px;
}

h1.title
{
	margin: 10px 10px 25px 10px;
}
/* eddig */
p.info {
	margin-bottom: 14px ;
	text-align: justify;
}
h1 {
	/*margin: 10px 0px 10px 0px;*/
}

div.no_result
{
	font-weight:bold;
	text-align: center;
	margin: 30px 0px 10px 0px;
}


table.admin_result_head
{
	margin:  10px 0px 0px 0px;
	border: 0px solid #fff;
}
table.admin_result_head a, table.admin_result_head .current
{
	font-weight: bold;
	font-size: 16px;
	padding: 4px;
}
table.admin_result_head tr td
{
	border: 0px solid #fff;
	color: 	#C60C30;
	font-weight: bold;
}

table.admin_result
{
	margin:10px 0px 20px 0px;
	border-collapse: collapse;
}
table.admin_result th
{
	text-align:center;
	font-weight:bold;
	height: 20px;
	color: #fff;
	background: #C60C30;
}

table.admin_result td
{
	text-align: left;
	padding: 3px 5px;
}

table.admin_result tr td:first-child {
	border-left: 1px solid #CCC;
}

table.admin_result tr:last-child td {
	border-bottom: 1px solid #CCC;
}

table.admin_result tr td {
	border: 1px solid #e8e8e8;
}

table.admin_result tr td:last-child {
	border-right: 1px solid #CCC;
}

table.admin_result td.name
{
	font-weight:bold;	
}

table.admin_result .odd_table_row  td{
  
}

table.admin_result .even_table_row  td{
  background: #f5f5f5;
}

table.admin_result div.modulenames
{
}

table.admin_result div.addmodule
{
	margin: 15px 0px 5px 0px;
}

table.template_select
{
	margin: 10px 0px 10px 0px;
}

table.template_select tr td
{
	text-align: left;
	/*border:0px solid black;*/
	font-size:11px;	
}

table.template_select tr td table 
{
	text-align: left;
	border:0px solid black;
}

table.template_select tr td select
{
	font-weight:bold;
	font-size:11px;
	color:#C60C30;
	margin-right:15px;
	border: 1px solid #C60C30;
}

fieldset.search_params
{
	margin: 15px 0px 15px 0px;
	padding: 10px;
}

fieldset.search_params .admin_label
{
	font-size:11px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top:5px;
}

fieldset.search_params legend
{
	color: #000;
	font-size:13px;
	padding-left:5px;
	padding-right:5px;
	background: none;  
}

body {
  margin: 0px;
  padding: 0px;
  background: url("../img/img01.jpg") repeat-x;
}

.container {
  margin: 0px auto;
  padding: 0px;
  width: 1000px;
}

#header {
  height: 150px;
}

#title {
	font-size: 30px;
    font-weight: bold;
    line-height: 1;
    float: right;
    clear:both;
    margin: 10px 10px 0px 0px;
}

#footer {
  height: 77px;
  background: #0D3A6F;
  color:white;
  padding-top:20px;
  margin-top: 30px;
  font-size: 12px;
}

.title {
	font-size:20px;
	font-weight: bold;
}
  
#wrapper p {
  padding-bottom: 20px;
}  

#wrapper textarea {
    height: 300px;
}
  



.small_links a {
  padding: 0px 5px 0px 0px;
  font-size:9px;
  text-decoration:none;
}
.small_links a:hover {
  color: red;
  text-decoration:underline;
}

.horizontal_separator {
  width: 1000px;
  background: url("../img/horizontal_separator.png") repeat-x;
}


.edit_link {
  padding: 2px;
  border: 1px solid #3C0002;
  color: white;
  font-size: 80%;
  font-weight:bold;
  background: red;
}

.edit_link:hover {
  background: yellow;
  color: #3C0002 ;
}

/*  Google Maps */

#map {
  width: 440px;
  height: 340px;
  border: 1px solid black;
}
.map_error_msg {
  width: 440px;
  color: red;
  font-size:12px;
}

#section_menu li{
  display: inline;
  list-style-type: none;
}

#hardcore_settings_panel {
  display: none;
}
.hardcore_settings {
  background: #FFAFAF;
}


#advanced_settings_panel {
  display: none;
}
.advanced_settings {
  background: #BCEFB3; 
}

.admin_form
{
	margin: 5px 0px 5px 0px;
	font-size:11px;
}
.admin_form_row{
	clear:both;
}
.admin_label
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top:5px;
}

.admin_checkboxlabel
{
	font-weight:bold;
}
.admin_input
{
 	font-size:12px;
 	padding: 3px;
    border: 1px solid #C60C30;
	margin-top: 2px;
	margin-bottom: 2px;
	background: #fff;
	color: #C60C30;

}

.gallery_caption_container {
  width: 200px;
  padding: 0px;
}

.gallery_caption {
  border: 1px solid #C60C30;
  font-size:11px;
  color: #C60C30;
  width: 190px;
	background: #fff;
}

input[type="submit"], input[type="button"] {
  width: auto;
}

.admin_button {
  border: 0px;
}

.admin_clear
{
	clear:both;
}

form.admin_form input[type="submit"]
{
	font-size:11px;
    border: 1px solid #C60C30;
    background: #C60C30;
    color: #fff;
    font-weight: bold;
}
form.admin_form input[type="submit"]:hover {
    border: 1px solid #C60C30;
    background: #fff;
    color: #C60C30;
}
.admin_form  input[type="button"]
{
	
	font-size:11px;
    border: 1px solid #C60C30;
    background: #C60C30;
    color: #fff;
    font-weight: bold;	
}
.admin_form  input[type="button"]:hover
{
    border: 1px solid #C60C30;
    background: #fff;
    color: #C60C30;
}

.admin_submit_button:hover
{
   border: 1px solid #C60C30;
    background: #fff;

}



input.admin_submit[type=submit]
{
	
	font-size:11px;
    border: 1px solid #C60C30;
    background: #C60C30;
    color: #fff;
    font-weight: bold;
}

input.admin_submit[type=submit]:hover {
   border: 1px solid #C60C30;
    background: #fff;
    color: #C60C30;   
    
}	
div.sectionselect label
{
	font-weight:bold;
}
div.sectionselect select
{
	font-weight:bold;
	font-size:11px;
	color:#C60C30;
	margin-right:15px;
	border: 1px solid;	
}


fieldset
{
	/* height: 40px; nem fixálunk egy taget, arra van a class, István */
	font-size:11px;
}
select
{
	font-size:11px;
}

.ftpmanager
{
	width: 796px;
	background-color:#ccc;
	border:0px solid black;
	border-collapse: collapse;
	margin-top: 5px;
}

.ftpmanager th
{
	font-weight: bold;
}
.ftpmanager td
{
	text-align: left;
	background-color:#eee;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	color: green;
	font-weight:bold;
	font-size:13px;	
}
.ftpmanager a
{
	margin-left:5px;
	color: green;
	font-weight:bold;
	text-decoration:none;	
}

.ftp_manager_dir {
  font-weight: bold;
  background: #C60C30;
  padding: 3px 15px 3px 15px;
  color: white !important;
  border: 1px solid #C60C30;
}

.ftp_manager_dir:hover {
  background: white;
  color: #C60C30 !important;
}

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
  width: 100%;
	border-collapse: collapse;
}
th {
	background: #f2f2f2;
	border:1px solid #CCC;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: center;
}

table.admin_result th a {
	background: #C60C30;
	color:#fff;
}

table.pro td,
table.admin_result td {
	vertical-align: middle;
}

table.admin_result th a:hover {
	background: #fff;
	color: #C60C30;
}

table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	/*text-align: center;*/
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}

td.nowrap {
	white-space: nowrap;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	/*width: 80%;*/
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	/*background:#fff;*/
	/*color: #e32;*/
	/*font-size: 160%;*/
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	/*clear: both;*/
/*	margin-bottom: 1em;*/
/*	padding: .5em;*/
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	/*font-weight: bold;*/
}
form div.submit {
	border: 0;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
/*
	clear: both;
	display: block;
*/
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 400px;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
  text-align:left;
	margin: 0px 6px 7px 2px;
	width: 20px;
}
.checkbox_left {
    text-align:left;
}

#DealerMotor input {
  text-align:left;
}


input[type=radio]
{
	width:auto;
}
input[type=submit] {
	/*display: inline;
	font-size: 110%;
	padding: 2px 5px;
	vertical-align: bottom;*/
}
input[type=file] {
/*
	clear: left;
	float: left;
*/
	margin: 0px 6px 7px 2px;
}

.admin_form select
{

}

.admin_form input
{
	/*width:100%;*/
	font-size: 100%;	
	padding: 3px 0px 3px 2px;
	font-weight:bold;
}
.admin_form input[type=radio]
{
	/*width:auto;*/
}
.admin_form input[type=file]
{
	width:100%;

}


.admin_form label
{
	display:inline;
	margin-left: 5px;
}
/* begin css tabs */
div.tabcontainer
{
	clear:both;
	margin: 20px 0px 0px 0px;
	padding:0px;
	
}

div.tinycontainer
{
	width:800px;
	background: #fff;
	border: 1px solid #6c6; /* set border COLOR as desired */	
}
ul#tabnav { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 0em 0 0em 0; /* set margins as desired */
	font: bold 11px verdana, arial, sans-serif; /* set font as desired */
	list-style-type: none;
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
	display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}


ul#tabnav li a:link, ul#tabnav li a:visited  { /* settings for all tab links */
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #6c6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #cfc; /* set unselected tab background color as desired */
	color: #666; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}

ul#tabnav a:active{ /* settings for hover effect */
	background: #fff; /* set desired hover color */
}

ul#tabnav a:hover { /* settings for hover effect */
	background: #eee; /* set desired hover color */
}

/* end css tabs */


#menu {
	border-bottom : 1px solid #ccc;
	margin : 0;
	padding-bottom : 0px;
	padding-left : 10px;
}

#menu ul, #menu li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

	
#menu a:link, #menu a:visited	{
	background : #E8EBF0;
	border : 1px solid #ccc;
	color : #666;
	float : left;
	font-size : small;
	font-weight : normal;
	line-height : 14px;
	margin-right : 8px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}

#menu a:link.active, #menu a:visited.active	{
	background : #fff;
	border-bottom : 1px solid #fff;
	color : #000;
}

#menu a:hover	{
	color : #f00;
}

 #menu ul a:hover {
	color : #f00 !important;
}



/**** eddig volt az eredeti ***/

/*  Google Maps */

#dealer_container {
  width: 780px;
  border: 3px solid green;
}


div.panel div{
	float:left;
}
div.tree-div{
	height:300px;
	clear:both;	
}


div.searchbox{
overflow: visible; 
position: absolute; 
left: 20px; 
top: 200px; 
width: 161px; 
height: 301px; 
background-color:#c6c6c6;
}
div.submit{
	text-align:left;
}

body#car table th a{
	background: #C60C30;
	color: #fff;
}
body#car table th a:hover{
	color:#C60C30;
	background: #fff;
}

/*** DEALER ***/
#dealer_edit_table tr td {
	text-align: left;
}

#dealer_edit_table tr td input {
	width: 400px;
}
#dealer_edit_table tr td label {
	display: none;
}

#dealer_edit_table tr td textarea {
	width: 400px;
}

tr.admin_selected_row td{
	background-color:#c6c6c6;
	
}


.link_button {
  border: 1px solid #C60C30;
  background: #C60C30 !important;
  font-weight:bold;
  padding:3px 3px 3px 3px;
  color: #FFFFFF !important;
}
.link_button:hover {
  color: #C60C30 !important;
  background: #FFFFFF !important;
}

.linkbutton {
  color: #FFFFFF;
}

.link_button:visited a {
  color: #FFFFFF;
}

#create_dealer_button {
	color: white;
}

#create_dealer_button:hover {
	color: #C60C30;
}

.message {
  /*background: url("../img/info.gif") no-repeat;*/
  padding: 5px 0px 15px 30px;
  font-size: 120%; 
  color: #C60C30; 
  font-weight:bold; 
}

.action {
  margin-left: 2px;
  margin-right: 2px;
}

.action:hover {
  text-decoration: underline;
}
fieldset.filter
{
	padding: 10px;
	margin-top:20px;
}
fieldset.filter legend
{
	padding: 0px 5px 0px 5px;
	margin-left:10px;
}


div.treechoose{
width:1100; 
height:400;	
clear:left;
}
div.tree-div1{
	height:200px;
	width:400px;
	float:left;
}
div.tree-div2{
	height:200px;
	width:400px;
	float:left;
}


/*REVISION*/
#revision_container {
  position: relative;
}
#revision {
  position: absolute;
  top:38px;
  left:550px;
	width: 237px;
	text-align: right;
  font-size:11px;
  font-weight: bold;
}

.changelog_link {
	font-size: 11px;
}

.changelog_link:hover {
	background: #C60C30 !important; 
	color: white !important;
}

.video_preview_box {
  display:block;
  width:330px;
  height:272px;
}

/*forms*/
.admin_select {
  margin: 10px 0px;
  padding: 10px;
  background: white;
  border: 1px solid #CCCCCC;
}

.admin_select label {
  float: left;
  width: 180px;
  padding-top: 5px;
}

.admin_select select {
  border: 1px solid #C60C30;
  color:#C60C30;
  font-size:11px;
  font-weight: bold;
}

.with_label label {
  float: left;
  width: 180px;
  padding-top: 5px;
}

#main_video_preview {
  width: 797px;
  height: 349px;
  display: block;
  border: 1px solid #C60C30;
  margin-bottom: 10px;
}

.opened_tab_header {
  margin: 10px;
}

.opened_tab_title {
  font-size: 16px;
  color: #C60C30;
  float: left;
  width: 500px;
  font-weight: bold;
  line-height:20px;
}

.inner_title {
  font-size: 16px;
  color: #C60C30;
  width: 500px;
  font-weight: bold;
  padding-top: 5px;
  margin-bottom: 10px;
  line-height:20px;
  
}

.close_button {
  float: right;
}

/*new admin input formatting*/

.a_input {
  color: #C60C30;
  margin-bottom: 10px;
}

.a_input label {
  float: left;
  width: 150px;
  padding: 2px 0px 0px 0px;
  font-size: 12px;
  margin: 0px;
}

.a_input input {
  border: 1px solid #C60C30;
  font-size: 12px;
  font-weight: normal;
  color: #C60C30;
}

.a_input select {
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #C60C30;
  color: #C60C30;
}

.a_submit {
  margin-left: 150px;
}

.large select {
  width: 400px;
}

.tab_filter_container {
  padding: 0px 10px;
  margin-bottom: 10px;
}

.a_info {
  padding: 10px;
}


.imagestrip {
  height: 176px;
}

.imagestrip a  {
  float: left;
}

.simpletable {
  border: none;
}

.simpletable tr td {
  border: none;
  padding: 0px;
}

/*DEBUG*/
.cake-debug
{
	/*background:#fff;*/
}

/*EXT-JS javítások*/
.folder_2 {
  color: red;
}

#vehiclegallery_selector div.input label {
	float: left;
	padding: 0px 10px 0px 0px;
	line-height: 22px;
}

#vehiclegallery_selector {
	padding-left: 10px;
	padding-bottom: 20px;
}

#vehiclegallery_selector label {
	margin-left: 0px;
}

#vehiclegallery_selector input[type="button"] {
	margin-top: 10px;
}

ul#quickMenu li:hover ul li {
	min-height: 30px;
}
ul#quickMenu li:hover ul,
ul#quickMenu li:hover ul li,
ul#quickMenu li:hover ul li ul {
	padding: 0;
	margin: 0;
}

