/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background: #faf9ec 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: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:2.0em;
	text-align:left;
	/*background:#713fb8;*/
	padding: 0.5em 0 1.4em 0.5em;
	margin-bottom:0;
	margin-top: 10px;
}

h1#branding,
div#branding{
	color: #fff;	
}

h1.pInfo{
	padding: 0.5em 0 0.1em 0;
	color: #713fb8;
	font-size: 1.8em;
	border-bottom: #666 1px dotted;
}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}


/* boxes
----------------------------------------------- */
.box {
	background: #FAF9EC;
	margin-bottom:20px;
	border: #cb8af5 1px solid;
	padding:10px 10px 1px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#container_content .grid6 .box{
	border: #713fb8 1px solid;
}

.box h2 {
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	background:#cb8af5;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.box h2 a,
.box h2 a.visible{
	color:#fff;
	background: #713fb8 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:#713fb8;
}

.box h2.blue-rounded{
	color:#fff;
	background-color:#713fb8;
	border: none;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.more-articles{
	clear:both;
	/*border:none;*/
}

.article p label{
	display: block;
	float: left;
	width: 95px;
	font-weight: bold;
}

.article p label.listing-label{
	width:80px;
	font-weight: normal;
}

.article p.listing-label-container{
	padding-left: 20px;
}

.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:#713fb8;
}
.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;
	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) 100% 0px no-repeat;
	padding-bottom: 10px;
	height: 120px;
}

#header{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#container_content{
	margin-top: 10px;
	padding-top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* 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 2em;
	height:2.4em;
	line-height:2.5em;
}

ul.nav li a:hover {
	background-color:#fff; 
	color:#713fb8;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	height:2.4em;
	line-height:2.5em;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

ul.nav li.current a {
	background:#fff; 
	color:#713fb8;
	padding:0 2em;
	font-weight:bold;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/* 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%;
}

.large-input{
	font-size: 1.6em;
	padding: 4px;
	width: 420px;
	float: left;
	margin: 0.25em 0.5em 1em 0;
	color: #999;
	font-family: Consolas,Monaco,Courier,monospace;
}

.medium-input{
	font-size: 1.6em;
	padding: 4px;
	width: 220px;
	float: left;
	margin: 0.25em 0.5em 1em 0;
	color: #999;
	font-family: Consolas,Monaco,Courier,monospace;
}

.small-input{
	font-size: 1.2em;
	padding: 4px;
	font-weight: bold;
	width: 190px;
	float: left;
	margin: 0.25em 0.5em 0.25em 0;
	color: #999;
	font-family: Consolas,Monaco,Courier,monospace;
}

.search-input{
	font-size: 1.2em;
	padding: 4px;
	font-weight: bold;
	width: 250px;
	float: left;
	margin: 0.1em 0.5em 0.1em 0;
	color: #999;
	font-family: Consolas,Monaco,Courier,monospace;
}

.search-select{
	font-size: 1.2em;
	padding: 4px;
	font-weight: bold;
	float: left;
	margin: 0.1em 0.5em 0.1em 0;
	font-family: Consolas,Monaco,Courier,monospace;
}

.fixed{
	width: 200px;
}

.search-button{
	margin: 0.5em 0 0.5em 0;
}

/* articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
}
.article {
	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;
}

.title-container{
	 height: 40px;
	 margin-bottom: 3px;
	 overflow: hidden;
}

.desc-container{
	height: 70px;
	overflow: hidden;
}

.imgDetails{
	text-align: center;
}

.pagination{
	text-align:right;
}

.pagination a,
.currentPage,
.morePages{
	font-weight: bold;
	padding: 2px 4px;
	border: #ccc 1px solid;
	margin-right: 2px;
	color: #666;
}

.pagination a:hover,
.currentPage{
	background: #62369f;
	color: #fff;
}

.article h3 {
	margin-bottom:.2em;
	font-size:1.2em;
	line-height: 1.4em;
}
.article h3 a{
	color: #713fb8;
	border-bottom: #713fb8 1px dotted;
}
.article h3 a:hover{
	border-bottom: #713fb8 1px solid;
}
.box .first {
	border-top:none;
}

.imgCenter{
	text-align: center;
}

.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 a.listing-image{
	display: block;
	margin: 0 auto;
	float:none;
	border:1px solid #ddd;
	height: 120px;
	overflow: hidden;
}

.article a.listing-image img {
	float:none; 
}


.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;
}*/

p.mini-info{
	color:#999;
	font-size: 11px;
	text-align:center;
	padding:.3em 0;
	margin-bottom:.8em;
}

.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:#62369f;
	font-weight: bold;
	font-size: 1.8em;
	text-align:right;
	padding: .3em 0 .3em 0;
	margin-bottom: 0;
}

.article p.med-info strike{
	font-size: 12px;
	color: #666;
	font-weight: bold;
}

h1.details{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.8em;
	text-align:left;
	color: #62369f;
	padding:.2em .5em;
	margin-bottom:0;
	margin-top: 10px;
}

h1.details a{
	color: #62369f;
	border-bottom: #713fb8 1px dotted;
}
h1.details a:hover{
	color: #62369f;
	border-bottom: #713fb8 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:100%;
	float:right;
}

.detail-meta img,
.listing-meta img,
.home-meta img{
	float: right;
}

.listing-meta,
.home-meta{
	clear:both;
	height: 30px;
	margin-top: 5px;
}


.detail-meta span{
	display: block;
	float:left;
	color:#62369f;
	font-weight: bold;
	font-size: 1.8em;
	text-align:right;
	padding: 0.7em 0 0.7em 0.5em;
	margin-bottom: 0;
	/*clear:both;*/
}

.listing-meta span,
.home-meta span{
	display: block;
	float:left;
	color:#62369f;
	font-weight: bold;
	font-size: 1.0em;
	text-align:right;
	padding: 0.7em 0 0.7em 0.5em;
	margin-bottom: 0;
}

.home-meta span{
	font-size: 1.4em;
	padding: 0.6em 0 0.6em 1em;
}

#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: #62369f;
	border-bottom: #713fb8 1px dotted;
}

#moreLinks li a:hover{
	color: #62369f;
	border-bottom: #713fb8 1px solid;
}

/*** Map ***/
.gmnoprint div div{
	font-weight: bold;
}

/* menus
----------------------------------------------- */

#section-menu{
	padding-top:0;
}

ul.menu {
	list-style:none;
	/*border-top:1px dotted #bbb;*/
}
ul.menu li {
	margin:0;
}

ul.menu li span{
	font-weight: bold;
	color: #62369f;
	display: block;
	padding: 1.0em 0 0.25em 0;
	font-size: 1.4em;
}

ul.menu li a {
	display:block;
	cursor: pointer;
	padding:4px 10px;
}

ul.menu li ul li a {
	background: url(../images/tree.png) 0% 50% no-repeat;
	color: black;
}

ul.menu li ul li a.last {
	background: url(../images/tree-end.png) 0% 50% no-repeat;
}

ul.menu li a:active,
ul.menu li a:hover {
	background: #713fb8 url(../images/tree.png) 0% 50% no-repeat;
	color: #fff;
}

ul.menu li a.current {
	background: #713fb8 url(../images/tree.png) 0% 50% no-repeat;
	color: #fff;
}

ul.menu li ul li a:active,
ul.menu li ul li a:hover {
	background: #cb8af5 url(../images/tree.png) 0% 50% no-repeat;
}

ul.menu li ul li a.last:active,
ul.menu li ul li a.last:hover {
	background: #cb8af5 url(../images/tree-end.png) 0% 50% no-repeat;
}

ul.menu li ul li a.current {
	background: #cb8af5 url(../images/tree.png) 0% 50% no-repeat;
	color: #fff;
}

ul.menu li ul li a.last {
	background-image: url(../images/tree-end.png);
}



/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
}

