/*
 * Homepage Styles
 */
.home-lang-tabs {
	background: #990000;
	border-bottom: 2px solid #000;
	height: 30px;
	width: 650px;
}
.home-lang-tabs ul li {
	display: inline;
	float: left;
}
.home-lang-tabs ul li a {
	padding: 0px 18px;
	color: #fff;
	font-size: 14px;
	float: left;
	display: block;
	border-bottom: 4px solid #990000;
	height: 26px;
	line-height: 30px;
	text-decoration: none;
}
.home-lang-tabs ul li a.selected {
	border-bottom: 4px solid #000;
}
.home-lang-tabs ul li a.bengali-font {
	font-size: 14px;
}
.home-lang-tabs ul li a.gujarati-font {
	font-size: 14px;
}
.home-lang-tabs ul li a.hindi-font {
	font-size: 14px;
}
.home-lang-tabs ul li a.kannada-font {
	font-size: 14px;
}
.home-lang-tabs ul li a.malayalam-font {
	font-size: 14px;
}
.home-lang-tabs ul li a.tamil-font {
	font-size: 14px;
}
.home-lang-tabs ul li a.telugu-font {
	font-size: 14px;
}



.home-leftpanel {
	float: left;
	width: 650px;
}

.leftbar {
	
}
.rightbar {
	
}
.news-content-wrapper {
	width: 300px;
	float: left;
}
.box {
	border-bottom: 1px dotted #b4b3b3;
	margin-bottom: 20px;
}
.news-medimg {
	margin-bottom: 10px;
	height: 225px;
}
.news-medimg img {
	display: block;
}



.home-rightpanel{
	float: right;
	width: 300px;
	margin-top: -35px;
}
.home-main-news {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #b4b3b3;
	padding-left: 30px;
}

.right-ad {
	margin-bottom: 30px;
}

.right-news-block ul li {
	list-style-type: none;
	border-bottom: 1px dotted #b4b3b3;
	padding: 14px 0 12px 0;
	/*height: 75px;*/
	overflow: hidden;
}
.right-news-block .news-thumbimg {
	width: 100px;
	float: left;
	margin: 0 10px 0 0;
}
.news-thumbimg img {
	display: block;
}


/*
 * Top Heading Styles
 */
.heading {
	font-size: 34px;
	color: #000;
	font-weight: 400;
	line-height: 40px;
	margin: 20px 0;
	/*height: 85px;
	overflow: hidden;*/
}
.news-heading {
	font-size: 22px;
	font-weight: 400;
	color: #000;
	/*height: 100px;
	overflow: hidden;*/
	padding-bottom: 10px;
}
.top-news-desc {
	color: #000;
    font-size: 16px;
    font-weight: 400;
    /*height: 75px;
	overflow: hidden;*/
}
.heading a, .news-heading a, .top-news-desc a {
	color: #000;
}

#lang-bengali {
	font-family: 'Noto Sans Bengali', Arial, Helvetica, sans-serif;
}

#lang-gujarati {
	font-family: Shruti, Arial, Helvetica, sans-serif;
}
#lang-gujarati .top-news-desc {
    font-size: 16px;
    line-height: 26px;
}
#lang-gujarati .news-heading {
    font-size: 20px;
    line-height: 32px;
}


#lang-hindi {
	font-family: 'Ek Mukta', Arial, Helvetica, sans-serif;;
}
#lang-hindi .heading {
	font-size: 34px;
	line-height: 44px;
}
#lang-hindi .top-news-desc {
    font-size: 16px;
    line-height: 26px;
}
#lang-hindi .news-heading {
    font-size: 22px;
    line-height: 32px;
}


#lang-kannada {
	font-family: "Lohit Kannada", Tunga, Arial, Helvetica, sans-serif;;
}
#lang-kannada .heading {
	font-size: 34px;
	line-height: 40px;
}
#lang-kannada .top-news-desc {
    font-size: 16px;
    line-height: 26px;
}
#lang-kannada .news-heading {
    font-size: 22px;
    line-height: 32px;
}


#lang-malayalam {
	font-family: Gautami, Pothana2000, Arial, Helvetica, sans-serif;;
}
#lang-malayalam .heading {
	font-size: 30px;
	line-height: 42px;
}
#lang-malayalam .top-news-desc {
    font-size: 16px;
    line-height: 26px;
}
#lang-malayalam .news-heading {
    font-size: 22px;
    line-height: 34px;
}


#lang-tamil {
	font-family: latha, TSCu_paranar, Arial, Helvetica, sans-serif;;
}
#lang-tamil .heading {
	font-size: 26px;
	line-height: 40px;
}
#lang-tamil .top-news-desc {
    font-size: 16px;
}
#lang-tamil .news-heading {
    font-size: 20px;
    line-height: 32px;
}

#lang-telugu {
	font-family: Gautami, Pothana2000, Arial, Helvetica, sans-serif;;
}
#lang-telugu .heading {
	font-size: 34px;
	line-height: 40px;
}
#lang-telugu .top-news-desc {
    font-size: 16px;
    line-height: 26px;
}
#lang-telugu .news-heading {
    font-size: 22px;
    line-height: 32px;
}




/*
 * Videos Block Styles
 */
.home-videos-section {
	border-bottom: 1px dotted #b4b3b3;
	padding-bottom: 15px;
}
.home-videos-section ul li {
	float: left;
	margin-right: 40px;
	width: 300px;
	list-style-type: none;
}
.home-videos-section ul li.last {
	margin-right: 0;
}
.home-videos-section ul li a {
	display: block;
	float: left;
	color: #000;
}
.video-title {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	height: 90px;
	overflow: hidden;
}
.videos-thumbimg {
	position: relative;
}
.videos-thumbimg img {
	display: block;
}




/*
 * Vertical Logos
 */
.oneindia-logos {
	border-bottom: 1px dotted #b4b3b3;
}
.oneindia-logos ul li {
	float: left;
	width: 108px;
	margin: 10px 7px;
	list-style-type: none;
}
.oneindia-logos ul li a {
	display: block;
}









/*
 * Heading styles
 */
.main-heading {
	background: url(/images/main-heading-bg.jpg) repeat 0 0;
	font-size: 20px;
	color: #000;
	font-weight: 600;
	height: 31px;
}
.main-heading a {
	color: #000;
}
.main-heading span{
	min-width: 150px;
	float: left;
	line-height: 29px;
	height:29px;
	padding-left: 7px;
	padding-right: 10px;
}

.main-heading.movies {border-bottom: 1px solid #e91a42;}
.main-heading.movies span {border-bottom: 3px solid #e91a42;}
.main-heading.gadgets {border-bottom: 1px solid #01b83d;}
.main-heading.gadgets span {border-bottom: 3px solid #01b83d;}
.main-heading.automobiles {border-bottom: 1px solid #eb2529;}
.main-heading.automobiles span {border-bottom: 3px solid #eb2529;}
.main-heading.lifestyle {border-bottom: 1px solid #0e76bc;}
.main-heading.lifestyle span {border-bottom: 3px solid #0e76bc;}
.main-heading.travel {border-bottom: 1px solid #eb2529;}
.main-heading.travel span {border-bottom: 3px solid #eb2529;}
.main-heading.classifieds {border-bottom: 1px solid #ee7521;}
.main-heading.classifieds span {border-bottom: 3px solid #ee7521;}
.main-heading.career {border-bottom: 1px solid #023756;}
.main-heading.career span {border-bottom: 3px solid #023756;}
.main-heading.black {border-bottom: 1px solid #535151;}
.main-heading.black span {border-bottom: 3px solid #535151;}

.main-news-heading {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	height: 90px;
	overflow: hidden;
	border-bottom: 1px dotted #b4b3b3;
}
.main-news-heading a {
	color: #000;
}


.news-desc {
	font-size: 14px;
	color: #000;
	font-weight: 600;
}
.news-desc a {
	color: #000;
}






.outer-block {
	padding: 14px 7px 7px 7px;
}
.homepage-section {
	margin-bottom: 20px;
	clear: both;
}
.two-column {
	width: 642px;
	border: 1px solid #cccccc;
}
.one-column {
	width: 314px;
	border: 1px solid #cccccc;
}
.box-count {
	width: 300px;
}
.box-height {
	height: 770px;
}
.box-height-bottom {
	height: 440px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.margin-top {
	margin-top: 20px;
}
.no-border-bottom {
	border-bottom: 0 none!important;
}
.more-news-block ul li {
	list-style-type: none;
	border-bottom: 1px dotted #b4b3b3;
	padding: 12px 0;
	height: 56px;
	overflow: hidden;
}
.news-thumbimg {
	width: 75px;
	float: left;
	margin: 0 10px 0 0;
}
.news-thumbimg img {
	display: block;
}

.go-to {
	text-align: right;
	font-size: 14px;
	color: #666666;
	padding: 5px;
	border-bottom: 1px dotted #b4b3b3;
}
.go-to a {
	color: #0066cc;
}
.category-links {
	text-align: center;
	font-size: 14px;
	color: #666666;
	padding: 5px 0 0 0;
}
.category-links a {
	color: #0066cc;
}

.more-news-block.indexpage ul li, .more-classifieds-block.indexpage ul li {
	padding: 0 0 12px 0;
	margin-bottom: 12px;
}

/*
 * Classifieds Styles
 */
.more-classifieds-block ul li {
    border-bottom: 1px dotted #b4b3b3;
    height: 56px;
    list-style-type: none;
    overflow: hidden;
    padding: 12px 0;
}
.classified-thumbimg {
    float: left;
    margin: 0 10px 0 0;
    width: 75px;
}
.classified-title {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.classified-title a {color: #000;}
.classified-normaltext {
	color: #000;
    font-size: 12px;
    font-weight: 400;
}
/*
 * market sensex vlaue styles
 */
.moneyQutoDetails{
	background: #f4f4f4;
	border: 1px solid #dddede;
	border-radius: 2px;
	padding: 2px;
	margin:10px 0;
}
.moneyweb-search{
	padding: 19px 5px;
}
.moneyweb-search select{
	width: 105px;
	height: 30px;
	border:1px solid #ccc;
	padding:0 2px;
	border-radius:3px;
	font-size: 14px;
	color: #575757;
}
.money-srch{
	width: 130px;
	height: 29px;
	line-height:29px;
	border:1px solid #ccc;
	padding:0 2px;
	border-radius:3px;
	font-size: 14px;
	color: #575757;
}
.btn-go{
	background:#0070bb;
	background-image: linear-gradient(top, #0070bb 45%, #0074c2 7%, #007cce 76%);
	background-image: -o-linear-gradient(top, #0070bb 45%, #0074c2 7%, #007cce 76%);
	background-image: -moz-linear-gradient(top, #0070bb 45%, #0074c2 7%, #007cce 76%);
	background-image: -webkit-linear-gradient(top, #0070bb 45%, #0074c2 7%, #007cce 76%);
	background-image: -ms-linear-gradient(top, #0070bb 45%, #0074c2 7%, #007cce 76%);				
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.45, #0070bb),
		color-stop(0.07, #0074c2),
		color-stop(0.76, #007cce)
	);
	border-radius:2px;
	border:none;
	font-size: 14px;
	color: #fff;
	padding:5px 2px;
	font-weight:600;
	text-transform: uppercase;
	cursor: pointer;
}
.moneyweb-heading-text {
    float: left;
    font-family: arial;
    font-size: 18px;
    padding: 5px 0;
    width: 20%;
}
.moneyweb-gainers-container {
    background:#f6f6f6;
    border-bottom:1px dotted #b4b3b3;
    color: #000;
    font-size: 14px;
    padding: 12px  5px;
}
.moneyweb-gainers-quote {
    color: #008100;
    float: left;
    font-family: arial;
    font-weight: bold;
    padding: 5px 0 0 15px;
    width: 30%;
}
.moneyweb-gainers-text {
    color: #008100;
    float: left;
    font-family: arial;
    padding: 5px 10px;
}
.moneyweb-gainers-diff {
    color: #008100;
    float: left;
    font-family: arial;
    padding: 5px 10px;
}
.money-date{
	text-align: right;
	color: #767676;
	line-height:35px;
	font-size: 14px;
}
/* index1 page css */
.latest-news{
	padding: 14px 7px 7px;
}
.latest-img{
	float: left;
}
.latest-desc{
    padding:42px 0 0 278px;
}
h3.latest-hed{
	font-size: 26px;
	font-weight: 600;
	line-height: 28px;	
}
h3.latest-hed a{
	color: #000;
}
.latest-span{
	color: #7f7f7f;
	font-size: 14px;
}
.rightside-ad{
	width: 314px;
}
.no-border{
	border: none;
}
.box-hght{
	height: 729px;
}
.box-hght-bottom{
	
}
.bottom-outer-colum{
	clear: both;
	padding: 10px 0 0 0;
}
.margin-right{
	margin-right: 12px;
}


.video-thumbimg{
	 float: left;
    margin: 0 10px 0 0;
    width: 75px;
	position: relative;
}

.opinion-poll{
	margin-top: 25px;
	height: 541px;
}
.box-hght-bottom{
	height: 247px;
}
.box-hght-bot{
	height: 402px;
}


	.states-map-wrapper {
				padding: 20px 0 15px 5px;
			}
			.states-map-wrapper ul li {
				float: left;
				width: 122px;
				margin-right: 5px;
				list-style-type: none;
			}
			.states-map-wrapper ul li a {text-decoration: none;display: block;}
			.states-map-wrapper ul li a span {display: block;text-align: center;}
			.states-map-wrapper ul li a span.map-img {
				border: 1px solid #ccc;
				width: 120px;
				height: 142px;
				vertical-align: middle;
				line-height: 142px;
			}
			.states-map-wrapper ul li a span.map-img img {vertical-align: middle;}
			.states-map-wrapper ul li a span.map-title {
				padding: 7px 0;
				font-size: 16px;
				color: #000;
			}
			.two-cols {
				border: 1px solid #cccccc;
			    width: 470px;
			    margin-right: 36px;
			}
			.two-cols .more-news-block, .three-column .more-news-block {padding: 5px;}
			.three-column {
			    border: 1px solid #cccccc;
			    width: 300px;
			    margin-right: 37px;
			}
			.states-map-wrapper ul li.last, .two-cols.last, .three-column.last {
			    margin-right: 0;
			}			
			.main-heading.borcolor1 {border-bottom: 1px solid #629c48;}
			.main-heading.borcolor1 span {border-bottom: 3px solid #629c48;}
			.main-heading.borcolor2 {border-bottom: 1px solid #d84f56;}
			.main-heading.borcolor2 span {border-bottom: 3px solid #d84f56;}
			.main-heading.borcolor3 {border-bottom: 1px solid #629c48;}
			.main-heading.borcolor3 span {border-bottom: 3px solid #629c48;}
			.main-heading.borcolor4 {border-bottom: 1px solid #0061cc;}
			.main-heading.borcolor4 span {border-bottom: 3px solid #0061cc;}
			.main-heading.borcolor5 {border-bottom: 1px solid #ff5a0c;}
			.main-heading.borcolor5 span {border-bottom: 3px solid #ff5a0c;}
			.main-heading.borcolor6  {border-bottom: 1px solid #00b8cc;}
			.main-heading.borcolor6 span {border-bottom: 3px solid #00b8cc;}
			.news-desc {
			    font-weight: 400;
			}