/**
 * Plugin Name: iCurrency widget - kursy walut NBP, CBR i ECB
 * Description: Widget publikuje bieżące, średnie kursy walut obcych według Narodowego Banku Polskiego (NBP), Centralnego Banku Rosji (CBR) oraz European Central Bank (ECB).
 * Version: 1.0
 * Author: Ireneusz Mazur
 * Author URI: http://aplauz.media.pl
 * License: GPL2
 * Plugin URI: http://aplauz.media.pl/icurrency-kursy-walut-nbp-cbr-i-ecb
 */

#icleft, #icright {
    cursor: pointer;
    display: inline;
    font-size: 17px;
    line-height: 10px;
    width: 10px;
}
#icright .fa-chevron-right, #icleft .fa-chevron-left {
    display: block;
    font-size: 10px;
    line-height: 10px;
    margin-top: 2px !important;
}
.icheader {
    color: #666666;
    float: left;
    font-size: 11px;
    padding: 3px 0;
    width: 100%;
}
.ictype {
	float: left;
	margin-left: 0px;
	font-weight: bold;
	line-height:13px;
}
.icdate {
    float: right;
    font-weight: lighter;
    margin-right: 1px;
    text-align: center;
    width: 95px;
	line-height:13px;
}
.icrow {
    border-top: 1px solid #eee;
    float: left;
    font-size: 13px;
    margin: 10px 0;
    padding-top: 22px;
    width: 100%;
}

.icvalue {
    color: #555555;
    display: inline;
    float: right;
    font-size: 30px;
    font-weight: lighter;
    margin-right: 0px;
    text-align: right;
    width: auto;
}

  .icpercent {
        float: left;
        margin-right: 0px;
        margin-top: 10px;
        padding-right: 13px;
        position: absolute;
    }
    .iccode {
        color: #888;
        float: left;
        margin-left: 0;
        margin-top: -5px;
        position: absolute;
        width: auto;
    }
.icplus {
	color: #11BB11;
	background: url("../images/up.gif") no-repeat scroll right center transparent;
}
.icminus {
	background: url("../images/down.gif") no-repeat scroll right center transparent;
	color: #A31545;
}
.icplus2 {
	color: #11BB11;
	padding: 0;
}
.icminus2 {
	color: #A31545;
	padding: 0;
}
.icminus2 .fa-chevron-down, .icplus2 .fa-chevron-up {
    float: right;
    font-size: 9px;
    line-height: 9px;
    margin-left: 4px;
    margin-top: 2px;
}
#icarrows {
	color: #a31545;
	float: right;
	font-weight: bold;
	padding: 2px 5px;
	position: absolute;
	right: 0;
	width: 95px;
	z-index: 2;
}
#icleft {
	float: left;
}
#icright {
	float: right;
}
.icmodule {
	position: relative;
	width: 300px;
}
#icslideWrap {
	position: relative;
	top: 0;
	left: 0;
}
#icslideContainer {
	position: relative;
	overflow: hidden;
}
.ickw {
	float: left;
	font-size: 11px;
}
#ickwh {
	display: none;
}
.icon-arrow-up-3 {
    margin-right: 0;
}
#icarrows span {font-size:12px;}
