
ul, h2, h3, h4, h5, p {
    margin: 0;
    padding: 0;
}

.currency-converter-container {
	border: 1px solid #d7d6d6;
	padding: 8px;
	background: #ebebeb;
	margin-bottom: 10px;
}
.moneyweb-label {font-size: 14px;color: #666;padding-bottom: 5px;float: left;width: 290px !important;}
.moneyweb-textfield {
	float: left;
	margin-right: 7px;
}
.moneyweb-redbtn, .gr-moneyweb-redbtn {
	font-size: 14px !important;
	color: #fff;
	background: #d95b46;
	border: 0 none;
	cursor: pointer;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 0 !important;
}
.moneyweb-updated-date {
	text-align: right;
	padding: 5px 3px 0 3px;
	font-size: 12px;
	color: #666;
}
.other-currency-det {
	margin-bottom: 10px;
}
.moneyweb-currency-selbox {
	padding: 5px;
	width: 255px!important;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #000;
	background: #fff;
}
.moneyweb-currency-textbox {
	padding: 5px;
	width: 100%;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #000;
	background: #fff;
	box-sizing: border-box;
}
.moneyweb-label1 {
	font-size: 14px;color: #666;padding-bottom: 5px;
}
.moneyweb-floatleft {float: left;}
.currency-rates {
	font-size: 16px;
	color: #000;
}
.currency-rates-value {font-weight: bold;}
.moneyweb-floatright {float: right;}
.inr-rate {
	font-size: 15px;
	color: #666;
	font-weight: bold;
}
.moneyweb-currency-currate {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #ccc;
}
.moneyweb-textfield1 {margin-bottom: 10px;}
.moneyweb-sm-heading {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 0 0 5px 0;
	margin: 0;
}
.cur-det-lists {
	font-size: 14px;
	
}

.cur-det-lists ul {
    margin: 0;
    padding: 0 0 0 15px;
}
.cur-det-lists ul li {
    font-size: 14px;
    list-style-image: url("/common_dynamic/images/web/red-arrow.png");
    padding: 4px 0;
	float: left;
	width: 300px;
}
.cur-det-lists ul li a {
    color: #0066cc;
    font-weight: normal;
    text-decoration: none;
}


.rs-symbol {background: url(/common_dynamic/images/web/rs-symbol.gif) no-repeat 0 0;width: 8px;height: 12px;vertical-align: middle;display: inline-block;}
.more-right {font-size: 14px;color: #0066cc;padding: 5px 0;text-align: right;}
.more-right a {color: #06c;text-decoration: none;}
.other-currecy-heading {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding: 10px 0;
	margin: 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.cols-2 {
	margin-right: 1%;
}
.col-lists {margin: 0;padding: 0 0 0 15px;}
.col-lists li {
	list-style-image: url(/common_dynamic/images/web/red-arrow.png);
	padding: 4px 0;
	font-size: 14px;
	float: left;
	width: 300px;
}
.col-lists li a {color: #0066cc;text-decoration: none;display: block;width: 90%}

.currecny-section {margin-bottom: 20px;}
.moneyweb-med-heading {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding: 0 0 5px 0;
	margin: 0;
}
.moneyweb-currency-table {	
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #d7d6d6;
}
tr.moneyweb-currecny-oddrow {background: #eeeeee;}
tr.moneyweb-currecny-evenrow {background: #f6f6f6;}
.moneyweb-currency-table td {
	font-size: 14px;
	color: #000;
	padding: 5px;
	text-align: left;
	border-top: 1px solid #d7d6d6;
	border-bottom: 1px solid #d7d6d6;
}
.moneyweb-currency-table td.text-center {text-align: center;}
.moneyweb-currency-table td a {color: #06c;text-decoration: none;}
.moneyweb-currency-table td span {
	color: #000;
	font-weight: bold;
}



.article-blk li {
border-bottom: 1px dotted #ccc;
font-size: 14px;
list-style: outside none none;
margin: 13px 0;
padding-bottom: 5px;
}
.left-img {
float: left;
}
.left-img img {
border: medium none;
height: 80px;
margin-right: 10px;
width: 100px;
}
.article-blk li a {
color: #333;
text-decoration: none;
}
.right-desp {
padding-left: 10px;
}

.related-articles-head {
  background: none repeat scroll 0 0 #F6F6F6;
  border-color: #CCCCCC #CCCCCC #F47323;
  border-style: solid;
  border-width: 1px 1px 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 33px;
  text-align: center;
}

.related-articles {
    border: 1px solid #CCCCCC;
    padding: 10px;
}

.article-blk.big-blk{
	margin-top: 10px;
	width: 672px;
}

.article-blk.big-blk li {
float: left;
height: 100px;
margin: 10px 2%;
width: 46%;
}

.article-title{
	font-weight: bold;
}


.currency_digits_to_words{
	font-size: 14px;
	color: #666;
}



/** Select2 custom styles Starts*/
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-style:none;
}
/** Select2 custom styles Ends*/



.gr-historical-container
{
	font-family: 'Open Sans' !important;
	margin: 35px 0;
}
.gr-historical-container h2 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 38px;
    margin: 20px 0 10px;
}
.gr-historical-container ul
{
	margin:0 0 10px;
	padding:0;
	list-style-type: none;
	border:solid thin #d7d6d6;
	border-bottom:none;
}
.gr-historical-container ul li.gr-htabs-head
{ 
	font-size:14px;
	font-weight: bold;
	padding: 13px 0;
	border-bottom:solid thin #d7d6d6;
	background: #f5f5f5;
	cursor:pointer;
}
.gr-historical-container ul li.gr-htabs-head span
{
	width:11px;
	height:11px;
	margin: 0 10px;
    display: inline-block;
}
.gr-historical-container ul li.gr-htabs-head.active
{
	color:#000000;
}
.gr-historical-container ul li.gr-htabs-head
{
	color:#666666;
}
.gr-historical-container ul li.gr-htabs-head.active span
{
	background: url(/common_dynamic/images/gr-plus-minus.png) no-repeat -12px 0;
}
.gr-historical-container ul li.gr-htabs-head span
{

	background: url(/common_dynamic/images/gr-plus-minus.png) no-repeat;
}
.gr-htabs-expand
{
	padding:10px;
	border-bottom:solid thin #d7d6d6;
}
.gr-htabs-expand table
{
	width:100%;
	border:solid thin #d7d6d6;
	border-collapse:collapse;
	font-size:14px;
}
.gr-htabs-expand table td,.gr-htabs-expand table th
{
	border-bottom:solid thin #d7d6d6;
	padding: 0 10px;
	background: #fcfcfc;
    height: 36px;
}
.gr-htabs-expand table th
{
	background: #e6e6e6;
	padding: 6px 10px;
}
.gr-htabs-expand-table-head
{
	font-weight: bold;
}
