@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif !important;
	
}
h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
}

.warpper{
	width: 300px;
	margin: 0 auto;

}

/*//////////////////*/

/*NEW STYLES FOR EXCHANGE*/
.exchange-rates a:hover {
	text-decoration:none;
	color:#8A8484;
	cursor:pointer;
}
.indicative-rate a:hover {
	text-decoration:none;
	color:#444242;
	cursor:pointer;
}
.wrapperexchange {
	width:100%;
	height:470px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px; /*letter-spacing:2px;*/
	color:#FFFFFF;
}
.date-and-time { /*width:265px;*/
	height:auto;
	float:right;
	padding-right:10px;
	margin-top:-17px;
	margin-left:204px;
	font-size: 12px;
	color: #fff;
}
.name-text {
	float:left;
	font-size:18px;
	padding-top:13px;
	padding-left:10px;
	color: #fff;
}

.exchange-time {
	float:right;
}
.exchange-date {
	float:right;
	
}
.top-tabs-area {
	/*background:url(../images/tabs-area-bg.jpg) repeat-x;*/
	height:52px;
	width:100%; /*border-radius:8px 8px 0 0;*/
	background-color:#92180b;
	border-top:2px solid #aaa9a9;
	border-bottom:2px solid #aaa9a9;
	margin-bottom:39px;
}
.tab-container {
	float:left;
	clear:left;
	margin-left:40px;
	margin-top:12px;
}
.exchange-rates {
	padding-right:7px;
	float:left;
	border-right:1px solid #666;
}
.exchange-rates a {
	text-decoration:none;
	color:#666666;
	font-size:12px;
	letter-spacing:0px;
	padding:5px;
	text-transform:uppercase;
}
.indicative-rate a {
	text-decoration:none;
	color:#666666;
	font-size:12px;
	padding:5px;
	letter-spacing:0px;
	text-transform:uppercase;
}
.activator {
	width:auto;
	height:24px;
	float:left;
	padding-top:5px; /*background:#CCCCCC;*/
	border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	padding-left: 8px;
}
.activator-activate { /*background:#f1f1f1;*/
	border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	color:#870120;
}
.activator-activate a {
	color:#870120 !important;
}
table.exchange h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#6e6c6c;
	margin:0 !important;
	width:100%;
	text-transform:uppercase;
}
table.exchange tr td {
	border-bottom:1px solid #d4d3d3; /*border-right:1px solid #d4d3d3;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#585858;
	letter-spacing:0 !important;
	text-align:center;
}
.rate-country-details {
	float:left;
	margin-left:4px;
	text-align:left;
	text-transform:uppercase;
}
.currency-name {
	color:#838383;
	float:left;
}
table.exchange tr td img { /*border:1px solid #adadad; box-shadow:1px 1px 3px rgba(50, 50, 50, 0.75); -webkit-box-shadow:1px 1px 3px rgba(50, 50, 50, 0.75); -moz-box-shadow:1px 1px 3px rgba(50, 50, 50, 0.75);*/
	margin-left:6px;
	float:left;
	margin-right:5px;
}
.all-container {
	position:relative;
}
.table-one {
	position:absolute;
	top:0;
	left:0;
	border-radius:0 0 10px 10px;
	width:100%;
}
.table-two {
	position:absolute;
	top:0;
	left:0;
	display:none;
	z-index:3500;
	border-radius:0 0 10px 10px;
	overflow:hidden;
	width:100%;
}
table.exchange { /*border-left:1px solid #999;*/
	border-radius:10px; /*border-right:1px solid #999;*/
	border-radius:10px; /*border-bottom:1px solid #999;*/
	border-radius:0 0 10px 10px;
	background:#F7F7F7;
	width:100%;
}
table.indicative { /*border-left:1px solid #999;*/
	border-radius:10px; /*border-right:1px solid #999;*/
	border-radius:10px; /*border-bottom:1px solid #999;*/
	border-radius:0 0 10px 10px;
	background:#F7F7F7;
	width:100%;
}
table.indicative h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#6e6c6c;
	margin:0 !important; /*letter-spacing:2px;*/
	width:100%;
	text-transform:uppercase;
}
table.indicative tr td {
	border-bottom:1px solid #d4d3d3; /*border-right:1px solid #d4d3d3;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#585858;
	letter-spacing:0 !important;
	text-align:center;
	line-height:19px;
}
table.indicative tr td img { /*border:1px solid #adadad; box-shadow:1px 1px 3px rgba(50, 50, 50, 0.75); -webkit-box-shadow:1px 1px 3px rgba(50, 50, 50, 0.75); -moz-box-shadow:1px 1px 3px rgba(50, 50, 50, 0.75);*/
	margin-left:6px;
	float:left;
	margin-right:5px;
}
.country-name {
	font-size:12px;
}
/*NEW STYLES FOR EXCHANGE*/
