/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body { line-height: 1.5; background: #fff;}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }


@charset "UTF-8";

/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.7.1
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

body  {
	font: normal 11px "Lucida Grande", Helvetica, Arial, sans-serif;
	background-color: #fff;
	margin: 0px auto;
	padding: 0px; 
	line-height: 160%;
}

h3 { padding-bottom:10px; }

li { list-style:none; }

.hidden,
label.hint { display:none; }

.vhidden{ visibility:hidden; }

.button { cursor:pointer; }

.button.map_button {
  padding:2px 10px;
  background-color:red;
}

/**
 * @section unsort list
 */
ul.horizontal li { display:inline; }

ul.vertical li { display: block; }

.gmnoprint .hidden{ display:block; }

/**
 * @workaround 
 * @link http://www.webtoolkit.info/css-clearfix.html
 */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix { display: inline-block; }

html [ xmlns ] .clearfix { display: block; }

* html .clearfix { height: 1%; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0
}


/**
 * @fontdef   "Lucida Grande",Helvetica,Arial,sans-serif;
 *
 * @colordef  #849BD5; DEFAULT - Text Highlight
 * @colordef  #E7EDF8; BRIGHT  - Hintergrund Visitenkarte, Suchfeld
 * @colordef  #9C9EAE; MEDIUM  - passiver Tab, abgeschwächter Text
 * @colordef  #555E7B; DARK    - Funktions-Button
 *            
 * @colordef  #FF9C00; ORANGE  - Navigation Highlight
 * @colordef  #D9D9D9; GREY    - Linie Trenner, Rahmen um Bilder
 * @colordef  #131C35; DARK    - Hintergrund Header, Text & aktiver Tab
 *            
 * @section m enu
 * @colordef  #1C294E; Button Einkaufen
 * @colordef  #192648; Marker Einkaufen
 *            
 * @colordef  #24345E; Button Essen&Trinken
 * @colordef  #3C4E80; Marker Essen&Trinken
 *            
 * @colordef  #2E3f6C; Button Erleben
 * @colordef  #849BD5; Marker Erleben
 *            
 * @colordef  #3B4E7F; Button Suche
 *            
 * @colordef  #1C294E; Button MeineCity
 * @colordef  #009200; Marker MeineCity
 *            
 * @colordef  #E2F3E0; Sidebar Collection background
 * @colordef  #E8EDF8; Sidebar Explore background
 *            
 */

body{
	width:100%;
	background-color: #131C35;
	font-family:"Lucida Grande",Helvetica,Arial,sans-serif;
	min-width:1000px;
	overflow:hidden;
}
a {
	text-decoration:none;
	color:#a7aab0;
}

a:active, a:focus {
  outline: none;
}
a:hover{ color:#ffffff; }
/**
 * @note Base container box definitions
 */
#head {
	width: 100%;
	height:102px;
	position:absolute;
	top:0;
	right:0;
	z-index:10;
	overflow:hidden;
	background: url(/images/head/head.png) repeat-x scroll top left;
}
#main_navigation a.button,
#head a.button { font-size:12px; }

.bottom_line {
	color:#9C9DAE;
  display:block;
  font-size:9px;
  line-height:12px;
  padding-top:2px;
  width:110px;
}
/** 
 * @note global properties
 * 
 * @section opening state
 */
.opening_state {
  display: block;
 	height: 18px;
 	width: 38px;
  background: transparent url(/images/sidebar/opening_states.gif) no-repeat scroll top left;
}

.opening_state span { display: none; }

.opening_state.open { background-position:0 -34px; }

.opening_state.closing { background-position:0 -17px; }


/** @workaround centered marker at the static map (282x182px) */ 
#static_marker{
	background:transparent url(/images/site/static_marker.png) no-repeat scroll 0 0;
	display:block;
	height:32px;
	left:129px;
	position:relative;
	top:-87px;
	margin-top:-32px;
	width:57px;
	z-index:1;
}

/** @section collection */
.collection_link {
	display: block;
	background: transparent url(/images/sidebar/collection_link.gif) no-repeat scroll 100% 0;
	height: 18px;
	text-indent: -2000px;
	width: 18px;
}
.collection_link.remove {	background-position: 100% 100%;	}
/** @note disable all underline on the  phone anchor */
a.phone{ text-decoration:none !important; }


/**
 * 
 */
#main {
	position:absolute;
	top:94px;
	left:0;
	background-color: #172239;
	background-color: #FFFFFF;
	width: 100%;
	z-index:1;
	overflow:hidden;
}
/** 
 * @section footer
 */
#footer {
	background: url(/images/footer/footer.png) bottom left repeat-x;
	bottom: 0;
	height: 26px;
	left: 0;
	padding: 9px 0 0;
	position: absolute;
	width: 100%;
	z-index: 10;
}

	#footer li {
		background: url(/images/footer/dot.gif) center right no-repeat;
		display: inline-block;
		margin: 2px 0 0;
		padding: 0 8px 2px;
		float: left;
	}

	#footer .first { padding-left: 0; }
	
	#footer .last {
		background: none;
		padding-right: 0;
	}

  #footer .list_0 {
		margin-left: 18px;
		position: absolute;
		width: 90%;
	}
	
  #footer .list_1 {
  	position: absolute;
	left: 50%;
	width: auto;
  }

	#footer .list_1 li {
		position: relative;
		right: 50%;
	}

	#footer .list_1 li.last {
	}

  #footer .list_2 {
  	position: absolute;
  	right: 18px;
  	text-align: right;
  }


/*
 * @section content form elements
 */
#content {
	background-color:#fff;
	width: 100%;
	float:left;
	overflow-x:hidden;
	overflow-y:auto;
	/* http://snook.ca/archives/html_and_css/position_relative_overflow_ie/ */
	position: relative;
}

#content .categories label { display:block;}

#logo{
	background: transparent url(/images/head/logo.jpg) top left no-repeat;
	cursor: pointer;
	float:left;
	height:94px;
	text-indent: -1000px;
	width:202px;
}


/**
 * @section search
 * Enabled temporary inline javascript for the collection links
 * Updated header background
 */
#search #match {
	background: transparent none no-repeat scroll 0 0;
	border: none;
	margin:0;
	padding: 12px 0 0 14px;
	height: 18px;
	width: 95px;
}
#search #match.hint { color: #BABDC7; }
#search #match:focus { color: #131C35; }

#search .button {
  height:23px;
  left:-3px;
  overflow:hidden;
  position:relative;
  width:30px;
  opacity: 0;
  filter:alpha(opacity=0);
}

#search #search_type,
#search .toggle {	display: none; }

/**
 *
 * @section tag_cloud login
 * @colordef #506185; background list item hover
 * @colordef #ffffff; font active
 * @colordef #ff9c00; font hover
 */
#tag_cloud,
#login_box {
  width:163px;
  margin:-12px 0 0 -3px;
}

#tag_cloud { 
  margin-top:-10px; 
  text-align:left;
  width:241px;
}
#tag_cloud ol {  position:static; }

#tag_cloud ol li {
  border: none;
  display:inline;
  float:none;
  margin:0;
  padding:0;
  position:static;
  width:auto;
}

#tag_cloud a { 
  background-color:transparent !important; 
  line-height: 1.5em;
  white-space: nowrap;
  padding: 0px 2px;
}

#tag_cloud .size_0 { font-size: 1em; color:#8690AA; }

#tag_cloud .size_1 { font-size: 1.1em; color:#AEB5C7; }

#tag_cloud .size_2 { font-size: 1.2em; color:#D7DAE3; }

#tag_cloud .size_3 { font-size: 1.3em; color:#FFFFFF; }

#tag_cloud a.active { color: #FF9C00 !important;}

/** @section head meine city */
#login_box li { text-align:left; }
#login_box a {
  display:block;
  height:21px;
  margin-left: 3px;
  padding:5px 11px 2px;
}
#login_box a:hover {
  background-color:#506185;
  color:#ff9c00;
}

#show_collection_link a { height:35px; }

#show_collection_link a span {
  font-size:9px;
  color:#9C9DAE;
  display:block;
}

/**
 * @section notepad
 */
#notepad a { font-size: 13px; }

/**
 *
 *
 * @section all form definitions here
 */

form .category_block {
	border:1px dashed #CCCCCC;
	margin-bottom:10px;
	padding:10px 0;
	clear:both;
	width:100%;
}
form .category_block li {
  margin:5px 0;
	clear:none;
}

form .category_block li.vhidden {
  display: none;
}

form .category_block #new_category { display:block; }

/**
 * @note disabled scrollbar in the map content 
 * @css-for IE
 * @section map map_wrapper
 */
 #map_wrapper,
 #map { overflow:hidden; }
/**
 * @subsection map marker 
 * @note marker tooltip : currently unused
 */ 
#map .tooltip {
 	background-color:#ffc;
	border:1px solid #000;
	padding:0 2px;
}

#map .marker.label{
  color:#FFFFFF;
  margin-left:-10px;
  margin-top:-28px;
  text-align:center;
  width:21px;
}


/**
 * @section feedback
 */
.feedback {}

	.feedback p {
		padding: 0 0 1em 37px;
	}
	
		.feedback form p {
			padding: 0;
		}


fieldset.radio-inline div {
  display: inline;
}


/**
 * @section brands
 */
.brands {}

	.brands h2 {
		color: #8CA2D8;
		font-size: 1.1em;
		padding: 10px 0 18px;
	}

	.brands ul {
		margin-left: 9px;
	}

	.brands li {
		
	}

	.brands a {
		color: #131C34;
		text-decoration: underline;
	}
	
	
	
	
/**
 * @section categories
 */
.categories {}

	.categories h2 {
		color: #8CA2D8;
		font-size: 1.1em;
		padding: 10px 0 18px;
	}

	.categories a {
		color: #131C34;
		text-decoration: underline;
	}
	
	.categories .indentation {
		width: 674px;
	}
	
	.categories .subcategories {
		float: left;
		width: 337px;
	}

		.categories .subcategories ul {
			border-right: 1px solid #D8D8D8;
			margin: 0 0 0 9px;
		}
		
	.categories .vcards {
		float: right;
		width: 337px;
	}

		.categories .vcards h2 {
			padding-left: 12px;
		}

		.categories .vcards p {
			padding: 0 0 0 12px;
		}

		.categories .vcards ul {
			border-left: 1px solid #D8D8D8;
			padding: 0 0 0 21px;
			margin: 0 0 0 -1px;
		}




/**
 * @section signup
 */
.signup {}

	.signup p {
		width: 530px;
	}
	
.activate {
  width: 500px;
}
	
	
/**
 * @section tellafriend
 */
.tellafriend {}

	.tellafriend p {
		width: 530px;
		margin: 0 0 1em 36px;
	}
/**
 * @section breadcrumbs
 */
#breadcrumb {
  clear:both;
  color:#ACB0BB;
  float:right;
  margin-top:-22px;
  padding:0;
  width: 765px;
}

/**
 *
 * @section message
 *
 * @note Main styles for all message elements
 */
.message {
	display:block;
	padding:8px 18px 8px 50px;
	padding-bottom: 8px;
}
.message a {
  color:#131c34; 
  text-decoration:underline;
}


.message.flash {
  min-height:40px;
  margin-left: 30px;
  margin-top: 7px;
  top: 35px;
  width: 227px;
  /** @css-for firefox 3 @note rounded corner*/
  -moz-border-radius: 6px;
  /** @css-for safari 3 @note rounded corner */
  -webkit-border-radius: 6px;
}

/**
* @note colors for the different message types
*/
/** @note blue */
.message.flash.notice {
  background: #e9edf8 url(/images/sidebar/message_icon_note.gif) no-repeat scroll 10px 15px;
	border: 1px solid #b9bcc5;
	color: #141b37;
}
/** @note green */
.message.flash.notice a { color:#141B37; }
.message.flash.notice a:hover { color:#000000; }

#content .message.flash.notice,
.message.flash.warning {
  background: #e2f3e1 url(/images/sidebar/message_icon_warn.gif) no-repeat scroll 10px 15px;
	border: 1px solid #b4c9b6;
	color: #013e03;
}

/** 
 * @note red 
 * @todo A error icon image must be created
 */
.message.flash.error {
  background: #FFAFAF url(/images/sidebar/message_icon_error.gif) no-repeat scroll 10px 15px;
	border: 1px solid #de3b3b;
	color: #de3b3b;
}

.message.flash #message_close {
  background:transparent url(/images/sidebar/close.gif) no-repeat scroll left top;
  cursor:pointer;
  height:18px;
  /*
  margin:-11px 0 -7px 231px;
  */
  text-indent:-90em;
  width:18px;
  position:absolute;
  right:8px;
  top:86px;
}

#content .message.flash.notice {
	position: absolute;
	top: 26px;
	right: 20px;
}

#content .message.flash #message_close {
  margin-left:230px;
  margin-top:-11px;
  position:static;
  text-indent:90em;
  background-position:right top;
}


#symbol_counter {
  margin-top:-10px;
  padding-right:21px;
  text-align:right;
}

/**
 * 
 * @css-for Safari & Opera
 *
 */ 
@media screen and (-webkit-min-device-pixel-ratio:0) {
  /** @note repositioned text in inputfield */
  #search #match { padding-top:20px; }
  /** @note repositioned message box */
  #content .message.flash.notice { margin-top:-18px; }
}

#notepad-cover {
  height:100px;
  position:absolute;
  right:0;
  top:94px;
  width:164px;
  z-index:100;
  opacity: 0;
  filter:alpha(opacity=0);  
  display: none;
}

#notepad li:hover #notepad-cover,
#notepad li.hover #notepad-cover { display: block; }

/**
 * @tested Safari 3, Firefox 3, IE7
 */

 /**
  * @note ul.menu Containes the dropDown stlyes
  * @section main_navigation
  * @colordef #506185; background list item hover  
  */
.dropdown a { display:block; }

#main_navigation {
 	height: 67px;
 	position: absolute;
 	right: 320px;
 	top: 4px;
 	width: 480px;
 	z-index: 598;
 	font-size:12px;
}
 
#main_navigation a.button {
  background:#1C294E url(/images/head/menu/main_buttons.jpg) no-repeat scroll 0 0;
  color:#FFFFFF;
  height:55px;
  padding:12px 0 0 42px;
  width:118px;
}

#main_navigation ul {
  margin-top:-10px;
  width:241px;
}
/** @note item 0 */
#main_navigation ul li.first { 
  background-color: transparent;
  /** impeded overwriting other images */
  background-image: url(/images/head/menu/0_top_sprite.jpg) !important;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left top;
  height:9px;
  width: 241px;
}

#main_navigation ul li { background:transparent url(/images/head/menu/0_0_middle.png) repeat-y scroll left top; 	}	

#main_navigation ul li.last {
  background:transparent url(/images/head/menu/0_0_bottom.png) no-repeat scroll left bottom;
  height:12px;
  width: 241px;
}

#main_navigation ul ul { margin-left:-8px; }

#main_navigation ul ul li.first { background-image:url(/images/head/menu/0_1_top.png) !important; }

#main_navigation ul li.second ul li.first { 
  background-color:#17213E;
  background-image:none !important;
  height:3px;
  margin-top:6px;
}

#main_navigation ul li a { 
  height:21px;
  margin:0 3px;
  padding:7px 11px 0;
  width:215px;
}

/**
 * @css-for content with 114px
#main_navigation ul ul li a { width:87px; }
#main_navigation ul ul li { background-image:url(/images/head/submenu_0_1_middle.png); 	}	
#main_navigation ul ul li.last { background-image:url(/images/head/submenu_0_1_bottom.png); 	}	
*/

#main_navigation.dropdown ul li a:hover,
#search.dropdown ul li a:hover,
#notepad.dropdown ul li a:hover {
  background-color:#506185;

}
#search.dropdown ul li a:hover,
#notepad.dropdown ul li a:hover { color: #ff9c00; }

#main_navigation .path {
  color: #dddddd;
  background-color:#506185;
}

#main_navigation .active{ color:#ff9c00 !important; }

#main_navigation a.button.active { color:#ff9c00; }


/** @ section item 1 */
#main_navigation .item_1 a.button { 
  background-color:#24345E;
  background-position:-160px 0px;
}

#main_navigation .item_1 ul ul { margin-top:-10px; }

#main_navigation .item_1 ul,
#main_navigation .item_1 ul .second ul { margin-top:-9px; }
/*
#main_navigation .item_1 ul li.first { background-position:0 -11px;  }
*/
#main_navigation .item_1 ul li.first { background-position:-241px -1px;  }

#main_navigation .item_1 ul li { background-image:url(/images/head/menu/1_0_middle.png); 	}	

#main_navigation .item_1 ul li.last { background-image:url(/images/head/menu/1_0_bottom.png); }

#main_navigation .item_1 ul ul li.first { 
  background-image:url(/images/head/menu/1_1_top.png) !important;
  background-position:0 0;
}  
#main_navigation .item_1 ul li.second ul li.first,
#main_navigation .item_2 ul li.second ul li.first { margin-top:4px; height:4px;}

/** @section item 2 */
#main_navigation .item_2 a.button {	
  background-position:-320px 0px; 
  background-color:#2E3f6C;
} 

#main_navigation .item_2 ul { 
  margin-top:-9px;
  margin-left:-1px; 
}

#main_navigation .item_2 ul ul { 
  margin-top:-10px;
  margin-left:-8px;
}

#main_navigation .item_2 ul .second ul { margin-top:-9px; }
/** 0 -21 px */
#main_navigation .item_2 ul li.first { background-position:-482px -1px;  }

#main_navigation .item_2 ul li { background-image:url(/images/head/menu/2_0_middle.png); 	}	

#main_navigation .item_2 ul li.last { background-image:url(/images/head/menu/2_0_bottom.png); }

#main_navigation .item_2 ul ul li.first {
  background-image:url(/images/head/menu/2_1_top.png) !important;
  background-position:0 0;
}
#main_navigation .item_2 ul li.second ul li.first { margin-top:4px; height:4px;}
/** 
 *
 *
 * @section "Suche" and "Meine City"
 */ 
#search.dropdown, 
#notepad.dropdown {
  position:absolute;
  right:160px;
  top:0;
}

#search.dropdown .first,
#notepad.dropdown .first{
  background:transparent url(/images/head/menu/0_top_sprite.jpg) no-repeat scroll -722px 0px;
  height:10px;
}

#search.dropdown .last,
#notepad.dropdown .last{
  background:transparent url(/images/head/menu/4_bottom.png) no-repeat scroll left bottom;
  height:12px;
  margin-left:1px;
}

#tag_cloud .tags a { display:inline; }

#tag_cloud .tags {
  background:transparent url(/images/head/menu/4_middle.png) repeat-y scroll left bottom;
  margin-left:1px;
  padding:5px 15px 6px;
  width:auto;
  text-align:center;
}

#search.dropdown #reload_form {
  background:#3B4E7F url(/images/head/menu/main_buttons.jpg) no-repeat scroll -480px 0;
  height:59px;
  margin:4px 0 0;
  padding:8px 0 0 11px;
  width:149px;
}

#notepad.dropdown { right:0; }

#notepad.dropdown ul .first { 
  background-position:-964px 0;
  height:9px;
}

#notepad.dropdown ul .last { 
  background-image:url(/images/head/menu/5_bottom.png);
  height:12px;
  margin-left:0;
}

#notepad.dropdown ul li { background-image:url(/images/head/menu/5_middle.png); }

#notepad.dropdown .button {
	background:#1C294E url(/images/head/menu/main_buttons.jpg) no-repeat scroll -640px 0;
  color:#FFFFFF;
  height:54px;
  margin:4px 0 3px;
  padding:13px 10px 0 40px;
  width:110px;
}



/**
 * 
 * 
 * @section dropdown menu in the map
 */
#infrastructure_dropdown.dropdown { font-family: Arial,sans-serif; font-size: small; }

#infrastructure_dropdown.dropdown a.button {
  color:#fff;
/*  background-color:#192133; */
  background-color:#354672;
  border:1px solid #000;
  z-index:1;
  display:block;
}

#infrastructure_dropdown.dropdown a.button span {
  height:18px; 
  margin-top:1px;
  border-right:1px solid #27334F;
  border-bottom:1px solid #27334F;
  border-left:1px solid #3F527F;
/*
  border-right:1px solid #121a2d;
  border-bottom:1px solid #121a2d;
  border-left:1px solid #181f30;
*/
  padding:0;
  text-align:center;
  display:block;
}

#infrastructure_dropdown.dropdown ul {
  background-color:white;
  border:1px solid #000;
  border-top:none;
  font-size:12px;
  padding-top:1px;
}
#infrastructure_dropdown.dropdown ul li { 
  height:19px;
  border-left:1px solid #f0f0f0;
  border-right:1px solid #c3c3c3;
}

#infrastructure_dropdown.dropdown ul li.first { margin-top:-1px; }

#infrastructure_dropdown.dropdown ul li.last { 
  padding-bottom:3px;
  border-bottom:1px solid #c3c3c3;
}

#infrastructure_dropdown.dropdown ul label {
  position:relative;
  top:-2px;
  left:1px;
}

#infrastructure_dropdown.dropdown ul li.last div {
  text-align:center;
  cursor:pointer;
}

#infrastructure_dropdown.dropdown ul li.separator {
  height:1px;
  padding-bottom:3px;
  padding-top:6px;

}

#infrastructure_dropdown.dropdown ul li.separator span { 
  background-color:#B1B1B1;
  display:block;
  position:relative;
  height:1px;
  left:4%;
  width:92%;
}

#infrastructure_dropdown.dropdown ul li.button {  padding-bottom:0; }

/**
 *
 * @note demension 
 */
#infrastructure_dropdown .button ,
#infrastructure_dropdown ul { width:144px; }

#infrastructure_dropdown.dropdown ul li.button { width:142px; }

/**
 * 
 * @css-for Safari&Opera
 */ 
@media screen and (-webkit-min-device-pixel-ratio:0) {
  /** @workaround reset set label of same horizontal position as input field (checkbox) */
  #infrastructure_dropdown.dropdown ul label { top:1px; }
  #infrastructure_dropdown.dropdown ul li.separator { padding-bottom:6px; }
  
  #infrastructure_dropdown.dropdown a.button span { height:17px; }
}

#infrastructure_dropdown.dropdown.open ul {
  visibility:visible !important;
}



/**
 * @section form.standard
 */
/** @note defaults properties for input text/textarea */

form textarea,
form input.text {
  font-family:"Lucida Grande",Helvetica,Arial,sans-serif;
  font-size:1em;
  margin: 0 12px 0 0;
	padding: 3px 2px 0;
} 

/** 
 *
 * @section standard
 *
 */
form.standard {
	padding: 0 0 1em 35px;
	width: 482px;
}

	form.standard div {
		padding: 5px 4px 3px;
		clear: both;
	}
	
	form.standard fieldset {
		padding: 5px 4px 3px 131px;
		clear: both;
	}
	
	form.standard fieldset div {
		clear: none;
		display: block;
		float: left;
		width: 65px;
	}

	form.standard a {
		color: #131C34;
		text-decoration: underline;
	}

	form.standard a:hover {
		color: #000000;
	}

	form.standard label {
		color: #000;
		display: block;
		float: left;
		padding: 3px 0 0;
		width: 128px;
	}

		form.standard label.right {
			display: inline;
			float: right;
			width: 324px;
		}
		/** @note set visible behind the password field */
		form.standard input.no_hint { float:left; }
		form.standard label.hint { 
		  color:#A7AAB0; 
      margin-left:128px;
      width:auto;
		}

		form.standard label.small {
			display: inline;
			float: right;
			width: 38px;
		}
		
		form.standard label.warn {
			color: #D13836;
			display: block;
			float: none;
			width: auto;
			padding:0.2em 0.6em;
		}
		
	form.standard input.text {
		background: #FFF url(/images/forms/input.gif) top left repeat-x;
		height: 18px;
		width: 174px;
  	border: 1px solid #565E7C;
	}
	
	form.standard input.small { float: none; }
	
	form.standard textarea { 
	  background: #FFF url(/images/forms/textarea.gif) top left repeat-x;	
  	border: 1px solid #565E7C;
	}

	form.standard input.indent {
		display: block;
		float: left;
		margin-left: 128px;
	}
	
	form.standard p.hint {
		margin-left: 128px;
		font-style: italic;
	}

	form.standard input.submit {
		background: url(/images/login/einloggen.png) top left no-repeat;
		border: none;
		color: #FFF;
		height: 22px;
		margin: 1em 0 0 128px;
		width: 83px;
		float: none;
	}
	
	form.standard .error {
		background-color: #F3CCCC;
		margin-bottom: 2px;
	}
	

	form.standard .error:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	
		form.standard .error label.right {
			display: block;
		}
		
	html [ xmlns ] form.standard .error { display: block; }

	* html form.standard .error { height: 1%; }
	*+html form.standard .error { height: 1%; }

	
		form.standard .error span {
			margin: 0 0 14px;
			height: 1%;
		}
		
	form.standard .errorExplanation {
		background-color: #F3CCCC;
	}

/** 
 *
 * @section standard
 *
 */
form.member {
	width: 628px;
  padding:0 0 3em 1em;
}

	form.member div {
		background-color: #E9EFF8;
		margin: 0 0 10px;
	}
	
	form.member div.fieldWithError,
	form.member label.warn { color: #F50000; }
	
	form.member .cards {
		margin: 0;
		padding: 0 !important;
	}
	
		form.member h2 {
			font-size: 1.3em;
			margin: 8px 0 18px;
		}
	
		form.member .cards div {
			margin: 0;
			padding: 0;
		}

			form.member .cards div div {
				margin: 0;
				padding: 0 0 0 30%;
				width: 300px;
			}

				form.member .cards div div input { width: 14px; }
				
  form.member textarea,
	form.member input { width: 65%; }
	form.member input.button { width: auto; }
	
	form.member input.prefix { width: 20%; }
	form.member input.number { width: 42%; }
	form.member span.dash {
		display: inline-block;
		text-align: center;
		width: 2%;
	}
	
	form.member #poi_submit { width: auto; }

	form.member .category_block {
		border: none;
		margin: 0;
		padding: 0;
		border-bottom: 2px solid #ffffff;
	}
		
	form.member label {
		display: block;
		float: left;
		padding: 0 0 0 5px;
		width: 30%;
	}

	form.member label.right {
		float: right;
		margin: 3px 0 0 0;
		width: 270px;
	}
		
	form.member label.warn {
		float: none;
		width: auto;
	}
	
	form.member label.hint {
		display: none;
	}
	
	form.member fieldset {
		margin: 0 !important;
		padding: 0 0 15px !important;
	}

	form.member legend {
		color: #9C9DAE;
		padding: 0 0 0 5px;
	}
	
	form.member .button {
		color: #009200;
		font-weight: bold;
		padding: 0 23px 0 0;
		text-align: right;
	}
	
	form.member .remove_category {
	  margin: 0;
		color: #C50000;
	}
	
	form.member .blind { width: auto; }
	
	form.member .thumb {
		display: inline-block;
		margin: 10px 10px 0 193px;
	}
	
	#content form.member .categories .fieldWithErrors label {
    margin:10px;
    width:600px;
	}
	
.offers form.member {
	padding: 0 0 1em;
}

.offers form.member #offer_submit {
	width: auto;
}
	
	
/**
 * @section geocoder
 */
  #geocoder #map{
    margin-left:31%;
    width:65%;
    height:300px;
  }
  
  #geocoder #map div{
    background-color:transparent;
    margin:0;
  }

/**
 * @section opening_hours
 */
.opening_hours form {
	display: block;
	padding: 2px;
}

	.opening_hours label {
		display: block;
		width: 100%;
	}

	.opening_hours select {
		width: 100px;
	}

	.opening_hours fieldset {
		margin: 1em 0 0;
	}

		.opening_hours fieldset select {
			width: 50px;
		}

		.opening_hours fieldset #starts_at_minute,
		.opening_hours fieldset #ends_at_minute {
			margin: 0 0 0 4px;
		}

	.opening_hours #opening_hour_submit {
		margin: 1em 0 0;
	}

	.opening_hours form a {
		display: block;
		margin: 1em 0 0 0;
	}
	


/**
 * @section new_offer_form
 */

.no_contingent {
  background-color: #F3CCCC;
	margin-bottom: 20px;
  padding: 5px;
}

/*#new_offer_form {
	margin: 0 0 1em;
}

	#new_offer_form form,
	.offers form {
		border: 1px solid #DDD;
		display: block;
		padding: 2px;
	}
	
		#new_offer_form form label,
		.offers form label {
			clear: both;
			display: block;
			float: left;
			width: 155px;
		}
		
		#new_offer_form form input,
		#new_offer_form form textarea,
		#new_offer_form form select,
		.offers form input,
		.offers form textarea,
		.offers form select {
			border: 1px solid #CCC;
			margin: 0 0 4px !important;
			width: 330px !important;
		}
		
		#new_offer_form form #image_file,
		.offers form #image_file {
			display: block;
			margin: 0 0 0 155px !important;
			border: 1px solid red;
		}
		
		#new_offer_form form #offer_submit,
		.offers form #offer_submit {
			border: auto !important;
			clear: both;
			display: block;
			margin: 1em 0 0 155px;
			width: auto !important;
		}*/
	
	
/**
 * Styled file upload input
*/
 
label.file.styled {
    width: 98px;
    height: 18px;
    background: url(../images/buttons/choose_file.gif) 0 0 no-repeat;
    display: block;
    overflow: hidden;
    position: relative;
    padding:0;
}

label.file.styled input.file {
    position: relative;
    height: 28px;
    top: -5px;
    font-size: 2em;
    cursor: pointer !important;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

/**
 * ChangedEmail
 */
#new_changed_email {
	margin-top: 20px;
}


/**
 * Flash Messages
 */
#notice {
	background-color: #AAFFAA;
	border: 1px solid #00FF00;
	color: #00FF00;
	left: 100px;
	padding: 10px;
	position: absolute;
	top: 100px;
	width: 300px;
}

	#notice a.close {
		position: absolute;
		right: 0;
		top: 0;
	}

/**
 * @tested Safari 3, Firefox 3-, IE 7- 
 * 
 * 
 * @colordef #849BD5; DEFAULT - Text Highlight
 * @colordef #E7EDF8; BRIGHT  - Hintergrund Visitenkarte, Suchfeld
 * @colordef #9C9EAE; MEDIUM  - passiver Tab, abgeschwächter Text
 * @colordef #555E7B; DARK    - Funktions-Button
 *
 * @colordef #FF9C00; ORANGE  - Navigation Highlight
 * @colordef #D9D9D9; GREY    - Linie Trenner
 * @colordef #131C35; DARK    - Hintergrund Header, Text & aktiver Tab
 *
 * @section menu
 * @colordef #1C294E; Button Einkaufen
 * @colordef #192648; Marker Einkaufen
 *
 * @colordef #24345E; Button Essen&Trinken
 * @colordef #3C4E80; Marker Essen&Trinken
 *
 * @colordef #2E3f6C; Button Erleben
 * @colordef #849BD5; Marker Erleben
 *
 * @colordef #3B4E7F; Button Suche
 *
 * @colordef #1C294E; Button MeineCity
 * @colordef #009200; Marker MeineCity
 */

/**
 *
 * @section sidebar
 */
#sidebar {
	background: url(/images/sidebar/background.png) repeat-y scroll 0 0;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	overflow: hidden;
	right: 0;
	width: 338px;
	z-index:601;
}

#sidebar #print_map {
  background:transparent url(/images/sidebar/printer.png) no-repeat scroll 100% 100%;
  cursor:pointer;
  display:block;
  width:19px;
  height:22px;
  margin-top:-2px;
  padding-right:5px;
  text-indent:-90em;
}

#sidebar h4.label {
  padding:12px 0 0 33px;
  position:absolute;
  font-size: 12px;
  z-index:1;
}
#sidebar h4.label span { float:left; }

#sidebar_tabs {
  background: #e8edf8 url(/images/sidebar/tabs.gif) repeat-x scroll left 32px;
  border: none;
  color: #FFF;
  display: inline-block;
  height: 34px;
  margin: 0;
  padding: 0 0 0 17px;
  position: absolute;
  right: 0;
  width: 302px;
}

#sidebar #sidebar_toggle {
  background: transparent url(/images/sidebar/handle_closed.png) no-repeat scroll top left;
  display:block;
  height:147px;
  margin:-73px 0 0;
  position:absolute;
  top:50%;
  width:19px;
  right:319px;
}
#sidebar.active #sidebar_toggle { background-image: url(/images/sidebar/handle_open.png); }

#sidebar_tabs li { display: inline; }

#sidebar_tabs a {
	background: #506185 url(/images/sidebar/tabs.gif) repeat-x scroll left 22px;
	color: #FFF;
	display: inline-block;
	height: 27px;
	margin: 10px 0 0 -2px;
	padding: 2px 4px 0;
	width: 84px;
	text-align: center;
}
#sidebar .list{ 
  margin-top:50px;
  overflow-x:hidden;
  overflow-y:auto;
}
/** @note repositioned list for the sort panel */
#sidebar #result_list.list{ 
  margin-top:7px; 
  border-top:1px solid #E0E0E0;
}

#sidebar ul.list {
  margin-left: 38px;
  width: 300px;
}

#sidebar a.active { 
  color: #FF9C00 !important;
  background: #9C9DAE url(/images/sidebar/tab_active.gif) no-repeat scroll bottom center; 
}

#sidebar .collection_link {
  left:46px;
  position:relative;
  top:-18px;
}

#sidebar .minimal .collection_link { top:0px; }

#sidebar .collection_link:hover {
  background-position: 0 0;
  width: 74px;
  left:-10px;
}

#sidebar .collection_link.remove:hover,
.info_window .collection_link { background-position: 0 100%; }

#sidebar_tabs.collection {	
  text-align: right;
  padding: 0 17px 0 0;
  background-color: #e2f3e0; 
}

#sidebar_tabs.collection a {  width: 64px; }
/**
* @section message
* @note Main styles for all message elements
*/
#sidebar .collection .message.flash {
  margin-top:50px;
  margin-bottom:-43px;
}

#sidebar .collection #message_close {
  right:8px;
  top:48px;
}

/**
 * Layout of the offer/sites results
 * @section sidebar offer/site
 */
#sidebar .offers,
#sidebar .site {
  color:#9C9DAE;
  display:block;
  font-size:11px;
  margin-left:1px;
  margin-top:1px;
  line-height:14px; 
}

#sidebar .map_it {
	border-top: 1px solid #E0E0E0;
  padding-left:5px;
/*	margin: 0 0 0 32px;	*/
}

#sidebar .map_it.first { border-top: none; }

#sidebar .map_it .offer,
#sidebar .map_it .poi { padding:4px 4px 0px 0; }

/** @note highlighted a list item on mouse over
#sidebar .map_it .offer:hover,
#sidebar .map_it .poi:hover { background: transparent url(/images/sidebar/highlight.jpg) repeat-x scroll 0 0; }
*/

/**
 * @subsection outdated elements 
 */
#sidebar .map_it .outdated .map_it_link {  color:#9C9DAE; }

#sidebar .map_it .outdated .notice { color:#de3b3b; }

#sidebar .map_it .outdated h3.image { width:254px; }

#sidebar li.active { background: transparent url(/images/sidebar/highlight.jpg) repeat-x scroll top left; }

#sidebar .map_it h3 {
	margin: 0;
	width:220px;
	padding: 0;
}

#sidebar .map_it h3 a {
  color:#174B09;
  display:block;
  width:155px;
}

#sidebar .map_it .right {
  float:right;
  width:76px;
  margin-top:4px;
}

#sidebar .map_it .right .opening_state,
#sidebar .map_it .right .collection_link {
  cursor:pointer !important;
}

/** @note sidebar marker images */
#sidebar h3.image {
  background:transparent url(/images/sidebar/marker/site/default.gif) no-repeat scroll 0 0;
  display:block;
  font-size:13px;
  margin-left:-4px;
  padding-bottom:5px;
  padding-left:44px;
  padding-top:4px;
  width:160px;
}

#sidebar .type_site_shopping h3.image {         background-image:url(/images/sidebar/marker/site/shopping.gif); }

#sidebar .type_site_food h3.image{              background-image:url(/images/sidebar/marker/site/food.gif); }

#sidebar .type_site_experience h3.image {       background-image:url(/images/sidebar/marker/site/experience.gif); }

#sidebar .type_offer_shopping h3.image{         background-image:url(/images/sidebar/marker/offer/shopping.gif); }

#sidebar .type_offer_food h3.image{             background-image:url(/images/sidebar/marker/offer/food.gif); }

#sidebar .type_offer_experience h3.image{       background-image:url(/images/sidebar/marker/offer/experience.gif); }

/** @note hover */                                                
#sidebar .hover .poi h3.image  {              background-image:url(/images/sidebar/marker/site/hover.gif); }
                                                
#sidebar .hover .offer h3.image {                 background-image:url(/images/sidebar/marker/offer/hover.gif); }

/** @note collection */                                                
#sidebar .collection h3.image {                 background-image:url(/images/sidebar/marker/site/default.gif); }

#sidebar .collection .type_offer_my h3.image {  background-image:url(/images/sidebar/marker/offer/my.gif); }

#sidebar .collection .type_site_my h3.image {   background-image:url(/images/sidebar/marker/site/my.gif); }

/** @note style for cursor on draggable elements  */
#sidebar .list.collection h3 a,
#sidebar .list.collection h3 { cursor:move; }


/**
 * Layout for the sort option in the sidebar
 * @section search_order_panel sidebar
 */
#sidebar #search_order_panel {
  height:40px;
  margin-left:34px;
  margin-top:41px;
  width:287px;
}

#sidebar #search_order_panel input {
  left:-4px;
  margin-right:-2px;
  position:relative;
  top:3px;
}

#sidebar #search_order_panel label { color:#9C9DAE; }

#sidebar #search_order_panel select { color:#131C35; }

#sidebar #search_order_panel select { width:125px; }

#sidebar #search_order_panel #loader {
  background:transparent url(/images/sidebar/loader.gif) no-repeat scroll 0 0;
  height:24px;
  left:252px;
  position:relative;
  text-indent:-90em;
  top:-34px;
  width:24px;
}
/**
 *
 * @section pagination
 *
 */
#sidebar #pagination_box {
  border-top:1px solid #E0E0E0;
  font-size:1.2em;
  margin-left:38px;
  padding:5px 0;
  width:300px;
  background-color:#fff;
  text-align:center;  
  bottom:28px;
  position:fixed;
}

#sidebar #pagination_summary {
  color:#9C9DAE;
  font-size:0.8em;
}

/** @note highlighting of current page */
#sidebar #pagination .current { 
  color:#849BD5; 
  font-weight:bold;
}

#sidebar #pagination .disabled { display:none; }

#sidebar #pagination a { 
  text-decoration:none; 
  color:#131C35;
  font-weight:bold;
}

#sidebar #pagination a:hover { 
  text-decoration:none; 
  color:#FF9C00;
}

/** @css-for Firefox 2- */
/** @note Firefox 2 dosen't support inline-block, switched sides of both tabs */
x:-moz-any-link, 
  #sidebar_tabs a {
    display:block;
    float:left;
    margin-right:3px;
}
x:-moz-any-link,
  #sidebar_tabs.collection li {
    position:relative;
    float:right;
    left:-73px;
  }
x:-moz-any-link,
  #sidebar_tabs.collection li.last { left:73px; }

/** 
 * Revert FF2- styles again
 * @css-for Firefox 3+ 
 */
x:-moz-any-link, x:default, 
  #sidebar_tabs a {
  	display: inline-block;
  	float:none !important;
  	margin-right: 0px;
}

x:-moz-any-link, x:default, 
  #sidebar_tabs.collection li {
    float:none;
}
x:-moz-any-link, x:default, 
  #sidebar_tabs.collection li { position:static; }
  
x:-moz-any-link, x:default, 
  #sidebar_tabs.collection li.last { margin-right:3px; }


/**
 * 
 * @css-for Safari&Opera
 */ 
@media screen and (-webkit-min-device-pixel-ratio:0) {
  /** @note reset checkbox position after a label */
  #sidebar #search_order_panel input { position:static; }
  #sidebar #search_order_panel label { padding-left:6px; }
}

  /**
 * @tested Safari 3, Firefox 3, IE7 
 *
 *
 * @colordef #849BD5; DEFAULT - Text Highlight
 * @colordef #E7EDF8; BRIGHT  - Hintergrund Visitenkarte, Suchfeld
 * @colordef #9C9EAE; MEDIUM  - passiver Tab, abgeschwächter Text
 * @colordef #555E7B; DARK    - Funktions-Button
 *
 * @colordef #FF9C00; ORANGE  - Navigation Highlight
 * @colordef #D9D9D9; GREY    - Linie Trenner
 * @colordef #131C35; DARK    - Hintergrund Header, Text & aktiver Tab
 *
 * @section menu
 * @colordef #1C294E; Button Einkaufen
 * @colordef #192648; Marker Einkaufen
 *
 * @colordef #24345E; Button Essen&Trinken
 * @colordef #3C4E80; Marker Essen&Trinken
 *
 * @colordef #2E3f6C; Button Erleben
 * @colordef #849BD5; Marker Erleben
 *
 * @colordef #3B4E7F; Button Suche
 *
 * @colordef #1C294E; Button MeineCity
 * @colordef #009200; Marker MeineCity
 */

/**
* Teaser
* @section teaser
*/
#teaser { 
  background-color:#E7EDF8;
  overflow:auto;
  z-index:999999 !important;
}

#content.teaser_overlay { z-index:999999 !important; }

#teaser .overlay {
  background:transparent url(/images/teaser/background.png) no-repeat scroll 0 0;
  color:#131C35;
  display:block;
  left:50%;
  margin-left:-328px;
  overflow:hidden;
  padding:0;
  position:relative;
  top:20px;
  width:657px;
  z-index:999999;
}

#teaser span {
  color:#A7AAB0;
  line-height:1.4em;
}

#teaser a { color:#fff;}

#teaser a:hover { color:#849BD5;}

#teaser ul { 
  list-style:none; 
  height:100px;
  margin:-9px 3px 0;
  width:651px;
}

#teaser ul li { display:inline; }

#teaser h2 {
  font-size:1.4em;
  line-height:1.5em;
  padding:0 0 7px;
}

#teaser p { line-height:1.25em; }
/** 
 *
 * @section teaser slides
 *
 */

#teaser .banner { 
 display:none;
 margin:3px 3px 0;
}

#teaser.slide_0 #slide_0,
#teaser.slide_1 #slide_1,
#teaser.slide_2 #slide_2 { display:block; }

#teaser .banner_text a { 
  width:201px;
  position:relative;
}

#teaser .banner_text a {
  display:block;
  float:left;
  height:69px;
  margin-top:10px;
  padding:10px;
  background: transparent none no-repeat scroll 0 0;
  margin-left:-3px;
  margin-right:-3px;
  width:201px;
}

#teaser .banner_text .first a,
#teaser .banner_text .last a { 
  margin-left:0;
  margin-right:0;
  width:198px;
}

#teaser .banner_text strong {
  color:#131C35;
  display:block;
  font-size:1.2em;
  font-weight:normal;
  line-height:1.1em;
  margin-bottom:0.2em;
  text-decoration:underline;
}

#teaser .banner_text .first a { background-position: -3px 0; }

#teaser .banner_text .active a,
#teaser .banner_text a:hover { 
  background-image: url(/images/teaser/highlight.png); 
  margin-top:0;
  padding-top:20px;
}

#teaser .banner_text .active span,
#teaser .banner_text a:hover span { color:#555E7B; }
/**
 *
 * @section content
 *
 */
#teaser .content { padding:10px 30px 10px; }

#teaser .content div {
  float:left;
  padding-left:35px; 
  width:253px;
  height:140px;
}

#teaser .content div.first { 
  width:252px; 
  padding-left:0px; 
  padding-right:35px;
  border-right:1px solid #d9d9d9;
}

#teaser .content div .button { margin-left:58px; }

#teaser .content div.first .button { margin-left:35px; }

#teaser .button {
  background:transparent url(/images/teaser/button.png) no-repeat scroll 0 0;
  bottom:0;
  height:31px;
  left:0;
  margin-bottom: 6px;
  margin-left:54px;
  padding-left:46px;
  padding-right:26px;
  padding-top:12px;
  position:absolute;
  width:169px;
  font-size:1.1em;
}

#teaser .last .button { left:301px; }

#teaser p.bottom_line { 
  color:#555E7B; 
  width:auto;
}

#teaser .signature {
  display:block;
  margin-bottom:-4px;
  margin-top:5px;
  text-indent:-90em;
}
#teaser .signature.manager {
  background:transparent url(/images/teaser/signature_manager.gif) no-repeat scroll 0 0;
  height:34px;
  width:142px;
}

/**
* Layout of the teasers in the sidebar
* @section sidebar teaser
*/
#sidebar #teasers_list.list {
  margin-left:19px;
  margin-top:-16px;
  padding-top:8px;
  width:319px;
  overflow-x:hidden;
  overflow-y:auto;
}

#sidebar li.teaser {
  border-bottom:1px dotted #CCCCCC;
  color:#131C35;
  margin:10px 10px 0 16px;
  padding-bottom:1em;
}

#sidebar .teaser img {
  float: left;
  margin-right: 10px;
/* border: 1px solid #131C35; */
}
#sidebar h4.label.teaser {
  background: #e8edf8 url(/images/sidebar/tabs.gif) repeat-x scroll bottom left; 
  color:#9C9EAE;
  height:40px;
  margin:0 0 0 19px;
  padding:11px 17px 0 14px;
  position:static;
  width:291px;
  display:block;
}
#sidebar .teaser h2 {
  color:#849BD5;
  line-height:10px;
  padding-bottom:0.3em;
}
#sidebar .teaser h3 {
  font-size:13px;
  margin-top:0;
}

#sidebar .teaser p { line-height:14px; }

#sidebar .teaser a { 
  display:block;
  color: #131C35;
  margin-top:1em;
  text-decoration:underline;
}
#sidebar .teaser a:hover { 
  color:#000000;
}


/**
 * @colordef main colors @see celle.css
 *
 * @note minimal width on the Google Maps InfoWindow is 205px
 * @section info window
 * @colordef #131C35; textbody/headline
 * @colordef #9C9DAE; h4 
 * @colordef #849BD5; breadcrumbs and tabs
 *
 * @desciption: There are 5 different types of windows
 * .type_0 - only for infrastructure content
 * .type_1/cluster - [Sidebar TAB] offers ().site_offer.width_default)
 * .type_2 - [Sidebar TAB] sites - sites with minimal content (default)
 * .type_3 - [Sidebar TAB] sites - sites without offer (larger)
 * .type_4/.tabbed - [Sidebar TAB] sites - sites with offer (larger)
 *
 */
/**
 * @note background positions 
 */
.info_window { margin: -11px -15px 0; }

.info_window .content {
  background: transparent url(/images/marker/windows/backgrounds.gif) no-repeat scroll 4px 0;
  color: #131C35;
  font-size: 11px;
  padding: 11px 4px 0 18px;
  /** @css-for gecko/webkit/ei7 */
  min-height: 78px;
}

/** @subsection type_0 */
.info_window.cluster .content,
.info_window .type_0 { 
  width: 226px;
  background-position: -827px top;
}

.info_window.cluster ul{
  margin-top: 0.5em;
}

.info_window.cluster ul li{
  list-style-type: disc;
  line-height: 1.2em;
  margin: 0 0 0.5em 14px;
}

/** @subsection type_1, type_2 */
.info_window .type_1,
.info_window .type_2 { 
  width: 225px;
  background-position: -583px top;
}

/** @subsection type_3 */
.info_window .type_3 { 
  width: 275px;
  background-position: -289px top; 
}

.info_window.tabbed .type_4, 
.info_window.tabbed .type_3 {
  width: 280px;
  background-position: 4px 0;
  padding-left: 12px;
}


.info_window.cluster .content { width: 225px; }
/**
 *
 * @section inline layout 
 *
 */
.info_window .content a { text-decoration:underline; }

.info_window .content a:hover { text-decoration:none; }

.info_window h3 {
  color: #131C35;
  font-size: 16px;
  margin-top: 1px;
  padding: 0;
}
.info_window h3,
.info_window h3 p { width: 194px; }

.info_window h3 a,
.info_window h3 a:hover,
.info_window #site_categories {
  font-size: 11px;
  text-decoration: none; 
  color: #849BD5;
  margin-bottom: 1px;
  margin-top: -1px;
}

.info_window h4 {
  font-size: 10px;
  color: #9C9DAE;
  text-indent: 1px;
}

.info_window h4 a { text-decoration: none; }

.info_window .right, 
.info_window .left {
  display: block;
  float: left;
  width: 138px;
}
.info_window .right{  width: 131px;}
.info_window .right {
  padding-left: 6px;
  padding-top: 9px;
}

.info_window .left li { margin-bottom: 12px; }

.info_window .left li.first { margin-bottom: 9px; }

.info_window .left li.second { margin-top: -9px; }

.info_window .left p,
.info_window .left address { 
  font-size: 12px;
  margin-top: -3px;
}

.info_window .type_2 .right,
.info_window .type_0 .right { width: 81px; }

.info_window .type_0 .right { padding-top:0; }

.info_window .type_0 .opening_state {  
  float:right; 
  margin-right:6px;
}
.info_window .type_0 .collection_link {  
  margin-top:2px;
}

.info_window a {
  color: #131C35;
  text-decoration: underline;
  display: block;
  font-style: normal !important;
}

.info_window address { font-style: normal !important; }
 
.info_window a:hover { 
  color: #849BD5;
  text-decoration: none;
}

.info_window a.phone{  color: #131C35; }

.info_window a.mail{ line-height: 16px; }

/** @note dimensions 121x91px*/
.info_window img { 
  border: 1px solid #D9D9D9;
  float: left;
  height: 90px;
  /*width: 120px;*/
  margin-left: 1px;
}

.info_window .opening_state {
  float: left;
  margin-right: 11px;
  margin-top: -1px;
}

.info_window .opening_state_text {
  margin-bottom: 4px;
  margin-top: 19px;
}

.info_window .type_1 img,
.info_window .offer img{ 
  height: auto;
  margin-right: 9px;
  width: 64px;
}

.info_window .collection_link { 
  float: right;
  margin-right: 6px;
  background-position: 0 0;
  width: 74px;
}

.info_window .collection_link.remove {  background-position: 0 bottom; }

.info_window  a.button.poi { 
  color: #9C9DAE;
  line-height: 9px;
  text-decoration: none;
  line-height: 13px;
  margin-top: 0.2em;
  margin-bottom: 0.4em;
}

/**
 * @note special styles
 */
.info_window .type_1 div div { width: 100%; }

.info_window .type_1  div.image div {
  float: right;
  width: 152px;
}

.info_window .type_1 .price { 
  float: left;
  width: 100px;
}

.info_window .type_1 .image .price { width: 72px; }

.info_window .type_1 .collection_link {  margin-top: 9px; }

.info_window .type_2 .collection_link {  margin-top: 6px; }

.info_window .type_3 .collection_link,
.info_window .type_4 .collection_link {  margin-top: -1px; }

/**
 *
 * @section offer
 *
 */
.info_window ul.offer { 
  width: 281px;
  height: 146px;
  margin-right: 1px;
  overflow-x:hidden;
  overflow-y: auto;
  margin-top: 0.2em;
  padding-top: 0.2em;
  border-top: 1px solid #D9D9D9;
  /* padding-top: 6px; */
}

.info_window .offer li{
  border-top: 1px solid #D9D9D9;
  padding-top: 14px;
}
/** @note reset for the first item*/
.info_window .offer li.first{ 
  border-top: none;
  padding-top: 0px;
}

.info_window .offer div div,
.info_window .offer li.image div {  
  padding-bottom: 20px;
  width: 257px; 
}
/** @note is image in inside */
.info_window .offer li.image div { padding-bottom: 8px; } 

.info_window .offer li.image div div { 
  width: 178px; 
  float: left;
}

.info_window .offer span { display: block; }

.info_window .offer h4,
.info_window .price { 
  font-size: 14px   ; 
  color: #131C35;
}

.info_window .price { margin: 8px 0; }
.info_window .image .price { margin-bottom: 0px; }

.info_window .availability { color: #849BD5; }


/**
 * 
 * @css-for firefox 2
 *
 */ 
 x:-moz-any-link,
  .info_window .type_1 .collection_link { 
    float: none;
    right: -6px;
    position: absolute;
    bottom: 7px;
}
x:-moz-any-link,
  .info_window .type_1 .image div { 
    float: none !important;
}
x:-moz-any-link,  
  .info_window .type_1 .image .collection_link {
    bottom: 0px;
}


x:-moz-any-link,
  .info_window .left { 
    width: 128px; 
}
/**
 * 
 * @css-for firefox 3
 *
 */ 
x:-moz-any-link,
  .info_window .type_1 .image div { 
    float: right;
}
 
x:-moz-any-link, x:default,
 .info_window .type_1 .collection_link { 
   float: right;
   position: static;
}


x:-moz-any-link, x:default, 
  .info_window .left {
    width: 138px;
}
 
/**
 * 
 * @css-for Safari & Opera
 *
 */ 
@media screen and (-webkit-min-device-pixel-ratio: 0) {

  .info_window .type_0,
  .info_window .type_1,
  .info_window .type_2,
  .info_window.cluster .content { width: 226px; }

  .info_window .type_3 { width: 276px; }
  
  .info_window.tabbed .type_3,
  .info_window.tabbed .type_4 { width: 281px;   }
}
