/* details */
#spacer {
	padding-top: 30px;
	padding-left: 35px;
	padding-bottom: 30px;
}
#spacer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#spacer a {
	color: #464646;
	text-decoration: none;
}
#spacer a:hover {
	color: #476C7D;
}
#spacer .ici {
	color: #476C7D;
	background-color: #F2F2F2;
}
#details {
	font-size: 100%;
	height: 100%;
}
.presentation {
	width:720px;
	background-color: #F2F2F2;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-top:18px;
}
.presentation_infos {
	float: left;
	width: 327px;
	margin-right: 15px;
	padding-left:15px;
}
#details h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	font-style: italic;
	line-height: 100%;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: -1px;
	display: block;
	width: 300px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#details p {
	padding: 7px 0;
	color: #666666;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AEAEAE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 110%;
}
#details p em {
	color: #000000;
	overflow: hidden;
	font-weight: bold;
	font-style: italic;
}

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearit {
clear: both;
height: 0;
line-height: 0;
font-size: px; /*for IE*/
overflow:hidden;
}


/*preload classes*/ 
.svw {background: #fff;} 
.svw ul {position: relative; } 
 
/*core classes*/ 
.stripViewer {
	position: relative;
	overflow: hidden;
	border: 3px double #CCCCCC;

} 
.stripViewer ul { /* this is your UL of images */ 
position: relative; 
left: 0; 
top: 0; 
list-style-type: none; 
} 
.stripViewer ul li {  
	float:left; 
	position: relative;
	/* width:350px; */
} 
.stripTransmitter {
	overflow: auto;
	width: 1%;
	position: relative;
	top:-25px;
	left: 15px;
} 
.stripTransmitter ul {
	list-style-type: none;
} 
.stripTransmitter ul li{ 
	width: 20px; 
	float:left; 
	margin: 0 1px 1px 0; 
	position:relative;
} 
.stripTransmitter a {
	font: bold 10px Verdana, Arial;
	text-align: center;
	line-height: 22px;
	color: #999999;
	text-decoration: none;
	display: block;
	background-color: #CCCCCC;
} 
.stripTransmitter a:hover, a.current { 
background: #fff; 
color: #999999; 
} 
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
} 
