/* CSS Document */
.tabs_vert {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	width: 27px;
	font-size:10px;
	cursor:pointer;
}
.tabs_vert1{
height: 115px;
}
.tabs_vert2{
height: 123px;
}
#wrapper{
width: 180px;
}
#left{
float: left;
width: 27px;
}
#right{
float: right;
width: 203px;
}
.stretcher{
}
.airFinder{
background-color:#FFFFFF;
border-right: 1px solid red;
border-bottom: 1px solid red;
}

.seaFinder{
background-color:#FFFFFF;
border-right: 1px solid #B2C8D8;
border-bottom: 1px solid #B2C8D8;
}



#wrapper_h{
width: 203px;
margin: 0 auto;
}
.box{
background: #FFFFFF; /*#52A1E5*/
height: 210px;
}
.boxholder{
clear: both;
padding: 5px;
background: #FFFFFF;
border-right: 1px solid #B2C8D8;
}
.tab{
float: left;
height: 25px;
width: 101px;
text-align: center;
background: #FFFFFF;
cursor:pointer;
}
.tabtxt{
margin: 0;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 0px 0 0 0;
}



body{
color: #333;
font-size: 11px;
font-family: verdana;
}
