﻿@media all
{
body,html
{
	font:1em Arial, Helvetica, sans-serif;
}

.item
{
	clear:both;
	padding:5px 0px 0px 0px;
	width:755px;
	background: url(/resources/images/templates/tours/bg-item.gif) no-repeat bottom left;
}

.item-title
{
	clear:both;
	float:left;
	width:753px;
	border:1px solid rgb(59,103,139);
	background: url(/resources/images/templates/tours/bg-title.gif) repeat-x rgb(4,71,123);
}
.item-title a{
	color:#fff;
	text-decoration:none;
	max-width: 690px;
}
.item-title a:hover{
	text-decoration:underline;
}
.item-title-top-left
{
	position: relative;
	top:-1px;
	left:-1px;
	float:left;
	width:753px;
	background: url(/resources/images/templates/tours/bg-title-left.gif) top left no-repeat;
}

.item-title-top-right
{
	position: relative;
	left:2px;
	float:left;
	padding:9px;
	width:735px;
	line-height:18px;
	background: url(/resources/images/templates/tours/bg-title-right.gif) top right no-repeat;
	font-size:14px;
}

.item-title-top-right
{
	color:#fff;
	font-weight:bold;
	text-transform: uppercase;
}

.item-content
{
	clear:both;
	float:left;
	width:739px;
	padding:11px 8px;
}

.item-content-left
{
	float:left;
	width:125px;
}

.item-content-left img
{
	vertical-align:bottom;
}

.item-content-middle
{
	float:left;
	padding:0px;
	width:460px;
}

.item-content-middle-top
{
	clear:both;
	float:left;
	padding:0px 10px 11px 10px;
	width:440px;
	background: url(/resources/images/templates/tours/bg-item-top.gif) no-repeat bottom center;
}

.item-content-middle-top-left
{
	float:left;
	padding:0px 5px 0px 0px;
	width:215px;
	color:rgb(51,51,51);
	font-size:11px;
	font-weight:normal;
}

.item-content-middle-top-right
{
	float:left;
	padding:0px 0px 0px 5px;
	width:215px;
	color:rgb(51,51,51);
	font-size:11px;
	font-weight:bold;
}

.normal
{
	font-weight:normal;
	/*text-transform: lowercase;*/
}

.gray
{
	color: rgb(102,102,102);
	text-transform: lowercase;
}

.item-content-middle-bottom
{
	clear:both;
	float:left;
	padding:11px 50px 0px 50px;
	width:360px;
	text-align:right;
	font-size:11px;
	background: url(/resources/images/templates/tours/bg-item-bottom.gif) top center no-repeat;
}

.item-content-middle-bottom a
{
	font-weight:bold;
	color: rgb(1,72,128);
	text-decoration: none;
	text-transform: uppercase;
}

.v-clear
{
	clear:both;
	float:left;
	width:755px;
	height:12px;
	line-height:0px;
	font-size:0px;
}

/* BOX */

a.box
{
	width:auto;
	height:auto;
	border:0px;
}

.box
{
	width: 307px;
	height: auto !important;
	height:160px;
	min-height:160px;
	border: 1px solid rgb(192,192,192);
}

.box-top-left
{
	position: relative;
	top:-1px;
	left:-1px;
	clear:both;
	float:left;
	width:307px;
	background: url(/resources/images/templates/tours/bg-box-left.gif) no-repeat top left;
}

.box-top-right
{
	position: relative;
	left:2px;
	clear:both;
	float:left;
	width:307px;
	background: url(/resources/images/templates/tours/bg-box-right.gif) no-repeat top right;
}

.box-content
{
	clear:both;
	float:left;
	padding:15px;
	width:277px;
	font-size:11px;
	color:rgb(51,51,51);
}

.box-content a
{
	color: rgb(3,70,122);
	text-decoration: none;
}

.box-content table
{
	position: relative;
	top:-10px;
	left:-10px;
}

.box-content td
{
	font-size:12px;
	font-weight:bold;
	color:#000;
}

.arrow
{
	padding-left:10px;
	background: url(/resources/images/templates/tours/bg-arrow.gif) no-repeat center left;
}

.box-title
{
	position:relative;
	top:0px;
	left:0px;
	clear:both;
	float:left;
	width:305px;
	background: url(/resources/images/templates/tours/bg-box-title.gif) repeat-x top left rgb(208,208,208);
}

.box-title-bottom
{
	clear:both;
	float:left;
	width:307px;
	background: url(bg-box-title-bottom.gif) repeat-x bottom left;
}

.box-title-top
{
	clear:both;
	float:left;
	width:307px;
	background: url(/resources/images/templates/tours/bg-box-title-top.gif) repeat-x top left;
}

.box-title-top-left
{
	position: relative;
	left:-2px;
	clear:both;
	float:left;
	width:307px;
	background: url(/resources/images/templates/tours/bg-box-title-top-left.gif) no-repeat top left;
}

.box-title-top-right
{
	position: relative;
	left:3px;
	clear:both;
	float:left;
	padding:8px 10px;
	width:287px;
	line-height:15px;
	background: url(/resources/images/templates/tours/bg-box-title-top-right.gif) no-repeat top right;
	font-size:11px;
	font-weight:bold;
	color: rgb(1,68,120);
}

/* SMALL BOX */

.box-small, .box-small .box-top-left, .box-small .box-top-right, .box-small .box-title-top-left, .box-small .box-title-bottom, .box-small .box-title-top
{
	width:275px;
}

.box-small .box-title-top-right
{
	width:255px;
}

.box-small .box-content
{
	width:245px;
}

.box-small .box-title
{
	width:273px;
}


/* SMALL GRAY BOX */

.small
{
	width:166px;
	height: auto !important;
	height: auto;
	min-height: auto;
	border:none;
}

.box-bottom
{
	clear:both;
	float:left;
	width:166px;
	background: url(/resources/images/templates/tours/bg-box-bottom.gif) rgb(234,234,234) repeat-x bottom left;
	border: 1px solid rgb(186,190,191);
}

.box-bottom-left
{
	position: relative;
	top:1px;
	left:-1px;
	clear:both;
	float:left;
	width:166px;
	background: url(/resources/images/templates/tours/bg-box-bottom-left.gif) no-repeat bottom left;
}

.box-bottom-right
{
	position: relative;
	top:0px;
	left:2px;
	clear:both;
	float:left;
	padding:0px 0px 7px 0px;
	width:166px;
	background: url(/resources/images/templates/tours/bg-box-bottom-right.gif) no-repeat bottom right;
}

.small .box-content
{
	position: relative;
	left:-1px;
	width:148px;
	padding:3px 8px 15px 8px;
	border:1px solid #fff;
}

.small .box-title
{
	clear:both;
	float:left;
	width:166px;
	border: 1px solid rgb(1,79,139);
	background: url(/resources/images/templates/tours/bg-box-title-blue.gif) repeat-x top left rgb(0,116,193);
}

.small .box-title-top-left
{
	position:relative;
	top:-1px;
	width:166px;
	background: url(/resources/images/templates/tours/bg-box-title-blue-top-left.gif) no-repeat top left;
}

.small .box-title-top-right
{
	position:relative;
	top:0px;
	padding: 8px 10px 4px 10px;
	width:146px;
	background: url(/resources/images/templates/tours/bg-box-title-blue-top-right.gif) no-repeat top right;
	color:#fff;
}

/* HEADER */

div#header
{
	clear:both;
	float:left;
	padding:5px 0px 0px 0px;
	width:599px;
	height:171px;
	background: url(/resources/images/templates/tours/bg-header.gif) no-repeat;
}

div#header ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}

div#header ul li
{
	padding: 15px 0px 11px 20px;
	height:14px;
	line-height:14px;
}

div#header ul li a
{
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
}

/* TABS */
.tabs
{
	clear:both;
	float:left;
	width:755px;
	background: url(/resources/images/templates/tours/bg-tabs.gif) repeat-x bottom left;
}

.tabs ul
{
	clear:both;
	float:left;
	width:754px;
	margin:0px;
	padding:0px 0px 9px 0px;
	list-style:none;
	background: url(/resources/images/templates/tours/bg-tabs-ul.gif) no-repeat bottom right;
	border-left:1px solid rgb(174,178,179);
}

.tabs ul li
{
	float:left;
	position: relative;
	left:-1px;
	padding:0px 3px 0px 0px;	
}

.tabs ul li a
{
	display: block;
	padding:9px 10px 5px 10px;;
	width:98px;
	height:13px;
	line-height:13px;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	color: rgb(77,77,77);
	background: url(/resources/images/templates/tours/bg-tab.gif) bottom left;
}

.tabs ul li.selected a
{
	background-position: top left;
	color: rgb(1,68,120);
}

/* FIXES */

.tours-top-left
{
	float: left;
	overflow: hidden;
	width: 599px;
}

.tours-top-left-bottom
{
	clear: both;
	float: left;
	width: 604px;
	padding-top: 7px
}

.tours-top-right
{
	padding-left: 12px;
	float: left;
	width: 277px;
	overflow: hidden;
}

.tours-top-right-main
{
	left: 3px;
	float: left;	
	position: relative;
	top: 22px;
	width:172px;
	overflow:hidden;
}

.tours-top-right-main .box-contact-us
{
	margin-bottom:10px;
}

.tours-top-right-main .box-right-link li a
{
	font-size:10px;
}

.tours-bottom
{
	float: left;
	width:774px;	
	overflow:hidden;
}

.left-subnav li.none a
{
	padding-left:12px;
	width:160px;
}
}
@media print
{
	.center-column
	{
	}

	.tours-top-right, div#header, div.small, .tabs, .box
	{
		display:none;
	}

	.tours-top-left, .item
	{
		width:640px;
	}
	.item
	{
		width:640px;
	}

	.item-title, .item-title-top-left
	{
		width:638px;
	}

	.item-title-top-right
	{
		width:620px;
	}

	.item-content
	{
		width:624px;
	}

	.item-content-middle-bottom, .item-content-right
	{
		display:none;
	}

	.v-clear
	{
		width:640px;
	}
}
