.navigation .products {
	background-color: #997EE6 !important;
	color: #ffffff !important;}
/* - - - - - - - */	

.layoutProduct h1 {clear: both; margin-top: 25px; margin-bottom: 5px; padding: 0; line-height: 0.7em; font-style: italic; color: #aaaaaa; }
.layoutProduct .hr {height: 1px; border-top: 1px dotted #999999; clear: both; margin: 0px; padding: 0px;} /* border: 1px solid red; */
.layoutProduct hr { display: none;} 

.layoutProduct .item {width: 48%; float: left; padding: 0px; margin: 0px;} /* background-color:#CCCCCC; */
.layoutProduct .leftItem {margin-right: 30px;}

.layoutProduct .item .product_img {
	float: left; 
	margin-right: 10px;
	margin-top: 7px; /* should be the same as .title's ! */
	margin-bottom: 35px !important; /* should be the same as .description's ! */ 
	display: block;
	width: 150px;
	text-align: left;
}
.layoutProduct .item .product_img img {
	border: 3px solid #cccccc;	 
}

.layoutProduct .item a:hover .product_img img {
	border-color: #997ee6; 
}

.layoutProduct .item a:hover span.rating,
.layoutProduct .item a:hover span.author, 
.layoutProduct .item a:hover span.description  {
    text-decoration: none !important;
}

.layoutProduct .item .rating {
	font-size: 10px;
	display: none;	
}

.layoutProduct .item .title {
	font-family: georgia;
	font-weight: 100;
	padding: 0;
	margin: 7 0 10 0 ; /* margin-top: - should be the same as .illustration's ! */
	color: #6F57C2;
	font-size: 20 !important;
	line-height: 1em;
	display: block;
}

.layoutProduct .item .author {
	display: block;
	margin: 0 0 10 0 ;
	font-size: 11px; 
	letter-spacing: 2px; 
	color: #000000;
	line-height: 12px;
}

.layoutProduct .item .description {
	font-size: 11px; 
	line-height: 1.2em; 
	display: block;
	color: #666666;
	margin-bottom: 35px; /* should be the same as .illustration's ! */ 
}

.layoutProduct .item .title .CDDetail {
	font-size: 10px;
	display: block;
}



