div.top_list {
}
	
	div.top_list div.model {
		float: left;
		width: 155px;
		height: 210px;
		padding: 0;
		margin: 0 10px 20px 10px;
		position: relative;
		display: inline;
	}
	div.top_list div.first {
		background: #666;
		color: #FFF;
		width: 131px;
		height: 186px;
		padding: 10px;
		font-size: 95%;
		border: 2px solid #AAAAAA;
	}
		div.top_list div.first ul {
			color: #CCC;
			clear: both;
			display: block;
			margin: 1px;
			padding: 1px;
			border-top: 1px dotted #777;
			height: 20px;
		}
		div.top_list div.first ul a {
			color: #FFF;
		}
		div.top_list div.first ul li {
			float: left;
			display: inline;
		}
		div.top_list div.first ul li.number {
			width: 20%;
		}
		div.top_list div.first ul li.number img {
			vertical-align: middle;
		}
		div.top_list div.first ul li.name {
			width: 40%;
			height: 20px;
			overflow: hidden;
		}
		div.top_list div.first ul li.hits {
			width: 40%;
			text-align: right;
		}
		
		
	div.top_list div.first span {
		display: block;
	}

	div.top_list .model img {
		vertical-align: middle;
	}
		div.top_list div.model div.ico {
			position: absolute;
			bottom: 10px;
			right: 10px;
			z-index: 2;
		}
		div.top_list div.model div.new {
			position: absolute;
			top: -5px;
			right: 5px;
			background: url(../images/ico_new.gif);
			width: 42px;
			height: 20px;
		}
		div.top_list div.model div.video {
			position: absolute;
			bottom: 7px;
			right: 7px;
			background: url(../images/ico_film.gif);
			width: 14px;
			height: 13px;
			z-index: 2;
		}
		div.top_list div.model div.caption {
			position: absolute;
			bottom: 0;
			left: 0;
			background: #000;
			color: #FFF;
			width: 100%;
			opacity: .85;
			/* For IE 5-7 */
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
			/* For IE 8 */
			-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
			border-top: 2px solid #AAA;
		}
			div.top_list div.model div.caption p {
				font-size: 11px;
				padding: 3px 8px;
			}
			div.top_list div.model div.caption p span {
				color: #AAA;
			}
			div.top_list div.model div.caption p em {
				color: #FF6666;
				font-weight: bold;
			}