@CHARSET "UTF-8";

.list {
}

.list > ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
}

.list > ul > li {
	float: left;
	width: 200px;
	height: 130px;
	display: block;
	position: relative;
	margin: 0 5px 5px 0;
	cursor: pointer;
}

.list > ul > li > img {
	width: 200px;
	height: 130px;
}

.list > ul > li > .details-b,
.list > ul > li > .details-t {
	height: 20px;
	position: absolute;
	left: 0;
	z-index: 2;
	width: 100%;
}

.list > ul > li > .details-b {
	bottom: 0; 
}

.list > ul > li > .details-b > .escort-starGroup {
	margin-top: 5px !important;
}

.list > ul > li > .details-b > .videos {
	float: right;
	margin: 3px 5px 0 0;
	padding-left: 25px;
	color: #fff;
	border-left: 1px solid #B3B3B3;
	background: url(../img/profile/camera-icon-on-profile.png) 5px top no-repeat;
}

.list > ul > li > .details-b > .photos {
	float: right;
	margin: 3px 5px 0 0;
	padding-left: 25px;
	color: #fff;
	background: url(../img/profile/photocamera-icon-on-profile.png) 5px top no-repeat;
}

.list > ul > li > .details-t {
	top: 0; 
}

.list > ul > li > .details-t > .name {
	font-weight: bold;
	float: left;
	color: #fff;
	margin: 4px 2px 0 2px;
	font-size: 10px;
}

.list > ul > li > .details-t > .age-city {
	color: #BEB7B4;
	font-weight: bold;
	float: left;
	margin: 4px 2px 0 2px;
	font-size: 10px;
}

.list > ul > li > .details-t > .thumbs {
	float: right;
	margin: 4px 2px 0 0;
}

.list > ul > li > .details-t > .thumbs a {
	width: 13px;
	height: 13px;
	display: block;
	float: left;
	margin: 0 1px;
	background: url(../img/profile/thumb.png) left top no-repeat;
}

.list > ul > li > .background-b,
.list > ul > li > .details-t > .background {
	height: 20px;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	background: #000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7; 
	z-index: -1;
}

.list > ul > li > .background-b {
	z-index: 1;
}

.list > ul > li > .background-b {
	bottom: 0;
}

.list > ul > li > .background-t {
	top: 0;
}
