/* CSS Document */

/* Layout */

div.small_map{
	padding:10px 2px 5px 2px;
	width:100%;
	height:250px;
	cursor: pointer;
	cursor: hand;
	
}
#map_3_4{	background:url('../i/map_3and4_small.jpg') center left no-repeat;	}

#map_1_2{	background:url('../i/map_1and2_small.jpg') center left no-repeat;	}

#image-decor {
	margin-top: 40px;
	background-image: url(../i/bg-balls.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 235px;
}

.content-head {
	height: 160px;
	background: url(../i/fashi/zanas_1.jpg) bottom left;
}

.content-head-right {
	height: 100%;
	background: url(../i/fashi/zanas_2.jpg) bottom left;
}


.content-body {
	margin-top: 38px;
}

.content-body-text {
	background-color: #F8F8F8;
	padding-left: 22px;
	padding-right: 10px;
}

.content-menu {
	margin-top: 20px;
}


.gallery{
	float:left;
	width:315px;
	height:95px;
	margin:25px 15px 15px 0px;
}

.img img{
	margin:5px;
}
.img h6{
	padding-top: 30px;
	padding-bottom: 3px;
	font-size: 1.2em;
	color: #5E626F;
}

.gallery_text{
	padding: 10px 0 0 0px;
}

.volume{
	float:left;
	width:100px;
	padding: 2px;
	border: 1px solid #E0E0E0;
	margin: 0 43px 22px 0;
	text-align:center;
	background-color:#FFF;
	cursor: pointer;
	cursor: hand;
	
}
.volume p{
	padding: 0px 2px 8px 2px;
	margin:0;
}

/* Headings */

.content-body h3 {
	padding-left: 22px;
	padding-bottom: 4px;
	font-size: 1.3em;
	color: #5E626F;
	border-bottom: 1px solid #ccc;
}
.content-body h4 {
	padding-left: 22px;
	padding-top: 30px;
	padding-bottom: 3px;
	font-size: 1.2em;
	color: #5E626F;
	border-bottom: 1px solid #ccc;
}
.content-menu h5 {
	padding-bottom: 3px;
	padding-left: 22px;
	padding-right: 2%;
	color: #999;
	font-size: 1.1em;
	border-bottom: 1px solid #ccc;
}
.gallery h6{
	padding:0;
	margin:0;
	margin-top:5px;
	font-size: 1.1em;
	font-weight: bold;
}



/* List */

ul#directory{
	padding-top:15px;
	list-style: none;
}
ul#directory li{
	margin: 0;
	padding-top: 3px;
/*	background: url(../i/bull-sub.gif) top left no-repeat; */
}

ul.sub_dir{
	list-style: none;
	margin: 10px 0px 15px 22px;
}
ul.sub_dir li{
	padding:57px
	background: url(../i/bull-sub.gif) top left no-repeat;
}

ul#list {
	list-style: none;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #F8F8F8;
	border-bottom: 1px solid #E5E5E5;
}
ul#list li {
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 22px;
	padding-right: 2%;
}
ul#list li a {
}

.content-menu-list {
	list-style: none;
	background-image: url(../i/fac-bg.gif);
	background-position: right top;
	background-repeat: repeat-y;
}
.content-menu-list li {
	list-style: none;
	padding-top: 10px;
	padding-left: 22px;
	padding-right: 2%;
}

#content-menu-list-sub {
	list-style: none;
}

#content-menu-list-sub li {
	margin-left:25px;
	padding: 5px 0 0 15px;
	background: url(../i/bull-sb2.gif) no-repeat 0px 10px;
}


.active {
	font-weight: bold;
}

address {
	font-style: normal;
}

/* Paragraphs */

.content-menu p,.content-body-text p{
	padding-top: 10px; 
}
.content-menu-body{
	padding-right: 15px;
	padding-left:22px;
	background-image: url(../i/fac-bg.gif);
	background-position: right top;
	background-repeat: repeat-y;
}

/* Table 
---------------------------------------------------------------------------- */

table#directory{
	margin-left:22px;
	width:100%;
	
}
table#directory th{
	text-align:left;
	padding:6px 0 4px 30px;
	border-right: 2px solid white;
	font-weight:normal;
}
table#directory td{
	padding:8px 10px;
	background-color:#F0F0F0;
	border-bottom: 1px solid white;
	border-right: 2px solid white;
}
th#directory-head-name{
	background: url('../i/info.gif') no-repeat #C5C5C5 2px 2px;
}
th#directory-head-phone{
	background: url('../i/tel.gif') no-repeat #D1D1D1 2px 4px;
}
th#directory-head-email{
	background: url('../i/mail.gif') no-repeat #DBDBDB 2px 4px;
}
th#directory-head-room{
	background: url('../i/door.gif') no-repeat #DFDFDF 2px 4px;
}
/* Volume
------------------------------------------------------------------------------ */

ul#volume{
	list-style: none;
	background-color:transparent;
}
ul#volume h6{
	color: #999;
	font-weight: bold;
	margin: 0 0 15px 0;
	font-size:1.1em;
}
ul#volume li{
	padding:5px 5px 20px 35px;
	background:url(../i/ico_any.gif) no-repeat left top;
}
ul#volume li span{
	margin-left: 5px;
	color: #999;
}

ul#volume li.file-doc{
	background-image:url(../i/ico_doc.gif);
}
ul#volume li.file-pdf{
	background-image:url(../i/ico_pdf.gif);
}
ul#volume li.file-xls{
	background-image:url(../i/ico_xls.gif);
}

