/*****************************/

.main-container {

}

















/*main******************/

.myhistory-container {
	
}


.myhistory-title {
	height:40px;
	line-height: 40px;
	text-indent: 1em;
	font-size:18px;
	border-bottom: 1px solid #ccc;
}

.myhistory-content {
	padding-top:15px;
}


.myhistory-content ul {
	width:100%;
	margin-left:30px;
}

.myhistory-content ul li.myhistory-item-container {
	width:100%;
	position: relative;

}

.myhistory-item-container {
	background-image:url('../images/timeline2-bg2.gif');
	background-repeat: repeat-y;
	background-position: 0 0;
}

.myhistory-item-container .left-dot {
	position: absolute;
	width:14px;
	height:14px;
	background: #ccd;
	left:-6px;
	top:6px;
	border-radius: 50%;
}

.history-date {
	width:200px;
	height:25px;
	line-height: 25px;
	margin-left:10px;
}

.myhistory-item {
	float:left;
	width:150px;
	height:150px;
	margin:10px;
	background: #fe2;
	overflow: hidden;
	position: relative;
}

.myhistory-item img {

}

.no-more-data {
	width:100%;
	height:80px;
	line-height: 80px;
	text-align: center;
	color:#999;
}
















