@charset "utf-8";
/* CSS Document */

.book-trip-mainarea {
width:607px;
height:181px;
float:right;
margin-bottom:20px;
}
.book-trip-left {
width:11px;
height:183px;
float:left;
}
.book-trip-right {
float:right;
border-radius:3px 10px 10px 0px;
background-image: url(images/book-area-mainbg.png);
-webkit-box-shadow: #A0A0A0 1px 1px 1px;
-moz-box-shadow: #A0A0A0 1px 1px 1px; 
box-shadow: #A0A0A0 1px 1px 1px;
width:596px;
font-family:arial;
font-size:14px;
color:#28292a;
line-height:30px;
}
.book-trip-right i{
color:#075c0b;
font-weight:bold;
}
.book-trip-heading {
height:35px;
width:596px;
background-image:url(images/book-trip-blue-bg.png);
background-repeat:no-repeat;
margin-top:14px;
font-family: Verdana, Geneva, sans-serif;
font-size:20px;
color:#FFFFFF;
font-weight: 800;
}
.book-trip-heading-txt {
font-family: Verdana, Geneva, sans-serif;
font-size:20px;
color:#FFFFFF;
font-weight: 800;
}
.book-trip-heading b{
color:#ac0606;
font-style:italic;
}

/* ------------------------- HOW IT WORKS CSS Document ----------------------------------- */

.image {
  background-image:url(images/how-it-works-icons.png);
  background-repeat:no-repeat;
  height:53px;
  width:54px;
}
#describe {
  background-position:0px 0px;
  margin-left:12px;
}
#offers {
  background-position:-52px 0px;
  margin-left:45px;
}
#customize {
  background-position:-105px 0px;
  margin-left:38px;
}
#book {
  background-position:-158px 0px;
  margin-left:5px;
}

