@CHARSET "ISO-8859-1";

/*
	TYPES GALLERY
***************/
.type_title_div {
	float: left;
	width: 96%;
	
	margin-top: 15px;
	margin-left: 2%;
	padding-top: 2px;
	
	text-align: center;
	background: #dfdf9f;
	border-radius: 10px;
}

.type_title {
	font-size: 1.5em;
	color: #644143;
}


/*
	ELEMENT VIEW
***************/
.view_product {
	
}

.view_title_div {
	float: left;
	width: 90%;
	
	border-radius: 15px;
	
	margin-left: 5%;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 5px;
	
	text-align: center;
	font-size: 1.2em;
	
	color: #644341;
	background: #ffffbf;
}

.view_photo {
	float: left;
	width: 90%;
	
	margin-left: 5%;
}

.view_photo img {
	float: left;
	width: 75%;
	
	margin-left: 12.5%;
}

.view_description {
	float: left;
	width: 100%;
	
	text-align: center;
	color: #ffffdf;
}