@import "main.css";
/* ***** CONTAINER  ***** */

#container #main_content {
	width: 329px;
	height: 485px;
	z-index: 1000;
	float: left;
}

#container #main_content #label {
	background: url(../img/main_content_bg.png) repeat-y;
	/* 'per explorer 6, 5.5 e 5'   */
	_background-image: url(../img/blank.gif);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="common/img/main_content_bg_ie.png", sizingMethod="scale");
	/* 'per explorer 6, 5.5 e 5'   */
	width: 279px;
	height: 370px;
	padding: 20px 24px 0;
}

#container #main_content #bottom_wrapper {
	background-image: url(../img/main_content_bg_bottom.jpg);
	/* 'per explorer 6, 5.5 e 5'   */
	/*_background-image: url(../img/blank.gif);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="common/img/main_content_bg_bottom.png", sizingMethod="crop");*/
	/* 'per explorer 6, 5.5 e 5'   */
	background-repeat: no-repeat;
	width: 329px;
	height: 95px;
}

#container #main_content #label p {
	color: #888989;
	text-decoration: none;
	font-style: italic;
	line-height: 125%;
	font-size: 15px;
	margin-bottom: 10px;
}

/* ************************ */

/* ***** RECENSIONI  ***** */

#container #recensioni {
	margin-top: 5px;
	float: right;
	top: 395px;
	position: relative;
	width: 610px;
}

#container #recensioni h4 {
	color: #abacac;
	font-size: 20px;
	line-height: 120%;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	margin-bottom: 2px;
}

#container #recensioni h3 {
	font-family: "Trebuchet MS", sans-serif;
	margin-bottom: 5px;
}

#container #recensioni h3 span {
	font-size: 11px;
	color: #838383;
	margin-right: 10px;
}

#container #recensioni h3 a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #707070;
	font-size: 13px;
}

#container #recensioni h3 a:hover {
	color: #C43D8C;
}

#container #recensioni p {
	font: 11px/120% Arial;
	color: #828281;
}

#container #recensioni h5 a {
	color: #7e7e7e;
	font-size: 14px;
	font-style: italic;
	text-decoration: none;
	margin-top: 5px;
	float: right;
	width: 200px;
	display: block;
	text-align: right;
}

#container #recensioni h5 a:hover {
	color: #333;
}

/* ************************ */