/* General CSS ------------------- */
body,th,td{
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*
a:link { text-decoration: none; color:  #00418F;  }
a:visited { text-decoration: none; color:  #00418F;	 }
a:active { text-decoration: none; color:  #00418F;  }
a:hover { text-decoration: none; color:  #880016;  }
*/

hr 
{
	color: #b0b0b0; 
	background-color: #1D282D;
	border-style: none none dotted; 
	width:95px;
	padding:2px;
}

.path_text
{
	font-size:10px;
}

.clear_style
{
	font-weight:normal;
	padding:0px;
	font-size:11px;
	border-bottom: 0px solid #FFFFFF;
	color:#000000;
}

.category_description
{

}

.main_position
{
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:0px;
}

.main_position_path
{
	padding-top:2px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:0px;
}

.main_position_lastnews
{
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	font-size:10px;
}

.title_category
{
	font-size:12px;
	font-weight:bold;
	color:#01212E;
	border-bottom:1px solid #055A7F;
	padding-bottom:3px;
}

.title_date
{
	font-size:10px;
	font-weight:normal;
	color:#01212E;
}

.print_icon_css
{
	border:0px solid #BCBCBC;
	padding-top:2px;
	/*background:#888888;*/
}
/* ---------------------------------------------- */

/* Form elements  ------------------------------- */
span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../images/system/radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

span.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
}


/* -------------------------------------------------------- */

/* Button  ------------------------------------------------ */
button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}


/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.submitBtn { 
	padding: 0 7px 0 0; 
	margin-right:2px; 
	font-size: 10px; 
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; 
	background: transparent url(../images/general_button.gif) no-repeat right -70px; 
}
	
button.submitBtn span {
	padding: 6px 0px 0px 8px; 
	height:20px; 
	background: transparent url(../images/general_button.gif) no-repeat left top; 
	color:#fff; 
}
	
button.submitBtn:hover, button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -105px; 
}
	
button.submitBtn:hover span, button.submitBtnHover span {
	background-position: 0 -35px;
}
/* ----------------------------------------- */

/* Menu horizontal  ------------------------ */
.menu_position
{
	padding-left:0px;
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li  /*First Menu*/
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 11px Verdana;

}

#sddm li a  /*First Menu*/
{	display: block;
	margin: 0 1px 0 0;
	padding: 18px 20px;
	/*width: 80px;
	background: #000;*/
	background: url(../images/header_pattern2.gif) repeat-x;
	color: #01212E;
	text-align: center;
	text-decoration: none;
	font-weight: bold;

}

#sddm li a:hover  /*First Menu*/
{	
	background: #00668F;
	/*background: url(../images/header_pattern2_roll.gif) repeat-x;*/
	color: #fff;
}

#sddm div   /*Second Menu*/
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #01212E;
	border: 1px solid #FFFFFF;
}

#sddm div a   /*Second Menu*/
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #01212E;
	color: #FFF;
	font: 10px Verdana;
	font-weight:bold;
}

#sddm div a:hover   /*Second Menu*/
{	
	background: #00668F;
	color: #FFF;

}

.menu_hover
{
	background-color: #00668F;
	/*background: url(../images/header_pattern2_roll.gif) repeat-x;*/
	color: #FFFFFF !important;
}

/* --------------------------------------- */

/* Menu Vertical  ------------------------ */

.menu_vertical_header
{
	background:url("../images/menu_buttons_header.gif") no-repeat;
	height:28px;
	color:#D4D4D4;
	font-size:10px;
	font-weight:bold;
	padding-left:40px;
	padding-top:9px;
}

.menu_vertical_general
{
	background: url('../images/menu_buttons_up.gif') no-repeat;
	cursor:pointer;
	color:#01212E;
	padding-left:40px;
	padding-top:7px;
	padding-bottom:6px;
	font-size: 10px;
	font-weight:bold;
}

.menu_vertical_general_up
{
	background: url('../images/menu_buttons_roll.gif') no-repeat;
	cursor:pointer;
	padding-left:40px;
	padding-top:7px;
	padding-bottom:6px;
	font-size: 10px;
	font-weight:bold;
}
/* ------------------------------------------- */

/* Sub Menu Vertical  ------------------------ */

.smenu_vertical_general
{
	background: url('../images/sub_menu_buttons_up.gif') no-repeat;
	cursor:pointer;
	color:#01212E;
	padding-left:58px;
	padding-top:7px;
	padding-bottom:6px;
	font-size: 10px;
	font-weight:bold;
}

.smenu_vertical_general_up
{
	background: url('../images/sub_menu_buttons_roll.gif') no-repeat;
	cursor:pointer;
	padding-left:58px;
	padding-top:7px;
	padding-bottom:6px;
	font-size: 10px;
	font-weight:bold;
}
/* --------------------------------------- */

/* ----- Polls  -------------------------- */

.polls_table 
{
	border-collapse: collapse;
}
.polls_table th 
{

}
.polls_table td 
{
	padding-top: 3px;
	border-bottom:1px solid #dddddd;
}
/* --------------------------------------- */

/* ----- Module  ------------------------- */

.module_header
{
	background: url(../images/module_header.gif) no-repeat;
	height:50px;
}
.module_header_text
{
	padding-left:20px;
	padding-right:20px;
	padding-bottom:8px;
	color:#FFFFFF;
	font-weight:bold;
}

.module_pattern
{
	background: url(../images/module_pattern.gif) repeat-y;
	padding-left:38px;
	padding-right:36px;
}

.module_footer
{
	background: url(../images/module_footer.gif) no-repeat;
	height:18px;
}

/* --------------------------------------- */

/* ----- Gallery ------------------------- */

.select_gallery
{
	border:1px solid #AFAFAF;
	font-size:11px;
}

.img_general
{
	background:#FFF;
	border:1px solid  #A8B3C4;
	padding:4px;
}

.title_general
{
	background:#EFEFF1;
	border:1px solid #A8B3C4;
	margin:2px 0px 5px 0px;
	padding:4px;
}

/* --------------------------------------- */

/* Search  ------------------------------- */
.search_container
{
	padding-top:8px;
	text-align:right;
	padding-right:8px;


/*
	height:60px;
	color:#ff9500;
	background-image: url(../images/frame_search.gif);
	background-repeat: no-repeat;
*/
}

.search_textbox
{	
	padding-top:0px;
	font-size:13px;
	width:136px;
	border:1px solid #045C80;
}

.search_button_style 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	background-color:#045C80;
	color:#FFFFFF;
	border:1px solid #5AAECF;
	padding:0px;
	width:113px;
}
/* ------------------------------------------- */

/* Contact ----------------------------------- */
.contact_textbox_small
{
	width:300px;
	border:1px solid #AFAFAF;
}

.contact_textbox_big
{
	width:300px;
	border:1px solid #AFAFAF;
}

.contact_textbox_captcha
{
	width:100px;
	border:1px solid #AFAFAF;
}

.contact_newsletter
{
	width:180px;
	border:1px solid #AFAFAF;
}

/* ------------------------------------------- */

/* Date -------------------------------------- */
.date_module
{
	color: #6B6D60;
	font-size:10px;
	background:url("../images/header5.gif") no-repeat;
}
/* ------------------------------------------- */

/* Other link -------------------------------- */
.footer_link:link { text-decoration: none; color:  #8F8F8F; }
.footer_link:visited { text-decoration: none; color:  #8F8F8F; }
.footer_link:active { text-decoration: none; color:  #8F8F8F; }
.footer_link:hover { text-decoration: underline; color:  #8F8F8F; }
/* ------------------------------------------- */


/* CSS used Only by this template ------------ */
.header_pattern 
{
	background-color:#E4E5E9;
	background-image: url("../images/site_pattern.jpg");
	background-repeat: repeat-x;
	height:380px;
}

.footer_action
{
	 background-color:#828a8f;
	 color:#FFFFFF;
}

/* ------------------------------------------- */




/* Rent Table -------------------------- */
.rent_table {
	background-color:#EFEFEF;
/*	background-image: url(../images/rent_main_pattern.gif);
	background-repeat: repeat-x;*/
}

.rent_table th 
{
	font-size:10px;
    font-weight: normal;
	background-color:#FFFFFF;
}

.rent_table td 
{
	padding: 2px;
}


.rent_table2 td{
	padding:2px;
}


.rent_table3 {
}

.rent_table3 th 
{
	color: #FFFFFF;
	font-size:12px;
    font-weight: bold;
	padding: 5px;
	background-color: #414e5b;
}

.rent_table3 td 
{
	padding: 5px;
	padding-bottom:0px;
	background-color: #9CA6AB;
}


.rent_td1
{
	height:45px; 
	
}

.rent_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #000;
	background-image: url(../images/b_pattern.gif);
	background-repeat:repeat-x;	
}

.select_box{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:20px;
	font-size:11px;
	border:1px solid #AFAFAF;
}

.select_box2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:20px;
	font-size:11px;
}



.rent_text_input2{
	width:186px;
	height:16px;
	font-size:11px;

}

.rent_text_input3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:250px;
	font-size:11px;
}

.rent_step_roll
{
	background-color:#AB343F;
	color:#FFFFFF;
	padding:3px;
	text-align:left;
	border:1px dotted #7F2731;
}

.rent_step_roll_nr
{
	color:#AB343F; 
	font-size:15px; 
	font-weight:bold;
	background-color:white;
}

.rent_step_up
{
	background-color:#F9F9F9;
	color:#7F7F7F;
	padding:3px;
	text-align:left;
	border:1px dotted #7F2731;
}

.select_title
{
	color:#1E3060;
}

.message
{
	color:#1E3060;
	font-size:12px;
	font-weight:bold;
	border:1px dotted #07637F;
	padding:8px;
}

.rent_line
{
	padding-left:18px;
}

#car_options
{
	
}

.car_description
{
	color:#085F8F; 
	padding:4px; 
}

.clear
{
	clear:both;
}



.button_prev_start
{
	background-image: url(../images/rent_button_prev.gif);
	background-repeat:no-repeat;
	width:13px;
	height:25px;
}


.button_prev_end
{
	background-image: url(../images/rent_button_prev_end.gif);
	background-repeat:no-repeat;
	width:5px;
	height:25px;
}



.button_more_start
{
	background-image: url(../images/rent_button_start.gif);
	background-repeat:no-repeat;
	width:5px;
	height:25px;

}

.button_more_pattern
{
	background-color:#09628C;	
	color:#fff;
	font-size:11px;
	font-weight:normal;
}

.button_more_end
{
	background-image: url(../images/rent_button_end.gif);
	background-repeat:no-repeat;
	width:13px;
	height:25px;

}

.rent_footer_left
{

}

.rent_footer_right
{

}

.rent_footer_pattern
{
	padding-top:10px;
	height:15px;
	padding-bottom:10px;
}

.rent_submit_button
{
	border:0px;
	background:#09628C;	
	font-size:11px;
	color:#fff;
	cursor:pointer;
}

.price_details
{
	padding:20px;
	border:2px dashed #fff;
	
}

.photo_price_details
{
	
	padding:10px;
}
/* ----------------------------------- */

.general_table {
	border-collapse: collapse;
}

.general_table th {
	font-weight:normal;
	padding:4px;
	border-width: 1px;
	border-style: solid;
	color: #ffffff;
	border-color: #31494F;
	background-color: #253439;
	font-weight:bold;

}

.general_table td {
	padding:4px;
	border-width: 1px;
	border-style: solid;
	border-color: #31494F;
	background-color: #1C2B2F;
}


.client_form{
	width:250px;
	height:16px;
	font-size:11px;
}