﻿/* CSS Document */
#topGirls {
	width: 768px;
}

#topGirls .items {
	position:relative;
	float:left;
	padding: 10px 10px 0px 10px;
}

#topGirls .items .img_border {
	padding: 0px;
	border: 1px solid #333333;
}

#topGirls .items .box {
	width:172px;
	height:43px;
	background: #F6F6F6 url(/assets/bg_top_legenda.jpg) repeat-x left top;
	margin-top:2px;
	padding-top:7px;
}

#topGirls .items .box .texto {
	position:relative;
	font-family: Tahoma;
	font-size: 12px;
	color:#1D1D1D;
	padding-left:10px;
	font-weight:bold;
}

#topGirls .items .box .btn {
	padding-top:5px;
	padding-left:10px;
}

#miniGirls {
	width: 768px;
}

#miniGirls .items {
	position:relative;
	float:left;
	padding: 10px 0px 0px 10px;
	margin-left:0px;
	margin-right:1px;
}
#miniGirls .items .img_border {
	padding: 0px;
	border: 1px solid #333333;
	width:95px;
	height:120px;
}