/*	===================================================== 
	LISTS OF SUPLIERS AND AVAILABLE DATES BY PRODUCT
	===================================================== */
.listWrapper {
	clear: both;
	padding-top: 8px;
}

.listBG {
	position: relative;
	padding-top: 5px;
	margin-bottom: 15px;
}
.listText {
	clear:both;
	}
.listText h2 {
	padding: 0;
	margin: -1px 0 8px 0;
	font-size: 16px;
	letter-spacing: 0;
	}
.listText h3 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 100%;
	}

.listText h4 {
	padding: 0;
	margin: 4px 0;
}


.listText h5 {
	padding: 0;
	margin: 0;
	color: #333;
	}

.listSuppliers {
	clear:both;
	margin: 4px 0;
	}
.listSuppliers form {
	padding: 4px;
	background: url('../imgPG/sx_color10.png') left top repeat;
	}
.listSuppliers table {}
.listSuppliers table div {margin: 0px}
.listSuppliers table td {vertical-align: top;}
.listSuppliers table select {margin-top: 3px;}

.listSuppliers .imgCenter {
	vertical-position: bottom;
	margin-bottom: 1px;
}

.detailsBar {padding-top: 10px;}
.detailsBar h2,
.detailsBar h3 {
	margin:0; 
	padding:0;
	line-height: 100%;
}
.detailsBar h2 {margin-bottom: 8px; font-size: 15px;}
.detailsBar h3 {margin-bottom: 4px; color: #333;}
.detailsPeriods {clear: both}

#groupSymbol {
	float: left;
	margin: 10px 0 0 -6px;
	padding: 0;
	font-size: 16px; 
	font-weight: bold; 
	color: #fff;
	cursor: pointer;
}

/*	===================================================== 
	PRODUCT IMAGE SIZE CLASSES ---------------------------- rEPLACE ALL THESE CLASSES
	===================================================== */

.supplierLogoImg{
	height: 112px;
}
.suppliersDetailImg_nu {
	margin-bottom: 1px;
	max-height: 112px;
}
.suppliersSearchImg {
	width:186px;
	margin-bottom: 2px;
}
#infoImgsCell {
	min-height: 252px;
}
.supplierBigInfoImgs{
	width:380px;
	max-height: 250px;
}
.supplierSmallInfoImgs{
	width:48px;
}
.supplierFirstPageAdsImgs{
	width:160px;
	height: 90px;
}
.supplierCityLocalAdsImgs{
	width: 112px;
	height: 63px;
}

/* =============================================================
   TAB CLASSES 
============================================================= */
#tabsBG {
	clear: both; 
	float: left; 
	width: 100%;
	border-bottom: 2px solid #09d;
}

#tabsBG h3 {
	float:left; 
	margin: 8px 4px 4px 0;
}

.mainTab {
	float: left;
	background: #09d url('../imgPG/grad50WT80.png') left top repeat-x;
	cursor: pointer;
	margin-right: 1px;
	padding: 8px 8px 2px 8px;
	border-radius: 10px 0 0 0;
}

.mainTab a {color: #039;}
.mainTab a:hover {color: #fff}

.selectedTab {
	float: left;
	background: #09d url('../imgPG/grad50WT80.png') left bottom repeat-x;
	cursor: pointer;
	margin-right: 1px;
	padding: 8px 8px 3px 8px;
}

.selectedTab,
.mainTab {
	border-radius: 10px 0 0 0;
}

.selectedTab a {color: #fff;}
.selectedTab a:hover {color: #fc9;}

#tabsFooter {clear: both; text-align: right; padding: 6px 0 6px 6px;}

/* =============================================================
   SORTING LISTS CLASSES 
============================================================= */
#listSortingForm {
	clear: both;
	padding-bottom: 5px;
}
#listSortingForm form {
	background: #eee;
	clear: both; 
	padding: 3px; 
}

#listSortingForm table{
	font-weight: bold;
	color: #444;
	font-size: 10px;
	line-height: 120%;
}
#listSortingForm table span{
	font-weight: bold;
	color: #444;
	font-size: 10px;
}
#listSortingForm select{
	color: #333;
	background: #fff;
}

/* =============================================================
   PRICE CLASSES 
============================================================= */
.priceBG {
	font-weight: bold; 
	color: #09D;
}

.price {
	font-size: 14px;
}

.bigPrice {
	color: #09D;
	font-size: 16px;
}
.discPrice {
	color: #f30;
}

.basicPrice {
	float:left;
	font-size:11px; 
	padding: 8px 6px 6px 0;
	margin: 0;
}
.basicPrice span {font-size: 18px;}


/*	===================================================== 
	HOTELL INFORMATION CLASSES
	===================================================== */

.infoHotelBG {
	margin: 10px 0;
}

.infoHotelBG th {
	background: none !important;
	font-size: 12px  !important;
	padding: 8px;
	color: #000;
	border-bottom: 1px dotted #ddd;
	}
.infoHotelBG td {
	background: #fff !important;
	padding: 8px;
	border-bottom: 1px dotted #ddd;
}

/*	===================================================
	SEARCH RESULTS
	=================================================== */
#searchResultsBG {
	clear:both;
 	background: #eee;
 	margin-top: 5px;
 }
#searchResultsBG th  {font-size: 8.5pt;}
#searchResultsBG tr.results {background: #fff;}

#searchResultsBG img  {
	margin-bottom: 1px;;
	}

#searchResultsBG .textHeight {height: 80px; overflow: hidden; margin-bottom: 6px;}
#searchResultsBG div.imgCover {
	float: left; 
	margin: 0 8px 0 0;
}
#searchResultsBG div.imgCover img {/*spacer*/
	width: 220px;
	height: 165px;
}


/* Search dates and suppliers forms
===========================*/
#searchDatesBG {clear: both;}
#searchDatesBG form {
	text-align: center; 
	padding: 8px 0;
	margin: 8px 0;
	background: #eee;
}
/* END
============*/