
#modeldetails {
	width: 360px;
	height: 400px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida";
	font-size: 1.3em;
	font-weight:bold;
	text-align:left;
	position:relative;
	margin-top:0px;
	float:left;
}

#horiz_measures {
	width: 100%;
	height: 50px;
font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida";
	font-size: 1.0em;
	text-transform:uppercase;
	text-align:left;
	position:relative;
	margin-top:5px;
	padding-left:15px;
	padding-top:5px;
	float:left;
	color:#FFF;
	
}

#modelpics {
	width:500px;
	height: 500px;
	background-color:#ffF;
	margin: 0;
	padding: 0;
	position:relative;
	float:left;
}

#modeldetails .name{
	color:#FFF;
	font-size: 1.6em;
	line-height:1.1em;
}
#modeldetails .medidas{
	color: #FFF;
	line-height:1.2em;
	text-transform:uppercase;
}
#horiz_measures .name{
	color:#FFF;
	font-size: 1.8em;
	line-height: 1.1em;
	font-weight:bold;
}
#horiz_measures .cv{
	color:#FFF;
	font-size: 1.4em;
	line-height:1.1em;
	font-weight:bold;
	text-transform:uppercase;
}
#horiz_measures .medidas{
	color: #000;
	line-height:1.2em;
	text-transform:uppercase;
}
/* ------ POST IMAGENS ------- */
.post { width: 100%;
height:450px;
whitespace:nowrap;
		overflow: visible;
		background-image: url(../images/ajax-loader-grey.gif);
background-position: center;
background-repeat:no-repeat;
padding-left:15px;
position:relative;
}

/* ------ POST MEDIDAS ------- */
.post2 { width: 1500px;
height:50px;
whitespace:nowrap;
		overflow: visible;
padding-left:0px;
position:relative;

}

ul {
        	margin:0px;
         	padding:0px;
			
        }
li
        {
        	list-style-type:none;
        	float:left;
        	margin:5px 5px 15px 5px;
        	padding:0px;
			
        }
li img
        {
        	border:0px;
			
        }
li a
        {
        	display:block;
			
        }
/* ------------------ MODAL BOX -------------------*/
		#mask {
			width:100%; height:100%;
		  position:absolute;
		  z-index:9000;
		  background-color:#000;
		  display:none;
		top:0;
		left:0;
		
		}

		#boxes .window {
		  position:absolute;
		  width:440px;
		  height:200px;
		  display:none;
		  z-index:9999;
		  padding:20px;
		}


		/* Customize your modal window here, you can add background image too */
		#boxes #dialog {
		  width:600px; 
		  height:450px;
		background-color:#fff;
		overflow-x: hidden;
overflow-y: scroll;
font-size:0.8em;
		}
