﻿
/*********************** RESULT ROW ****************************/

div.result
{
	float: right; 
	width: 564px;
 }

div.result-row
{
	width: 550px;
	margin-top: 4px;
	margin-bottom: 6px;
	margin-left:5px;
	margin-right:10px;
}

div.result
{
	border-width: 2px 1px 2px 1px;
	border-style: solid;
	float: right; 
	min-height: 100px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

div.highlighted
{
	background-image: url('http://127.0.0.1/hebergements/images/bg-promo-results.png');
	border-color: #ffaa66;
}

div.result div.pictos
{
	width: 56px;
	height: 230px;
	float: right;
	text-align: right;
	margin-top: 2px;
	margin-bottom: 2px;
	overflow: hidden;
}

div.result div.pictos img
{
	margin: 1px;
}

div.result p.title
{
	padding: 0px;
	text-align: center;
	margin: 3px auto 6px auto;
	color: #ff0000;
	font-weight: bold;
	font-size: 14px;
}

div.result p.title a
{
	margin: 0px;
	padding: 0px;
	color: #dd0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}



div.result div.photo
{
	float: left;
	width: 200px;
	min-height: 100px;
	padding: 0px;
	margin: 0px 15px 0px 0px;
}

div.result img.photo
{
	border-width: 1px;
	border-color: #bbbbdd;
	border-style: solid;
	padding: 2px;
	background-color: #ffffff;
	margin: 2px 2px 0px 2px;
}



div.result div.infos
{
	padding: 0px 0px 0px 4px;
	margin: 2px 3px 6px 0px;
/*	float: right;*/
	float: left;
	color: #992222;
/*	width:480px; /* si pictos activés */ 
	width: 540px;
}

div.result div.infos p
{
	margin: 2px 0px 2px 0px;
	padding: 0px;
}

div.result div.infos p.price
{
	font-size: 12px;
	color: #ff8400;
	line-height: 18px;
/*	float:right; */
}

.infos td {
	font-size: 11px;
	color: #992222;
}
div.result div.infos p.price span.strong
{
	font-weight: bold;
	font-size: 15px;
}
div.result div.infos p.adresse
{
	font-size: 11px;
	color: #aa7777;
}
div.result div.infos p.price span.adresse
{
	color: #aa7777;
	font-size: 11px;
}


div.result div.more
{
	clear: both;
	overflow: auto;
	margin-bottom: 2px;
}


div.result div.more a.details
{
	display: block;
	float: right;
	margin: 0px 2px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	color: #006600;
	font-size: 13px;
	vertical-align: top;
}
div.result div.more a.details:hover
{
	color: #229922;
}
div.result div.more div.ref
{
	float: left;
	margin: 4px 3px 0px 3px;
	padding: 0px 2px 0px 0px;
	text-align: left;
	color: #aa7777;
	font-size: 11px;
	height: 14px;
}






