/*
 * Currencyr for WordPress - Widget
 * Version 1.0
 *
 * Copyright (c) 2012 Firman Wandayandi
 * Licensed under GNU General Public License Version 2.0 http://www.gnu.org/licenses/gpl-2.0.html
 */
.widget_currencyr .currency-updated{
  text-align: center;
  margin-bottom: 0;
}
.widget_currencyr .currency-base {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
  padding: 5px 10px;
}
.widget_currencyr .currency-rates {
  	margin-bottom: 0;
    background-color: #C23A3A;
	color:#fff;
    padding-top: 7px;
}
.widget_currencyr .currency-rates ul {
  list-style: none;
}
.widget_currencyr .currency-rates li {
  	text-align: right;
    padding: 5px 10px;
    position: relative;
    background-color: #EFEFEF;
    margin-bottom: 0;
    border-bottom: 1px solid #DCDBE6;
    color: #444;
}
.widget_currencyr .currency-rates li span {
  display: inline-block;
  width: 4em;
  position: absolute;
  left: 10px;
  text-align: left;
  font-weight: bold;
}
.widget_currencyr .currency-converter {
  	padding: 15px 10px 5px 10px;
    background-color: #EFEEEE;
}
.widget_currencyr .currency-converter p {
  	margin-bottom: .5em;
    overflow: hidden;
    
}
.widget_currencyr .currency-converter label {
  display: block;
  width: 3em;
  float: left;
}
.widget_currencyr .currency-converter .currency-amount,
.widget_currencyr .currency-result {
  text-align: right;
  width:100%;
  color: #444;
  border: 1px solid #D8D5D5;
  background-color: #FBFBFB;
}
.widget_currencyr .currency-converter .currency-submit {
  float: left;
}
p.currency-amount-wrapper,
p.ab-from-curr {
    /*margin: 0;*/
	/*float: left;
    width: 46%;*/
	clear:both;
}
p.currency-result-wrapper,
p.ab-to-curr {
    /*float: right !important;*/
	width: 100%;
	/*margin: 0 !important;*/
}

.currency-from,
.currency-to {
	padding: 12px 5px;
    border: 1px solid #D8D5D5;
	width:25%;
	float:left;
}
.currency-from,
.currency-to {
	border-left:none;
}
.widget_currencyr .currency-converter .currency-amount, 
.widget_currencyr .currency-result {
	padding: 12px 5px;
    border: 1px solid #D8D5D5;
	width:35%;
	float:left;
}

div#currencyr-2 h2 {
    border:none;
    margin-bottom:0px;
    background:#292558;
    padding:10px 0;
    text-align:center;
    color:#fff;
}
.widget_currencyr .currency-converter .currency-submit{
	background: #D45255;
    color: #fff;
	width:40px;
	height:40px;
	background:url(../images/go.png) center center no-repeat #D45255;
}
.widget_currencyr .currency-converter{
	background:#E5E6F1;
}
.widget_currencyr h2.widgettitle {
    background: #252153;
    padding: .7em !important;
    margin-bottom: 0 !important;
    color: #fff !important;
}
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
	font-size:7px;
}
.ui-menu .ui-menu-item {
    font-size: 12px;
    padding: 3px !important;
}