/* CSS Document */
	/*page numbers*/
	table{width:562px;padding:0px; margin:0px;}

	/*offers table*/
	td.soffers-dest{
	background-color:#FFF4CF; 
	border:1px solid #ffc90d;
	text-align:center;
	color: #6B6E6F;
}
td.soffers-dest#noborder{background-color:#FFF4CF; border: 1px solid #ffc90d ; border-left:0px;  }
	select#sort{width:130px; color:#000000; }
	td.number{color: #575859; border:1px solid #FFC90D; border-left:0px;  width:17px; }
	td.number#big{border-top:1px solid #FFC90D; border-right:0px;  width:28px; 	}
	td.number A{color: #575859; text-decoration:none}
	td.number A:hover {color: #575859; text-decoration:underline;  }/*-------------------------------------------------------------*/

/*dest list */
	.dest-soffers{
		font: normal 0.7em Tahoma, Helvetica, sans-serif, Arial;
		color: #575859;
		text-align:left;
		height:20px;
		padding:3px;
		text-transform:capitalize;
		}
	
		
	td.dest{ border-bottom:1px solid #E8EBED; width:117px;}
	td.price{ border-bottom:1px solid #E8EBED; width:70px; color:#FF994E;}
	td.price1{ border-bottom:1px solid #E8EBED; width:42px; color:#FF994E;}
    .price A{color:#FF994E; text-decoration:none}
    .price1 A{color:#FF994E; text-decoration:none}


