@charset "utf-8";
/* CSS Document */

body {
	background: #6E6E6E;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	margin: 0;
	padding: 0;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}


h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

/* Header */
#header {
	width: 600px;
	height: 258px;
	margin: 0px auto;
	background: url(../images/img4.gif);
}

#header h1 {
	margin: 0px;
	padding: 0 0 0 150px;
	font-size: 40px;
	font-style: italic;
	top:140px;
	position:absolute;
	
}

#header h2 {
	margin: 0;
	padding: 0 10px 0 150px;
	font-size: 16px;
	font-style: italic;
	color: #666666;
	top:165px;
	position: relative;
	
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
	
}

/* Menu */
#menu {
	width: 600px;
	height: 52px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 42px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 20px;
	letter-spacing: -2px;
	background: url(../images/img4.jpg) no-repeat;
}

#menu .last a {
	background: url(../images/img5.jpg) no-repeat;
}

#menu a:hover {
	color:#FFFFFF;
}

/* Content */

#content {
	background: #FFFFFF;
	width: 600px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
}

#colOne {
	float: right;
	width: 360px;
	margin-top: 20px;
	padding-right: 20px;
}

#colTwo {
	float: left;
	width: 180px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}


#colTwo ul {
font-size: 12px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
	text-decoration: underline;
	
}

#content h1 {
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content h2 {
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #2D2D2D;
	border-bottom: 1px dashed;
}

#content h3 {
	color: #6C6C6C;
}
/* Footer */

#footer {
	width: 600px;
	margin: 0px auto;
	padding: 8px 0px;
	/*height: 100px;*/
	background: #EEEEEE;
}

#footer p {
	margin: 0px;
	padding-top: 0px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #333333;
}

/* ================== dop =======================*/
.textBlueBold {
	color: #1A4E6B;
	font-size: 12px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.priceRedBold {
	color: #CC0000;
	font-weight: bold;
}
.comentsCompanyName {font-size: 10px}
.comentBlueCursive {
	color: #006699;
	font-style: italic;
}
.smallDopInformation {font-size: 9px}
.h1TopText {color: #0033FF;}
.h2TopText {color: #FFFFFF}


/* ================ auto park ===================*/
#auto_park div{ margin-bottom: 15px}
#auto_park .main_photo_auto, .dop_photo_auto{
 float:left; border:2px solid #ccc; padding:2px; margin:1px 15px 15px 1px; display:inline;
}
#auto_park .dop_photo_auto { height: 50px; }
#auto_park h2, h3 {
	margin: 0px;
}
#auto_park .order_button {padding-top:10px}
#auto_park .order_button a{ text-decoration:none; color:#FF9900; font-size:90%}
#auto_park .order_button a:hover{ color:#CCCCCC}
/* ================ tarif =======================*/
#autolist {margin-top: 25px}
#autolist td {
	height: 35px;
	border-bottom: #CCCCCC solid 1px
}
#autolist td.datafild{
	padding-left:5px;
	background-color:#eeeeee;
}
#autolist th{ 
	font-size: 80%;
}

#tarif_class h3{
margin-top: 10px;
}
#tarif_class td {
background-color:#eee; text-align:right;
}
#tarif_class td.tarif_name {
font-size:80%; color:#000000; text-align:left;
}
#tarif_class span.price{ color:#FF6600 }
/* ================ contacts ====================*/
#contact-form {
	width: 547px;
	padding: 3px 0 2px 0;
	/*overflow: hidden;*/
	font-size: 90%;
}
#contact-form td.captchafild {
	vertical-align: bottom;
	margin:0;
	padding:5px 0 0 0;
}
#contact-form td {padding: 5px}
#contact-form label {
	background: url(../images/contact-input.gif) no-repeat 1px 1px;
}

.form_input {
	background: none;
	width: 205px;
	height: 16px;
	padding: 4px 4px 4px 4px;
	border: 1px solid #e2e2e2;
	/*float: right;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #3a3a38;
}
#contact-form label {overflow:visible;}
#contact-form input.error, #contact-form textarea.error, #contact-form select.error { border: 1px solid #ffacac; background-color: #ffdfdf;}
#contact-form label.checked {}
#contact-form .hidemsg { display:none;}

.form_textarea {
	background: none;
	width: 205px;
	height: 61px;
	padding: 4px 4px 4px 4px;
	border: 1px solid #e2e2e2;
	/*float: right;*/
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #3a3a38;
}
.form_select {
	background: none;
	width: 215px;
	padding: 4px 4px 4px 4px;
	border: 1px solid #e2e2e2;
	/*float: right;*/
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #3a3a38;
}
#contact-form label.error {
	color:#CC0000;
	padding-left: 5px;
} 
#contact-form span.error {
	color:#CC0000;
	display:block;
} 
#contact-form #auto label.error {
	color:#CC0000;
	padding-left: 5px;
	float:right;
} 

#contact-form input.submitbutton {
	/*background-color: #006699;*/
	background: url(../images/tab-bg.gif); 
	color: #FFF;
	border: 1px solid #EAEAEA;
	margin: 0;
	width:auto;
	height: 30px;
}
#contact-form .buttonline {padding-top:15px}
#contact-form fieldset { padding: 10px 0 10px 0}
#contact-form legend { font-weight:700; color:#3399FF; padding-bottom:3px}
#contact-form .redstar {color:#CC0000}
#contact-form fieldset { border-top: #eeeeee solid 1px; margin-top:5px }
#contact-form .buttonline a {vertical-align:middle; color:#666666; font-size: 90%; padding-left:50px}
#contact-form span.ui-selectmenu-item-content { color:#333333 }

/* =============== message block ===============*/
.message_block_title {
	margin:0 0 10px 0;
	padding:0;
}
.message_block {
	width: 340px;
}
.message_block_info{
	background-color:#eaeaea;
	border:1px solid #b1b1b1;
}
.message_block_error{
	background-color:#ffdfdf;
	border:1px solid #ffacac;
}

.message_block .message{
	padding:0 0 25px 0;
}
.message_block .inner {
	padding: 16px 15px 25px 19px;
}
.message_block .wrapper {
	width: 100%;
}
.message_block img {
	float:left; 
	margin-right:15px; 
	margin-bottom:20px;
}
.message_block .links { 
	margin-left: 35px;
}
.message_block .links .link {
	/*background: url(../images/arrow.png) no-repeat 0% -17px;*/
	/*margen:0 20px 0 20px;*/
	background: url(../images/tab-bg.gif); 
	color: #FFF;
	border: 1px solid #EAEAEA;
	/*margin: 0;*/
	width:auto;
	padding:5px 7px 5px 7px;
	margin-right: 15px; 
	/*height: 30px;*/
}
.message_block a {
	text-decoration: none;
}
.message_block a:hover {
	/*text-decoration: #eeeeee;*/
}
.boldblue {
	color:#006699;
	font-weight:bold;
}
.smalltext{
	font-size:60%;
}

/* =======  direction ============ */
#direction #autolist {
padding-top: 10px}
#direction #left_column {
	float: left; 
	/*width:170px;*/
}
#direction #left_column a, #direction #right_column a{text-decoration:none}
#direction #left_column a:hover, #direction #right_column a:hover {text-decoration:underline}
#direction #left_column a.importent {color:#CC0000; font-weight:800;}
#direction #left_column h5{ font-weight:normal; color:#6699CC; text-decoration:none; margin:0px; padding:0px; display:inline}
#direction #left_column h4{ margin-top: 10px}
#direction #right_column { 
	width:170px;
	float: right; 
}
#direction .conty4h {
	background-color:#336699;
	color:#FFFFFF;
	width: 360px;
	height: 18px;
	padding: 3px 0px 2px 5px;
	text-transform:uppercase;
	font-size:90%;
}
#direction h3, #direction h4 { margin:0px; padding:2px}
/* ======= Roma ===================*/
.style1 {
 color: #1A4E6B;
 font-size: 12px;
 font-weight: bold;
 font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style2 {
 color: #CC0000;
 font-weight: bold;
}
.style3 {font-size: 10px}
.style4 {
 color: #006699;
 font-style: italic;
}
.style5 {font-size: 9px}
.style6 {color: #006699}
.style7 {color: #0033FF}

/* ========= languages bar =============== */
#languages {top:0px; padding:3px 10px 0px 13px}
#languages a img {
border:0px; width: 16px; height: 16px; padding-right:2px;}

/* ============ AddThis ================== */
.addthis_toolbox.atfixed {
    position: fixed;
    top: 10%;
    left: 20px;
    border: 1px solid #eee;
    padding: 5px 5px 1px;
    width: 32px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.addthis_toolbox .custom_images a {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.addthis_toolbox .custom_images a img { border: 0; margin: 0 0 1px; opacity: 1.0; }
.addthis_toolbox .custom_images a:hover img { margin: 1px 0 0; opacity: 0.75; }

input#security_code.form_input.captcha { width: 70px; }


/* ski */
table.ski_resorts > tbody > tr > th {
	background-color: #336699 !important;
	color:#fff !important;
	padding: 7px 3px ;
	
}
table.ski_resorts > tbody > tr > th.nocolor { background-color: #fff !important;}

table.ski_resorts > tbody > tr > td.ordel_col_ski {
	background-color: #DB8404 !important;
	padding: 3px;
	text-align:center;
	line-height:12px;
}
table.ski_resorts > tbody > tr > td.ordel_col_ski > a {
	font-size:12px; 
	color:#fff !important;
	text-decoration:none;
	line-height:12px;
	
}
table.ski_resorts > tbody > tr > td { border-bottom: 1px dashed #000; text-align:left }
p.text_red_info { color:#C00; font-weight:bold; font-size:14px; text-align:center}

/* === quick_search_form === */ 
#quick_search_form {background-color:#F93; padding:5px 0px 5px 10px}
#quick_search_form input#direction_from_name.form_input.ui-autocomplete-input,
#quick_search_form input#direction_to_name.form_input.ui-autocomplete-input
 {
	width: 260px;
	margin-top: 6px;
	background-color: #fff; /*#FFE9D2*/
}
#quick_search_form span {display:inline-block; position: relative; top:9px; height:24px; overflow:hidden}
#quick_search_form span.loading_from, #quick_search_form span.loading_to {display:none;}
#quick_search_form input.submitbutton {
	/*background-color: #006699;*/
	/*background: url(../images/tab-bg.gif); */
	background-color: #D56A00;
	color: #FFF;
	border: 1px solid #eee;
	margin: 0;
	width: auto;
	height: 30px;
	margin-top: 7px;
	text-transform:uppercase
}
#quick_search_form input.submitbutton:hover {
	background-color: #B35900;
}

#quick_search_form table tr td.value_field { width: 300px; }
a#direction_change > img {margin-top: 25px}
a#direction_change:hover > img {
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

/* ======================= */
div#breadcrum { padding:0; margin:0 0 -5px 0;}
ol.breadcrumb {
	margin:0;
    padding: 5px 0px 0px 20px;
    list-style: none;
}
ol.breadcrumb li {
    display: inline;
    font-size: 13px;
}
ol.breadcrumb li a {
	color: #0066CC;
	text-decoration: none;
}
ol.breadcrumb li a:hover {
    color: #333;
    text-decoration: underline;
}

/*==== */
div#content.page_orders > div#colOne > h2 {
	padding: 0px 0px 5px 5px;
	border-bottom: none;
}

p.pAlignRight{ text-align:right;}
p.pAlignC.pPB15 { text-align:center; padding-bottom:15px}
div.pAlignC.pPB5 { text-align:center; padding-bottom:5px}

table#transfer_tarif {width:100%}
table#transfer_tarif > tr > td {padding: 5px 15px 5px 15px;}
img.fleet_cart, img.icon_pers_bags { border:0; vertical-align:middle}
span.qta_pass {
	font-size:16px;
	color: #333333;
	font-weight:bold
}
td.of_w120{width:120px}
div.info_box {
	margin-top:10px;
	background-color: #FBF5B7;
border: 1px solid #E6D60D;
color: #CC0000;
font-size: 14px;
padding: 20px 30px;}

/***/
div#header > h2.twhite {color:#FFF}

#autolist > table#transfer_tarif > tbody > tr > td.auto_name {width:150px;}
#autolist > table#transfer_tarif > tbody > tr > td.auto_name > a {color:#0066CC; font-weight:bold; text-decoration:none}
#autolist > table#transfer_tarif > tbody > tr > td.auto_name > a:hover {color:#333; text-decoration:underline}
	
	