/**************TheMarker NewsBox*****************/
.themarker_news_box{
	background: #e8e6e2;
	width:276px;
	height: 268px;
	overflow: hidden;
	direction: rtl;
}
.themarker_news_box .header{
	height: 30px;
	width:276px;
	background: url(/images/themarker/skin.png);
	margin:0;
}
.themarker_news_box .header a{
	height: 30px;
	width:276px;
	display: block;
	cursor:pointer;
}
.themarker_news_box ul li .image{
	width:65px;
	height:48px;
	float: right;
	/*margin-left: 16px;*/
	position: relative;
	right: 0;
	overflow: hidden;
}
html.ie8 .themarker_news_box ul li .image{
	display: inline;
}

html.ie8 .themarker_news_box ul li .image a{
	height:48px;
	width:65px;
	display: block;
	float:right;
}
.themarker_news_box ul li p{
	float: right;
	position:relative;
	width: 65px;
	height: 48px;
	margin:0 0 0 16px;
}
.themarker_news_box ul li p a,
.themarker_news_box ul li img{
	width: 65px;
	height: 48px;
}

.themarker_news_box ul{
	list-style: none;
	padding: 0;
	height: 238px;
	margin:0;
}
/*
.themarker_news_box li>div{
	padding:5px 9px 4px 15px;
	margin: 0;
	overflow: hidden;
	height:48px;
	width:252px;
}
*/
.themarker_news_box li div.box{
	padding:5px 9px 4px 15px;
	margin: 0;
	/*overflow: hidden;*/
	height:48px;
	width:252px;
}
.themarker_news_box li .content{
	float:right;
	margin-right:16px;
	height:48px;
}
.themarker_news_box li .content{
	
	/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	
	/* Firefox */
	display:flex;
	flex-direction:column;
	justify-content:center;
	-moz-box-pack:center;
	-moz-box-align:center;
	
	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	
	/* W3C */
	display:box;
	box-pack:center;
	box-align:center;
}
.themarker_news_box li .content h5{
	height:auto;
	width:171px;
	margin:0;
}
.themarker_news_box ul li.last div{
	padding-bottom:7px;
}


.themarker_news_box ul li{
	border-top: 1px #fff solid;
	border-bottom: 1px #c7c8c8 solid;
	position: relative;
	overflow: hidden;
}

.themarker_news_box ul h5 a{
	color: #3d3d3d;
	font: bold 14px arial;
	text-decoration: none;
	max-height: 47px;
	overflow: hidden;
	display: block;
	line-height:15px;
}

.themarker_news_box ul li.last {
	
	border-bottom: 0;
}
html.ie8 .themarker_news_box ul li{
	direction:rtl;
}