@import url(common.css);
@import url(catalogue.css);

/*CONTENT //////////////////////////////////////////////////////////////////////////////////////////*/
#content {
	width: 710px;
	margin-top: 10px;
	padding: 0px 10px;
	background-image: url(img/catalogue/content/base.png);
	background-repeat: repeat-y;
}

/*LABEL --------------------------------------------------------------------------------------------*/

#content .label-left {
	height: 70px;
	width: 330px;
	margin: 15px 0px 0px 15px;
	float: left;
}

#content .label-right {
	height: 70px;
	width: 330px;
	margin: 15px 0px 0px 20px;
	float: left;
}

#content .label-img {
	float: left;
}

#content .label-name {
	font-size: 12px;
	font-weight: normal;
	line-height: 13px;
	color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3c8bc;
	padding-bottom: 4px;
	margin-bottom: 4px;
	float: right;
	width: 250px;
}

#content .label-comment {
	font-size: 10px;
	line-height: 15px;
	color: white;
	float: right;
	width: 250px;
}
