/* Reset-CSS */
html {
	color: #333;
	background: #fff;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del, ins {
	text-decoration: none;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
/*because legend doesn't inherit in IE */
legend {
	color: #000;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
 *font-size: 1em;
}
/* CSS-File: common.css */

html {
	height:100%;
}

body {
	text-align: center;
	font-size:0.75em;
}

body, textarea{
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-weight:normal;
}


/* DIV-buttons */
.button{}
.button span{display:none;}

/* Real buttons */
button{
	border:none;
	padding:0 .25em 0 .25em;
	cursor:pointer;
	background-color:#ffffff;
	height:26px;
	width:1px; /* IE6-Fix */
	overflow:hidden;
}
button[type] {
	width: auto;  /* cancel ie fix for other browsers */
}
button span{display:none;}

input.shadow,
textarea.shadow,
div.inputShadow{
	border:1px solid #a4a4a4;
	border-width:2px 1px 1px 2px;
}

/* Examples-Text */
input.example,
input.hint,
textarea.example{color:#999 !important;}

h1, h2, h3, h4, h5, h6{font-weight:700;}
h1		{
	/*font-size:1.833em; */
	font-size:1.4em;
	color:#c63326; 
	margin-bottom:1em;
}
h2		{font-size:1.333em; color:#c63326; line-height:1.333em;}
h3		{font-size:1.167em; padding-bottom:0.5em; line-height:1.333em;}
h4		{padding-bottom:0.5em;}
table h3 {padding-bottom:0;}

strong{font-weight:700;}
p{padding-bottom:0.5em;}

hr		{display: none}
.nobr	{white-space: nowrap;}
.bold	{font-weight:700 !important;}
/*.large {font-size:1.333em;}*/
.red-bold	{font-weight:700 !important; color:#c63326;}
.red	{color:#c63326;}
.green	{color:#b0bc00;}
.lightBlue {color:#66aaee;}
.center {text-align:center;}
.alingRight {text-align:right;}
.italic {font-style:italic;}
.small{font-size:85%;}

.active {
	display: block;
	visibility: visible;
}
.hidden {
	display: none;
	visibility: none;
}
.fadedText{
	color:#8b8787;
}


/* This needs to be first because FF3 is now supporting this */
.clearfix {display: inline-block;}
/* Solves floating-problem */
.clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
	font-size: 0;
}
.clearfix {display: inline-block;}
/* Hide these rules from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
li.clearfix {display: list-item;}
/* End hide from IE-mac */



/* List START*/
ul.genlist {
	list-style-image:none;
	list-style-position:outside;
}
ul.genlist li{
	padding-bottom:0.333em;
	line-height:1.333em;
}
/*#helperWrapper ul.genlist {}*/
/* separated list*/
ul.sep{}
ul.sep li{
	margin-right:5px;
	padding-right:5px;
	border-right:1px solid #d2d2d2;
}
ul.sep li.last{margin-right:0; border:none;}

ul.hor li{display:inline;}

ul.bullet li {
	background:transparent url(http://golocal-static.de/images/11212/common/bulletList.gif) no-repeat 0px 6px;
	padding-left:16px;
}
ul.continueBullet li {
	background:transparent url(http://golocal-static.de/images/11212/common/bulletList_continue.gif) no-repeat 0px 9px;
	padding-left:14px;
}

ol.decimalByHand li {
	list-style-type:none;
	padding-bottom:1em;
}

/* List ENDE*/

/* Radiobutton-List */
ul.radioList{position:relative;}
ul.radioList label{

}


/* Standard-Links with icon */
a.imgLink{
	display:block; 
	padding-left:19px;
	background: url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat 100px 100px;
} 
/*a.removeFromList{background-position: -560px -978px;}*/
/*a.commentReview{padding-left:23px; background-position: -560px -1328px;}*/
a.showInMap{}
a.facebook{background: url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat 0px -2380px;}


/* Links START */
a {
	color:#36c;
	text-decoration:none;
}

a:link, a:visited {	text-decoration:none;}
a:hover, a:active {	text-decoration:underline;}

/* link with red color */
a.clr2, a.clr2:link,
a.clr2:hover, a.clr2:active{color:#c63326;}

a img,
fieldset {border: none;}
div.linkGen {padding-left:5px;}
/* Links END */

/* Floatings START */
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* Floatings END */



/*****************************/
/*        Error-Messages     */
.errorMessage190 {color:red; padding-left:190px;}
.errorMessage150 {color:red; padding-left:150px;}
.errorMessage {color:red;}

.messageBox{}
.errorBox{
	padding:0.5em 1em;
	border:2px solid #c63326;
	background-color:#fffafa;
}

p.locLatestReview{
	position:absolute;
	top:0em;
	color:#999;
	font-size:85%;
	margin:0; padding:0;
}

p.locOnTheWay{
	color:#999;
	font-size:85%;
	margin:0; padding:0;
}
/* CSS-File: layout.css */

#mainWrapper {
	position:relative;
	width:980px;
	text-align:left;
	margin:0 auto;
	z-index:2;
}
.fullWrapper{
	position:relative;
	width:100%;
	min-width:980px;
	height:100%;	
}
#headerBg{
	position:absolute; 
	left:0;
	top:0;
	width:100%;
	height:120px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/start.png) repeat-x 0px -560px;
}
.startNewUser #headerBg{
	height:20px;
	background-position:0px -655px;
}
h1.pageHeading,
ul.golocalPageFacts{
	position:absolute;
	left:-10000px;
}
h2.pageTitle{
	font-size:2em;
	margin-bottom:1em;
}

/**************************************/
/***         Common styles          ***/

.disabled,
.faded{
	background-color:#fff;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	cursor:pointer;
}
.highlightBox {
	padding: 8px;
	background-color: #f5f8cc;
	border:#e0e3b6 solid 1px;
}


/* Help-Button */
.help {
	float:left;
	width:20px;
	height:20px;
	margin-left:20px;
}
.settings .help {margin-left:10px;}
.reviewWindow .uploadImageWrapper .help{margin-left:15px;}
.help a {
	display:block;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat 0px -280px;
	height:20px;
	width:20px;
}
.help span{display:none;}

/* RSS */
a.rssLink{
	line-height:1.333em;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/icons.png) no-repeat -630px -1750px;
}

/* marked texts after search */
.search-stringMarker{background-color:#fff94a;}





/*************************************/
/***          form basics          ***/

input.txt,
textarea.txt{
	border:1px solid #cecece;
	color:#666;
	padding:6px 3px;
	font-size:1.25em;
}
input.noIcon,
textarea.icon{background:#fff;}
input.icon,
textarea.icon{
	background:#fff url(http://golocal-static.de/images/11212/de/multis/forms.png) no-repeat 5px 9px;
	padding-left:25px;
}
.form-label{
	font-size:0.917em;
	display:block;
	padding-bottom:1px;
}




/****************************************/
/***           Info Message           ***/

#infoMsgTop{margin-bottom:2em;}
.infoMsg{
	border:2px solid #c63326;
	padding:1em 0.5em 1em 3.5em;
	margin:10px 0;
	/*background-color:#feeeec;*/
}
.startNewUser .infoMsg{margin-right:15px;}
.infoMsg_error{background:#feeeec url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat 0px -2100px;}
.infoMsg_success{
	border-color:#b0bc00;
	background:#f6f8df url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat 0px -2310px; 
}
.infoMsg_message{
	display:block;
	font-size:1.5em; 
	font-weight:normal;
	padding:0;
	line-height:1.2em;
	color:#c63326;
}
.infoMsg_success_message{color:#b0bc00;}
.infoMsg_desc{padding:0.5em 0 0;}
.infoMsg_list{padding-top:0.5em;}

.infoMsg .helpWrap{}
.infoMsg .help{
	margin-left:0px; /* Overrides default help margin */
	padding-left:5px;
} 
.infoMsg .preTxt{
	position:relative;
	float:left;
	font-size:0.917em;
}



/* close-element */
.closeElement{
	position:absolute;
	width:10px;
	height:10px;
	right:15px;
	top:10px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/icons.png) no-repeat -630px -350px;
}

/* hidden text within a graphical element (e.g. close-button)  */
.a-grf-txt{
	display:block;
	position:relative;
	text-indent:-1500px;
	overflow:hidden;
}





/*************************************/
/***           Startpage           ***/
/*************************************/

.startpage .contentSections {
	width:910px;
	margin:0px 30px 0px 45px;
}

.startpage .contentSections .col{
	position:relative;
	float:left;
}
.startpage .contentSections .col1{width:509px;}
.startpage .contentSections .col2{width:400px;}

.startpage .sectionsOuterWrapper{
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_2cols_outer_start.png) repeat-y left top;
}
.startpage .sectionsInnerWrapperLeft{
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_2cols_inner_left_start.png) repeat-y left top;
	position:relative;
}




/*********************************************/
/*            Standort-Auswahl               */

.positionWrapper{
	position:absolute;
	top:30px;
	left:710px;
	width:142px;
	font-size:0.916em;
	line-height:1.583em;
}
.positionWrapper ul{
	position:relative;
	padding:2px 0 0 10px;
	background:#b0bc00 url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat 0px -1610px;
}
.positionWrapper ul.unknownLoc,
.positionWrapper ul.knownLoc{
	margin-top:20px;
	height:50px;
	overflow:hidden;
}
/*
.positionWrapper ul.knownLoc{
	margin-top:0;
	height:70px;
	overflow:hidden;
	background-position:0px -1680px;
}
*/
.positionWrapper ul li{
	line-height:1.545em;
	padding-bottom:2px;
}
.positionWrapper a strong{color:#333;}






/*************************************/
/*            Sections               */

.contentSections .horSeparator {
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) repeat-x left bottom;
	margin:0;
	padding:0;
	height:1px;
}
.contentSections .contentTeaser{padding:2em 15px 1em;}

/*  Photos-Teaser */
.contentSections .photosTeaser{
	position:relative;
	float:left;
	padding-left:0;
	width:240px;
}
.photosTeaser ul li{
	height:78px; 
	padding-bottom:0; 
	overflow:hidden;
}
.photosTeaser .photo{
	position:relative;
	float:left;
	width:110px;
	background:#cfcfcf url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat -560px -700px;
}
.photosTeaser .photo img{padding:2px 18px;}
.photosTeaser .infoIcons,
.photosTeaser h4{margin-left:120px;}
.photosTeaser .infoIcons .icon{padding-bottom:0;}
.photosTeaser h4{padding-top:0.5em;}

/*   Top Locations   */
.contentSections .topLocationsTeaser{
	position:relative;
	padding-right:0;
}
.contentSections .topLocationsTeaser h3{margin:0; padding:0;}
.topLocationsTeaser li.location{margin-bottom:1em;}
.topLocationsTeaser .reviewsWrapper{padding-top:0.5em;}
.topLocationsTeaser div.reviewBtn a{width:95px; height:21px;}
.topLocationsTeaser .reviewsWrapper li{
	float:none;
	clear:both;
	padding-bottom:0.5em;
}
.topLocationsTeaser .glRating{
	position:relative;
	float:right;
	width:95px;
	margin-left:0.5em;
	text-align:center;
}


/*   branches   */
.contentSections .branches{
	padding-left:0;
}
.contentSections .branches .cloud{padding:0;}





/**************************************/
/***        Dialog-Fenster          ***/

.closeWindow {
	color:#000000;
	text-align:left;
	/*width:425px;
	height:250px;*/
}
.closeWindow a.close{
	position:absolute;
	top:10px;
	right:20px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat scroll 0 -420px;
	display:block;
	height:17px;
	width:17px;
	overflow:hidden;
	text-indent:-1000px;
	z-index:10;
	cursor:pointer;
}
.closeWindow h2{
	padding:2px 0 10px 0;
	font-size:1.667em;
}
.closeWindow .subTitle{
	display:block;
	font-size:1.5em;
	color:#c63326;
	padding-bottom:0.833em;
}
.closeWindow #infoMessage{
	position:absolute;
	width:415px;
	top:0;
	left:0;
	padding-bottom:1em;
	font-size:1.13em;
	background-color:#fff;
	display:none;
	text-align:center;
	z-index:10;
}
.closeWindow #infoMessage .ok{
	padding:0.5em 0 0.5em 2.143em;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat 0 -1820px;
}
.closeWindow.spam {}
.closeWindow h1,
.closeWindow .pageTitle{
	background-color:#b0bc00;
	color:#fff;
	margin-bottom:0pt;
	padding:10px 40px 10px 20px;
	font-size:1.333em;
}
.closeWindow div.shadow {
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat 0px -491px;
	height:7px;
}
.closeWindow .mainContent {
	overflow:auto;
	padding:10px 10px 0px 20px;
	position:relative;
}
.closeWindow .mainContent h3 {
	margin:15px 0px 30px 0px;
}
.closeWindow .buttonsWrapper {
	position:relative;
	text-align:center;
	margin-top:20px;
	padding:0 20px;
}


/*** Mini Registration ***/
#miniRegWrap .buttonsWrapper{text-align:left;}
#miniRegWrap .txt{
	position:relative;
	float:left; 
	margin-right:1em;
}
.miniReg-heading{}
.miniReg-loginInfo{margin-bottom:1.5em;}


/*** Login-Layer ***/
#loginWrap{}
h2.login-heading{padding-bottom:0 !important;}
.login-regInfo{margin-bottom:1.5em;}

/*** ForgotPasswort-Layer ***/
#forgotPwWrap{}
h2.forgotPw-heading{padding-bottom:0 !important;}
.forgotPw-desc{margin-bottom:1.5em;}

/*** confirmation after registration ***/
#confirmRegister{}
.confirm-heading{
	font-size:1.667em;
	padding:5px 0 20px 90px !important;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/miniReg.png) no-repeat 0px -70px;
}
.confirm-info{
	font-size:1.333em;
	line-height:1.333em;
}
.confirm-info-em{font-weight:700;}





/********************************************/
/*             Meta-Navigation              */

#metaNav{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat 0px -1750px;
	height:26px;
	padding-top:5px;
	font-size:0.917em;
	margin-left:197px; 
}
#metaNav ul{margin-left:40px;}
#metaNav ul li{
	position:relative;
	float:left;
	height:17px;
	background-color:#dadb7e;
	padding:3px 0 0;
}
#metaNav ul li.first{
	background:#dadb7e url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat 0px -1820px;
}
#metaNav ul li.last{
	background:#dadb7e url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat 100% -1820px;
	padding-right:0.5em;
}
#metaNav ul li a{
	padding:1px 0.5em;
	border-right:1px solid #abb625;
}
#metaNav ul li.last a{border:none;}

#metaNav ul li.golocal2go a{
	padding-left:12px;
	margin-left:0.5em;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat -560px -1260px;
}






/********************************************/
/*    horizontale Hauptnavigation START     */

.mainNav {
	position:absolute;
	left:5px;
	top:105px;
	width:535px;
	z-index:2;
}
.startNewUser .mainNav{top:10px; right:0px; left:auto;}

ul.mainNav li.last, ul.mglNav li.last {
	clear:both;
	float:none;
}
.mainNav li.mainNavElement {
	position:relative;
	border:0px solid #000;
	display:inline;
	float:left;
	height:40px;
}
.mainNav li.mainNavElement a.tab {
	display:block;
	height:100%;
	width:100%;
	overflow:hidden;
}
.mainNav li.mainNavElement a.tab:hover {
	text-decoration: none;
	border-bottom: 0px solid;
}
.mainNav li.mainNavElement:hover div.subNavLayer{display:block;}
.mainNav li.mainNavElement a.tab span,
.mglNav li a span{ display:block; text-indent:-3000px; }

.mainNavElement a.tab{ background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat 0px -700px; }

#mainNavLogin {
	position:absolute;
	top:110px;;
	left:635px;
	text-align:right;
	width:170px;
	z-index:6;
}
.startNewUser #mainNavLogin{
	right:28px; 
	top:50px; 
	left:auto;
	z-index:1;
}
#head_mailInfo{
	position:relative;
	float:right;
	padding-right:10px;
	margin-right:10px;
	width:50px;
	border-right:1px solid #7a7a7a;
}
#head_mailInfo a{
	padding-right:17px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat 100% -1677px;
}
#head_loginLogout{
	position:relative;
	float:right;
}

#mainNavStart { width:80px; z-index:5; } 
#mainNavLocations { width: 111px; z-index:3; }
#mainNavEvents { width: 88px; z-index:2;}
#mainNavMeinGolocal { width:132px; z-index:4;} 
#mainNavCommunity { width:121px; z-index:1;}

#mainNavStart a.tab { background-position: 0px -700px; height:30px;}
#mainNavStart a.tab:hover { background-position: 0px -770px; }
#mainNavStart.hover a.tab { background-position: 0px -770px !important; }
#mainNavStart.active a.tab,
#mainNavStart.active a.tab:hover{ background-position: 0px -840px; height:100%;}

#mainNavLocations a.tab { background-position: 0px -910px; }
#mainNavLocations a.tab:hover { background-position: 0px -980px; }
#mainNavLocations.hover a.tab { background-position: 0px -980px !important; }
#mainNavLocations.active a.tab{ background-position: 0px -1050px; }
#mainNavLocations.active a.tab:hover{ background-position: 0px -980px; }

#mainNavEvents a.tab { background-position: -300px -700px; }
#mainNavEvents a.tab:hover { background-position: -300px -770px; }
#mainNavEvents.hover a.tab { background-position: -300px -770px !important; }
#mainNavEvents.active a.tab{ background-position: -300px -840px; }
#mainNavEvents.active a.tab:hover{ background-position: -300px -770px; }

#mainNavMeinGolocal a.tab { background-position: 0px -1330px; }
#mainNavMeinGolocal a.tab:hover { background-position: 0px -1400px; }
#mainNavMeinGolocal.hover a.tab { background-position: 0px -1400px !important; }
#mainNavMeinGolocal.active a.tab{ background-position: 0px -1470px; }
#mainNavMeinGolocal.active a.tab:hover{ background-position: 0px -1400px; }

#mainNavCommunity a.tab { background-position: 0px -1120px; }
#mainNavCommunity a.tab:hover { background-position: 0px -1190px; }
#mainNavCommunity.hover a.tab { background-position: 0px -1190px !important; }
#mainNavCommunity.active a.tab{ background-position: 0px -1260px; }
#mainNavCommunity.active a.tab:hover{ background-position: 0px -1190px; }
/* horizontale Hauptnavigation ENDE */


/* Begin PageTools */
#pageTools {
	position:relative;
	float:right;
	right:220px;
}
/* END PageTools */



/**************************************************/
/***             subNav-Layers                  ***/

.mainNav div.subNavLayer{
	left:9px;
	top:30px;
	width:200px;
	display:none;
}
#mainNavMeinGolocal div.subNavLayer{width:200px;}
#mainNavLocations div.subNavLayer{width:407px;} 
#mainNavLocations div.subNavLayer li{width:210px;}
#mainNavLocations div.subNavLayer .metaCol1 li{width:190px;}
#mainNavLocations div.subNavLayer ul.metaCol2{
	padding-left:2px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat -560px -420px;
}
#mainNavCommunity div.subNavLayer{left:10px; width:185px;}
#mainNavCommunity div.subNavLayer li{width:180px;} 

.mainNav div.subNavLayer ul{
	position:relative;
	z-index:2;
}
#mainNavLocations ul{float:left;}
.mainNav div.subNavLayer li{
	position:relative;
	padding-bottom:0; 
	width:195px;
	overflow:hidden;
}
.mainNav div.subNavLayer span{font-size:0.857em;color:#8b8787;}
.mainNav div.subNavLayer a.navItem:hover span{}
.mainNav div.subNavLayer a.navItem{
	border-top:1px solid #fdfdeb;
	border-bottom:1px solid #deded3;
	padding:5px;
	color:#666;
	background:none;
	display:block;
	height:100%;
	width:100%;
	font-size:1.167em;
	/*background-color:#efefdf;*/
}
.mainNav div.subNavLayer a.navItem:hover,
.mainNav div.subNavLayer a.navItem:active,
.mainNav div.subNavLayer .hover a.navItem{
	text-decoration:none;
	background-color:#fff !important;
	border-top:1px solid #eee;
	border-bottom:1px solid #fff;
	color:#333;
}
.mainNav div.subNavLayer li.first{}
.mainNav div.subNavLayer li.first a.navItem{border-top-color:#efefdf;}
.mainNav div.subNavLayer li.first a.navItem:hover,
.mainNav div.subNavLayer li.first .hover a.navItem{border-top-color:#eee;}
.mainNav div.subNavLayer li.last{padding-top:0;} /* overrides padding of .eventDetails in events.css */
.mainNav div.subNavLayer li.last a.navItem{border-bottom:none;}
.mainNav div.subNavLayer li.last a.navItem:hover,
.mainNav div.subNavLayer li.last a.navItem:active,
.mainNav div.subNavLayer li.last .hover a.navItem{
	border-bottom:none;
}

/*************************************/
/*     Definition subNav-Icons       */
.mainNav div.subNavLayer li a.navItem,
.mainNav div.subNavLayer li a.navItem:hover{
	padding-left:32px;
	background: transparent url(http://golocal-static.de/images/11212/de/multis/icons.png) 0px -350px no-repeat;	
}
#mainNavStart div.subNavLayer li a.navItem,
#mainNavStart div.subNavLayer li a.navItem:hover,
.mainNav div.subNavLayer li.showAll a,
.mainNav div.subNavLayer li.showAll a:hover {
	padding-left:10px;
	background:none;
}

/* Mein golocal */
.mainNav div.subNavLayer li.myReviews a{background-position: 5px -347px;}
.mainNav div.subNavLayer li.myEvents a{background-position: 5px -416px;}
.mainNav div.subNavLayer li.myFavorites a{background-position: 5px -483px;}
.mainNav div.subNavLayer li.myNotepad a{background-position: 5px -555px;}
.mainNav div.subNavLayer li.myPhotos a{background-position: 5px -624px;}
.mainNav div.subNavLayer li.myMessages a{background-position: 5px -693px;}
.mainNav div.subNavLayer li.fans a{background-position: 5px -2096px;}
/* Mein golocal hover */
.mainNav div.subNavLayer li.myReviews a:hover{background-position: -275px -346px;}
.mainNav div.subNavLayer li.myEvents a:hover{background-position: -275px -415px;}
.mainNav div.subNavLayer li.myFavorites a:hover{background-position: -275px -482px;}
.mainNav div.subNavLayer li.myNotepad a:hover{background-position: -275px -554px;}
.mainNav div.subNavLayer li.myPhotos a:hover{background-position: -275px -623px;}
.mainNav div.subNavLayer li.myMessages a:hover{background-position: -275px -692px;}
.mainNav div.subNavLayer li.fans a:hover{background-position: -275px -2095px;}

/* Locations */
.mainNav div.subNavLayer li.auto a{background-position: 8px -764px;}
.mainNav div.subNavLayer li.computer-technik a{background-position: 5px -834px;}
.mainNav div.subNavLayer li.einkaufen-shopping a{background-position: 10px -905px;}
.mainNav div.subNavLayer li.essen-ausgehen a{background-position: 11px -974px;}
.mainNav div.subNavLayer li.familie-kinder a{background-position: 10px -1044px;}
.mainNav div.subNavLayer li.gesundheit a{background-position: 9px -1116px;}
.mainNav div.subNavLayer li.handwerk-dienstleistung a{background-position: 7px -1184px;}
.mainNav div.subNavLayer li.heim-garten a{background-position: 5px -1254px;}
.mainNav div.subNavLayer li.kunst-unterhaltung a{background-position: 7px -1325px;}
.mainNav div.subNavLayer li.reisen a{background-position: 5px -1394px;}
.mainNav div.subNavLayer li.sport-hobby-lifestyle a{background-position: 6px -1464px;}
.mainNav div.subNavLayer li.tiere-pflanzen a{background-position: 5px -1534px;}
/* Locations hover */
.mainNav div.subNavLayer li.auto a:hover{background-position: -272px -763px;}
.mainNav div.subNavLayer li.computer-technik a:hover{background-position: -275px -833px;}
.mainNav div.subNavLayer li.einkaufen-shopping a:hover{background-position: -270px -904px;}
.mainNav div.subNavLayer li.essen-ausgehen a:hover{background-position: -269px -973px;}
.mainNav div.subNavLayer li.familie-kinder a:hover{background-position: -270px -1043px;}
.mainNav div.subNavLayer li.gesundheit a:hover{background-position: -271px -1115px;}
.mainNav div.subNavLayer li.handwerk-dienstleistung a:hover{background-position: -273px -1183px;}
.mainNav div.subNavLayer li.heim-garten a:hover{background-position: -275px -1253px;}
.mainNav div.subNavLayer li.kunst-unterhaltung a:hover{background-position: -273px -1324px;}
.mainNav div.subNavLayer li.reisen a:hover{background-position: -275px -1393px;}
.mainNav div.subNavLayer li.sport-hobby-lifestyle a:hover{background-position: -274px -1463px;}
.mainNav div.subNavLayer li.tiere-pflanzen a:hover{background-position: -275px -1533px;}

/* Events */
.mainNav div.subNavLayer li.exhibitions a{background-position: 8px -1604px;}
.mainNav div.subNavLayer li.stageart a{background-position: 5px -1674px;}
.mainNav div.subNavLayer li.freetime a{background-position: 5px -1744px;}
.mainNav div.subNavLayer li.concerts a{background-position: 7px -1814px;}
.mainNav div.subNavLayer li.sport a{background-position: 5px -1884px;}
.mainNav div.subNavLayer li.showAll a{background-position: 5px -1854px;}
/* Events hover */
.mainNav div.subNavLayer li.exhibitions a:hover{background-position: -272px -1603px;}
.mainNav div.subNavLayer li.stageart a:hover{background-position: -275px -1673px;}
.mainNav div.subNavLayer li.freetime a:hover{background-position: -275px -1743px;}
.mainNav div.subNavLayer li.concerts a:hover{background-position: -273px -1813px;}
.mainNav div.subNavLayer li.sport a:hover{background-position: -275px -1883px;}
.mainNav div.subNavLayer li.showAll a:hover{background-position: -275px -1853px;}

/* Community */
.mainNav div.subNavLayer li.forum a{background-position: 5px -1955px;}
.mainNav div.subNavLayer li.highscores a{background-position: 7px -2025px;}
/* Community hover */
.mainNav div.subNavLayer li.forum a:hover{background-position: -275px -1954px;}
.mainNav div.subNavLayer li.highscores a:hover{background-position: -273px -2024px;}




/*******************************************************/
/***       CityActions (remove / make sticky)        ***/

.citiesList .cityActions{
	position:absolute;
	width:26px;
	height:15px;
	top:7px;
	right:5px;
}
.citiesList .cityActions a.lnkAction{
	position:relative;
	display:block;
	visibility:hidden;
	float:left;
	width:13px;
	height:16px;
	overflow:hidden;
	background: transparent url(http://golocal-static.de/images/11212/de/multis/icons.png) -630px -350px no-repeat;
}
.citiesList .hover .cityActions a.lnkAction{visibility:visible;}
.citiesList .cityActions a.lnkAction span{
	display:block;
	text-indent:-3000px;
}
/* remove entry */
.citiesList .cityActions a.removeEntry{background-position:-630px -350px;}
.citiesList .cityActions a.removeEntry:hover{background-position:-630px -420px;}

/* pin of entry */
.citiesList .cityActions a.stickEntry{background-position:-700px -350px;}
.citiesList .cityActions a.stickEntry:hover{background-position:-700px -420px;}
ul.stickyCities .cityActions a.stickEntry{background-position:-700px -490px;}
ul.stickyCities .hover .cityActions a.stickEntry{background-position:-700px -350px;}

/* pin of sticky entry */
ul.stickyCities .cityActions a.stickEntry{
	visibility:visible; 
	background-position:-770px -490px;
}
ul.stickyCities .cityActions a.stickEntry:hover{background-position:-770px -420px;}
ul.stickyCities{background-color:#d6e9f0;}
.subNavLayer .cityListActionsWrap,
#cityHistLayer .cityListActionsWrap{
	padding:5px 10px 2px;
}




/*************************************/
/*          Header START             */

#header {
	position:relative;
	height:105px;
	margin-bottom:70px;
	z-index:5;
}
#header .logo {
	position:absolute;
	left:0;
	top:0; 
}
#photoarea{
	position:absolute;
	z-index:150;
	left:809px;
	top:-10px;
	width: 180px;
	height:180px;
}
#photoarea .default{
	position:relative;
	top:15px;
	padding-top:5px;
	width: 165px;
	height:150px;
	background-image:url(http://golocal-static.de/images/11212/common/photoarea_bg.gif);
}
/* Header ENDE */




/************************/
/*      Slim page       */

.slim #header{height:69px;}
.slim .mainNav{
	top:43px;
	left:auto;
	right:0;
	width:590px;
	padding-left:60px;
	z-index:6;
	background: transparent url(http://golocal-static.de/images/11212/de/multis/start.png) -600px -700px no-repeat;
}
.slim #headerBg {
	height:85px;
	background-position:0 -596px;
}


/****************************************/
/*        Header Suchformular START     */

.searchWrapper {
	height:78px;
	width:522px;
	position:absolute;
	left:230px; 
	top:25px;
	padding:10px 0 0 23px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat 0px -140px;
}
.searchWrapper label{
	display:block;
	color:#c63326;
	font-weight:700;
	padding-left:6px;
}
.searchWrapper input.example{font-weight:700; }

.searchWrapper .col{
	position:relative;
	float:left;
}

.searchWrapper button.searchBtn {
	position:relative;
	float:left;
	margin-top:1.5em;
	margin-left:10px;
}
button.yesBtn {
	position:relative;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat -280px -350px;
	height:26px;
	width:43px;
}

div.button a.yesBtn {
	position:relative;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat -280px -350px;
	height:26px;
	width:43px;
	margin-left:10px;
}

.searchWrapper button.chooseBtn {
	position:relative;
	float:left;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat -300px 0px;
	height:26px;
	width:23px;
	margin-left:-1px;
}
.searchWrapper input {
	color:#000000;
	padding:0.35em;
	vertical-align:top;
}
.searchWrapper input.searchTerm {
	width:15.583em;
	margin-right:12px;
}
.searchWrapper input.loc {
	width:14.583em;
	padding-right:1.25em; 
}

.searchWrapper .locSearchWrap{position:relative;}
.searchWrapper .locSearchWrap .btnDropdown{
	position:absolute;
	width:15px;
	height:26px;
	top:1px;
	right:0;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat -770px -1040px;
	cursor:pointer;
}
.searchWrapper .locSearchWrap .hist_active{background-position:-840px -1040px} /* additional class of btnDropdown */



/* Event-Header */
.events .searchWrapper .locSearchWrap .btnDropdown{right:5px;}
.events .searchWrapper input.searchTerm {
	width:12.467em;
	margin-right:5px;
}
.events .searchWrapper input.loc {
	width:11.567em;
	margin-right:5px;
}
.events .searchWrapper input.date{
	width:5.5em;
}

/* Header Suchformular ENDE */





/******************************/
/*         Aktuelles          */


.glNews .newSection{margin-top:2em;}
.glNews .contentarea .col2{
	top:-2em;
	padding-top:2em;
	padding-bottom:1em;
	background-color:#faf9f2;
}
.glNews h1.pageTitle{
	text-indent:-3000px;
	position:relative;
	width:300px;
	height:100px;
	margin-left:-15px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/news.jpg) no-repeat 0px 0px;
}
.glNews h1.pageTitle .april{background-position:0px 0px;}
.glNews .may h1.pageTitle{background-position:0px -140px;}
.glNews .july h1.pageTitle{background-position:0px -280px;}
.glNews .august h1.pageTitle{background-position:0px -420px;}
.glNews .november h1.pageTitle{background-position:0px -560px;}
.glNews .december h1.pageTitle{background-position:0px -700px;}
.glNews .community h1.pageTitle{background-position:0px -840px;}

.glNews .august .scouts{padding-left:10px;}

.clearLeft{clear:left;}

.glNews .rightImage{
	float:right;
	margin-left:1em;
}
.glNews .leftImage{
	float:left;
	margin-right:1em;
}
.glNews .leftImage2{
	float:left;
	margin-right:0.5em;
}
.glNews ul.newScouts li{
	float:left;
	font-size:0.917em;
	width:70px;
	margin-right:30px;
	line-height:1.5em;
}
.glNews .calliVideo p{
	text-align:center;
	margin-top:1em;
}
.glNews #calliVideo1,
.glNews #calliVideo2{
	position:relative;
	text-align:center;
	left:50%;
	margin-left:-129px;
	width:239px;
	height:201px;
	background-color:#f4f7c9;
	border:1px solid #d7db95;
}

.calliButton{
	margin-left:150px;
	margin-top:1.5em;
}

.glNews .november .message{
	margin-bottom:2em;
	font-weight:bold;
	color:#C63326;
}

.glNews .november .errorMessage{margin-bottom:2em;}



/******************************/
/*        Promi Videos        */


.glVideos{}

.glVideos #copyHeader h1{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/icons.png) no-repeat 0px 20px;
	padding:50px 0 20px 90px; 
	margin-bottom:0;
}

.glVideos .intro{
	padding-left:90px;
	padding-top:0;
	color:#8B8787;
	font-size:1.333em;
	line-height:1.5em;
}

#videoNav a{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/videos/nav.png) no-repeat 0px 0px;
	padding:45px 0pt 50px 100px;
	font-weight:bold;
	display:block;
}
#videoNav .surer a{background-position:0px -140px;}
#videoNav .calli a{background-position:0px -280px;}
#videoNav .collien a{background-position:0px -420px;}

#videoNav{
	padding-left:20px;
}
#videoNav li{
	padding-left:50px;
	float:left;
}

#videoContent{
}

#videoContent .calliWrap{
}

#videoContent .col {
	position:relative;
	float:left;
}

#videoContent .calliWrap .col1{
	width:320px;
}
#videoContent .calliWrap .col2{
	width:330px;
}
#videoContent .calliWrap .col3{
	width:330px;
}
#videoContent .calliWrap .bio{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/videos/portraits.png) no-repeat 0px 0px;
	width:197px;
	height:145px;
	padding:295px 20px 0 40px;
	margin-top:30px;
}

#videoContent .surerWrap .col1{width:320px;}
#videoContent .surerWrap .col2{width:330px;}
#videoContent .surerWrap .col3{width:330px;}
#videoContent .surerWrap .bio{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/videos/portraits.png) no-repeat -280px 0px;
	width:240px;
	height:110px;
	padding:290px 20px 0 50px;
	margin-top:10px;
}

#videoContent .collienWrap .col1{width:320px;}
#videoContent .collienWrap .col2{width:330px;}
#videoContent .collienWrap .col3{width:330px;}
#videoContent .collienWrap .bio{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/videos/portraits.png) no-repeat -980px 0px;
	width:215px;
	height:140px;
	padding:280px 20px 0 60px;
	margin-top:10px;
}

#videoContent .eltonWrap .col1{width:365px;}
#videoContent .eltonWrap .col2{width:285px;}
#videoContent .eltonWrap .col3{width:330px;}

#videoContent .eltonWrap .bio{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/videos/portraits.png) no-repeat -630px 0px;
	width:215px;
	height:140px;
	padding:290px 15px 0 40px;
	margin-top:10px;
}

#videoContent .bio a.name{
	display:block;
	padding-bottom:5px;
}

#videoContent .location{
	font-weight:bold;
}

#videoContent .cite{
	margin:0 0.5em 0 0;
	padding-left:25px;
	background:#fff url(http://golocal-static.de/images/11212/common/quoteLeft_v.png) left bottom no-repeat;
}
#videoContent blockquote{
	font-size:1.167em;
	font-style:italic;
	padding:5px 25px 8px 0;
	margin-bottom:0.25em;
	background:#fff url(http://golocal-static.de/images/11212/common/quoteRight_v.png) right top no-repeat; 
}

#videoContent .videoPic{
	padding-left:25px;
}
#videoContent .location{
	padding-left:25px;
	padding-bottom:3px;
}

#videoContent .promiWinnings{
	background:#acb820 url(http://golocal-static.de/images/11212/common/promi_winnings_bg.png) repeat-x scroll left top;
	margin:125px 0 15px;
	padding:200px 0 10px;
	width:250px;
	border: 3px solid #b0bc00;
	position:relative;
}
#videoContent .promiWinnings .priority{ 
	font-size:116.667%;
	padding-bottom:1em;
}
#videoContent .promiWinnings-header{ 
	position:absolute; 
	left:-3px; 
	top:-113px;
	width:287px;
	height:297px;
}
#videoContent .promiWinnings-copy{ padding:0 15px;}

#videoContent .aboutGolocalWrap{
	position:relative;
	height:330px;
}
.aboutGolocalWrap .vCardWrap{
	top:20px;
	left:0;
}

.aboutGolocalWrap .entryWrap{
	margin-top:50px;
}

.aboutGolocalWrap .entryWrap .citySwitch{
	margin-top:70px;
	margin-left:25px;
}

.aboutGolocalWrap .entryWrap .citySwitch label{
	padding-bottom:30px;
}


/* recommend video-teaser */
.closeWindow .recommendAndWin{ 
	display:block;
	width:425px;
	height:67px;
	background:#fff url(http://golocal-static.de/images/11212/de/other/videos/teaser_recVideo_cFernandes_tb.png) top left no-repeat; 
}
.closeWindow .recommendAndWin .txt{
	display:block;
	text-indent:-5000px;
}

.closeWindow .recommend{ 
	display:block;
	width:248px;
	height:67px;
	margin-left:88px;
	background:#fff url(http://golocal-static.de/images/11212/de/other/tellyourfriends.gif) top left no-repeat; 
}
.closeWindow .recommend .txt{
	display:block;
	text-indent:-5000px;
}



/***************************************************/
/*         InfoLayer for cities-selection          */

#searchInfolayer{
	background:#ffffff none repeat scroll 0%;
	color:#000000;
	position:absolute;
	text-align:left;
	top:54px;
	z-index:102;
	width:256px;
	height:auto;
	border-color:#A4A4A4;
	border-style:solid;
	border-width:1px 2px 2px 1px;
}
#searchInfolayer{
	left:420px;
	top:81px;
}
.events #searchInfolayer{
	left:383px;
	top:81px;
	width:303px;
}
#searchInfolayer .mainContent {
	overflow:auto;
	padding:5px 5px 10px 10px;
	position:relative;
}
#searchInfolayer .mainContent h3 {
	margin:0px 0px 10px 0px;
	color:#c63326;
}
#searchInfolayer .close {
	float:right;
	height:20px;
	width:20px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat 0px -350px;
}




/* Header Scout gesucht START */
.scoutWrapper {
	height:78px;
	width:493px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat 0px -1750px;
}
/* Header Scout gesucht ENDE */



/*************************************/
/*           Footer START            */
#mainFooterWrap{
	float:none;
	clear:both;
	margin-top:50px;
	padding:20px 0;
	background:#e8e7c4 url(http://golocal-static.de/images/11212/common/tile_footer_bg.png) repeat-x top left;
}
#footer {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:938px;
	padding:5px 20px;
	font-size:0.917em;
	/*margin:0px 30px 0px 30px;*/
	background:transparent url(http://golocal-static.de/images/11212/common/tile_footer_vertLines.png) repeat-y 179px top;
}
#footer .sectionTitle{
	font-size:1.666em;
	color:#c63326;
	margin-bottom:0.5em;
}
#footer .col{
	position:relative;
	width:187px;
	float:left;
	padding:0 10px;
}
#footer .aboutWrap{width:150px; padding-left:0;}
#footer .copyright{margin-top:20px;}
#footer .revision{color:#6F6F6F;}
#footer .bookmarkPartnerWrap{width:150px; padding:0; }
#footer .shopWrap{padding:0 10px 10px; border-bottom:1px solid #ccceb2;}
#footer .bookmarkWrap{padding:10px; border-bottom:1px solid #ccceb2; border-top:1px solid #fdffdc;}
#footer .partnerWrap{padding:10px 10px 0; border-top:1px solid #fdffdc;}
#footer .importantCitiesWrap{width:410px; }
#footer .importantCitiesWrap ul{
	position:relative;
	float:left;
	width:135px;
}
#footer .feedbackWrap{width:180px; padding-right:0;}

/* Footer ENDE */



/***************************************/
/***         ContentAreas            ***/
.contentarea {
	width:920px;
	margin:0px 30px 0px 30px;
}
.contentarea .col{
	position:relative;
	float:left;
}
.contentarea .col1{
	width:545px;
}
.contentarea .col2{
	width:325px;
	padding-right:10px;
	padding-left:20px;
	margin-left:20px;
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_vert.gif) left top repeat-y;
}

.contentarea .section{margin-top:1em;}
.contentarea h2{margin-bottom:1em; line-height:1.4em;}

.contentarea.noNav { margin:80px 30px 0px 30px !important; } 
.contentarea.bg_col2 { background:transparent url(http://golocal-static.de/images/11212/common/separator_2.gif) repeat-y left top; }
.contentarea.bg_col3 { background:transparent url(http://golocal-static.de/images/11212/common/separator_3.gif) repeat-y left top; }





/* Content Boxen START */
.contentBox { float:left; }
.contentBox.vertSeparator { margin-right:40px; }
.contentBox.vertSeparatorForm { margin-right:20px; }
.contentBox.xxl { width:920px; }
.contentBox.xl { width:440px;}
.contentBox.l { width:380px; }
.contentBox.m { width:260px; }
.contentBox.s { width:200px; }
.contentBox.xs { width:180px; }
/* Content Boxen ENDE */



/* Bild-Text Zuordnung innerhalb aller contentBoxen START */
.imageList.left {
	float:left;
	margin:0px 16px 16px 0px;
}
.imageList.right {
	float:right;
	margin:0px 0px 16px 16px;
}
.icons { margin:0px 16px 0px 0px; }
/* Bild-Text Zuordnung innerhalb der Blöcke ENDE */

/* Formular START */
.inputfield {
	border:1px solid #b0bc00;
	float:left;
	margin-bottom:10px !important;
	padding:2px 2px 2px 2px;
}
.inputfield.large {
	margin-bottom:16px !important;
}
.label {
	width:140px;
	float:left;
	margin-bottom:2px;
}
.label.short { width:100px; }

.label.medium { width:213px; }
.label.large { width:340px; }

.but_abschicken {
	background: url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat -300px -490px;
	float:right;
	margin-right:4px;
	width:97px;
	height:26px;
}

.but_abschicken.login {
	margin-right:16px;
}
.captcha_bg {
	background-image:url(http://golocal-static.de/images/11212/common/captcha_bg.gif);
	width:210px;
	height:110px;
	float:left;
}
/* Forumular ENDE */

/* Login START */
.loginImage {
	background:transparent url(http://golocal-static.de/images/11212/common/papermen-light_440px.png) no-repeat 0px 0px;
	height:293px;
	width:440px;
}
.loginField {
	background-color:#f6f5e7;
	border:#e4e3d6 solid 1px;
	padding:20px;
	/*height:100%;*/
	width:395px;
}
/*.boxContent { padding:30px 20px; }*/
/* Login ENDE */


/* Helper-Layer */
.inputHelper{
	position:absolute;
	left:0;
	top:44px;
	text-align:left;
	display:none;
	z-index:10000;
	width:209px;
	height:63px;
	padding:5px 10px;
	background: url(http://golocal-static.de/images/11212/common/explLayer.png) top left no-repeat;
}
div.inputHelper ul,
div.inputHelper .helperTitle{
	font-size:.8em; 
	line-height:1.3em;
}
div.inputHelper ul li{padding-bottom:0.15em;}
div.inputHelper .helperTitle{
	font-weight:normal;
	color:#c63326;
	padding-bottom:0;
}

/* Events */
.events .inputHelper{
	background-image:url(http://golocal-static.de/images/11212/common/explLayer_events.png);
	width:170px;
}


/* END Helper Layer */



/* START Map Tooltipp */

.tooltip{
	border:#cecece solid 1px;
	width:215px;
}
.tooltip h3{padding-bottom:5px;}
.tooltip .reviewBtn{padding-bottom:5px;}
.tooltip .glRating{
	width:95px; 
	float:left;
}
.tooltip .amountRating,
.startpage .tooltip .amountRating{
	font-size:0.917em; 
	text-align:left;
	padding-left:2px;
}
.space{
	padding-left:10px;
}
.tooltipSpace{
	margin:5px 8px 5px 0px;
	line-height:1.3em;
}
.tooltipDescribing{

}
.tooltip .contact{padding-bottom:10px;}

.radiusStyle1{
	background-color:#adadad;
	color:black;
	font-size:8pt;
	font-weight:normal;
}

.dragStyle1{
	background-color:#adadad;
	color:white;
	font-size:8pt;
	font-weight:normal;
}

.handleStyle1{
	height: 9px;
}



#glMap{position:relative;}

/* Init-Styles for SideBar */
#glMap,
#assignPhotosWrapper{display:none;}




/*******************************/
/*         Tag-Cloud           */

.cloud{padding:1em;}
.cloud li{ line-height:1.6em; margin-right:5px;}
.cloud a{font-weight:normal;}
.cloud .size5 a{font-size:0.75em;}
.cloud .size4 a{font-size:0.9em;}
.cloud .size3 a{font-size:1.15em;}
.cloud .size2 a{font-size:1.4em;}
.cloud .size1 a{font-size:1.65em;}
.contentWrapper .cloud li{background-color:#fff; padding-bottom:0;}


/***********************************/
/*             Rating              */

.glRating .amountRating{font-size:0.917em; text-align:right; clear:right;}
.glRating .imgRating,
div.review .imgRating{
	position:relative;
	float:right;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat;
	width:95px;
	height:20px;
}
div.review .imgRating{
	float:left;
	margin:0.25em 0.5em 0 0;
	width:65px;
	height:13px;
}
#glMap div.imgRating{float:none;}
.glRating .imgRating span,
.review .imgRating span{display:none;}
.glRating .star0{background-position: -560px 0px;}
.glRating .star1{background-position: -560px -70px;}
.glRating .star2{background-position: -560px -140px;}
.glRating .star3{background-position: -560px -210px;}
.glRating .star4{background-position: -560px -280px;}
.glRating .star5{background-position: -560px -350px;}

.glRating .star05{background-position: -700px 0px;}
.glRating .star15{background-position: -700px -70px;}
.glRating .star25{background-position: -700px -140px;}
.glRating .star35{background-position: -700px -210px;}
.glRating .star45{background-position: -700px -280px;}

/* Small Rating in user-review */
div.review .star0{background-position: -560px -700px;}
div.review .star1{background-position: -560px -770px;}
div.review .star2{background-position: -560px -840px;}
div.review .star3{background-position: -560px -910px;}
div.review .star4{background-position: -560px -980px;}
div.review .star5{background-position: -560px -1050px;}

div.review .star15{background-position: -560px -1330px;}
div.review .star25{background-position: -560px -1260px;}
div.review .star35{background-position: -560px -1190px;}
div.review .star45{background-position: -560px -1120px;}


/********************************/
/***        Separators        ***/
.vertSeparatorRight {
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_vert.gif) repeat-y right top;
	margin-right:10px;
	padding-right:10px;
}
.horSeparator {
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) repeat-x left top;
	margin-top:15px;
	padding-top:15px;
}
.horSeparatorLine {
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) repeat-x left top;
	margin-top:15px;
	height:15px;
	font-size:0;
	line-height:0;
}
.horSeparatorBottom {
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) repeat-x left bottom;
	margin-bottom:15px;
	padding-bottom:15px;
}
.horSeparatorBottom2 {
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) repeat-x left bottom;
	margin-bottom:10px;
	padding-bottom:10px;
}
.horSeparatorTop {         /*  wird bisher nur im tooltip verwendet  */
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) repeat-x left top;
	margin-top:5px;
	padding-top:5px;
}
.horSeparator.footer { padding-top:15px; }
.picSeparator_col2 { background:transparent url(http://golocal-static.de/images/11212/common/separator_2.gif) repeat-y left top; }
.listHorSeparator { background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) repeat-x left bottom; }

.horSeparatorConnector{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) 0px -2030px no-repeat;
	height:30px;
}




/****************************************/
/*            User-Images               */

.imgUser {
	width:55px;
	height:55px;
	overflow:hidden;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat 0px -420px;
}
.imgUser a,
.imgUser .default{ 
	width:55px;
	height:55px;
	display:block;
}
.imgUser a:hover{text-decoration:none;}
.imgUser img{margin:3px; width:45px;} 
.imgUser .female{background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat -350px -420px;}
.imgUser_s{
	width:31px;
	height:31px;
	overflow:hidden;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat 0px -910px;
}
.imgUser_s a,
.imgUser_s .default{
	width:31px;
	height:31px;
	display:block;
}
.imgUser_s a:hover{text-decoration:none;}
.imgUser_s img{margin:2px; width:26px;}
.imgUser_s .female{background:transparent url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat -280px -910px;}




/****************************************************/
/*            Location- /Event-Images               */

.imgLoc,
.imgEvent{
	position:relative;
	float:left;
	display:inline; /* IE6 */
	width:85px;
	height:85px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat -350px -630px;
	margin-right:0.5em;
	overflow:hidden;
}
.imgEvent{background-position:-700px -630px;} 
.imgLoc a,
.imgEvent a{
	width:74px;
	height:74px;
	display:block;
	overflow:hidden;
	margin:3px;
}
.imgLoc a:hover, 
.imgLoc_xs a:hover, 
.imgEvent a:hover {text-decoration:none;}
.tooltip .imgLoc, .tooltip .imgEvent {margin-right:5px;}

.imgLoc img,
.imgEvent img{position:relative;}
.imgLoc_xs img{margin:2px;}
.imgEvent img{width:74px;}

.imgLoc_xs{
	width:31px;
	height:31px;
	overflow:hidden;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat 0px -910px;
}




/***************************************/
/*             Link-Buttons            */

div.button a,
div.button div{
	display:block;
	height:26px;
	width:111px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat 0px -420px;
	padding-bottom:0;
	margin-bottom:0;
}
div.button a.showAll{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat -280px -280px;
}

div.button a.cancel{
	background: transparent url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat 0px -280px;
	width:109px;
}
div.button a.edit{
	background: transparent url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat 0px -200px;
	width:127px;
}
div.button a.change{
	background: transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat 0px -350px;
	width:76px;
}
div.button a.btnSelectPhotos{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat 0px -1890px;
	width:151px;
}
div.button a.close{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat 0px -350px;
	width:20px;
	height:20px;
}
div.button a.endAndBackToPhotos{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat 0px -2100px;
	width:172px;
	height:79px;
}
div.button a.newMail{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat 0px -700px;
	width:165px;
}
div.button a.refresh{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat 0px -980px;
	width:150px;
}
div.button a.reply{
	background: url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat 0px -910px;
	width:94px;
}
div.button a.reviewBtn{
	background-position: 0px -420px;
	height:25px;
	width:95px;
}
div.button a.reviewBtn:hover{
	background-position:-300px -420px;
}
div.button a.editReviewBtn{
	background-position: 0px -490px;
	height:31px;
	width:95px;
}
div.button a.editReviewBtn:hover{
	background-position:-300px -490px;
}
div.button a.btnShowWidget{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/widgetTeaser.png) no-repeat 0px -210px;
	height:46px;
	width:122px;
}

	/***  Mein golocal / Fotos, Videos  ***/

div.button a.assignPhotos,
div.button div.assignPhotos{
	background: url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat 0px -140px;
	width:119px;
}
div.button a.assignVideos{
	background: url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -400px -140px;
	width:126px;
}
div.button a.photosPrevious{
	background: url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -200px 0;
	width:27px;
	height:81px;
}
div.button a.photosPreviousOff,
div.disabled a.photosPrevious{
	background: url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat 0px 0;
	width:27px;
	height:81px;
}
div.button a.photosNext{
	background: url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -600px 0;
	width:27px;
	height:81px;
}
div.button a.photosNextOff,
div.disabled a.photosNext{
	background: url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -400px 0;
	width:27px;
	height:81px;
}
div.button a.review{
	background: url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat 0 -210px;
	width:108px;
}
div.button a.uploadPhotos{
	background: url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat 0 -280px;
	width:148px;
}
div.button a.uploadVideos{
	background: url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -400px -280px;
	width:161px;
}
div.button a.removeNow{
	background: url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat 0px -120px;
	width:122px;
}



	/***         Event Buttons          ***/

div.button a.interested{
	float:left;
	margin-right:5px;
	width:122px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat -700px -140px;
}
div.button a.attendee{
	float:left;
	width:93px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat -700px -210px;
}
div.button a.discussEvent{
	width:133px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat -700px -350px;
}



/*************************************/
/*           Grafik-Links            */

a.grf{
	padding-left:20px;
	background: url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat 0 -1960px;
}
a.grf_close{
	background-position:0 -1960px;
}




/***************************************/
/*           Action-Buttons            */

.actions{}
/*.actions *{margin:0; padding:0;}*/
.actions .reviewVoting{}
.reviewVoting-helpfulType{
	position:relative;
	float:left;
}
.reviewVoting-funny{
	position:relative;
	float:left;
	display:inline;
	margin-left:10px;
	margin-right:30px;
}


.actions .votingIntro{padding:3px 5px 0 0}

.btnSmall,
.btnSmall * {margin:0; padding:0;}
.btnSmall a {
	position:relative;
	display:block;
	white-space:nowrap;
	padding:0.2em 0.5em;
	text-decoration:none;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) 0px -280px no-repeat;
}
.btnSmall a:hover{ background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) 0px -774px no-repeat; }
.btnSmall a.on { background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) 0px -840px no-repeat; }
.btnSmall li {
	position:relative;
	float:left;
	display:inline;
	padding-top:1px;
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) top left repeat-x;
/*	width:75px;*/
}
.btnSmall li span.outer{
	display:block;
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) bottom left repeat-x;
	padding-bottom:1px;
}
.btnSmall li span.outer span.ending{
	display:block;
	padding:0 1px 0 0;
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_vert.gif) top right repeat-y;
}
.btnSmall li span.icon{
	display:block;
	padding-left:25px;
	line-height:1.5em;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/review.png) -700px -560px no-repeat;
}

.btnSmall li.useful {width:95px;}
.btnSmall li.useless {
	width:128px;
	margin-right:5px;
}
.btnSmall li.funny {width:90px;}
.btnSmall li.edit {
	width:100px;
	margin-right:5px;
}

.btnSmall li.delete {width:85px;}
.btnSmall li.uploadImages{width:140px;}
.btnSmall li.addToNotepad{width:90px;}
.btnSmall li.addToFavorites{width:90px;}
.btnSmall li.removeFromNotepad{width:150px;}
.btnSmall li.showInMap{width:140px;}
.btnSmall li.hideMap{width:140px;}
.btnSmall li.uploadVideos{width:130px;}
.btnSmall li.uploadPhotos{width:130px;}
.btnSmall li.sendToFriend{width:145px;}


.btnSmall li a.funny span.icon{	background-position: -700px -559px;}
.btnSmall li a.useful span.icon{background-position: -697px -419px;}
.btnSmall li a.useless span.icon{background-position: -697px -489px;}
.btnSmall li.delete a span.icon{background-position: -697px -699px;}
.btnSmall li.edit a span.icon{background-position: -700px -629px;}
.btnSmall li.removeFromNotepad a span.icon{background-position: -698px -838px;}
.btnSmall li.showInMap a span.icon{background-position: -700px -1189px;}
.btnSmall li.hideMap a span.icon{background-position: -700px -1119px;}
.btnSmall li.uploadPhotos a span.icon{background-position: -700px -908px;}
.btnSmall li.addToNotepad a span.icon{background-position: -700px -979px;}
.btnSmall li.addToFavorites a span.icon{background-position: -700px -1049px;}
.btnSmall li.sendToFriend a span.icon{background-position: -700px -1889px;}

.btnSmall li span.icon em{font-style:normal;}

.btnSmall_newIcon{
	position:absolute;
	width:24px;
	height:17px;
	right:-4px;
	top:-6px;
	font-size:0;
	line-height:0;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/review.png) -560px -1890px no-repeat;
}





/***********************************************************/
/***             secondary shiny Buttons                 ***/

.secBtn{
	position:relative;	
	float:left; /* IE6 */
	display:block;
	display:inline; /* IE6 double margin bug */	
	background:transparent url(http://golocal-static.de/images/11212/de/multis/secButtons.png) 100% -140px no-repeat;
	padding-right:5px;
	overflow:hidden;
}
.secBtn-a{
	position:relative;
	float:left;
	display:block;
	height:27px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/secButtons.png) 0px 0px no-repeat;
	text-align:right;
	padding-left:30px;
	opacity:0.55;
	filter: alpha(opacity=55);
	-moz-opacity: 0.55;
	outline:none;
}
.secBtn-a:hover,
.secBtn-a:active,
.secBtn-a.on{
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	text-decoration:none;
}
.secBtn-selected{
	display:block;
	position:absolute;
	top:16px;
	left:16px;
	width:9px;
	height:9px;
}
.secBtn-useful .secBtn-selected{
	left:auto; 
	right:16px;
}
.secBtn-a.on .secBtn-selected{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/secButtons.png) 0px -140px no-repeat;
}
.secBtn-amount{
	display:block;
	padding-top:5px;
	color:#8b8787;
	font-style:normal;
}
.secBtn-txt{
	display:block;
	padding-top:5px;
}
.secBtn-useful .secBtn-txt,
.secBtn-useless .secBtn-txt,
.secBtn-funny .secBtn-txt{
	position:absolute;
	overflow:hidden;
	left:-10000px;
}
.secBtn-useful{
	padding-right:0;
	padding-left:5px;
	background-position:-1260px -140px;
	
}
.secBtn-useful .secBtn-a{
	background-position:100% 0px;
	text-align:left;
	padding-left:0;
	padding-right:30px;
}
.secBtn-useless{
	left:-1px;
	/*margin-right:10px;*/
}
.secBtn-useless .secBtn-a{background-position:0px 0px;}
.secBtn-funny .secBtn-a{background-position:-840px 0px;}
.secBtn-twitter .secBtn-a{background-position:-210px 0px;}
.secBtn-fb .secBtn-a{background-position:-420px 0px;}
.secBtn-comment .secBtn-a{background-position:-630px 0px;}
.secBtn-follow .secBtn-a{
	background-position:-1050px 0px; 
	opacity: 1;
}
.secBtn-message .secBtn-a{
	background-position:-630px -70px; 
	opacity: 1;
	padding-bottom:5px;
}
.spreadReview{
	position:relative;
	float:left;
	/*margin-left:20px;*/
}
/*.mgl_actions .spreadReview{
	float:right; 
	margin-left:0;
}*/
.mgl_actions{margin-top:1em;}

.spreadReview .secBtn{margin-right:10px;}
/*.spreadReview-solo .secBtn{margin-right:10px;}*/


/* Social-Buttons to spread location */
.spreadLocList{
	position:relative;
	float:right;
}
.secBtnSolo{
	position:relative;
	float:left;
	margin-left:5px;
	padding:0;
}
.secBtnSolo-icon{
	display:block;
	width:27px;
	height:27px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/secButtons.png) -210px -140px no-repeat;
	overflow:hidden;
	text-indent:-10000px;
	opacity:0.55;
	filter: alpha(opacity=55);
	-moz-opacity: 0.55;
}
.secBtnSolo-icon:hover,
.secBtnSolo-icon:active{
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	text-decoration:none;
}
.secBtnSolo-fb{background-position:-420px -140px;}
.secBtnSolo-twitter{}




/*******************************************/
/***             Buttons                 ***/

/* activateXY from miniRegistration */
button.activateReview{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/miniReg.png) no-repeat 0px 0px;
	width:284px;
	height:56px;
}
button.activateLocation{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/miniReg.png) no-repeat -350px 0px;
	width:284px;
	height:56px;
}
button.activateFavorit{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/miniReg.png) no-repeat -700px 0px;
	width:284px;
	height:56px;
}
button.activateFeedback{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/miniReg.png) no-repeat -1050px 0px;
	width:284px;
	height:56px;
}
button.activateComment{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/miniReg.png) no-repeat -1400px 0px;
	width:284px;
	height:56px;
}

button.cancel {
	background:transparent url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat scroll 0px -280px;
	width:109px;
	margin-right:20px;
}
button.editProfil {
	background: url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat -0px -200px;
	margin-left:20px;
	width:127px;
}
button.grub_l {
	background: url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -0px -1050px;
	height:36px;
	width:83px;
}
button.login {
	background: url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat 0px -560px;
	width:113px;
}
button.ready {
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat scroll 0px -2030px;
	width:162px;
	margin-right:20px;
}
button.refresh{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat 0px -980px;
	width:150px;
}
button.removeNow {
	background: url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat 0px -120px;
	width:122px;
}
button.btnReply {
	background: url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat 0px -910px;
	width:94px;
}
button.spam {
	background:transparent url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat scroll 0px -40px;
	width:122px;
}
button.save { 
	background: url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat -300px -40px;
	width:87px;
}
button.save_small{
	background: url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat -770px -1890px;
	width:66px;
	height:22px;
}
button.saveComment {
	background:transparent url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat scroll -300px -200px;
	width:134px;
}
button.searchBtn{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat 0px -70px;
	width:76px;	
}
button.search_col2 {
	background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat scroll 0px -1120px;
	width:83px;
}
button.search_l {
	background: url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -210px -1050px;
	height:36px;
	width:83px;
}

button.submit {
	background:transparent url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat scroll -300px -350px;
	margin-right:20px;
	width:97px;
}

button.searchMail{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat 0px -770px;
	width:84px;
	height:30px;
}
button.stf_btnAddMail {
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat 0px -1750px;
	width:107px;
	height:33px;
}
button.sendMessage {
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat -210px -1890px;
	width:138px;
}
button.upload {
	background: url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat -300px -120px;
	margin-left:20px;
	width:92px;
}





/****************************************/
/* Info-Icons (reviews, useful, funny)  */

.infoIcons{}
.infoIcons .icon{
	display:block;
	padding-left: 25px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/review.png) -700px -420px no-repeat;
}

.infoIcons .useful{background-position:-697px -420px;}
.infoIcons .reviewStar{background-position:-699px -350px;}
.infoIcons .funny{	background-position:-700px -560px;}
.infoIcons .shots{background-position:-698px -767px;}
.infoIcons .favorites{background-position:-698px -1468px;} 
.infoIcons .heroes {background-position:-700px -2030px;}
.infoIcons .fans {background-position:-700px -2100px;}


/******************************************/
/*          Loading-Animation             */
#glLoader{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:1001;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #glLoader { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}



/*************************************/
/*              Adverts              */

.advertsWrapper{
	padding-bottom:1em;
	text-align:center;
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) repeat-x left bottom;
	margin-bottom:15px;
	padding-bottom:15px;
}

.narrow .advertsWrapper,
.maxSideBar .advertsWrapper{display:none;} /* small result list */ 
.advertsWrapper .advert{
	position:relative;
	/*top:-0.5em;*/
	margin:-0.5em auto 0;
}
.advertsWrapper .advert .txtAdvert{
	text-align:right;
	font-size:0.85em;
	margin-right:1em;
	color:#999;
}
/* Startpage not logged in */
#ad_start_fullSize .advert{width:468px;}
#ad_start_medRect .advert{width:300px;}

/* Startpage logged in (welcome) */
#ad_welcome_fullSize .advert{width:468px;}
#ad_welcome_medRect .adverts{width:300px;}

/* Meta branches */
#ad_meta_fullSize .advert{width:468px;}
#ad_meta_medRect .advert{width:300px;}
#ad_meta_special .advertsWrapper{background:none; padding-bottom:0;}

/* Location List */
#ad_loc_fullSize .advertsWrapper{margin-bottom:0;}
#ad_loc_fullSize .advert{width:468px; padding-top:10px;}

/* Location Details */
#ad_locDetails_bigSize .advertsWrapper{
	margin-bottom:0;
	background:#e0e0e0 url(http://golocal-static.de/images/11212/common/tile_shadow_topAd.png) bottom left repeat-x;
}
#ad_locDetails_bigSize .advert{
	width:730px; 
	margin-top:0;
}
#ad_locDetails_special .advertsWrapper{background:none; padding-bottom:0;}
#ad_locDetails_medRect .advertsWrapper{background:none; padding-bottom:0;}
#ad_locDetails_medRect .advert{width:300px;}

/* Events */
#ad_event_fullSize .advertsWrapper{margin-bottom:0; padding-top:10px;}
#ad_event_fullSize .advert{width:468px;}

/* Events Details*/
#ad_eventDetail_fullSize .advertsWrapper{position:relative; float:left; width:615px; background:none; padding-bottom:0;}
#ad_eventDetail_fullSize .advert{width:468px;}

/* Forum Detail */
#ad_forumDetail_wideSky .advertsWrapper{text-align:right;}
#ad_forumDetail_wideSky .advert{width:160px; background:none; padding-bottom:0;}
#ad_forumDetail_fullSize .advert{width:468px;}
#ad_forumDetail_sky .advert{width:120px; background:none; padding-bottom:0;}

/* Forum */
#ad_forum_wideSky .advertsWrapper{margin-right:10px; text-align:right;}
#ad_forum_wideSky .advert{width:160px; background:none; padding-bottom:0;}
#ad_forum_fullSize .advert{width:468px;}
#ad_forum_sky .advert{width:120px; background:none; padding-bottom:0;}



#locDetails_mediumRect{width:300px;}

/* Events */
.eventList .advertsWrapper{padding-bottom:1em;}
.eventList .advertsWrapper .advert{top:0; margin-bottom:0;}







/*************************************/
/*           shadowFrame             */

.shadowFrame .top {
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat scroll 0px -1120px;
	height:5px;
}
.shadowFrame .top div {
	height:5px;
	width:10px;
	float:right;
	background:url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat -899px -1120px;
}
.shadowFrame .contentWrapper {
	position:relative;
	z-index:1;
	background:transparent url(http://golocal-static.de/images/11212/common/shadow_right.gif) repeat-y scroll right top;
	border-left:1px solid #cecece;
	padding-right:10px;
	
}
.shadowFrame .bottom {
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat scroll 0px -210px;
	height:10px;
}
.shadowFrame .bottom div {
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat scroll -620px -210px;
	float:right;
	height:10px;
	width:10px;
}
.shadowFrame .topCorner{
	position:absolute;
	z-index:2;
	top:0;
	right:0;
	height:5px;
	width:10px;
	background:url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat -899px -1120px;
}



/*****************************************/
/*                Suggest                */

.ac_results {
	position: absolute;
	text-align:left;
	padding: 0px;
	border:1px solid #333;
	background-color: Window;
	overflow: hidden;
	z-index: 10000;
	display: none;
}
.ac_results *{margin:0; padding:0;}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
}
.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}
.ac_results li {
	padding: 2px 5px;
	display: block;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
	color:#06d;
}
.ac_results li.ac_over {
	background-color: Highlight;
	color: #333;
}
.ac_loading {
	background : Window url('/images/common/indicator.gif') right center no-repeat;
}






/******************************************************/
/*           Boxes and Layers with Shadow             */
/******************************************************/

.layerBox{
	position:absolute;
	display:none;
	border:none; /* override .ac_results */
	background:none; /* override .ac_results */
	left:0px;
	top:20px;
	z-index:20000;
	text-align:left;
}
.layerBox p{padding:0 0 5px 10px; margin-right:5px;}

.layerBox .bottomBorder{
	position:relative;
}
.layerBox .bottomBorder .leftSide{
	position:relative;
	margin-right:5px;
	height:6px;
	background: transparent url(http://golocal-static.de/images/11212/common/layerBox_bl.png) 0 0 no-repeat;
}
.layerBox .bottomBorder .rightCorner{
	position:absolute;
	top:0;
	right:0;
	width:5px;
	height:6px;
	background: transparent url(http://golocal-static.de/images/11212/common/layerBox_br.png) 0 0 no-repeat;
}
.layerBox .boxContent{
	position:relative;
	border-left:1px solid #aaa;
	overflow:hidden;
}
.layerBox .rightBorder{
	position:absolute;
	right:0;
	top:0;
	width:5px;
	height:1000px;
} 
.layerBox .rightBorder .rightSide{
	position:absolute;
	top:5px;
	right:0px;
	width:5px;
	height:1000px;
	background: transparent url(http://golocal-static.de/images/11212/common/tile_layerBox_r_ie.png) 0px 0px repeat-y;
}
.layerBox .rightBorder .rightCorner{
	position:absolute;
	top:0;
	right:0;
	width:5px;
	height:6px;
	background: transparent url(http://golocal-static.de/images/11212/common/layerBox_tr.png) 0 0 no-repeat;
}





/*******************************************/
/*        layerBox with suggest            */

.layerBox ul,
.layerBox li{
	width:auto;
	margin-right:5px;
	font-size:11px;
	line-height:16px;
}
.layerBox ul{
	position:relative;
	/*top:-4px;*/
}
.layerBox li{margin-right:0;}
.layerBox li.title{
	position:relative;
	padding:0;
	color:#fff;
	cursor:auto;
}

.layerBox li.loc{background-color:#f9f3f2;}
.layerBox li.cat,
.layerBox li.street{background-color:#f6f7e8;}

.layerBox li.street.ac_over,
.layerBox li.cat.ac_over{background-color:#e2e6a6;}
.layerBox li.loc.ac_over{background-color:#f7dad7;}

.layerBox h3{
	padding:0.5em 0.3em 0.2em;
	font-size:12px;
	line-height:16px;
}
.layerBox .loc h3{background-color:#c63326;}
.layerBox .street h3{background-color:#b0bc00;}
.layerBox .cat h3{background-color:#b0bc00;}

/* Separator */
.layerBox li.sep h3{
	cursor:auto;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat -560px -840px;
}

.layerBox .info{
	padding:0.3em 0.2em;
	font-style:italic;
	color:#333;
}
.layerBox .resultInfo{
	position:absolute;
	right:0.5em;
	top:0.6em;
	width:8em;
	text-align:right;
	font-size:10px;
}


/*******************************************/
/*        layerBox for userTooltip           */


.userTooltip{
	position:relative;
	display:block;
	z-index:1;
}

.userTooltip .userTop {
	background-color:#b0bc00;
	padding:10px 8px 10px;
}

.userTooltip .userTop img{
	border:#fff 3px solid; 
	margin-right:10px;
	float:left;
}

.userTooltip .userWrapper { 
	margin-right:1em;
	text-align:left;
	float:left;
}

.userTooltip .userName {
	color:#fff;
	font-weight:bold;
	font-size:1.667em; 
	margin-right:1em;
}

.userTooltip .points {
	color:#fff;
	font-size:0.85em;
	/*margin-top:1.75em;*/
}

.userTooltip .userTipContent {
	position:relative;
	width:300px;
}

.userTooltip .cityDate {
	color:#333;
	font-size:0.85em;
	margin: 0 10px;
	font-weight:bold;
	padding:5px 0 5px;
}

.userTooltip .userLinks {
	font-size:0.85em;
	margin: 0 10px;
	font-weight:bold;
	padding:5px 0 5px;
}

.userTooltip .row1 {}

.userTooltip .reviewsWrapper {
	position:relative;
	float:left;
	background-color:#FAF9F2;
	width:125px;
	padding:10px 10px 0;	
	font-weight:bold;
}

.userTooltip .revwrapBottom {
	padding-bottom:8px;
}

.userTooltip .allReviews {}

.userTooltip .rewardsWrapper {
	position:relative;
	float:left;
	padding:10px 10px 0;	
}

.userTooltip .rewards {}

.userTooltip .row2 {}

.userTooltip .summaryWrapper {
	position:relative;
	float:left;
	padding: 7px 10px 0;
	font-weight:bold;
}

.userTooltip .summary {
	font-size: 0.85em;
	font-weight: normal;
}

.userTooltip .starsStats {
	font-size: 0.85em;
	line-height:0.85em;
	margin-bottom:8px;
}

.userTooltip .starsstatsStars {
	position:relative;
	line-height:0.85em;
	float:left;
	padding-right:3px;
	text-align: right;
	width:5em;
}

.userTooltip .starsstatsBar {
	position:relative;
	background-color: #e5e5df;
	width: 50px;
	height: 10px;
	float:left;
}

.userTooltip .starsstatsGreenbar {
	background-color: #b0bc00;
	width: 20%;
	height: 10px;
	line-height:0.5em;
	font-size:1px;
}

.userTooltip .starsstatsCount {
	position:relative;
	line-height:0.85em;
	float:left;
	padding-left:3px;
	text-align: right;
	width:1.75em;
}



/************************************************************/
/***             layerBox for cityHistory                 ***/

#cityHistLayer{
	top: 79px; 
	left: 463px; 
	width: 270px;
}
#cityHistLayer.eventsHist{
	left:402px;
}
#cityHistLayer .histCities,
#cityHistLayer .cityListActionsWrap {
	margin-right:5px;
	background-color:#f4f4e9;
}
#cityHistLayer .boxContent{
	width:270px;
}
#cityHistLayer li{
	position:relative;
	padding-bottom:0; 
	overflow:hidden;
	width:265px;
}
#cityHistLayer .streetInfo{
	display:block;
	font-size:0.857em; 
	color:#8e8e84;
}
#cityHistLayer .street{}
#cityHistLayer .houseno{}
#cityHistLayer a.navItem{
	border-top:1px solid #fdfdeb;
	border-bottom:1px solid #deded3;
	padding:5px;
	color:#666;
	display:block;
	height:100%;
	width:100%;
	font-size:1.167em; 
}
#cityHistLayer a.navItem:hover,
#cityHistLayer a.navItem:active,
#cityHistLayer .hover a.navItem{
	text-decoration:none;
	background-color:#fff !important;
	border-top:1px solid #eee;
	border-bottom:1px solid #fff;
	color:#333;
}
#cityHistLayer li.first{}
#cityHistLayer li.first a.navItem{border-top-color:#efefdf;}
#cityHistLayer li.first a.navItem:hover,
#cityHistLayer li.first .hover a.navItem{border-top-color:#eee;}
#cityHistLayer li.last{padding-top:0;} /* overrides padding of .eventDetails in events.css */
#cityHistLayer li.last a.navItem{border-bottom:none;}
#cityHistLayer li.last a.navItem:hover,
#cityHistLayer li.last a.navItem:active,
#cityHistLayer li.last .hover a.navItem{
	border-bottom:none;
}
#cityHistLayer .cityListActionsWrap{
	padding:2px 5px 5px;
}




/********************************************************/
/*             Paper-Layer (e.g. subNav)                */

.paperLayer{
	position:absolute;
	left:0px;
	top:20px;
	z-index:20000;
	overflow:hidden;
	text-align:left;
}
.paperLayer .innerWrap{
	position:relative;
	background-color:#efefdf;
}
.paperLayer .topBdr{
	position:relative;
}
.paperLayer .topBdr .ls{
	position:relative;
	margin-right:5px;
	height:5px;
	background: transparent url(http://golocal-static.de/images/11212/common/paperLayer_tl.png) 0 0 no-repeat;
}
.paperLayer .topBdr .rc{
	position:absolute;
	top:0;
	right:0;
	width:5px;
	height:5px;
	background: transparent url(http://golocal-static.de/images/11212/common/paperLayer_tr.png) 0 0 no-repeat;
}
.paperLayer .btmBdr{
	position:relative;
	z-index:1;
}
.paperLayer .btmBdr .ls{
	position:relative;
	margin-right:48px;
	height:10px;
	background: transparent url(http://golocal-static.de/images/11212/common/paperLayer_bl.png) 0 0 no-repeat;
}
.paperLayer .btmBdr .rc{
	position:absolute;
	top:0;
	right:0;
	width:48px;
	height:10px;
	background: transparent url(http://golocal-static.de/images/11212/common/paperLayer_br.png) 0 0 no-repeat;
}
.paperLayer .layerContent{
	position:relative;
	background: transparent url(http://golocal-static.de/images/11212/common/paperLayer_tile_rb_ie.png) 100% 0 repeat-y;
	padding-right:5px;
	z-index:2;
}
.paperLayer .hbr{
	position:absolute;
	bottom:-6px;
	right:0px;
	height:100px;
	width:130px;
	background: transparent url(http://golocal-static.de/images/11212/common/paperLayer_hl_br.png) top left no-repeat;
}
/* For IE6 */
.paperLayer .rb{
	position:absolute;
	top:0;
	right:0;
	width:5px;
}




/***************************************/
/***         Photo Frame             ***/

.photoFrame{
	position:relative;
	display:table;
}
.photoFrame .image,
.photoFrame .imgUser_l{
	position:relative;
	padding:0 10px 0 3px;
	background:url(http://golocal-static.de/images/11212/common/tile_picFrame_r.png) repeat-y right top;
}
.photoFrame .frameTop{
	height:4px;
	background:url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat 0px -1260px;
}
.photoFrame .frameTop div{
	height:4px;
	width:10px;
	float:right;
	background:url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat -847px -1260px;
}
.photoFrame .frameBottom{
	height:10px;
	background:url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat 0px -1300px;
}
.photoFrame .frameBottom div{
	height:10px;
	width:10px;
	float:right;
	background:url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat -847px -1300px;
}

/* Default User-Image MGL (100px) */
.photoFrame .default{
	width:100px;
	height:133px;
	background:#fff url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -200px -420px;
	display:block;
}
.photoFrame .female .default{
	width:100px;
	height:133px;
	background:#fff url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat 0px -420px;
}
/* Default large User-Image (84px) */
.photoFrame .imgUser_l .default{
	width:84px;
	height:112px;
	overflow:hidden;
	background:#fff url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat -840px -1890px;
}
.photoFrame .imgUser_l .female .default{
	width:84px;
	height:112px;
	background:#fff url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat -700px -1890px;
}

/* Remove-Button */
.mediaActionsWrap{
	position:absolute;
	z-index:1;
	top:6px;
	right:11px;
	width:50px;
	height:24px;
	display:none;
}
.photoFrame .mediaActionsWrap{top:3px; right:13px;}
.mediaActionsWrap .btnRemoveMedia,
.mediaActionsWrap .btnEditMedia{
	display:block;
	float:right;
	width:24px;
	height:24px;
	margin:0;
	background: #fff url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat 0px -630px;
}
.mediaActionsWrap .btnEditMedia{background-position:-210px -630px;}
.mediaActionsWrap .btnRemoveMedia span,
.mediaActionsWrap .btnEditMedia span{display:none;}

#confirmRemovalWrapper{display:none;}
#confirmRemoval a.cancel{margin-right:1em;}



/**********************************/
/* Layer for remarking to notepad */

.remarkNotepad h2{margin-bottom:1em;}
.remarkNotepad fieldset{margin:0; padding:0;}
.remarkNotepad fieldset label{margin-right:1em;}
.remarkNotepad label.lblNote{display:block; margin:1em 0 0.2em;}
.remarkNotepad legend{margin-bottom:0.2em; color:#333;}



/************************************/
/*    Layer for uploading photos    */

.uploadPhotosWrapper{}
.uploadPhotosWrapper p{margin:0; padding:0;}
.uploadPhotosWrapper .errorBox{display:none;}
.uploadPhotosWrapper .addPhotosWrapper{
	position:relative;
	float:left;
	width:330px;
	height:370px;
	overflow:auto;
	padding:1em;
}
.uploadPhotosWrapper h2{
	margin-right:20px;
	line-height:1.3em; width:270px;
}
.uploadPhotosWrapper div.help{margin-left:0;}
.uploadPhotosWrapper .addPhotosWrapper .button{margin:0 1em 1em 0;}
.uploadPhotosWrapper .addPhotosWrapper .infoText{
	padding-top:0.35em;
}
.uploadPhotosWrapper .addedPhotosWrapper{
	position:relative;
	float:left;
	width:320px;
	height:370px;
	overflow:auto;
	background-color:#f8f7ee;
	padding:1em;
}
.uploadPhotosWrapper .addedPhotosWrapper ul.photos{	margin-top:1em;}
.uploadPhotosWrapper .addedPhotosWrapper .areaInfo{
	width:260px;
	margin-left:30px;
	font-size:40px;
	margin-top:100px;
	color:#e0ded6;
	text-align:center;
	line-height:48px;
	font-weight:700;
}

.uploadPhotosWrapper div.photoWrapper{
	position:relative;
	float:left;
	display:inline;
	width:145px;
}
/* Description */
.uploadPhotosWrapper div.desc{
	position:relative;
	float:left;
	width:155px;
}
.uploadPhotosWrapper textarea{width:150px;}
.uploadPhotosWrapper .noteContent{
	border:1px solid #f8f7ee;
	border-width:2px 1px 1px 2px;
	color:#333;
}
.uploadPhotosWrapper div.hover{
	background-color:#f4f7c9;
	border-color:#a4a4a4;
}

.progressWrapper{}
.progressWrapper .completeStatus{
	font-size:1.167em;
	color:#b0bc00;
	font-weight:700;
	margin-bottom:0.5em;
}
.progressContainer{
	position:relative;
	width:310px;
	overflow:hidden;
	margin-bottom:0.5em;
	border:1px solid #e6e8c4;
}
.progressContainer .content{
	position:relative;
	padding:0.5em 1em;
	z-index:2;
}
.progressContainer .bar{
	position:absolute;
	z-index:1;
	width:0;
	height:50px;
	background:#e6e8c4 url(http://golocal-static.de/images/11212/common/tile_progressBar_bg.png) top left repeat-x;
}
.progressContainer .fileName{
	font-size:1.167em;
	color:#c63326;
	font-weight:700;
}
.progressContainer .statusInfo{
	position:relative;
	float:right;
	height:20px;
}
.progressContainer .ok{
	width:17px;
	height:20px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat 0px -1820px;
	display:none;
}
.progressWrapper .error{border:1px solid #f3d9d6;}
.progressWrapper .cancelled{border:1px solid #c63326;}
.progressWrapper .active{border:1px solid #b0bc00;}
.progressWrapper .complete{border:1px solid #b0bc00;}

.progressContainer a.cancel{display:none;}
.progressContainer .statusText{
	position:relative;
	float:left;
}


/****************************************/
/***             SideBar              ***/
/****************************************/

#sideBar{
	position:relative;
	float:right;
	width:345px;
	z-index:2;
}
#sideBar .loader{
	position:absolute;
	z-index:100;
	width:16px;
	height:16px;
	top:0;
	right:75px;
	background:transparent url(http://golocal-static.de/images/11212/common/indicator.gif) no-repeat top left;
	display:none;
}
.details #sideBar .loader{right:10px;}

#sideBar .mapSizeSwitchWrapper{
	position:absolute;
	right:0;
	z-index:2;
	padding-bottom:3px;
	width:75px;
	text-align:right;
}

#sideBar .mapSearchCircleWrapper{
	position:absolute;
	right:100px;
	z-index:2;
	text-align:right;
}

#sideBar a.disabled {
	/*color:#ccc;
	text-decoration:none;
	cursor:default;*/
	display:none;
}

/****************************************/
/***                Navi              ***/

#sideBarNav{
	position:relative; 
	z-index:1;
	padding-bottom:3px;
}
#sideBarNav li.current a.switch,
#sideBarNav li.current a.switch:hover,
#sideBarNav li.current a.switch:link,
#sideBarNav li.current a.switch:active{
	font-weight:700;
	color:#000;
	text-decoration:none;
	cursor:default;
}


/****************************************/
/***          Assign photos           ***/


#assignPhotosWrapper{
	position:relative;
	background-color:#ededed;
	border:1px solid #c4b3b2;
	padding:15px 0 15px 15px;
}
#assignPhotosWrapper h2{
	margin-bottom:1em;
	padding-right:15px;
}
#assignPhotosWrapper p{margin-right:1em;}
#assignPhotosWrapper .thumbListWrapper{
	position:relative;
	margin-bottom:0.5em;
	height:310px;
	overflow:auto;
}
#assignPhotosWrapper ul.thumbList{}
#assignPhotosWrapper .uploadPhotos{
	margin-bottom:0.5em;
}
#assignPhotosWrapper .imgLoc{margin:0 5px 10px 0;}
#assignPhotosWrapper .closePhotos{
	position:absolute;
	top:15px;
	right:15px;
}
#assignPhotosWrapper .backToMgl{
	position:relative;
	float:left;
}
#btnRemovePhoto{
	position:relative;
	float:left;
	width:77px;
	height:77px;
	margin-right:10px;
	opacity:0.35;
	filter: alpha(opacity=35);
	-moz-opacity: 0.35;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat -500px -2100px;
}

#btnRemovePhoto.droppable-active{
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
.droppable-active{}
li.droppable-hover,
div.droppable-hover,
ul.droppable-hover{
	background-color:#f8f7ee;
	border:1px dotted #c63326;
}
.listEntry .newAssignedPhotos{
	margin:1em 0;
	padding:0.5em;
	background-color:#f8f7ee;
	border:1px solid #e2e1d9;
	display:none;
}
.listEntry .newAssignedPhotos .photosTitle{
	display:block;
	font-size:1.333em;
	padding-bottom:0.5em;
}
.listEntry .newAssignedPhotos .imgLoc{margin-right:0.5em;}






/****************************************************/
/***          Event-Box in location list          ***/

.locEventsArea{
	position:relative;
	width:555px;
	margin:0.5em 0;
}
.narrow .locEventsArea,
.maxSideBar .locEventsArea{width:280px;}
/*.details .locEventsArea{left:10px;}*/
.locEventsArea h4{
	color:#c63326;
	font-size:1.167em;
}
.locEventsArea a.moreEvents{
	float:right;
	padding-right:1em;
}
.locEventsArea .amount_1{
	width:275px;
}
ul.locEvents{
	position:relative;
	background:transparent url(http://golocal-static.de/images/11212/common/tile_locEventBox_bg.png) top left repeat-x;
}
ul.locEvents li{
	position:relative;
	float:left;
	width:255px;
	margin-left:10px;
	padding-top:0.5em;
	padding-right:5px;
	display:inline; /* IE6 */
	overflow:hidden;
}
ul.locEvents li.first{margin-right:10px;}
.locEventsArea div.bottom{
	background:transparent url(http://golocal-static.de/images/11212/common/tile_locEventBox_bg.png) 0px -210px repeat-x;
	height:5px;
}

ul.locEvents .dateTime{color:#888; padding-bottom:0;}
ul.locEvents .dateTime strong{color:#c63326;}

ul.locEvents .imgEvent{margin-right:0.5em;}
ul.locEvents .shortInfo{}

ul.locEvents h5{
	padding-bottom:0.5em;
}



/****************************************************/
/*** Change Data Form and Link (Location Detail)  ***/

.details .changeDataLink{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat -700px -1746px;
	display:block;
	padding-left:20px;
	font-size:85%; 
}
.details h1{
	margin-bottom:0;
}


/* Show and edit Category */
.categoryWrapper{
	color:#999999;
	font-size:85%;
}
.categoryWrapper .col{
	position:relative;
	float:left;
	display:inline;
}
.categoryWrapper .catTitle{
	margin-right:0.667em;
}
.categoryWrapper .catContent{}
.categoryWrapper .category{} 
.categoryWrapper .editCategory{
	position:relative;
	padding-left:20px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat -768px -1815px;
	display:none;
}
.categoryWrapper .editCategory input{
	padding:2px 5px; 
	margin-right:0.667em;
	width:15em;;
}
.categoryWrapper .editCategory .lnkClose{margin-left:1em; padding-top:2px;}
.categoryWrapper a.switch_changeCategory{margin-left:1em;}
.categoryWrapper div.successMessage{
	position:relative;
	width:400px;
	padding-left:25px;
	font-size:0.917em;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat 0px -1820px;
	display:none;
}
.categoryWrapper div.successMessage h4{color:#c63326; padding-bottom:0.167em;}



/***********************************************/
/***             Map-Actions Area            ***/

.mapActions{display:none;}
.mapActions .newRegionSearchWrapper{
	position:relative;
	background:#f4f2eb url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat 0px -1330px;
	border:1px solid #eaede7;
	border-top:none;
	padding:0.5em;
}
.mapActions .loader{top:0.3em !important;}
.mapActions .newRegionSearchWrapper .searchTitle{
	display:block;
	font-size:1em;
	color:#c63326;
}
.mapActions .newRegionSearchWrapper li{
	padding-bottom:0; 
	line-height:1.5em;
}
.mapActions .newRegionSearchWrapper a.activeLink,
.mapActions .newRegionSearchWrapper a.activeLink:hover{
	color:#333;
	font-weight:700;
}
#sideBar .dontMoveWrapper{
	text-align:right; 
	padding:0.417em 0.5em 0.5em;
	display:none;
}



/*******************************************/
/***             Map-Message             ***/

.mapMessage{
	position:absolute;
	bottom:5px;
	left:1%;
	width:98%;
	background-color:#fff;
	text-align:center;
	display:none;
}
.mapMessage .message{	
	padding:0.2em 0.5em;
}
a.singleClose{
	position:absolute;
	top:5px;
	right:5px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat -770px -980px;
	width:14px;
	height:14px;
}
a.singleClose span{display:none;}









/*******************************************/
/***             Userranking             ***/

.bestUsersRanking{}
.mostReviewsRanking{margin-left:20px;}
.mostPhotosRanking{}
.helpfulUsersRanking{margin-left:20px;}


#copyHeader{margin-bottom:3em;}
#copyHeader h1{	
	font-size:2.5em;
	line-height:1.2em;
}
#copyHeader .subTitle{
	color:#8b8787;
	font-size:1.5em;
	font-weight:700;
}
#ranking_title{display:inline; margin-right:0.625em;}
a#ranking_showOtherRanking{font-size:0.917em;}

.ranking{
	position:relative;
	width:476px;
	float:left;
	margin-bottom:2em;
}
.ranking .shadowFrame{position:relative;}
.ranking .shadowFrame .contentWrapper{position:relative; z-index:1;}
.ranking .head{
	position:relative;
	left:-10px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/user.png) no-repeat -1000px 0px;
	padding:0.5em 0 0.5em 60px;
	font-size:1.333em; 
	color:#8b8787;	
}
.ranking .head h2{
	font-size:1.5em; 
	line-height:1.25em;
}
.ranking .headBestUsers{background-position:-1000px 0px;}
.ranking .headMostReviews{
	background-position:-1000px -140px; 
	padding-left:80px;
}
.ranking .headHelpfulUsers{
	background-position:-1000px -280px;
	padding-left:70px;
}
.ranking .headMostPhotos{
	background-position:-1000px -420px;
	padding-left:80px;
}

/* general */
.ranking .rankCol{width:85px;}
.ranking .userCol{width:160px;}
.ranking .pointsCol{width:205px;}
.ranking th.pointsCol{width:220px; border:none;}

/* define height and width of scrollable area. Add 16px to width for scrollbar          */
.ranking .tableContainer {
	position:relative;
	clear: both;
	height: 480px;
	overflow: auto;
	width:467px;
}
.ranking table.fixedHeader{
	width:467px;
}
.ranking th{
	background:#b0bc00 url(http://golocal-static.de/images/11212/de/multis/user.png) no-repeat 0px 0px;
	padding:0.25em 0; 
	border-right:1px solid #fff;
	color:#fff;
	text-align:center;
}

.ranking tr td{padding:5px 3px;}
.ranking tr.me{background:transparent url(http://golocal-static.de/images/11212/de/multis/user.png) no-repeat 0px -140px;}
.ranking tr.watchedUser{background:transparent url(http://golocal-static.de/images/11212/de/multis/user.png) no-repeat 0px -70px;}

.ranking .bar{
	float:left;
	height:15px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/user.png) no-repeat 0px -280px;
	border:1px solid #c0c2a9;
}
.ranking .me .bar{background-position:0px -210px; border-color:#c1c586;}
.ranking .watchedUser .bar{background-position:0px -210px; border-color:#a9aca8;}
.ranking .amount{
	float:left;
	padding-left:5px;
	color:#8d8a7e;
	font-weight:700;
}
.ranking .rank{
	font-size:31px; 
	font-weight:700; 
	color:#c7c5bc;
	text-align:right;
	padding-right:20px;
	width:65px;
}
.ranking .me .rank,
.ranking .watchedUser .rank{color:#fff;}
.ranking .imgUser_s{
	float:left;
}
.ranking .username{margin-left:35px; line-height:31px;}






/*******************************************/
/***         User Ranking paperbox       ***/

.userRankWrap {}

.featuredUserHolder{margin:3em 0 2em 70px;}
.userRankWrap .paperclip {
	background:transparent url(http://golocal-static.de/images/11212/de/user/paperclip_black.png) no-repeat;
	position:absolute;
	z-index:2;
	width:79px;
	height:59px;
	left:-36px;
	top:15px;
}

.userRankWrap .portrait{
	position:absolute;
	z-index:1;
	top: -15px;
	left: 20px;
}

.userRankWrap .paper{ position:relative; }

.userRankWrap .paper .innerContent{
	position:relative;
	width:830px;
	padding: 20px 0 0;
	border:1px solid #cecece;
	border-bottom:none;
	background-color:#fffcf5;
}

.userRankWrap .infos{
	float:left;
	padding: 130px 10px 10px 20px;
	width:195px;
}

.userRankWrap .featuredUserWrap{
	float:left;
	width:410px;
	padding-right:20px;
}

.userRankWrap .featuredUser{
	font-size:2.8em;
	color:#c63326;
	font-style:italic;
	line-height:1em;
}
.userRankWrap .featuredUserName{
	font-size:2em;
	font-weight:bold;
	line-height:1.5em;
	padding-top:0.333px;
}
.userRankWrap .since{
	font-size:.75em;
	line-height:2em;
	color:#999999;
}

.userRankWrap h4{
	color:#c63326;
	padding-top:.5em;
}

.userRankWrap .starsDistribution{
	float:left;
	padding-top:5em;
	width:145px;
}

.userRankWrap .gotoProfile {
	padding: 10px 0 10px 225px;
	position:relative;
	width:605px;
	font-weight:bold;
}
.userRankWrap .paper .bottom{
	z-index:1;
	position:relative;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/user.png) 0px -350px no-repeat;
	width:840px;
	height:70px;	
}



/************************************************/
/***            Comment Review                ***/
/************************************************/

.commentsWrapper{}
.commentsWrapper .comments{
	background-color:#f9f9f2;
	border-top: 1px solid #e8e8e1;
	padding:1em;
	display:none;
	margin-top:1em;
}
.commentsWrapper .comments .commentsTitle{
	position:relative;
	float:left;
	margin-right:1em;
	/*font-weight:normal;*/
	font-size:1em;
}
.commentsWrapper form{
	width:100%;
}
.commentsWrapper textarea{
	width:98%;
	border:1px solid #cdcdcd;
	padding:2px;
	height:3em;
	min-height:3em;
}
.commentsWrapper textarea.example{color:#999;}
.commentsWrapper .commentActions{display:none;}
.commentsWrapper button{
	position:relative;
	float:left;
	margin-top:0.5em; 
	/*display:none;*/
}
.commentsWrapper .cancelComment{
	position:relative;
	display:block;
	float:left;
	margin-top:0.666em;
	margin-right:10px;
}
.commentsWrapper .body{
	display:none; 
	padding-left:1.5em;
}
.commentsWrapper .entry{margin-bottom:0.5em;}
.commentsWrapper .hiddenEntry{display:none;}
.commentsWrapper .showMoreComments{margin:0.5em 0 1em;}
.commentsWrapper .entry .commentInfo{display:block;}
.commentsWrapper .commentInfo span{font-weight:normal; color:#888;}
.commentsWrapper a.removeOwnComment{font-weight:normal; margin-left:0.5em;}
.commentsWrapper .comment{
	margin-left:3.75em;
}
.commentsWrapper .commentText{}



 

/**************************************/
/***         Promivideo-Teaser      ***/

#promiVideoTeaser{margin-bottom:15px;} /* Overrides margin of horSeparatorBottom2 */
#promiVideoTeaser .col1_1{
	width:320px;
	margin-right:20px;
}
#promiVideoTeaser .video{
	width:250px;
}
#promiVideoTeaser .imgUser{
	position:relative;
	float:left;
	margin-right:0.5em;
}
#promiVideoTeaser .promiName{
	display:block;
	font-size:1.167em;
}
#promiVideoTeaser .cite{
	margin:1em 0.5em 1em 0;
	padding-left:25px;
	background:#fff url(http://golocal-static.de/images/11212/common/quoteLeft_m.png) left bottom no-repeat;
}
#promiVideoTeaser blockquote{
	font-size:1.167em;
	font-style:italic;
	padding-right:25px;
	margin-bottom:0.25em;
	background:#fff url(http://golocal-static.de/images/11212/common/quoteRight_m.png) right top no-repeat; 
}
#promiVideoTeaser #videoDefaultContent{
	padding-left:2em; 
	margin-top:40px;
}

/**************************************/
/***         Eigenwerbungs-Teaser      ***/

.houseAd{
	width:300px;
}

.houseAd h2 {
	color:#C63326;
	font-size:1.667em;
	line-height:1.2em;
	padding-bottom:0.5em;
}

.houseAd .forumCopy{
	float:left;
	width:95px; 
	padding-top:35px;
	font-weight:bold;
}

.houseAd .forumPic{
	float:left;
	width:205px;
}

.houseAd .golocal2goCopy{
	float:left;
	width:140px; 
	padding-right:10px;
}

.houseAd .golocal2goPic{
	float:left;
	width:150px;
}

.houseAd .usbstickCopy{
	float:left;
	width:60px; 
	padding-right:8px;
	padding-left:10px;
}

.houseAd .usbstickCopy h2{
	font-size:2em;
}

.houseAd .usbstickPic{
	float:left;
	width:222px;
}

.houseAd .usbstickBottom{
	width:300px;
	padding-top:5px;
}



/*******************************************************************/
/***           cityList within content for thickbox              ***/

#cityListContent.closeWindow{}
#cityListContent.closeWindow ul{
	position:relative;
	float:left;
	width:170px;
	/*padding-bottom:0.333em;*/
}
#cityListContent.closeWindow li{}
#cityListContent.closeWindow li a{
	display:block;
	width:160px;
	padding:1px 5px;
}
#cityListContent.closeWindow li a:hover{
	background-color:#e6e8c4; 
	text-decoration:none;
}




/********************************************************/
/***               Promivideo-Teaser                  ***/

#glPromis_s{}
#glPromis_s.locDetails h2{
	font-size:1.5em;
	padding-bottom:0.5em;
}
.glPromis{width:324px;}
.glPromis-promisWrap{}
.glPromis-promiWrap{}
.glPromis-promiWrap-name{
	display:block;
	font-size:1.167em;
	color:#8b8787;
	text-align:center;
}
.glPromis-picWrap{
	display:block;
	width:145px;
	height:230px;
	padding:3px;
	background:#fff url(http://golocal-static.de/images/11212/de/multis/start.png) no-repeat -600px -770px;
}
.glPromis-pic{}
.glPromis-leftWrap{float:left;}
.glPromis-rightWrap{float:right;}
.glPromis-morePromis{
	position:relative;
	display:block;
	font-size:1.167em;
	font-weight:700;
	text-align:center;
	outline:none; 
	z-index:2;
}
.glPromis-teaserWrap{
	position:relative;
	margin-top:-15px;
	z-index:1;
}

/* large version */
#glPromis_l{}
.glPromis_l-teaserWrap{
	position:relative;
	float:right;
	margin-top:-35px;
}
#glPromis_l .glPromis{
	position:relative;
	float:left;
}



/****************************************************/
/***               Widget-Editor                  ***/
#widgetWrap{}
#widgetWrap .col{
	position:relative;
	float:left;
	overflow:hidden;
}
#widget-editorWrap{
	width:380px;
	margin-top:35px;
}
#widget-previewWrap{
	width:515px;
	margin-left:1.5em;
	background:#fff url(http://golocal-static.de/images/11212/de/widget/preview_bg.png) repeat-y top left;
}
#widgetPreview{
	margin-left:3px;
	width:501px;
	background:transparent url(http://golocal-static.de/images/11212/de/widget/editor_loc_multi.png) no-repeat -700px 100%;
}
#widgetPreview-ruler{
	position:relative;
	width:515px;
	height:32px;
	background:#fff url(http://golocal-static.de/images/11212/de/widget/editor_loc_multi.png) no-repeat 0px 0px;
}
#widgetWrap label{font-size:0.917em;}
#widget-txtTitle{width:325px;}
#widget-codeView {
	font-family: monospace;
	width:350px;
	height:285px;
}
#widget-code-select{
	position:absolute;
	top:14px;
	right:10px;
	width:120px;
	height:15px;
	color:#36c;
	cursor:pointer;
	text-align:right;
}
#widget-page1{}
#widget-page2{display:none;}
.widget-box-title{
	font-size:1.5em;	
	color:#8b8787;
	padding-bottom:0.5em;
}
.widget-box{
	position:relative;
	background:#fff url(http://golocal-static.de/images/11212/de/widget/editor_loc_multi.png) no-repeat 0px -350px;
	margin-bottom:1em;
	padding-top:1em;
}
.widget-box-innerWrap{
	position:relative;
	background:#fff url(http://golocal-static.de/images/11212/de/widget/editor_loc_multi.png) no-repeat 0px 100%;
	padding:0 1em 1em;
}
.widget-box-col1{width:175px;}
.widget-box-col2{width:175px;}

/* Aussehen */
.widget-colorWrap{padding-bottom:1em;}
#widget-color1-radio,
#widget-color2-radio{
	position:relative;
	display:block;
	float:left;
	top:8px;
}
.widget-color-label{
	display:block;
	float:left;
	width:142px;
	height:30px;
	margin-left:0.5em;
	background:#fff url(http://golocal-static.de/images/11212/de/widget/editor_loc_multi.png) no-repeat -420px -140px;
}
.widget-color1-label{background-position: -420px -70px;}
.widget-color2-label{}
.widget-colorName{
	display:block;
	text-indent:-5000px;
}
#widget-txtWidth,
#widget-txtAmountReviews{
	position:relative;
	float:left;
	width:45px;
}

.widget-funcWrap{}
.widget-funcWrap .widget-box-col2{display:none;}
.widget-width-desc,
.widget-func-desc{
	position:relative;
	float:left;
	margin-left:0.5em;
	padding-top:2px;
	font-size:0.833em;
	line-height:1.333em;
}
.widget-func-amountReviews{padding-top:0.5em;}
.widget-func-desc{padding-top:0.75em;}


/* Buttons */
.widget-page1-buttons{margin-left:45px;}
.widget-page2-buttons{margin-left:60px;}
button.btnPreview {
	background:transparent url(http://golocal-static.de/images/11212/de/widget/editor_loc_multi.png) no-repeat -420px -210px;
	width:89px;
	height:26px;
}
button.btnReadyGetCode {
	background:transparent url(http://golocal-static.de/images/11212/de/widget/editor_loc_multi.png) no-repeat -420px -280px;
	width:199px;
	height:26px;
}
button.btnBackToProps {
	background:transparent url(http://golocal-static.de/images/11212/de/widget/editor_loc_multi.png) no-repeat -420px -350px;
	width:253px;
	height:26px;
}

/* steps 1-2-3 */
.widget-steps{}
.widget-steps-li{
	position:relative;
	float:left;
	width:180px;
	height:60px;
	color:#8b8787;
	font-size:1.167em; 
	padding-left:65px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat 0px -630px;
}
.widget-steps-li1{background:transparent url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat 0px -630px;}
.widget-steps-li2{background:transparent url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat 0px -700px;}
.widget-steps-li3{background:transparent url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat 0px -770px;}

.copyBlockHead{
	padding-left:115px; 
	background: transparent url(http://golocal-static.de/images/11212/common/forms/bgFormsEditData.png) no-repeat;
	margin-bottom:2em;
}
.copyBlockHead .pageTitle{
	font-size:2.5em; 
	margin-bottom:.2em;
}
.copyBlockHead .pageIntro{
	color:#8b8787; 
	font-size:1.167em; 
	margin-bottom:1em; 
	width:70%;
}



/*******************************************************/
/*          Social Box (Twitter / Facebook)            */
.socialWrap{}
.socialWrap-details{
	position:relative;
	float:left;
	width:300px;
	overflow:hidden;
	margin-left:15px;
}

/* Facebook: Fan werden */
#fb_becomeFanWrap{}
/*
#forumWrapper .fb_becomeFan-innerWrap{
	background-color:#eceff5;
	width:215px;
	border:1px solid #94a3c4;
}
*/
.fb_becomeFan-link{
	font-size:0.833em; 
	padding-left:10px;
}

/* Twitter: Folge uns */
.twitter_followUsWrap{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/secButtons.png) no-repeat 100% -70px;
	padding-right:5px;
	padding-bottom:0.5em;
}
.twitter_followUs-a{
	display:block;
	font-size:1.167em;
	font-weight:700;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/secButtons.png) no-repeat 0px -70px;
	height:30px;
	padding:20px 0 0 60px;
}
#forumWrapper .twitter_followUsWrap{width:212px;}


/* expandable text */
.expandableText-less,
.expandableText-more{font-size:.817em;}
.expandableText-part2{display:none;}
/* start.css */

.paperpage #mainFooterWrap{
	margin-top:-60px;
	padding-top:60px;
}

body.startNewUser{background:#fff url(http://golocal-static.de/images/11212/common/body_bg.jpg) repeat-x 0 -95px;}
.startNewUser #mainNavLocations div.subNavLayer{width:215px;}
.startNewUser #mainNavLocations .subNavLayer li{width:210px !important;}
.startNewUser #mainNavLocations .subNavLayer ul.metaCol1{float:none;}
.startNewUser #mainNavLocations .subNavLayer ul.metaCol2{background:none; padding-left:0;}
.startNewUser #mainNavCommunity div.subNavLayer{width:106px;}
.startNewUser #mainNavCommunity div.subNavLayer li{width:101px;} 


/*********************************************************************/
/***                Search Area startpage unknown user             ***/

.entryWrap{margin-left:510px; height:260px;}
.entryWrap .citySwitch{}
.entryWrap .citySwitch label{
	display:block;
	padding:0 7px 0.4em;
	font-size:2.083em;
	color:#c63326;
	font-weight:700;
}
.entryWrap .citySwitch input{
	position:relative;	
	float:left;
	width:320px;
	font-size:2.083em;
	padding:7px 5px 8px;
}
.entryWrap .citySwitch button{
	float:left;
	position:relative;
	margin-left:5px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/start.png) no-repeat 0px -350px;
	height:47px;
	width:77px;
}
.entryWrap .citySwitch a.selFromList{margin-left:7px;}

.entryWrap .searchWrap{margin-top:1.5em;}
.entryWrap label{
	display:block;
	font-size:1.5em;
	color:#c63326;
	padding:0 7px 0.357em;
}
.entryWrap input{
	width:155px;
	font-size:1.167em;
	padding:5px;
}
.entryWrap .locWrap{
	position:relative;
	float:left;
	width:165px;
}
.entryWrap .cityWrap{
	margin-left:175px;
}
.entryWrap .cityWrap input{
	position:relative;
	float:left;
}
.entryWrap .cityWrap button{
	position:relative;
	margin-left:5px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/start.png) no-repeat 0px -420px;
	height:30px;
	width:67px;
}



/************************************/
/*     CitySwitch as contentBox     */
.contentBoxes .citySwitch{}
.contentBoxes .citySwitch label{
	display:block;
	padding:0 7px 0.4em;
	font-size:1.666em;
	color:#c63326;
	font-weight:700;
}
.contentBoxes .citySwitch input{
	position:relative;	
	float:left;
	width:205px;
	font-size:1.5em;
	padding:6px 5px;
}
.contentBoxes .citySwitch button{	
	position:relative;
	float:right;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/start.png) no-repeat -600px -350px; 
	height:37px;
	width:99px;
}
.contentBoxes .citySwitch a.selFromList{margin-left:7px;}





/***********************************************/
/***             vCard with hand             ***/

.vCardWrap{
	position:absolute;
	left:-9px;
	top:-38px;
	width:504px;
	height:309px;
	z-index:1;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/start.png) no-repeat 0px -700px;
}
#vCardFlashWrap{position:relative; z-index:1;}
.vCardWrap .swfDefault{text-indent:-2000px;}
.vCardWrap a.wannaTakePart{
	position:absolute;
	top:205px;
	left:315px;
	width:170px;
	height:70px;
}
.vCardWrap a.wannaTakePart span{
	display:block; 
	text-indent:-5000px;
}




#startBoxesWrapper{
	position:relative;
}
.startNewUser #startBoxesWrapper{
	padding-top:70px;
}
#startBoxesWrapper .col{
	position:relative;
	float:left;
}
#startBoxesWrapper .col1{
	width:590px;
	margin-right:10px;
}
#startBoxesWrapper .col2{
	width:324px;
	margin-left:10px;
}

/* copied from layout.css */
div.button a,
div.button div{
	display:block;
	height:26px;
	width:111px;
	/*background:transparent url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat 0px -420px;*/
	padding-bottom:0;
	margin-bottom:0;
}
div.button a.yourOpinion{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/start.png) no-repeat 0px -140px;
	width:154px;
}
/* END copied from layout.css */


#startBoxesWrapper .contentBoxes{background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_vert.gif) repeat-y 600px 0px;}
#startBoxesWrapper .picBoxIndent{margin-left:100px;}
#startBoxesWrapper .btnRemove{
	position:absolute;
	right:0;
	top:0;
	width:16px;
	height:16px;
	cursor:pointer;
	background: transparent url(http://golocal-static.de/images/11212/de/multis/start.png) -600px 0px no-repeat;
}
#startBoxesWrapper .title{
	font-size:1.167em;
	color:#333;
}
#startBoxesWrapper .subInfo{
	color:#8b8787;
	font-size:0.917em;
	line-height:1em;
}
#startBoxesWrapper .cityWrap{
	/*font-size:0.857em;*/
	font-weight:normal;
}

.startpage .hands{
	position:absolute;
	left:0;
	top:250px;
	width:100%;
	height:450px;
	z-index:1;
	display:none;
	background:#fff url(http://golocal-static.de/images/11212/common/hands/right.jpg) no-repeat 50% top;
}
#rightHand{}
#rightHandThumb{
	position:absolute;
	top:270px;
	right:0px;
	width:45px;
	height:160px;
	background: transparent url(http://golocal-static.de/images/11212/common/hands/thumb_right.png) top left no-repeat;
}
.startNewUser #leftHand{
	display:block;
	background-image:url(http://golocal-static.de/images/11212/common/hands/left.jpg); 
	top:150px;
}
.startNewUser #leftHandThumb{
	position:absolute;
	top:122px;
	left:0px;
	width:48px;
	height:183px;
	z-index:100;
	background: transparent url(http://golocal-static.de/images/11212/common/hands/thumb_left.png) top left no-repeat;
}


/*******************************************************/
/*           Paper with transparent Shadow             */
/*******************************************************/

.paper{}
/*.paper p{padding:0 0 5px 10px; margin-right:5px;}*/
.paper .topBorder{
	position:relative;
}
.paper .topBorder .leftSide{
	position:relative;
	margin-right:5px;
	height:5px;
	background: transparent url(http://golocal-static.de/images/11212/common/paper_tl.png) 0 0 no-repeat;
}
.paper .topBorder .rightCorner{
	position:absolute;
	top:0;
	right:0;
	width:5px;
	height:5px;
	background: transparent url(http://golocal-static.de/images/11212/common/paper_tr.png) 0 0 no-repeat;
}
.paper .bottomBorder{
	position:relative;
}
.paper .bottomBorder .leftSide{
	position:relative;
	margin-right:5px;
	height:6px;
	background: transparent url(http://golocal-static.de/images/11212/common/paper_bl.png) 0 0 no-repeat;
}
.paper .bottomBorder .rightCorner{
	position:absolute;
	top:0;
	right:0;
	width:5px;
	height:6px;
	background: transparent url(http://golocal-static.de/images/11212/common/paper_br.png) 0 0 no-repeat;
}
.paper .boxContent{
	position:relative;
	border-left:1px solid #aaa;
	background: transparent url(http://golocal-static.de/images/11212/common/paper_tile_r.png) 100% 0 repeat-y;
}
/* For IE6 */
.paper .rightBorder{
	position:absolute;
	top:0;
	right:-1px;
	width:5px;
}



.paperpage .paper .boxContent{
	padding:20px;
}
.paperpage h2{
	font-size:1.667em;
	color:#c63326;
	padding-bottom:0.5em;
	line-height:1.2em;
}

.startpage .welcome{
	font-size:2.333em;
	color:#b0bc00;
	padding:0 20px 0.5em;
}



/************************************/
/*           Gerade hip             */
/************************************/

.bestOfLocs{
	
}
/* MetaBranchList */
.bestOfLocs ul.metaBranchList{
	position:relative;
	float:right;
	width:150px;
	overflow:hidden;
}
.bestOfLocs ul.metaBranchList li,
#eventCategoryList li{
	font-weight:700;
	color:#8b8787;
	padding-bottom:0.416em;
	margin-bottom:0.416em;
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) repeat-x left bottom;
}
.bestOfLocs ul.metaBranchList li.last,
#eventCategoryList li.last{background:none;}
.bestOfLocs ul.metaBranchList li a{font-size:1.167em;}
/* hide Info within branchList */
ul.metaBranchList div.locImage,
ul.metaBranchList ol.locs,
ul.metaBranchList div.btnRemove,
ul.metaBranchList a.showMore{display:none;}  


/* MetaBranchViews */
.bestOfLocs .viewTitle {color:#8b8787; }
.bestOfLocs .viewTitle a{font-size:1.167em; }

.bestOfLocs ul.metaBranchViews{
	position:relative;
	float:left;
	width:440px;
}

.bestOfLocs ul.metaBranchViews li{
	position:relative;
	float:left;
	width:200px;
	overflow:hidden;
	margin:0 20px 10px 0;
}
.bestOfLocs ul.metaBranchViews ol li{
	position:relative;
	width:170px;
	padding-left:30px;
	margin:0;
	/* min-height-hack for IE6 */
	min-height: 2.917em;
	height: auto !important;
	height: 2.917em;
	/* END min-height-hack for IE6 */
}
.bestOfLocs ul.metaBranchViews em{
	position:absolute;
	top:0;
	left:0;
	height:1em;
	font-style:normal;
	font-size:3em;
	color:#c5c4bb;
	font-weight:700;
	line-height:1em;
}
.bestOfLocs ul.metaBranchViews .locStreet{}
.bestOfLocs ul.metaBranchViews li.active{
	padding-left:55px; 
	width:145px;
	background:#fff url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat -885px -1535px;
}
.bestOfLocs ul.metaBranchViews .active em{color:#949494;}
/*.bestOfLocs ul.metaBranchViews .active .locName{font-weight:700;}*/
.bestOfLocs .locImage{
	position:relative;
	width:200px;
	height:100px;
	overflow:hidden;
	background:#fff url(http://golocal-static.de/images/11212/de/multis/start.png) no-repeat 0px 0px;
}
.bestOfLocs .locImage img{margin:3px;}
.bestOfLocs .locNumber{
	position:absolute;
	bottom:7px;
	right:7px;
	width:1.273em;
	height:1.273em;
	line-height:1.273em;
	font-weight:700;
	font-style:normal; 
	text-align:center;
	font-size:0.917em;
	color:#8b8787;
	background:#fff;
	/*opacity:0.85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;*/
}

.bestOfLocs-newReviews{
	display:block;
	font-size:1.333em;
	font-weight:700;
	padding-top:0.5em;
}





/******************************************************/
/***                  news stream                   ***/
#start-news{
	background-color:#f7f7f5;
	border:1px solid #d3d6d0;
	padding:1.667em; 
	margin-bottom:1.5em;
}
#start-news-title{
	position:relative;
	float:left;
}
.news-moreNews{
	display:block;
	font-size:1.333em;
	font-weight:700;
	padding-top:0.5em;
}
#start-news .mgl-news-entry{
	background-image:url(http://golocal-static.de/images/11212/common/tile_dotLineWide_hor.gif);
	padding-left:0;
	padding-right:0;
}
#start-news .mgl-news-infos{width:480px;} 




/******************************************************/
/***                  new reviews                   ***/

.newReviewsWrapper{
	
}
.newReviewsWrapper .listEntry{
	background:none;
	margin-bottom:0.5em;
}
.newReviewsWrapper .listEntry .title{
	padding-bottom:0;
	line-height:1.333em;
}
.newReviewsWrapper .listEntry .imgUser{margin-right:5px;}
.newReviewsWrapper .review{
	margin-left:60px;
	margin-top:0 !important;
}



/*************************************************/
/***                  events                   ***/

.eventsWrapper{}
.eventsWrapper .currEvents{margin-bottom:1em;}
.eventsWrapper .currEvents li{
	position:relative;
	float:left;
	width:285px;
}
.eventsWrapper .currEvents li.leftCol{margin-right:20px;}

.eventsWrapper .imgEvent{margin-right:5px;}
.eventsWrapper .eventDataWrapper{}
.eventsWrapper .eventDataWrapper p{padding-left:0;}

.eventsWrapper .locTime{color:#8b8787;}


.eventsWrapper .eventFromCat{
	position:relative;
	float:left;
	width:285px;
	margin-right:10px;
}
.eventsWrapper .eventFromCat h3{
	font-size:1.333em;
	font-weight:normal;
}

/* commented by vne
.eventsWrapper .eventCats{
	position:relative;
	float:right;
	width:295px;
}
.eventsWrapper .eventCats li{
	position:relative;
	width:137px;
	float:left;
	display:inline; /* IE6 */
	margin-left:10px;
}
*/

// Added by vne
#eventCategoryList{}
#eventCategoryList .col{width:137px; }
#eventCategoryList .eventCatCol1{margin-right:10px;}
#eventCategoryList .eventCatCol2{}






/************************************************************/
/***                 user Teaser Wrapper                  ***/
.userTeaserWrapper{
	background:#fff url(http://golocal-static.de/images/11212/de/multis/start.png) no-repeat -815px 1.417em;
}
.userTeaserWrapper .imgUser{
	position:relative;
	float:left;
}

/*****************/
/* featured user */
.userTeaserWrapper .featuredUser{
	position:relative;
	float:left;
	width:375px;
	overflow:hidden;
}
.userTeaserWrapper .featuredUser .userInfo{
	margin-left:60px;
}
.userTeaserWrapper .userInfo .since{
	font-size:0.857em; 
	font-weight:normal;
	/*color:#8b8787;*/
}
.userTeaserWrapper .featuredUser .userInfo *{padding-bottom:0;}
.userTeaserWrapper .featuredUser h4{
	padding-top:0.5em;
	clear:both;
	float:none;
}
.userTeaserWrapper .featuredUser ul,
.userTeaserWrapper .featuredUser ul li{margin-bottom:0.5em;}

.userTeaserWrapper .lastActive{}

/****************/
/* active users */
.userTeaserWrapper .activeUsers{
	position:relative;
	float:right;
	width:205px;
	padding-left:10px;
}
.userTeaserWrapper .activeUsers li{margin-bottom:0.5em;}





/*********************************************************/
/***                 review of period                  ***/
.reviewOfPeriodWrapper{}
.reviewOfPeriodWrapper .title{padding-bottom:0;}
.reviewOfPeriodWrapper .userImageWrapper{
	position:relative;
	float:left;
	background-color:#fff;
}
.reviewOfPeriodWrapper .userName{text-align:center; font-size:0.917em;}
.reviewOfPeriodWrapper .imgRating{float:none !important;}




/****************************************************/
/***                golocal news                  ***/
.newsGolocalWrapper{position:relative;}
.newsGolocalWrapper .title{padding-bottom:0;}
.newsGolocalWrapper .newsPic{
	position:relative;
	float:left;
}
.newsGolocalWrapper .newsWrapper{}


/****************************************************/
/***                popular tags                  ***/
.popularTagsWrapper{}
.popularTagsWrapper .cloud{padding:0;}



/*****************************************************/
/***                cities nearby                  ***/
.citiesNearbyWrap{}
.citiesNearbyWrap .cloud{padding:0;}



/****************************************************/
/***               Photos-Teaser                  ***/
.newPhotosWrapper{}
.newPhotosWrapper ul li{height:78px; padding-bottom:0;}
.newPhotosWrapper .photo{
	position:relative;
	float:left;
	width:110px;
	background:#cfcfcf url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat -560px -700px;
}
.newPhotosWrapper .photo img{padding:2px 18px;}
.newPhotosWrapper .infoIcons,
.newPhotosWrapper .title{margin-left:120px;}
.newPhotosWrapper .title{display:block; padding-top:0.5em;}




/***************************************************/
/***               Forum-Teaser                  ***/
.forumTeaserWrap{}
.forumTeaserWrap .head{
	background:#f2f3e2 url(http://golocal-static.de/images/11212/de/multis/start.png) no-repeat 0px -210px;
	padding-top:0.5em;
}

.forumTeaserWrap .imgUser_s,
.forumTeaserWrap .imgUser{
	position:relative;
	float:left;
}
.forumTeaserWrap .threadInfoWrap{
	margin-left:35px;
}
.forumTeaserWrap .threadInfoWrap .subInfo{}
.forumTeaserWrap .threadInfoWrap h3{}

.forumTeaserWrap .threadList{}
.forumTeaserWrap .threadList li{
	padding-bottom:0.5em;
	margin-bottom:0.5em;
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLineWide_hor.gif) repeat-x bottom left;
}

.forumTeaserWrap .answersIntro{
	position:relative;
	top:-1px;
	display:block;
	padding:1em 0 0.5em;
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLineWide_hor.gif) repeat-x top left;
}
.forumTeaserWrap .threadAnswer{}
.forumTeaserWrap .imgUser{
	z-index:2;
	margin-right:2px;
	margin-top:15px;
}
.forumTeaserWrap .answerInfo,
.forumTeaserWrap .answer{
	position:relative;
	float:left;
	width:220px;
}
.forumTeaserWrap .answerInfo{
	background:#fff url(http://golocal-static.de/images/11212/de/multis/start.png) no-repeat -600px -70px;
	padding-left:40px;
	left:-15px;
	z-index:1;
}
.forumTeaserWrap .answerInfo .subInfo{padding-top:5px;}

.forumTeaserWrap .bottomWrap{}
.forumTeaserWrap .bottomWrap a{
	display:block;
	float:left;
	padding-top:5px;
}
.forumTeaserWrap .bottomWrap a.moreTopics{
	float:right;
}




/*****************************************/
/***        best of MetaBranches       ***/
#bestOfMetaWrap{}
.imgLoc_wide{
	width:200px;
	height:100px;
	background:#fff url(http://golocal-static.de/images/11212/de/multis/start.png) no-repeat 0px 0px;
}
#bestOfMetaWrap .headExpandedSearch{margin-bottom:1em;} 
#bestOfMetaWrap .headExpandedSearch p{font-weight:700;}
#bestOfMetaWrap .headExpandedSearch p span{display:block; font-size:1.333em; font-weight:normal;}
#bestOfMetaWrap em{
	position:absolute;
	top:0;
	left:0;
	height:1em;
	font-style:normal;
	font-size:3em;
	color:#c5c4bb;
	font-weight:700;
	line-height:0.8em;
}
#bestOfMetaWrap li{
	position:relative;
	padding:0 0 0 30px;
}
#bestOfMetaWrap li.reduced{
	float:right;
	width:290px;
	margin-bottom:0.5em;
}
#bestOfMetaWrap li.expanded{
	float:left;
	width:235px;
}
#bestOfMetaWrap li.expanded img{padding:3px;}
#bestOfMetaWrap li .glRating{
	position:relative;
	font-size:0.917em;
	color:#8b8787;
	padding-bottom:0.5em;
}
#bestOfMetaWrap li.reduced .glRating{
	position:absolute;
	top:0;
	right:0;
	text-align:right;
	width:95px;
	line-height:1em;
	white-space:nowrap;
	overflow:hidden;
}
#bestOfMetaWrap .imgRating{float:none;}
#bestOfMetaWrap li.expanded .imgRating{
	float:left;
	padding-right:0.5em;
}
#bestOfMetaWrap li.reduced .locInfo{
	margin-right:100px;
}
#bestOfMetaWrap li.reduced .title{	
	font-size:1em;
}
#bestOfMetaWrap li .branch{
	font-size:0.917em;
	color:#8b8787;
	line-height:1em;
	padding-bottom:0.5em;	
}
#bestOfMetaWrap li.expanded .branch{padding-bottom:1em;}
#bestOfMetaWrap .review{}
#bestOfMetaWrap .imgLoc_xs{
	position:relative;
	float:left;
	margin-right:0.5em;
	display:inline; /* IE6 */
}
#bestOfMetaWrap .moreLink{
	position:relative;
	float:right;
	width:320px;
	font-weight:700;
}


/********************************/
/***        active users      ***/

#activeUsersWrap{}
#activeUsersWrap li{
	position:relative;
	float:left;
	width:285px;
	margin-left:20px;
}
#activeUsersWrap li.first{margin-left:0;}
#activeUsersWrap h3.title{
	padding-bottom:0; 
	padding-top:0.333em;
}
#activeUsersWrap .userImageWrapper {
	position:relative;
	float:left;
	margin-right:0.167em;
}
#activeUsersWrap .userHead{margin-bottom:0.5em;}
#activeUsersWrap .infoIcons{
	position:relative;
	float:left;
} 
#activeUsersWrap .reviewContent{padding-top:0.333em;}


/********************************/
/***        top and flop      ***/
#topFlopWrap{}
#topFlopWrap .col{
	width:295px;
}
#topFlopWrap .topFlopContent{background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_vert.gif) repeat-y 294px 0px;}
#topFlopWrap .title{padding-bottom:0.214em;}
#topFlopWrap .cityWrap{position:relative; margin-top:-0.214em;}
#topFlopWrap .glRating{
	position:relative;
	font-size:0.917em;
	color:#8b8787;
	padding-bottom:1em;
}
#topFlopWrap .imgRating{
	float:left;
	padding-right:0.5em;
}
#topFlopWrap .topWrap{}
#topFlopWrap .topWrap h3{
	margin-right:1px;
	text-align:right;
	color:#c63326;
	padding-right:20px;
	background:url(http://golocal-static.de/images/11212/de/multis/start.png) no-repeat 276px -1187px;
}
#topFlopWrap .topWrap .reviewContent{padding-right:10px;}
#topFlopWrap .flopWrap{}
#topFlopWrap .flopWrap h3{
	padding-left:20px;
	background:url(http://golocal-static.de/images/11212/de/multis/start.png) no-repeat 0px -1257px;
}
#topFlopWrap .flopWrap .reviewContent,
#topFlopWrap .flopWrap .imgLoc{margin-left:10px;}




/**************************************/
/***        categories wrapper      ***/
#catsWrap{}
#catsWrap .col{width:157px; overflow:hidden;}
#catsWrap .catCol1{margin-right:10px;}
#catsWrap .catCol2{}
#catsWrap .folded{display:none;}



/**************************************/
/***        categories wrapper      ***/
/* Commented by vne
#metaBranchesWrap{}
#metaBranchesWrap li{
	position:relative;
	float:left;
	width:157px;
	margin-right:5px;
	color:#8b8787;
}
#metaBranchesWrap li a{font-size:1.167em;}
*/

/* Inserted by vne */
#metaBranchesWrap{}
#metaBranchesWrap li{
	color:#8b8787;
}
#metaBranchesWrap .col{width:157px; }
#metaBranchesWrap .metaCatCol1{margin-right:5px;}
#metaBranchesWrap .metaCatCol2{}
#metaBranchesWrap li a{font-size:1.167em;}



/**************************************/
/***        cities Near By      ***/
#citiesNearBy{}
#citiesNearBy .col{width:157px; }
#citiesNearBy .cityCol1{margin-right:10px;}
#citiesNearBy .cityCol2{}
/* CSS-File: listEntry.css */

/*******************************************/
/*              listEntry                  */
.listEntry{
	position:relative;
	background:#fff url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) left bottom repeat-x;
}
.details .reviewsList .listEntry {padding:1em 1em 1em 2.5em;}
.listEntry .listingContent,
.events .listEntry,
#mglContent.usersEvents .listEntry{padding:1.5em 1em 0.3em 3.5em;}
#mglContent.usersFavorites .listEntry{padding:0;}

.listEntry-outstanding{background-color:#fbfcf4;} /* Highlighted outstandig listEntry */

.listEntry .innerContents{overflow:hidden;}
.infoList {
	margin-right:10px;
	padding:5px 0px 5px 10px;
}
.listEntryTop{
	padding:1em;
	position:relative;
	background-color:#fff;
}
.listEntryTop-outstanding{background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) bottom left repeat-x;} 

/* list titles */
.listEntryTop h2{background-color:#fff;}
#locRes_listTitle,
#evtRes_listTitle{display:inline; margin-right:0.625em;} 
a#locRes_openNeighborCities{font-size:0.917em;}

.locList li.last,
.eventList li.last{
	background:none;
	background-color:#fff;
}

.listEntry .title{
	display:block;
	font-size:1.3em;
	color:#c63326;
	font-weight:700;
}
.listEntry p.category{
	font-size:0.917em; 
	color:#8b8787;
}
.listEntry p.contact{padding:0;}

.section .listEntry .review{margin-top:0;}

.listEntry em.marker{
	position:absolute;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/markers100.png) no-repeat;
	height:30px;
	left:0px;
	top:0.1em;
	margin:1.5em 0 0 1em;
	text-indent:-999em;
	width:2.5em;
	font-style: normal;
}

.listEntry em.i1{background-position: 0px 0px;}
.listEntry em.i2{background-position: 0px -70px;}
.listEntry em.i3{background-position: 0px -140px;}
.listEntry em.i4{background-position: 0px -210px;}
.listEntry em.i5{background-position: 0px -280px;}
.listEntry em.i6{background-position: 0px -350px;}
.listEntry em.i7{background-position: 0px -420px;}
.listEntry em.i8{background-position: 0px -490px;}
.listEntry em.i9{background-position: 0px -560px;}
.listEntry em.i10{background-position: 0px -630px;}
.listEntry em.plus{background:none !important; text-indent:0;}

.listEntry em.marker2{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/markers200.png) no-repeat;
}
.noReview em.marker,
.noReview em.marker{background-image:url(http://golocal-static.de/images/11212/de/multis/markers100_noReview.png);}
.noReview em.marker2,
.noReview em.marker2{background-image:url(http://golocal-static.de/images/11212/de/multis/markers200_noReview.png);}




/* Rating */
.listEntry .glRating{
	position:relative;
	float:right;
	text-align:right;
	width:95px;
}
#mglContent.usersReviews .listEntry .glRating{width:130px;}
.listEntry div.button a{float:right;}
.listEntry .glRating .date{	
	position:absolute;
	font-size:0.85em;
	text-align:right;
	width:120px;
	color:#666;
	right:0;
	top:-1.8em;
}
.listEntry .amountRating{clear:right;}
.listEntry div.reviewBtn a,
.listEntry div.editReviewBtn a{
	position:relative;
	display:block;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat 0px -420px;
	height:25px;
	width:95px;
}
.listEntry div.editReviewBtn a{
	height:31px;
	background-position:0 -490px;
}
.listEntry div.reviewBtn a:hover{
	background-position:-300px -420px;
}
.listEntry div.editReviewBtn a:hover{
	background-position:-300px -490px;
}
.listEntry .distance,
.listEntry .partnerInfo{
	position:absolute;
	left:4.3em;
	top:0em;
	color:#999;
	font-size:85%;
	margin:0; padding:0;
}
.listEntry .partnerInfo{
	right:1em;
	text-align:right;
	font-size:100%;
}
.listEntry .imgUser,
.listEntry .imgUser_s{
	float:left;
	margin:0 1em 0.4em 0;
}

.listEntry-info{
	position:relative;
	margin-bottom:0.333em;
}
.listEntry .unfollow-btn,
.listEntry .secBtn-follow{
	/*float:left;
	margin-top:0.333em; */
	margin-bottom:0.5em;	
}

.listEntry .listingTagsWrapper{}
.listEntry .tags{}
.listEntry .tagsWrap .additionalTags{
	display:none;
}

.listEntry .listingActions{
	position:relative;
	background-color:#e6e8c4;
	padding-left: 2.5em; 
	bottom:1px;
	visibility:hidden; 
}
#mglContent .listEntry .listingActions{padding-left:0;}
.listEntry .listingActions li{margin-left:1em;}
.listEntry .listingActions a{
	padding-left:20px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat -700px -1501px;
	white-space:nowrap;
}
.listEntry .listingActions a.addToFavorites{background-position:-700px -1539px;}
.listEntry .listingActions a.addToNotepad{background-position:-700px -1609px;}
.listEntry .listingActions a.uploadPhotos{background-position:-700px -1679px;}
.listEntry .listingActions a.sendToFriend{background-position:-700px -1819px;}


#mainWrapper.reviewList .listEntry .action{margin-bottom:0.5em;}

.listEntry-ownReviewInfo{}


/* Narrow version */
.narrow .listEntry .imgUser,
.maxSideBar .listEntry .imgUser,
.narrow .listEntry .imgUser_s,
.maxSideBar .listEntry .imgUser_s,
.narrow .listEntry .listingTagsWrapper,
.maxSideBar .listEntry .listingTagsWrapper,
.narrow .listEntry .review,
.maxSideBar .listEntry .review{display:none !important;} 




/************************************
/*       location images           */
.listEntry .locImagesWrapper{
	position:relative;
	float:right;
	padding-right:1em;
	width:60px;
	text-align:right;
	font-size:0.917em;
}

.listEntry .locImagesWrapper li{
	position:relative;
	float:right;
	font-size:1px;
	padding:0;	
	width:26px;
	line-height:0;
	margin:0 0 1px 1px;
}

/* CSS-File: result.css */


/* Result Wrapper START */
#resultWrapper{
	position:relative;
	/*padding-left:10px;*/
	z-index:1;
}
#resultWrapper .locListWrapper{
	position:relative;
	float:left;
	width:630px;
	overflow:hidden;
	z-index:1;
}
#resultWrapper .hangerDiv{
	padding-top:5px;
	top:-5px;
}
#resultWrapper .mapWrapper{}
/* Result Wrapper END */

#resultWrapper.maxSideBar .locListWrapper{width:445px;}
#resultWrapper.maxSideBar #sideBar,
#resultWrapper.maxSideBar #glMap{width:520px;}

/************************************
/*         LocationsList           */

.locListWrapper{}
.locListWrapper .contentWrapper,
.shadowBox .contentWrapper{
	position:relative;
	border-left:1px solid #cecece;
	padding-right:10px;
	background:url(http://golocal-static.de/images/11212/common/shadow_right.gif) repeat-y right top;
}
.locListWrapper .top,
.shadowBox .top{
	height:5px;
	background:url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat 0px -140px;
}
.locListWrapper .topWhite,
.shadowBox .topWhite{
	height:5px;
	background:url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat 0px -1120px;
}
.locListWrapper .topGreen,
.shadowBox .topGreen{
	height:5px;
	background:url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat 0px -1330px;
}
.locListWrapper .top div,
.locListWrapper .topWhite div,
.locListWrapper .topGreen div,
.shadowBox .top div,
.shadowBox .topWhite div,
.shadowBox .topGreen div{
	height:5px;
	width:10px;
	float:right;
	background:url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat -620px -140px;
}
.locListWrapper .bottom,
.shadowBox .bottom{
	height:10px;
	background:url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat 0px -1190px;
}
.locListWrapper .bottom div,
.shadowBox .bottom div{
	height:10px;
	width:10px;
	float:right;
	background:url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat -620px -210px;
}


/* Aufhaenger */
.hangers{
	position:relative;
	z-index:1;
	top:-12px;
	/*margin-left:10px;*/
	height:42px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) top left no-repeat;
}
.hangers.user {
	width:458px;
}

.hangers div{
	position:relative;
	float:right;
	height:42px;
	width:25px;
	right:10px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) 0 -70px no-repeat;
}


/*************************************/
/***       Sponsored Listings        */

.sponsoredWrapper{
	position:relative;
	/*padding-top:55px;*/
	/*background:#e6e8c4 url(http://golocal-static.de/images/11212/common/tile_listHeader_bg.png) top left repeat-x;*/
	background-color:#f6f7e8;
}
.sponsoredWrapper .content{
	position:relative;
	height:140px;
	overflow:hidden;
	z-index:2;
	top:-10px;
}
.sponsoredWrapper h2{}
.sponsoredWrapper div.end{
	position:relative;
	height:7px;
	overflow:visible;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) 0px -490px no-repeat;
}
.locListWrapper .sponsoredWrapper div.end span{
	position:absolute;
	right:0;
	top:-9px;
	height:15px;
	width:123px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) 0px -700px no-repeat;
}
.sponsoredWrapper li.listEntry{
	position:absolute;
	left:0;
	top:1350px;
	width:100%;
	/*display:none;*/
	background:none;
	background-color:#f6f7e8;
}
.sponsoredWrapper li.sponsor1{top:0;}
.sponsoredWrapper .listEntry em.marker{background:transparent url(http://golocal-static.de/images/11212/de/multis/sponsoredMarkers.png) 0px 0px no-repeat;}
.sponsoredWrapper .sponsor1 em.marker{background-position: 0px -70px;}
.sponsoredWrapper .sponsor2 em.marker{background-position: 0px -140px;}
.sponsoredWrapper .sponsor3 em.marker{background-position: 0px -210px;}
.sponsoredWrapper .sponsor4 em.marker{background-position: 0px -280px;}
.sponsoredWrapper .sponsor5 em.marker{background-position: 0px -350px;}


.sponsoredWrapper .aniTop,
.sponsoredWrapper .aniBtm{
	position:relative;
	font-size:11px;
	margin:0 1.5em 0 1em;
	z-index:100000;
}
.sponsoredWrapper .aniBtm{
	margin-top:115px;
}
.sponsoredWrapper .sponsorInfoWrapper{
	position:absolute;
	z-index:2;
	left:3em;
	top:-3px;
	background-color:#f6f7e8;
	color:#8b8787;
	padding-right:1em;
}
.sponsoredWrapper .btnSwitch{
	position:relative;
	z-index:1;
	height:10px;
	cursor:pointer;
	background:transparent url(http://golocal-static.de/images/11212/common/icon_arrowUp_col1.png) no-repeat 50% 2px;
}
.sponsoredWrapper #switchSponsorUp{background-image:url(http://golocal-static.de/images/11212/common/icon_arrowUp_col1.png);}
.sponsoredWrapper #switchSponsorDown{background-image:url(http://golocal-static.de/images/11212/common/icon_arrowDown_col1.png);}
.sponsoredWrapper #switchSponsorUp.over,
.sponsoredWrapper #switchSponsorDown.over{background-color:#eeefd7;}


/*******************************************/
/*         Partner in LocList              */
.glPartner{padding-bottom:1px !important;}
.glPartner .innerContents{
	position:relative;
	border:2px solid #b0bc00;
	overflow:hidden;
}
/*.locList .last{padding-bottom:0;}*/
.glPartner ul.listingActions{margin-left:18px; margin-right:1px; padding-left:1.083em;}
.glPartner .listingContent{}
.glPartner .grfBar{
	position:absolute;
	height:300px;
	width:17px;
	left:0;
	top:0;
	background-color:#b0bc00;
}



/************************************/
/*          List-Info               */
.listInfo{
	position:relative;
	background:transparent url(http://golocal-static.de/images/11212/common/tile_listInfo_bg.png) bottom left repeat-x;
}
.listInfo .listEntryTop{background-color:transparent;}
.listInfo p{
	padding:1em;
}
.listInfo .content{
	padding:1em;
}
.listInfo div.end{
	position:relative;
	height:17px;
	overflow:visible;
	background:#fff url(http://golocal-static.de/images/11212/de/multis/extended.png) 0px -560px no-repeat;
}
.listInfo div.end span{
	position:absolute;
	left:20px;
	top:0px;
	height:15px;
	width:115px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) 0px -630px no-repeat;
}
.listInfo h2,
.resultInfoTop h2{
	padding-bottom:0.25em;
	background-color:transparent !important; 
}
.listEntry .number{
	position:absolute;
	float:none;
	left:10px;
	top:10px;
	font-style:normal;
	color:#c63326;
	font-weight:bold;
}
.spamLink {
	float:right;
	margin-top:3px;
}
.userContent .spamLink {
	margin-top:0;
}
.userContent .votingIntro{padding-top:1em;}

/* resultInfo */
.resultInfoTop{
	padding-top:2em;
}

.spaceSearch{
	margin-right:25px;
}


/* ResultInfo */
.listEntryTop{
	/*color:#8b8787;*/
}
.listEntryTop h2{line-height:1.333em;}
.listEntryTop .searchAreaInfos{
	position:relative;
	float:left;
	background-color:#fff;
}
#mglContent .listEntryTop{
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) repeat-x left bottom; 
	padding-bottom:1em;
}
#resultWrapper .resultInfos{
	text-align:center;
	line-height:1em;
} 
#resultWrapper .resultInfos .subInfo{color:#8b8787;}





/************************************************/
/***           Filtering / Sorting            ***/
/***                                          ***/

.refineSearchWrap{
	position:relative;
	padding:0.5em 0;
	margin:0 1em 1em;
	background-color:#f6f7e8;
	border:1px solid #e0e1d3;
	height:6em;
}
.refineSearchWrap ul{
	position:relative;
	height:38px;
}
.refineSearchWrap li{
	position:relative;
	float:left;
	padding-bottom:0;
}
.refineSearchWrap .info{
	font-size:0.917em;
	color:#8b8787;
}
.refineSearchWrap .btn{
	position:relative;
	display:block;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/icons_search.png) 0px 0px no-repeat;
	width:32px;
	height:38px;
	overflow:hidden;
}
.refineSearchWrap ul span.desc{
	position:relative; 
	display:block; 
	text-indent:-3000px;
}
.refineSearchWrap .activeDesc{
	line-height:0.333em;
	padding-bottom:0.5em;
	white-space:nowrap;
	font-weight:700;
	font-size:0.917em;
}
.refineSearchWrap .activeDesc span.desc{color:#8b8787;}
.refineSearchWrap .disabled a.btn{cursor:auto;}

/* listBottom-styles in result list */
.listBottom{padding-bottom:1em;}
.listBottom .refineSearchWrap{margin:1em 1em 0;}

/* type */
.listTypeWrap{
	position:absolute;
	width:130px;
	left:1em;
	top:0.5em;
}
.listType a.street{}
.listType a.street:hover{background-position:-70px 0;}
.listType li.active a.street,
.listType li.active a.street:hover{background-position:-140px 0;}
.listType a.circle{background-position:0 -70px;}
.listType a.circle:hover{background-position:-70px -70px;}
.listType li.active a.circle,
.listType li.active a.circle:hover{background-position:-140px -70px;}
.listType a.city{background-position:0 -140px;}
.listType a.city:hover{background-position:-70px -140px;}
.listType li.active a.city,
.listType li.active a.city:hover{background-position:-140px -140px;}
.listType a.plz{background-position:0 -210px;}
.listType a.plz:hover{background-position:-70px -210px;}
.listType li.active a.plz,
.listType li.active a.plz:hover{background-position:-140px -210px;}

/* distance */
.distListWrap{
	position:relative;
	width:160px;
	margin:0 auto;
}
.distType a.dist_xs{background-position:0 -350px;}
.distType a.dist_xs:hover{background-position:-70px -350px;}
.distType li.active a.dist_xs,
.distType li.active a.dist_xs:hover{background-position:-140px -350px;}
.distType li.disabled a.dist_xs{background-position:-210px -350px !important;}

.distType a.dist_s{background-position:0 -420px;}
.distType a.dist_s:hover{background-position:-70px -420px;}
.distType li.active a.dist_s,
.distType li.active a.dist_s:hover{background-position:-140px -420px;}
.distType li.disabled a.dist_s{background-position:-210px -420px !important;}

.distType a.dist_m{background-position:0 -490px;}
.distType a.dist_m:hover{background-position:-70px -490px;}
.distType li.active a.dist_m,
.distType li.active a.dist_m:hover{background-position:-140px -490px;}
.distType li.disabled a.dist_m{background-position:-210px -490px !important;}

.distType a.dist_l{background-position:0 -560px;}
.distType a.dist_l:hover{background-position:-70px -560px;}
.distType li.active a.dist_l,
.distType li.active a.dist_l:hover{background-position:-140px -560px;}
.distType li.disabled a.dist_l{background-position:-210px -560px !important;}

.distType a.dist_xl{background-position:0 -630px;}
.distType a.dist_xl:hover{background-position:-70px -630px;}
.distType li.active a.dist_xl,
.distType li.active a.dist_xl:hover{background-position:-140px -630px;}
.distType li.disabled a.dist_xl{background-position:-210px -630px !important;}

/* sorting */
.sortListWrap{
	position:absolute;
	width:100px;
	right:1em;
	top:0.5em;
}
.sortList a.alphabet{background-position:0 -770px;}
.sortList a.alphabet:hover{background-position:-70px -770px;}
.sortList li.active a.alphabet,
.sortList li.active a.alphabet:hover{background-position:-140px -770px;}
.sortList a.distance{background-position:0 -840px;}
.sortList a.distance:hover{background-position:-70px -840px;}
.sortList li.active a.distance,
.sortList li.active a.distance:hover{background-position:-140px -840px;}
.sortList a.bestRating{background-position:0 -910px;}
.sortList a.bestRating:hover{background-position:-70px -910px;}
.sortList li.active a.bestRating,
.sortList li.active a.bestRating:hover{background-position:-140px -910px;}
.sortList a.date{background-position:0 -980px;}
.sortList a.date:hover{background-position:-70px -980px;}
.sortList li.active a.date,
.sortList li.active a.date:hover{background-position:-140px -980px;}






/******************************************/
/*             PageNavigation             */
.pageNav{ 
	position:relative;
	background:#f8f7ee url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) top left repeat-x;
	padding-top:1px;
}
/*.pageNav *{margin:0; padding:0;}*/
.pageNavBottom{
	position:relative;
	background:#f8f7ee url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) bottom left repeat-x;
	padding-top:1px;
}
.pageNav .paging,
.pageNav .pages,
.pageNav .goto{
	position:relative;
	float:right;
}
.pageNav .resultInfo{position:relative;float:left;}
.pageNav .paging li,
.pageNav .pages li{
	display:block;
	float:left;
	text-align:center;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) 0px -280px no-repeat;
}
.pageNav .pages li.last{
	background:none;
}
.pageNav a{text-decoration:none;}
.pageNav .paging a,
.pageNav .pages a,
.pageNav .pages .active,
.pageNav li.last span{
	position:relative;
	display:block;
	padding:0.5em;
}
.pageNav li.last span{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) 0px -490px no-repeat;
}

.pageNav .paging a:hover,
.pageNav .pages a:hover{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) 0px -350px no-repeat;
}
.pageNav .pages .active{
	color:#fff;
	background:#b0bc00 url(http://golocal-static.de/images/11212/de/multis/basic.png) 0px -490px no-repeat;
}
.pageNav .paging a{width:4em;}
.pageNav p, .pageNavBottom p{
	display:block;
	padding:0.5em 0.5em 0.5em 1em;
	margin:0;

}


.pageNavSearch{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) 0px -1050px no-repeat;
	height:59px;
}
.pageNavSearch p{
	display:block;
	margin:0px;
	padding:1.5em 2.2em 0 ;
	text-align:center;
	color:#fff; 
	font-weight:700; 
	font-size:1.2em;
}
.pageNavSearch a{}

/* narrowVersion */
.narrow .pageNav .resultInfo,
.maxSideBar .pageNav .resultInfo{
	float:none; 
	clear:both;
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) top left repeat-x;
	/*padding-top:1px;*/
}
.narrow .pageNavSearch,
.maxSideBar .pageNavSearch{height:69px;}


.pageNav .end{
	height:1px;
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) top left repeat-x;
	clear:both;
	float:none;
}
/* PageNavigation END */



/***********************************************/
/***              Gegendarstellung           ***/

.counterstatement{
	position:relative;
	margin-top:1em;
}
.counterstatement .innerContent{
	position:relative;
	padding:0.5em 1em 1em;
	border:1px solid #e2e5ba;
	border-top:none;
	background-color:#f4f6db;
}
.counterstatement .top{
	position:relative;
	background:#f4f6db url(http://golocal-static.de/images/11212/de/multis/extended.png) 0px -1470px no-repeat;
	height:40px;	
}
.counterstatement .top span{
	position:absolute;
	right:0;
	top:0;
	width:210px;
	height:40px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) -354px -1470px no-repeat;
}
.counterstatement h2{margin-bottom:1em;}



/***********************************************/
/***               Ajax-Loader               ***/

#searchCircleProgressDiv {
	position: absolute;
	z-index: 1002;
	/*display:none;*/
	top:200px;
	left:330px;
	height:50px;
	width:220px;
	padding-top:7px;
	font-size:24px;
	color:#8b8787;
	font-weight:700;
	background:transparent url(http://golocal-static.de/images/11212/common/ajax-loader_l.gif) 100% top no-repeat;
}






/* CSS-File: jquery.cluetip.css */

/* global */
#cluetip{text-align:left;}
#cluetip p{padding-bottom:0.5em;}
#cluetip-close img {
  border: 0;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 16px;
  height: 16px;
  position: absolute;
  background-image: url(http://golocal-static.de/images/11212/common/indicator.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -13px;
  height: 26px;
  width: 13px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}



/***************************************
   =cluetipClass: 'golocal'
-------------------------------------- */
.cluetip-golocal {
  background-color: #b0bc00;
}
.cluetip-golocal #cluetip-outer {
  border: 1px solid #b0bc00;
  position: relative;
  background-color: #fff;
}

.cluetip-golocal h3#cluetip-title {
  margin: 0 0 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
  background-color: #b0bc00;
  color: #fff;
}

.cluetip-golocal #cluetip-inner {
  padding: 5px 10px;
}
.cluetip-golocal div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
}

/* golocal arrows */
.clue-right-golocal .cluetip-arrows {
  background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat -560px -140px;
}
.clue-left-golocal .cluetip-arrows {
  background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat -560px -210px;
  left: 100%;
  margin-right: -13px;
}
.clue-top-golocal .cluetip-arrows {
  background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat -560px 0px;
  top: 100%;
  left: 50%;
  margin-left: -13px;
  height: 13px;
  width: 26px;
}
.clue-bottom-golocal .cluetip-arrows {
  background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat -560px 70px;
  top: -13px;
  left: 50%;
  margin-left: -13px;
  height: 13px;
  width: 26px;
}



/***************************************
   =cluetipClass: 'golocalUser'
-------------------------------------- */
.cluetip-golocalUser {
  background-color: #b0bc00;
}
.cluetip-golocalUser #cluetip-outer {
  border: 1px solid #b0bc00;
  position: relative;
  background-color: #fff;
}

.cluetip-golocalUser h3#cluetip-title {
  margin: 0 0 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
  background-color: #b0bc00;
  color: #fff;
}

.cluetip-golocalUser #cluetip-inner {
  padding: 0;
}
.cluetip-golocalUser div#cluetip-close {	
	position:absolute;
	top:10px;
	right:10px;
	height:17px;
	width:17px;
	overflow:hidden;
	z-index:10;
}
.cluetip-golocalUser div#cluetip-close a{
	display:block; 
	width:17px; 
	height:17px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat 0px -420px;
}

/* golocalUser arrows */
.clue-right-golocalUser .cluetip-arrows {
  background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat -560px -140px;
}
.clue-left-golocalUser .cluetip-arrows {
  background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat -560px -210px;
  left: 100%;
  margin-right: -13px;
}
.clue-top-golocalUser .cluetip-arrows {
  background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat -560px 0px;
  top: 100%;
  left: 50%;
  margin-left: -13px;
  height: 13px;
  width: 26px;
}
.clue-bottom-golocalUser .cluetip-arrows {
  background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat -560px 70px;
  top: -13px;
  left: 50%;
  margin-left: -13px;
  height: 13px;
  width: 26px;
}




/***************************************
   =cluetipClass: 'default'
-------------------------------------- */

.cluetip-default {
  background-color: #f4f7c9;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #fff;
  border:1px solid #aaa;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}
.cluetip-default #cluetip-inner {
  padding: 5px;
}
.cluetip-default div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(http://golocal-static.de/images/11212/common/tip/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(http://golocal-static.de/images/11212/common/tip/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(http://golocal-static.de/images/11212/common/tip/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
.clue-bottom-default .cluetip-arrows {
  background-image: url(http://golocal-static.de/images/11212/common/tip/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}


/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(http://golocal-static.de/images/11212/common/tip/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(http://golocal-static.de/images/11212/common/tip/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(http://golocal-static.de/images/11212/common/tip/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(http://golocal-static.de/images/11212/common/tip/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url(http://golocal-static.de/images/11212//common/tipbl.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url(http://golocal-static.de/images/11212//common/tiptl.gif) no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url(http://golocal-static.de/images/11212/common/tip/tr.gif) no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url(http://golocal-static.de/images/11212/common/tip/br.gif) no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url(http://golocal-static.de/images/11212/common/tip/rarrowleft.gif);
}
.clue-left-rounded .cluetip-arrows {
  background-image: url(http://golocal-static.de/images/11212/common/tip/rarrowright.gif);
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url(http://golocal-static.de/images/11212/common/tip/rarrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
.clue-bottom-rounded .cluetip-arrows {
  background-image: url(http://golocal-static.de/images/11212/common/tip/rarrowup.gif);
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}




/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}
/* CSS-File: review.css */

/* Write Review */
.button a.btnWriteReview{
	position:relative;
	float:right;
}
.button a.btnWriteReview,
.button a.btnEditOwnReview{
	display:block;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat -300px -560px;
	width:215px;
	height:26px;
	margin-left:10px;
}
.button a.btnEditOwnReview{background-position:-300px -630px;}


/************************************************/
/*               Review-Page                    */

/*  */
.reviewWindow .infoColWrapper{
	position:relative;
	float:right;
	width:180px;
	padding:5px 10px;
	font-size:0.917em;
	color:#666;
	line-height:1.3em;
}
.reviewWindow .infoColWrapper h2{
	float:none; 
	font-size:1em;
	color:#666;
}
.reviewWindow .infoColWrapper p{
	padding:0 0 10px !important;
}
.reviewWindow .infoColWrapper ul{
	margin-bottom:1em;
}

.reviewWindow {
	position:relative;
	height:495px;
	overflow:hidden;
	z-index:1;
	background:transparent url(http://golocal-static.de/images/11212/common/tile_reviewWindowSidebar_bg.png) 670px 0px repeat-y;
}
.reviewWindow .mainContent{
	position:relative;
	padding:5px 10px 0 10px;
	height:405px;
	margin-bottom:40px;
	overflow:auto;
}
.reviewWindow h1.title{
	color:#fff;
	padding:10px;
	margin-bottom:0;
	background-color:#b0bc00;
	/*border-bottom:1px solid #eaede7;*/
}
.reviewWindow h2 {
	float:left;
	padding:2px 0 5px 0;
}
.reviewWindow h2 span.normal { color:#333;}
.reviewWindow form{margin-right:200px;}
.reviewWindow .horSeparatorBottom {
	margin-bottom:10px;
	padding-bottom:10px;
}
.reviewWindow .step {
	position:absolute;
	top:0;
	left:0;
	width:50px;
	height:65px;	
	background:transparent url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat 0px -630px;
}
.reviewWindow .step1{background:transparent url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat 0px -630px;}
.reviewWindow .step2{background:transparent url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat 0px -700px;}
.reviewWindow .step3{background:transparent url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat 0px -770px;}

.reviewWindow .ratingWrapper{
	position:relative;
	padding-left:75px;
}
.reviewWindow .reviewWrapper {
	position:relative;
	padding-left:75px;
	z-index:1;
}
.reviewWindow #txtNewTag.example{color:#999;}
.reviewWindow .txtReview{
	width:531px; 
	/*padding:5px 2px;*/
	height:84px;
	line-height:16px;
	min-height:84px;
}

.reviewWindow a.slideLeft{
	padding-left:17px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat -560px -1397px;
}
.reviewWindow a.slideRight{
	padding-left:17px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat -560px -1467px;
}

/* Counter */
#reviewCounter{
	position:absolute;
	left:510px;
	top:0.417em;
	width:100px;
	text-align:right;
	color:#999;
	font-size:0.917em;
}
#reviewCounter.ok{
	padding-right:15px;
	width:85px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat -680px -1750px;
}

/* Removed because of new file-upload

.reviewWindow .uploadImageWrapper .multi{margin-bottom:0.5em;}
.reviewWindow .uploadImageWrapper h2{
	font-size: 1.15em;
}
.reviewWindow .uploadImageWrapper .addedFileRow{
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) repeat-x left bottom;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
}
.reviewWindow .uploadImageWrapper .remove{
	float:right;
	padding-right:5px;	
}
.reviewWindow .uploadImageWrapper .file{
	margin-left:5px;
	width:115px;
	padding-left:18px;
	overflow:hidden;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat -700px -767px;
}
.reviewWindow .uploadImageWrapper .uploadFile{width:200px;}
.reviewWindow .uploadImageWrapper #anbCheck{display:none;}
*/

/* ErrorMessage-Box */
.reviewWindow #errorMessageBox{
	position:relative;
	margin:1em 0;
	display:none;
}
.reviewWindow #errorMessageBox.invalid{display:block;}
.reviewWindow #errorMessageBox h3{color:#c63326; padding-bottom:0.3em;}


/* Buttons */
.reviewWindow .buttonsWrapper {
	position:absolute;
	bottom:0;
	left:85px;
	height:35px;
}
/* old version
.reviewWindow .buttonsWrapper {
	padding-left:75px;
	margin-top:10px;
}*/
.reviewWindow .buttonsWrapper .submit {
	width:155px;
	margin-right:20px;
	background: url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat 0px -350px;
	height:26px;
	padding-bottom:0;
	margin-bottom:0;
}
.reviewWindow .buttonsWrapper .cancel {
	background: url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat 0px -280px;
	width:109px;
	height:26px;
	padding-bottom:0;
	margin-bottom:0;
}


/* TagsWrapper */
.reviewWindow ul.tagging{padding-bottom:10px;}
.tagsWrapper{
	position:relative;
	padding-left:75px;
	z-index:2;
}
.tagsWrapper li {
	position:relative;
	display:block;
	float:left;
	margin-right:5px;
	line-height:2.0em;
}

label.error{
	display:block;
	padding:2px 5px;
	color:#c63326;
}
.reviewWindow input.error{}

/***************************************/
/* Info-Window for unregistered users  */
.tagsWrapper .quickVoteInfo{
	position:absolute;
	top:23px;
	left:0.5em;
	width:160px;
	padding:5px;
	border:1px solid #c63326;
	background-color:#fff;
	z-index:200;
	display:none;
	line-height:1.3em;
}
.tagsWrapper .quickVoteInfo h3{font-size:1.0em; color:#c63326;}

/* tagging */
ul#tagging{}
ul#tagging li{
	display:none;
	margin-bottom:0.5em;
}
ul#tagging li.popular,
ul#tagging li.newTag,
ul#tagging li.added{display:block;}

ul#tagging li a.tag,
ul#tagging span{
	zoom:1;
	display:block;
	float:left;
	padding: 0 0.5em;
	text-decoration: none;
	color: #333;
	background-color: #f5f8f2;
	border: 1px solid #eaede7;
	white-space:nowrap;
}
ul#tagging li a:visited{background-color:none;}
ul#tagging li a.tag:hover{	
	text-decoration:none;
	color: #333;
	background-color:#f5f8f2;
	border: 1px solid #9aa500; 
}
ul#tagging li a.selected{
	color:#fff;
	background-color:#b0bc00;
	border:1px solid #9aa500;
}
ul#tagging li a.selected:hover{
	color:#fff;
	background-color:#b0bc00;
}
ul#tagging li a.hilight{
	color:#fff;
	background-color:#f00;
}
ul#tagging input#txtNewTag{
	width:170px;
}


/********* END Review Page **********/



/***************************************************/
/*                     Reviews                     */

h2.reviews,
h3.reviewsNav{padding:20px 10px 10px;}
ol.reviews{width:610px;}
.reviewEntry{
	position:relative;
	margin-bottom:10px;
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_vert_review.png) top left repeat-y;
}
.reviewEntry .content{
	position:relative;
	padding:10px 10px 5px;
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) repeat-x left top;
}
.reviewEntry .actions{
	margin:0 1px;
	padding:5px 10px;
	background:#f8f7ee url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) repeat-x left top;
	text-align:right;
}
.reviewEntry .end{
	height:1px;
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) repeat-x left bottom;
}
.reviewEntry .actions{position:relative;}
.reviewEntry .actions .votingIntro{
	padding:0.2em 0.5em 0 0; 
	float:left;
}
.reviewEntry .actions .reviewVoting{
	position:relative;
}
.reviewEntry .actions .reportSpam{
	position:absolute;
	top:0.5em;
	right:1em;
}
.reviewEntry .glRating{
	position:relative; 
	float:right;
}
.reviewEntry .imgUser{
	position:relative;
	float:left;
	display:inline;
	margin-left:40px;
}
.reviewEntry .userReview{
	position:relative;
	margin-left:140px;
}
.userReview .tagsHolder{margin-top:0.5em;}
.reviewEntry .number{
	position:absolute;
	float:none;
	left:10px;
	top:10px;
	font-style:normal;
}




/**************************************************/
/*                   Rating                       */

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{
	float:left;
	width:37px;
	height:35px;
	text-indent:-999em;
	cursor:pointer;
	display:block;
	background:transparent;
	overflow:hidden;
}
div.rating-cancel,div.rating-cancel a{display:none !important;}
div.star-rating,div.star-rating a{background: #fff url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat -560px -420px;}
div.star-rating a{
	display:block;
	width:37px;
	height:100%;
}
div.star-rating-on a{background-position: -560px -490px !important;}
div.star-rating-hover a{background-position: -560px -560px;}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important;}
/* Partial Star CSS */
div.star-rating{
	background:transparent!important;
	overflow:hidden!important;
}
/* END jQuery.Rating Plugin CSS */

/* Favorite */
#review_favoriteBtn{
	position:relative;
	float:left;
	width:40px;
	margin-top:7px; 
}
#review_favoriteBtn a.btnRatingFavorite{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat -555px -630px;
	width:30px;
	height:22px;
}
#review_favoriteBtn a.btnRatingFavorite:hover,
#review_favoriteBtn.fav_active a{background-position: -625px -630px;}
/* Info-Texts */
#review_ratingTexts{
	position:relative;
	float:left;
	width:300px;
	font-size:24px;
	line-height:1em;
	padding-top:6px;
	color:#b0bc00;
}



/*          Overlay-Layer  (CotentBrowser and QuickVote)            */
#step3Overlay{
	position:absolute;
	height:132px;		
	top:-10px;
	left:0px;
	width:635px;
	z-index:150;
}
#step3OverlayText{
	position:absolute;
	/*height:40px;*/
	top:40px;
	left:55px;
	width:525px;
	z-index:160;
	padding:8px;
	background-color:#f6f7ec;
	border:#b0bc00 solid 1px;
	text-align:center;
}
.overlayBGreview {
	background-color:#f1f1f1;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}





/*********************************************/
/***          Examples-Layer               ***/

#examplesOverlay {
	position: absolute;
	z-index:1000;
	top: 0px;
	left: 2000px;
	height:100%;
	width:100%;
	background-color:#fff;
	filter:alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity: 0.40;
}

#examplesWrapper{
	position:absolute;
	left:880px;
	top:10px;
	width:650px;
	height:485px;
	border:2px solid #9a0;
	border-bottom:none;
	background-color:#fff;
	z-index:1001;
}
.reviewWindow #examplesWrapper .head{
	background-color:#f0f1e0;
	padding:10px 15px 0;
	height:25px;
}
.reviewWindow #examplesWrapper .body{
	position:relative;
	height:425px; /* 445px (480px - 35px) - paddingTop (15px) - paddingBottom (10px) */
	overflow:auto;
	padding:15px 15px 10px;
}
.reviewWindow #examplesWrapper h1{
	padding-bottom:0.5em;
	margin-bottom:0.5em;
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) left bottom repeat-x;
}
.reviewWindow #examplesWrapper .reviewText{
	margin:1em 0 0.5em;
}
.reviewWindow #examplesWrapper .listEntry{margin-bottom:1em;}
.reviewWindow #examplesWrapper .tags{padding-bottom:1em;}

/* Overrides */
.reviewWindow #examplesWrapper h3.title{
	padding-bottom:0;
	font-size:1.167em;
	color:#333;
}
.reviewWindow #examplesWrapper .review{
	margin-top:0;
}
/* CSS-File: thickbox.css */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	position:absolute;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:1000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(http://golocal-static.de/images/11212/common/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#fff;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 1002;
	color:#000000;
	display:none;
	border: 1px solid #b0bc00;
	text-align:left;
	overflow:hidden;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
	position: absolute;
	/* took away expression because of tb_position() in thickbox.js */
	/*
	margin-top: expression(TBtest_height = 0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	*/
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#spamLink{
	clear:both;
	padding:0 25px 10px 0;
	text-align:right;
}

#TB_caption{
	height:25px;
	padding:11px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:9px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	position:relative;
	clear:both;
	padding:0;
	/*padding:2px 15px 15px 15px;*/
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	/*padding:15px;*/
}

#TB_ajaxContent p{
	padding:5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:1001;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/* CSS-File: user.css */

#mglContent.usersEvents .locList,
#mglContent.usersReviews .locList,
#mglContent.usersFavorites .locList{
	position:relative;
	float:left;
	width:475px;
	overflow:hidden;
}

#mglContent.usersReviews .listEntry .review{padding-bottom:0.5em;}

.userContent {
	position:relative;
	width:805px;
	float:left;
	z-index:1;
}

.userContent .emptyCopy{
	padding:0 15px 0;
}

.userContent #sideBar{width:315px;} 
.personalMap {}


/**************************************/
/***          User Profile          ***/

.userProfile {
	padding-right:2px;
	float:left;
	width:170px;
	overflow:hidden;
}
.userProfileWrapper { background-color:#faf9f2; }




/************************************/
/***          Navigation          ***/
.mgl-nav { 
	margin-top:0.5em;
}
.mgl-nav-head{
	display:block;
	font-size:1.167em;
	color:#fff;
	background-color:#b0bc00;
	padding:0 1em 0.333em;
}
.mgl-nav-ul{}
.mgl-nav-li{	
	padding:0 !important;
}
.mgl-nav-li1{
	border-left:1px solid #faf9f2;
	border-right:1px solid #faf9f2;
}

.mgl-nav .outer{
	border-top:1px solid #fdfdeb;
	border-bottom:1px solid #deded3; 
}
.mgl-nav-li2 .outer{
	background:#faf9f2 url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat scroll -560px -1470px;
	padding-left:8px;
}
.mgl-nav-a{
	display:block;
	padding:5px 5px 5px 30px;	
	background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat scroll -555px -766px;	
	font-weight:700;
	color:#666;
}
.mgl-nav-a:hover,
.mgl-nav-a:active{
	color:#333;
	text-decoration:none;
}
.mgl-nav-a:hover{
	background-color:#fff !important;
	color:#333 !important;
}
.mgl-nav-li2 .mgl-nav-a{
	font-weight:normal;
	color:#666;
}

.active .outer{background-position:-560px -1540px;}
.active .mgl-nav-ul-ul .outer{background-position:-560px -1470px;}
.active .mgl-nav-a{
	background-color:#eef1c0;
	font-weight:700;
	color:#333;
}
.active .mgl-nav-ul-ul .mgl-nav-a{
	background-color:#faf9f2;
	font-weight:normal;
	color:#666;
}

.mgl-nav-messages {background-position: -557px -623px;}
.mgl-nav-notepad {background-position: -555px -696px;}
.mgl-nav-profile {background-position: -555px -766px;}
.mgl-nav-reviews {background-position: -555px -836px;}
.mgl-nav-events {background-position: -555px -906px;}
.mgl-nav-favs {background-position: -555px -976px;}
.mgl-nav-photos {background-position: -555px -1046px;}
.mgl-nav-follow {background-position: -555px -1116px;}
.mgl-nav-charts {background-position: -555px -1186px;}
.mgl-nav-myData {background-position: -555px -766px;}
.mgl-nav-personalData {background-position: -555px -766px;}
.mgl-nav-moreProfile {background-position: -555px -766px;}
.mgl-nav-profilePic {background-position: -555px -766px;}




/*********************************************/
/***          Mein Golocal-Filter          ***/

.mgl-filterForm{
	padding:1em 0 0;
	height:3em;;
}
.mgl-filterForm-othersPhotos{padding:1em 1em 0}
.mgl-filter-options{padding-top:5px;}
.mgl-filter-resultAmount{
	position:relative;
	float:right;
	padding-top:5px;
	font-weight:700;
}
.ui-selectmenu-dropdown{
	position:relative;
	float:left;
	margin-right:1em;
}






/************************************/
/***          Navigation          ***/

.profileBtns {
	float:left;
	position:relative;
	padding: 0 2px 1em 7px;
}

/* Buttons in Picture-Box in Userprofile */
.profileBtns .secBtn{width:140px;}
.profileBtns .secBtn-a{
	width:110px;
	text-align:left;
}
.profileBtns .unfollow-txt{
	float:left;
	display:inline; /* IE6 */
	margin-left:12px;
}

.userContent .profileOverview {
	border:1px #d1d1d1 solid;
	margin-bottom:10px;
}

.userContent-vertSeparator {
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotline_vert_usercontent.gif) repeat-y scroll left top;
	margin-right:10px;
	padding-right:10px;
}

.userContent .info1 {
	background-color:#faf9f2;
	padding: 15px;
}
.userContent .info2 {
	background-color:#fff;
	padding-left: 15px;
	margin-bottom: 15px;
}

.userContent .info2-reviews {
	float:left;
	position:relative;
	width:180px;
}

.userContent .info2-useful{margin-top: 2em;}
.userContent .info2-reviewStar{padding-bottom:1em;}

.userContent .info2-icons {
	float:left;
	position:relative;
	width:180px;
}

.userContent .info2-cities {
	float:left;
	position:relative;
	width:190px;
	padding-right:20px;
}
.info2-cities-amount{
	font-size:0.833em;
	color:#8b8787;
}

.userContent .info2-categories {
	float:left;
	position:relative;
	width:190px;
}

.userContent .info2-h4 {
	color:#C63326;
}

.info1 .points {
	float:left;
}

.info1 .charts {
	float:left;
	background-position:-700px -1960px;
	margin-left:20px;
}

.infoIcons .follows { 
	float:left;
	background-position:-700px -2030px;
	font-weight:bold;
	margin-left:65px;
}

.infoIcons .following {
	float:left;
	background-position:-700px -2100px;
	font-weight:bold;
	margin-left:20px;
}

.locListWrapper.details {
	padding-top:2em;
	background-color:#ffffff;
}
.userProfileWrapper .top {
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat scroll 0px -140px;
	height:5px;
}
.userProfileWrapper .top div {
	height:5px;
	width:10px;
	float:right;
	background:url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat -620px -140px;
}
.userProfileWrapper .topGreen {
	background:transparent url(http://golocal-static.de/images/11212/common/userProfileLayerBox_tl.png) no-repeat scroll;
	height:11px;
}
.userProfileWrapper .topGreen div {
	height:11px;
	width:10px;
	float:right;
	background:url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat -620px -140px;
}
.userProfileWrapper .points {
	color:#FFFFFF;
	font-size:0.85em;
	margin-top:0.333em;
}
.userProfileWrapper .contentWrapper {
	background:transparent url(http://golocal-static.de/images/11212/common/shadow_right.gif) repeat-y scroll right top;
	border-left:1px solid #cecece;
	padding-right:10px;
	position:relative;
}
.userProfileWrapper .bottom {
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat scroll 0px -210px;
	height:10px;
}
.userProfileWrapper .bottom div {
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat scroll -620px -210px;
	float:right;
	height:10px;
	width:10px;
}

.userProfileWrapper .bottomGreen {
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat scroll 0px -2722px;
	height:18px;
}
.userProfileWrapper .bottomGreen div {
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat scroll -620px -2722px;
	float:right;
	height:18px;
	width:10px;
}

.userProfile .topBg {
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat 0px -910px;
	height:20px;
}
.userProfile .middleBg { background:transparent url(http://golocal-static.de/images/11212/common/middle_userProfile_bg.png) repeat-y left top; }
.userProfile .bottomBg {
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat 0px -980px;
	height:20px;
}

.userProfile .profileContent {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:1em;
}
.userProfile h1{padding-top:1em;}
.userProfile h4{color:#c63326;}

.userProfile .profileContentGreen {
	background-color:#b0bc00;
	padding:10px 10px 5px;
	margin-bottom:1em;
	width:139px;
	overflow:hidden;
}

.userProfile .userName {
	color:#333333;
	font-size:1.667em;
	font-weight:bold;
	text-align:center;
	padding-top:0.333em;
	padding-bottom:0.333em;
}
.userProfile .starsWrapper {
	padding-top:10px;
}

.userProfile .userImageWrapper{
	padding:0 0 5px 0;
	margin:0 auto;
}

.userProfile .userAddress{}
.userProfile .infoIcons{} 

.userProfile .editProfile{
	margin-top:15px; 
	padding-bottom:1em;
}
.userProfile .editProfile .profilBtn {
	position:relative;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat 0px -2310px;
	height:26px;
	width:128px;
	display:block;
}
.userProfile .settingsBtn {
	position:relative;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -210px -2310px;
	height:26px;
	width:128px;
	display:block;
}

.userProfile a span {}





.userNameBoxWrapper {
	background-color:#f5f3e7;
	margin-bottom:10px;
}

.userNameBoxWrapper .topUnbw {
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat scroll 0 -2590px;
	height:13px;
}

.userNameBoxWrapper .topUnbw div {
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat scroll -870px -2590px;
	float:right;
	height:13px;
	width:13px;
}

.userNameBoxWrapper .contentWrapperUnbw {
	border-left:2px solid #d1d1d1;
	border-right:2px solid #d1d1d1;
	padding-right:10px;
	padding-left:15px;
	position:relative;
}

.userNameBoxWrapper .userName {
	font-weight:bold;
	color:#c63326;
	font-size:2em;
	float:left;
	padding:2px 15px 2px 0;
	line-height:1em;
}

.userNameBoxWrapper .userInfo {
	font-weight:bold;
	color:#606060;
	font-size:1.2em;
	float:left;
	padding:0.5em 15px 2px 0;
	line-height:1em;
}



.userNameBoxWrapper .bottomUnbw {
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat scroll 0 -2630px;
	height:13px;
}

.userNameBoxWrapper .bottomUnbw div {
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat scroll -870px -2630px;
	float:right;
	height:13px;
	width:13px;
}

/***             END UserProfile            ***/
/**********************************************/



/**************************************/
/***          User Settings         ***/

#mglContent .facebook{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat 0px -2379px;
	height:14px;
	padding-left:18px;
}
#mglContent .settings {}

#mglContent .settings h3{
	float:left;
}



/***             END UserSettings           ***/
/**********************************************/



/********************************************/
/*            MGL SubNavigation             */

.subNav{font-size:1.3em; padding:1em 15px 0;}
.subNav li{margin-right:1em; }
.subNav li span{color:#999; font-size:0.875em;}





.horSeparator.butActions {
	margin-top:10px;
	padding-top:10px;
}



/*START Edit User Profile and Picture*/
.editUserProfile,
.userPicUpload {
	padding:0 20px 20px 20px;
	height:100%;
}
.labelUserProfil {
	width:170px;
	float:left;
	margin-bottom:10px !important;	
}
.labelPasswort {
	width:190px;
	float:left;
	margin-bottom:10px !important;	
}
.inputfieldUserProfil {
	background:#f4f7c9 none repeat scroll 0%;
	border:1px solid #b0bc00;
	float:left;
	margin-bottom:10px !important;
	padding:2px;
}
.editUserProfile .horSeparator {
	margin-top:5px;
	padding-bottom:5px;
}
.userPicUpload .uploadImageWrapper {
	overflow:hidden;
	margin-left:70px;
}
.userPicUpload .uploadImageWrapper input.uploadFile { 
	background-color:#f4f7c9;
	border:1px solid #b0bc00;
}
/*ENDE Edit User Profile and Picture*/


/*START meinGolocal Navigation*/
.mglNavTop {
	background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -1px -1335px;
	position:relative;
	height:52px;
}
.mglNav{
	position:absolute;
	left:20px;
	top:64px;
	width:775px;
	margin-top:-77px;
	color:#009;
}
.mglNav li {
	display:inline;
	float:left;
	margin-right:10px;
}
.mglNav li a {
	display:block;
	height:46px;
}
.mglNav li a {outline:none;}
.mglNav li a.userData{
	width:192px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -700px -1540px;
}
.mglNav li.active a.userData{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -700px -1470px;
}

.mglNav li a.userPic{
	width:119px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -700px -1260px;
}
.mglNav li.active a.userPic{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -700px -1190px;
}

.mglNav li a.userSettings{
	width:137px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -700px -2240px;
}
.mglNav li.active a.userSettings{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -700px -2170px;
}

.mglNav li a.myReviews{
	width:137px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -700px -840px;
}
.mglNav li.active a.myReviews{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -700px -770px;
}
.mglNav li a.myEvents{
	width:95px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -700px -980px;
}
.mglNav li.active a.myEvents{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -700px -910px;
}
.mglNav li a.myNotepad{
	width:119px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -700px -1820px;
}
.mglNav li.active a.myNotepad{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -700px -1750px;
}
.mglNav li a.myFavorites{
	width:119px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -700px -1960px;
}
.mglNav li.active a.myFavorites{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -700px -1890px;
}
.mglNav li a.myPhotos{
        width:85px;
        background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -700px -1680px;
}
.mglNav li.active a.myPhotos{
        background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -700px -1610px;
}
.mglNav li a.myMail{
        width:124px;
        background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -700px -2100px;
}
.mglNav li.active a.myMail{
        background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -700px -2030px;
}

/*END meinGolocal Navigation*/


.userDiscussion{margin-bottom:15px;}




/*************************************************************/
/*         peoples position (attendee, interested)           */

.listEntry .peoplesPosition{}
.listEntry .peoplesPosition p.affirmation{float:right;}
.listEntry .peoplesPosition a.cancel{margin-left:1em;}



/***************************************************/
/***                  MGL Photos                 ***/

/* Overridden .imgLoc from layout.css */
#mglContent.photos .imgLoc,
#mglContent.notepad .imgLoc{
	position:relative;
	float:none;
	display:block;
	margin-right:0;
}
/*#mglContent.photos h2.title{
	padding:10px;
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) left bottom repeat-x;
}*/
#mglContent.photos .innerContent{
	padding:0 10px;
	margin-top:1em;
}

.notAssignedWrapper{
	position:relative;
	padding:1.5em 0 1em 10px;
	margin-bottom:1em;
	background:#ededed url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) repeat-x left bottom;
}

.notAssignedWrapper .photoCarousel,
.notAssignedWrapper .videoCarousel{
	position:relative; 
	float:left;
	visibility:hidden;
}

.notAssignedWrapper ul li{
	float:left;
	position:relative;
	margin-right:4px;
	width:85px;
	height:85px;
	overflow:hidden;
}
.notAssignedWrapper .videoCarousel ul li{
	width:115px;
}
.notAssignedWrapper .videoCarousel ul li a{
	width:133px;
	height:77px;
	overflow:hidden;
}
.notAssignedWrapper .pageBack,
.notAssignedWrapper .pageForward{
	float:left;
}
.notAssignedWrapper .pageBack{margin-right:7px;}
.notAssignedWrapper .uploadPhotos,
.notAssignedWrapper .uploadVideos,
.notAssignedWrapper .assignPhotos,
.notAssignedWrapper .assignVideos {
	position:relative;
	float:left;
	margin-right:0.5em;
}


ul.photoList{margin-top:1em;}
ul.photoList li{
	position:relative;
	float:left;
	width:145px;
	margin-left:10px;
	margin-bottom:10px;
}
ul.photoList li.newLine{
	clear:both;
	float:none;
}


ul.photoList li a span.address{color:#000;}
ul.photoList li a:hover span.address{color:#000; text-decoration:none;}



/************************************************/
/***               MGL ToDos                  ***/

.notepad .col{
	position:relative;
	float:left;
	overflow:hidden;
}
.notepad .listCol{
	width:600px; 
	margin-right:10px;
}
.notepad .contextCol{width:180px;}

.notepad .listCol .newSection{margin-top:2em;}

.notepad h3{
	position:relative;
	color:#c63326; 
	padding:0 0 1em 15px;
	font-size:1.3em;
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) left bottom repeat-x;	
}

.notepad .locationMap{margin-bottom:0.5em;}

.notepad .amountPhotos{
	position:relative;
	float:right;
	text-align:right;
}
.notepad .amountPhotos strong{font-size:1.167em;}

.notepad .listEntry h4{font-size:1.167em; padding:0;}

.notepad .actionsWrapper{position:relative;}
.notepad .actionsWrapper ul.btnSmall li{margin-right:0.5em;}
.notepad .actionsWrapper .button{position:absolute; top:0; right:0;}

/* Overridden from listEntry.css */
.notepad .listEntry div.button a{float:none;}
#mglContent.notepad .listEntry{padding:1em 15px 0.5em 15px; margin-left:0;}

.notepad .overviewResultInfoWrapper{
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) left top repeat-x;
	padding:0.5em 1em;
}
.notepad .overviewResultInfo{
	margin:0.3em 1em 0 0;
}



/***  Uploaded Photos ***/
.notepad .uploadedPhotosWrapper{
	position:relative;
	width:575px; 
	overflow:auto; 
	height:105px;
	margin-bottom:0.5em;
	display:none;
	overflow-y:hidden; 
}
.notepad .uploadedPhotosWrapper ul{ height:80px;}

.notepad .uploadedPhotosWrapper li{
	float:left;
	margin-right:4px;
	padding-bottom:0;
	white-space:nowrap;
}

.notepad .loader{
	position:absolute;
	top:5px;
	left:7px;
	width:13px;
	height:13px;
	z-index:1;
}
.notepad .loadingText{padding-left:2em;}




/*****************************************************/
/***                  MGL Messages                 ***/

#mglContent.mail{}
#mglContent.mail .subNav{padding-bottom:1em; margin-bottom:0;}
#mglContent.mail .mailInfoRow{
	padding:0.833em 15px;
	margin-bottom:0;
}
#mglContent.mail .mailInfoRow .info{
	position:relative;
	float:left;
	font-size:1.167em;
	padding-top:5px;
}
#mglContent.mail .mailInfoRow .button,
#mglContent.mail .mailInfoRow button{
	position:relative;
	float:right;
	margin-left:0.5em;
}
	/**************/
	/* mailFilter */
#mglContent.mail .mailFilter{
	padding:0.833em 15px;
	margin-bottom:0;
	background-color:#eeeedd;
}
#mglContent.mail .mailFilter .unreadMailWrap{
	padding-top:3px;
}
	/* userFilter */
#mglContent.mail .mailFilter .userFilterWrap{
	position:relative;
	float:right;
	width:425px; 
}
#mglContent.mail .mailFilter .preText{
	position:relative;
	line-height:1.333em; 
	text-align:right;
	width:100px;
	margin-right:5px;
	float:left;
}
#mglContent.mail .userFilter,
#mailDialog .userFilter{ 
	position:relative;
	float:left;
	display:inline; /* IE6 */
	background:#fff url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -400px -419px; 
	margin-right:5px;	
	padding:0 1px;
	height:28px;
	border:1px solid #a4a4a4;
}
#mglContent.mail .userFilter .btnDropdown,
#mailDialog .userFilter .btnDropdown{
	position:absolute;
	width:15px;
	height:26px;
	top:1px;
	right:0;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) no-repeat -770px -1040px;
	cursor:pointer;
}
#mglContent.mail .userFilter .closeDropdown,
#mailDialog .userFilter .closeDropdown{background-position:-840px -1040px} /* additional class of btnDropdown */

#mglContent.mail .mailFilter .btnSearch{
	position:relative;
	float:right;
}
#mglContent.mail .mailFilter .userFilterWrap input.txtUserfilter,
#mailDialog input.txtUserfilter{	
	margin-left:27px;
	padding:4px 0 0; 
	width:200px;
	font-size:1.333em;
	background-color:#fff;
	border:none;
}
#mglContent.mail .mailFilter .userFilterWrap .button{}
#mglContent.mail .selUser,
#mailDialog .selUser{
	position:relative;
	float:left;
	height:26px;
	display:none;
}
#mglContent.mail .selUser .username,
#mailDialog .selUser .username{
	position:relative;
	float:left;
	display:inline; /* IE6 */
	font-size:1.33em;
	background:#fff url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat 100% -561px;
	padding:5px 20px 0 5px;
	height:23px;
	margin-left:27px;
}

#mailDialog.replyStatus .selUser .username,
#mailDialog.viewStatus .selUser .username{
	padding-right:8px;
	background-position:98% -561px;
}
#mglContent.mail .selUser .imgUser_s,
#mailDialog .selUser .imgUser_s{
	background-position:0 -1050px;
	position:absolute;
	top:1px;
	left:0;
	width:26px;
	height:26px;
}
#mglContent.mail .selUser .imgUser_s .female,
#mailDialog .selUser .imgUser_s .female{background-position:-280px -1050px;}
#mglContent.mail .selUser .imgUser_s img,
#mailDialog .selUser .imgUser_s img,
#stf_selUsers .selUser .imgUser_s img{margin:0;}
#mglContent.mail .selUser a.removeFilter,
#mailDialog .selUser a.removeFilter{
	position:absolute;
	right:0;
	top:1px;
	display:block;
	width:15px;
	height:26px;
}

#mglContent.mail .selUser a.removeFilter span,
#mailDialog .selUser a.removeFilter span,
#stf_selUsers .selUser a.removeFilter span{display:block;text-indent:-5000px;}
#mailDialog.replyStatus .selUser a.removeFilter,
#mailDialog.viewStatus .selUser a.removeFilter{display:none;}

	/* filtered userfilter */
#mglContent.mail .mailFilter .filtered .btnSearch button{
	background-color:#fff;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	cursor:default;
}
#mglContent.mail .filtered .selUser,
#mailDialog .filtered .selUser{display:block;}
#mglContent.mail .filtered input.txtUserfilter,
#mailDialog .filtered input.txtUserfilter,
#mglContent.mail .filtered .userFilter .btnDropdown,
#mailDialog .filtered .userFilter .btnDropdown{display:none;}


#mglContent.mail .resultInfoWrap{padding:10px 15px;}
#mailDialog .txtUserError{padding:5px; color:#c63326;}
#mglContent.mail .txtUserError{color:#c63326; font-size:1.167em; padding-bottom:0.5em;}
#mglContent.mail .txtTip{color:#8b8787;}

	/**********************************************/
	/*       mailsList: default is sent mail       */
#mglContent.mail .mailsList{}
#mglContent.mail .mailsList li.mailWrap{
	position:relative;
	padding:0.833em 15px;
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) repeat-x left bottom;
}
#mglContent.mail .mailsList .username{margin-left:60px;}
	/* visual wrap with user graphics */
#mglContent.mail .mailsList .visualWrap{
	position:relative;
	float:left;
	width:125px;	
}
#mglContent.mail .imgReply{display:none;}
#mglContent.mail .replied .imgReply{
	position:absolute;
	display:block;
	top:0;
	right:0;
	width:12px;
	height:18px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat 100% -1400px;
}
#mglContent.mail .mailsList .arrow{
	position:relative;
	float:left;
	height:50px;
	width:15px;
	margin:0 5px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat 0px -827px;
}
	/***  User images  ***/
#mglContent.mail .mailsList .userImage{
	position:relative;
	float:left;
	display:block;	
}
#mglContent.mail .mailsList .imgUser_s img{
	border:1px solid #c8c8c8;
	padding:3px;
}
	/* Override default imageUser */
#mglContent.mail .mailsList .imgUser_s{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -400px -490px;
	width:34px; 
	height:34px;
}	
#mglContent.mail .mailsList .imgUser_s a{
	width:auto;	
	height:auto;
}
#mglContent.mail .mailsList .imgUser_s img{margin:0;}
#mglContent.mail .mailsList .userA{
	margin-top:10px;
}
#mglContent.mail .mailsList .userB{}

	/* mail details */
#mglContent.mail .mailsList .mailDetails{
	margin-left:130px;
}
#mglContent.mail .mailsList .topInfo{}
#mglContent.mail .mailsList .mailTitle{font-size:1.333em;}
#mglContent.mail .mailsList .mailText{}


	/* listing actions */
#mglContent.mail .listingActions{
	position:absolute;
	top:5px;
	right:5px;
	width:150px;
	padding:5px;
	background-color:#fff;
	border-left:1px solid #e3e3d3;
	border-bottom:1px solid #e3e3d3;
	visibility:hidden;
}
#mglContent.mail .listingActions a{
	display:block;
	padding:2px 0 2px 20px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat -700px -1501px;
	font-size:0.916em;
	line-height:1.273em;
}
#mglContent.mail .listingActions a.showUsersMails{background-position:-700px -1327px;}
#mglContent.mail .listingActions a.removeMail{background-position:-700px -700px;}

	/* unread mail */
#mglContent.mail .mailsList li.unread{background-color:#f5f4ed;}
#mglContent.mail .mailsList li.unread .arrow{background-position: -280px -827px;}
#mglContent.mail .mailsList li.unread .mailTitle,
#mglContent.mail .mailsList li.unread .username{font-weight:700;}
#mglContent.mail li.unread .listingActions{background-color:#f5f4ed;}

	/* received mail */
#mglContent.mail .mailsList li.received .username{margin-left:0;}
#mglContent.mail .mailsList li.received .userA{margin-top:0;}
#mglContent.mail .mailsList li.received .userB{margin-top:10px;}



/********************************/
/*       mail dialog layer      */
#mailDialog{}
#mailDialog .mainContent{
	height:375px;
	/*margin-bottom:40px;*/
	overflow:auto;
	padding:5px 10px 0;
	position:relative;
}
#mailDialog .buttonsWrapper{
	bottom:0;
	height:30px;
	left:0;
	position:absolute;
	text-align:center;
	/*width:100%;*/
}
#mailDialog .buttonsWrapper table{margin:0 auto;}
#mailDialog #infoMessage{width:600px;}
#mailDialog a.lnkClose{
	display:block;
	margin-right:1em;
	padding-top:5px;
}

#mailDialog .replyMail{display:block;}
#mailDialog .viewMail{display:none;}
	/* viewStatus */
#mailDialog.viewStatus .replyMail{display:none;}
#mailDialog.viewStatus .viewMail,
#mailDialog.viewStatus .userPostText{display:block;}

#mailDialog label{
	display:block;
	font-size:0.917em;
}
#mailDialog .section{margin-bottom:.833em;}

#mailDialog .userPostText{ 
	font-size:1.333em;
	font-weight:700;
	padding-top:7px;
	display:none;
}

#mailDialog .userInfoWrap{position:relative;}
#mailDialog .subjectWrap div{
	font-size:1.333em;
	font-weight:700;
}
#mailDialog .messageWrap{margin-bottom:0; }

#mailDialog .txtUsername{width:535px; padding:3px 5px 4px;}
#mailDialog .txtSubject,
#mailDialog .txtMessage{
	padding:3px 5px;
	width:570px;
}
#mailDialog .txtMessage{height:214px; overflow:auto;}
#mailDialog .subject{color:#c63326;}

/* Mail-Dialog in own page */
#mailDialog.ownPage .buttonsWrapper{
	position:relative;
	text-align:left;
}
#mailDialog.ownPage .mainContent{padding:0 0 1em;}




h2.mglTitle{
	font-size:2em;
}
.mglTitle-amount{ 
	font-size:0.75em;
	color:#8b8787;
}





/***************************************************/
/***        sub navigation meinGolocal           ***/

.mglSubNav{
	z-index:2;
	padding-left:1em;
	border-bottom:1px solid #cecece;
	margin-right:8px;
}
.mglSubNav-li{
	position:relative;
	float:left;
	margin-right:5px;
	padding-left:7px;
	padding-bottom:0 !important;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/mglSubNav.png) no-repeat 0px -70px;
}
.mglSubNav li.active{
	position:relative;
	background-position:0px 0px;
	margin-top:-5px;
	top:1px;
}
.mglSubNav-outer{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/mglSubNav.png) no-repeat 100% -70px;
	float:left; /* IE */
	padding-right:7px;
	height:2.75em; /* 33px */
}
.active .mglSubNav-outer{
	height:3.167em;  /* 38px */
	background-position:100% 0px;
}

.mglSubNav-a{
	display:block;
	padding-left:30px;
	font-size:1.333em;
	line-height:2.063em; /* 33px */
	background:transparent url(http://golocal-static.de/images/11212/de/multis/mglSubNav.png) no-repeat 0px -134px;
}
.active .mglSubNav-a{font-weight:700;}
.mglSubNav-following .mglSubNav-a{background-position:-280px -134px;}
.mglSubNav-followers .mglSubNav-a{background-position:-560px -134px;}
.mglSubNav-findUsers .mglSubNav-a{}

.mglSubNav-amount,
.mglSubNav-a:hover .mglSubNav-amount,
.mglSubNav-a:active .mglSubNav-amount{
	color:#999;
	font-size:0.75em;
	text-decoration:none; 
}






/*********************************/
/***       fan-board           ***/
/*********************************/

.fanBoard{}
.fanBoard #sideBar{
	width:305px;
	padding:0 10px;
}
.fanBoard .pageNav{background-image:none;} /* overridden from result.css */

.fanBoard-contentWrap{
	position:relative;
	z-index:1;
	padding:1.5em 0 1em;
}

.fanBoard-content{	
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_vert.gif) 466px 20px repeat-y;
}
.fanBoard-col1{
	position:relative;
	float:left;
	width:465px;
	overflow:hidden;
}
.fanBoard-col2{}

.fanBoard .title{
	font-size:1.5em; 
	color:#c63326;
}
.fanBoard-uname{font-size:1.333em;}  
.fanBoard-uinfos{
	color:#8b8787;
	font-size:0.917em;
}


/*****************************/
/***       Userlist        ***/
.fanBoard-ulist{}
.fanBoard-ulist-li{
	position:relative;
	padding:0.5em 1em;
}
.fanBoard-ulist-img{}
.fanBoard-ulist-content{
	position:relative;
	margin-left:50px;
}
.fanBoard-ulist-cityInfo{}

.fanBoard-ulist-followInfo{}
.fanBoard-ulist-btnWrap{
	position:absolute;
	right:10px;
	top:10px;
	width:12.5em;
}
.fanBoard-ulist-btn{float:right;}

.unfollowWrap{}
.unfollow-txt{
	position:relative;
	float:left;
	padding-left:15px;
	margin-right:0.667em;
	color:#8b8787;
	font-weight:700;
	top:3px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat -770px -1748px;
}
.unfollow-btn{
	position:relative;
	float:left;
	display:block;
	width:23px;
	height:23px;
	overflow:hidden;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/secButtons.png) no-repeat -840px -70px;
}
.fanBoard-ulist .unfollow-btn,
.fanBoard-ulist .unfollow-txt{float:right;}

.unfollow-btn:hover{background-position:-910px -70px;}
.unfollow-btn-txt{
	display:block;
	text-indent:-3000px;	
}


/********************************/
/***       Follow Info        ***/
.fanBoard-followInfo{}
.followInfo-part{
	position:relative;
	float:left;
	display:block;
	width:135px;
	height:80px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat -210px -1470px;;
	font-size:1.167em;
	font-weight:700;
	text-align:center;
	color:#fff;
	padding:10px 10px 5px 5px;
}
.followInfo-part:hover,
.followInfo-part:active{
	color:#fff;
	text-decoration:none;
}
.fanBoard-followInfo .following{margin-right:5px;}
.fanBoard-followInfo .followers{background-position: 0px -1470px}
.followInfo-amount{
	font-size:3.286em; /* 46px */
	line-height:1em;
	padding-top:10px;
}


/*******************************/
/***       usersearch        ***/
#fanBoard-usearch{
	padding:0 1em 1em;
}
.fanBoard-usearch-section{}
.fanBoard-usearch-title{
	display:block;	
	font-size:1.5em;
	padding-bottom:0.5em;
}
.fanBoard-usearch-txt{
	position:relative;
	float:left;
	display:inline; /* IE */
	margin-right:5px;
	font-size:18px;
	padding:5px;
	width:195px;
}
.fanBoard-usearch-btn{
	position:relative;
	float:left;
	display:inline;
	margin-right:8px;
}
.fanBoard-usearch-switch{
	position:relative;
	float:left;
	width:135px;
	top:12px;
	display:block;
}

#fanBoard-usearch-searchAtLoc{}
#fanBoard-usearch-searchUser{}

/***********************************/
/***       fan-suggestion        ***/
.fanBoard-sugg{background-color:#fff;}
.fanBoard-suggBox{
	position:relative;
	padding:0.5em 1em 0 1em;
	background:#fff url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat 0px -1680px;
}
.fanBoard-suggText{
	color:#8b8787;
	font-weight:normal;
}
.fanBoard-sugg-frame{
	position:relative;
	float:left;
}
.fanBoard-sugg-content{
	margin-left:100px;
	padding-top:0.5em;
}
.fanBoard-sugg-followInfo{margin-bottom:0.5em;}
.fanBoard-suggBox-bottom{
	height:11px;
	font-size:1px;
	background:#fff url(http://golocal-static.de/images/11212/de/multis/mgl.png) no-repeat 0px -1814px;
}
.btn_hideElement{
	position:absolute;
	top:10px;
	right:15px;
	width:10px;
	height:10px;
	z-index:1000;
	cursor:pointer;
	background: #fff url(http://golocal-static.de/images/11212/de/multis/icons.png) -630px -350px no-repeat;
}



/********************************************/
/***       search for users at loc        ***/
.fanBoard-searchAtLoc{} 
.fanBoard-searchAtLoc-box{
	border:1px solid #cecece;
	padding:0.5em 1em;
	background-color:#f8f8f1;
}
.fanBoard-searchAtLoc-frm{}
.fanBoard-searchAtLoc-txt{
	position:relative;
	float:left;
	display:inline; /* IE */
	margin-right:5px;
	font-size:18px;
	padding:5px;
	width:175px;
}
.fanBoard-searchAtLoc-btn{}
.fanBoard-searchAtLoc-cities{text-align:center;}


/*****************************************/
/***       search for usernames        ***/
.fanBoard-searchUser{}
.fanBoard-searchUser-frm{}
.fanBoard-searchUser-txt{
	position:relative;
	float:left;
	margin-right:5px;
	display:inline; /* IE */
	font-size:14px;
	width:200px;
	padding:4px 5px;
}
.fanBoard-searchUser-btn{}


/************************************/
/***       welcome message        ***/
.userMsg{
	font-size:1.333em; /* 16px */
	padding:0.5em 1em 1em 70px;
	margin:1em 0 1.5em;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	background: #f5f5f5 url(http://golocal-static.de/images/11212/de/multis/forms.png) 20px -825px no-repeat;
}
.userMsg-mainInfo{
	font-size:1.375em; /* 22px */
	color:#c63326; 
	line-height:1.5em;
}




/****************************************************************/
/***       help box in mygolocal (after saving profile)       ***/
.mgl-helpBox{
	position:relative;
	float:right;
	display:inline; /* IE6 */
	width:350px;
	padding:1em;
	margin:0 20px 20px 0;
	background-color:#f5f5f5;
	border:1px solid #cacaca;
	border-right-width:10px;
	font-size:1.167em; /* 14px */
}
.helpBox-info{
	padding:0 1em 1.5em 50px;
	background: transparent url(http://golocal-static.de/images/11212/de/multis/forms.png) 0px -700px no-repeat;
}
.helpBox-head{
	font-size:1.286em; /* 18px */
	margin-bottom:0.5em;
}
.helpBox-li{}
.helpBox-li-title{
	font-size:1.286em;
	color:#b0bc00;
}



/******************************************/
/***              mgl-news              ***/

/* common */
.mgl-news-col{
	position:relative;
	float:left;
}
.mgl-news-col1{
	width:570px;
}
.mgl-news-col2{
	width:230px;
	margin-left:5px;
}
.mgl-news-title{
	font-size:22px;
	color:#c63326;
	padding:15px;
}
.mgl-news-list{}
.mgl-news-entry{
	padding:10px 15px;
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) repeat-x left bottom;
}
.mgl-news-imgUser{}
.mgl-news-infos{
	position:relative;
	float:left;
	width:460px;
	/*margin-left:70px;	*/
}
.mgl-news-mainInfo{
	font-size:1.333em;
	line-height:1.333em;
	width:390px;
}
.mgl-news-time{
	font-size:0.917em;
	color:#8b8787;
}
.mgl-news-content{padding-top:0.5em;}
.mgl-news-content-part2{display:none;}
.mgl-news-actions{padding-top:0.5em;}
.mgl-news-olderEntries{
	display:block;
	float:left;
	font-size:1.5em;
	padding:10px 15px 20px;
}
#mgl-news-olderEntries-loader{
	position:relative;
	float:left;		
	margin-top:12px;	
}
.loader{
	z-index:100;
	display:block;
	width:16px;
	height:16px;
	background:transparent url(http://golocal-static.de/images/11212/common/indicator.gif) no-repeat top left;
	display:none;
}
.mgl-news-entry .symbol{
	position:absolute;
	right:0;
	top:10px;
	width:60px;
	height:60px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/user.png) no-repeat -1000px -560px;
}
.mgl-news-comment .symbol{}
.mgl-news-photo .symbol{background-position:-1000px -630px;}
.mgl-news-review .symbol{background-position:-1000px -700px;}
.mgl-news-follow .symbol{background-position:-1000px -770px;}
.mgl-news-forum .symbol{background-position:-1000px -840px;}
.mgl-news-favorite .symbol{background-position:-1000px -910px;}
.mgl-news-joined .symbol{background-position:-1000px -980px;}
.mgl-news-useful .symbol{background-position:-1000px -1050px;}

/* photos */
.mgl-news-photo{}
.mgl-news-photo-photoFrame{
	float:left;
	margin-right:5px;
}

/* review */
.mgl-news-reviewActions{display:none;}
.mgl-news-review .mgl-news-actions{
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) repeat-x left top;
	margin-top:10px;
	padding-top:10px;
}

/* follow */
.mgl-news-follow .mgl-news-actions-message{
	display:block;
	position:relative;
	float:left;
	margin:0.5em 0 0 1em;
}

/* news-infobox */
.news-infobox{
	position:relative;
	padding:0 1em 0.5em 35px;
}
.mgl-news-col1 .news-infobox{margin-left:15px; margin-bottom:1em;} 
.news-infobox-icon{
	position:absolute;
	top:0;
	left:0;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) no-repeat 0px -1610px;
	width:30px;
	height:30px;
}

/* User suggestion */
.userSugg{
	text-align:center;
}
.userSugg-txt{text-align:left;}
.userSugg .contentWrapper{
	padding-top:0.5em;
	padding-bottom:1em;
}
.userSugg .userImageWrapper{margin:0 auto;}
.userSugg-username{font-size:1.5em;}
.userSugg-city{}
.userSugg-reason{padding-top:0.5em;}
.userSugg-followInfo{font-size:0.917em; padding-top:0.5em;}
.userSugg .secBtn{left:60px;}
.userSugg .unfollow-txt{
	float:left; 
	display:inline; /* IE6 */
	margin-left:50px;
}

.userSugg-card{position:relative;}
/* CSS-File: events.css */

.eventList .locTime{color:#888;}
.eventList .locTime strong{color:#333;}


/**********************************************/
/***             Event Details              ***/

.eventDetails .eventDetailsWrapper{
	background:#fdfdfc url(http://golocal-static.de/images/11212/common/tile_detailsTop_bg.png) repeat-x top left;
}


/* Event-Details */
.eventDetail{
	position:relative;
	float:left;
	width:345px;
	overflow:hidden;
	padding:20px 15px 1em 15px;
}
.eventDetail h1.title{font-size:1.6em; line-height:1.15em;}
.eventDetail .importantInfo{
	font-size:1.3em;
	color:#c63326;
	padding-bottom:1em;
}
.eventDetail .pointInTime{padding-bottom:1em;}
.eventDetail .location{padding-bottom:1.5em;}

.eventDetail .pointInTime strong,
.eventDetail .location strong{
	font-size:1.15em;
	color:#666;
}
.eventDetail h2{padding-bottom:0.5em;}

/* Additional Event Details (Pic / Interested / Attend) */
.addEventDetail{
	position:relative;
	float:left;
	width:230px;
	overflow:hidden;
	padding-top:20px;
}
.addEventDetail .eventPicWrapper{
	padding-bottom:20px;
}


/* past event */
.pastEvent .eventDetail,
.pastEvent .addEventDetail .interestedWrapper,
.pastEvent .addEventDetail .attendeesWrapper{
	background-color:#fff;
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}
.pastEvent .addEventDetail{
	margin-top:20px;
	height:100px;
	padding-top:100px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) -910px 0px no-repeat;
}

/* Interested */
.addEventDetail .notYet{display:none;}
.addEventDetail .interestedWrapper{padding-bottom:20px;}
.addEventDetail .interestedWrapper h3{color:#b0bc00;}

/* I will attend */
.addEventDetail .attendeesWrapper{padding-bottom:20px;}
.addEventDetail .attendeesWrapper h3{color:#66aaee;}

/* UserLists */
ul.users{}
ul.users li{
	position:relative;
	float:left;
	width:110px;
	margin-right:5px;
	padding-bottom:0.5em;	
}
ul.users .imgUser_s{
	position:relative;
	float:left;
	margin-right:5px;
}
ul.users a{
	display:block;
	float:left;
	font-size:0.85em;
	overflow:hidden;
	width:74px;
}

.eventDetails .eventActions,
.eventDetails ul.pics{
	padding:1em 15px;
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) left top repeat-x;
}

.eventDetails p.source{
	color:#999; 
	margin-top:1.5em;
}
.eventDetails p.source .poweredBy{
	position:relative;
	margin-left:10px;
	top:2px;
}

.events-discussions-btnDiscuss{
	position:relative;
	float:right;
}
.events-title{margin-bottom:0;}
.events-discussions-commentAmount{color:#8b8787;}
.events-categoryWrap{margin-bottom:1.5em;}


/******************************************/
/*               Comments                 */

.eventDetails .listEntry,
.eventDetails li.last{padding-top:1em; }
.eventDetails li.last{background:none;}
.eventDetails .commentsWrapper{
	margin-top:20px;
}

.eventDetails .userComment {float:left;}
.eventDetails .userComment blockquote{width:485px;}
.eventDetails .userComment .date_user .user{font-size:1.3em;}
.eventDetails .userComment .date_user .date{font-size:0.85em; color:#999;}



/*************************************************************/
/*         peoples position (attendee, interested)           */

.peoplesPosition{}
.peoplesPosition a.cancel{margin-left:1em;}
.addEventDetail .peoplesPosition{padding-bottom:20px;}



/***********************************/
/*         event options           */

.eventOptionsWrapper{margin-top:1.5em;}
.eventOptionsWrapper h2{margin-bottom:0.7em; padding-left:10px;}
.eventOptionsWrapper div.moreEvents{margin:5px 10px 0;}
.eventOptions{
	padding-bottom:1px;
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) 0px 100% repeat-x;
}
.eventOptions ul{
	position:relative;
	float: left; 
	overflow: hidden;
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) left top repeat-x;
	padding-bottom:10px;
}
.eventOptions li{
	position:relative;
	float: left; 
	width: 185px; 
	padding:10px;
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_vert.gif) right top repeat-y;
}
.eventOptions li.last{background:none;}
.eventOptions li p{display:inline;}

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=0px&bgColorHeader=b0bc00&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=999999&fcHeader=333333&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=cccccc&fcContent=333333&iconColorContent=ffffff&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=d3d3d3&fcDefault=333333&iconColorDefault=888888&bgColorHover=b0bc00&bgTextureHover=02_glass.png&bgImgOpacityHover=30&borderColorHover=ffffff&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=b0bc00&bgTextureActive=02_glass.png&bgImgOpacityActive=30&borderColorActive=ffffff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=faf9f2&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=b0bc00&fcHighlight=363636&iconColorHighlight=c63326&bgColorError=fef1ec&bgTextureError=05_inset_soft.png&bgImgOpacityError=95&borderColorError=c63326&fcError=c63326&iconColorError=c63326&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=ffffff&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/ 


/* Component containers
----------------------------------*/
.ui-widget { /*font-size: 1.1em; */}  
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #cccccc; background: #ffffff url(http://golocal-static.de/images/11212/de/jquery-ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #999999; background: #b0bc00 url(http://golocal-static.de/images/11212/de/jquery-ui/ui-bg_highlight-soft_75_b0bc00_1x100.png) 50% 50% repeat-x; color: #333333; font-weight: bold; }
.ui-widget-header a { color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(http://golocal-static.de/images/11212/de/jquery-ui/ui-bg_glass_85_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #333333; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #333333; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #ffffff; background: #b0bc00 url(http://golocal-static.de/images/11212/de/jquery-ui/ui-bg_glass_30_b0bc00_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #ffffff; background: #b0bc00 url(http://golocal-static.de/images/11212/de/jquery-ui/ui-bg_glass_30_b0bc00_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #b0bc00; background: #faf9f2 url(http://golocal-static.de/images/11212/de/jquery-ui/ui-bg_flat_55_faf9f2_40x100.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #c63326; background: #fef1ec url(http://golocal-static.de/images/11212/de/jquery-ui/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; color: #c63326; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #c63326; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #c63326; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(http://golocal-static.de/images/11212/de/jquery-ui/ui-icons_ffffff_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(http://golocal-static.de/images/11212/de/jquery-ui/ui-icons_ffffff_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(http://golocal-static.de/images/11212/de/jquery-ui/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(http://golocal-static.de/images/11212/de/jquery-ui/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(http://golocal-static.de/images/11212/de/jquery-ui/ui-icons_ffffff_256x240.png); }
.ui-state-active .ui-icon {background-image: url(http://golocal-static.de/images/11212/de/jquery-ui/ui-icons_ffffff_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(http://golocal-static.de/images/11212/de/jquery-ui/ui-icons_c63326_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(http://golocal-static.de/images/11212/de/jquery-ui/ui-icons_c63326_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; }
.ui-corner-tr { -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; }
.ui-corner-br { -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; }
.ui-corner-top { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; }
.ui-corner-right {  -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; }
.ui-corner-left { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; }
.ui-corner-all { -moz-border-radius: 0px; -webkit-border-radius: 0px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(http://golocal-static.de/images/11212/de/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #ffffff url(http://golocal-static.de/images/11212/de/jquery-ui/ui-bg_flat_0_ffffff_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; z-index:1000;}
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/* Selectmenu
----------------------------------*/
.ui-selectmenu {
	display: block;
	position:relative;
	height:2em;
	text-decoration: none;
	overflow:hidden;
}
.ui-selectmenu:hover {text-decoration:none;}
.ui-selectmenu-icon {
	position:absolute;
	right:6px;
	margin-top:-8px;
	top: 50%;
}
.ui-selectmenu-menu {
	text-align:left;
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	top: 0;
	visibility: hidden;
	overflow: auto;
	z-index:500;
}
.ui-selectmenu-open {
	visibility: visible;
}
.ui-selectmenu-menu-popup {
	margin-top: -1px;
}
.ui-selectmenu-menu-dropdown {
}
.ui-selectmenu-menu li {
	padding:0;
	margin:0;
	display: block;
	border-top: none;
	border-bottom: none;
	border-right-width: 0 !important;
	border-left-width: 0 !important;
	font-weight: normal !important;
}
.ui-selectmenu-menu li a, .ui-selectmenu-status {
	line-height: 1.4em;
	display:block;
	padding:.3em 1em;
	outline:none;
	text-decoration:none;
}
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a, .ui-selectmenu-hasIcon .ui-selectmenu-status {
	padding-left: 20px;
	position: relative;
	margin-left: 5px;
}
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon {
	position: absolute;
	top: 1em;
	margin-top: -8px;
	left: 0;
}
.ui-selectmenu-status {
	line-height: 1.4em;
}
.ui-selectmenu-open li.ui-selectmenu-item-focus a {
}
.ui-selectmenu-open li.ui-selectmenu-item-selected {
}
.ui-selectmenu-menu li span, .ui-selectmenu-status span {
	display:block;
	margin-bottom: .2em;
}
.ui-selectmenu-menu li .ui-selectmenu-item-header {
	font-weight: bold;
}
.ui-selectmenu-menu li .ui-selectmenu-item-content {
}
.ui-selectmenu-menu li .ui-selectmenu-item-footer {
	opacity: .8;
}
/*for optgroups*/
.ui-selectmenu-menu .ui-selectmenu-group {
	font-size: 1em;
}
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
	line-height: 1.4em;
	display:block;
	padding:.6em .5em 0;
	font-weight: bold;
}
.ui-selectmenu-menu .ui-selectmenu-group ul {
	margin: 0;
	padding: 0;
}

.ui-selectmenu-item-noContent{color:#8b8787;}
/* CSS-File: details.css */

/* Overridden styles */
.details .listEntry { margin:0; }
.details #mainInfoWrapper{
	background:#fff url(http://golocal-static.de/images/11212/common/tile_detailsTop_bg.png) repeat-x top left;
	margin-top:0;
}
.details #mainInfoWrapper .listEntry{ 
	background:none; 
	padding-bottom:0;
}
/*.details .listEntryTop{background:none;}*/

.details .cloud{ /* Overridden from common.css */
	padding:0;
} 
.details .listEntry p.com{padding-bottom:0;}
.details .listEntry p.contact{padding-top:10px;}

.details .horSeparator { /* Overridden from layout.css */
	margin-top:10px;
	padding-top:10px;
}
.details .horSeparatorLine {  /* Overridden from layout.css */
	margin-top:10px;
	height:10px;
}
.listEntry .imgLocation {
	position:relative;
	float:right;
	margin-right:0.6em;
}
.details .indent {
	padding-left:1em;
	padding-right:1em;
}

.details .pics {
	position:relative;
	padding:1em 1em 0;
	margin-top:1em;
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) top left repeat-x;
}
.details .pics li {
	margin-left:10px;
	margin-bottom:10px;
}
.pageNavDetails {
	position:relative;
	padding-bottom:10px;
}
.pageNavDetails .navElements { padding-top:7px; }
.contentWrapper.newColor { background-color:#faf9f2;}

.sideBarFuncHolder{}

.details .actionsWrapper{
	position:relative; 
	padding-bottom:0.5em; 
	height:30px;
}
.details .reviewsListWrapper .actionsWrapper{margin-top:1em;}
.details .actionsWrapper ul.btnSmall{
	position:relative; 
	z-index:2;
}
.details .actionsWrapper ul.btnSmall li{margin-right:0.5em;}
.details .actionsWrapper .button{
	position:absolute; 
	top:0; 
	right:1em; 
	z-index:1;
}
.details .changeDataLink{margin-top:0.5em;}

.details .reviewAmount{color:#8b8787;}

#replaceWrapper{
	position:relative; 
	width:630px;
	float:left;
}


/* left and right column with main info and gallery */
.details .mainInfo{
	position:relative;
	float:left;
	width:400px;
}
.details .sideInfo{
	position:relative;
	float:right;
	width:180px;
	overflow:hidden;
}

.details .locImagesWrap{
	margin-left:5px;
	padding:3px 10px 10px 3px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) -770px -2170px no-repeat;
}
.details .locImagesWrap .emptyLoc{
	width:160px;
	height:160px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) -770px -1960px no-repeat;
}
.details .uploadImageTeaser a{
	position:absolute;
	top:105px;
	left:25px;
	display:block;
	width:132px;
	height:46px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) -770px -2380px no-repeat;	
}
.details .uploadImageTeaser a span{display:block; text-indent:-2000px;}

.details #galleryWrap{
	position:relative;
}
#galleryWrap .locPics {
	position:relative;   
	height:  160px;  
	width:   160px;  
	overflow:hidden;
} 
#galleryWrap #picNav{
	position:relative;
	padding:2px 7px;
}
#galleryWrap .navElement{
	position:relative;
	float:left;
	display:block;
	width:15px;
	height:20px;
	overflow:hidden;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) -560px -1540px no-repeat;
}
#galleryWrap #gal_nextPic{
	background-position:-560px -1610px;
}
#galleryWrap #picNav a span{
	display:block;
	text-indent:-10000px;	
}

#galleryWrap .pagingInfoWrap{ 
	position:relative;
	float:left;
	width:60px;
	text-align:center;
	padding:2px 5px 0;
	font-size:1.167em;
	color:#8b8787;
	font-weight:700;
	overflow:hidden;
}
#galleryWrap #picNav .zoomImage{
	position:relative;
	display:block;
	float:right;
	width:25px;
	height:20px;
	overflow:hidden;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) -560px -1680px no-repeat;
}
#galleryWrap #gal_playPause{
	position:relative;
	display:block;
	float:right;
	margin-left:8px;
	width:22px;
	height:22px;
	overflow:hidden;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/basic.png) -770px -1540px no-repeat;	
}
#galleryWrap #gal_playPause.play{background-position:-770px -1610px;}

#galleryWrap .captionWrap{
	padding:5px 7px;
	color:#8b8787;
}

/* One picture */
#galleryWrap #picNav.onePic .navElement,
#galleryWrap #picNav.onePic #gal_playPause{
	display:none;
}



/************************************************/
/***            Content Boxes                 ***/
/************************************************/


	/************************************************/
	/***           Users with Favorite            ***/

.cBox_users h2{
	padding:0 10px;
}
.cBox_users ol.users{padding-left:10px;}
.cBox_users ol.users li{
	position:relative;
	float:left;
	width:155px;
	margin:0 5px 10px 0;
	height:60px;
}
.cBox_users .imgUser{
	float:left;
}
.cBox_users .userInfo{
	position:relative;
	float:left;
	width:100px;
}
.cBox_users ul.infoIcons li{
	position:relative;
	float:left;
	width:auto;
	margin:0 5px 0 0;
	height:auto;
	padding-bottom:0; /* Override general style ul.genlist li in common.css */
}
.cBox_users .infoIcons .icon{
	padding-left:20px;
	padding-bottom:2px; 
}

/* Details: Users with location as favorite */
#resultWrapper div.contentBox{width:auto;} /* Overrides .locListWrapper in result.css */
.usersWithFavorites .pressCut{
	height:35px;	
	background:transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) 3px -2240px no-repeat;
}
.usersWithFavorites h2{padding-bottom:1em;}


.favouriteTeaserWrapper{margin-top:2em;}

	/************************************************/
	/***           Users Other Favorites          ***/
	
.usersOtherFavorites{}
.usersOtherFavorites h2,
.usersOtherFavorites ul{padding:0 10px 10px;}
.usersOtherFavorites h2{padding:15px 10px 10px;}
.usersOtherFavorites .glRating{
	position:relative;
	float:right;
	width:100px;
	text-align:right;
}
.usersOtherFavorites .review .imgRating{
	float:right;
	margin-right:0;
}
.usersOtherFavorites .amountRating{
	float:none;
	clear:right;
}



	/*********************************************/
	/***         Users Also Reviewed           ***/

.usersAlsoReviewed{background-color:#fff;}
.usersAlsoReviewed h2{padding:0 10px 15px;}
.usersAlsoReviewed ul.cols3{
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_3cols_details.gif) 210px 0px repeat-y;
}
.usersAlsoReviewed ul.cols2{
	background:transparent url(http://golocal-static.de/images/11212/common/tile_dotLine_vert.gif) 305px 0px repeat-y;
}
.usersAlsoReviewed li{
	position:relative;
	float:left;
	display:inline;
	width:290px;
	overflow:hidden;
	margin:0 0 10px 10px;
}
.usersAlsoReviewed ul.cols3 li{width:195px;}




/*********************************************/
/***         Location Navigation           ***/

/*#locNavWrap{margin-bottom:0.5em;}*/
#locNavWrap .metaBranch{font-size:1.5em;}
#locNavWrap h3{
	font-size:1.167em;
	float:left;
}
#locNavWrap h3 span{
	color:#8b8787; 
	font-weight:normal;
}
#locNavWrap ol{}
#locNavWrap li{
	position:relative;
	border:1px solid #cecece;
	line-height:1.25em;
	margin-bottom:1em;
	cursor:pointer;
	background:#f8f7ee url(http://golocal-static.de/images/11212/de/multis/basic.png) 0px -1610px no-repeat;
}
#locNavWrap li.hover{border-color:#c7ca94;}
#locNavWrap li.active{
	background:none;
	border:none;
	cursor:auto;
	line-height:1.5em;
	margin-bottom:0.5em;
}
#locNavWrap li.active .contentWrapper{
	position::relative;
	padding:10px 8em 10px 0;
	min-height:3em; 
	border-left:none;
	z-index:2;
}
#locNavWrap li.active .top{background-position:-5px -140px;}
#locNavWrap li.active .bottom{background-position:-5px -1190px;}
#locNavWrap li.active .listingNumber{
	font-size:4.167em;
	color:#b0bc00;
	right:20px;
	top:10px;
	z-index:1;
}
#locNavWrap .imgLocBasic{
	position:relative;
	float:left;
	margin-right:10px;
	background-color:#faf9f3;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#locNavWrap li.hover .imgLocBasic{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#locNavWrap .imgLocBasic img{
	width:6.167em; /* =74px picture size */
}
#locNavWrap .listingContent{
	position:relative;
	float:left;
	padding:0.416em 0;
	z-index:2;
	width:21.25em;
}
#locNavWrap .listingNumber{
	position:absolute;
	right:10px;
	top:0;
	width:2em;
	font-size:6.667em;
	font-style:normal;
	line-height:0.950em;
	text-align:right;
	font-weight:700;
	color:#dcdbd3;
	z-index:1;
}
#locNavWrap li.hover .listingNumber{color:#e3e6b7;}
#locNavWrap .review .imgRating{float:none; margin-top:0;} /* overridden from layout.css */

#locNavWrap .amountRating{
	padding:0.083em 0 0.333em;
	size:0.917em;
}
#locNavWrap .amountRating a,
#locNavWrap .amountRating a:link,
#locNavWrap .amountRating a:visited,
#locNavWrap .amountRating a:active,
#locNavWrap .amountRating a:hover{color:#878787; text-decoration:none;}

#locNavWrap .locName{padding-bottom:0;}
#locNavWrap .locName a,
#locNavWrap .locName a:link,
#locNavWrap .locName a:visited,
#locNavWrap .locName a:active,
#locNavWrap .locName a:hover{color:#333; text-decoration:none;}

#locNavWrap .contact{
	color:#8b8787;
	padding-bottom:0;
}

#locNavWrap a.moreLocs{position:relative; top:-0.667em;}

/* connector between loc and locNav */
#locNavWrap .locConnector{
	position:absolute;
	top:0;
	left:-15px;
	width:16px;
	height:100%;
	overflow:hidden;
	background-color:#fff;
}
#locNavWrap .locConnector .bottom{
	position:absolute;
	bottom:0;
	width:16px;
	background:#fff url(http://golocal-static.de/images/11212/de/multis/extended.png) -770px -1330px no-repeat !important;
}




#locNavWrap .topThree{
	float:right;
	padding-right:13px;
	background:#fff url(http://golocal-static.de/images/11212/de/multis/icons.png) 100% -277px no-repeat;
	font-size:85%;
	height:15px;
}

#locNavWrap .smallPrint{
	font-size:85%;
	color:#999999;
	line-height:1.3em;
}

/**************************************/
/***         Cite Wrapper           ***/

.citeWrapper{
	position:relative;
	padding-left:5px;
}
.citeWrapper .introText{
	padding:0 0 0.25em 30px;
	color:#8b8787;
}
.citeWrapper .imgUser_s{
	float:none;
	margin:0;
	position:absolute;
	top:0;
	left:0;
}
.citeWrapper .blockquote{
	padding-left:30px;
	background:#fff url(http://golocal-static.de/images/11212/common/quoteLeft.png) left bottom no-repeat;
}
.citeWrapper blockquote{
	font-size:1.167em;
	font-style:italic;
	padding:10px 30px 10px 0;
	margin-bottom:0.25em;
	background:#fff url(http://golocal-static.de/images/11212/common/quoteRight.png) right top no-repeat;
}
.citeWrapper .citeActions{
	position:relative;
	margin-left:30px;
}
.citeWrapper .citeActions .furtherReading{
	position:relative;
	float:left;
	margin-top:0.333em;
}
.citeWrapper .citeActions .furtherReading span{
	margin-left:0.333em;
	font-style:italic;
	font-weight:700;
	color:#8b8787;
}
.citeWrapper .citeActions .button{
	position:relative;
	float:left;
	padding-top:0.083em;
}
.citeWrapper .citeActions .button a{float:none;} /* overridden float:right from listEntry.css */




/**************************************/
/***         Cite Wrapper           ***/
.details .writeReviewTeaser{
	position:relative;
	padding-left:130px;
}
.details .writeReviewTeaser .teaserTitle{font-size:1.167em; padding-top:1em;}
.details .writeReviewTeaser p.copy{color:#8b8787;}
.details .writeReviewTeaser .reviewImage{
	position:absolute;
	left:0;
	top:0;
	width:115px;
	height:120px;
	background:#fff url(http://golocal-static.de/images/11212/de/multis/icons.png) no-repeat 10px -120px;
}
.details .writeReviewTeaser a.btnWriteReview{float:none; margin-left:0;}





/*********************************************************/
/***         Gallery Wrapper (popeye-plugin)           ***/
/***		 popeye-css in jquery.popeye.css           ***/



.details .galleryWrapper {
	position:relative;
    padding-right: 20px;  /* allow for fallback scrollbars */
	visibility:hidden;
}
.details .galleryWrapper .popeye-tools {
    margin-top:0.5em;
}
.details .galleryWrapper .popeye-tools span,
.details .galleryWrapper .popeye-tools a {
    display:block;
	float:left;
	height:15px;
	line-height:15px;
}
.details .galleryWrapper .popeye-tools a{
	height:0;
	overflow:hidden;
	padding-top:15px;
	width:15px;
}
.details .galleryWrapper .popeye-prev {
    background: url(http://golocal-static.de/images/11212/de/multis/basic.png) -560px -1540px no-repeat;
}
.details .galleryWrapper .popeye-next {
	float: right !important;
	background: url(http://golocal-static.de/images/11212/de/multis/basic.png) -560px -1610px no-repeat;
}
.details .galleryWrapper .popeye-enlarge {
    background: url(http://golocal-static.de/images/11212/de/multis/basic.png) -560px -1680px no-repeat;
    margin-left: 10px;
}
.details .galleryWrapper .popeye-tools .popeye-count {
	padding: 0 1em;
	width:70px;
}



/***************************************/
/***         widget-Teaser           ***/

.locWidgetTeaser{
	position:relative;
	float:left;
	width:280px;
	overflow:hidden;
	padding:0 10px 10px;
	border:1px solid #cbcbcb;
	background: #f9f9f9 url(http://golocal-static.de/images/11212/de/multis/widgetTeaser.png) 100% 100% no-repeat;
	/* the following 3 lines are because of IE-whitespace-bug */
	min-height: 25.7em;
	height: auto !important;
	height: 25.7em;
}
.locWidgetTeaser-questionWrap{
	background: transparent url(http://golocal-static.de/images/11212/de/multis/widgetTeaser.png) 0px 0px no-repeat;
	margin-bottom:1em;
}
.locWidgetTeaser-question{
	position:relative;
	display:block;
	padding:20px 10px 0 0;
	margin-left:80px;
	font-size:1.167em;
	color:#c63326;
}
.locWidgetTeaser-question-btm{
	position:relative;
	height:12px;
	font-size:1px;
	background: transparent url(http://golocal-static.de/images/11212/de/multis/widgetTeaser.png) 0px -140px no-repeat;	
}
.locWidgetTeaser-btn{margin-bottom:1em;}
.locWidgetTeaser-question-grf{
	position:absolute;
	height:64px;
	width:73px;
	left:10px;
	top:0;
	background: transparent url(http://golocal-static.de/images/11212/de/multis/widgetTeaser.png) -140px -210px no-repeat;	
}
.locWidgetTeaser-head{
	font-size:1.333em;
}
.locWidgetTeaser-copy{
	margin-right:150px;
	padding-bottom:2em;
}




/**************************************/
/***         premiumEntry           ***/
.details-prmLoc-outerWrap{
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.details-prmLoc{
	position:relative;
	background: transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) 0px -2800px no-repeat;
	padding-top:0.5em;
	width:605px;
	left:-3px;
}
.details-prmLoc-innerWrap{margin-left:35px;}
.details-prmLoc-intro{
	color:#8b8787;
}
.details-prmLoc-prmInfo{
	position:absolute;
	color:#8b8787;
	right:20px;
	top:5px;
	font-size:.917em;
}
.details-prmLoc-content{position:relative;}
.details-prmLoc-title{font-size:1.167em;}
.details-prmLoc-address{
	color:#8b8787;
	padding-bottom:0.5em;
}
.details-prmLoc-rating{
	position:absolute;
	right:20px;;
	top:0;
	width:90px;
}
div.details-prmLoc-rating .imgRating{
	float:right; 
	margin-right:0;
}
.details-prmLoc-rating .amountRating{
	clear:right; 
	text-align:right; 
	font-size:.917em;
}
.details-prmLoc-imgLoc{}
.details-prmLoc-citeWrap{margin-right:20px;}
.details-prmLoc-cite{}
.details-prmLoc-btm{
	font-size:1px;
	height:12px;
	background: transparent url(http://golocal-static.de/images/11212/de/multis/extended.png) 0px -2940px no-repeat;
}
/* golocal2go.css */


#toGoWrapper {
	width:950px;
}

#toGoWrapper .col{
	position:relative;
	float:left;
	display:inline;
}
#toGoWrapper .col1{
	width:355px;
	margin-left:20px;
	text-align:center;
}
#toGoWrapper .col2{
	float:right;
	width:525px;
	padding-top:38px;
	margin-right:20px;
}

#toGoWrapper .simulator{
	text-align:left;
	padding:0 20px 2em 30px;
	font-size:0.9em;
	line-height:1.5em;
}


#toGoWrapper .togoCopy{
	padding: 3em 30px 1.5em 30px;
}


#toGoWrapper .captcha_bg {
	float:right;
}


#toGoWrapper .smsForm {
	width:200px;
	float:left;
}

#toGoWrapper .loginField {
	background-color:#f4f7c9;
	border:#e0e3b6 solid 1px;
	padding:20px;
	height:100%;
	width:430px;
}
/* forum.css */


#forumWrapper {}

#forumWrapper .col{
	position:relative;
	float:left;
}
#forumWrapper .col1{
	width:225px;
	margin-right:5px;
}
#forumWrapper .col2{
	width:625px;
	margin-right:5px;
}
#forumWrapper .col3{width:120px;}

#forumWrapper h2{padding-bottom: 1em;}

#forumWrapper .col1 h2{
	padding-left:1em;
}

/* ErrorMessage-Box For Topics */
.forumForm #newTopicErrorBox{
	position:relative;
	margin:1em 0;
	display:none;
}
.forumForm #newTopicErrorBox.invalid{display:block;}
.forumForm #newTopicErrorBox h3{color:#c63326; padding-bottom:0.3em;}

/* ErrorMessage-Box For Entry */
.answerForm #addEntryErrorBox{
	position:relative;
	margin:1em 0;
	display:none;
}
.answerForm #addEntryErrorBox.invalid{display:block;}
.answerForm #addEntryErrorBox h3{color:#c63326; padding-bottom:0.3em;}

/***************************************/
/*      Link-Buttons Forum START       */

/*
div.button a{
	display:block;
	height:26px;
	width:110px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/review.png) no-repeat 0px -420px;
}


div.button a.openDiscussion{
	background: url(http://golocal-static.de/images/11212/de/multis/forum.png) no-repeat 0px -200px;
	width:127px;
	padding-bottom:0;
	margin-bottom:0;
}
*/
/*      Link-Buttons Forum START       */
/***************************************/




/*****************************/
/*****************************/
/* left column (navi) START */


#forumWrapper .topicNav{margin-bottom:1em;}

#forumWrapper h2.title{padding-bottom:0.3em;}

#forumWrapper .topicNav .contentWrapper{padding:1em 9px 1.5em 0;}

.forum-nav-li{
	padding-left: 1em;
	font-size:1em;
	font-weight:700;
}
.forum-nav-a{
	display:block;
	padding-left: 25px;
	padding-bottom: 0.3em;
	padding-top:0.3em;
	background: transparent url(http://golocal-static.de/images/11212/de/multis/forum.png) no-repeat -700px 5px;
}
.active .forum-nav-a{
	background:#b0bc00 url(http://golocal-static.de/images/11212/de/multis/forum.png) no-repeat -1190px 5px;
	color:#fff; 
}

/* normal */
.forum-nav-cat-ausgehen{background-position:-696px -65px;}
.forum-nav-cat-shopping{background-position:-698px -135px;}
.forum-nav-cat-belohnungen{background-position:-698px -205px;}
.forum-nav-cat-events{background-position:-700px -275px;}
.forum-nav-cat-sport{background-position:-700px -345px;}
.forum-nav-cat-reisen{background-position:-700px -415px;}
.forum-nav-cat-haus-und-heim{background-position:-700px -485px;}
.forum-nav-cat-scouts{background-position:-697px -555px;}
.forum-nav-cat-fragen-benutzung{background-position:-700px -625px;}
.forum-nav-cat-verbesserungsvorschlaege{background-position:-699px -695px;}
.forum-nav-cat-probleme-fehler{background-position:-699px -765px;}
.forum-nav-cat-sonstiges{background-position:-700px -835px;}

/* active */
.active .forum-nav-cat-ausgehen{background-position:-1186px -65px;}
.active .forum-nav-cat-shopping{background-position:-1188px -135px;}
.active .forum-nav-cat-belohnungen{background-position:-1188px -205px;}
.active .forum-nav-cat-events{background-position:-1190px -275px;}
.active .forum-nav-cat-sport{background-position:-1190px -345px;}
.active .forum-nav-cat-reisen{background-position:-1190px -415px;}
.active .forum-nav-cat-haus-und-heim{background-position:-1190px -485px;}
.active .forum-nav-cat-scouts{background-position:-1187px -555px;}
.active .forum-nav-cat-fragen-benutzung{background-position:-1190px -625px;}
.active .forum-nav-cat-verbesserungsvorschlaege{background-position:-1189px -695px;}
.active .forum-nav-cat-probleme-fehler{background-position:-1189px -765px;}
.active .forum-nav-cat-sonstiges{background-position:-1190px -835px;}

#forumWrapper #navlist .locked{
	display:block;
	padding-left: 25px;
	padding-bottom: 0.3em;
	padding-top:0.3em;
	background: transparent url(http://golocal-static.de/images/11212/de/multis/forum.png) no-repeat 0px -905px;
}

#navlist li.active{background-color:#b0bc00;}


.forum-search-emptyResWrap{padding:0.5em 20px 1.5em;}



/* left column (navi) END */
/*****************************/
/*****************************/



/*****************************/
/*****************************/
/* middle column START */


.forum-result-head{padding:0 20px;}
.forum-result-btn{
	position:relative; 
	float:right;
}
.forum-head-rssLink{
	float:right;
	margin-left:1em;
	margin-top:0.5em;
}

#forumWrapper .contentWrapper{
	position:relative;
	padding-top:1.5em;
}

#forumWrapper .openDiscussion{
	float:right;
	width:155px;
}
#forumWrapper .lastChanged{
	font-size:0.917em;
	color:#8b8787;
	padding-top:0.5em;
}

.openDiscussion .mainDiscussionContent{
	padding:5px 10px 0px 20px;
	height:420px;
	margin-bottom:25px;
	overflow:auto;
	position:relative;
}

.openDiscussion .buttonsWrapper {
	bottom:0pt;
	height:40px;
	left:75px;
	position:absolute;
}

.forumBox-topicWrap{
	padding-left: 22px;
	background: transparent url(http://golocal-static.de/images/11212/de/multis/forum.png) -1540px 0px no-repeat;
	font-size:.917em;
	line-height:1.5em;
}

.forumBox-cat-ausgehen{background-position:-1538px -69px;}
.forumBox-cat-shopping{background-position:-1538px -139px;}
.forumBox-cat-belohnungen{background-position:-1539px -209px;}
.forumBox-cat-events{background-position:-1540px -279px;}
.forumBox-cat-sport{background-position:-1540px -349px;}
.forumBox-cat-reisen{background-position:-1540px -419px;}
.forumBox-cat-haus-und-heim{background-position:-1540px -489px;}
.forumBox-cat-scouts{background-position:-1538px -559px;}
.forumBox-cat-fragen-benutzung{background-position:-1540px -629px;}
.forumBox-cat-verbesserungsvorschlaege{background-position:-1539px -699px;}
.forumBox-cat-probleme-fehler{background-position:-1540px -769px;}
.forumBox-cat-sonstiges{background-position:-1540px -839px;}

#forumWrapper .subHeader{	
	color:#999;
	padding:0 20px 1.3em;
}


/* Forum-Search */
.forum-search{margin-bottom:2em;}
.forum-search-label{
	display:block;
	padding-bottom:0.333em;
}
input.forum-search-txt{
	position:relative;
	float:left;
	width:110px;
	color:#333;
	font-size:1em;
	padding-top:4px;
	padding-bottom:5px;
	margin-right:5px;
	background-position:5px -205px;
}
.forum-search-btn{
	float:left;
}




		/*****************************/
		/* forum box START */
		
		
/*#forumWrapper .numberAnswers{
	float:right;
	padding-left: 25px;
	background-image: url(http://golocal-static.de/images/11212/de/multis/forum.png);
	background-repeat: no-repeat;
	background-position: 0 -70px;
	position:relative;
	z-index:1;
}*/


.forumBox{
	padding:0 20px 20px;
	margin-top: 5px;
}


.innerForumBox{
	position:relative;
	margin-left:20px;
	margin-top:1em;;
}

.innerForumBox2{
	position:relative;
	margin-left:-2px;
	margin-top:-2px;
}

#forumWrapper .forumBox .textNewDiscussion{
	margin-left:65px;
}

#forumWrapper .forumUser{
	float:left;
	margin-right:10px;
}


.forumBox-openedInfo{
	font-size:.917em;
	margin-left:40px;
	padding-bottom:0;
}
.forumBox-msg{
	display:block;
	font-style:normal;
	margin-left:40px;
	margin-bottom:.857em;
	color:#8b8787;
	font-size:1.167em;
	line-height:1.5em;
}
.forumBox-answersInfoWrap{}
.forumBox-answersInfo{margin-right:1em;}
.forumBox-lnkAnswer{
	line-height:1.5em;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/forum.png) no-repeat 0px -980px;
	padding-left:22px;
}

#forumWrapper .spacer{
	margin-top:30px;
	margin-bottom:-3px;
}

#forumWrapper .separatorSpacer{}

.forumBox-title {
	font-size:1.333em;
	font-weight:700;
}

.forumBox .textNewDiscussion h3 {
	margin-left:0;
	line-height:1.3em;
	padding-bottom:0.2em;
}

			/*********************************/
			/* level 3 forumBoxAnswer  START */
			
#forumWrapper .forumBoxAnswer{
	margin-top: 5px;
	padding:0 0.5em 20px 20px;
	position:relative;
}

#forumWrapper .innerForumBoxAnswer{
	position:relative;
	margin-left:-2px;
	margin-top:-2px;
	margin-top:20px;
	margin-bottom:-3px;
}

#forumWrapper .threadAnswer{
	color:#333;
	padding-top:10px;
	margin-left:65px;
	padding-right:75px;
}	




			/*******************************/
			/* level 3 forumBoxAnswer  END */


		/* forum box END */
		/*****************************/
		

		
/***************************************/
/*       Start Link-Buttons Forum      */

div.button a.newDiscussion{
	position:relative;
	float:right;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/forum.png) no-repeat 0px -420px;
	width:154px;
}
div.button a.refresh{
	position:relative;
	float:right;
	margin-right:10px;
}

button.openDiscussion {
	background:transparent url(http://golocal-static.de/images/11212/de/multis/forum.png) no-repeat scroll 0px -560px;
	width:151px;
}

button.send {
	background:transparent url(http://golocal-static.de/images/11212/de/multis/forum.png) no-repeat scroll 0px -630px;
	width:97px;
	margin-right:4px;
}


		
/***************************************/
/*         End Link-Buttons Forum      */	


		
		/*****************************/
		/* paper with paperclip START */
		
		
#forumWrapper .paperclip {
	background:transparent url(http://golocal-static.de/images/11212/de/multis/forum.png) no-repeat 0px -350px;
	position:absolute;
	z-index:1;
	width:85px;
	height:51px;
	left:-11px;
	top:10px;
}

			/*****************************/
			/* level 2 paper START */
		
#forumWrapper .paper{
	position:relative;
	margin-top:1.8em;
	margin-left:-2px;
}

#forumWrapper .paper .innerContent{
	position:relative;
	width:570px;
	padding:0.5em 1em 0.5em;
	border:1px solid #cecece;
	border-bottom:none;
	background-color:#f8f9e4;
}

#forumWrapper .paper p{
	padding-left:70px;
}

#forumWrapper .paper .topSpacer{
	padding-top:1.5em;
}


#forumWrapper .paper .bottom{
	z-index:1;
	position:relative;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/forum.png) 0px -490px no-repeat;
	width:605px;
	height:25px;	
}

			/*****************************/
			/* level 2 paper END */
		
		


		
		
			/********************************/
			/* level 3 paper + START */
		

#forumWrapper .paper .opener{
	padding:20px 20px 0;
	width:554px;
}

#forumWrapper .paper .opener p{
	padding-left:0px;
}

#forumWrapper .paper .opener .topSpacer{
	padding-top:10px;
}

#forumWrapper .paper .openerText{
	padding-right:50px;
	padding-left:70px;
	margin-left:2px;
	min-height:45px;
	height: auto !important;
	height: 45px;   /* IE 6 only reads this last line concerning height */	
}

#forumWrapper .paper .headline{
	padding-left:26px;
	padding-right:9px;
	padding-top:10px;
	background-color:#f8f9e4;
	border-top:none;
}

#forumWrapper .paper .title{
	padding:0 0 0 38px;
	border-top:none;
	background: #f8f9e4 url(http://golocal-static.de/images/11212/common/forumQuoteLeft.gif) no-repeat bottom left;
}

#forumWrapper .paper .title h3{
	color:#C63326;
	font-size:1.333em;
	background: #f8f9e4 url(http://golocal-static.de/images/11212/common/forumQuoteRight.gif) no-repeat top right;
	padding-right:35px;
	padding-top:12px;
	padding-bottom:12px;
	position:relative;
	float:left;
}

#forumWrapper .paper .innerContentOpener{
	z-index:2;
	position:relative;
	width:570px;
	padding:0 1em 0.5em;
	border:1px solid #cecece;
	border-bottom:none;
	border-top:none;
	background-color:#f8f9e4;
}

#forumWrapper .contentWrapper .paperclipOpener {
	background:transparent url(http://golocal-static.de/images/11212/de/multis/forum.png) no-repeat 0px -350px;
	position:absolute;
	z-index:1;
	width:85px;
	height:51px;
	left:-11px;
	top:8px;
}

#forumWrapper .openerInfo{
	float:right;
}

#forumWrapper .openerDate{
	background-image: url(http://golocal-static.de/images/11212/de/multis/forum.png);
	background-repeat: no-repeat;
	background-position: 0 -700px;
	padding-left: 25px;
	padding-bottom:10px;
}

#forumWrapper .dateAnswer{
	position:absolute;
	width:100px
	background-color:#f00;
	top:0;
	right:1.75em;
	z-index:1;
}

#forumWrapper .openerAnswers{
	background-image: url(http://golocal-static.de/images/11212/de/multis/forum.png);
	background-repeat: no-repeat;
	background-position: 0 -70px;
	padding-left: 25px;
}

#forumWrapper .threadInfo{
	width:9.934em;
}


#forumWrapper .paper .threadInfo{width:8.767em;}

#forumWrapper .answerForm{
	background-color:#faf9f2;
	padding:20px;
	margin-top:0;
}

#forumWrapper .answerFormContent{padding:0 20px 0 60px;}

#forumWrapper .answerFormContent p{padding-bottom:0.3em;}

#forumWrapper .answerFormContent .radioSpacer{padding-right:0.5em;}

#forumWrapper .answerFormContent .nowrap{white-space:nowrap;}

#forumWrapper .answerFormContent .inputfieldHeader{}

#forumWrapper .answerFormContent .inputfieldHeadline{ 
	font-weight:bold; 
	float:left;
}

#forumWrapper .answerFormContent .loginStatus{
	text-align:right;
	float:right;
	font-size:0.917em;
	padding: 0.083em 47px 0 0;
}

#forumWrapper .answerFormContent .inputField{
	border:1px solid #B0BC00;
	margin-bottom:10px;
}
#forumWrapper .answerFormContent textarea{
	height:	13.333em;
	min-height: 13.333em; 
}

#forumWrapper .emptyForum{ 
	padding:0 15px 8px;
}


/*
#forumWrapper .emptyForum{ 
	padding:35px 20px 65px;
	background-image:url(../images/de/forum/ausgehen.png);
	background-repeat:no-repeat;
	position:relative;
}
*/

			/******************************/
			/* level 3 paper +  END */

		
		
		/*****************************/
		/* paper with paperclip END */	
		


/* middle column END */
/*****************************/
/*****************************/



/**********************************/
/* Layer for open new discussion (thickbox) */

#forumWrapper .openDiscussion h2{margin-top:1em;}
#forumWrapper .openDiscussion p{margin:0px 0px 2px 0px;}
#forumWrapper .openDiscussion fieldset{margin:0; padding:0;}
#forumWrapper .openDiscussion fieldset label{margin-right:1em;}
#forumWrapper .openDiscussion label.lblNote{display:block; margin:1em 0 0.2em;}
#forumWrapper .openDiscussion legend{margin-bottom:0.2em; color:#333;}
#forumWrapper .openDiscussion .content {padding-top:0;}



/******************************************/
/*             PageNavigation             */

#forumWrapper .pageNav {
	background:#F8F9E4 url(http://golocal-static.de/images/11212/common/tile_dotLine_hor.gif) repeat-x scroll left top;
	padding-top:1px;
	position:relative;
	width:614px;
}
/* forms.css */


.formsWrapper {}

.formsWrapper .formWide {width:980px;}

.formsWrapper .formSmall {width:545px;}

.formsWrapper .col{
	position:relative;
	float:left;
}
.formsWrapper .col1{
	width:755px;
	margin-right:15px;
}
.formsWrapper .col2{
	width:210px;
	/*background-color:#e5eaa6;*/
}

.formsWrapper .col1 h2{
	padding-top: 0.6em;
	padding-bottom: 0.5em;
	font-size: 2.5em;
}

.formsWrapper .col1 h3{
	padding-bottom: 0.8em;
	font-size: 1.7em;
	color:#a7a7a7;
}

.formsWrapper .indent{padding-left:6px;}



/***************************************/
/***************************************/
/*               Left Column           */

 
.formsWrapper .copyBlockFoot{
	padding:30px 0 0 30px;
}

.formsWrapper .formBox{
	padding-left:30px;
}

.formsWrapper .tab_changeData{width:10.5em;}
.formsWrapper .tab_sendToFriend{width:11.4em;}
.formsWrapper .tab_profile1{width:10em;}
.formsWrapper .tab_profile2{width:12em;}
.formsWrapper .tab_profile3{width:14em;}

.formsWrapper .formTab{
	padding-left:30px;
	background: transparent url(http://golocal-static.de/images/11212/common/forms/formTab3.png) no-repeat 0px 0px;
}

.formsWrapper .innerFormTab{
	padding-right:30px;
	background: #fff url(http://golocal-static.de/images/11212/common/forms/formTab3.png) no-repeat 100% 0px;
	color:#666;
	font-weight:bold;
	font-size:1.25em;
	padding-top:0.4em;
	text-align:center;
	line-height:1.3em;
}

.formsWrapper .innerFormTab a {
	color:#666;
}

.formsWrapper .formTabActive{
	padding-left:30px;
	background: transparent url(http://golocal-static.de/images/11212/common/forms/formTab2.png) no-repeat 0px 0px;
}

.formsWrapper .innerFormTabActive{
	padding-right:30px;
	background: #fff url(http://golocal-static.de/images/11212/common/forms/formTab2.png) no-repeat 100% 0px;
	color:#333;
	font-weight:bold;
	font-size:1.25em;
	padding-top:0.4em;
	text-align:center;
	line-height:1.3em;
}

.formsWrapper .formTop{
	background: transparent url(http://golocal-static.de/images/11212/common/forms/formTop.png) no-repeat 0px 0px;
	height:5px;
}

.formsWrapper .innerFormTop{
	background: #fff url(http://golocal-static.de/images/11212/common/forms/formTop.png) no-repeat 100% 0px;
	height:5px;
}

.formsWrapper .innerForm{
	background-color:#f9f9f9;
	border-left:1px solid #cecece;
	border-right:1px solid #cecece;
	padding:25px 0 15px 14px;
}

.formsWrapper .innerFormIntro{
	background-color:#f9f9f9;
	border-left:1px solid #cecece;
	border-right:1px solid #cecece;
	padding:25px 0 0 20px;
}

.formsWrapper .innerFormIntro h3{
	color:#C63326;
	font-size:1.333em;
}

.formsWrapper .innerFormLeft{
	float:left;
	position:relative;
	width:355px;
}

.formsWrapper .innerFormRight{
	float:left;
	position:relative;
	width:341px;
}

.formsWrapper .formBottom{
	background: #fff url(http://golocal-static.de/images/11212/common/forms/formBottom.png) no-repeat 0px 100%;
	height:5px;
}

.formsWrapper .innerFormBottom{
	margin-left:20px;
	background: #fff url(http://golocal-static.de/images/11212/common/forms/formBottom.png) no-repeat 100% 0px;
	height:5px;
}


/***************************************/
/*              #Form Input            */

.formsWrapper .locationClosed {padding-bottom:20px;}
.formsWrapper .closedInfo {
	padding:1em 0 0 1.667em;
	display:none;
}

.formsWrapper label {font-size:0.917em;}
.formsWrapper .formRow label,
.formsWrapper .locationClosed div.commentWrapper label {
	display:block;	 
	padding-bottom:1px;
}
.formsWrapper .locationClosed .formRow label{display:inline; padding-bottom:0;}

.formsWrapper .formRow {padding-left:6px;}
.formsWrapper .formElement{
	position:relative;
	float:left;
	display:inline;
}
.formsWrapper .infoText{display:none;}

.formsWrapper .txt{	
	width:289px;	
	margin-bottom:10px;
}

.formsWrapper .active .txt,
.formsWrapper .error .txt{margin-bottom:0;}

.formsWrapper .prepend{margin-right:13px;}
/* active and error input elements */
.formsWrapper .active input.prepend,
.formsWrapper .error input.prepend{margin-right:0;}
/* adjust mandatory-icon */
.formsWrapper .active div.prepend,
.formsWrapper .error div.prepend,
.formsWrapper .active div.mandatory,
.formsWrapper .error div.mandatory{margin-right:2px;}

.formsWrapper .split2 .i20{width:40px;}
.formsWrapper .split2 .i25{width:50px;}
.formsWrapper .split2 .i75{width:220px;}
.formsWrapper .split2 .i80{width:230px;}

#businessName.icon{background-position: 5px 9px;}
#street.icon{background-position:5px -62px;}
#areaCode.icon{background-position:5px -272px;}
#url.icon{background-position:5px -551px;}
#email.icon{background-position:3px -479px;}
#senderEmail.icon{background-position:3px -479px;}
#areaCodeMobile.icon{background-position:8px -412px;}
#areaCodeFax.icon{background-position:5px -341px;}
#branches.icon{background-position:5px -132px;}
#zip.icon{background-position:5px -62px;}
#senderName.icon{background-position:-559px -691px;}
#recipientName.icon{background-position:-559px -761px;}


#comment.icon{
	background-position:-555px 5px;
	width:480px;
}

#like.icon{
	background-position:-555px 5px;
	width:289px;
}

#toSay.icon{
	background-position:-555px 5px;
	width:289px;
}


.formsWrapper .mandatory{
	position:absolute;
	right:1px;
	top:1.667em;
	width:18px;
	height:18px;
	background:transparent url(http://golocal-static.de/images/11212/de/multis/forms.png) no-repeat -560px -630px;
}
.formsWrapper .active .mandatory,
.formsWrapper .error .mandatory{right:12px;}

.formsWrapper .footnote{
	background:transparent url(http://golocal-static.de/images/11212/de/multis/forms.png) no-repeat 0px -630px;
	height:20px;
	padding:0 20px 0 25px;
	float:right;
}

.formsWrapper .footlink{
	padding:0.8em 30px 0 0;
	float:right;
}

.formsWrapper li { 
	float:left; 
	margin-right:4px;
	background-color:#FFF;
}


/****************************************************************/
/*           input highlight-boxes (active / error)             */

.formInputBox {
	position:relative;
	top:-5px;
	left:-6px;
	padding-right:1px;
	overflow:hidden;
}
.formInputBox *{position:relative;}
.formInputBox .top {
	background:transparent url(http://golocal-static.de/images/11212/common/forms/input_bg_active.png) top left no-repeat;
	height:5px;
}
.formInputBox .top div {
	position:absolute;
	height:5px;
	width:5px;
	top:0;
	right:0;
	background:url(http://golocal-static.de/images/11212/common/forms/input_bg_active.png) 100% 0 no-repeat;
}
.formInputBox .boxContent {
	background-color:#e5eaa6;
	border:1px solid #cecece;
	border-width:0 1px;
	padding:0 5px;
}
.formInputBox .bottom {
	background:transparent url(http://golocal-static.de/images/11212/common/forms/input_bg_active.png) 0 100% no-repeat;
	height:5px;
}
.formInputBox .bottom div {
	position:absolute;
	background:transparent url(http://golocal-static.de/images/11212/common/forms/input_bg_active.png) 100% 100% no-repeat;
	height:5px;
	width:5px;
	top:0;
	right:0;
}

/* Error */
.error .formInputBox .top,
.error .formInputBox .top div,
.error .formInputBox .bottom,
.error .formInputBox .bottom div { background-image:url(http://golocal-static.de/images/11212/common/forms/input_bg_error.png);}
.error .formInputBox .boxContent {background-color:#eecdcb;}

.formErrorMsg{
	color:#c63326; 
}


/***************************************/
/***************************************/
/*              Right Column           */


	/**************************************/
	/*             Form InfoBox           */

#formInfoBox{
	position:absolute;
	top:0;
	right:0;
	width:210px;
	display:none;
}
#formInfoBox .top{
	background:transparent url(http://golocal-static.de/images/11212/common/forms/info_box_head.png) no-repeat 0px 0px;
	padding:30px 5px 5px 52px;
	font-weight:bold;
}

#formInfoBox .contentBody {
	background:transparent url(http://golocal-static.de/images/11212/common/forms/info_box_bg.png) repeat 0px 0px;
	width:190px;
	padding:0 5px 5px 15px;
}

#formInfoBox .bottom{
	background:transparent url(http://golocal-static.de/images/11212/common/forms/info_box_foot.png) no-repeat 0px 0px;
	height:7px;
}


/***************************************/
/*      #Weiterschicken Formular       */


.formsWrapper .formBoxActual{
	width:545px;
}

.formsWrapper .formRow2 label,
.formsWrapper .locationClosed div.commentWrapper label {
	display:block;	 
	padding-bottom:1px;
}
.formsWrapper .locationClosed .formRow2 label{display:inline; padding-bottom:0;}

.formsWrapper .formRow2 {}

.formsWrapper .senderName{
	width:200px;
}

.formsWrapper .recipientName{
	width:200px;
}

.formsWrapper .wideActualForm{
	width:455px;
}

.formsWrapper .capture{
	width:477px;
}

.formsWrapper .innerFormActual{
	background-color:#f9f9f9;
	border-left:1px solid #cecece;
	border-right:1px solid #cecece;
	padding:25px 0 15px 30px;
}

.formsWrapper .labelActual{
	margin-bottom:1em;
	margin-left:20px;
}

.formsWrapper .labelActual2{
	margin-bottom:1.5em;
	margin-left:20px;
}

/***********************************************/
/*           recommend promi video             */

#recommendPromiLayer.closeWindow .innerForm{
	background-color:transparent;
	border:none;
}

/***********************************************/
/*            registration forms     �         */

.formsWrapper .radioSplit{
	padding-left:6px;
	padding-bottom:1.5em;
}

.formsWrapper .radioSplit h4{
	color:#c63326;
}

.formsWrapper .radioSplitHalf{
	float:left;
}

.formsWrapper .radios{
	padding-bottom:0.5em;
}

.formsWrapper .iRadio{
	width:292px;
	margin-bottom:0;
	margin-left:4px;
}
