/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; /*
text-indent: -99999px;
*/ overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { z-index: 1000; width: 17em; padding: .2em .2em 0; background: white; border: 1px gray solid; display: none;}
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; background: #ffc933; font-size: 1.2em;}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next { 
	position:absolute;  
	text-indent: normal; 
	text-align: center;
	font-size: 2em;
	top: -0.125em;	
	}


.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	cursor: pointer; 
	text-decoration: underline;
	background: transparent; 

	}

.ui-datepicker .ui-datepicker-prev { left: 3px }
.ui-datepicker .ui-datepicker-next { right:3px; }
.ui-datepicker .ui-datepicker-prev-hover {  }
.ui-datepicker .ui-datepicker-next-hover {  }
.ui-datepicker .ui-datepicker-prev span, 
.ui-datepicker .ui-datepicker-next span { 
	display: block;
  	}

.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; font-size: 1.1em;}
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }










.ui-state-default {
	background: #f1f1f1;
}
.ui-state-active {
	background: #ddd;
}
.ui-state-hover {
	background: #f7db91;
}
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
* {
	margin: 0;
	padding: 0;
	}

html {
	height: 100%;
	font-size: 100%;
	}

body {
	height: 100%;
	font-size: 62.5%;
	font-family: Trebuchet MS;
	}

img {
	border: none;
}

fieldset {
	border: none;
	margin: 10px 0;
}
ul {
	list-style: none;
	}

h1, h2, h3 {
	position: relative;
	font-style : italic;
	font-weight: normal;
	}

h1 {
	margin: 0 0 0.5em 0;
	padding-top: 1.5em;
	font-size: 2.8em;
	}
h2 {
	font-size: 1.8em;
	margin: 0.5em 0;
	}
a {
	color: black;
	}
	
a:hover {
	text-decoration: none;
	}

p {
	color: #333;
	font-size: 1.2em;
	margin-bottom: 1.2em;	
	}

blockquote {
	position: relative;
	font-style: italic;
	font-size: 1.2em;
	margin: 1.2em 0;
	overflow: hidden;
	width: 460px;
	padding: 0 40px;
	color: #666;
	}
	blockquote .before {
		color: #ccc;
		position: absolute;
		top: -0.40em;
		font-family: Times New Roman;
		left: 0px;
		font-size: 4.5em;
		font-style: normal;
		font-weight: bold;
		}	
	blockquote .after {
		color: #ccc;
		position: absolute;
		bottom: -0.1em;
		font-family: Times New Roman;
		right: 0px;
		font-size: 4.5em;
		font-style: normal;
		font-weight: bold;
		}	
		
ins {text-decoration: none;}

.b-bannersList li {
	padding-bottom: 20px;
	}

.errors p {
    color: red;
}

.invisible {
    display: none;
}.l-content {
	position: relative;
	overflow: hidden;
	padding: 0 260px 152px 0;
	margin: 0 0 0 200px;
	width: 540px;
	z-index: 50;
	}

.l-content ul {
	font-size: 1.1em;
	margin-bottom: 1em;
	}
	.l-content ul li {
		color: #333;
		margin: 0.8em 0;
		padding-left: 20px;
		background: url('/app/skins/images/bull.gif') no-repeat 5px 5px;
		}

.l-content ol {
	font-size: 1.1em;
	list-style: decimal outside;
	color: #333;
	}
	.l-content ol li {
		margin: 0.8em 0 0.8em 20px;
	}

.l-content img {
	float: left;
	margin: 0 20px 20px 0;
}
.l-content h1 img {
	float: none;
	margin: none;
	display: inline;
	position: relative;
	top: 0.75em;
	padding-left: 1em;
}
.l-main {
	min-height: 100%;
	margin-bottom: -92px;
	}
	
.l-main-wrap {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	}
.l-sidebar {
	position: relative;
	float: left;
	padding: 0 18px 92px;
	width: 164px;
	margin-right: -200px;
	}
	.l-sidebar h2 {
		font-style: normal;
	}
.l-header {
	overflow: hidden;
	text-align: center;
	padding: 0 10px 0 18px;
	}.l-footer {
	position: relative;
	z-index: 1000;
	height: 91px;
	border-top: 1px solid #cacabc;
	background-color: #f1f1f1;;
	}
	.l-footer_inner {
		width: 1000px;
		margin: 0 auto;
		}
.b-logo {
	position: relative;
	display: block;
	margin: 0 -5px;
	padding: 5px 0 0 0;
}
.b-catalog {
	position: relative;
	font-size: 1.3em;
	margin-bottom: 3em;
	}
	.b-catalog li {
		position: relative;
		width: 135px;
		padding-left: 29px;
		margin: 6px 0;
		}
		.b-catalog li a {
			
			}
			.b-catalog li img {
				position: absolute;
				top: 2px;
				left: 0px;
			}
		
.b-menu {
	font-size: 1.3em;
	margin-bottom: 1em;
	}
	.b-menu li {
		margin: 0.5em 0;
		}
		.b-menu li a {
			color: #565656;
			}
		.b-menu li b {
			color: black;
		}
		.b-menu li ul {
			font-size: 0.85em;
			}
			.b-menu li ul li {
				padding-left: 9px;
				}
				.b-menu li ul li b {
					position: relative;
					zoom: 1;
					margin-left: -8px;
					padding-left: 8px;
					background: url('/app/skins/images/arrow.gif') no-repeat 0px 0.5em;
					}
.b-search {
	position: relative;	
	padding-bottom: 34px;
	overflow: hidden;
	zoom: 1;
	}
	.b-search input {
		font-family: Trebuchet MS;
		vertical-align: middle;
		}

.b-tabs {
	position: relative;
	width: 540px;
	top: 22px;
	padding-top: 38px;
	margin-bottom: 22px;
	overflow: hidden;
	}
	.b-tabs dt {
		position: absolute;
		top: 0px;
		font-size: 1.8em;
		padding: 5px 21px 5px 20px;
		height: 28px;
		}
		.b-tabs dt a {
			text-decoration: none;
			border-bottom: 1px black dashed;
			font-size: 1.2em;
			outline: none;
			}
	.b-tabs dt.current {
		background: url('/app/skins/images/b-tabs_background.png') #ffc933 repeat-x;
		}
	.b-tabs dt.special {
	float: right;
	}
		.b-tabs dt.current .before {
			content: " ";
			position: absolute;
			display: block;
			top: 0px;
			left: 0px;
			height: 38px;
			width: 5px;
			background: url('/app/skins/images/b-tabs_left.png') transparent no-repeat;
			}
		.b-tabs dt.current .after {
			content: " ";
			position: absolute;
			display: block;
			top: 0px;
			right: -1px;
			height: 38px;
			width: 5px;
			background: url('/app/skins/images/b-tabs_right.png') transparent no-repeat;
			}
		.b-tabs dt.current a {
			border-bottom: none;
		}
		
		
	.b-tabs dd.tab {
		position: relative;
		width: 520px;
		padding: 10px 10px 10px 10px;
		background:  #FFC933;
		overflow: hidden;
		display: none;
		}
	.b-tabs dd.current {
		display: block;
		}
		.b-tabs dd.tab ul {
			font-size: 1em;
			padding: 0;
			margin: 0;
			}
			.l-content .b-tabs dd.tab ul li {
				padding: 0; margin: 0;
				background-image: none;
				}
				.b-tabs dd ul li:before, .b-tabs dd ul li .before {
					display: none;
					}

		.b-tabs dd.tab ul.time {
			float: left;
			width: 300px;
			margin-bottom: 0.5em;
			}
			.b-tabs dd.tab ul.time li {
				word-spacing: 0.25em;
				}
				.b-tabs dd.tab ul.time li * {
					word-spacing: normal;
					}
				.b-tabs dd.tab ul.time li.clock {
					float: left;
					width: 79px;
					height: 79px;
					padding: 20px 20px 0 10px;
					margin: 0;
					background: url('/app/skins/images/clock.png') no-repeat 10px 20px;					
					}
					.b-tabs dd.tab ul.time input {
						width: 84px;
						padding: 1px 2px;
						margin-right: 3px;
						}
					.b-tabs dd.tab ul.time select, .b-tabs dd.tab ul.time .start_time {
						width: 70px;
						padding: 1px 2px;
						zoom: 1;
						}
					.b-tabs dd.tab ul.time span {
						font-weight: bold;
						font-size: 1.3em;
						background: #ffdd7b;
						padding: 2px 30px 2px 7px;
						position: relative;
						}
					.b-tabs ul.time a {
						position: relative;
					}
					.b-tabs ul.time .taxi_time {
						display: none;
						}

		.b-tabs dd.tab div.type {
			float: right;
			width: 200px;
			}
			.b-tabs dd.tab div.type label {
				text-align: left;
			}
			.b-tabs dd.tab div.type select {
				width: 200px;
				padding: 1px;
				}
			.b-tabs dd.tab .type img {
				float: none;
				margin: 0;
				}

		.b-tabs dd.tab div.route {
			clear: both;
			vertical-align: middle;
			margin-bottom: 0.25em;
			}
			.b-tabs dd.tab div.route a {
				vertical-align: middle
				margin-bottom: 6px;
			}
			.b-tabs dd.tab div.route input {
				width: 193px;
				padding: 1px 2px;
				margin-bottom: 6px;
				margin-right: 8px;
				vertical-align: middle;
				}

		.b-tabs dd.tab ul.options {
			padding-left: 18px;
			width: 142px;
			float: left;
			margin: 0.25em 0;
			position: relative;
			}
		.b-tabs dd.tab ul.last	{
			width: 172px;
			}
			.b-tabs dd.tab ul.options li {
				margin-top: 0;
				text-indent: -18px;
				margin-bottom: 3px;
				}
				.b-tabs dd ul.options li * {
					vertical-align: middle;
					}
			
		.b-tabs dd.tab div.hide {
			clear: both;
			position: relative;
			zoom: 1;
			overflow: visible;
			}
			.b-tabs dd.tab div.hide a {
				position: relative;
				}		
		.b-tabs dd.tab div.button {
			position: relative;
			zoom: 1;
			margin-top: -16px;
			}
		
		.b-tabs dd.tab a {
			font-size: 1.3em;
			text-decoration: none;
			border-bottom: 1px black dashed;
			}
		.b-tabs dd.tab .YMaps a {
			border-bottom: none;
			}
			

.b-tabs dd.taxi {
	background: white;
	padding: 0;
	width: 540px;
	height: 400px;
}
.b-tabs .transparent {
	z-index: 10; 
	position: relative;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
	zoom: 1;
	background: url('/app/skins/images/fill.png');
	}
	
.b-tabs dd.tab img {
	margin: 0; float: none;
}
.b-tabs dt.taxi {
	left: 0px;

}	
	
.b-tabs dt.special {
	right: 0px;
}
.b-tabs dt.cargo {
	left: 100px;
}
.b-banner {
	float: right;
	width: 240px;
	position: relative;
	left: -10px;
	height: 400px;
	margin: 60px 0 0 -240px;
	padding-bottom: 152px;
	z-index: 100;
}

.b-banner img {
	margin: 0;
}
.b-table {
	margin: 1.2em 0 0 0;
	width: 540px;
	}
	.b-table thead {
		}
		.b-table thead tr {
			
			}
			.b-table thead tr td {
				border-top: 1px gray solid;
				font-size: 1.1em;
				color: #7f7f7f;
				padding: 5px 0; 
				}
				.b-table thead tr td a {
					color: #7f7f7f;
					}
	.b-table tbody {
		
		}
		.b-table tbody tr {
			background: #ddd;
			}
		.b-table tbody tr.even {
			background: #f1f1f1;
			}
			.b-table tbody tr td {
				padding: 10px 0;
				font-size: 1.1em;
				}
		
		.b-table tbody tr:hover {
			background: #f7db91;
			}
			
.b-table tbody tr td.logo {
	text-align: center;
	padding:10px;
}
.b-table td.company {
	padding-right: 20px;
}
.b-table tbody tr td.company a {
	font-size: 1.5em;
	text-decoration: none;
}
.b-table td.tarif {
	padding-right: 10px;
}
.b-table tbody tr td.cost {
	font-size: 1.8em;
	width: 93px;
}
.b-table tbody tr td.phone {
	
	padding-right: 10px;
}
.b-table tbody tr td.phone a {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px black dashed;
}
.b-table tbody  tr td.checked {
	width: 93px;
}

.b-table tbody img {
	float: none;
	margin: 0;
}


.b-table-orders tbody tr td {
	font-size: 1.3em;
}
.b-table-orders tr td.date {
	padding: 10px;
}
.b-table-orders tr td.actual {
	width: 81px;
	padding-left:20px;
}


.b-table-tarif tbody tr td {
	font-size: 1.3em;
} 
.b-table-tarif tr td.photo {
	padding-left: 10px;
	padding-right: 10px;
	width:  100px;
	}
	.b-table-tarif tbody tr td.photo img {
		height: 45px;
		width: 100px;
	}
.b-table-index {
	width: 790px;
	}
	.b-table-index tbody tr td.phone {
		width: 141px;
	}

.b-order {
	width: 770px;
	padding: 10px;
	overflow: hidden;
	margin: 10px 0;
	background: #fff1cc;
	}
	.b-order p {
		font-size: 1.5em;
	}
	.b-order .description  {
		float: left;
		font-size: 1.8em;
		font-style: italic;
		padding: 5px;
		}
		.b-order .description a {
			font-style: normal;
		}
.l-content .b-services {
	float: right;
	width: 180px;
	padding: 0 10px;
	margin: 0;
	}
	.l-content .b-services li:before, .l-content .b-services li .before {
		display: none;
		}
	.l-content .b-services li {
		color: #ccc;
		margin-top: 0;
		margin-bottom: 0.6em;
		padding-left: 12px;
		background: url('/app/skins/images/b-services_na.gif') no-repeat 1px 0.6em;
		}
	.l-content .b-services li.available {
		color: #333;
		background: url("/app/skins/images/b-services_ok.gif") no-repeat 0px 0.5em;
		}
.b-phone {
	font-size: 1.3em;
	margin-bottom: 1em;
	}
	.b-phone span {
		font-size: 1.5em;
		}
.b-gallery {
	overflow: hidden;
	position: relative;
	}
	.l-content .b-gallery li {
		float: left;
		padding: 0 8px 10px 0;
		background-image: none;
		margin: 0;
		}
		.b-gallery li:before, .b-gallery li .before {
			display: none;
			}
			.b-gallery li a {
				border: 1px gray solid;
				display: block;
				overflow: hidden;
				}
				.b-gallery li a img {
					float: none;
					margin: 0;
					display: block;
					}	 
.b-filter {
	padding: 14px 16px 12px;
	background-color: #f7db91;
	margin: 20px 0;
	}
	.b-filter select {
		font-size: 1.5em;
		font-family: Trebuchet MS;
		padding: 1px;
		width: 320px;
		vertical-align: middle;

	}
	.b-filter input {
		font-family: Trebuchet MS;
		font-size: 1.3em;
		width: 75px;
		vertical-align: middle;
	}
	.b-filter label {
		vertical-align: middle;
	}
.b-note {
	padding: 7px 8px 7px 35px;
	background: url('b-note.gif') #f7db91 7px 6px no-repeat;
	font-size: 1.3em;
}
.b-pager {
	font-size: 1.3em;
	padding-top: 20px;
	text-align: center;
	overflow: hidden;
	padding-bottom: 10px;
	}
	.b-pager .prev {
		float: left;
		position: relative;
		padding: 0 0 0 34px;
		}
		.b-pager .prev img {
			position: absolute;
			left: 6px;
			top: 1px;
			}
	.b-pager .next {
		float: right;
		position: relative;
		padding: 0 34px 0 0;		
		}
		.b-pager .right a {
			position: static;
		}
		.b-pager .next img {
			position: absolute;
			right: -12px;
			top: 1px;
			}
	.b-pager ul {
		text-align: center;
		display: inline;
		padding: 20px 13px 10px 13px;
		background: #f4f4f4;
		word-spacing: 
		}
		.b-pager ul li {
			word-spacing: normal;
			display: inline;
			padding: 0 1px;
			background-image: none;
			}
			.b-pager ul li:before, .b-pager ul li .before {
				display: none;
				}
			.b-pager ul li a {

				padding: 2px 6px;
				}
			.b-pager ul li b {
				font-weight: normal;
				padding: 2px 6px;
				background: #f7db91;
				}
.b-label {
	display: block;
	font-size: 1.3em;
	margin: 3px 0;
	}
	.b-label .req {
		color: #e99f00;
		font-size: 1.15em;
		font-weight: bold;
		}

.b-label__inline {
	display: inline;
	margin: 0;
	padding-right: 3px;
}
.b-fileInput {
	font-size: 1.7em;
	font-family: Trebuchet MS;
	width: 270px;
}
.b-textInput {
	font-size: 1.7em;
	font-family: Trebuchet MS;
	width: 270px;
	}

.b-textInput__wide {
	width: 540px;
	}
.b-textarea {
	font-family: Trebuchet MS;
	font-size: 1.7em;
	width: 540px;
}
.b-button {
	float: left;
	position: relative;
	zoom: 1;
	margin: 0 6px;
}
.b-button button {
	position: static;
	display: block;
	zoom: 1;
	overflow: visible;
	width: auto;
	font-size: 18px;
	height: 38px;
	line-height: 38px;
	vertical-align: top;
	border: none;
	background: url("/app/skins/images/b-button.png") repeat-x 0px 0px;
	padding: 0 6px;
	}
.b-button-fixed button {
	width: 180px;
}
.b-button button:hover {
	background-position: 0px -38px;
}
.b-button button:focus {
	background-position: 0px -76px;
	outline: none;
}


.b-button_left {
	background: url("/app/skins/images/b-button_left.png") repeat-x 0px 0px;
	width: 6px;
	position: absolute;
	top: 0px;
	left: -6px;
	height: 38px;
}
button:hover .b-button_left {
	cursor: default;
	background-position: 0px -38px;
}
button:focus .b-button_left {
	background-position: 0px -76px;
}

	
.b-button_right {
	background: url("/app/skins/images/b-button_right.png") repeat-x 0px 0px;
	width: 6px;
	position: absolute;
	top: 0px;
	right: -6px;
	height: 38px;
}
button:hover .b-button_right {
	cursor: default;
	background-position: 0px -38px;
} 
button:focus .b-button_right {
	background-position: 0px -76px;
}

.b-button__fr {
	float: right;
}
.b-copyright {
	font-size: 1.1em;
	float: left;
	width: 124px;
	padding: 1em 18px 0 68px;
	position: relative;
	}
	.b-copyright a.logo {
		position: absolute;
		top: 1em;
		left: 5px;
		}
.b-links {
	float: left;
	padding-top: 1.1em;
	position: relative;
	}
.b-jetstyle {
	float: right;
	position: relative;
	font-size: 1.1em;
	color: #474747;
	padding: 1em 0 0 55px;
	width: 155px;
	}
	.b-jetstyle a {
		color: #474747;
		}
	.b-jetstyle a:hover {
		color: black;
		}
	.b-jetstyle a img {
		position: absolute;
		top: 1em;
		left: 0px;
		}
	.b-jetstyle a img {display: block;}
	.b-jetstyle a img.logo {display: none}		
	.b-jetstyle a:hover img {display: none}
	.b-jetstyle a:hover img.logo {display: block}		
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:9999;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 10000;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

* html .l-main {
	height: 100%;
}

* html .g-png-image {
	filter: expression( (runtimeStyle.filter=="") ? 
		runtimeStyle.filter ="progid:DXImageTransform.Microsoft.AlphaImageLoader( src='" + src + "', sizingMethod='image')" :
		this.runtimeStyle.height="1px", this.runtimeStyle.width="1px", this.src="",  "" );		
}
* html .g-png-image-scale {
	filter: expression( (runtimeStyle.filter=="") ? 
		runtimeStyle.filter ="progid:DXImageTransform.Microsoft.AlphaImageLoader( src='" + src + "', sizingMethod='scale')" :
		this.src= img_url + "z.gif",  "" );		
}
* html .g-png-scale {
	filter: expression( (runtimeStyle.filter=="")? 
		runtimeStyle.filter ="progid:DXImageTransform.Microsoft.AlphaImageLoader( src='" + currentStyle.backgroundImage.split('\"')[1] + "', sizingMethod='scale')" :
		this.runtimeStyle.backgroundImage="none", "" );	
	}


.b-tabs dt ins {
	display: none;
	}
* html .b-button button {
	width: 180px;
}


