/*
	Tab Structural stylesheet for EasyAfrica Website
	Company: Webbytes
	Author: Tony Fairman
	http://www.webbytes.co.za
	Layout: 1024px
*/		
	
	.TabsBorder {
		border-top:1px solid #97A5B0; 
		width: 100%;  
		}
	
	table#TabContents {
		margin: 10px 0;
		}
		
	table#TabContents td {
		margin: 10px 0;
		vertical-align: top;
		}
	
		#FlashBlock {
			margin-bottom: 10px;
			}
	
	#SearchBlockWrapper {
		background: #FFF;
		width: 340px;		
		}
	
	#SearchBlock {
		background:  #E8F2F7;
		padding: 10px;
		}	
	
		#SearchBlock td {
			padding: 5px 0;
			}
		
		#SearchBlock td select#sel_country,  #SearchBlock td select#sel_city { 
			width: 180px;
			}

		#SearchBlock td select#adults, #SearchBlock td select#children, #SearchBlock td input#arrival, #SearchBlock td input#departure {
			width: 100px;
			}
			
			form#frmdetailed {	
				vertical-align: top !important;
				}

            td.submit {
                text-align: center;
                }
                
		#SearchBlock td.label { 
			padding-right: 10px;
			text-align: right;
			width: 130px;
			}
			
		.SearchResultsString {
			color: #FF9600;
			font-size: 13px;
			font-weight: bold;
			padding: 10px 0;
			}
	
		#home {
			padding: 0 10px 10px 10px;
			vertical-align: top !important;
			}
		
		.TabsCopy {
			padding: 0 10px;
			vertical-align: top !important;
			}
			
	table.hotelSummary {
		width: 100%; height: 100% !important;
		}

	table.hotelSummary th {
		background: #DFE9CE;
		border-bottom: 3px solid white;
		color: #000;
		font-family: Arial;
		font-weight: bold;
		padding: 10px;
		text-align: left;
		text-transform: uppercase;
		}
		
		th.rated7 {
			background: #DFE9CE right center no-repeat url( /cache/layouts/app/images/ratings/7stars.png) !important;
			}

		th.rated6 {
			background: #DFE9CE right center no-repeat url(  /cache/layouts/app/images/ratings/6stars.png) !important;
			}
			
		th.rated5 {
			background: #DFE9CE right center no-repeat url(  /cache/layouts/app/images/ratings/5stars.png) !important;
			}
			
		th.rated4 {
			background: #DFE9CE right center no-repeat url( /cache/layouts/app/images/ratings/4stars.png) !important;
			}
			
		th.rated3 {
			background: #DFE9CE right center no-repeat url( /cache/layouts/app/images/ratings/3stars.png) !important;
			}
			
		th.rated2 {
			background: #DFE9CE right center no-repeat url(  /cache/layouts/app/images/ratings/2stars.png) !important;
			}
			
		th.rated1 {
			background: #DFE9CE right center no-repeat url(  /cache/layouts/app/images/ratings/1stars.png) !important;
			}							
		
		img.thm, img.thm1, img.thm2 {
			background: white; 
			border: 1px solid #B9BCA7;
			cursor: pointer;
			height: 75px;			
			margin-right: 13px;
			padding: 3px;
			width: 75px; 
			}
			
		img.thm2{
			height: 70px !important;
			width: 140px; 
			}
	
		table.hotelSummary td {
			padding: 10px;
			}	

		table.hotelSummary td.MoreInfo {
			width: 460px;
			}

		table.hotelSummary a {
			color: #707261;
			}
			
		table.hotelSummary a.price {			
			color:#5294AA;
			font-size:11pt !important;
			font-weight:bold;
			text-decoration:none;
			}
				
		table.hotelSummary td.Url {
			width: 500px;
			}
			
		table.hotelSummary td.ResultCost {
			width: 300px;
			}
				
		td.odd td img.thm, td.odd td img.thm1, td.odd img.thm2  {
			float: left;
			margin-right: 10px;
			}

		td.even td img.thm, td.even td  img.thm1, td.even img.thm2{
			float: right;
			margin-left: 10px;
			}		

