/* GHT - toursummary.css */
/* -------------- */
/*  Tour Summary  */
/* -------------- */

.tourSummary 
{  
  text-align:left;
  margin:2px 0px 2px 0px;
  padding: 5px 5px 5px 5px; 
  width:590px; 
}
* html .tourSummary {   /* 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:141px; 
}

.tourSummary .tourPopular,
.tourSummary .tourPhoto
{
  width:126px;height:141px;
  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;
}

/* ----------------------- */
/*  COLORS - Tour Summary  */
/* ----------------------- */

.tourSummary 
{  
  background:#EFD460;
}

/* .tourSummary .tourTitle */
.tourSummary h2
{
  color:#0174C6;
}
  
.tourSummary .tourPhoto
{
  background:#6287A1 url(https://www.goldenhorizontravel.com/images/frameToursLogo_126x141_chromeBlueLt.jpg);
}


