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

.tourSummary 
{  
  text-align:left;
 
  
  width:920px;
  background-color:#FFBA53;
  border-bottom: 5px solid #FF7802;
  border-top: 5px solid #FF7802;
  border-left: 10px solid #FF7802;
  border-right: 10px solid #FF7802;
}

* html .tourSummary {   /* for i.e. */
  float:left; 
  margin: 0 0;margin:1px 0px 1px 0px;
  padding:5px 5px 5px 5px;
} 


* 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:20px;
  font-family:"Monotype Corsiva";
  font-weight:bold;
  text-align:center
}
.tourSummary h21
{
  margin-top:0px;
  font-size:20px;
  font-family:"Monotype Corsiva";
  font-weight:bold;
  text-align:left;
}

/* ----------------------- */
/*  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,
.tourSummary h2 a
{
  color:#990000;
}
.tourSummary h21,
.tourSummary h21 a
{
  color:#990000;
}

.tourSummary p
{
  color:#000000;
}
.tourSummary p a
{
  color:#0D79E6;
}
  
.tourSummary .tourPhoto
{
  background:#6287A1 url(https://www.goldenhorizontravel.com/images/frameToursLogo_126x141_chromeBlueLt.jpg);
}
