@charset "utf-8";
body {
	font-family: "Segoe UI", Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #FFFFFF;
}
.moto {
	width:100%;
	height:35px;
	position:relative;
	background-color: #478fa0;
}
.motobox {
	position:relative;
	width:960px;
	margin:0 auto;
	height:35px;
	margin-top:-12px;
	margin-bottom:-11px;
}
.motobox p {
	font-size: 12px;
	color: #FFF;
	padding-top: 9px;
	padding-left: 20px;
	font-style: italic;
	padding-left:40px;
}
.motobox h5 {
	position:relative;
	font-size: 11px;
	color: #FFF;
	margin-top:-33px;
	margin-left:720px;
}
/*koreann */
.motoboxkor {
	position:relative;
	width:960px;
	margin:0 auto;
	height:35px;
	margin-top:-12px;
	margin-bottom:-11px;
}
.motoboxkor p {
	font-size: 12px;
	color: #FFF;
	padding-top: 9px;
	padding-left: 20px;
	font-style: italic;
	padding-left:40px;
}
.motoboxkor h5 {
	position:relative;
	font-size: 11px;
	color: #FFF;
	margin-top:-33px;
	margin-left:780px;
}
.blog {
	position:relative;
	margin-top:-45px;
	margin-left:600px;
	width:auto;
	height:auto;
}
.blog a {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	vertical-align: middle;
	font-style: normal;
}
.blog a:hover {
	text-decoration: underline;	
}
.blog img {
	width:25px;
	height:25px;
	vertical-align: middle;
	margin-top:5px;
}

.language {
	position:relative;
	left:820px;
	top:-43px;
	width:130px;
	height:auto;
	background-color: #FFF;
	z-index:4;
}
.language ul {
	margin:0;
	padding: 0;
}
.language ul li {
	position: relative;
	list-style-type: none;
	padding-bottom:6px;
}
.language ul li a {
	display: block;
	color: #F90;
	font-size: 13px;
	text-decoration: none;
	padding-left:15px;
	padding-top:8px;
}
.language img {
	padding-right:10px;
}
.language > ul > li:hover > a {
	color: #F90;
}

/* ///////////////////////////////////////////////////////Childs od langiage menia//////////////////////////// */
.language > ul li ul{
	visibility:hidden;
	position: absolute;
	padding:0;
	top:30px;
	left:-1px;
	background-color: #FFF;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #478fa0;
	border-bottom-color: #478fa0;
	border-left-color: #478fa0;
}
.language > ul li:hover ul {
	visibility: visible;
	color: #000;
	width:130px;
	height:auto;
	top: 30px;
	left: -1px;
	background-color: #FFF;
}

.language > ul ul li {
	padding:0;
	background-color: #FFF;
}
.language > ul ul li a {
	display: block;
	color: #333;
	font-size: 12px;
	text-decoration: none;
	text-transform: none;
	width: 115px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	font-family: Helvetica, Arial, sans-serif;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #FFF;
}
.language > ul ul li a:hover {
	background-color: #49a5bf;
}


/*////////////////////////////////////////77 */


.header {
	position:relative;
	width:100%;
	height:59px;
background: rgb(103,196,219); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(103,196,219,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(103,196,219,1)), color-stop(41%,rgba(117,189,209,1)), color-stop(100%,rgba(73,165,191,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(103,196,219,1) 0%,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(103,196,219,1) 0%,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(103,196,219,1) 0%,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(103,196,219,1) 0%,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67c4db', endColorstr='#49a5bf',GradientType=0 ); /* IE6-9 */
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #478fa0;
}
.subheader {
	position:relative;
	width:960px;
	margin:0 auto;
	height:60px;
}
.logo {
	float:left;
	width:150px;
	height:60px;
	overflow:hidden;
}
.logo img {
	padding-top:5px;
	width:102px;
	height:50px;
}

#menu {
	float:left;
	width:810px;
	margin-left:160px;
	margin-top:-60px;
}
#menu ul li img {
	width:13px;
	height:8px;
	padding-left:10px;
	padding-top:3px;	
}
ul.deutch {
	width:850px;
}
#menu:after,
#menu > ul:after {
  clear: both;
}

#menu > ul {
  margin:0;
  padding: 0;
}
#menu > ul li {
  margin: 0;
  padding: -1px;
  list-style: none;
}
#menu > ul > li {
  float: left;
  position: relative;
}
#menu > ul > li > a {
	display: block;
	color: white;
	font-size: 13px;
	padding-top: 23px;
	padding-right: 30px;
	padding-bottom: 23px;
	padding-left: 30px;
	text-decoration: none;
}
#menu > ul > li:hover > a {
 	background-color: #478fa0;
}
#menu > ul > li > a > span {
  line-height: 14px;
}
#menu > ul > li.active > a,
#menu > ul > li > a:active {
	background-color: #478fa0;
}
/* Childs */
#menu > ul ul {
  visibility: hidden;
  position: absolute;
  margin-top:-30px;
  background-color: #478fa0;
  padding:0;
  z-index: -2;
}
#menu > ul li:hover ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
  color: #000;
  z-index: 2;
  top: 62px;
  left: 0;

}
#menu > ul ul:before {
  content: '';
  position: absolute;
  top: -10px;
  width: 100%;
  height: 20px;
  background: transparent;
}

#menu > ul ul li a {
	padding: 18px 26px;
	display: block;
	color: white;
	font-size: 12px;
	text-decoration: none;
	text-transform: none;
	width: 150px;
	border-left: 4px solid transparent;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	font-family: Helvetica, Arial, sans-serif;
}
#menu > ul ul li a:hover {
	background-color: #515050;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#menu > ul ul li a:active {
	width:150px;
	height:15px;
	background-color: #515050;
}

/* ////////////////////////////////////////////////  MENU IS OVER //////////////////////////////////////////////// */


.bgpic {
	width:100%;
	margin:0 auto;
	height:400px;
	border-bottom: 3px solid #478fa0;
	overflow:hidden;
}


/* ////////////////////////////////////////////////  HEADER IS OVER //////////////////////////////////////////////// */	
a img {
	border:none;	
}
.social {
	position:relative;
	clear:both;
	margin:0 auto;
	z-index:10;
	width:450px;
}
.social iframe {
	border:none;
	width:180px;
	height:22px;
}
.container {
	width: 960px; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-top: -180px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index:1;
}
.content {
	position:relative;
	width: 960px;
	height:auto;
	top:180px;
}
.book {
	margin-left:55%;
	padding:0;
	margin-top:-73px;
	height:40px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFF;
}
.book img {
	padding-left:15px;
	padding-right:10px;
	vertical-align: middle;	
}
.book h5 {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	font-size: 18px;
	padding-top:2px;
}
.book h5 a {
	color: #FFF;
	text-decoration: none;	
}
.book2 {
	margin-left:60%;
	padding:0;
	margin-top:-73px;
	height:40px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFF;
}
.book2 img {
	padding-left:15px;
	padding-right:10px;
	vertical-align: middle;	
}
.book2 h5 {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	font-size: 18px;
	padding-top:2px;
}
.book2 h5 a {
	color: #FFF;
	text-decoration: none;	
}

#sidebarWrap {
	float:left;
	margin-top:20px;
	width: 300px;
	height:1000px;
	position:relative;
	padding:10px;
}
.hostelWorldTheme {
    width: auto;
    overflow: hidden;
	margin-top:200px;
    padding: 20px;
    border: 1px solid #ccc;
    background: #f7f7f7;
}
.hostelWorldSubmit {
    border: none;
    padding: 7px 20px 7px 20px;
    background: #49a5bf;
    font-family: "Segoe UI", Helvetica, Arial, Verdana, sans-serif;
    color: #fff;
    cursor: pointer;
}

.hostelWorldSubmit:hover {
    background: #478fa0;
	cursor: pointer;
}

.hostelWorldTheme h2 {
    margin: 0;
    font-size: 1.125em;
    font-weight: normal;
    text-transform: uppercase;
    color: #2a2a2a;
    padding: 0 0 10px 0;
}

.hostelWorldTheme form {
    width: 100%;
    overflow: hidden;
}

.hostelWorldTheme table {
    border-collapse: collapse;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 0.75em;
    color: #454545;
}

.hostelWorldHeading {
    width: 20%;
}

.hostelSelect, #CalendarImage {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 5px 0 0;
    font-family: "Segoe UI", Helvetica, Arial, Verdana, sans-serif;
    color: #454545;
    outline: none;
}

#CalendarImage {
    cursor: pointer;
}

.moreLinks {
    width: 100%;
    padding: 10px 0 0 0;
    overflow: hidden;
}

.more {
    width: 100%;
    padding: 10px 0 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.more2 {
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
}
.ImageContainer {
    padding-right: 20px;
    padding-bottom: 10px;
    width: auto;
    overflow: hidden;
}

.ImageContainer > div {
	width: 180 px;
	height: 150px;
	margin-left: 0px;
	margin-right: 8px;
	float: left;
	margin-bottom: 10px;
	margin-top:8px;
}
.ImageContainer img {
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.ImageContainer ol {
	list-style-position: outside;
	list-style-type: disc;
	float: left;
	margin-top: 20px;
}
.ImageContainer ol a {
	color: #2a2a2a;
	text-decoration: none;
}
.ImageContainer ol li:hover a {
    color: #f7931e;
}
.more:last-child {
    border-bottom: none;
}

.more h2 {
    font-size: 1.5em;
    font-weight: 300;
    margin: 0;
}

.more h2 a {
    color: #f15a24;
    text-decoration: none;
}

.more h2 a:hover {
    color: #c1272d;
}

.more p {
    margin: 0;
    color: #666;
}
#rezgo_content_container  {
	height:auto;
	margin-bottom:150px;
	width:960px;	
}
.otherContent {
    width: 640px;
	float:left;
    overflow: hidden;
	margin-top:-1000px;
	margin-left:340px;
	margin-bottom:300px;
}

.otherContent h2 {
    font-size: 2.5em;
    font-weight: 300;
    color: #2a2a2a;
    margin: 0;
    padding: 0 20px 20px 20px;
}

.otherContent p {
    font-size: 1em;
    color: #666666;
    margin: 0;
    padding: 0 20px 20px 20px;
}

.otherContent h3 {
    font-size: 1.125em;
    font-weight: 400;
    text-transform: uppercase;
    color: #662d91;
    margin: 0;
    padding: 10px 20px 10px 20px;
}
.backgroundsuraound {
	background-color: #a70000;
	padding:5px;
	width:95%;
	margin-left:10px;
	border-radius:8px;		
}
.backgroundsuraound:hover {
	background-color: #333;
}
.backgroundsuraound2 {
	background-color: #f7941d;
	padding:5px;
	width:95%;
	margin-left:10px;
	border-radius:8px;		
}
.backgroundsuraound2:hover {
	background-color: #333;
}
.backgroundsuraound3 {
	background-color: #11af19;
	padding:5px;
	width:95%;
	margin-left:10px;
	border-radius:8px;		
}
.backgroundsuraound3:hover {
	background-color: #333;
}
.backgroundsuraound4 {
	background-color: #0b7ac1;
	padding:5px;
	width:95%;
	margin-left:10px;
	border-radius:8px;
}
.backgroundsuraound4:hover {
	background-color: #333;
}
.backgroundsuraound h3, .backgroundsuraound2 h3, .backgroundsuraound3 h3, .backgroundsuraound4 h3 {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;	
}
.otherContent h4 + p {
    padding: 0 20px 20px 40px;
}

.otherContent h4 {
    font-size: 1.125em;
    font-weight: 400;
    font-style: italic;
    color: #2a2a2a;
    margin: 0;
    padding: 0 20px 5px 40px;
}

.otherContent table {
    margin: 0 0 0 20px;
    border-collapse: collapse;
    padding: 0;
    width: 320px;
    float: left;
}

.otherContent table td {
    font-size: 0.875em;
    color: #454545;
}
ul.leftside {
	position:relative;
	left:0px;
	top:0px;
}
ul.leftside li {
	list-style-type: none;	
}
ul.rightside {
	position:relative;
	right:0px;
	left:160px;
	top:-365px;
	padding-bottom:0px;
}
ul.rightside li {
	list-style-type: none;	
}
p.downside {
	position:relative;
	top:-160px;
}
.contactFormAndDataContainer {
    width: 100%;
    overflow: hidden;
    padding: 20px 0 0 0;
    margin: 10px 0 0 0;
    border-top: 1px solid #ddd;
}



.close-notification em{
	background-image:url(../img/apartments/delete_16.png);
}
.green-box{		background-color:#e3ffdc;	border:1px solid #d9e9b9;}
.green-box a{ 	color:#7b8a77; font-weight:bold; padding-top:3px; margin-top:-3px!important;}
.green-box h4{	color:#7b8a77; font-weight:400; font-size:16px;  text-shadow:none;}
.green-box p{	color:#abc0a6;	border-top: 1px solid #d9e9b9; padding-top:15px; margin-top:8px;}
.notification-box{	  margin-bottom:20px; padding:15px; 	float:none;}
.notification-box h4{ margin-bottom:5px;					float:left;}
.notification-box a { margin-top:2px; 	  font-size:12px;	float:right;}
.notification-box p	{ margin-bottom:0px;  font-size:12px; 	float:none; }
.no-bottom{ 	margin-bottom:0px!important;}
.contact-form{
	margin-bottom:20px;
}
.formValidationError .red-notification p{
	background-image:none!important;
	display:block!important;
	padding-left:0px!important;
	text-align:center!important;
}
.small-notification{	margin-bottom:20px;	}

.green-notification p{		display:inline-block;	height:16px;	padding-left:10px; padding-bottom:2px; font-weight:600;	color:#060;}
.small-notification{	margin-bottom:20px;	}
.small-notification p{	margin: 10px 13px; padding-bottom:5px; line-height:15px; font-weight:400!important;	}


.green-notification{	background-color: rgba(60, 167, 48, 0.3);	border-radius:5px;	}
.green-notification a{	padding: 10px 10px;	font-size:10px;	color:#060;	float:right;}
.red-notification p{		display:inline-block;	height:16px;	padding-left:10px; padding-bottom:2px; font-weight:600;	color:#C00;}
.red-notification{		background-color: rgba(219, 84, 84, 0.5);	border-radius:5px;	}
.no-bottom{ 	margin-bottom:0px!important;}
.container no-bottom h2 {
	padding-top:20px;
}
.field-title				{	color:#333333;}
.contactSubmitButton{
	line-height:12px!important;
	display:block!important;
	height:36px!important;
	margin-right:4px;
	padding-top:8px;
	float:left;
	font-weight: bold;
	color: #FFF;
}
.contactSubmitButton:hover {
	background-color: #478fa0;
	cursor:pointer;
}
.contact-form{
	margin-bottom:0px;
}
.contactFormContainer {
	width:260px;
	height:auto;
	overflow:hidden;
	float:left;
	left:0;
	z-index:8;
}
.contactNameField{
	padding:0;
	font-size:12px;
}

.contactNameField span{
	float:right;
	opacity:0.2;
}

.contactEmailField{
	padding-bottom:5px;
	font-size:12px;
}

.contactEmailField span{
	float:right;
	opacity:0.2;
}

.contactMessageTextarea{
	font-family:'Dosis', sans-serif;
	padding-bottom:5px;
	font-size:12px;
}

.contactMessageTextarea span{
	float:right;
	opacity:0.2;
}


/*Field Styles*/
#contactNameField{
	text-transform:capitalize;
}

.contactField{
	width:240px;
	display:block;
}

.contactTextarea{
	width:240px;
	display:block;
}

.buttonWrap{
	line-height:20px;
	padding-bottom:24px;
	min-width:43%;
	display:inline-block;
	background-color: #49a5bf;
	border:none;
}
.field {
	border:none;
}
.formSubmitButtonErrorsWrap a{
	width:25%;
	text-align:center;
	padding:8px 10px!important;
}


.formValidationError .red-notification p{
	background-image:none!important;
	display:block!important;
	padding-left:0px!important;
	text-align:center!important;
	border:none;
}

.contactField{
	height:30px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:5px;
}

.contactTextarea{
	margin-bottom: 20px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 18px;
	height: 90px;
}
.contactFormAndDataContainer {
    width: 100%;
    overflow: hidden;
    padding: 20px 0 0 0;
    margin: 10px 0 0 0;
    border-top: 1px solid #ddd;
}

.textarea {
    width: 200px;
    height: 100px;
    padding: 5px;
    border: 1px solid #ccc;
    font-family: "Segoe UI", Helvetica, Arial, Verdana, sans-serif;
    outline: none;
    color: #454545;
	resize: none;
	overflow: auto;
}

.textarea:hover, .textarea:focus {
    border: 1px solid #aaa;
    outline: none;
    color: #2a2a2a;
}

.dataContainer {
    width: 280px;
    float: right;
    margin: 0 0 0 20px;
    overflow: hidden;
}

.dataContainer p {
    padding: 0 20px 20px 40px;
}

.dataContainer h4 + p {
    padding: 0 0 5px 0px;
}

p a {
    color: #49a5bf;
    text-decoration: none;
}

p a:hover {
    color: #478fa0;
    text-decoration: underline;
}

ol {
    margin: 0;
    padding: 10px 20px 10px 40px;
    color: #666;
}

ul {
    margin: 0;
    padding: 10px 20px 10px 40px;
    color: #666;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #515050;
	padding-left:20px;
}
.bottombox {
	position:absoulute;
	width:100%;
	height:250px;
	margin-top:350px;
	background-color: #f1f0f0;	
	z-index:-6;
}
#sidebar {
	width: 300px;
	height:530px;
	position: absolute;
	border-radius:10px;
	padding:10px;
	border: 3px solid #478fa0;	
}
#sidebar.fixed {
    position: fixed;
    top: 20px;
}

#sidebar h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    color: #478fa0;
    text-align: left;
    padding: 10px 0 20px 0;
}

#sidebar table {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.75em;
    color: #666;
}
#sidebar p {
	font-size: 11px;
	font-style: italic;
	color: #333;	
}
.tableLabel {
    width: 35%;
}

.tableData {
    width: 65%;
}

.tripInputText {
    font-family: "Segoe UI", Helvetica, Arial, Verdana, sans-serif;
    color: #454545;
    padding: 3px 5px 5px 5px;
    border: 1px solid #ddd;
    width: 90%;
}

.tripInputText:hover, .tripInputText:Focus {
    color: #478fa0;
    border: 1px solid #478fa0;
}

.commentsText {
    color: #454545;
    font-style: italic;
    padding: 5px 0 5px 0;
}

.tripTextArea {
    margin-top: 10px;
    font-family: "Segoe UI", Helvetica, Arial, Verdana, sans-serif;
    color: #454545;
    padding: 3px 5px 5px 5px;
    border: 1px solid #ddd;
    width: 93%;
    height: 100px;
}

.tripTextArea:hover, .tripTextArea:Focus {
    color: #478fa0;
    border: 1px solid #478fa0;
}
/* TRIP */
.tripContainer {
    width: 620px;
    margin: auto;
    overflow: hidden;
    padding: 10px 0 10px 0;
}

.tripPic {
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
}

.tripPic img {
    height: 100px;
}

.tripContent {
    width: 500px;
    overflow: hidden;
    float: right;
}

.tripContent p {
    padding: 0 0 10px 20px;
}

.tripContainer h4 {
    font-size: 1.125em;
    font-weight: 400;
    font-style: italic;
    color: #2a2a2a;
    margin: 0;
    padding: 0 0 10px 0;
    display: block;
    width: 100%;
    clear: both;
}

.tripInfo {
    clear: both;
    width: 100%;
    overflow: hidden;
    padding: 0 0 0 0;
    border-bottom: 1px solid #ddd;
}

.tripInfo .more, .more2{
    border-bottom: none;
    cursor: pointer;
}

.tripInfo .more, .tripInfo .moreContent {
    width: 100%;
    overflow: hidden;
}

.tripInfo .moreContent {
    padding: 0 0 10px 0;
}

.moreArrow {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #f7931e;
    float: left;
    margin: 5px 0 0 10px;
}

.tripInfo .more p {
    display: block;
    float: left;
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 0.875em;
    color: #f7931e;
}
.tripInfo .more2 p {
    display: block;
    float: left;
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 0.875em;
    color: #f7931e;
}

.tripInfo .more2:hover p {
    color: #f15a24;
}

.tripInfo .more:hover p {
    color: #f15a24;
}

.more:hover .moreArrow {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #f15a24;
    float: left;
    margin: 5px 0 0 10px;
}

.moreContent table {
    width: 100%;
    border-collapse: collapse;
    border-top: none;
    padding: 0;
    margin: 0;
}

.moreContent table td, .moreContent table th {
    width: 33%;
    border-top: 0;
    padding: 0 0 5px 10px;
}

.moreContent table td {
    vertical-align: top;
}

.moreContent table th {
    text-align: left;
    font-weight: 400;
    color: #454545;
    font-size: 0.875em;
}

.moreContent table td ul {
    padding: 0 0 3px 13px;
}

.bookTripTour {
    width: auto;
    border-top: 4px solid #478fa0;
    border-bottom: 4px solid #478fa0;
    overflow: hidden;
    margin: 40px 0 0 0;
    padding: 0 0 20px 0;
}

.bookTripTour h2 {
    font-size: 1.5em;
    font-weight: 300;
    margin: 0;
    color: #478fa0;
    text-align: left;
    padding: 10px 0 20px 0;
}

.bookTripTour table {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.75em;
    color: #666;
}

.tableLabel {
    width: 35%;
}

.tableData {
    width: 65%;
}

.tripInputText {
    font-family: "Segoe UI", Helvetica, Arial, Verdana, sans-serif;
    color: #454545;
    padding: 3px 5px 5px 5px;
    border: 1px solid #ddd;
    width: 90%;
}

.tripInputText:hover, .tripInputText:Focus {
    color: #478fa0;
    border: 1px solid #478fa0;
}

.commentsText {
    color: #454545;
    font-style: italic;
    padding: 5px 0 5px 0;
}

.tripTextArea {
    margin-top: 10px;
    font-family: "Segoe UI", Helvetica, Arial, Verdana, sans-serif;
    color: #454545;
    padding: 3px 5px 5px 5px;
    border: 1px solid #ddd;
    width: 93%;
    height: 100px;
}

.tripTextArea:hover, .tripTextArea:Focus {
    color: #478fa0;
    border: 1px solid #478fa0;
}
/*///////////////////////////////////////////////////// ~~ The footer styles ~~ ////////////////////////////////////////////////////*/
.footer {
	padding: 10px 0;
	background: #515050;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	width:100%;
	height:250px; /* this clear property forces the .container to understand where the columns end and contain them */
	font-family: "Segoe UI", Helvetica, Arial, Verdana, sans-serif;
	margin: 10px 0;
}
.footerbox {
	width:960px;
	height:220px;
	margin-top:0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
.left {
	margin-left:30px;
	margin-top:-10px;
	width:220px;
	height:180px;
	font-size: 12px;
	font-family: "Segoe UI", Helvetica, Arial, Verdana, sans-serif;
	color: #FFF;
}
.left2 {
	margin-left:250px;
	margin-top:-195px;
	padding-left:30px;
	width:240px;
	height:180px;
	font-size: 12px;
	font-family: "Segoe UI", Helvetica, Arial, Verdana, sans-serif;
	color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;	
}
.left3 {
	margin-left:510px;
	margin-top:-195px;
	padding-left:30px;
	width:240px;
	height:180px;
	font-size: 12px;
	font-family: "Segoe UI", Helvetica, Arial, Verdana, sans-serif;
	color: #FFF;	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.left4 {
	margin-left:770px;
	margin-top:-195px;
	padding-left:30px;
	width:240px;
	height:180px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;	
}
.left h3, .left2 h3, .left3 h3, .left4 h3, .left4 h3 {
	font-size: 17px;
	color: #FFF;	
	font-family: "Segoe UI", Helvetica, Arial, Verdana, sans-serif;
}
.left ul, .left2 ul, .left3 ul {
	margin:0;
	padding: 0;	
}
.left4 ul {
	padding: 0;	
}
.left4 ul li {
	display:block;

}
.left4 img {
	padding-right:10px;
	padding-top:0px;
	vertical-align: middle;
}
.left li, .left2 li, .left3 li, .left3 li a {
	list-style-type: none;
	color: #FFF;
	font-family: "Segoe UI", Helvetica, Arial, Verdana, sans-serif;
	line-height: 20px;
	text-decoration: none;
	font-size: 12px;
}
.left4 li a {
	list-style-type: none;
	color: #FFF;
	font-family: "Segoe UI", Helvetica, Arial, Verdana, sans-serif;
	line-height: 23px;
	text-decoration: none;
	font-size: 12px;
	vertical-align: middle;
}
.left3 li a:hover {
	color: #FFF;
	text-decoration: underline;	
}
.left4 li a:hover {
	color: #FFF;
	text-decoration: underline;	
}
.footerbottombox {
	width:100%;
	height:38px;
	margin-bottom:0px;
	background-color: #333333;
}
.copy {
	width:960px;
	margin:0 auto;
}
.copy p {
	float:left;
	font-size: 11px;
	margin-top:13px;
	margin-left:10px;
	color: #FFF;
	font-family: "Segoe UI", Helvetica, Arial, Verdana, sans-serif;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}