/*****************************************
    CSS file for Poliklinika Medikol
    Copyright (c) web.burza.hr
    Media: print
*****************************************/


/*
01/ ELEMENTS
=====================================================================*/
body { font-family: Arial, sans-serif; color: #000; background: #fff; }

/*** headings ***/
h1, h2, h3, h4, h5, h6 { line-height: 1.5em; clear: both; font-weight: normal; margin: 1em 0; }
h1 { font-size: 20pt; margin-top: 2em; font-weight: bold; }
h2 { font-size: 18pt; border-bottom: 1px solid #000; }
h3 { font-size: 14pt; }
h4 { font-size: 12pt; }
h5 { font-size: 11pt; }
h6 { font-size: 10pt; }

/*** paragrafs, lists, links ***/
p, ul, ol, dl { font-size: 10pt; line-height: 1.5em; }
a img { border: 0; }
a { color: #000; text-decoration: none; }

/*** custom ***/
.skip_links, #nav_main, #nav_additional, #newsletter_signup, #search, #nav_location, #secondary, #footer, .return_to_top, .content_return_to_top, .news_archive,
.primary_heading img, .primary_heading_services img, #cards_boxes, #contact, .box_gallery_more, .box_reviews_holder img, #slideshow
{ display: none; }

.box_gallery { float: left; width: 33%; margin-bottom: 5pt; }
#intro_text { float: left; width: 58%; }
.box_contact { float: right; width: 38%; }
.news_box img { float: left; margin: 0 18px 18px 0; }
.price { font-weight: bold; font-size: 12pt; }
.box_team_row { clear: both; overflow: hidden; }
    .box_team {float: left; width: 33%; }
    .box_team h3 { margin: 0; }
    .box_team p { margin: 0 0 1em 0; }

#tests h3 { margin-bottom: 0; }
#tests ul { margin-top: 0; }
.listing_backup[style] { display: block !important; }
.listing_temp { display: none !important; }

/* locations */
.box_locations_holder { overflow: hidden; }
    .box_locations_holder ul { margin-left: 0; padding-left: 10pt; }
    .box_locations_row { float: left; width: 100%; }
        .box_locations_row_a { float: left; width: 100%; }
            .box_locations { margin-top: 5pt; width: 33%; float: left; }
            .box_locations_central { width: 66%; }
            .box_locations_central img { float: left; padding-right: 25px; }
