h2{
	margin: 10px 0px;
	color:	#542D0E;
}
hr{
	border: 1px solid #bf885e;
	margin: 18px 0;
}
#search-hieroglyph{
display:block;
width:1200px;
}
.box{
	background:#D3AF80;
	padding:15px;
	margin-bottom: 15px;
}
.column{
	box-sizing: padding-box;
	width:230px;
	float:left;
	margin-right:15px;
}
.column.big{
	width:460px;
}
.column.full{
	width:100%;
	margin-left:0px;
}
.content{
	background: white;
	padding:15px;
	height: 400px;
	overflow-y:scroll;
}
.column .elemento{
	height:48px;
	line-height:48px;
	padding: 8px 0px;
}
.column .elemento .etichetta{
	display:inline-block;
	line-height: initial;
	width:250px;
}
.elemento.modulazione > strong {
    display: inline-block;
    width: 50px;
}
.elemento *{
	vertical-align:middle;
}
.categoria:nth-child(even),.modulazione:nth-child(even){
	background: #F5F5F5;
}
.hasSpinner{
	width:40px;
}
#gardiner{
margin-right:0px;
}
#gardiner .anteprima{
	display: inline-block;
	width:48px;
	font-size: 36px;
	vertical-align:middle;
	text-align:center;
}
.modulazione{
	display:none;
}
.mod-1{
	display:inherit;
}
.geroglifico{
	display:inline-block;
	min-width: 300px;
	height: 100px;
	margin-right:30px;
	margin-bottom:30px;
}
.geroglifico .anteprima{
	display:inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	
	border: 6px solid #D3AF80;
	background:white;
	width: 100px;
	height: 100px;
	line-height: 98px;
	
	vertical-align:middle;
	text-align:center;
	position: relative;
}
.geroglifico .anteprima img{
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}
.geroglifico a{
	color: #960405 !important;
	display: inline-block;
}
#search-hieroglyph button{
	width:100%;
	height:50px;
	color: white;
	text-transform: uppercase;
	-webkit-transition: .5s; 
    transition: 		.5s;
    border:0px;
    
    background: #542d0e; /* Old browsers */
	background: -moz-linear-gradient(top, #542d0e 43%, #331b09 91%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(43%,#542d0e), color-stop(91%,#331b09)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #542d0e 43%,#331b09 91%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #542d0e 43%,#331b09 91%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #542d0e 43%,#331b09 91%); /* IE10+ */
	background: linear-gradient(to bottom, #542d0e 43%,#331b09 91%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#542d0e', endColorstr='#331b09',GradientType=0 ); /* IE6-9 */
}
#search-hieroglyph button:hover{
	background: #d3af80; 
	color:		#542d0e;
}
/*Vertical JQuery UI Tabs CSS*/
.ui-tabs-vertical { width: 55em; }
.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; }
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; width:80%; }
.ui-tabs-vertical .ui-tabs-nav li a .flag{width:40px; vertical-align:middle;}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0px !important; padding-right: .3em; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 39em;}
/*Vertical JQuery UI Tabs CSS*/
