/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background: #EDF4FA url(../img/bg-body.png) 0% 0% repeat-x;
	color: #333;
	font-size: 12px;
	padding: 10px 0 40px 0;
}


/* anchors
----------------------------------------------- */
a {
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#333;
}



/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background:#fff;
	border: #ccc 1px solid;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h3{
	font-size: 18px;
	font-weight: normal;
}
h4{
	font-size: 18px;
	font-weight: normal;
}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */
h1#branding,
div#branding {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.6em;
	text-align:left;
	/*background:#3F74B8;*/
	padding:.2em .5em;
	margin-bottom:0;
	margin-top: 10px;
}

h1#branding,
div#branding{
	color: #fff;	
}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}


/* boxes
----------------------------------------------- */
.box {
	background: #EDF4FA;
	margin-bottom:20px;
	border: #96BBCE 1px solid;
	padding:10px 10px 1px 10px;
}
.box h2 {
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	background:#96BBCE;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
}
.box h2 a,
.box h2 a.visible{
	color:#fff;
	background: #3f74b8 url("../img/switch_minus.gif") 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}

.box h2.blue{
	color:#fff;
	background-color:#3f74b8;
}

.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("../img/switch_plus.gif");
}
.box h2 a:hover {
	background-color:#3f74b8;
}
.block {
	padding-top:10px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}

.right{
	text-align: right;
}

#btm-container{
	margin-top: 10px;
	background: none;
	border: none;
}

#btm{
	background: none;
	font-size: 11px;
	font-weight:normal;
	color: #666;
}

#btm .grid_4 strong{
	display: block;
	padding-left: 5px;
}

#btm ul{
	list-style: none;
	padding: 0;
	margin: 5px 5px 0 0;
}

#btm ul li{
	display: block;
	margin: 0;
	padding: 0.2em 0 0.2em 0.5em;
	border-bottom: #ccc 1px dotted;
}

#btm ul li a{
	display: block;
	font-weight: normal;
	font-size: 11px;
	color: #666;
}

#btm ul li a:hover{
	color: #000;
}

#nav-top{
	background: transparent url(../img/bg-top.png) 0% 50% no-repeat;
	padding-bottom: 10px;
}

#container_content{
	margin-top: 10px;
	padding-top: 10px;
}

/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}

/* navigation (horizontal subnavigation)
----------------------------------------------- */
ul.nav,
ul.nav * { margin:0;padding:0;}
ul.nav {
  position:relative;
  margin-left: 0.5em;
  max-width:100%;
  height:2.5em;
  }
ul.nav li {
	cursor:pointer;
	float:left;
	text-align:center;
	list-style-type:none;
	font-weight:normal;
	margin-left: 2px;
}
ul.nav li a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	padding:0 0.5em;
	height:2.4em;
	line-height:2.5em;
}

ul.nav li a:hover {
	background-color:#fff; 
	color:#3f74b8;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	padding:0 0.5em;
	height:2.4em;
	line-height:2.5em;
}

ul.nav li.current a {background:#fff; color:#3f74b8;font-weight:bold;}

/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #cccccc;
	padding:10px;
	position:relative;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	font-weight: bold;
}
fieldset.login p {
	margin-bottom:0.5em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	/*width:98%;*/
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login input.button {
	margin-left:35%;
	line-height: 1.6em;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}


/* articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
}
.article {
	border-top:1px solid #666;
	padding-top:.5em;
}
.box .article {
	border-top:3px solid #fff;
	padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	margin-bottom:.2em;
	font-size:1.3em;
	line-height: 1.5em;
}
.article h3 a{
	color: #3f74b8;
	border-bottom: #3f74b8 1px dotted;
}
.article h3 a:hover{
	border-bottom: #3f74b8 1px solid;
}
.box .first {
	border-top:none;
}

.box .pref{
	background: #fef9dc;
}

a.back{
	font-size:1.0em;
	font-weight: bold;
	text-transform:uppercase;
	margin-bottom:.1em;
	margin-top:.5em;
	display: block;
}

.article h4 {
	font-size:1.0em;
	font-weight: bold;
	text-transform:uppercase;
	margin-bottom:.5em;
}
.article a.image {
	float:left; 
	margin:3px 10px 3px 0; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.article a.image:hover {
	border:1px solid #666;
}
.article a.image img {
	float:left; 
}
.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
	line-height: 1.0em;
}

/*.article p.meta a {
	display: block;
	float: right;
	width: 112px;
	height: 29px;
	line-height: 29px;
	overflow: hidden;
	text-align:center;
	color: #fff;
	text-transform: uppercase;
	background: url(../images/button-small.jpg) 50% 50% no-repeat;
}

.article p.meta a.ll {
	clear: both;
}*/

.article p.mini-info {
	color:#999;
	font-size: 11px;
	float: right;
	text-align:right;
	padding:.3em 0;
	margin-bottom:.8em;
}

.article p.med-info {
	/*color:#999;*/
	font-weight: bold;
	font-size: 12px;
	text-align:right;
	padding: .3em 0 .3em 0;
	margin-bottom: 0;
}

h1.details{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.8em;
	text-align:left;
	color: #00449C;
	padding:.2em .5em;
	margin-bottom:0;
	margin-top: 10px;
}

h1.details a{
	color: #00449C;
	border-bottom: #3f74b8 1px dotted;
}
h1.details a:hover{
	color: #00449C;
	border-bottom: #3f74b8 1px solid;
}

.detail-info a.image {
	float:left; 
	margin:3px 10px 3px 0; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.detail-info a.image:hover {
	border:1px solid #666;
}
.detail-info a.image img {
	float:left; 
}

.detail-meta{
	text-align:right;
	width:420px;
	float:right;
}

#map{
	width: 775px;
	height: 400px;
	margin: 3px 0 10px 0; 
	border:1px solid #bbb;
	background:#fff;
}

/*** Search-Box ***/

#destinationSearch{
	width: 48%;
	float: left;
}

#inout{
	width: 48%;
	float: right;	
}

#destination{
	font-size: 1.6em;
	width: 300px;
	padding: 2px;
	color: #666;
}

#b_checkin_month,
#b_checkout_month{
	width: 200px;
}

.but button{
	background: transparent;
   border: none;
	margin-top: 10px;
	cursor: pointer;
}

.ranking-container{
	width: 150px;
	height: 9px;
	overflow: hidden;
	background: url(../images/progress-bg.gif) 0% 0% no-repeat;
}

.ranking-inner{
	height: 9px;
	margin-left: 4px;
	overflow: hidden;
	background: url(../images/progress-bar.gif) 100% 0% no-repeat;
}

#moreLinks{
	list-style: none;
}

#moreLinks li{
	list-style: none;
	padding-top: 5px;
}

#moreLinks li a{
	color: #00449C;
	border-bottom: #3f74b8 1px dotted;
}

#moreLinks li a:hover{
	color: #00449C;
	border-bottom: #3f74b8 1px solid;
}

/*** Map ***/
.gmnoprint div div{
	font-weight: bold;
}