/* ####################### */
/* ### PS_MODULARHALLS ### */
/* ####################### */

/* ### HALL OVERVIEW ### */
#halls_list_item {
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
	border: 1px solid white;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
* html #halls_list_item {
	margin-bottom: 7px;
}

#halls_list_item:hover {
	border: 1px solid black;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

* html .halls_hover {
	overflow: hidden;
	border: 1px solid white;
}

* html .halls_hover:hover {
	border: 1px solid black;
}


.halls_header {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #00284A;
}

.halls_description {
	line-height: 14px;
}


/* ### HALL DETAIL ### */
#halls_detail_header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 90px;
}

#halls_ref_desc_blocks {
	position:relative;
	width:190px;
	float:left;
}

#halls_detail_gallery {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 660px;
	height: 315px;
	overflow:hidden;
}
	
	#halls_gallery_image {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 10;
	}
	
	#halls_gallery_description {
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 350px;
		height: auto;
		padding: 5px 5px 5px 5px;
		z-index: 1000;
		background-image: url(images/lang_sel_item_bg.png);
	}
	* html #halls_gallery_description {
		bottom: -1px;
	}
		
	#halls_gallery_browser {
		position: absolute;
		right: 0px;
		bottom: 0px;
		width: 200px;
		z-index: 1000;
	}
	
		#halls_gallery_browser_play {
			float: left;
		}
		
		#halls_gallery_browser_sites {
			float: right;
		}
