html, body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-serif; 
	font-size: 7.5pt;
	font-weight: normal;
	text-decoration:none;
	text-align: left;
}
form
{
	margin: 0; 
	padding: 0;
}
td
{
	font-family: Verdana, Arial, Helvetica, Sans-serif; 
	font-size: 7.5pt;
	font-weight: normal;
	text-decoration:none;
}
table
{
	empty-cells: show;
}

.leftTableHeader
{
	background-image: url(images/leftTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	padding: 0px 0px 0px 3px;
	margin: 0;
}

.titleRow
{
	background-image: url(images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 24px;
	padding: 0px 0px 0px 8px;
	margin: 0;
}

.phasesSeparator
{
	background-image: url(images/phasesSeparatorDotted.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 24px;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

#cities
{
	float: left;
	display: block;
	height: 20px;
	width: 130px;
}

#countriesContainer
{
	clear: both;
	width: 400px;
	margin: 5px 0px 0px 0px;
	padding: 0;
}

#currencies
{
	clear: both;
	width: 400px;
	margin: 5px 0px 0px 0px;
	padding: 0;
}


.leftTableTop
{
	background-image: url(images/LeftBgTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	padding: 0;
	margin: 0;
}
.leftTable
{
	background-image: url(images/LeftBgMiddle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0;
	margin: 0;
}
.leftTableBottom
{
	background-image: url(images/LeftBgBottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	padding: 0;
	margin: 0;
}
.error{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #690101;
	color: #ffffff;
} 

.red14normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #690101;
}
.red14bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #690101;
} 
.red12normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #690101;
}
.red12bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #690101;
} 
.red10normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #690101;
}
.red10bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #690101;
} 
.red9bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #690101;
}

.red9normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #690101;
}

.red8normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #690101;
}

.black12normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #690101;
}

.grey12normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

.grey12bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.grey10normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.grey10bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

.grey9normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}

.grey9bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}

.goButton
{
	background-color: #E8E8E8;
	border: 1px solid #999999;
}














.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}





#CLEAR
{
	clear: both;
}

#headerContainer1
{
	width: 100%;
	display: block;
	height: 139px;
	margin: 0px 0px 10px 0px;
	padding: 0;
	text-align: center;

	background-color: #fcead4;

	z-index: -1;
}

#headerContainer
{
	position: absolute;
	left: 0px;

	width: 100%;
	display: block;
	height: 140px;
	padding: 0;
	text-align: center;
	z-index: 0;
}

#headerContainerLeft
{
	position: absolute;
	left: 0;
	display: block;
	width: 50%;
	height: 140px;
	margin: 0;
	padding: 0;
	background-image: url(images/autokolcsonzes_top_background_left.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#headerContainerRight
{
	position: absolute;
	right: 0;
	display: block;
	width: 49%;
	height: 140px;
	margin: auto;
	padding: 0;
	background-image: url(images/autokolcsonzes_top_background_right1.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#headerContainerMiddle
{
	position: relative;
	display: block;
	width: 780px;
	height: 140px;
	margin: auto;
	padding: 0;
	z-index: 10;
}


#headerLine1
{
	position: relative;
	display: block;
	width: 780px;
	height: 80px;
	margin: 0;
	padding: 0;
	background-image: url(images/top_line1_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

#headerLine2
{
	position: relative;
	display: block;
	width: 780px;
	height: 22px;
	margin: 0;
	padding: 0;
	background-image: url(images/top_line2_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

#headerLine3
{
	position: relative;
	display: block;
	width: 780px;
	height: 37px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#headerLine3Col1
{
	float: left;
	position: relative;
	display: block;
	width: 176px;
	height: 37px;
	margin: 0;
	padding: 0;
	background-image: url(images/hungarorent_top_logo_word.gif);
	background-repeat: repeat-x;
	background-position: top left;
}


#headerLine3Col2
{
	float: left;
	position: relative;
	display: block;
	width: 10px;
	height: 37px;
	margin: 0;
	padding: 0;
	background-image: url(images/rentacar_top_menu_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}


#headerLine3Col3
{
	float: left;
	position: relative;
	display: table-cell;
	width: 584px;
	height: 37px;
	margin: 0;
	padding: 5px 0px 0px 0px;
	background-image: url(images/top_line3_col3_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
}


#headerLine3Col4
{
	float: left;
	position: relative;
	display: block;
	width: 10px;
	height: 37px;
	margin: 0;
	padding: 0;
	background-image: url(images/rentacar_top_menu_right.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#leftMenuContainer
{
	display: block;
	width: 177px;
}

#menuSpacer
{
	float: left;
	display: block;
	width: 10px;
	height: 20px;
	background-color: #ffa826;
	padding: 0;
	margin: 0px 2px 0px 0px;
}
ul.leftMenu
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

a.gps img { margin-top: 10px; }

li.menu
{
	display: block;
	width: 177px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 0px 0px;
	vertical-align: middle;
	background-image: url(images/left_menu_right_side.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

li.menu2
{
	display: block;
	width: 177px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 0px 0px;
	vertical-align: middle;
	background-image: url(images/left_menu_right_side2.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

li.menu2 div {
margin: 1px solid yellow;
width: 177px;

}

li.no_menu {  height: 13px; list-style-type:disc; margin: 3px 0 6px;
 	
}

li.no_menu a { color: #000; font-size: 10px; line-height: 13px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }
li.no_menu a:hover { text-decoration: underline; }

li.menu a.me, li.menu2 a.me, li.menu2 span.me
{
	float: left;
	display: block;
	width: 145px;
	height: 20px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	color: #ffffff;
	background-color: #830101;
	text-decoration: none;
	padding-left: 2px;
}
li.menu a:hover, li.menu2 a:hover
{
	text-decoration: underline;
}


.feketenormal {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.feher10normal {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.fekete10normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	display: inline;
	text-decoration: none;



}
.reglinetop {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.reglinebottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.reglineright {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;

}
.reglineleft {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;

}
.menulinerightbottom {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}
.menuwordleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #830101;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-left: 5px;
	text-decoration: none;
	width: 150px;
	padding-top: 3px;
	padding-bottom: 3px;
}

a.menuwordleft { display: block; }

a.fekete10normal:hover { text-decoration: underline; }
a.menuwordleft:hover { text-decoration: underline; }

img.menu_img { margin: 0; padding: 0;}

/*  Új menühöz  */

.menutop	{
	background:url(/pics/menu_top.png) no-repeat left;
	color:#FFF;
	text-transform:uppercase;
	text-align:left;
	font-size:10px;
	width:177px;
	height:19px;
	margin:0;
	margin-bottom: 2px;
}
.menucenter	{
	background:url(/pics/menu_center.png) no-repeat left;
	color:#FFF;
	text-align:left;
	font-size:10px;
	width:177px;
	height:19px;
	margin:0;
	margin-bottom: 2px;
}
.menubottom	{
	background:url(/pics/menu_bottom.png) no-repeat left;
	color:#FFF;
	text-transform:uppercase;
	text-align:left;
	font-size:10px;
	width:177px;
	height:19px;
	margin:0;
	margin-bottom: 2px;
}

.menucenter a, .menutop a, .menubottom a	{
	display:block;
	color:#FFF;
	text-decoration:none;
	font-size:10px;
	padding-left: 15px;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

.menulist ul {
	margin-left:5px;margin-top:0px;
}

.menulist ul li {
	list-style:inside; padding:0px; text-align:left; margin:0;
}