/*############################################################################
 *#
 *# Copyright (c) 2007 Lovely Systems and Contributors.
 *# All Rights Reserved.
 *#
 *############################################################################
 *
 * @file main.css
 * @author haudum
 * @colors
 *  + bright             #FFFFFF
 *  + dark               #000000
 *  + grey dark          #828588
 *  + grey               #DEDEDB
 *  + grey bright        #E0E1DD
 *
 * @override styles get override by /sites.css !
 * see app/templates/site.css
 */


/* ---------------- GENERAL --------------------------------------------------
 *
 */

/* @override */
body {
    font-family: sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

#mk, #mk * {
    margin: 0px;
    padding: 0px;
}

#mk .clear { clear: both; }
#mk .right { float: right; }
#mk .left { float: left; }
#mk .block { display: block; }
#mk .dark { color: #000000; }
#mk .bright { color: #FFFFFF; }

#mk li.first { border-top: 0px none !important; }
#mk li.last { border-bottom: 0px none !important; }

#mk .mr10 { margin-right: 10px; }
#mk .ml10 { margin-left: 10px; }
#mk .no-margin { margin: 0px !important; }
#mk .half-margin { margin: 0 0 10px 0 !important; }
#mk .full-margin { margin: 0 0 20px 0 !important; }
#mk .hidden { display: none; }

#mk ul li, ol li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#mk img:focus,
#mk a:focus {
    border: 0px none;
}

/* @override */
#mk .business-level4 {}
#mk .business-teaser-image-4 {
    float: left;
    height: 50px;
    margin-right: 10px;
    width: 50px;
}
#mk .business-level3 {}
#mk .business-teaser-image-3 {
    float: left;
    height: 50px;
    margin-right: 10px;
    width: 50px;
}
#mk .business-level2 {}
#mk .business-teaser-image-2 {
    float: left;
    height: 50px;
    margin-right: 10px;
    width: 50px;
}
/* @override */
#mk .business-level1 {}
#mk .business-teaser-image-1 {
    display: none;
}
/* @override */
#mk .business-level0 {}
#mk .business-teaser-image-0 {
    display: none;
}


/* ---------------- PAGE FORMATTING ------------------------------------------
 * 
 */

#mk #mk-page-wrapper {}

/* @override */
#mk #mk-page-content {}

#mk #mk-column-left {
    margin: 0 320px 0 10px;
    overflow: hidden;
}
.sf #mk #mk-column-left {
    margin: 0;
    padding: 0 0 0 10px;
}
.ie6 #mk #mk-column-left {
    margin: 0;
    padding: 0 0 0 10px;
    float: left;
}
#mk #mk-column-right {
    width: 300px;
    float: right;
    overflow: hidden;
}
#mk #mk-page-top, #mk-page-main, #mk-page-bottom {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}
/* business page SEO */
#mk #business-column-left {
    float: left;
    width: 100%;
    margin-right: -300px;
}
#mk #business-column-squeeze {
    margin-right: 320px;
    padding: 0 0 0 10px;
}
#mk #business-column-right {
    float: left;
    width: 300px;
    overflow: hidden;
}

/* ---------------- TEXT FORMATTING ------------------------------------------
 *
 */

#mk h1, #mk .pseudo-h1 {
    font-size: 22px;
    line-height: 28px;
}
#mk .pseudo-h1 {
    font-weight: normal;
}
#mk h1.gl-data, #mk div.pseudo-h1 {
    padding-right:180px;
}
#mk div.pseudo-h1 {
    margin-bottom: 21px;
}
#mk h2 {
    font-size: 14px;
    line-height: 18px;
}
#mk h5.underlined {
    border-bottom: 1px solid #DEDEDB;
    margin-bottom: 10px;
}
#mk p {
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 4px 0;
}

#mk p.text {
    line-height: 18px;
    margin: 0 0 6px 0;
}

#mk p span.bigger {
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
}

#mk span.smaller {
    font-size: 11px;
    line-height: 11px;
}

#mk a {
    color: #828588;
    text-decoration: none;
}
#mk a:hover {
    color: #000000;
    text-decoration: none;
}

#mk a img {
    border: 0px none;
}

/* @override */
#mk a.color {}
/* @override */
#mk a.color:hover {}

#mk a.dark {
    color: #000000;
    text-decoration: none;
}
#mk a.dark:hover {
    color: #828588;
    text-decoration: none;
}

#mk a.white,
#mk a.white:hover {
    color: #FFFFFF;
    text-decoration: none;
}

/* ---------------- ERROR PAGE FORMATTING -------------------------------------------
 *
 */

#mk .error-page h1 {
    font-size: 18px;
    line-height: 42px;
}
#mk .error-page p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 14px;
}

/* ---------------- BOX FORMATTING -------------------------------------------
 *
 */

#mk .box {
    margin: 0 0 20px 0;
    clear: both;
}
#mk .box .box-top,
#mk .box .box-main,
#mk .box .box-bottom {
    clear: both;
}

#mk .box-content-left {
    float: left;
}
#mk .box-content-right {
    width: 290px;
    float: right;
}
#mk .box h3.box-label {
    font-size: 10px;
    text-align: right;
    margin: 0px;
    padding: 5px 0 4px 0;
    color: #828588;
    font-weight: normal;
    border-top: 1px solid #DEDEDB;
}



/* ---------------- LIST FORMATTING ------------------------------------------
 *
 */

#mk ul.box-list {
    list-style-type: none;
    border-top: 1px solid #DEDEDB;
    border-bottom: 1px solid #DEDEDB;
}
#mk li.box-list-item {
    border-bottom: 1px solid #DEDEDB;
    padding: 7px 10px 7px 10px;
    clear: both;
}
#mk li.box-list-item-singleline {
    border-bottom: 1px solid #DEDEDB;
    padding: 9px 0;
}
#mk li.box-list-item-singleline div {
    padding-left: 270px;
}
#mk li.box-list-item-singleline a.open-close-button {
    display: block;
    float: right;
}
#mk li.box-list-item .box-list-image {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 10px 0 0;
}
#mk li.box-list-item .box-list-text {
    margin: 0 20px 0 0;
}
#mk li.box-list-item .box-list-text-with-image {
    margin: 0 20px 0 60px;
}
#mk li.box-list-item .box-list-mood {
    float: right;
    margin: 0 -20px 0 10px;
}
#mk #mk-column-right .box-list-mood {
    display: none;
}

#mk .box-list-item h4 {
    font-size: 16px;
    font-weight: bold;
    display: inline;
    float: left;
    margin: 0 20px 0 0;
    width: 250px;
}
#mk .box-list-item div {
    font-size: 12px;
    line-height: 18px;
}
#mk .business-actions-holder {
    float: right;
    height: 100%;
    position: relative;
    right: 168px;
}
#mk .business-actions-holder ul.business-actions {
    bottom: 0px;
    display: block;
    position: absolute;
}
#mk li.edit-option {
    width: 160px;
    font-size: 10px;
    line-height: 18px;
    border-top: 1px solid #DEDEDB;
    padding: 4px 4px 2px;
}
#mk ul.box-list li.edit-option {
    border: 0px none;
}
#mk .option-claim,
#mk .option-help,
#mk .option-edit,
#mk .option-ok {
    display: block;
    float: left;
    vertical-align: bottom;
    width: 19px;
    height: 16px;
    margin: 0 8px 0 2px;
}
#mk .option-claim {
    background: transparent url('../images/sprite.gif') no-repeat scroll -320px -80px;
    height: 28px;
    width: 22px;
    margin-right: 6px;
}
#mk .option-help {
    background: transparent url('../images/sprite.gif') no-repeat scroll -300px -95px;
}
#mk .option-edit {
    background: transparent url('../images/sprite.gif') no-repeat scroll -300px -80px;
}
#mk .option-ok {
    background: transparent url('../images/sprite.gif') no-repeat scroll -291px -22px;
}

#mk .box-list-item .mood-bubble-info {
    line-height: 14px;
}


/* ---------------- BUSINESS PAGE FORMATTING ---------------------------------
 *
 */

.ie6 #mk #business-register-results,
.ie7 #mk #business-register-results {
    padding-top: 1px; /* no clue why */
}

#mk .business-list-location {
    font-size: 10px;
    color: #828588;
    width: 110px;
    float: left;
}
#mk .business-list-items {
    float: left;
}
#mk .business-list-items ul {
    list-style-type: none;
    line-height: 18px;
}
#mk .business-info-header {
    border-bottom: 1px solid #DEDEDB;
    min-height: 90px;
    /*margin: 26px 0 0 0;*/
    margin: 2px 0 0 0;
}
.ie6 #mk .business-info-header {
    height: 92px;
}
#mk .business-info-title {
    padding-top: 7px;
}
#mk .business-info-image-substitute {
    float: right;
}
#mk .business-info-image {
    float: right;
}
#mk .business-info-image .powered-by-google {
    margin: 120px 0 0 0;
}
#mk .business-info-contact {
    width: 240px;
    margin-right: 20px;
    float: left;
    overflow: hidden;
}

#mk .business-videos,
#mk .business-images {
    margin: 20px 0 10px 10px;
}
#mk .business-images-list {
    max-width: 660px;
    margin: 5px;
    text-align: center;
}
.ie6 #mk .business-images-list {
    width: 660px;
}
#mk .business-image-item {
    float:left;
    margin: 0;
    padding: 3px;
    width: 31%;
    min-width: 200px;
    height: 200px;
}
#mk .business-image-item p {
    text-align: left;
}
#mk .business-image-holder {
    border: 1px solid #E0E1DD;
    text-align: center;
    padding: 5px 5px 3px;
    margin: 0 0 10px;
    height: 160px;
}
#mk .business-image-holder a {
    display: block;
    height: 160px;
    line-height: 160px;
    overflow: hidden;
}
#mk .business-image-holder a img.business-image {
    vertical-align: middle;
}


#mk p.business-address {
    margin-bottom: 20px;
}

#mk p.business-address-source {
    font-size: 11px;
}

#mk .business-description {
    margin: 20px 10px;
}
#mk .business-description-right-box {
    float: right;
    margin: 0 0 0 20px;
}
.ie6 #mk .business-description-right-box {
    width: 250px;
}
#mk .business-logo-holder {
    margin: 0 0 0 10px;
}
#mk .business-logo {
    margin: 0 15px 0 0;
}

#mk .business-products,
#mk .business-labels,
#mk .business-coupons {
    margin: 10px -2px 0;
}
#mk .business-product-item,
#mk .business-label-item,
#mk .business-coupon-item {
    padding: 10px;
    border-bottom: 1px solid #E0E1DD;
}
#mk .business-product-item-last,
#mk .business-label-item-last,
#mk .business-coupon-item-last {
}
#mk .business-product-image-holder,
#mk .business-label-image-holder,
#mk .business-coupon-image-holder {
    width: 214px;
    margin: 0 10px 0 0;
    float: left;
    border: 1px solid #E0E1DD;
    text-align: center;
    padding: 5px 5px 3px;
}
#mk .business-coupon-type {
    font-weight: bold;
    font-size: 12px;
    color: #999;
    margin: 0 0 4px;
}
#mk .indent-235 {
    margin-left: 235px;
}

#mk #overlay .media-holder {
    text-align: center;
}

/* ---------------- SLIDESHOW FORMATTING -------------------------------------
 *
 */

#mk .slideshow {
    height: 100px;
    overflow: hidden;
    width: 348px;
}
#mk ul.slideshow-items {
    width: 1000px;
    list-style-type: none;
}
#mk li.slideshow-item {
    float: left;
    width: 296px;
}
#mk .slideshow-image {
    float: left;
    width: 170px;
}
.slideshow-text {
    float: left;
    width: 120px;
}
#mk .slideshow-content {
    width: 296px;
    float: left;
    overflow: hidden;
}
#mk .slideshow-navigation-prev {
    background: #FFFFFF url('../images/arrow-left.png') no-repeat scroll left center;
    width: 20px;
    height: 100px;
    border-right: 1px solid #DEDEDB;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}
#mk .slideshow-navigation-next {
    background: #FFFFFF url('../images/arrow-right.png') no-repeat scroll right center;
    width: 20px;
    height: 100px;
    border-left: 1px solid #DEDEDB;
    float: left;
    cursor: pointer;
}


#mk a.contact-link {
    background: transparent url('../images/sprite.gif') no-repeat scroll -110px 0;
    color:#FFFFFF;
    cursor:pointer;
    display:block;
    font-size:12px;
    font-weight:bold;
    height:12px;
    padding:14px 0;
    text-align:center;
    width:130px;
    float: left;
}
.ie6 #mk a.contact-link {
    margin-right: -3px;
}
#mk a.contact-link:hover {
    color:#FFFFFF;
}
#mk .contact-options {
    margin: 20px 0;
    height: 40px;
    overflow: hidden;
}
#mk .contact-options div {
    font-size:11px;
    height:22px;
    padding: 9px 0 9px 9px;
    background: transparent url('../images/sprite.gif') no-repeat scroll top right;
    font-size: 10px;
    line-height: 12px;
}
#mk .contact-options div a {
    color: #000000;
    padding: 0 0 0 5px;
}


/* ---------------- MAINSEARCH FORM ------------------------------------------
 *
 */

#mk #mainsearch {
    margin: 14px 0 0 0;
}
#mk #mainsearch .form-element {
    width: 270px;
    margin: 0px;
}
#mk #mainsearch .mainsearch-form-category .form-element,
#mk #mainsearch-small .mainsearch-form-category .form-element{
    margin-bottom: 10px;
}
#mk #mainsearch-form .form-actions {
    margin-top: 16px;
}
.sf #mk #mainsearch-form .form-actions,
.ie7 #mk #mainsearch-form .form-actions,
.ie6 #mk #mainsearch-form .form-actions {
    margin-top: 20px;
}

#mk #mainsearch-small #mainsearch-form .form-actions {
    margin-top: 18px;
}
.ie7 #mk #mainsearch-small #mainsearch-form .form-actions,
.ie6 #mk #mainsearch-small #mainsearch-form .form-actions {
    margin-top: 22px;
}

#mk #mainsearch-options-list {
    clear: both;
}

#mk .no-result {
    background-color: #FFEEEF;
    color: #990000;
    border: 1px solid #E0E1DD;
    line-height: 16px;
    padding: 2px;
    position: relative;
    z-index: 10;
}

/* mainsearch-small */

#mk #mainsearch-small .form-element {
    width: 135px;
    margin: 0px;
}
#mk #mainsearch-small .form-element input.text {
    padding: 5px 4px 3px;
    width: 115px;
}
#mk #mainsearch-small .form-element label span {
    display: none;
}
#mk #mainsearch-small .form-actions input.submit {
    width: 30px;
    height: 24px;
    background: transparent url('../images/sprite.gif') scroll no-repeat -240px 0;
    padding: 0;
}
#mk #mainsearch #mainsearch-form {
    height: 67px;
    display: block;
}
#mk #mainsearch #mainsearch-form.mainsearch-form-category {
    height: 130px;
}
#mk #mainsearch-small #mainsearch-form {
    height: 45px;
    display: block;
}
#mk #mainsearch-small #mainsearch-form.mainsearch-form-category {
    height: 110px;
}
#mk .ajaxSearchScope {
    padding-top: 5px;
}

#mk .ajaxSearchScope label {
    font-size: 12px;
}

#mk .ajaxSearchScope .search-radio {
    float: left;
    margin-right: 5px;
}

/* options list with icons */

#mk #business-register-form-element {
    margin: 20px 0;
}

/* options list with icons */

#mk ul.options-list {
    list-style-type: none;
    height: 24px;
    border-bottom: 1px solid #DEDEDB;
}
#mk ul.options-list li {
    height: 18px;
    margin-right: 12px;
    padding: 6px 24px 0;
    color: #DEDEDB;
    border-right: 1px solid #DEDEDB;
}
#mk ul.options-list li.icon {
    background: transparent url('../images/icon-tip.png') no-repeat scroll 0 0;
}
#mk ul.options-list li.icon-tip {
    border-right: 0px none;
    background-image: url('../images/icon-tip.png');
}
#mk ul.options-list li.icon-login {
    border-right: 0px none;
    background-image: url('../images/icon-login.png');
}
#mk ul.options-list li.icon-register {
    background-image: url('../images/icon-register.png');
}
#mk ul.options-list li.icon-edit {
    background-image: url('../images/icon-magnifyer.png');
}

#mk .location-image {
    width: 50px;
    float: left;
    margin-right: 10px;
}

#mk .location-box-left {
    width: 137px;
    border-right: 1px solid #DEDEDB;
    margin: -7px 10px -7px 0;
    padding: 10px 0;
}
#mk .location-box-right {
    width: 120px;
    font-size: 11px;
    color: #000000;
}
#mk .location-box-right input.text {
    width: 110px;
}


/* ---------------- FORM FORMATTING ------------------------------------------
 *
 */

#mk input, #mk textarea {
    display: block;
}

#mk input.text, #mk input.password, #mk textarea {
    border: 1px solid #E0E1DD;
    font-size: 13px;
    color: #000000;
}

#mk input.text, #mk input.password {
    padding: 8px 10px 4px;
    width: 238px;
}

#mk input.submit, #mk input.reset {
    border: 0px none;
    background: transparent url('../images/sprite.gif') no-repeat scroll 0 0;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    width: 110px;
    cursor: pointer;
}

#mk input.checkbox,
#mk #overlay input.checkbox,
#mk input.radio,
#mk #overlay input.radio {
    width: auto;
    height: auto;
    margin: 1px;
    display: inline;
}

/* @override */
#mk label {
    font-size: 16px;
    font-weight: bold;
    color: #5F5F5F;
}
#mk span.label-helper-text {
    font-size: 10px;
    font-weight: normal;
    color: #828588;
    padding-left: 4px;
}


/* autocomplete lists */

#mk ul.autocomplete-list {
    z-index:10;
    display: none;
    margin-top: -1px;
    list-style-type: none;
    position: absolute;
    border:1px solid #E0E1DD;
    border-top: 0px none;
    width: 258px;
}
#mk li.autocomplete-item {
    border-top:1px solid #E0E1DD;
    background-color:#FFFFFF;
    font-size:12px;
    padding: 6px 10px 4px;
    cursor: default;
    font-style: italic;
    color: #828588;
}
#mk ul.autocomplete-list li.hover {
    background-color: #EFF0EE !important;
}

/* misc formatting */

#mk #box-premium-partner {
    margin-right: 10px;
}


/* search results */

#mk .result-column {
}
#mk #google-local-template {
    display: none; /* initial state */
}
#mk ol.result-list {
    margin: 0 0 0 200px;
    padding: 0px;
    list-style-type: none;
}
#mk ol.result-list li.search-result-item {
    border-bottom: 1px solid #E0E1DD;
    color: #828588;
    padding: 6px 0;
    line-height: 16px;
}

#mk div.search-result-item-info {
    float: left;
}

#mk div.search-result-item-verified {
    float: right;
}

#mk div.search-result-item-verified .show-verified {
    display: block;
}

#mk div.search-result-item-verified .hide-verified {
    display: none;
}

#mk ol.result-list li.hover A {
    color: #000;
}

#mk .search-result-header {
    height: 20px;
    margin-top: 20px;
    float: left;
}
#mk .search-result-footer {
    margin: 10px 0 20px;
    border-bottom: 1px solid #E0E1DD;
}
#mk .search-result-footer a {
    padding: 5px;
}
#mk .search-result-footer .search-location-option {
    margin: 10px 0 10px 200px;
    text-align: center;
    font-size: 12px;
    display: none;
}

/* @override */
#mk span.search-location {
    color: #5F5F5F;
    font-size: 16px;
    font-weight: bold;
}
#mk span.search-location-option {
    color:#828588;
    font-size:10px;
}


/* map reference */
#mk .map-reference, #mk .hover .map-reference {
    display:block;
    float:right;
    height:11px;
    margin:-11px 5px 0;
    width:11px;
}
#mk .map-reference {
    background: transparent url('../images/sprite.gif') no-repeat scroll -291px -11px;
}
#mk .hover .map-reference {
    background: transparent url('../images/sprite.gif') no-repeat scroll -291px 0;
}

#mk .gmap-small {
    width: 300px;
    height: 290px;
}
#mk .gmap-big {
    width: 300px;
    height: 350px;
}
#mk .gmap-small .json,
#mk .gmap-big .json {
    display: none;
}
#mk .scrolling-box-first {
    margin: -18px 0 0 0;
}
#mk .onoff {
    font-size: 10px;
    margin: 18px 0 0 0;
}
#mk .onoff span {
    display: none; /* initial state */
}


/* ---------------- MOOD MESSAGES --------------------------------------------
 *
 */

#mk .mood-bubble {
    margin-bottom: 10px;
}
/* @override */
#mk .mood-bubble-main {
    background-color: #5F5F5F;
    padding: 0 8px;
    color: #FFFFFF;
}
#mk .mood-bubble-narrow {
    width: 240px;
}
#mk .mood-bubble-narrow .mood-bubble-top {
    padding-top: 6px;
    background: transparent url('../images/sprite.gif') no-repeat scroll 0 -100px;
}
#mk .mood-bubble-narrow .mood-bubble-bottom {
    padding: 28px 0 0 50px;
    background: transparent url('../images/sprite.gif') no-repeat scroll 0 -134px;
}
#mk .mood-bubble-wide {
    width: 290px;
}
#mk .mood-bubble-wide .mood-bubble-top {
    padding-top: 6px;
    background: transparent url('../images/sprite.gif') no-repeat scroll 0 -40px;
}
#mk .mood-bubble-wide .mood-bubble-bottom {
    padding: 28px 0 0 50px;
    background: transparent url('../images/sprite.gif') no-repeat scroll 0 -72px;
}
#mk .mood-bubble-narrow .mood-bubble-info,
#mk .mood-bubble-wide .mood-bubble-info {
    font-size: 11px;
    margin-top: -10px;
    padding: 0 0 0 50px;
}
#mk .mood-bubble-narrow .mood-bubble-icon,
#mk .mood-bubble-wide .mood-bubble-icon {
    background-image: url('../images/mood-icon-sprite.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 14px 0 4px;
    float: left;
}

.mood-icon-0 {
    background-position: 0 0;
}
.mood-icon-1 {
    background-position: -16px 0;
}
.mood-icon-2 {
    background-position: -32px 0;
}
.mood-icon-3 {
    background-position: -48px 0;
}
.mood-icon-4 {
    background-position: -64px 0;
}
.mood-icon-5 {
    background-position: -80px 0;
}
.mood-icon-6 {
    background-position: -96px 0;
}
.mood-icon-7 {
    background-position: -112px 0;
}


/* ---------------- TAB BOXES ------------------------------------------------
 *
 */

#mk .tab-head {
    height: 33px;
    border: 1px solid #DEDEDB;
    border-bottom: 0px none;
    background-color: #EFF0EE;
}
#mk table.tab-menu {
    border-collapse: collapse;
    height: 33px;
    width: 100%;
}
#mk td.tab-item {
    background-color: #EFF0EE;
    border-right: 1px solid #DEDEDB;
    border-bottom: 1px solid #DEDEDB;
    padding: 11px 0 9px;
    text-align: left;
    width: 132px;
    cursor: default;
    text-indent: 12px;
}
#mk table.tab-menu td.tab-item{
    cursor: pointer;
}
#mk td.tab-item-last {
    border-right: 0px none;
}
#mk td.tab-item-active {
    border-bottom: 1px solid #FFFFFF;
    background-color: #FFFFFF;
}
#mk .tab-body {
    min-height: 100px;
    border: 1px solid #DEDEDB;
    border-top: 0px none;
    padding: 2px;
}
#mk .tab-content {
    display: none;
}
#mk .tab-content-active {
    display: block;
}
#mk .tab-content ul.box-list {
    margin: -2px;
    border: 0px none;
}



/* ---------------- BUSINESS COVERFLOW ---------------------------------------
 *
 */

#mk .carousel-holder {
    height: 165px;
    width: 360px;
    overflow: hidden;
    visibility: hidden;
}
#mk .carousel-holder-static {
    visibility: visible;
}
#mk .carousel {
    float: left;
    height: 105px;
    padding: 40px 0 30px;
}
#mk .carousel-holder-static .carousel {
    padding: 0;
}
#mk .carousel-navigation {
    height: 165px;
    width: 20px;
    float: left;
}
#mk .carousel-holder-static .carousel-navigation {
    display: none;
}
#mk .carousel-navigation .next,
#mk .carousel-navigation .prev {
    cursor: pointer;
    margin: 75px 0;
    height: 14px;
    width: 20px;
}
#mk .carousel-navigation .next {
    background: transparent url('../images/sprite.gif') scroll no-repeat -302px -40px;
}
#mk .carousel-navigation .prev {
    background: transparent url('../images/sprite.gif') scroll no-repeat -302px -54px;
}
#mk .carousel-item {
    border: 1px solid #FFFFFF;
    background-color: #DEDEDB;
    -moz-border-radius: 4px;
    position: relative;
    padding: 10px;
    font-size: 10px;
    line-height: 13px;
}
#mk .carousel-item-selected,
#mk .carousel-item-active {
    border: 1px solid #FFFFFF;
    background-color: #DEDEDB;
    -moz-border-radius: 6px;
    position: relative;
    padding: 10px;
    font-size: 11px;
    line-height: 13px;
}

#mk .carousel-item-active span {
    display: inline;
}

#mk .carousel-item .carousel-business-image {
    margin-bottom: 4px;
}

#mk .carousel-item .carousel-business-image a,
#mk .carousel-item .carousel-business-details a {
    display: block;
    margin: auto;
}

#mk .opening-hours {
    overflow: hidden;
    margin: 0 0 18px 0;
    line-height: 18px;
    width: 250px;
}

#mk .opening-hours-day {
    clear: both;
}
#mk .opening-hours-prefix,
#mk .opening-hours-entry {
    float: left;
    width: 80px;
}

#mk .opening-information {
    display: block;
}

#mk .data-package {
    line-height: 18px;
}

#mk .data-package-label {
    padding-right: 10px;
}

/* breadcrumb on categories */

#mk .branch-breadcrumb-holder {
    height: 20px;
}
#mk ul.branch-breadcrumb {}
#mk li.branch-breadcrumb-item {
    float: left;
    margin: 0 8px 0 0;
}
#mk li.branch-breadcrumb-item span,
#mk li.branch-breadcrumb-item a {
    font-size: 16px;
    font-weight: bold;
}
#mk li.branch-breadcrumb-separator {
    height: 16px;
    width: 10px;
    float: left;
    background: transparent url('../images/sprite.gif') scroll no-repeat -322px -54px;
    margin: 0 4px 0 0;
}

/* branches list */

#mk #mk-column-left .branch-overview {
    padding-top: 10px;
}
#mk #mk-column-right .similar-branches {
    border-top: 1px solid #E0E1DD;
}
#mk #mk-column-right .branch-overview {
    padding: 20px 0 0 0;
}
#mk .similar-branches ul.branches-list {
    list-style-type: none;
    margin: 0px;
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
}
/* @override */
#mk .similar-branches ul.branches-list a {
    color: #5F5F5F;
}

#mk #mk-column-left ul.branches-list {
    list-style-type: none;
    margin: 0 0 0 20px;
    float: left;
    line-height: 20px;
    font-size: 13px;
    width: 200px;
}

/* ---------------- OVERLAYS -------------------------------------------------
 *
 */

#mk #overlay-holder {
    display: none;
    z-index: 5000;
    width: 100%;
}
#mk #overlay-background {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5002;
    background-color: transparent;
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}
#mk #overlay-background-iframe {
	position: absolute;
    background-color: transparent!important;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5001;
    opacity: 0;
}
#mk #overlay {
	width: 100%;
    position: absolute;
    z-index: 5010;
	color: #828588;
}
#mk #mk-overlay-wrapper {
    margin: 10px 0 0 10px;
}
#mk #mk-overlay-wrapper #mk-page-main {
    border: 14px solid #E0E1DD;
    margin: 10px;
}
#mk #mk-overlay-wrapper #overlay {
    top: 0px;
	color: #828588;
    width: auto;
    position: relative;
    margin: 10px;
}
#mk #overlay table {
	border-collapse: collapse;
	margin: auto;
}
#mk #overlay #overlay-content-holder {
	background-color: #fff;
    border: 14px solid #E0E1DD;
}

/* overlay content */

#mk #overlay .close-button {
	width: 12px;
	height: 12px;
	float: right;
	margin: 5px;
}
#mk #overlay .close-button a {
	background: #FFFFFF url('../images/sprite.gif')  no-repeat -302px -68px;
    display: block;
	width: 12px;
	height: 12px;
    overflow: hidden;
}
#mk #overlay .close-button a:hover {
	background-color: #E0E1DD;
}

#mk #overlay #overlay-content {
	padding: 10px 20px;
}

#mk #overlay h4 {
	font-size: 16px;
	margin: 0 0 10px 0;
}
.ie6 #mk #overlay h4,
.ie6 #mk #overlay h5,
.ie7 #mk #overlay h4,
.ie7 #mk #overlay h5 {
    background-color: #FFFFFF;
}

#mk #overlay p {
	margin: 10px 0;
}

#mk #overlay ul,
#mk #overlay form {
	list-style-type: disc;
	list-style-position: inside;
	margin: 20px 0;
}

#mk #overlay label {
	font-weight: normal;
	font-size: 12px;
	color: #000;
}
#mk #overlay form.horizontal label {
    display: block;
    width: 100px;
    line-height: 32px;
}
#mk #overlay table td.aligntop {
	vertical-align: top;
}

#mk #overlay textarea,
#mk #overlay input {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    border: 1px solid #E0E1DD;
	line-height: 18px;
    padding: 9px 10px 7px;
    width: 348px;
}
#mk #overlay input.readonly,
#mk #overlay textarea.readonly {
    border: 1px solid #DEDEDB;
    background-color: #E0E1DD;
    color: #666;
}

#mk #overlay textarea.tiny,
#mk #overlay input.tiny {
    width: 28px;
}
#mk #overlay textarea.small,
#mk #overlay input.small {
    width: 48px;
}
#mk #overlay textarea.medium,
#mk #overlay input.medium {
    width: 248px;
}
#mk #overlay textarea {
    height: 90px;
}
#mk #overlay .form-zipcode {
    float: left;
    margin: 0px;
    width: 100px;
}
#mk #overlay .form-city {
    float: left;
    margin: 0px;
    width: 250px;
}

#mk #overlay .errormsg {
    background-color: #FFEEEF;
    border: 1px solid #E0E1DD;
    clear: both;
    color: #990000;
    display: none;
    font-size: 11px;
    padding: 2px 2px 0;
    line-height: 16px;
}

#mk #overlay .form-errorpart,
#mk #overlay .form-successpart {
    display: none;
}

#mk .form-errormessage,
#mk .form-infomessage,
#mk .form-successmessage {
    margin: 10px 0;
    padding: 10px;
    line-height: 16px;
    border: 1px solid #E0E1DD;
}
#mk .form-errormessage {
    background-color: #FFEEEF;
    color: #990000;
}
#mk .form-infomessage {
    background-color: #FFFFEE;
    color: #EE9900;
}
#mk .form-successmessage {
    background-color: #EEFFEF;
    color: #009900;
}

/* overlay buttons */

#mk #overlay .formbutton {
	margin: 20px 0 0 0;
}

#mk #overlay .formbutton input {
    cursor: pointer;
}

#mk #overlay .formbutton-holder .formbutton {
	margin: 20px 20px 0 0;
    float: left;
}

/* @override */
#mk #overlay .formbutton input {
	width: auto;
	height: 24px;
	border: none;
	margin: 0;
	padding: 2px 0 4px 0;
	float: left;
	color: #FFFFFF;
}
/* @override */
#mk #overlay .formbutton input.button-grey {
	background-color: #828588;
}
#mk #overlay .formbutton .right-color {
	width: 15px;
	height: 24px;
	background: transparent url('../images/sprite.gif') no-repeat -240px 0;
	float: left;
}
#mk #overlay .formbutton .left-color {
	width: 15px;
	height: 24px;
	background: transparent url('../images/sprite.gif') no-repeat -255px 0;
	float: left;
}
#mk #overlay .formbutton .right-grey {
	width: 15px;
	height: 24px;
	background: transparent url('../images/sprite.gif') no-repeat -240px -100px;
	float: left;
}
#mk #overlay .formbutton .left-grey {
	width: 15px;
	height: 24px;
	background: transparent url('../images/sprite.gif') no-repeat -255px -100px;
	float: left;
}


/* overlay_mine */

#mk #overlay-forgot-password,
#mk #overlay-reset-password,
#mk #overlay-recommend {
	width: 370px;
}

#mk .form-column {
    width: 370px;
}
#mk .form-two-column {
    clear: both;
    width: 760px;
}

#mk #register-business-data,
#mk #register-contact-data {
    width: 370px;
    float: left;
}

#mk #overlay-register,
#mk #overlay-login {
	width: 500px;
    float: left;
}

#mk #register-business-data,
#mk #overlay-login {
    margin: 0 20px 0 0;
}

#mk #overlay-inquiry,
#mk #overlay-claim {
    width: 370px;
}

#mk #overlay-claim #icon {
	background: transparent url('../images/sprite.gif') no-repeat -322px -80px;
	height: 26px;
	width: 22px;
	float: left;
}

#mk #overlay-claim h4 {
	padding: 11px 0 0 40px;
}

/* overlay_help */

#mk #overlay-help h4 {
	padding: 0;
}

/* overlay_report */

#mk #overlay-report {
	width: 370px;
}

#mk #overlay-report #icon {
	background: transparent url('../images/sprite.gif') no-repeat -344px -80px;
	height: 26px;
	width: 30px;
	float: left;
}

#mk #overlay-report h4 {
	padding: 11px 0 0 40px;
	margin: 0 0 15px 0;
}

#mk #overlay ul.media-navigation {
    float: right;
    list-style-type: none;
    margin: 0px;
}

#mk #overlay ul.media-navigation li {
    display: inline;
    margin: 0 2px 0 0;
}

/* loader image */
#mk .loader {
    display: none;
}
#mk .loader img,
#mk .loading img {
    margin: 0 10px 0 0;
    vertical-align: text-bottom;
}
#mk .no-results {}
#mk div.loader-image-holder {
    background-color: #FFFFFF;
	filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 500;
}

#mk div.loader-image {
    width: 18px;
    height: 18px;
    margin: auto;
    position: relative;
}

#mk div.loader-image p.error{
    width: 250px;
    color: #000000;
    padding: 0 0 0 5px;
}

/* pager */

#mk .pager {
    margin: 10px 0 5px 0;
    padding: 6px 0px;
    list-style-type: none;
    width: 100%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif; /* because arrows are much prettier! */
}

#mk .sitemap-items {
	padding: 20px 0;
	line-height: 18px;
    text-align: justify;
}
#mk .sitemap-items li {
    display: inline;
    font-size: 14px;
    text-align: justify;
}
#mk .pager li {
    display: inline;
    margin: 0 2px 0 0;
}
#mk .pager li {
    display: inline;
    margin: 0 2px 0 0;
}

#mk .pager li.inactive {
    display: none;
}

#mk .pager li a,
#mk .pager li span {
    border: 1px solid #DEDEDB;
    color: #000;
    padding: 6px 6px 4px;
    line-height: 18px;
}

#mk .pager li a:hover {
    border: 1px solid #828588;
}

#mk .pager li.active span {
    font-weight: bold;
    border: 1px solid #828588;
}

#mk .pager li.first-inactive span,
#mk .pager li.prev-inactive span,
#mk .pager li.next-inactive span,
#mk .pager li.last-inactive span {
    color: #DEDEDB;
}

/* search result pager */

#mk #search-result-pager {
    height: 30px;
}
#mk #search-result-pager ul {
    margin: 0px;
    padding: 6px 0px;
    display: none; /* initially hidden */
    text-align: left;
}
#mk #search-result-pager ul li.pager-next-item,
#mk #search-result-pager ul li.pager-prev-item {
    width: 150px;
    height: 24px;
    float: left;
    display: block;
}
#mk #search-result-pager ul li.pager-next-item {
    text-align: right;
}
#mk #search-result-pager ul li.pager-prev-item {
    text-align: left;
}
#mk #search-result-pager ul li span {
    font-family: Arial, Helvetica, sans-serif; /* because arrows are much prettier! */
    font-weight: bold;
    font-size: 16px;
}
#mk #mainsearch #search-result-pager {
    display: none;
}

/* -----------------------------------------------------------------------------*/
/* PRINT VIEW */
#mk .print-view,
.print-view {
    font-family: Helvetica, Arial, sans-serif;
    margin: 5pt;
    padding: 12pt;
    border: 1pt dotted #ccc;
}
.print-view .coupon-type {
    font-size: 11pt;
    color: #999;
    font-weight: bold;
}
.print-view h1 {
    margin: 8pt 0;
}
.print-view .coupon-image {
    float: left;
    margin: 0 15pt 10pt 0;
}
.print-view .bigger {
    font-size: 110%;
    font-weight: bold;
}
.print-view .smaller {
    font-size: 90%;
}
.print-view .clear {
    clear: both;
}
/* -----------------------------------------------------------------------------*/
/* OTHER STUFF */


#mk .video-link-image {
    cursor: pointer;
    display: block;
    width: 196px;
    height: 160px;
}
#mk .video-link-icon {
    cursor: pointer;
    background: transparent url('../images/video-play-icon.png') no-repeat scroll center center;
    display: block;
    width: 196px;
    height: 160px;
    margin-top: -160px;
}
.ff #mk .video-link-icon {
    position: relative;
}
.ie6 #mk .video-link-icon {
    background: transparent url('../images/video-play-icon.gif') no-repeat scroll center center;
}

#mk select#my-businesses-dropdown {
    width: 140px;
}

#mk .user-info-container {
    margin: 0 0 10px 0;
}
#mk #user-info-box {
    border-bottom: 1px solid #DEDEDB;
    line-height: 20px;
    padding: 0 0 10px 0;
}
#mk .user-info-item {
    float: left;
    overflow: hidden;
}
#mk #user-info-login {
    width: 300px;
    text-align: right;
}
#mk #user-info-my-profile {
    width: 60px;
}
#mk .one-business #user-info-my-profile {
    width: 75px;
    text-align: left;
}
#mk #user-info-logout {
    width: 60px;
    text-align: right;
}
#mk #user-info-my-businesses {
    width: 150px;
}
#mk .one-business #user-info-my-businesses {
    width: 135px;
}

#mk .help-text-box {
    float: left;
    width: 250px;
    margin: 10px;
    border: 1px solid #DEDEDB;
    padding: 20px;
}

#mk #recaptcha_image {
    margin: 10px auto;
}

#mk .profileTabBar {
    display:inline-block;
    width:400px;
}
#mk .profileboxes {
    border-left:1px solid #DEDEDB;
    border-right:1px solid #DEDEDB;
    border-bottom:1px solid #DEDEDB;
    padding:5px;
    width:388px;
    margin-top:-4px;
}

#mk .profileboxes #info {
    background-color:#FAF9E0;
    font-size:11px;
    padding:5px;
    color:black;
    border:1px solid #DEDEDB;
}

#mk .profile-tabs-table {
    border-collapse:collapse;
    float:left;
    width:100%;
}

#mk .profile-tabs-table .tab-not-selected {
    background-color:#EFF0EE;
    border:1px solid #DEDEDB;
    width:75px;
    height:30px;
    text-align:center;
}

#mk .profile-tabs-table .tab-selected {
    background-color:white;
    border-top:1px solid #DEDEDB;
    border-left:1px solid #DEDEDB;
    border-right:1px solid #DEDEDB;
    width:75px;
    height:30px;
    text-align:center;
}

#mk .profile-tabs-table a {
    width:100%;
    display:inline-block;
    line-height:30px;
    color:black;
}

#mk .profilebox {
    display:none;
}

/* css static pages */
#mk div.ptemplate {}
#mk div.ptemplate h1 {
    line-height: 36px;
    margin: 0 0 10px 0;
}
#mk div.ptemplate h2 {
    font-size: 18px;
}
#mk div.ptemplate h2,
#mk div.ptemplate h3,
#mk div.ptemplate p,
#mk div.ptemplate ul,
#mk div.ptemplate ol,
#mk div.ptemplate table {
    margin: 0 0 10px 0;
    line-height: 18px;
}
#mk div.ptemplate ul li,
#mk div.ptemplate ol li {
    margin: 0 0 0 20px;
}
#mk div.ptemplate ol li {
    list-style-type: decimal;
}
#mk div.ptemplate ul li {
    list-style-type: disc;
}

/* ---------------- MAP STYLES -----------------------------------------------
 *
 */

#mk-map-overlay {
    width: 130px;
    height: auto;
}
#mk-map-overlay_contents {
    background-color: #FFFFFF;
    background-image: url('../images/pin-half.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    opacity: 0.8;
    -moz-opacity: 0.8;
    color: #000000;
    font-size: 13px;
    padding: 4px 6px 4px 16px;
}
#mk-map-overlay_beak {
    width: 10px;
    height: 10px;
}
#mk-map-overlay_l,
#mk-map-overlay_r,
#mk-map-overlay_t, #mk-map-overlay_tl, #mk-map-overlay_tr,
#mk-map-overlay_b, #mk-map-overlay_bl, #mk-map-overlay_br {
    height: 0px;
    width: 0px;
}

/* ---------------- FILE MIMETYPES -------------------------------------------
 *
 */

#mk .google-local-branding {
    margin: 18px 30px 0 0;
    float: right;
}

body .google-local {
    display: none; /* initial state */
}

#mk li.business-document-item {
    clear: both;
}

#mk li.business-document-item p {
    line-height: 18px;
    float: left;
}

/* @override */
#mk li.business-document-item .icon {
    width: 16px;
    height: 16px;
    background-color: transparent;
    background-image: url('../images/mimetypes.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
#mk li.applicationpdf .icon {
    background-position: -16px 0px;
}
#mk li.applicationmsword .icon {
    background-position: -32px 0px;
}
#mk li.applicationvndms-excel .icon {
    background-position: -48px 0px;
}
#mk li.applicationvndms-powerpoint .icon {
    background-position: -64px 0px;
}



.browser-warning {
    display: none;
    padding: 6px 0 0 26px;
    border-bottom: 1px solid #E0E1DD;
    color: #990000;
    font-size: 11px;
    height: 28px;
    line-height: 12px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    background: #FFEEEF url('../images/exclamation.png') scroll no-repeat 4px 4px;
}

.browser-warning a {
    color: #000000;
    text-decoration: none;
}


div #editor-browser-warning{
    height: 24px;
    padding:10px;
    padding-left: 30px;
}


/* social buttons */
#mk #social-links div.social-google {
    float: left;
    width: 80px;
}

#mk #social-links div.social-facebook {
    float: left;
    width: 450px;
}

#be-frame-wrap {
    width: 100%;
    min-width: 886px;
}


/***** Begin DropKick Theme, feel free to edit in here! ******/

#mk .dk_container {
    background-color: #fff;
    font-size: 13px;
    font-family: Helvetica,Arial,sans-serif;
    line-height: 14px;
}

#mk .dk_container:focus {
    outline: 0;
}

#mk .dk_container a {
    cursor: pointer;
    text-decoration: none;
}

/* Opens the dropdown and holds the menu label */
#mk .dk_toggle {
    background-image: url('../images/dk_arrows.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    border: 1px solid #E0E1DD;
    color: #000;
    padding: 9px 45px 3px 10px;
}

#mk .dk_toggle:hover {
}

/* Applied when the dropdown is focused */
#mk .dk_focus .dk_toggle {
}

#mk .dk_focus .dk_toggle {
}

/* Applied whenever the dropdown is open */
#mk .dk_open {
  /**
   * Help: Dropdown menu is covered by something
   * Try setting this value higher
   */
    z-index: 300;
}

#mk .dk_open .dk_toggle {
}

/* The outer container of the options */
#mk .dk_options {
}

#mk .dk_options a {
    background-color: #fff;
    border-bottom: 1px solid #E0E1DD;
    padding: 6px 10px 4px;
    color: #828588;
    font-size: 12px;
    font-style: italic;
}

#mk .dk_options li:last-child a {
    border-bottom: none;
}

#mk .dk_options a:hover,
#mk .dk_option_current a {
    background-color: #EEF0EE;
    text-decoration: none;
  }

/* Inner container for options, this is what makes the scrollbar possible. */
#mk .dk_options_inner {
  border: 1px solid #E0E1DD;
  color: #828588;
  max-height: 250px;
}

/* Set a max-height on the options inner */
#mk .dk_options_inner,
#mk .dk_touch .dk_options {
  max-height: 250px;
}

/******  End Theme ******/

/***** Critical to the continued enjoyment of working dropdowns ******/

#mk .dk_container {
    display: none;
    float: left;
    position: relative;
}

#mk .dk_container a {
    outline: 0;
}

#mk .dk_toggle {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    position: relative;
    zoom: 1;
    width: 204px;
}

#mk .dk_open {
    position: relative;
}

#mk .dk_open .dk_options {
    display: block;
}

#mk .dk_label {
    color: inherit;
    display: block;
    height: 16px;
    overflow: hidden;
    width: 220px;
}

#mk .dk_options {
    display: none;
    margin-top: -1px;
    position: absolute;
    right: 0;
    width: 100%;
}

#mk .dk_options a,
#mk .dk_options a:link,
#mk .dk_options a:visited {
    display: block;
}

#mk .dk_options_inner {
    overflow: auto;
    position: relative;
}

#mk .dk_touch .dk_options {
    overflow: hidden;
}

#mk .dk_touch .dk_options_inner {
    max-height: none;
    overflow: visible;
}

#mk .dk_fouc select {
    position: relative;
    top: -99999em;
    visibility: hidden;
}

/***** End Critical to the continued enjoyment of working dropdowns ******/

