/* ------- DEFAULT ------- */
.jextcurrency{
	height: 30px;
	font-size: 14px;
	margin: 0px -10px;
}
.jextcurrency .error {
display:none;
	color: #f00;
	font-weight: bold;
}

.jextcurrency div {
    display: inline-block;
    line-height: 30px;
}
.jextcurrency > div {
    padding: 0px 10px;    
    height: 30px;
}
.jextcurrency .title {
}

.jextcurrency .rates {
	background: #3b3c3c url(/templates/sanway/images/header-shadow.png) 50% 100% repeat-x;
}

.jextcurrency .rates .item {
	color: #ffffff;
}


.jextcurrency img {
	display: none;
}

.jextcurrency span.positive {
	color: #898989;
	font-size: 12px;
}

.jextcurrency span.negative {
	color: #898989;
	font-size: 12px;
}

.jextcurrency .notes {
}

.jextcurrency .notes a#notes {
	text-decoration: none;
	color: #898989;
}

/* ------- HORIZONTAL ------- */
.wz-jextcurrency {
	font-family: tahoma, arial;
	background-color: #ebffbe;
	color: #555;
}

.wz-jextcurrency span {
	margin-right: 3px;
}

.wz-jextcurrency div.rate {
	white-space: nowrap;
	display: inline;
}

.wz-jextcurrency span.title {
	font-weight: bold;
}

.wz-jextcurrency span.positive,.wz-jextcurrency span.negative {
	font-size: 90%;
	border-right: 2px solid #aaa;
}

.wz-jextcurrency span.negative {
	color: red;
}

.wz-jextcurrency span.positive {
	color: green;
}

.wz-jextcurrency span.author {
	margin-left: 2px;
	color: #ddd;
	font-size: 80%
}

.wz-jextcurrency span a#author {
	color: #ddd;
	text-decoration: none;
}

/* ------- BID & ASK ------- */
.jextcurrency .forex div {
	float: left;
}

.jextcurrency .forex .item1,.jextcurrency .forex .item2,.jextcurrency .forex .item3
	{
	text-align: center;
}

.jextcurrency .forex .top {
	font-weight: normal !important;
	background-color: #ddd !important;
}

.jextcurrency .forex .item1 {
	width: 70px;
}

.jextcurrency .forex  .item2 {
	width: 35%;
	font-weight: bold;
}

.jextcurrency .forex  .item3 {
	width: 35%;
	font-weight: bold;
	clear: right;
}