

/* Reseting
--------------------------------------------------------------------------------------- */

html, body, div, span, object, 
h1, h2, h3, h4, h5, h6, p, a, abbr, acronym, 
em, img,  s, small, strike, strong, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
:focus, :active {
	outline: 0;
}
body {
	font: normal 62.5%/100% 'Tahoma'; 
	margin: 0;	
	width: 650px;
	padding: 0 0 30px 0;
	color: #000;
}
body#frame {
	font: normal 62.5%/100% 'Tahoma'; 
	color: #000;
	background: transparent;
}
a { 
	font-weight: normal;
	text-decoration: underline;
	color: #000;
}
ol, ul {
	list-style: none;
}

@media print {
	#divButton {
		display: none;
	}
}
/* Layout
--------------------------------------------------------------------------------------- */

h1.header {
	clear: both;
	font: bold 1.4em/100% 'Tahoma'; 
	padding: 10px; margin: 0 0 10px 0;
	border-bottom: #e5e5e5 1px solid;
}
h1.main_header {
	text-align: center;
	font: normal 2.4em/100% 'Tahoma';	
	color: #ff4500;
	padding: 20px 10px; margin: 0 0 20px 0;
	border-bottom: #e5e5e5 1px solid;
}
img.photo {
	float: left;
	border: #e5e5e5 1px solid;
	padding: 5px; margin: 0 0 0 10px;
}
img.photo_big {
	float: left; clear: left;
	border: #e5e5e5 1px solid;
	padding: 5px; margin: 0 0 10px 10px;
}
ul.top {
	float: left;
	margin: 0;
	max-width: 520px;
}
ul.inner {
	margin: 2px 0;
}
ul {
	margin: 0 0 20px 0;
}
ul li {	
	clear: left;
	font: normal 1.1em/120% 'Tahoma';
	padding: 4px 0 4px 10px; margin: 0 10px;
	display: block;
	overflow: hidden;
}
	ul li.small {
		padding: 0 0 5px 10px;
	}
	ul li.big {
		font: bold 1.4em/100% 'Tahoma';
	}
	ul li.dark {
		background: #f2f2f2;
	}
	ul li .long {
		float: left;
		width: 430px;
	}
	ul li .cell1 {
		float: left;
		font: bold 1em/100% 'Tahoma';
		width: 170px;
	}
	ul li .cell2 {
		float: left;
		width: 440px;
	}
	ul li span {
		font: normal 0.8em/120% 'Tahoma';
		position: relative;
		top: -3px;
	}
p.transport {
	clear: left;
	font: normal 1.1em/120% 'Tahoma';
	margin: 0 10px 10px 10px;
}
ul.inner li {
	font: normal 0.99em/120% 'Tahoma';
	padding: 2px 0 2px 0;
	padding: 0; margin: 0;
}
.agent_logo {
	width: 140px;
	float: left;
	text-align: center;
	overflow: hidden;
}
	.agent_logo img {
		border: #e5e5e5 1px solid;
		padding: 5px; margin: 0 0 0 10px;
	}
.desc {
	margin: 0 0 20px 10px;
	clear: left; float: left;
	display: inline;
}
.desc h2 {
	font: bold 1em/120% 'Tahoma';
}
.desc p {
	font: normal 1em/120% 'Tahoma';
}
.top_place {

			float: left; height: 24px;

			position: relative;

			width: 100px; 

			background: #fafafa url(/images/main/table_header.gif) repeat-x;

			overflow: hidden;

			border: #d0d0d0 1px solid;

			text-align: center;	

		}

			.top_place p {

				font: bold 1em/120% 'Trebuchet MS';

				color: #999;

				margin: 6px 0 0 0;	

			}
	
		.cell {

			float: left;

			width: 100px; height: 20px;

			display: table; 

			#position: relative;

			overflow: hidden;
			#border-bottom: #e0e0e0 1px solid;

		}

			.cell .inner {

				#position: absolute;  

				#top: 50%;

				display: table-cell; 

				vertical-align: middle;

				text-align: center;
				border-bottom: #e0e0e0 1px solid;

			}

				.cell .inner p {

					#position: relative;  

					#top: -50%;

					font: normal 1em/120% Tahoma;  

					padding: 0 5px;

					width: 92px; 

				}
.clear {
	clear: both;
}
#copy {
	float: left;
	font: normal 1em/120% 'Tahoma';
	text-align: center;
	color: #999;
	padding: 20px 0;
	width: 650px;
}