/* CSS Document */
#the-list {
list-style:none;
margin:0;
padding:0;
}
#the-list li {
width:100%;
position:relative
}
#the-list li div  {
float:left;
padding:0 5px;
}
#the-list li div.c-1 {
width:100px;
text-align:center
}
.photo img {
vertical-align:bottom
}
#the-list li div.row div.c-2 {
width:520px;
overflow:hidden
}
.w-100 #the-list li div.row div.c-2 {
width:720px;
overflow:hidden
}
#the-list li div.row div.c-2 h3 {
position:relative;
z-index:1;
line-height:1
}
#prix {
position:absolute;
right:0;
text-align:right;
font-weight:bold;
color:#000;
width:90px
}
#the-list li.even {
}
#the-list h3 {
font-size:1.3em;
margin:0;
padding:0;
font-weight:normal
}
#the-list p {
margin:0;
color:#444
}
#the-list p a {
color:#444
}
#the-list li div.row {
position:relative;
z-index:1000;
padding:5px 0;
border:2px solid #fff;
background:#fff;
border-bottom:2px solid #ddd;
}
#the-list li.even .row {
}
div.row:hover, div.row.hover {
border:2px solid #CC0099!important;
/*cursor:pointer*/
}
