.tourListItem {
	float:left;
	border:2px solid #F26522;	
	width:450px;
	height:112px;
	margin-right:10px;
	margin-bottom:10px;
	background:url(/Xmlrpc_Client_Library/Rs/img/box_back.png) 0px 0px repeat-x;
}

.tourListItem .image {
	float:left;
	text-align:center;
	width:120px;
	padding:10px;
}

.tourListItem .image img {
	border:1px solid #F26522;
}

.tourListItem .description {
	float:left;
	clear:right;
	width:300px;
}

.tourListItem .description .title {
	height:35px;
}

.tourListItem .description .title a {
	text-decoration:none;
}

.tourListItem .description .title h1 {
	font-size:14px;
	color:#F26522;
}

.tourListItem .description .body {
	min-height:45px;
}

.tourListItem .description .body a {
	color:#603913;
	text-decoration:none;
	font-size:8pt;
}

.tourListItem .description .price {
	float:right;
	color:#F26522;
	text-align:right;
	font-size:12pt;
	font-weight:bold;
}

/*************************************************************/

.tourDetails {
	
}

.tourDetails .title {
	font-size:22pt;
	margin:0px 0px 20px 5px;
}

.tourDetails #basicInformation {
	float:left;
	width:620px;
}

.tourDetails #basicInformation .tourCode {
	font-size:7pt;
	color:#666666;
}

.tourDetails #basicInformation .startByPrice {
	color:green;
	font-size:22pt;
}

.tourDetails #basicInformation .exchangeUnit {
	color:green;
	font-size:10pt;
	font-weight:bold;
}

.tourDetails .onlineSalePanel {
	float:right;
	padding:10px;
	border:1px solid #999999;
	background: #FFFFFF url(/Xmlrpc_Client_Library/Rs/img/reservation_box_bg.png) 0px 0px repeat-x;
}

.tourDetails .onlineSalePanel .title {
	margin:0px;
	margin-bottom:10px;
	font-size:12pt;
	font-weight:bold;
}

.tourDetails .onlineSalePanel .reservationButton {
	width:100px;
	height:30px;
	margin-top:10px;
	font-weight:bold;
	color:#FFFFFF;
	background: #FFFFFF url(/Xmlrpc_Client_Library/Rs/img/reservation_button.png) 0px 0px no-repeat;
	border-width:0px;
}

.tourDetails .seperator {
	clear:both;
	height:20px;
}

.tourDetails #basicInformation .label {
	font-weight:bold;
}

.tourDetails #tourInformation h2 {
	margin:20px 0px 10px 0px;
}

.tourDetails #tourInformation image {
	width:200px;
	border:1px solid #CCCCCC;
}

.tourDetails #tourImages .imageBox {
	float:left;
	text-align:center;
	width:120px;
	height:90px;
	margin:5px;
}

.tourDetails #tourImages .imageBox img {
	border:1px solid #CCCCCC;
}

.tourDetails #tourImages .seperator {
	clear:both;
}