/*
Theme Name: Zohar Badka
Theme URI: http://www.kunsept.com
Author: Amir Kunst
Author URI: http://www.kunsept.com/
Description: The 2012 theme for Zohar Carmi - zoharbadka.co.il
Version: 1.0
*/

html, body {
    height: 100%;
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 13px;
    font-weight: normal;
    text-align: right;
    color: #201314;
    padding: 0;
    margin: 0;
    direction: rtl;
    text-align: right;
}

/*html {
    overflow-x: hidden;
}*/

img { border: 0; }
a {
    color: #bc081b;
    text-decoration: none;
}
a:focus { outline: none; }
input:focus { outline: none; }
select:focus { outline: none; }
.newline { clear: both; height: 0; line-height: 0; margin: 0; padding: 0; }
.newline_right { clear: right; height: 0; line-height: 0; margin: 0; padding: 0; }

.rounded_corners, input, select, textarea {
    -webkit-border-radius: 5px;
    -moz-broder-radius: 5px;
    border-radius: 5px;
}

#superbanner {
    position: absolute;
    left: 0;
    top: 192px;
    width: 120px;
    height: 600px;
}

#main_container {
    position: relative;
    width: 970px;
    margin: 0 auto;
    padding: 0;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

/** header section */
#header {
    position: relative;
    width: 100%;
    height: 151px;
    margin: 0;
    padding: 0;
}

#logo {
    float: right;
    width: 291px;
    height: 151px;
}

#headerbox {
    float: right;
    width: 679px;
}

#share {
    float: left;
    width: 679px;
    height: 100px;
    text-align: left;
    padding: 10px 0 0 0;
    margin: 0 0 0 -2px;
}

#share a {
    float: left;
    margin-right: 5px;
}

#searchbar {
    padding-top: 5px;
    width: 679px;
}

#searchbar input {
    position: relative;
    float: right;
    background-color: #e0dddc;
    width: 190px;
    height: 25px;
    border: 0;
    color: #201314;
    padding-right: 8px;
    margin-right: 15px;
}

#searchsubmit {
    float: right;
    width: 48px;
    height: 26px;
    text-align: center;
    padding-top: 3px;
    background-image: url('images/general/search-submit.gif');
    background-repeat: no-repeat;
    margin-right: 8px;
}

#searchsubmit a {
    display: block;
    width: 48px;
    height: 26px;
    color: white;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

#advancedsearch {
    float: right;
    margin-top: 3px;
}

#advancedsearch a {
    color: #bc081b;
    font-weight: normal;
    text-decoration: none;
    font-size: 12px;
    margin-right: 10px;
    
}

#do_not_understand {
    float: left;
    width: 121px;
    height: 26px;
    background-image: url('images/general/do-not-understand.gif');
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 3px;
}

#do_not_understand a {
    display: block;
    width: 121px;
    height: 26px;
    color: white;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

/** toolbar section */

#toolbar_container {
    position: absolute;
    width: 100%;
    height: 28px;
    top: 151px;
    background-image: url('images/general/toolbar/toolbar_bg.gif');
    background-repeat: repeat-x;
    z-index: 0;
}

#toolbar {
    position: relative;
    z-index: 1000;
    font-size: 13px;
}

#toolbar ul {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#toolbar ul li {
    position: relative;
    float: right;
    color: white;
    font-size: 13px;
    text-align: center;
    padding: 0 2px;
    margin: 0;
}

#toolbar ul li .toolbar_tab_bg {
    float: right;
    width: 12px;
    height: 28px;
    padding: 0;
}

#toolbar ul li.menu-item {
    float: right;
/*    min-width: 100px;*/
    height: 28px;
/*    padding: 0;*/
    padding: 0 12px;
    margin: 0 5px;
    background: url('images/general/toolbar/toolbar_tab_left.gif') left top no-repeat,
                url('images/general/toolbar/toolbar_tab_right.gif') right top no-repeat,
                url('images/general/toolbar/toolbar_tab_bg.gif') center repeat-x;
}

#toolbar ul li.current-menu-item, #toolbar ul li.current-menu-parent  {
/*    min-width: 100px;*/
    padding: 0 12px;
    background-color: white;
    color: #201314;
    background: url('images/general/toolbar/toolbar_tab_left_selected.gif') left no-repeat,
                url('images/general/toolbar/toolbar_tab_right_selected.gif') right no-repeat,
                url('images/general/toolbar/toolbar_tab_bg_selected.gif') center repeat-x;
}

#toolbar ul li.menu-item a {
    float: right;
    padding-top: 4px;
    color: white;
    text-decoration: none;
}

#toolbar ul li.current-menu-item a, #toolbar ul li.current-menu-parent a  {
    color: #201314;
}


/** sub menus */ 

#toolbar ul ul {
    display: none;
}

#toolbar ul li:hover > ul {
    display: block;
}

#toolbar ul li ul.sub-menu li:hover {
    display: block;
}

#toolbar ul li ul.sub-menu {
    position: absolute;
    top: 27px;
    right: 0;
    width: 130px;
    border-top: 1px dotted white;
    border-left: 1px dotted white;
    border-right: 1px dotted white;
}

#toolbar ul li ul.sub-menu li {
    float: none;
    background: none;
    background-color: #bc081b;
    height: 20px;
    border-bottom: 1px dotted white;
    margin: 0;
}

#toolbar ul li ul.sub-menu a {
    padding: 0;
    color: white;
}

/** inner content section */
#inner_content {
    position: relative;
    padding-top: 10px;
}

/** sidebar section */
#sidebar {
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
    width: 240px;
}

#sidebar #newsbreak {
    position: relative;
    margin: 0 0 0 15px;
    width: 233px;
    min-height: 145px;
    background-color: #e0dddc;
}

#sidebar #newsbreak #newsbreak_title h2 {
    margin: 0 10px;
    padding: 5px 0 2px 0;
    font-weight: normal;
    font-size: 19px;
    color: #bc081b;
}

#sidebar #newsbreak .dotted_line {
    height: 1px;
    line-height: 1px;
    border-bottom: 1px dotted #c9c5c4;
    margin: 0 10px;
}

#sidebar #newsbreak p {
    margin: 0 10px;
    padding: 4px 0 0;
}

#sidebar #banner_space {
    
}

#sidebar #banner_space ul {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sidebar #banner_space ul li {
    float: right;
    margin: 18px 0 0;
}

#sidebar #banner_space ul li img {
    float: right;
}

#sidebar #newsletter {
    position: relative;
    float: right;
    width: 231px;
    min-height: 100px;
    margin: 18px 0 0;
    border: 1px solid #e0dddc;
}

#sidebar #newsletter h4 {
    font-size: 19px;
    font-weight: normal;
    padding: 0;
    margin: 3px 10px 5px 0;
    color: #bc081b;
}

#sidebar #newsletter .dotted_line {
    height: 1px;
    line-height: 1px;
    border-bottom: 1px dotted #c9c5c4;
    margin: 0 10px;
}

#sidebar #newsletter #inputfields {
    margin: 10px 10px 0 0;
}

#sidebar #newsletter #inputfields p {
    margin: 0;
    padding: 0;
}

#sidebar #newsletter #inputfields input {
    position: relative;
    clear: both;
    float: left;
    width: 165px;
    background-color: #e0dddc;
    height: 25px;
    border: 0;
    color: #201314;
    padding-right: 8px;
    margin-left: 10px;
}

#sidebar #newsletter #inputfields #submit {
    clear: both;
    width: 46px;
    height: 26px;
    background-image: url('images/general/send.gif');
    margin-top: 5px;
    margin-left: 10px;
    float: left;
    text-align: center;
}

#sidebar #newsletter #inputfields #submit a {
    color: #fff;
    text-decoration: none;
    line-height: 23px;
}

#sidebar #newsletter #inputfields #birth_label {
    float: right;
    width: 85px;
    margin-top: 10px;
}

#sidebar #newsletter #inputfields #professional {
    float: right;
    width: 170px;
    margin: 0;
    padding: 0;
}

#sidebar #newsletter #inputfields input[type="checkbox"] {
    float: right;
    width: 15px;
    height: 15px;
    margin: 0 0 0 10px;
    padding: 0;
}

#sidebar #newsletter #inputfields input[type="image"] {
    width: 60px;
    margin-top: 10px;
}

#sidebar #newsletter #inputfields label {
    line-height: 25px;
    margin: 0;
    padding: 0;
}

#sidebar #newsletter #inputfields .newline {
    line-height: 7px;
    height: 7px;
    clear: both;
}

#sidebar #newsletter #inputfields .submit_button {
    background: url('images/general/send.gif') no-repeat;
    width: 46px;
    height: 26px;
    float: left;
    color: #fff;
}

#sidebar #newsletter p {
    margin-right: 10px;
    margin-left: 10px;
}
#sidebar #deals {
    position: relative;
    margin: 15px 0 0 18px;
    width: 233px;
    min-height: 113px;
    background-color: #e0dddc;
}

#sidebar #deals #deals_title h2 {
    margin: 0 10px;
    padding: 5px 0 2px 0;
    font-weight: normal;
    font-size: 19px;
    color: #bc081b;
}

#sidebar #deals .dotted_line {
    height: 1px;
    line-height: 1px;
    border-bottom: 1px dotted #c9c5c4;
    margin: 0 10px;
}

#sidebar #deals p {
    margin: 0 10px;
    padding: 4px 0 0;
}

#sidebar #zohar_all_fixed {
    position: relative;
    float: right;
    width: 233px;
    margin-top: 15px;
    /*margin-right: 16px;*/
    min-height: 220px;
    background-color: #a5c312;
}

#sidebar #zohar_all_fixed #zohar_all_fixed_title {
    position: relative;
    width: 190px;
    height: 25px;
    background-color: #b7cb50;
    margin: 10px 10px 0 0;
}

#sidebar #zohar_all_fixed #zohar_all_fixed_title h3 {
    font-size: 19px;
    color: #201314;
    font-weight: normal;
    margin: 0 3px 0 0;
    padding: 0;
}

#sidebar #zohar_all_fixed .dotted_white_line {
    border-top: 1px dotted white;
    height: 1px;
    line-height: 1px;
    width: 213px;
    margin: 0 10px;
    clear: both;
}

/** the main layout of the center left side */

#main_layout {
    float: left;
    width: 730px;
}

#index_top_content_box {
    position: relative;
    float: left;
    width: 723px;
    height: 145px;
    border: 1px solid #e0dddc;
}

#index_top_content_box #zohar_carmi_portrait {
    float: right;
    width: 150px;
    height: 145px;
    margin-right: 1px;
}

.green_text_marker {
    background: url('images/general/green-text-marker.gif') no-repeat;
    float: right;
    width: 14px;
    height: 14px;
}

#index_top_content_box .green_text_marker {
    margin: 20px 20px 0 0;
}

#general_top_text .green_text_marker {
    margin-top: 8px;
}

.relevant_item_title .green_text_marker {
    margin-top: 8px;
}

#index_top_content_box #index_top_text {
    float: right;
    width: 475px;
    margin: 7px 10px 0 0;
}

#index_top_content_box #index_top_text h2 {
    font-size: 30px;
    font-weight: normal;
    color: #bc081b;
    margin: 0;
    padding: 0;    
}

#index_top_content_box #index_top_text p {
    margin: 0;
    padding: 0;
}

#index_top_content_box #index_fruntsel {
    background: url('images/general/fruntsel.gif') no-repeat;
    float: left;
    width: 38px;
    height: 145px;
}

/** the red green grey boxes on the homepage */

#index_boxes {
    clear: both;
    padding-top: 15px;
    float: left;
}

/** the red box after testing */

#index_boxes #zohar_after_testing {
    position: relative;
    float: right;
    width: 341px;
    min-height: 534px;
    background-color: #bc081b;
}

#index_boxes #zohar_after_testing #after_testing_title {
    position: relative;
    width: 100px;
    height: 25px;
    background-color: #c74955;
    margin: 10px 10px 0 0;
}

#index_boxes #zohar_after_testing #after_testing_title h3 {
    font-size: 19px;
    color: #201314;
    font-weight: normal;
    margin: 0 3px 0 0;
    padding: 0;
}

#index_boxes #zohar_after_testing .text_marker {
    clear: both;
    float: right;
    width: 14px;
    height: 14px;
    margin: 5px 10px 5px 0;
}

.text_marker_green {
    background: url('images/general/text-marker-green.gif') no-repeat;
}

.text_marker_red {
    background: url('images/general/text-marker-red.gif') no-repeat;
}

#left_sidebar .text_marker {
    float: right;
    width: 14px;
    height: 14px;
    margin: 15px 10px 5px 0;
}

.red_seperator {
    width: 7px;
    height: 7px;
    margin: 5px 5px 0;
    background: url('images/index/red-dot.gif') no-repeat;
}

#index_boxes #zohar_after_testing h3 {
    float: right;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    margin: 2px 10px 5px 0;
    padding: 0;
}

#index_boxes #zohar_after_testing .dotted_white_line {
    border-top: 1px dotted white;
    height: 1px;
    line-height: 1px;
    width: 321px;
    margin: 0 10px;
    clear: both;
}

#index_boxes #zohar_after_testing #index_hospital_list {
   clear: both;
   float: right;
   padding: 0;
}

#index_boxes #zohar_after_testing #index_hospital_list ul {
    width: 240px;
}

#index_boxes #zohar_after_testing .hospital_area {
    position: relative;
    clear: both;
    float: right;
    width: 50px;
    height: 17px;
    background-color: #c74955;
    margin: 10px 10px 0 0;
}

#index_boxes #zohar_after_testing .hospital_area p {
    margin: 0 3px 0 0;
    padding: 0;
}

#index_boxes #zohar_after_testing ul {
    float: right;
    color: #fff;
    list-style-type: none;
    margin: 10px 10px 0 0;
    padding: 0;
}

#index_boxes #zohar_after_testing ul li {
    float: right;
}

#index_boxes #zohar_after_testing ul li a {
    text-decoration: none;
    color: #fff;
}

/*#index_boxes #zohar_after_testing ul li img {
    margin: 0 5px;
}*/

#index_boxes #zohar_after_testing #after_testing_items ul {
    margin: 10px 0 0;
}

#index_boxes #zohar_after_testing #after_testing_items ul li {
    position: relative;
    float: right;
    width: 99px;
    height: 114px;
    background-color: #c74955;
    -webkit-border-radius: 5px;
    -moz-broder-radius: 5px;
    border-radius: 5px;
    margin: 0px 10px 0 0;
}

#index_boxes #zohar_after_testing #after_testing_items ul.icons li a span {
/*    text-decoration: none;*/
    color: #fff;
    margin: 0 5px 0 0;
}

/** the grey box */

#index_boxes #zohar_more {
    position: relative;
    float: right;
    width: 120px;
    margin-right: 16px;
    min-height: 532px;
    border: 1px solid #e0dddc;
    background-color: #fff;
}

#index_boxes #zohar_more #zohar_more_title {
    position: relative;
    width: 55px;
    height: 25px;
    background-color: #e0dddc;
    margin: 10px 10px 0 0;
}

#index_boxes #zohar_more #zohar_more_title h3 {
    font-size: 19px;
    color: #201314;
    font-weight: normal;
    margin: 0 3px 0 0;
    padding: 0;
}

#index_boxes #zohar_more ul.icons {
    float: right;
    margin: 10px 0 0;
    padding: 0;
}

#index_boxes #zohar_more ul.icons li {
    position: relative;
/*    float: right;*/
    width: 99px;
    height: 135px;
    margin: 27px 10px 0 0;
    padding: 0;
}

#index_boxes #zohar_more ul.icons li a span:first-child {
/*    text-decoration: none;*/
/*    color: #bc081b;*/
/*    margin: 0 5px 0 0;*/
    top: 85px;
    overflow: hidden;
    width: 105px;
    height: 22px;
}

#index_boxes #zohar_more ul.icons li a span {
    top: 100px;
}

/** the green box */

#index_boxes #zohar_all_fixed {
    position: relative;
    float: right;
    width: 230px;
    margin-right: 16px;
    min-height: 534px;
    background-color: #a5c312;
}

#index_boxes #zohar_all_fixed #zohar_all_fixed_title {
    position: relative;
    width: 190px;
    height: 25px;
    background-color: #b7cb50;
    margin: 10px 10px 0 0;
}

#index_boxes #zohar_all_fixed #zohar_all_fixed_title h3 {
    font-size: 19px;
    color: #201314;
    font-weight: normal;
    margin: 0 3px 0 0;
    padding: 0;
}

.zohar_all_fixed_itemtitle {
    color: #bc081b;
    font-weight: bold;
    font-size: 13px;
    margin: 5px 15px 0 0;
}

.zohar_all_fixed_itemtext {
    margin: 5px 15px 5px 0;
}

.zohar_all_fixed_itembutton {
    position: relative;
    width: 91px;
    height: 26px;
    float: left;
    margin-left: 8px;
    margin-bottom: 10px;
    margin-top: 5px;
    background: url('images/general/more-to-read.png') 0 0 no-repeat;
    text-align: center;
}

.zohar_all_fixed_itembutton a {
    position: absolute;
    color: white;
    width: 100%;
    right: 0;
    top: 3px;
}

.barcode {
    margin: 0 auto;
    clear: both;
    background: url('images/general/barcode.png') 0 0 no-repeat;
    width: 210px;
    height: 75px;
}

#index_boxes #zohar_all_fixed .text_marker {
    clear: both;
    float: right;
    width: 14px;
    height: 14px;
    margin: 5px 10px 5px 0;
}



#index_boxes #zohar_all_fixed .dotted_white_line {
    border-top: 1px dotted white;
    height: 1px;
    line-height: 1px;
    width: 210px;
    margin: 0 10px;
    clear: both;
}

#index_boxes #zohar_all_fixed h3 {
    float: right;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    margin: 2px 10px 5px 0;
    padding: 0;
}

#index_boxes #zohar_all_fixed ul {
    float: right;
    list-style-type: none;
    margin: 10px 0 0;
    padding: 0;
}

#index_boxes #zohar_all_fixed ul li {
    float: right;
    width: 99px;
    height: 134px;
    margin: 0px 11px 0 0;
}

#index_boxes #zohar_all_fixed ul.icons li a span:first-child {
    top: 85px;
    overflow: hidden;
    height: 15px;
    width: 105px;
}

#index_boxes #zohar_all_fixed ul.icons li a span {
    top: 100px;
}

/** footer */

#footer_container {
    width: 100%;
    min-height: 130px;
    background-color: #e0dddc;
    margin-top: 12px;
    padding-bottom: 20px;
}

#footer {
    width: 970px;
    margin: 0 auto;
}

#footer_credits_container {
    width: 100%;
    height: 20px;
    background-color: #bc081b;
    margin: 0;
    padding: 0;
}

#footer_credits {
    width: 970px;
    margin: 0 auto;
}

#footer .item {
    float: right;
    padding: 0px 35px;
    margin: 10px 0;
    height: 100px;
    border-left: 1px dotted #c9c5c4;
    width: 125px;
}

#footer .item:first-child {
    padding: 0 0 0 40px;
}

#footer .item:last-child {
    border: 0;
}

#footer .item ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#footer .item h5 {
    color: #201314;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#footer .item ul li {
    margin-top: 3px;
}

#footer .item ul li a {
    color: #bc081b;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

#footer_credits {
    color: #cac4c4;
}

#footer_credits #developers {
    float: left;
}

#footer_credits #developers a {
    color: #fff;
    text-decoration: none;
}

/** inner pages  */

#general_inner_content {
    float: right;
    width: 600px;
    margin-right: 8px;
}

#general_top_content {
    position: relative;
    width: 595px;
    height: 50px;
}

.long_line {
    position: relative;
    width: 588px;
    height: 10px;
    border-bottom: 1px dotted #e0dddc;
}

.short_line {
    position: relative;
    clear: both;
    height: 1px;
    border-bottom: 1px dotted #e0dddc;
}

#general_illustration {
    background: url('images/general/Illustration.gif') no-repeat;
    float: left;
    width: 120px;
    height: 60px;
}

#general_top_text {
    float: right;
    width: 600px;
    margin: 0 0px 0 0;
}

#general_top_text h1 {
    font-size: 26px;
    color: #bc081b;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#general_top_text h2 {
/*    float: right;*/
    font-size: 15px;
    font-weight: normal;
    margin: 5px 15px 0 0;
    padding: 0 15px 0 0;
}



#general_main_content {
    clear: both;
    margin: 10px 0 0;
    width: 588px;
    min-height: 500px;
    padding-bottom: 30px;
}

#general_main_content .green_text_marker {
    margin-top: 8px;
}

#general_main_content h2 {
    float: right;
    font-size: 17px;
    font-weight: normal;
    margin: 5px 8px 0 0;
    padding: 0;
}

#general_main_content #featured_container {
    float: left;
    width: 220px;
    height: 200px;
    margin: 10px 20px 10px 0;
}

#general_main_content #featured_image {
    width: 220px;
    height: 192px;
    border: 1px solid #e0dddc;
}

#general_main_content #featured_image img {
    margin: 10px 10px;
}

#general_main_content #featured_image_title {
    font-size: 10px;
    padding-top: 5px;
}

#general_main_content p a {
    
}

.relevant_item_title {
    float: right;
    width: 586px;
    height: 30px;
    border-bottom: 1px dotted #e0dddc;
}

.relevant_item_title h2 {
    float: right;
    font-size: 17px;
    font-weight: normal;
    margin: 5px 8px 0 0;
    padding: 0;
}

#general_main_content ul.icons {
    clear: both;
    list-style-type: none;
    margin: 0;
    padding: 10px 0 0;
    width: 590px;
    min-height: 140px;
}

ul.icons {
    position: relative;
    float: right;
    list-style-type: none;
}

ul.icons li {
    float: right;
    margin-right: 23px;
}

ul.icons li:first-child {
    margin: 0;
}

ul.icons li a {
    display: block;
    width: 99px;
    min-height: 81px;
}

ul.icons li a span:first-child {
    position: absolute;
    top: 92px;
    color: #bc081b;
}

ul.icons li a span {
    position: absolute;
    top: 110px;
    color: #201314;
    width: 110px;
}

/** icon list sprite */

ul.icons li.article-green a {
    background-image: url('images/general/sprites/icons.png');
    background-position: -10px -10px;
}

ul.icons li.article-red a {
    background-image: url('images/general/sprites/icons.png');
    background-position: -129px -10px;
}

ul.icons li.consultation-green a {
    background-image: url('images/general/sprites/icons.png');
    background-position: -248px -10px;
}

ul.icons li.consultation-red a {
    background-image: url('images/general/sprites/icons.png');
    background-position: -367px -10px;
}

ul.icons li.doulas-green a {
    background-image: url('images/general/sprites/icons.png');
    background-position: -486px -10px;
}

ul.icons li.doulas-red a {
    background-image: url('images/general/sprites/icons.png');
    background-position: -605px -10px;
}

ul.icons li.general-green a {
    background-image: url('images/general/sprites/icons.png');
    background-position: -724px -10px;
}

ul.icons li.general-red a {
    background-image: url('images/general/sprites/icons.png');
    background-position: -843px -10px;
}

ul.icons li.products-green a {
    background-image: url('images/general/sprites/icons.png');
    background-position: -962px -10px;
}

ul.icons li.products-red a {
    background-image: url('images/general/sprites/icons.png');
    background-position: -1081px -10px;
}

ul.icons li.tests-green a {
    background-image: url('images/general/sprites/icons.png');
    background-position: -1200px -10px;
}

ul.icons li.tests-red a {
    background-image: url('images/general/sprites/icons.png');
    background-position: -1319px -10px;
}

ul.icons li.therapists-green a {
    background-image: url('images/general/sprites/icons.png');
    background-position: -1438px -10px;
}

ul.icons li.therapists-red a {
    background-image: url('images/general/sprites/icons.png');
    background-position: -1557px -10px;
}

ul.icons li.workshops-green a {
    background-image: url('images/general/sprites/icons.png');
    background-position: -1676px -10px;
}

ul.icons li.workshops-red a {
    background-image: url('images/general/sprites/icons.png');
    background-position: -1795px -10px;
}

/** comboxes */

/** general css for all comboboxes */

.sbHolder {
    position: relative;
    float: right;
    background-color: #e0dddc;
    color: #201314;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 27px;
    margin-right: 8px;
    -webkit-border-radius: 5px;
    -moz-broder-radius: 5px;
    border-radius: 5px;
}

.sbSelector {
    display: block;
    height: 27px;
    left: 0;
    line-height: 25px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    outline: none;
    text-decoration: none;
}

.sbToggle {
    display: block;
    height: 14px;
    outline: none;
    position: absolute;
    left: 5px;
    top: 6px;
    width: 14px;
}

.sbOptions{
    background-color: #e0dddc;
    color: #201314;
/*	border: solid 1px #515151;*/
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    z-index: 10000;
    overflow-y: auto;
}

.sbOptions li {
    padding: 0 7px;
}

.sbOptions a {
    border-bottom: dotted 1px #bc081b;
    color: #201314;
    display: block;
    outline: none;
    padding: 7px 0 7px 3px;
}

.sbOptions a:link, .sbOptions a:visited {
    color: #201314;
    text-decoration: none;
}

.sbOptions a:hover {
    color: #bc081b;
}

.sbOptions li.last a {
    border-bottom: none;
}

/** search combobox */

#searchbar .sbHolder {
    width: 190px;
}

#searchbar .sbSelector{
    width: 190px;
}

#searchbar .sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    color: #201314;
}

#searchbar .sbToggle{
    background: url(images/general/select-general-arrow.png) no-repeat;
}

#searchbar .sbOptions{
    width: 190px;
}

/** inputfields comboxes */

#inputfields .sbHolder {
    margin-top: 7px;
    width: 50px;
}

#inputfields .sbHolderDay {
    float: left;
    position: relative;
    background-color: #e0dddc;
    color: #201314;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 27px;
    margin-right: 8px;
    -webkit-border-radius: 5px;
    -moz-broder-radius: 5px;
    border-radius: 5px;
    width: 50px;
    margin-top: 7px;
    margin-left: 10px;
}

#inputfields .sbSelector{
    width: 50px;
    text-indent: 5px;
}

#inputfields .sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    color: #201314;
}

#inputfields .sbToggle{
    background: url(images/general/select-general-arrow.png) no-repeat;
}

#inputfields .sbOptions{
    width: 50px;
}

/** leftsidebar comboboxes */

#left_sidebar .sbHolder {
    background-color: #c74955;
    width: 100px;
    margin: 10px 10px 0 0;
}

#left_sidebar .sbSelector{
    width: 100px;
    color: #fff;
}

#left_sidebar .sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    color: #fff;
}

#left_sidebar .sbToggle{
    background: url(images/general/select-red-arrow.png) no-repeat;
}

#left_sidebar .sbOptions{
    width: 110px;
    background-color: #950b19;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-broder-radius: 5px;
    border-radius: 5px;
}

#left_sidebar .sbOptions a {
/*    border-bottom: dotted 1px #fff;*/
    color: #fff;
}

#left_sidebar .sbOptions a:link, .sbOptions a:visited {
    color: #fff;
}

#left_sidebar .sbOptions a:hover {
    color: #fff;
}

/** left sidebar */

#left_sidebar {
    position: relative;
    float: left;
    width: 120px;
    min-height: 600px;
    background-color: #bc081b;
}

#left_sidebar h2 {
    float: right;
    margin: 10px 5px 0 0;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

#left_sidebar .short_line {
    width: 100px;
    margin-right: 10px;
}

#left_sidebar ul.icons {
    float: right;
    margin: 10px 0 0;
    padding: 0;
}

#left_sidebar ul.icons li {
    position: relative;
/*    float: right;*/
    width: 99px;
    height: 140px;
    margin: 0 10px 0 0;
    padding: 0;
}

#left_sidebar ul.icons li a span:first-child {
    color: #fff;
    top: 85px;
    font-weight: bold;
}

#left_sidebar ul.icons li a span {
    top: 100px;
    color: #fff;
}

#updates {
    background-color: #bc081b;
    margin: 0 0 17px 15px;
    width: 233px;
    min-height: 140px;
    color: #fff;
}

#updates h2 {
    float: right;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 5px 0 0;
    padding: 0;
}

#updates .text_marker {
    float: right;
    width: 14px;
    height: 14px;
    margin: 15px 10px 5px 0;
}

#updates .short_line {
    width: 210px;
    margin-right: 10px;
}

#updates p {
    margin: 5px 10px 5px 10px;
}

#contact input {
    position: relative;
    background-color: #e0dddc;
    border: 0;
    color: #201314;
    width: 250px;
    height: 25px;
}

#contact textarea {
    position: relative;
    background-color: #e0dddc;
    border: 0;
    color: #201314;
    width: 588px;
    height: 80px;
}

#contact .submit_button {
    background: url('images/general/send.gif') no-repeat;
    width: 46px;
    height: 26px;
    float: left;
    color: #fff;
}

span.wpcf7-not-valid-tip {
    width: 187px;
    top: 154%;
    border: 1px solid #bc081b;
}

div.wpcf7-validation-errors {
    border: 1px solid #bc081b;
    margin: 0;
}

div.wpcf7-mail-sent-ng {
    border: 1px solid #bc081b;
}

.more_to_come_click {
    line-height: 30px;
    font-weight: bold;
}

.more_to_come {
    display: none;
}

.addthis_toolbox {
}

#advanced-searchform {
    padding-top: 15px;
    width: 600px;
}

#advanced-searchform input {
    position: relative;
    float: right;
    background-color: #e0dddc;
    width: 190px;
    height: 25px;
    border: 0;
    color: #201314;
    padding-right: 8px;
/*    margin-right: 15px;*/
}

#advanced-searchform input[type=checkbox] {
    width: 15px;
    background-color: white;
}

#advanced-searchform #area-container {
    width: 600px;
}

#advanced-searchform .location-title {
    width: 40px;
    float: right;
    margin-top: 7px;
    margin-left: 10px;
}

#advanced-searchform #hospital-container {
    padding-top: 10px;
    width: 600px;
}

#advanced-searchform .location-caption {
    width: 45px;
    background-color: #e1dddc;
    padding-right: 5px;
    float: right;
}

#advanced-searchform .new-green-spot {
    clear: both;
    height: 10px;
}

#advanced-searchform ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#advanced-searchform ul li {
    float: right;
}

#advanced-searchform .location-hosipital-caption {
    width: 45px;
/*    min-height: 20px;*/
    background-color: #e1dddc;
    padding-right: 5px;
    float: right;
    margin-top: 7px;
}

#advanced-searchform .location-general-title {
    float: right;
    margin-top: 7px;
    margin-left: 10px;
}

#advanced-searchform #category-container {
    padding-top: 10px;
    width: 600px;
}

#advanced-searchform #location-container {
    padding-top: 10px;
    width: 600px;
}

#advanced-searchform #search-button {
    clear: both;
    width: 46px;
    height: 26px;
    background-image: url('images/general/send.gif');
    margin-top: 5px;
    margin-left: 10px;
    float: left;
    text-align: center;
}

#advanced-searchform #search-button a {
    color: #fff;
    text-decoration: none;
    line-height: 23px;
}

#advanced-searchform .checkbox-container {
    float: right;
}

#nav-below {
    width: 600px;
}

.nav-previous {
    width: 200px;
    float: left;
    text-align: left;
}

.nav-next {
    width: 200px;
    float: right;
}

#hospital_stats {
    clear: both;
    width: 600px;
    height: 220px;
}

.hospital_stat_item {
    position: relative;
    float: right;
    width: 110px;
    height: 210px;
}

.hospital_stat_percent_container {
    position: relative;
    width: 99px;
    height: 190px;
}

.hospital_percent_text {
    position: relative;
    margin-top: 15px;
    width: 99px;
    height: 20px;
}

.hospital_stat_percent_right_text {
    position: relative;
    margin-right: 5px;
    margin-top: -20px;
}

.hospital_stat_percent_left_text {
    position: relative;
    margin-left: 5px;
    margin-top: -20px;
}

.hospital_stat_percent_right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    background-color: #a20d13;
}

.hospital_stat_percent_left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    background-color: #e1dddc;
}

.hospital_stat_titles {
    position: relative;
    width: 99px;
    height: 12px;
    color: #fff;
    line-height: 11px;
    margin: -5px 0 0 0;
    padding: 0;
    background-color: #1f1313;
}

.hospital_stat_title_right {
    float: right;
    width: 30px;
    margin-right: 5px;
}

.hospital_stat_title_left {
    float: left;
    width: 30px;
    margin-left: 5px;
}

.hospital_stat_main_title {
    color: #201314;
    font-size: 12px;
}
