﻿/* Tour List */
#tourList .pageNote
{
	padding-bottom: 10px;
	text-align: center;
	color: #FF0000;
	font-weight: bold;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#tourList .seperator
{
	height: 1px;
	background-color: #B1CFEB;
	margin-top: 2px;
	margin-bottom: 5px;
	line-height: 1px;
}
#tourList .name
{
	color: #5d9611;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
}
#tourList .name a
{
	color: #29667a;
}
#tourList .image
{
	float: left;
	padding-right: 10px;
}
#tourList .slogan
{
	font-weight: bold;
	color: #F8C300;
}
#tourList .shortDescription
{
}
#tourList .stopOffs
{
	padding-top: 5px;
}

/* Tour Detail*/
#tourDetail .name
{
	padding-top: 20px;
	text-transform: uppercase;
	font-family: Verdana;
	color: #ba1400;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#tourDetail .slogan
{
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #5d9611;
	text-align: center;
}
#tourDetail .stopOffs
{
	padding-top: 10px;
	text-align: center;
}
#tourDetail .imageWrapper
{
	text-align :center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#tourDetail .image
{
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
