@charset "utf-8";
/* CSS Document */

.dic{
display:block;
	}
	
.term{
display:block;
margin-top:20px;
margin-bottom:40px;	
min-height:200px;
	}
.term img{
display:inline-block;
margin-left:15px;
float:right;	
	}

.term h4{
 display:inline-block;
color:#1c5066;
border-bottom:1px solid #a2dbf2;
padding:0 0 7px 25px;
 margin-bottom: 5px;   
 font-size:1.2em;	
	}
.term h5{
color:#0d3040;
margin-top:25px;
line-height:25px;	
	}
a.prev-day{
background:url(../../images/ar/Dic-arrow.jpg);
width:8px;
height:8px;
display:inline-block;	
	}
.separator{
width:100%;
height:1px;
background-color:#f5f5f5;
margin:20px 0px 7px;	
	}
.dark{
color:#262626;	
	}
ul.alpha{
color:#082d3d;
padding-bottom:7px;
border-bottom: 1px solid #a0a0a0;
margin-bottom:25px;
	}
ul.alpha li{
display:inline-block;	
	}
ul.alpha li:first-child{
margin-right:5px;	
	}
ul.alpha li a{
padding:0 5px;	
	}


ul.terms{
	list-style: none outside none;
    padding: 0;
	margin-bottom:30px;
	}
	
ul.terms li{
margin:20px 0px;	
	}
ul.terms li a, ul.alpha li a{
color:#1c5066;
	}
ul.terms li a.title{
		background: url("../../images/ar/orang-arrow.png") no-repeat scroll right 12px rgba(0, 0, 0, 0);
    border: 0 solid #e9e9e9;
    font-size: 0.85em;
    padding: 6px 25px 0 0;
	margin-right:-7px;
	}
ul.terms p{
margin-top:5px;	
	
	}
ul.terms li:last-child .separator{
	display:none;
	}
.pop{
display:block;	
	}
.alpha > li > a.current {
    color:#fd5f2f;
    font-weight: bold;
}

ul.terms li a{
font-family:"Readex Pro";   
	}

#dict-search {
	margin-top: 30px;
}

#dict-search label.col-xs-2 > h3 {
	color: #333;
	font-size: 1em;
	line-height: 3;
	margin-bottom: 0;
	margin-right: -3px;
	margin-top: 0;
	vertical-align: middle;
}
#dict-search label.col-xs-2 {
	background: #f1f1f1 none repeat scroll 0 0;
	height: 40px;
	text-align: center;
}
