body
{
	background: #5bc8ff url(../../include/files/system/images/site/2010template/bg_sky.png) top center no-repeat;
	overflow: auto;
	font-size: 12px;
}

.main
{
/*	position: relative;*/
	position: absolute;
	width: 895px;
	min-height: 100%;
	top: 0px;
	left: 50%;
	margin-left: -446px;
	z-index: -1;
}

.header
{
	position: relative;
	/*height: 246px;*/
        height: 196px;
	background: url(../../include/files/system/images/site/2010template/header_bg.png) no-repeat;
	z-index:1;
}


.header .logo
{
	display: block;
	position: relative;
	top: 0px;
	width: 180px;
	height: 100px;
	text-decoration: none;
}

.header .search
{
	position: absolute;
	top: 5px;
	right: 5px;
	z-index:2;
}

.header .search label
{
	font-size: 12px;
	font-weight: bold;
}

.header .search .right
{
	position:absolute;
	top: 22px;
	right: 0px;
	float:right;
}

.top_menu_container
{
	position: absolute;
	top: 29px;
	left: 192px;
	width: 570px;
	height: 158px;
}

.top_menus
{
	position: absolute;
	top: 25px;
	left: 50px;
	z-index: 0;
}

.top_menus .item
{
	display: block;
	float:left;
	width: 70px;
	height: 132px;
	margin-left: -6px;
	cursor: pointer;
}

.top_menus .img_01
{
	background: url(../../include/files/system/images/site/top_menu_item_01.png) top left no-repeat;
}

.top_menus .img_02
{
	background: url(../../include/files/system/images/site/top_menu_item_02.png) top left no-repeat;
}

.top_menus .img_03
{
	background: url(../../include/files/system/images/site/top_menu_item_03.png) top left no-repeat;
}

.top_menus .img_04
{
	background: url(../../include/files/system/images/site/top_menu_item_04.png) top left no-repeat;
}

.top_menus .img_05
{
	background: url(../../include/files/system/images/site/top_menu_item_05.png) top left no-repeat;
}

.top_menus .img_06
{
	background: url(../../include/files/system/images/site/top_menu_item_06.png) top left no-repeat;
}

.top_menus .img_07
{
	background: url(../../include/files/system/images/site/top_menu_item_07.png) top left no-repeat;
}


.top_menus .item .icon
{
	position: relative;
	top: 1px;
	left: 3px;
}

.top_menus .item .text
{
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 2px;
	margin-top: 1px;
	text-align: center;
	width: 63px;
	height: 23px;
	color:#000000;
	overflow: visible;
}

.top_menus .item:hover .text
{
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 2px;
	margin-top: 1px;
	text-align: center;
	width: 63px;
	height: 23px;
	color: #FFFFFF;
	overflow: visible;
}

.footer
{
	width: 523px;
	height: 135px;
	background: #eceded url(../../include/files/system/images/site/footer.png) -194px 0 no-repeat;
	position:relative;
}

.footer_bg{
    background: transparent url(../../include/files/system/images/site/2010template/footer_bg.png) 0 no-repeat;
    width:895px;
    height:246px;
}

.main_middle
{
    position:relative;
    /*background: #eceded url(../../include/files/system/images/site/2010template/middle_bg1.png) repeat-y;*/
    background: #eceded;
    /*min-height:300px;*/
    /*border-left: 1px solid #8b8b8b;*/
    border-right: 1px solid #8b8b8b;
    height: 100%;
    overflow:auto;
    z-index: 1;
}

.middle_positor{
    float:left;
    overflow:auto;
    position:relative;
    top:0px;
    z-index: 10000;
    left:-1px;
}

.main_middle .left_menu
{
	float:left;
	width: 193px;
        position:relative;
	height: 100%;
        border-left: 1px solid #8b8b8b;
        overflow:visible;
}

.main_middle .content
{
        position:relative;
        z-index: 5;
	width: 523px;
	min-height: 100px;
	border: 1px solid #8b8b8b;
	background:#ffffff;
	overflow: auto;
}

.main_middle .right_menu
{
	float: right;
	width: 164px;
	min-height: 100%;
	text-align: right;
	overflow: hidden;
        position:relative;
        z-index: 1;
}

.language_box
{
	position: absolute;
	top: 0px;
	left: 895px;
}
/*
.language_top
{
	width: 27px;
	height: 12px;
	background: url(../../include/files/system/images/site/language_box_top.png) top left no-repeat;
}*/

.language_box_repeat
{
	background: url(../../include/files/system/images/site/2010template/language_bg.png) top left no-repeat;
	width: 48px;
        height:122px;
        padding-top:20px;
	overflow: auto;
}

.language_box_repeat .a_language
{
	text-decoration:none;	
}

.language_box_repeat .a_language div
{
	border: 1px solid #000000;
	width:20px;
	height:12px;
	margin-left: 2px;
	margin-bottom:3px;
}

.language_box_repeat .a_language:hover div
{
	margin-left: 4px;
}

.language_box_repeat .a_language
{
	
}

/*login*/
.login_container
{
	position: absolute;
	top: 60px;
	right: 10px;
	width: 185px;
	font-size: 12px;
        z-index:200;
}

.login_container .login_input_row
{
	text-align:right;
	margin-bottom: 3px;
	overflow: auto;
}

.login_container .logintext
{
	text-align:right;
	width: 38px;
	padding-top: 3px;
	padding-right: 3px;
}

.login_container .loginremember
{
	float: right;
	font-size: 10px;
	padding-top: 2px;
}

.login_container .logintextinput
{
	width: 118px;
	margin-right: 3px;
	border: 1px solid #7f9db9;
}

.login_container .loginrememberinput
{
	float: right;
}

.login_container .loginbutton
{
	float: right;
}

/*left menu*/
.left_menu_container
{
	margin-left: 20px;
}

.left_menu h1
{
	font-size: 12px;
	font-weight: bold;
	cursor: default;	
}

.left_menu ul
{
	list-style: none;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	border: none;
}

.left_menu ul li
{
	margin: 0px;
	padding: 0px;
}

.left_menu ul li a
{
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

.left_menu ul li a:hover
{
	display: block;
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
}

/*********/
/**icons**/
/*********/
.icons .icon
{
	background-position: 0 0;
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}

.icons .icon:hover
{
	background-position: 0 -16px;
	text-decoration: none;
}

.icons .copy
{
	display: block;
	background:url(../../include/files/system/images/site/icons/copy.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
}

.icons .invalid
{
	display: block;
	background:url(../../../include/files/system/images/site/icons/hotel-invalid.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
}

.icons .nosmoking
{
	display: block;
	background:url(../../../include/files/system/images/site/icons/hotel-nosmoking.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
}

.icons .animal
{
	display: block;
	background:url(../../../include/files/system/images/site/icons/hotel-animal.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
}

.icons .internet
{
	display: block;
	background:url(../../../include/files/system/images/site/icons/hotel-internet.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
}

.icons .parking
{
	display: block;
	background:url(../../../include/files/system/images/site/icons/hotel-parking.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
}
