/************************ COMMON WIDGET STYLES START ***************************/
.currency-value {
  text-overflow: hidden;
  font-weight: bold;
  font-size: 12px;
}
#widget-header .inner {
  height: 100%;
}
.currency-change.up {
  background-image: url('/images/currency/arrow-up.png');
}
.currency-change.down {
  background-image: url('/images/currency/arrow-down.png');
}
/**************************** COMMON ICONS START ******************************/
.currency-widget .currency-icon {
  background-image: url('/images/currency/currencies.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 25px;
  height: 16px;  
  margin: 2px;
}
.currency-icon.currency-eur {background-position: 0 0;}
.currency-icon.currency-usd {background-position: -25px 0;}
.currency-icon.currency-ron {background-position: -50px 0;}
.currency-icon.currency-rub {background-position: -75px 0;}
.currency-icon.currency-uah {background-position: -100px 0;}
.currency-icon.currency-gbp {background-position: -125px 0;}
.currency-icon.currency-chf {background-position: -150px 0;}
/********************* WIDGETS GROUPS STYLES START ***************************/
/********** DEFAULT CURRENCY WIDGETS (ex: type-1 and type-3) *****************/
.currency-widget-default .widget-inner {
  overflow: hidden;
  border-radius: 5px; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;  
}
.currency-widget-default #widget-header {
  text-transform: capitalize;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;  
}
.currency-widget-default #widget-header .city-name {
  display: inline;
  font-size: 26px;
}
.currency-widget-default #widget-header .date {
  color: #999;
  font-size: 12px;
}
.currency-widget-default #widget-footer {
  font-family: Tahoma;
  font-size: 11px;
  text-align: right;
  color: #959595;
}
.currency-widget-default #widget-header .bnm-label {
  display: inline;
  font-size: 14px;
}
.currency-widget-default .currency-rates {
  color: #424344;
}
.currency-widget-default .currency-rates.show_tendency .currency-value {
  min-width: 66px;
}
.currency-widget-default .currency-rates .currency-value .units {
  text-transform: capitalize;
}
.currency-widget-default .currency-rates.show_tendency .currency-value.short {
  min-width: 52px;
}
.currency-widget-default .currency-rate {
  height: 19px;  
  line-height: 19px;
  border-bottom: 1px dashed #DFDFDF;
  padding: 5px;
  overflow: hidden;
}
.currency-widget-default .currency-code {
  font-weight: bold;
  font-size: 14px;
  margin: 0 5px;
  min-width: 32px;
  text-transform: uppercase;
}
.currency-widget-default .currency-change {
  margin-left: 4px;
  padding-top: 1px;
  padding-left: 15px;
  background-repeat: no-repeat;
  background-position: 3px center;
  min-height: 19px;
}
.currency-widget-default .currency-value {
  text-align: right;
  padding-top: 1px;
}


/********** GRADIENTED CURRENCY WIDGETS (ex: type-2 and type-4) **************/
.currency-widget-gradiented {
  
}
/********************* INDIVIDUAL WIDGETS STYLES START ***********************/
/************************* CURRENCY WIDGET OF TYPE 1 *************************/
.currency-widget-type-1 .widget-inner{
  border: 1px solid #eae6e6;
  background-color: #fdfdfd; 
}
.currency-widget-type-1 #widget-header {
  border-bottom: 1px dashed #dfdfdf;
}
.currency-widget-type-1 #widget-header .city-name,
.currency-widget-type-1 #widget-header .bnm-label,
.currency-widget-type-1 .currency-code {
  color: #005B7F;
}
/************************* CURRENCY WIDGET OF TYPE 2 *************************/

/************************* CURRENCY WIDGET OF TYPE 3 *************************/
/*************** desc: compact, vertical, simple, w/o gradient ***************/
.currency-widget-type-3 .widget-inner {
  border: 1px solid #005b7f;
  background-color: #ffffff;  
}
.currency-widget-type-3 #widget-header {
  background-color: #005b7f;
  padding-bottom: 1px;
}
/************************* CURRENCY WIDGET OF TYPE 4 *************************/
/***************** desc: stylized, with gradient, fixed w/h ******************/
.currency-widget-type-4 {
  width: 200px;  
}
.currency-widget-type-4 #bg-section-top {
  background: transparent url('/images/currency/widget-type-4/bg-1.png') no-repeat center top;
  width: 100%;
  height: 9px;
}
.currency-widget-type-4 #bg-section-main  {
  background: transparent url('/images/currency/widget-type-4/bg-2.png') no-repeat center center;
  background-size: 100%;
}
.currency-widget-type-4 #bg-section-prefooter {
  background: transparent url('/images/currency/widget-type-4/bg-3.png') no-repeat center top;
  width: 100%;
  height: 10px;
}
.currency-widget-type-4 #bg-section-footer {
  background: transparent url('/images/currency/widget-type-4/bg-4.png') no-repeat center bottom;
}
.currency-widget-type-4 #widget-header .inner {
  padding-top: 0;
}
.currency-widget-type-4 #widget-body .inner {
  padding: 0 3px;
}
.currency-widget-type-4 #widget-footer .inner {
  padding: 0px 9px 6px 9px;
}
.currency-widget-type-4 .currency-rate {
  border-top: 1px dashed #DEDEDE;
  border-bottom: 0 none;
}
.currency-widget-type-4 .currency-rate.last {  
  padding-bottom: 1px;
}