/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 13px/1.5 Arial, Helvetica, sans-serif;
}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 25px;
}

h2
{
	font-size: 23px;
}

h3
{
	font-size: 21px;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
}/*
 & Columns : 24 
 & Gutter %: 20% 
 & MinWidth: 960px
 & MaxWidth: 960px
 */
.grid_1 { width: 3.3333333333333%; }
.grid_2 { width: 7.5%; }
.grid_3 { width: 11.666666666667%; }
.grid_4 { width: 15.833333333333%; }
.grid_5 { width: 20%; }
.grid_6 { width: 24.166666666667%; }
.grid_7 { width: 28.333333333333%; }
.grid_8 { width: 32.5%; }
.grid_9 { width: 36.666666666667%; }
.grid_10 { width: 40.833333333333%; }
.grid_11 { width: 45%; }
.grid_12 { width: 49.166666666667%; }
.grid_13 { width: 53.333333333333%; }
.grid_14 { width: 57.5%; }
.grid_15 { width: 61.666666666667%; }
.grid_16 { width: 65.833333333333%; }
.grid_17 { width: 70%; }
.grid_18 { width: 74.166666666667%; }
.grid_19 { width: 78.333333333333%; }
.grid_20 { width: 82.5%; }
.grid_21 { width: 86.666666666667%; }
.grid_22 { width: 90.833333333333%; }
.grid_23 { width: 95%; }
.grid_24 { width: 99.166666666667%; }

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16,
.grid_17,
.grid_18,
.grid_19,
.grid_20,
.grid_21,
.grid_22,
.grid_23,
.grid_24 {
	margin-left: 0.41666666666667%;
	margin-right: 0.41666666666667%;
	float: left;
	display: block;
}

.alpha{margin-left:0px;}
.omega{margin-right:0px;}

.container{
	min-width: 900px; 
	max-width: 900px; 
	margin: auto;
}

/* @
 * tinyfluidgrid.com
 & girlfriendnyc.com
 */

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix,*:first-child+html .clearfix{zoom:1}/*@import url(http://fonts.googleapis.com/css?family=Questrial);*/
/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	color: #333;
	font-size: 12px;
	padding: 10px 0 40px 0;
	background: url("../images/bg-body.png") repeat-x scroll 0 0 #EDF4FA;
}

#l-logo{
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 10px 20px;
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
/*font-family: 'Questrial', sans-serif;*/
	color: #fff;
	background: #F68B1E;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	text-shadow: -1px -1px 0px #785a38;
	/*-moz-box-shadow:1px 1px 5px #333333;
	-webkit-box-shadow:1px 1px 5px #333333;
	-khtml-box-shadow:1px 1px 5px #333333;
	box-shadow:1px 1px 5px #333333;*/
	border: #4e89d5 1px solid;
	background: transparent url(../images/bg-top.png) 0% 50% no-repeat;
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffc991), color-stop(.5, #f49432),color-stop(.5, #F68B1E), to(#d5791c));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5b026', EndColorStr='#f48423'); /* IE6,IE7 only */
    /* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5b026', EndColorStr='#f48423')"; /* IE8 only */
}

#l-news{
	margin-top: 1px;
	padding: 2px 2px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
/*font-family: 'Questrial', sans-serif;*/
	color: #fff;
	background: #447BC2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	text-shadow: -1px -1px 0px #447BC2;
	/*-moz-box-shadow:1px 1px 2px #333333;
	-webkit-box-shadow:1px 1px 2px #333333;
	-khtml-box-shadow:1px 1px 2px #333333;
	box-shadow:1px 1px 2px #333333;*/
	border: #4e89d5 1px solid;
	background: -moz-linear-gradient(top, #9eb9db, #447BC2 50%, #4e89d5);
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffc991), color-stop(.5, #f49432),color-stop(.5, #F68B1E), to(#d5791c));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5b026', EndColorStr='#f48423'); /* IE6,IE7 only */
    /* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5b026', EndColorStr='#f48423')"; /* IE8 only */
}

#l-top{
	margin-top: 1px;
	padding: 10px 2px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: 'Questrial', sans-serif;*/
	color: #fff;
	background: #f29400; /*447BC2;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	text-shadow: 1px 1px 0px #333333;
	/*-moz-box-shadow:1px 1px 2px #333333;
	-webkit-box-shadow:1px 1px 2px #333333;
	-khtml-box-shadow:1px 1px 2px #333333;
	box-shadow:1px 1px 2px #333333;*/
	border: #cccccc 1px solid;
	/*background: -moz-linear-gradient(top, #f7dbae, #f29400; 50%, #bd7402);
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffc991), color-stop(.5, #f49432),color-stop(.5, #F68B1E), to(#d5791c));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5b026', EndColorStr='#f48423'); /* IE6,IE7 only */
    /* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5b026', EndColorStr='#f48423')"; /* IE8 only */
}

#l-top a,a:hover{

}

#l-top a,a:hover{
	/*padding: 1px 28px 2px 28px;*/
    color: #fff;
	/*font-size: 12px;*/
	text-decoration: none;
}



#l-header{
	display: none;
}


#l-nav{
	margin: 0 10px 10px 10px;
	padding: 0 10px;
	border:1px solid #b1b1b1;
	border-top: none;

	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;

	background: #ccc;
	background: -moz-linear-gradient(top, #eee, #eee 50%, #ddd);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(.5, #eee), to(#ddd));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE', EndColorStr='#DDDDDD'); /* IE6,IE7 only */
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE', EndColorStr='#DDDDDD')"; /* IE8 only */
}

#l-nav ul{
	margin: 0;
	padding: 0;
}

#l-nav ul li {
    display: block;
    float: left;
	 margin: 0;
	 padding: 5px 0px 5px 10px;
	 /*background: url(../images/arrow-white.gif) 100% 50% no-repeat;*/
    overflow: hidden;
}

#l-nav ul li.last{
	background: none;
}

#l-nav ul li a {
	padding: 1px 28px 2px 28px;
    /*color: #444;
	 text-shadow: 1px 1px 0px #eee;
	 font-size: 12px;
    text-decoration: none;
	 border: #3A6DAD 1px solid;
	 background: #ccc;
	 padding: 0 10px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    -khtml-border-radius: 13px;
    border-radius: 13px;
    -moz-box-shadow: inset 0 1px 1px #afd6ff;
    -webkit-box-shadow: inset 0 1px 1px #afd6ff;
    -khtml-box-shadow: inset 0 1px 1px #afd6ff;
    box-shadow: inset 0 1px 1px #afd6ff;*/
}

#l-nav ul li a:hover{
	 /*border-bottom: #666 1px solid;*/
}

#l-nav ul li.last a{
	/*border-bottom: none;*/
}

#l-regnav ul{
	padding: 0;
	margin: 1.5em 0;
	list-style: none;
	border-top: #ccc 1px solid;
}

#l-regnav ul li{
	padding: 0;
	margin: 0;
	display: block; 
	border-bottom: #ccc 1px solid;
}

#l-regnav ul li a{
	display: block;
	padding: 0.5em 0em 0.5em 1em;
}

#l-regnav ul li a:hover{
	background: #efefef;
	color: #000;
}

#l-regnav ul li#active{
	color: #fff;
	text-shadow: -1px -1px 0px #785a38;
	background: -moz-linear-gradient(top, #9eb9db, #447BC2 50%, #4e89d5);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffc991), color-stop(.5, #f49432),color-stop(.5, #F68B1E), to(#d5791c));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5b026', EndColorStr='#f48423'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5b026', EndColorStr='#f48423')"; /* IE8 only */
}

#l-regnav ul li#active a{
	color: #fff;
}

#l-regnav ul li#active a:hover{
	background: none;
	color: #fff;
}


/* Breadcrumb */

#l-breadcrumb ul{
	margin: 0 0 0 1.5em;
	padding: 0;
}

#l-breadcrumb ul li {
    display: block;
    float: left;
	 margin: 0 0 3px 0;
	 padding: 0px 5px 0px 0px;
	 background: url(../images/arrow-grey.png) 100% 50% no-repeat;
    overflow: hidden;
}

#l-breadcrumb ul li.last{
	background: none;
}

#l-breadcrumb ul li a {
	 padding: 0 8px;
    color: #444;
	 text-shadow: 1px 1px 0px #eee;
	 font-size: 12px;
	 font-weight: normal;
	 font-size: 11px;
    text-decoration: none;
	/*  border: #3A6DAD 1px solid;
	 background: #ccc;
	 padding: 0 10px;
   -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    -khtml-border-radius: 13px;
    border-radius: 13px;
    -moz-box-shadow: inset 0 1px 1px #afd6ff;
    -webkit-box-shadow: inset 0 1px 1px #afd6ff;
    -khtml-box-shadow: inset 0 1px 1px #afd6ff;
    box-shadow: inset 0 1px 1px #afd6ff;*/
}

#l-breadcrumb ul li a:hover{
	text-decoration: underline;
}

#l-breadcrumb ul li.last a{
	border-bottom: none;
}

#l-content{

}

.w100{
	width: 100%;
}

.border{
	border: #ddd 1px solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	 background: #fff;
	 margin-bottom: 0.75em;
}

.height200{
	height: 275px;
}

.med-info{
	display: none;
}

.bold{
	font-weight: bold;
}

.spacing{
	padding: 2em;
}

.block-link{
	margin-bottom: 1em;
}

a.image img,
.float-image{
	float: left;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: #ccc 1px solid;
	box-shadow: 2px 2px 2px #777;
	-moz-box-shadow: 2px 2px 2px #777;
	-webkit-box-shadow: 2px 2px 2px #777;
	-ktml-box-shadow: 2px 2px 2px #777;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.float-icon{
	/*float: left;*/
	margin-right: 2px;
	margin-bottom: 2px;
}

.meta{
	text-align:right;
	clear:both;
}

#map{
	height: 450px;
}

#l-footer{
	/*padding-top: 1em;*/
	font-size: 11px;
	font-weight:normal;
	color: #444;
}

#l-footer .grid_8 strong{
	display: block;
	padding-left: 5px;
}

#l-footer ul{
	list-style: none;
	padding: 0;
	margin: 5px 5px 0 0;
}

#l-footer ul li{
	display: block;
	margin: 0;
	padding: 0.5em 0 0.5em 0.5em;
	border-bottom: #999 1px dotted;
}

#l-footer ul li.right{
	text-align: right;
}

#l-footer ul li a{
	display: block;
	font-weight: normal;
	font-size: 11px;
	color: #444;
}

#l-footer ul li a:hover{
	color: #222;
}
/*** Map ***/

#map-tooltip { /*width: 200px;*/ color: white; padding: 2px 10px; text-align:center; border: #e3811c 1px solid; }
#map-tooltip, .button { -moz-border-radius:10px; -webkit-border-radius:10px; border-radius: 10px; }
#map-tooltip { 
	/*background: url(../images/bg-bubble.png) 0% 0%;*/
	color: #fff;
	text-shadow: -1px -1px 0px #785a38;
	-moz-box-shadow:0px 2px 5px #333;
	-webkit-box-shadow:0px 2px 5px #333;
	-khtml-box-shadow:0px 2px 5px #333;
	box-shadow:0px 2px 5px #333;
	font-weight: bold;
	background: #f68b1e; 
	background: rgba(246, 139, 30, 0.9); 
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#50000000',endColorstr='#50000000');
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#50000000',endColorstr='#50000000')";*/
}


/* anchors
----------------------------------------------- */
a {
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#333;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; margin-bottom:.3em; color: #222;}
h2 {font-size: 18px;font-weight: normal;}
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;
}

.main-h1{
	color: #222;
	margin-bottom: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
}

.listing{
	padding: 1em;
	border-top: #ccc 1px solid;
}

.listing-highlight{
	/*background: #f0eded;*/
	background: #fff;
	border-top: #fff 1px solid;
	box-shadow:0px 2px 10px #999999;
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.pb1em{
	padding-bottom: 1em;
}

.listing .med-info{
	/*float: right;
	color: #999;*/
	font-weight: bold;
}

.listing h3{
	font-size: 16px;
	font-weight: normal;
}

.listing h3 a {
	color: #222;
	border-bottom: #999 1px dotted;
}

.listing h3 a:hover {
	color: #e3811c;
	border-bottom: #e3811c 1px solid;
}

.w100 hr{
	margin-bottom: 10px;
}

#sorting-container{
	float:right;
	padding: 0 0 0.5em 0;
	width: 310px;
}

#sorting-container label{
	display: block;
	float:left;
	padding: 0.25em 0.5em 0.25em 0;
}

#sorting-container select{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0.2em;
	width: 220px;
	margin: 0.25em 0;
	border: #ccc 1px solid;
	background-color: #efefef;
}

#sorting-container option{
	font-weight: normal;
}

#sorting-container select:hover{
	background-color: #fff;
}

/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
	text-align:justify;
}
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;
}

/* 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%;
}

/* details
----------------------------------------------- */

ul li label{
	display: block;
	float: left;
	width: 210px;
}

.grid_11 ul{
	list-style: none;
}

.grid_11 ul li{
	margin-left: 0.5em;
	padding-left: 1.25em;
	background: url(../images/link_arrow_small.gif) 0% 50% no-repeat;
}

.block-h4{
	border-bottom: #ccc 1px solid;
}

.moreTitle{
	display: block;
	font-size: 18px;
	color: #222;
	padding: 0.5em 1em;
}

/* progress-bar */

#groupSelecter{
	width:270px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0.2em;
	margin: 0.25em 0;
	border: #ccc 1px solid;
	background-color: #efefef;
}

select#groupSelecter:hover{
	background-color: #fff;
}

#groupSelecter option{
	font-weight: normal;
}

.progress-box { 
	background:url(../images/p-bg-225.gif) right center no-repeat; 
	width:225px; 
	height:15px; 
	float:left; 
}
.progress-perc { 
	background:url(../images/p-slider-335.png) right center no-repeat; 
	height:15px; 
	margin-left: 1px; 
}
.progress-perc-blue { 
	background:url(../images/p-slider-335-blue.png) right center no-repeat; 
	height:15px; 
	margin-left: 1px; 
}
.progress-display	{ 
	font-family:tahoma, arial, sans-serif; 
	font-size:11px; 
	color:#000; 
	float:left; 
	padding: 0px 0 0 10px;
}
.progress-display-blue	{ 
	font-family:tahoma, arial, sans-serif; 
	font-size:11px; 
	color:#000; 
	font-weight:bold;
	float:left; 
	padding: 0px 0 0 10px;
}
.progress-label{
	display: block;
	padding: 0.6em 0 0.15em 0;
	/*font-family: tahoma, arial, sans-serif; 
	font-size:11px; */
	color:#333; 
}

.progress-mini-container{
	float:right;
}

.progress-mini-label{
	float:left;
	font-family: tahoma, arial, sans-serif; 
	font-size:10px; 
	color:#666; 
	line-height: 10px;
}

.progress-mini-box			{ 
	background:url(../images/p-bg-mini.gif) right center no-repeat; 
	width:135px; 
	height:10px; 
	float:left; 
}
.progress-mini-perc		{ 
	background:url(../images/p-slider-mini.png) right center no-repeat; 
	height:10px; 
	margin-left: 1px;
}
.progress-mini-display	{ 
	font-family: tahoma, arial, sans-serif; 
	font-size:10px; 
	color:#666; 
	float:left; 
	line-height: 10px;
	padding: 0px 0 0 5px;
}
/*** Wetter ***/

#weather img{
	margin: 0 5px 0 0;
}

#today{
	margin: 1em 0;
	line-height: normal;
	padding: 1em 0;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
}

#today img{
	float:left;
}

#forecast{
	display: none;
}
.morecontent span {
    display: none;
}

.search{
	font-weight: bold;
	background: #F68B1E;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	text-shadow: -1px -1px 0px #785a38;
	border: #779ccd 1px solid;
	background: -moz-linear-gradient(top, #9eb9db, #82a5d1 50%, #779ccd 50%, #4e89d5);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffc991), color-stop(.5, #f49432),color-stop(.5, #F68B1E), to(#d5791c));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5b026', EndColorStr='#f48423'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5b026', EndColorStr='#f48423')"; /* IE8 only */
}

#search{
	padding: 0.5em 1em;
	color: #fff;
}

#search label{
	width: 100px;
	display: block;
	float: left;
	padding: 2px 0;
	margin-bottom: 4px;
	line-height: normal;
}

#search input[type="text"]{
	color: #999;
	padding: 4px;
	width: 332px;
	font-size: 1.6em;
	margin-bottom: .5em;
}

#search select{
	padding: 1px 0;
	width: 50px;
	margin-bottom: 4px;
}

#search input[type="submit"]{
	margin-top: 1em;
	margin-right: 1em;
	padding: 4px 38px 5px 38px;
	float: right;
}

#search span{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: block;
}

.focused{
	color: #222!important;
}

#weatherMore{
	background: url(../images/arrow-top-down.png) 0% 0% no-repeat;
	width: 22px;
	height: 22px;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}

/*** 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;
}
