@CHARSET "UTF-8";

/*************************
	OFFERS
**************************/
	
#offers  {
  width: 100%;
  clear:both;
  margin-top: 20px;
  margin-bottom:20px;
  float: left;
}

.offersHead  {
	width: auto;
	height: auto;
	background-image: url(../images/icons/star.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 21px;
	font-size: 18px;
	color: #666666;
}
			
.offersListHead   {
font-size: 12px;
font-weight: bold;
color: #666666;
}

.whiteBoldMedium  {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.orangeSmall  {
    font-size: 12px;
	font-weight: bold;
	color: #F27300;
	
}

.greySmall {
	color: #154164;
	font-size: 12px;
}
table.offers {
	margin:5px auto;
	border:solid 1px #FFFFFF;
	font-size:11px;
}

table.offers tr {
	padding-top:3px;
}

table.offers th{
	font-weight:bold;
	text-align:left;
	padding-left:5px;
}

table.offers tr.headerList {
	background-color:#0075C9;
	border-bottom:1px #000000 solid;
	height:30px;
}
table.offers td.title {
	border:none;
}

table.offers td{
	text-align:left;
	padding-left:8px;
	vertical-align:middle;
}	
			 
.idxcell {
	border: 1px solid #0067D0;
	background-color: #FFFFFF;
	padding: 0.2em 2ex 0.2em 2ex;
	width: 1px;
	height: 19px;
	text-align:center;
	font-size: 11px;
	color: #F27300;
}
.idxselcell {
	border: 1px solid #0067D0;
	background-color: #5FABDF;
	padding: 0.2em 2ex 0.2em 2ex;
	width: 1px;
	height: 19px;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
}

#preview {
	position:absolute;
	border:1px solid #FFFFFF;
	background:#5FABDF;
	padding:5px;
	display:none;
	color:#fff;
}

#preview2 {
	border:1px solid #FFFFFF;
	text-align:center;
	background:#5FABDF;
	width:auto;
	padding:5px;
	display:none;
	color:#fff;
}

a.moreInfos {
	text-decoration:none;
	cursor:pointer;
	_cursor:hand;
}

#searchCriterias {
	position:absolute;
	border:2px solid #0075C9;
	/*background:#5FABDF;*/
	/*background:#FFFFFF;*/
	background:#DDDDDD;
	padding:5px;
	display:none;
}

a.searchCriterias {
	text-decoration:none;
	cursor:pointer;
	_cursor:hand;
}

.lineThrough {
text-decoration: line-through;
color: #AAAAAA;
font-size:12px;
}

table.yourSearch {	
	margin: 0px auto;
	padding:0px 5px 0px 5px;
	font-size:12px;
	/*width:500px;
	background:url('/images/backSearch.png') top left no-repeat;
	height:120px;*/
	width:auto;
	height:auto;
	color:#0067D0;
}

table.yourSearch th {
	text-decoration:underline;
}

table.yourSearch td {
	font-style:italic;
}

ul.icons {
	padding:0;
	margin:0;
	list-style-type: none;
}

ul.icons li {
 margin-left:5px;
 font-size:13px;
 float:left; /*for IE*/
 }

ul.icons li a {
 display:block;
 float:right;   
 padding:0px 25px 5px 25px;
}

#infos {
   position: absolute;
   top:300px;
   left:200px;
   width: 600px;
   height: auto;
   overflow: auto;
	padding: 2px;
   z-index: 0;
   display:inline;
 }

 #loading {
   position: absolute;
   width: 100px;
   height: 100px;
   background-color: #DDDDDD;
   z-index: 1;
 }

.searchparams {
	display: block;
 	width: 340px;
	height: 320px;

	/*position: relative;
	left: 100px;
	text-align: center;

	*/
	padding: 5px;
	background-color: #7dbce7;
	border: solid 3px #0075C9;
}
