@charset "utf-8";
/* CSS Document */
img {
	border: 0px;
}
.gallery_det {
	height: 400px;
	width: 511px; 
	float: left;
}
.gallery_det_box img.top, .gallery_det_box img.bot {
	width: 511px; 
	height: 18px;
	padding: 0px;
	margin: 0px;
	border: none;
	position: relative;
}
.gallery_det_bg {
	background: url(../images/bg_gallery_det_mid.png) repeat-y top left;
	width: 511px;
	height: 350px;
	padding: 0px;
	margin: 0px;
}
.gallery_data_grid {
	float: right;
	width: 390px;
}
.data_grid
{
	width: 95%;
}
.data_grid_title
{
	font-size: 18px;
	font-weight: bold;
	color: #c6ced6;
	background: url(../images/data_grid_title.png) repeat-x bottom left;
	text-align: left;
	padding: 15px;
}
.tr0
{
	background: url(../images/data_grid_tr0.png) repeat-x bottom left;
	border: none;
	border-bottom: dotted 1px #ffffff;
}
.tr1
{
	background: url(../images/data_grid_tr1.png) repeat-x bottom left;
	border: none;
	border-bottom: dotted 1px #ffffff;
}
.fieldName, .fieldValue
{
	color: #bac9d8;
	font-weight: bold;
	padding: 15px;
	vertical-align: top;
}
.fieldValue
{
	color: #f4f9ff;
}

a.gallery_arrow_r, a.gallery_arrow_l
{
	background: url(../images/gallery_arrow_r.png) no-repeat top left;
	border: none;
	cursor: pointer;
	display: block;
	width: 16px;
	height: 59px;
	padding: 0px;
	margin: 0px 11px 0px 5px;
}

a.gallery_arrow_l
{
	background: url(../images/gallery_arrow_l.png) no-repeat top left;
	margin: 0px 5px 0px 11px;
}
a.gallery_arrow_r:hover, a.gallery_arrow_l:hover {
	background-position: bottom left;
	background-color: transparent;
}
a.gallery_arrow_r span, a.gallery_arrow_l span {
	display: none;
}
a.gallery_arrow_l {
	float: left;
	margin: 0px !important;
}
a.gallery_arrow_r {
	float: right;
	margin: 0px !important;

}
.paginationstyle {
	position: absolute;
	width: 489px;
	padding: 0px;
	text-align: left;
	margin-top: 162px;
	margin-left: 11px;
}
.virtualpage {
	width: 450px;
	height: 350px;
	border: solid 1px #91a0b1;
	margin: auto;
	overflow: hidden;
}
.virtualpage table, .virtualpage table td {
	width: 450px;
	height: 350px;
	vertical-align: middle;
	text-align: center;
}
.btn_back_to_aircraft_gallery {
	position: absolute;
	display: block;
	width: 162px;
	height: 31px;
	margin: 17px 0px 0px 665px;
	background: url(../images/btn_back_to_aircraft_gallery.png) no-repeat top left;
}
.btn_back_to_aircraft_gallery:hover {
	background-position: bottom left;
}
.btn_back_to_aircraft_gallery span {
	display: none;
}
.a_left {
	text-align: left;
}
html[xmlns*=""] body:last-child .gallery_data_grid {
	width: 380px;
	margin-left: 30px;
}