/**
 * Box 1 (the search box in the example)
 * ------------------------------------------------
 */
.box1 {
	margin-bottom: 5px;
	width: 180px;
}

.box1 .box-top {
	background-color: #525252;
	height: 21px;
	background-image: url(../images/text_search.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-bottom: 8px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #666666;
}

.box1 h1 {
	background-color: #737373;
	height: 20px;
	width: 139px;
}

.box1 #controls {
	padding: 5px;
	width: 170px;
	background-color: #E3DDDD;
}

.box1 select {
    margin: 2px 0;
}
.box1 select.fw {
	width: 170px;
}

.box1 .button  {
	padding-top: 5px;
	text-align: right;
	padding-right: 7px;
}

.box1 .button input {
    background: transparent url("../images/but_search.gif") no-repeat 0 -60px;
    line-height: 23px;
    color: #005088;
    font-weight: bold;
    border: 0;
}

.box1 .button input:hover {
    background-position: 0 3px;
    color: #FFF;
}

.box1 .specials-only {
    float: left;
}
.box1 .search {
	height: 139px;
}


/**
 * Box 2 (20% off travel insurance in example)
 * ------------------------------------------------
 */
.box2 {
	width: 180px;
	margin-right: 0;
	margin-left: 0;
	float: left;
	padding-bottom: 2px;
}

/**
 * Box 3 (call ecruising in example)
 * ------------------------------------------------
 */
.box3 {
	width: 179px;
	margin-top: 5;
	padding-bottom: 5px;
}

.box3 .box-top {
	line-height: 22px;
	background-color: #525252;
	font-family: arial;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
	background-image: url(../Images/callEcruising.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 25px;
}

.box3 .content {
	margin: 0;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 1px;
	text-align: right;
	font-size: 11px;
	line-height: 20px;
	background-color: #E3DDDD;
}

.box3 p {
	margin: 2px 0;
	color: #000000;
}

.box3 strong
{
	color:#525252;
	font-size:25px;
	font-family: arial;
}

.box3 .bottom {
	height: 10px;
	margin-left: 2px;
	background-color: #FFFFFF;
}

.leavingMenu {
	width:179px;
	height:210px;
	margin-bottom:5px;

html>body .box3 .bottom {
    margin-left: 0;
}
