/* formats the town name div */
.towntitle {
	position: absolute;
	width: 350px;
	left: 135px;
}

/* formats the read more div */
.readmore {
	position: absolute;
	width: 73px;
	left: 680px;
}

/* formats the TOWN MENU info cell */
.townmenu {
	height: 22px;
}

/* formats the TOWN MENU columns */
#townmenudiv {
	position: relative;
	height: 22px;
	font-size: 14px;
	font-weight: bold;
	color: #394607;
}

/* Formats position of BUTTON */
#tourbutton {
	position: absolute;
	left: 2px;
}

#whatbutton {
	position: absolute;
	left: 94px;
}

#accombutton {
	position: absolute;
	left: 262px;
}

#restbutton {
	position: absolute;
	left: 414px;
}

#mapbutton {
	position: absolute;
	left: 546px;
}

/* Formats LEFT CURVED BORDER */
.leftbdr {
	position: absolute;
	height: 22px;
	width: 11px;
	background-image: url(../images/itinerary_info/left_bdr.gif);
	background-repeat: no-repeat;
}

/* Formats BUTTON NAME */
.name {
	position: absolute;
	left: 11px;
	background-color: #C7CB4B;
	height: 20px; /* padding and height used to position text in the middle, have to add up toheight of cell */
	padding-top: 2px;
	text-align: center;
}

.nametour {
	width: 60px;
}

.namewhat {
	width: 136px;
}

.nameaccom {
	width: 120px;
}

.namerest {
	width: 100px;
}

.namemap {
	width: 50px;
}

/* Formats RIGHT CURVED BORDER */
.rightbdr {
	position: absolute;
	height: 22px;
	width: 11px;
	background-image: url(../images/itinerary_info/right_bdr.gif);
	background-repeat: no-repeat;
}

.tourRbdr {
	left: 71px;
}

.whatRbdr {
	left: 147px;
}

.accomRbdr {
	left: 131px;
}

.restRbdr {
	left: 111px;
}

.mapRbdr {
	left: 61px;
}

