#center .product .similiarProducts{
	float					: left;
	clear					: both;
	margin					: 30px 0 0 0;
	width					: 100%;
}
	#center .product .similiarProducts h4{
		float					: left;
		clear					: both;
		width					: 720px;
		font-size				: 12px;
		padding-bottom			: 4px;
		border-bottom			: 1px solid #e8a850;
	}
	#center .product .similiarProducts .models{
		float					: left;
		clear					: both;
		width					: 720px;
		margin-top				: 1px;
		border-top				: 4px solid #e8a850;
	}
	#center .product .similiarProducts .models .each{
		float					: left;
		clear					: none;
		width					: 120px;
		height					: 120px;
		overflow				: hidden;
		padding					: 10px;
		margin-top				: 1px;
		text-align				: center;
	}
	#center .product .similiarProducts .models .each .highlight{
		display					: block;
		position				: absolute;
		width					: 120px;
		height					: 120px;
		background				: #f2d6a6;
		opacity					: 0;
		filter					: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	}
	#center .product .similiarProducts .models .each .highlight:hover{
		opacity					: 0.5;
		filter					: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	}
	#center .product .similiarProducts .models div h5{
		margin-top				: 6px;
		color					: #000;
	}
	#center ul.nestedMenu{
		position				: relative;
		clear					: both;
		list-style-type			: none;
		margin					: 30px auto !important;
		width					: auto !important;
		display					: block !important;
		margin					: 20px 0 0 0;
		width					: 800px;
		display					: inline;
	}
		#center ul.nestedMenu li{
			float					: left;
			clear					: none;
			min-height				: 34px;
			margin					: 0 0 0 1px;
		}
			#center ul.nestedMenu a{
				display					: block;
				padding					: 8px;
				background				: #f8f3e0;
				color					: #000;
				font-size				: 10px;
				text-decoration			: none;
			}
			#center ul.nestedMenu li.active a, #center ul.nestedMenu li.active a:hover{
				background				: #f2d6a6;
			}
			#center ul.nestedMenu a:hover{
				background				: #f2d6a6;
			}
			
#center .product{
	float					: left;
	clear					: both;
	font-weight				: bold;
	margin					: 0 !important;
	margin					: 20px 0 0 0;
}
#center .product .description{
	width			: 760px;
}
#center .product .title{
	position				: relative;
	width					: 780px;
}
#center .product .title h2{
	float					: left;
	clear					: none;
	font-size				: 16px;
	color					: #ff9900;
	padding-right			: 300px;
}
#center .product .title a{
	display					: block;
	float					: left;
	clear					: none;
	color					: #000;
	font-size				: 13px;
	height					: 15px;
	padding					: 3px 0 0 25px;
	text-decoration			: none;
	font-weight				: normal;
}
#center .product .title a.catalogcard{
	position: absolute;
	top: 20px;
	left: 590px;
	background				: url('../../img/catalogcard.png');
	background-repeat		: no-repeat;
	background-position		: 0 0;
}
#center .product .title a.realisation{
	position: absolute;
	top: 0px;
	left: 590px;
	background				: url('../../img/realisations.png');
	background-repeat		: no-repeat;
	background-position		: 0 0;
}
#center .product h3{
	float					: left;
	clear					: both;
	margin					: 10px 0 0 0;
	text-transform				: uppercase;
	width					: 569px;
}
#center div.container div.box div{
	height					: 260px;
}
