@font-face {
	font-family: 'supermarket';
	src: url('../../fonts/supermarket.eot') format('eot'), 
	     url('../../fonts/supermarket.woff') format('woff'), 
	     url('../../fonts/supermarket.ttf')  format('truetype'),
	     url('../../fonts/supermarket.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.supermarket{ font-family: 'supermarket' !important; font-weight:normal !important; }
html { width:100%; height: 100%; }
body {
    font-family:Arial, sans-serif, tahoma;
	color:#333;
	background:#e5e6e8;
}

a { color:#004795;} 
a:hover, a:focus {color:#2a6496;text-decoration:none;} 
.gray{ color:#999;}

.row.content-sm{margin-left: -3px; margin-right: -3px;}
.content-sm [class*="col-"]{padding-left:3px; padding-right:3px;}
.mb-1{ margin-bottom:5px;}

.block-widget{
	padding:0px; 
	margin:0 auto;
	background:#e5e6e8;
	/*background:#e5e6e8;
	border:1px solid #e5e6e8; */
	max-width:100%;
	width:480px;
	min-height:1px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
@media (min-width: 1200px) {
	.block-widget{min-height:365px;}
}

.block-widget.block-widget-large{
	padding:10px; 
	margin:0 auto;
	background:none !important;
	max-width:none;
	min-height:none;
	overflow:hidden;
	height:auto;
}
.gold-heatmap{
	background: url(../../images/goldprice/nav-bg-panel-gold.jpg) top right no-repeat;
	max-width:1600px;
	margin:0 auto;
}

.panel-price{ border:none;}
.panel-heading-price {
  color: #FFF;
  font-size:19px;
  line-height:35px;
  text-shadow:0px 1px 3px #030813;
  position:relative;
  padding-left:10px;
}
.mtsgold-group{ display:block; position:absolute; right:8px; top:8px;}

.block-widget span.powered{
	display:block;
	width:100%;
	height:15px;
	text-align:right;
	color:#FFF;
	line-height:15px;
	font-size:11px;
}

.block-widget span.powered a{color:#FC0;}

/*mts-price*/
div#gold-price-today.price-widget{
	min-height:240px;
	padding:2px 5px;
	padding-top:0;
}
.shw-date-time{
	color:#000;
	background:rgba(255,255,255,0.8);
	height:35px;
	padding:0 10px;
	margin-bottom:5px;
	font-size:13px;
	line-height:35px;
	font-weight:bold;
	text-align:left;
}

div#gold-price-today #mts-load-index-1 table.tb-price,
div#gold-price-today #mts-load-index-2 table.tb-price{
	height:140px;
}

div#gold-price-today table.tb-price{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	margin:0px;padding:0px;
}

div#gold-price-today table.tb-price th,
div#gold-price-today table.tb-price td{
	font-size:15px;
	padding:2px 10px;
}
div#gold-price-today table.tb-price th.head-title{
	background:#d9d9d9;
	text-align:left;
	padding:5px 10px;
	height:25px;
}
div#gold-price-today table.tb-price th.head-title.bgblue{
	background:#9FCFFF;
}
div#gold-price-today table.tb-price th.head-title.bggold{
	background:#C90;
}
div#gold-price-today table.tb-price td{
	text-align:right;
	padding:5px 0;
}
div#gold-price-today table.tb-price td.title{
	width:120px;
	font-weight:bold;
	font-size:18px;
}
div#gold-price-today table.tb-price td.price{
	color:#16365c;
	width:100px;
	font-weight:bold;
	font-size:24px;
	padding-right:10px;
}
div#gold-price-today table.tb-price td.baht{
	width:auto;
	font-weight:bold;
	font-size:18px;
	text-align:left;
}
div#gold-price-today table.tb-price td span.arrow-down,
div#gold-price-today table.tb-price td span.arrow-up,
div#gold-price-today table.tb-price td span.arrow-down-x,
div#gold-price-today table.tb-price td span.arrow-up-x
{
	display:block;
	width:42px;
	height:42px;
	line-height:42px;
	padding-left:45px;
	text-align:center;
	font-size:28px;
	font-weight:bold;
}

/**/
/*price-widget*/
div#gold-price-today.price-widget{text-align:center;}
div#gold-price-today.price-widget .price-block{
	display:block;
	text-align:center;
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #e4e4e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#e4e4e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#e4e4e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f1f1f1 0%,#e4e4e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#e4e4e6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f1f1f1 0%,#e4e4e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e4e4e6',GradientType=0 ); /* IE6-9 */
	
	margin:1px;
	border:3px solid #f6f7f9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.widget-note{ color: #fe0000; font-size:13px; padding:4px 5px; padding-bottom:4px;}

div#gold-price-today.price-widget table.tb-price td{
	vertical-align:top;
}
div#gold-price-today.price-widget table.tb-price th.head-title{
	/*background:none;*/
	text-align:left;
	color:#333;
	font-size:14px;
	font-weight:normal;
	padding:5px 10px;
	padding-top:0;
	border-bottom:0px solid #FFF; /*#9a8937*/
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fafafa 0%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}
div#gold-price-today.price-widget table.tb-price .title{
	width:auto;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	margin:0; padding:0;
}
div#gold-price-today.price-widget table.tb-price .price{
	color:#969696; /*#043c81*/
	width:auto;
	font-weight:bold;
	font-size:26px;
	text-align:center;
	margin:0; padding:5px 0;
}
div#gold-price-today.price-widget table.tb-price .baht{
	width:auto;
	font-weight:bold;
	font-size:14px;
	text-align:left;
}
div#gold-price-today.price-widget table.tb-price td span.arrow-down,
div#gold-price-today.price-widget table.tb-price td span.arrow-up,
div#gold-price-today.price-widget table.tb-price td span.arrow-down-x,
div#gold-price-today.price-widget table.tb-price td span.arrow-up-x{
	display:block;
	width:auto;
	height:20px;
	line-height:22px;
	padding-left:20px;
	font-size:15px;
	margin:0 auto;
	background-position:left center;
}
div#gold-price-today.price-widget table.tb-price td span.arrow-down{
	color:#fe0000;
	background:url(../../images/goldprice/down-xs.png) no-repeat;
}
div#gold-price-today.price-widget table.tb-price td span.arrow-up{
	color:#086f3a;
	background:url(../../images/goldprice/up-xs.png) no-repeat;
}
div#gold-price-today.price-widget table.tb-price td span.arrow-down-x,
div#gold-price-today.price-widget table.tb-price td span.arrow-up-x
{
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
}

div#gold-price-today.price-widget #mts-load-index-1 table.tb-price td span.arrow-down,
div#gold-price-today.price-widget #mts-load-index-1 table.tb-price td span.arrow-up{display: none;}