/* GHT - toursummary.css */
/* -------------- */
/*  Tour Summary  */
/* -------------- */

.tourSummary 
{  
  text-align:left;
  margin:2px 0px 2px 0px;
  padding: 5px 5px 5px 5px; 
  width:590px;
  background-color:#CCFB5D;
  
}
* html .tourSummary {   /* for i.e. */
  float:left; 
  margin: 0 0;margin:1px 0px 1px 0px;
  padding:5px 5px 5px 5px;
  background-color:#CCFB5D;
} 


* html .tourArea{   /* for i.e. */
  float:left; 
  margin: 0 0;margin:1px 0px 1px 0px;
  padding:5px 5px 5px 5px;
} 


.tourSummary .tourLogo
{ 
  float:left;
}

.tourSummary .tourLogo img
{ 
  width:126px; 
  height:130px; 
}

.tourSummary .tourPopular,
.tourSummary .tourPhoto
{
  width:120px;
  height:130px;
  float:right;
}

.tourSummary .tourPhoto img
{
  width:120px; height:104px;
  margin-top:19px;margin-left:3px;
}

.tourSummary .tourDesc 
{
   margin:0 0px 0 135px;
}

.tourSummary .tourDescMiddle 
{
   margin:0 135px 0 135px; 
}

/* .tourSummary .tourTitle */
.tourSummary h2
{
  margin-top:0px;
  font-size:16px;
  font-weight:bold;
}

/* ----------------------- */
/*  Header Pictures */
/* ----------------------- */
.tourArea .headerPic
{
  width:120px; height:104px;
  margin-top:9px;margin-left:3px;
  /*float:left;*/
  position:relative;
}



/* ----------------------- */
/*  COLORS - Tour Summary  */
/* ----------------------- */
#tourTop{
	border-top:3px solid #B60000;
}


/* .tourSummary .tourTitle */
.tourSummary h2
{
  color:#008900;
}
  
.tourSummary .tourPhoto
{
  background:#6287A1 url(https://www.goldenhorizontravel.com/images/frameToursLogo_126x141_chromeBlueLt.jpg);
}
