/* Start of CMSMS style sheet 'Detail:css' */
/* Background fiche Maison */
div.m_item_header { background: transparent url(images/coph/detail/m_header.png) no-repeat; }
div.m_item_body { background: transparent url(images/coph/detail/m_body.png) repeat-y scroll 0px; }
div.m_item_footer { background: transparent url(images/coph/detail/m_footer.png) no-repeat; }

/* Background fiche Appartement */
div.a_item_header { background: transparent url(images/coph/detail/a_header.png) no-repeat 0px 0px; }
div.a_item_body { background: transparent url(images/coph/detail/a_body.png) repeat-y scroll 0px; }
div.a_item_footer { background: transparent url(images/coph/detail/a_footer.png) no-repeat 0px 0px; }

/* Gestion commune */
div.catalog_item { margin: 0px 195px 0px 225px; }
div.catalog_item_headerwrapper { height: 64px; clear: both; overflow: auto; }
div.catalog_item_header {
	margin-left: 40px;
	margin-right: 355px;
	padding-top: 15px; 
	font-style: italic;
	text-align: center;
}
div.catalog_item_body { height: 100%; clear: both; }
div.catalog_item_panel_haut { margin: 0 40px; overflow: auto; padding: 5px; }
div.catalog_item_titre { float: left; width: 72%; height: 100%; }
div.catalog_item_prix {
	float: left;
	width: 20%;
	height: 100%;
	font-style: italic;
	text-align: right;
}
div.catalog_item_description { margin: 0 40px; padding: 5px; overflow: auto; }
div.catalog_item_panel_bas { margin: 0 40px; padding: 5px; overflow: auto; }
div.catalog_item_carac1 { width: 45%; float: left; height: 100%; }
div.catalog_item_carac2 { width: 45%; float: right; height: 100%; }
div.catalog_item_footerwrapper { clear: both; }
div.catalog_item_footer { margin-left: 39px; height: 32px; }

/* Gestion de cycle */
div#slideshow {
	margin: 0px 39px;
	padding-top: 3px; 
	overflow: auto;
	height: 340px;
}
#item_thumbnails { width: 90%; margin-left: 35px; overflow: auto; }
#item_thumbnails li { 
	width: 90px; 
	float: left; 
	margin: 5px; 
	list-style: none; 
}
#item_thumbnails a { 
	width: 90px; 
	padding: 3px; 
	display: block; 
	border: 1px solid #fff; 
}
#item_thumbnails a.activeSlide { background: #fff; }
#item_thumbnails a:focus { outline: none; }
#item_thumbnails img { border: none; display: block; }
/* End of 'Detail:css' */

