@charset "UTF-8";
/* CSS Document */

.main-list-view li {
	background:#fff !important;
	height:60px;
	position:relative;
}

.readmarker {
	position:absolute;
	width:10px;
	height:10px;
	background:#39C;
	right:80px;
	top:50%;
	margin-top:-5px;
	border-radius:5px;
}

.listimage {
	float:left;
	margin-right:4px;
	width:60px;
	height:100%;
	margin-top:-1px;
}



.listimage img {
	width:100%;
	height:auto;
}

.clear {
	clear:both;
}

.text {
	font-weight:200;
	font-size:12px;
}

.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li {
	padding: 6px;
}
.ui-mobile-viewport {
    margin: 0;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust:none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

.top-image {
	width:112%;
	min-height:250px;
	max-height:500px;
	overflow:hidden;
	margin:-15px -15px 0 -15px;
}

.top-image img {
	width:100%;
	height:auto;
}	

.content {
	font-weight:200;
	font-size:14px;
	line-height:19px;
	background:#fff;
	padding-bottom:40px;
}