@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300&subset=latin,latin-ext,cyrillic);

/* NEEDED SPECS */
a, article, b, body, center, div, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, 
i, img, li, nav, ol, p, section, small, span, strong, table, tbody, tfoot, thead, th, tr, u, ul 
{
	background:transparent;
	border:0 none;
	font-size:100%;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:top;
}


ol, ul {
	list-style:none;
}



table, table td {
	padding:0;
	border:none;
	border-collapse:collapse;
}


img {
	vertical-align:top;
}


* {
	border:none;
	box-sizing:border-box;
}

ul, ul li, div {box-sizing:border-box;}

div {display:block;width:100%;box-sizing:border-box;}


/************************************ NEEDED SPECS *****************************************/
table {width:100%;table-layout:fixed;border-collapse: separate;  border-spacing: 1px 2px;}
table tr th {border:1px solid #333;font-size:14px;background:#006699;color:#ffffff;padding:10px;}
table tr td {text-align:center;margin-bottom:4px;border:1px solid #ccc;font-size:14px;background:#ffffff;color:#000000;padding:10px;}

table tr td div.up_active {line-height:13px;display:inline-block;background:url('https://liveusd.com/images2/up_mini.png') right 2px no-repeat;width:12px;height:12px;}
table tr td div.down_active {display:inline-block;background:url('https://liveusd.com/images2/down_mini.png') right 2px no-repeat;width:12px;height:12px;line-height:13px;}


/* TABLE PRICE */
table tr td#price, table tr td #price {font-weight:bold;font-size:15px;}


/* hover */
table tr:hover td#price {border-top:2px solid #333;border-bottom:2px solid #333;}



table tr td.up   {background:#46af31;color:white;}
table tr td.down {background:red;color:white;}


/*****************/
/* HALF s */
/*****************/
div.half1_div {display:block;margin-bottom:3px;}
div.half2_div {display:block;}



table.half1 tr:nth-child(2n) td {}
table.half1 tr th {background:#3F4C6B;color:#ffffff;}

table.half2 tr:nth-child(2n+1) td {}
table.half2 tr th {background:#356AA0;color:#ffffff;}

table.half1 tr td:nth-child(3),
table.half1 tr td:nth-child(4),
table.half2 tr td:nth-child(3),
table.half2 tr td:nth-child(4) {display:none;}

table.half1 tr th:nth-child(3),
table.half1 tr th:nth-child(4),
table.half2 tr th:nth-child(3),
table.half2 tr th:nth-child(4) {display:none;}

table.rate tr td div.up_active {display:inline-block;background:url('https://liveusd.com/images2/up_active_2.png') right 2px no-repeat;width:32px;height:23px;line-height:23px;}
table.rate tr td div.down_active {display:inline-block;background:url('https://liveusd.com/images2/down_active_2.png') right 2px no-repeat;width:32px;height:23px;line-height:23px;}

table.rate tr td {font-size:16px;}


div.calculator {float:left;width:50%;border-right:5px solid #ebebeb;border-left:5px solid #ebebeb;}
div.calculator table tr td {font-size:16px;}
/* SHOW CHANGE */
.weak {color:red;}
.strong {color:green;}



.col1, .col2, .col3, .cols {
	float:left;
}
.col0 { display:block;width:100%;}
.col1 {	width:100%;}
.col2 {	width:100%; }
.col3 {	width:100%; }



article, footer, header, nav, section {
	display:block;
}

figure {padding:2px;margin:2px;}
figure img {border:1px solid #ccc;padding:1px;margin:1px;}
figure.central{display:inline;}



.left {
	float:left;
}
.right {
	float:right;
}
.wrapper {
	width:100%;
	overflow:hidden;
}

/***** START *******/

body {
	background:#ebebeb;
	border:0;
	font:14px Roboto, Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:18px;background-image: linear-gradient(to bottom, #ffffff, #ebebeb, #ddd, #ffffff,#ddd,#fafafa);
}


.main {
	margin:0 auto;
	width:100%;
}






a {
	color:#000;
	text-decoration:underline;
	outline:none;
}
a:hover {
	text-decoration:none;
}

/**** input, select ***/
label {
display:block;
}

input[type="text"], select {
  padding: 6px;
  border: solid 3px #c9c9c9;
  transition: border 0.3s;

}

input[type="text"]:focus, select:focus {
border: solid 3px #969696;
}





h1 {
	font-size:22px;
	line-height:22px;
	padding:10px 15px;
	font-weight:400;
	color:#0f356b;
	letter-spacing:1px;
	background:#ebebeb;
	margin-bottom:3px;
}
h2 {
	font-size:19px;
	line-height:19px;
	padding:10px 15px;
	font-weight:400;
	color:#0f356b;
	letter-spacing:1px;
	background:#ebebeb;
	margin-bottom:3px;
}
h3 {
	font-size:17px;
	line-height:17px;
	padding:10px 15px;
	font-weight:400;
	color:#0f356b;
	letter-spacing:1px;
	background:#ebebeb;
    margin-bottom:3px;
}


header {margin-bottom:3px;}


#logo {
	float:left;
	background:url('https://www.liveusd.com/images/live_dollar_usd.png') no-repeat;
	width:122px;
	height:119px;
	text-indent:-5000px;
}

#top_nav {
	float:left;
	padding:5px 4px;
	margin:9px 0 0 0;
       // border:1px solid #333;
}

#top_nav li {
	float:left;
	margin-right:9px;
	padding:2px 6px 3px 0;}
}
#top_nav li.google_plus {
	width:80px;
}
#top_nav .bg_none {
	background:none;
	padding-right:0;
	margin:0;
}



#changeamount, #highlow {display:none;}


.boxes {
	width:100%;
	box-sizing:border-box;
	display:block;
	padding:1px;
}



.boxes li {
    display:inline-block;
	border:1px solid #b0b2b6;
	background:#ffffff;
	padding:1px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	//margin:2px;
	float:left;
	width:20%;
	border-bottom:3px solid #333;
	margin-bottom:3px;
}


.boxes li a {
	display:block; 
	border-radius:3px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	position:relative; 
	overflow:hidden;
	width:100%; 
	text-decoration:none;
	padding:3px 0 0 0; 
	
	height:120px; 
	color:#000000;
}

.boxes li a .text1 {
	font-size:13px;
	line-height:13px;font-weight:bold;
	padding-left:7px;
	letter-spacing:-1px;
}


.boxes li a .text-big {
	font-size:10px;
	line-height:12px;
}

.boxes li a .text-big .value-alsat{
	 font-size:16px; 
	 margin-left:9px;
	 font-weight:bold;
	 line-height:16px;

}

.boxes li a .text-small {
	font-size:10px; 
	line-height:12px;
	
}

.boxes li a .text-small span.value {font-weight:normal;}

.boxes li hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}





.boxes li a:hover {
	background:#ffffff;
}





div.navDivide {display:inline-block;position:relative;height:auto;}
div.navDivide div#trendToday {margin-top:4px;padding-top:3px;border-top:2px solid #333333;}
div.navDivide div#trendToday span{display:block;font-size:10px;text-align:center;line-height:12px;}

span.up{color:#008c00;}
span.down{color:#ff0033;}

.today_up {margin-left:15px;display:inline-block;background:url(/images2/up_today.png) no-repeat; height:15px;width:13px;}
.today_down {margin-left:15px;display:inline-block;background:url(/images2/down_today.png) no-repeat; height:15px;width:13px;}


.bg_up   {    background-image: linear-gradient(to bottom, #ffffff, #ffffff,#ffffff, #cdeb8b,  #ffffff,#ffffff,#ffffff); }
.bg_down {    background-image: linear-gradient(to bottom, #ffffff, #ffffff,#ffffff, #ffb586,  #ffffff,#ffffff,#ffffff); }


div.down_passive {display:block;background:url(../images2/down_passive2.png) right 3px no-repeat;width:42px;height:2px;}
div.down_active {display:block;background:url(../images2/down_active_2.png) right 3px no-repeat;width:32px;height:23px;}

div.up_passive {display:block;background:url(../images2/up_passive2.png) right 3px no-repeat;width:42px;height:2px;}
div.up_active {display:block;background:url(../images2/up_active_2.png) right 3px no-repeat;width:32px;height:23px;}



#content {
	width:100%;
	overflow:hidden;
	padding-bottom:50px;
}
#content2 {
	width:100%;
	overflow:hidden;
	padding-bottom:33px;
}



/**** CHARTS *************/
ul.chart_selector li {float:left;display:inline-block;margin:3px;border:1px solid #ebebeb;border-bottom:3px solid #333;padding:5px 15px;cursor: pointer; cursor: hand;background:#fafafa;}
ul.chart_selector li:hover {background:#333333;color:#fafafa;}
ul.chart_selector li.ok {background:#333333;color:#ebebeb;}
ul.chart_selector li a {background:inherit;color:inherit;}
div#uls span {float:left;display:inline;background:#006699;color:#ffffff;margin-right:5px;border:1px solid #ebebeb;padding:5px 15px;}
div#calcs span {float:left;display:inline;background:#006699;color:#ffffff;margin-right:5px;border:1px solid #ebebeb;padding:5px 15px;}
.non {display:none;}
.sho {display:block;width:100% !important;}


.button {
	display:inline-block;
	background:#000;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	line-height:30px;
	padding:0 20px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position:relative;
}
.button:hover {
	background:#fff;
	color:#000;
	box-shadow:1px 1px 4px rgba(0, 0, 0, .4);
	-moz-box-shadow:1px 1px 4px rgba(0, 0, 0, .4);
	-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, .4);
}
.box1 {
	border:1px solid #b0b2b6;
	background:#fff;
	padding:1px;
	letter-spacing:0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position:relative;
	line-height:24px;font-size:14px;
	color:#333; height:auto !important;
        margin-bottom:2px;
}


.box1 .box1 {background-image: linear-gradient(to bottom, #ffffff, #ebebeb, #ddd, #ffffff,#ddd,#fafafa);}

.box2 {
	background:#ebebeb;
	font-size:13px;
	color:#000;
	line-height:30px;
	padding:0 15px;
        border-top:2px solid #dddddd;
}
.box2 a {color:#000;}

.box3 {
	background:#333333;
	font-size:13px;
	color:#ffffff;
	line-height:30px;
	padding:0 15px;
}
.box3 a {color:#ffffff;}

.pad {	padding:10px 12px; }


.font1 {
	font-size:18px;
	color:#0f356b;
	padding-bottom:20px;
}
.font2 {
	color:#000;
	font-style:italic;
}
.link1 {
	font-size:13px;
	font-weight:bold;
	color:#000;
}
.link2 {
	color:#0f356b;
}
.color1 {
	color:#000;
}


footer {
	text-align:center;
	color:#8d8d8d;
	padding:22px 0;
	font-size:12px;
}
.footerlink {
	padding:0;
}
.footerlink p {
	margin:0;
	padding:0;
	color:#8d8d8d;
}
.footerlink a {
	color:#8d8d8d;
	font-weight:normal;
	margin:0;
	padding:0;
	border:none;
	text-decoration:underline;
	background-color:transparent;
}
.footerlink a:hover {
	color:#8d8d8d;
	background-color:transparent;
	text-decoration:none;
}
.footerlink .lf {
	margin:25px;
}
.footerlink .rf {
	margin-right:25px;
}
a {
	outline:none;
}
