/*
===============================================================
Thanks for your interest in the CSS source code!

Filename: default.css
Title: Primary CSS file for the Kussfreunde e.V. website
Author: Patrick Ording, p.ording@freakworks.de
Agency: Freakworks Munich - http://www.freakworks.de/
License: Copyright 2009, Patrick Ording, All Rights Reserved.
Created: 13.01.2009
Edited: 30.01.2009

Feel free to read and learn from this, but please don't steal.
===============================================================
*/ /*
===============================================================
>>RESET RULES
===============================================================
*/
* {
	margin: 0;
	padding: 0;
}

ul,ol {
	list-style: none;
}

.supplementary-content,hr {
	display: none;
}

/*
===============================================================
>>LINK STYLES
===============================================================
*/
a:link {
	border-bottom: 1px dotted;
	color: #0D1D38;
	padding: 1px 2px;
	text-decoration: none;
}

a:visited {
	border-bottom: 1px dotted;
	color: #0D1D38;
	padding: 1px 2px;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid;
	color: #0D1D38;
	padding: 1px 2px;
}

a:active,a:focus {
	border-bottom: none;
	color: #0D1D38;
	padding: 1px 2px;
}

#ziele .imagelink,#ziele a img,#vereinssatzung .imagelink,#vereinssatzung a img,#friendscout .imagelink,#friendscout a img {
	background: none;
	border: none;
}

#ziele a.imagelink:hover,#vereinssatzung a.imagelink:hover,#friendscout a.imagelink:hover {
	background: none;
}

/*
===============================================================
>>BASIC SITE STYLES
===============================================================
*/
html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background: #FFF;
	color: #0D1D38;
	font-family: Verdana, "Lucida Sans", Tahoma, sans-serif;
	font-size: 62.5%;
	text-align: center;
}

#page-wrapper {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-top: 10px;

}

#content-container {
	background: url(../images/fff_25.png);
}
#content-wrapper {
	background: url(../images/background_full.jpg) no-repeat;
	background-position: top;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: left;
	width: 944px;
	margin: 0 auto;
	position: relative;
}

#content-wrapper-bottom {
	position: absolute;
	bottom:0;
	background: transparent url(../images/background_bottom.png) no-repeat;
	height: 23px;
	width: 944px;
}

#branding-nav-container {
	position: relative;
	height: 140px;
	width: 920px;
	margin: 0 auto;
}

#branding-1 {
	position: absolute;
}

#branding-2 {
	position: absolute;
	right: 0;
	top: 17px;
}

#branding-1 h1 {
	background: transparent url(../images/header_wappen.png) no-repeat 14px 2px;
	text-indent: -1000em;
}

#branding-2 h2 {
	padding-right: 36px;
	background: transparent url(../images/header_friend_scout.png) no-repeat 15px 5px;
	text-indent: -1000em;
}

#branding-2 h2 a {
	background: transparent;
	border-bottom: none;
	display: block;
	height: 87px;
	width: 130px;
}

#branding-1 h1 a {
	background: transparent;
	border-bottom: none;
	display: block;
	height: 130px;
	width: 115px;
}
h4, h5 {
	color: #1d3e78;
}
/*
===============================================================
>>NAVIGATION
===============================================================
*/
#nav-primary-container {
	position: absolute;
	left: 130px;
	top: 25px;
}

#nav-primary a {
	border: none;
	outline: none;
}

#nav-primary li.main-active ul,#nav-primary li.main-inactive ul {
	margin: 0;
	padding: 0;
}

#nav-primary a span {
	display:none;
}

#nav-primary li {
	height:65px;
	float: left;
	display: block;
}

#nav-primary li ul li {
	font-size: .7em;
}

#nav-primary li ul {
	display: none;
}

#nav-primary li.main-inactive ul,#nav-primary li.main-active ul {
	/*put the subnavs below and hide the subnavs*/
	position: absolute;
	top: 27px;
	left: 0px;
	padding-top: 10px;
	background: #FFF;
	height: 64px;
	width: 640px;
}

#nav-primary li a { /*for all the links in the list*/
	display: block;
	padding: 0 5px;
	height: 24px;
	background-color: transparent;
	background-image: url(../images/navigation.gif);
	background-repeat: no-repeat;
}

#nav-primary ul a {
	height: 14px;
}

#nav-primary li ul li.sub-active a {
	/*change background for active topic area*/

}

#nav-primary li.main-active ul a,#nav-primary li.main-inactive ul a {
	float: left; /*ie doesn't inherit the float*/
}

#nav-primary li.main-active ul { /*Display active subnav list*/
	display: block;
}

#nav-primary li.main-inactive.preview ul {
	display: block;
	z-index: 6000;
}

#nav-primary li.main-inactive a:hover,#nav-primary li:hover a {
	color: #7a8566;
}

#menu1 {
	background-position:0 -307px;
	width: 201px;
}

.main-active #menu1,
#menu1:hover {
	background-position:0 -331px;
}

#menu2 {
	background-position:0 -355px;
	width: 261px;
}

.main-active #menu2,
#menu2:hover {
	background-position:0 -379px;
}

#menu3 {
	background-position:0 -403px;
	width: 124px;
}

.main-active #menu3,
#menu3:hover {
	background-position:0 -427px;
}

#menu1-1 {
	background-position:0 -279px;
	width: 97px;
}

.sub-active #menu1-1,
#menu1-1:hover {
	background-position:0 -293px;
}

#menu1-2 {
	background-position:0 -251px;
	width: 66px;
}

.sub-active #menu1-2,
#menu1-2:hover {
	background-position:0 -265px;
}

#menu1-3 {
	background-position:0 -195px;
	width: 88px;
}

.sub-active #menu1-3,
#menu1-3:hover {
	background-position:0 -209px;
}

#menu1-4 {
	background-position: -150px -29px;
	width: 98px;
}

.sub-active #menu1-4,
#menu1-4:hover {
	background-position: -150px -43px;
}


#menu1-5 {
	background-position:0 -223px;
	width: 88px;
}

.sub-active #menu1-5,
#menu1-5:hover {
	background-position:0 -237px;
}

#menu1-6 {
	background-position:0 -139px;
	width: 87px;
}

.sub-active #menu1-6,
#menu1-6:hover {
	background-position:0 -153px;
}

#menu2-1 {
	background-position:0 -111px;
	width: 95px;
}

.sub-active #menu2-1,
#menu2-1:hover {
	background-position:0 -125px;
}

#menu2-2 {
	background-position:0 -83px;
	width: 89px;
}

.sub-active #menu2-2,
#menu2-2:hover {
	background-position:0 -97px;
}

#menu3-1 {
	background-position:0 -55px;
	width: 82px;
}

.sub-active #menu3-1,
#menu3-1:hover {
	background-position:0 -69px;
}

#menu3-2 {
	background-position:0 1px;
	width: 67px;
}

.sub-active #menu3-2,
#menu3-2:hover {
	background-position:0 -13px;
}

#menu3-3 {
	background-position:0 -27px;
	width: 60px;
}

.sub-active #menu3-3,
#menu3-3:hover {
	background-position:0 -41px;
}


#menu3-4 {
	background-position: -150px -58px;
	width: 60px;
}

.sub-active #menu3-4,
#menu3-4:hover {
	background-position:-150px -72px;
}


#menu3-5 {
	background-position:-150px -87px;
	width: 74px;
}

.sub-active #menu3-5,
#menu3-5:hover {
	background-position:-150px -101px;
}

#menu3-6 {
	background-position:-150px 0;
	width: 121px;
}

.sub-active #menu3-6,
#menu3-6:hover {
	background-position:-150px -15px;
}

/*
===============================================================
>>CONTENT
===============================================================
*
#content-top {
	background: transparent url(../images/content_top_bg.png) no-repeat;
	width: 920px;
	height: 23px;
	margin: 0 auto;
}
*/

#content-container {
	margin: 0 auto;
	width: 920px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content-main {
	margin-left: 128px;
	float: left;
	width: 580px;
}

#vereinssatzung #content-main img {
	height: 77px;
	width: 279px;
}

#ziele #content-main {
	width: 550px;
}
#kussSidebar {
	background: transparent url(../images/kuss.png);
}
#signupSidebar {
	background: transparent url(../images/signup.png);
}
#friendscoutSidebar {
	position: absolute;
	right: 0;
	bottom: -101px;
	height: 491px;
	width: 221px;
}
#signupSidebar  {
	background-repeat: no-repeat;
	position: absolute;
	right: 5px;
	top: 142px;
	height: 253px;
	width: 238px;
}

#vereinSidebar {
	background: transparent url(../images/ziele_wimpel.png);
}
#vereinSidebar, #kussSidebar  {
	background-repeat: no-repeat;
	height: 350px;
	width: 170px;
	margin-left: 720px;
	margin-right: 10px;
}


#content-main p {
	margin-bottom: 2em;
}
#aktuelles h4, #kussevents h4 {
	clear:both;
	font-size: 1.1em !important;
/*	text-transform: uppercase; */
	margin:0;
	padding:0;
}
.date {
	color: #ffffff;
	font-size: 0.7em !important;
	font-weight: normal;
	margin:0;
	padding:0;
	background: url('../images/date.png') no-repeat;
	width: 30px;
	height: 18px;
	display: block;
	position: relative;
	padding-top: 12px;
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-left: -40px;
}
.date .day {
	position: absolute;
	top: 0;
	margin: 0 auto;
	font-weight: bold;
	font-size: 1.3em !important;
}
#aktuelles .editorcontent, #kussevents .editorcontent {
	/* padding-left: 40px; */
	padding-bottom: 10px;
	border-bottom: 1px #ffffff dotted;
}

#content-main h3, #FMkusskarte h3 {
	letter-spacing: -0.03em;
	padding-bottom: 23px;
	padding-top: 23px;
	font-size: 1.3em;
	color: #ffffff;
}

#content-main h4 {
	font-size: 0.9em;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#ziele p {
	padding: 0;
	margin: 0;
}

#vereinssatzung a img {
	padding-left: 130px;
}

#ziele #content-container ol, #ziele #content-container ul, #vereinssatzung #content-container ul {
	margin-bottom: 2em;
}

#ziele #content-container ul,#vereinssatzung #content-container ul {
	padding-left: 15px;
	list-style: disc;
}

#vereinssatzung .heading-paragraph {
	margin-bottom: 2em;
}

#ziele #content-container ol {
	padding-left: 20px;
	list-style: decimal;
	font-weight: bold;
}

#ziele .normaltext {
	font-weight: normal;
}

abbr,acronym {
	border-bottom: none;
	cursor: help;
}

/*
===============================================================
>>KUSS FACTS
===============================================================
*/
#kussfacts #textbox-1,#kussfacts #textbox-2,#kussfacts #textbox-3 {
	float: left;
	width: 245px;
	height: 237px;
	margin-right: 10px;
}

#kussfacts #textbox-1 {
	background: transparent url(../images/kussfacts_textbox_1.png) no-repeat
		center top;
}

#kussfacts #textbox-2 {
	background: transparent url(../images/kussfacts_textbox_2.png) no-repeat
		center top;
}

#kussfacts #textbox-3 {
	background: transparent url(../images/kussfacts_textbox_3.png) no-repeat
		center top;
}

#kussfacts #textbox-1 h4,#kussfacts #textbox-1 p,#kussfacts #textbox-2 h4,#kussfacts #textbox-2 p,#kussfacts #textbox-3 h4,#kussfacts #textbox-3 p
	{
	text-indent: -1000em;
}

.clearfloat {
	padding-top: 50px;
	clear: both;
}


#kussfacts #content-image {
	margin-bottom: 20px;
}

/*
===============================================================
>>STARTSEITE
===============================================================
*/


#start_mitglied {
	position:absolute;
	top:171px;
	left:265px;
}


#start_kussapp {
	position:absolute;
	bottom:2px;
	right:20px;
}


#start_mitglied img {
	width:91px;
	height:108px;
	border: 0 none;
}

#start_mitglied a,
#start_mitglied a:visited,
#start_mitglied a:hover,
#start_mitglied a:active,
#start_kussapp a,
#start_kussapp a:visited,
#start_kussapp a:hover,
#start_kussapp a:active
{
	border:0 none;
	text-decoration:none;
	padding:0;
	background: none;
}


/*
===============================================================
>>DER KUSS
===============================================================
*/

#kuss-haupt #branding-nav-container,#freunde #branding-nav-container,#kuss #branding-nav-container,#startseite #branding-nav-container
	{
	position: absolute;
	margin: 10px 12px 0;
	background: transparent url(../images/header_bg_white_startseiten.png)
		no-repeat;
}

#kuss-haupt #content-wrapper,#freunde #content-wrapper,#kuss #content-wrapper,#startseite #content-wrapper
	{
	padding: 0;
	background: none;
}

blockquote {
	display: none;
}

#kussfacts .heading-content {
	padding: 0;
	margin: 0;
}

/*
===============================================================
>>BILDER UND VIDEOS
===============================================================
*/
#bilder-videos #content-main {
	width: 730px;
}

#bilder-videos #content-main img {
	padding-right: 20px;
	float: left;
}

#bilder-videos #content-main h4 {
	margin-bottom: 2em;
}

#bilder-videos .content-main-container {
	margin-bottom: 2em;
	clear: both;
}

/*
===============================================================
>>FRIENDSCOUT
===============================================================
*/
#friendscout #content-main-1 {
	margin-left: 128px;
	width: 730px;
}

#friendscout #content-main-1 h3 {
	letter-spacing: -0.06em;
	padding-bottom: 23px;
	font-size: 1.3em;
}

#friendscout #content-main-1 p {
	display: none;
}

#friendscout #content-main-2 {
	margin-top: 2em;
	margin-left: 128px;
	float: left;
	width: 480px;
}

#friendscout #content-main-2 p {
	padding-bottom: 4em;
	float: left;
}

#friendscout #content-margin {
	margin-left: 638px;
	padding-top: 2em;
}

#friendscout h4 {
	margin-bottom: 2em;
}

/*
===============================================================
>>VEREINSAKTIVITÄTEN
===============================================================
*/
#aktivitaeten .floatimage {
	float: left;
}

#aktivitaeten .content-main-container {
	clear: both;
	margin-bottom: 2em;
}

#aktivitaeten .paddingimage {
	padding-right: 2em;
}

#aktivitaeten h4 {
	padding-bottom: 1em;
}

#aktivitaeten #content-main {
	width: 700px;
}

/*
===============================================================
>>VORSTAND UND MITGLIEDER
===============================================================
*/

#gallery {
	width: 600px;
	clear:left;
}

#gallery .count  {
	font-weight:bold;
	text-align:left;
	padding:0 0 15px 0px;
}

#vorstand h4 {
	padding-bottom: 10px;
	clear:both;
}
#vorstand .floatimage {
	float:left;
}
.vorstand {
	float:left;
	width: 400px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#vorstand hr {
	clear:both;
	border: 1px dotted #ffffff;
}
.vorstand p {
	margin:0 !important;
	margin-bottom: 10px !important;
	padding:0 !important;
}

/*
===============================================================
>>MITGLIED WERDEN
===============================================================
*/



#mitglied #content-main {
	width: 340px;
}

#mitglied #content-main h3.nopadding {
	margin: 0;
}

#mitglied fieldset {
	border: none;
}

#mitglied legend {
	display: none;
}
#mitglied .textbox {
	width: 190px;
}

#mitglied #fieldset-mitgliedwerden .error {
	display: block;
	color: #f00;
}

#mitglied #fieldset-mitgliedwerden label {
	font-weight: bold;
	float: left;
	margin-right: 0.7em;
	width: 130px;
}

#mitglied #fieldset-mitgliedwerden .spanlabel {
	font-weight: bold;
	float: left;
	margin-right: 0.7em;
	width: 140px;
}

#mitglied #fieldset-mitgliedwerden li {
	margin-bottom: 1em;
}

#mitglied #fieldset-mitgliedwerden #rightfloat {
	width: 300px;
	float: right;
}

#mitglied button,
#schoenkuss-submit {
	background: transparent url(../images/button_mitglied.png) no-repeat;
	width: 148px;
	height: 22px;
	border: none;
}

#mitglied #fieldset-mitgliedwerden .smallwidth {
	width: 42px;
	margin-right: 0;
}

#mitglied #fieldset-mitgliedwerden #lastliitem {
	margin-top: 2em;
	text-align: right;
}

#mitglied #fieldset-mitgliedwerden #nospacing {
	margin-right: 0;
	width: 120px;
}

/*
===============================================================
>>IMPRESSUM
===============================================================
*/
#impressumlink {
	text-align: right;
	width: 940px;
	padding-top: 10px;
	width: 944px;
	margin: 0 auto;
	padding-bottom: 2em;
}

#impressum #content-main address {
	margin-bottom: 2em;
}

/*
===============================================================
>>IMPRESSUM
===============================================================
*/


#content-main .editorcontent {
	margin: 1.4em 0 2em 0;
}


/*
===============================================================
>>VIDEOS & BILDER
===============================================================
*/
.dijitDialog, .dojoxLightbox {
	background: transparent url(../images/popup_video_bg.jpg) !important;
}

.slideShowWrapper {
	border:none !important;
}

.tundra .dijitDialog .dijitDialogPaneContent {
	background:none !important;
}

.slideShowWrapper {
	border:0 none !important;
	background:none !important;
}

.slideShowNav {
	/*background:none !important;*/
	filter: alpha(opacity=45);
	-moz-opacity: 0.45;
	opacity: 0.45;
	color:#000 !important;
}

.slideShowCtrlPlay {
	display:none !important;
}

.thumbNotifier {
	filter: alpha(opacity=45);
	-moz-opacity: 0.45;
	opacity: 0.45;
	background:#fff !important;
}

.thumbLoaded {
	background:none !important;
}

#mitglieder #gallery img{
	margin-right: -4px;
	padding:22px 30px;
	background: transparent url(../images/rahmen_mitglieder.png) no-repeat;
}

#current{
	background:#1D3E78;
	border-bottom:1px solid;
	color:#FFF;
	padding:1px 4px;
}

#weitere-freunde ul li{
	list-style-type:disc;
}

#weitere-freunde #content-main ul{
	margin-bottom:2em;
}

input[type=text]:hover, input[type=text]:active, input[type=text]:focus {
	background:transparent url(../images/searchbg_input.gif);
}

#mitglieder .spacing{
	padding-top:1em;
}

/*
===============================================================
>>MEIN SCHÖNSTER KUSS
===============================================================
*/

#kuss_des_monats {
	float: left;
	width: 300px;
}

#kuss_des_monats h3,
#kuss_der_woche h3 {
	padding-bottom: 10px;
}

#kuss_der_woche {
	float: right;
	width: 300px;
	margin-right: 71px;
}

.rahmen_gross {
	position: relative;
	width: 291px;
	height: 234px;
	background: url(../images/rahmen_gross.jpg);
}

#start_picofweek {
	position: absolute;
	left: 727px;
	top: 183px;
}

#start_picofweek img {
	width: 134px;
	height: 90px;
	border: 0 none;
}

#start_picofweek a,
#start_picofweek a:visited,
#start_picofweek a:hover,
#start_picofweek a:active
{
	border:0 none;
	text-decoration:none;
	padding:0;
	background: none;
}

.rahmen_gross img {
	position: absolute;
	width: 203px;
	height: 136px;
	top: 46px;
	left: 42px;
}

#schoen_kuss_form h3 {
	padding-bottom: 12px;
}

#schoen_kuss_galerie {
	clear: left;
	padding-top: 20px;
}

#schoen_kuss_galerie h3 {
	padding-bottom: 0;
}

#schoen_kuss_form {
	padding-top: 20px;
	clear: both;
}

#schoenkuss_bilder {
	display: block;
	padding-top: 20px;
	width: 684px;
}

#schoen_kuss_form .dijitContentPane {
	overflow: visible;
}

#schoen_kuss_form dt {
	width: 135px;
	float: left;
	clear: left;
	padding-top: 10px;
}

#schoen_kuss_form dt label {
	font-weight: bold;
}

#schoen_kuss_form dd {
	width: 400px;
	float: left;
	padding-top: 10px;
}

#schoen_kuss_form dt.double {
	width: 600px;
}

#schoenkuss_dialog_vote {
	background: url(../images/schoenkuss_dialog_background.jpg) no-repeat;
	height: 19px;
	width: 165px;
	margin: auto;
	text-align: left;
}

#schoenkuss_dialog_vote span {
	display: block;
	width: 37px;
	height: 17px;
	float: left;
	padding: 2px 0 0 15px;
}

#schoenkuss_dialog_vote img:hover {
	cursor: pointer;
}

/* mitglied werden homsite *
#FMhome {
	position: relative;
}*/
#FMhome #registernow {
	position: absolute;
	left: 0;
	bottom: -30px;
}
#FMhome #registernow a, #FMhome #registernow a:hover, #FMhome #registernow a:visited {
	text-decoration: none;
	border:0;padding:0; margin:0;color: #ffffff; background: transparent;
}
#FMhome #registernow img {
	border:0 !important;
}
#FMhome #registernow2 {
	position: absolute;
	left: 0;
	bottom: -30px;
}
#FMhome #registernow2 a, #FMhome #registernow2 a:hover, #FMhome #registernow2 a:visited {
	text-decoration: none;
	border:0;padding:0; margin:0;color: #ffffff;
	display: block;
	width: 200px;
	height: 110px;
	background: url('../images/mitgliedwerden_3.png') no-repeat;
	margin-bottom: 100px;
	margin-left: 20px;
	background-position: 0 0;
}
#FMhome #registernow2 a:hover {
	background-position: 0 -120px;
}

#FMkusskarte {
	position: relative;
	margin: 0 auto;
	width: 920px;
}
#FMkusskarte #map_sidebar {
 width: 250px;
}
#FMkusskarte .infobox { 	background: url(../images/fff_25.png); width: 230px;
margin-top: 25px;
padding:10px; }
#FMkusskarte #map_container {
	margin-left:10px;
	width: 660px;
	height: 520px;
	margin-top: 25px;
}
#FMkusskarte #map_sidebar, #FMkusskarte #map_container{
	float: left;
}
#FMkusskarte hr {
	clear:both;
	display: block;
	background: transparent;
	border:0;
	border-bottom: 1px dotted #ffffff;
}
#FMkusskarte #map_filter {
	margin-top: 20px;
}
#FMkusskarte #map_header {
	width: 920px;
	position: relative;
	height: 25px;
}
#FMkusskarte #map_search {
	width: 660px;
	background: url('../images/fff_25.png');
	position: absolute;
	right:0;
	top: 0;
	height: 35px;
	text-align: right;
}
#FMkusskarte h3 {
	padding-top: 0;
	padding-bottom: 7px;
}
.FMRahmen200x150 {
	width: 240px;
	height: 200px;
	padding-left: 38px;
	padding-top: 44px;
	float: left;
	margin: 4px;
	background: url('../images/rahmen_200x150.png') no-repeat;
}
.FMPicsPreview {
	width: 200px;
	height: 150px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.FMPicsPreview a,.FMPicsPreview a:visited, .FMPicsPreview a:hover, .FMPicsPreview a:active  {
	width: 200px;
	height: 150px;
	overflow: hidden;
	display: block;
	text-indent: -10000px;
	background: transparent;
	font-size: 0.85em;
	line-height: 1.1em;
}
.FMPicsPreview a:hover {
	text-indent: 0;
}
.FMPicsPreview a:hover h4 {
	position: absolute;
	bottom: -20px;
	left: 0;
	display: block;
	width: 196px;
	color: #0D1D38;
	padding: 2px;

	background: url('../images/fff_75.png');
}
#bilder-videos h5 {
	clear:both;
	display: block;
	padding-bottom: 0;
	padding-top: 10px;
	font-size: 1.1em;

}
.FMPicsPreviewVideo {
	background: url('../images/video.png') no-repeat center center !important;
}

.FMPicsContent {
	float: left;
	margin-left: 10px;
	width: 440px;
}

.FMkkPopup {
	width: 240px;
	height: 280px;
	font-size: 12px;
	color: #666666;
}

.FMkkPopup h1, .FMkkPopup h2 {
	color: #0D1D38 !important;
	font-size: 12px;
	clear:both;
}

.FMkkPopup h1 {
	width: 100%;
	display: block;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 10px;
}

.FMkkPopup h2 {
	margin-top: 10px;
	margin-bottom: -2px;
}

.FMkkPopup .FMkkStars {
	font-weight: bold;
}
.FMkkPopup .FMkkStars img {
	margin-bottom: -7px;
	margin-right: 3px;
}
.FMkkPopup .FMkkDetail input {
	margin-right: 5px;
}
.FMkkPopup .FMkkDetail img {
	margin-bottom: -5px;
	margin-right: 5px;
}
#FMaddkissInfo {
	display: block;
	width: 100%;
}
#FMaddkiss { cursor: pointer;}
.FMkkPopup .FMkkDetail {
	display: block;
	float: left;
	width: 120px;
}

#map_filter input {
	margin-right: 5px;
	margin-bottom: 10px;
}
#map_filter img {
	margin-bottom: -6px;
}
#map_filter hr { margin-top: 8px; margin-bottom: 8px; }
.FMkkStar {
	height: 25px !important;
	width: 25px !important;
	display: block;
	float: left;
	margin-right: 4px;
	background-repeat: no-repeat;
	background-image: url('/images/kk/star.png');
	cursor: pointer;
}