.clear {
  CLEAR: both;
  LINE-HEIGHT: 0px;
} 

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.paddRight3{
	padding-right:3px;
}

.gridMain{
	margin-bottom: 5px;
/*   display: block;*/
	margin-top:10px;
	border: 1px solid #f8c300;
}

.gridData{
  float: left;
}

.gridTitle{
  background-color: #f8d967;	
  padding-left:2px;
  padding-top:2px;
}

.gridTitle a, .gridTitle a:visited{
  text-decoration: none;
  font-weight: bold;
  color:#000;
}

.gridTitle a:hover{
  text-decoration: underline;	
}

.gridFields{
  padding:3px;	
}

.gridImage{
  text-align: center;	
  background-color: #f8d967;	
  padding-bottom:0px;
  padding-top:2px;
  width:90px;
  float: left;
}

.gridImageThumb{
	background-image: url(grid_default/noImageThumb.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.gridBottom{
  background-color: #f8d967;	
  padding:2px;	
  height: 16px;
}

.gridPrice{
  font-weight: bold;	
  padding-left:3px;
  background-color: #f8d967;	
}

.gridEnterDate{
 padding-right:5px;	
 background-color: #f8d967;	
}

.tigra{
  text-align: right;
  padding-top:5px;
  padding-right:5px; 	
}

.splitItem{
  height: 18px;
  margin-top:15px;
  margin-bottom:5px;
  background-color: #d09f26;
  color:#fff;
  font-size: larger;
  font-weight: bold;
  padding: 10px;
}

.splitItem a, .splitItem a:visited{
 color:#fff;
 text-decoration: none;  
 font-size: smaller;
}

.splitItem a:hover{
 color:#fff;
 font-size: smaller;
  text-decoration: underline;  
}

/* PAGING */
.goFirst{
  float:left; 
  width: 13px;	
  height: 13px;
  background-image: url(pageFirst.gif);
  background-repeat: no-repeat;
  background-position: left;
}

.goFirst a:hover{
  float:left; 
  width: 13px;	
  height: 13px;
  text-decoration: none;
  background-image: url(pageFirstOver.gif);
}

.goPrev{
  float:left; 
  width: 13px;	
  height: 13px;
  background-image: url(pagePrev.gif);
  background-repeat: no-repeat;
  background-position: left;
}

.goPrev a:hover{
  float:left; 
  width: 13px;	
  height: 13px;
  text-decoration: none;
  background-image: url(pagePrevOver.gif);
}

.goNext{
  float:left; 
  width: 13px;	
  height: 13px;
  background-image: url(pageNext.gif);
  background-repeat: no-repeat;
  background-position: left;
}

.goNext a:hover{
  float:left; 
  width: 13px;	
  height: 13px;
  text-decoration: none;
  background-image: url(pageNextOver.gif);
}

.goLast{
  float:left; 
  width: 13px;	
  height: 13px;
  background-image: url(pageLast.gif);
  background-repeat: no-repeat;
  background-position: left;
}

.goLast a:hover{
  float:left; 
  width: 13px;	
  height: 13px;
  text-decoration: none;
  background-image: url(pageLastOver.gif);
}

.pageNumber a, .pageNumber a:active, .pageNumber a:visited{
  text-decoration: none;
  padding-bottom: 0px;
  padding-left:2px;
  padding-right:2px;
  font-size: 10px; 
  float:left;
  width: 14px;
  height:13px; 
  display: block;
  text-align: center;
  background-color: #f8d967;
  color:#000;
}

.pageNumber A:hover{
  color: #fff;
  height:13px; 
  background-color: #f8c300;
  text-decoration: underline;
}

.pageNumberSelected {
  width: 20px; 
  height:13px; 
  font-weight: bold;
  font-size: 10px;
  color: #fff;
  background-color: #f8c300;
  float:left;
  text-align: center;
}

.pageMore{
  float: left;
  padding:2px;
}