
body {
    min-width: 990px;
    color: #796b67;
}

#wrapper {
    position: relative;
    padding: 0 30px;
}

/* header */

#header {
    display: block;
    background: url('images/bg.header.jpg') no-repeat 0 0;
    height: 78px;
    border-bottom: 2px solid #fff
}

#logo {
    display: block;
    float: left;
    width: 96px;
    margin: 27px 0 0 49px;
}

#slogan {
    float: right;
    margin: 32px 10px 0 0;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    font-family: Georgia;
    text-decoration: none;
}

.row {
    clear: both;
    float: left;
    width: 930px;
}

#navs {
    float: left;
    width: 706px;
    height: 29px;
    margin: 56px 0 0;
    overflow: hidden;
}

#navs a { color: #565656; }

#navs a:hover { color: #ba122b; }

#utilityNavigation {
    float: left;
    margin: 43px 0 0 37px;
    padding: 0;
    font-size: 10px;
    list-style: none;
}

#utilityNavigation li {
    display: inline-block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
    border-right: 1px dotted #4A4A4A;
}

#utilityNavigation li a {
    display: block;
    float: left;
    text-decoration: none;
    color: #4A4A4A;
    height: 13px;
}

#utilityNavigation li a:hover { text-decoration: underline; }

/* menu */

#menu {
    background: url('images/bg.menu.gif') repeat-x;
    margin-bottom: 8px;
}

#menu ul {
    margin: 0;
    font-size: 11px;
    list-style: none;
    margin-left: 182px;
}

#menu ul li { float: left }

#menu ul li a {
    display: block;
    line-height: 20px;
    border-left: 1px solid #fff;
    color: #fff;
    float: left;
    font-weight: 700;
    padding: 0 18px;
    text-decoration: none;
}

#menu ul li a:hover { background: url('images/sprite.menu_actions.gif') repeat-x 0 0; }

#menu ul li.active a { background: url('images/sprite.menu_actions.gif') repeat-x 0 -20px; }

/* leftCol */
#leftCol {
    width: 182px;
    float: left;
    margin-right: 12px;
    min-height: 100px;
    height: auto !important;
    height: 100px;
}

#secondNavigation {
    margin: 0 0 9px !important;
    padding: 0 !important;
    list-style: none;
    background: #FAFAF8;
    font-size: 11px;
}

#secondNavigation li {
    margin: 0 !important;
    background: none !important;
    padding: 0 !important;
}

#secondNavigation li a {
    color: #fff;
    display: block;
    font-weight: bold;
    line-height: 15px;
    background: url('images/bg.left_menu_level1.gif') no-repeat 0 0;
    padding: 3px 5px 3px 10px;
    text-decoration: none;
}

#secondNavigation ul {
    margin: 0 !important;
    padding: 0 2px !important;
}

#secondNavigation ul ul, #secondNavigation ul ul ul {
    margin: 0 !important;
    padding: 0 0 !important;
}

#secondNavigation ul a {
    background: url('images/bullet.arrow.gif') no-repeat 8px 50%;
    border-top: 1px solid #E0E0E0;
    color: #5B5046 !important;
    padding-left: 19px;
}

#secondNavigation ul a:hover { background-color: #fff !important; }

#secondNavigation #active {
    color: #BA122B !important;
    background-color: #fff;
    background-image: url('images/bullet.arrow_selected.gif');
    font-weight: bold !important;
}

#secondNavigation ul .hasSubs {
    color: #5B5046 !important;
    background: url("images/bullet.arrow_opened_selected.gif") no-repeat 7px 50%;
    font-weight: bold !important;
}

#secondNavigation ul ul .hasSubs { background-position: 14px 50% !important; }

#secondNavigation ul ul ul .hasSubs { background-position: 21px 50% !important; }

#secondNavigation #active.hasSubs {
    color: #BA122B !important;
    background-color: #fff !important;
    background-image: url("images/bullet.arrow_opened_selected.gif") !important;
}

#secondNavigation ul ul a {
    background-position: 15px 50%;
    padding-left: 26px !important;
    font-weight: normal !important;
}

#secondNavigation ul ul ul a {
    background-position: 22px 50%;
    padding-left: 33px !important;
    font-weight: normal !important;
}

#secondNavigation li.opened ul { background: #F3F2F1; }

#leftCol .teaser, #rightCol .teaser {
    clear: both;
    font-size: 11px;
    padding-bottom: 9px;
}

#leftCol .teaser a, #rightCol .teaser a {
    text-decoration: none;
    font-weight: 700;
}

#leftCol .teaser a:hover, #rightCol .teaser a:hover { text-decoration: underline }

#leftCol .teaser ul, #rightCol .teaser ul { list-style: none !important; }

#leftCol .teaser ul li, #rightCol .teaser ul li {
    background: none !important;
    padding: 3px 0 0 0 !important;
    line-height: 14px;
    zoom: 1;
}

#leftCol .teaser ul a, #rightCol .teaser ul a {
    background: url('images/ico.list_bullet.gif') no-repeat -2px 4px;
    padding-left: 11px;
    display: block;
}

#leftCol .teaser .title, #rightCol .teaser .title {
    color: #796b67;
    font-size: 11px;
    cursor: pointer;
    height: 21px;
    overflow: hidden;
    line-height: 21px;
    padding: 0 10px;
    background: url('images/bg.side_block_head.gif') no-repeat 0 bottom;
    font-weight: 700;
}

#leftCol .teaser .teaserBlock {
    display: block;
    float: left;
    margin-bottom: 5px;
}

#leftCol .teaser .teaserBlock img {
    float: left;
}

#rightCol .teaser .title { background: url('images/bg.side_block_head_right.gif') no-repeat 0 bottom; }

#leftCol .teaser .closed, #rightCol .teaser .closed { background-position: 0 0 !important; }

#leftCol .teaser .info, #rightCol .teaser .info {
    padding: 5px 10px 10px 10px;
    background: url('images/bg.gradient.png') repeat-x 0 0;
}

#leftCol .teaser .info ul, #rightCol .teaser .info ul { margin: 0 !important; }

#leftCol .teaser .info p, #rightCol .teaser .info p { margin: 0 0 5px; }

.coloredBoxes a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    margin-bottom: 5px;
}

.coloredBoxes a.color1 { background: #fab919; }

.coloredBoxes a.color2 { background: #f0832e; }

.coloredBoxes a.color3 { background: #f9cc25; }

#centerCol .teaser {
    border: 1px solid #CFCFCF;
    margin: 18px 0 0 0;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#centerCol .teaser .title {
    cursor: pointer;
    font-size: 11px;
    line-height: 14px;
    background-color: #fafaf8;
    background-repeat: no-repeat;
    background-position: 10px 8px;
    padding: 5px 10px 5px 27px;
    font-weight: bold;
}

#centerCol .teaser .title { background-image: url('images/ico.plus.gif'); }

#centerCol .teaser .opened { background-image: url('images/ico.minus.gif'); }

#centerCol .teaser .info {
    padding: 10px;
    display: none;
    /*background: url('images/bg.gradient.png') repeat-x 0 0;*/
}

#centerCol {
    width: 538px;
    float: left;
    font-size: 11px;
    margin: 0;
    display: inline;
    overflow-x: hidden;
}

#centerCol a {
    font-weight: 700;
    text-decoration: none;
}

#centerCol a:hover { text-decoration: underline; }

#centerCol a.button:hover { text-decoration: none; }

/* breadcrumb */

#breadcrumbLine { margin-bottom: 8px; }

#breadcrumb {
    color: #796B67;
    float: left;
    width: 475px;
    font-size: 10px;
}

#breadcrumb a {
    text-decoration: none;
    color: #5B5046;
    font-weight: 400;
}

#breadcrumb a:hover { text-decoration: underline; }

/* topIcons */

#topIcons { float: right; }

#topIcons .print {
    background: url('images/sprite.print.gif') no-repeat 0 0;
    float: left;
    width: 17px;
    height: 16px;
}

#topIcons .print:hover { background-position: 0 bottom; }

#topIcons .sendFriend {
    background: url('images/sprite.send_friend.gif') no-repeat 0 0;
    float: left;
    width: 17px;
    margin-left: 15px;
    height: 16px;
}

#topIcons :hover.sendFriend { background: url('images/sprite.send_friend.gif') no-repeat 0 bottom }

/* bottomIcons */

#bottomIcons {
    position: relative;
    padding-top: 10px;
    z-index: 200;
}

#bottomIcons ul {
    margin: 0 !important;
    padding: 0;
}

#bottomIcons li {
    position: relative;
    display: inline;
    float: left;
    padding: 0 0 0 10px !important;
    margin: 0 !important;
    background: none !important;
}

#bottomIcons a.item {
    color: #7B7B7B;
    float: left;
    height: 16px;
    line-height: 16px;
    padding-left: 22px;
    font-weight: 400;
}

#bottomIcons .print { background: url('images/sprite.print.gif') no-repeat 0 0; }

#bottomIcons .print:hover { background-position: 0 bottom; }

#bottomIcons .sendFriend { background: url('images/sprite.send_friend.gif') no-repeat 0 0 }

#bottomIcons .sendFriend:hover { background-position: 0 bottom; }

#bottomIcons .feedBack {
    background: url('images/sprite.feedback.gif') no-repeat 0 0;
    padding-left: 25px !important;
}

#bottomIcons .feedBack:hover { background: url('images/sprite.feedback.gif') no-repeat 0 -17px; }

#bottomIcons .socialNetworks { background: url('images/sprite.social_networks.gif') no-repeat 0 0; }

#bottomIcons .socialNetworks:hover { background: url('images/sprite.social_networks.gif') no-repeat 0 bottom; }

#bottomIcons .bookmarks {
    display: none;
    position: absolute;
    bottom: 24px;
    right: 0;
    padding: 3px 1px;
    background: #fff;
    border: 3px solid #F4F4F4;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 3px #999999;
    overflow: hidden;
    z-index: 100;
}

#bottomIcons .bookmarks a {
    display: inline;
    float: left;
    height: 16px;
    margin: 0 3px;
}

#rightCol {
    width: 186px;
    float: right;
}

#toggleL, #toggleR {
    display: none;
    position: absolute;
    top: 110px;
    width: 23px;
    height: 680px;
    background-image: url("images/sprite.sidebars_toggle.png");
    background-repeat: no-repeat;
    z-index: 20;
    cursor: pointer;
}

#toggleL {
    left: 0;
    background-position: 0 0;
}

#toggleR {
    right: 0;
    background-position: -23px 0;
}

#searchs #toggleL, #searchs #toggleR, #pharmacies #toggleL, #pharmacies #toggleR { display: block; }

#toggleL.out { background-position: -46px 0; }

#toggleR.out { background-position: -69px 0; }

.en #toggleL, .en #toggleR { background-image: url("images/sprite.sidebars_toggle_en.png"); }

/* searchForm */

#searchForm {
    padding: 0 0 10px 10px;
    display: inline;
    float: left;
    zoom: 1;
}

#searchForm input.text {
    float: left;
    border: 0 none;
    color: #C8C8C8;
    height: 19px;
    line-height: 19px;
    font-size: 13px;
    padding: 2px 4px;
    width: 131px;
    background: url('images/bg.searchbox.gif') no-repeat;
}

#searchForm input.btn {
    float: left;
    width: 26px;
    height: 23px;
}

/* content */

#index .epolisas {
    display: inline;
    float: left;
    width: 226px;
    margin: 0 30px 0 0;
}

#index .news dl { margin: 0 0 1em; }

#index .news dt {
    color: #676767;
    font-weight: normal;
    font-size: .9em;
}

.news {
    clear: both;
    margin: 18px 0 0 0;
}

#index .news dd { margin: 0 0 1em; }

#index .important {
    display: inline;
    float: left;
    width: 330px;
}

#main h1 {
    font-family: Georgia, Times New Roman, Serif;
    font-size: 17px;
    padding-top: 15px;
    font-weight: 700;
}

#index #content h2, #sidebar h2 {
    color: #7a7a7a;
    font-weight: bold;
}

.tabs, #contentNavigation {
    position: relative;
    height: 25px;
    margin: 0 0 -1px 0 !important;
    list-style: none;
}

.tabs li, #contentNavigation li {
    display: block;
    float: left;
    margin: 0 1px 0 0 !important;
    padding: 0 11px 0 0 !important;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    color: #796B67;
    background: url('images/sprite.content_tabs.gif') no-repeat 100% -25px !important;
    font-weight: bold;
}

.tabs li span, #contentNavigation li span {
    float: left;
    display: block;
    height: 25px;
    padding: 0 0 0 11px;
    line-height: 28px;
    background: url('images/sprite.content_tabs.gif') no-repeat 0 -25px;
}

.tabs li.active, #contentNavigation li.active {
    background-position: 100% 0 !important;
    color: #ba122b;
    font-weight: bold;
}

.tabs li.active span, #contentNavigation li.active span { background-position: 0 0; }

.staticTabs {
    position: relative;
    height: 25px;
    margin: 0 0 -1px 0 !important;
    list-style: none;
}

.staticTabs li {
    float: left;
    margin: 0 1px 0 0 !important;
    padding: 0 !important;
    background: none !important;
}

.staticTabs li a {
    display: block;
    float: left;
    padding: 0 11px 0 0 !important;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    color: #796B67;
    background: url('images/sprite.content_tabs.gif') no-repeat 100% -25px !important;
    font-weight: bold;
}

.staticTabs li a span {
    float: left;
    display: block;
    height: 25px;
    padding: 0 0 0 11px;
    line-height: 28px;
    background: url('images/sprite.content_tabs.gif') no-repeat 0 -25px;
}

.staticTabs li.active a {
    background-position: 100% 0 !important;
    color: #ba122b;
    font-weight: bold;
}

.staticTabs li.active a span { background-position: 0 0; }

.tab, .staticTab, #navigationText {
    border: 1px solid #CFCFCF;
    margin: 0 0 1.5em;
    padding: 7px 8px;
    background: url('images/bg.tab_gradient.png') repeat-x;
}

.tab h2, .staticTab h2, #navigationText h2 {
    font-family: Georgia, Times New Roman;
    font-weight: 700;
}

.tab table, .staticTab table {
    position: relative;
    width: 536px;
    margin-left: -8px;
    margin-right: -8px;
}

a.arrow {
    background: url('images/arrow.red.gif') no-repeat 0 4px;
    font-weight: bold;
    line-height: 1.4em;
    padding-left: 11px;
}

#main ul {
    margin: 0 0 1.5em;
    list-style: none;
}

#main ul ul { margin: 0 0 1.5em 1.5em; }

#main li, #main ol li ul li {
    margin: 0 0 .3em;
    padding-left: 11px;
    background: url('images/bullet.text_list.png') no-repeat 0 7px;
}

#main ol li {
    margin: 0 0 .3em;
    padding-left: 0;
    background: none;
}

#main ul.inner { margin-bottom: 0; }

#index #main li {
    margin: 0 0 .3em;
    padding-left: 16px;
}

#index #main ol li {
    margin: 0 0 .3em;
    padding-left: 0;
    background: none;
}

#main .nb { border: 0 !important; }

#index #main img { border: 0; }

#main img.left {
    float: left;
    margin: 0 1.5em 1.5em 0;
    padding: 0;
}

#main img.right {
    float: right;
    margin: 0 0 1.5em 1.5em;
}

#index #content {
    display: block;
    float: none;
    width: 930px;
}

#content .container { width: 706px; }

#content { overflow: hidden; }

#banner {
    width: 538px;
    height: 159px;
    overflow: hidden;
}

#homeBanner {
    position: relative;
    width: 538px;
    height: 268px;
    overflow: hidden;
}

#homeBanner .slider {
    position: relative;
    width: 538px;
    height: 268px;
    overflow: hidden;
}

#homeBanner .slider ul {
    position: relative;
    float: left;
    height: 268px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#homeBanner .slider li {
    float: left;
    width: 538px;
    height: 268px;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}

#homeBanner .slider li img { border: 0; }

span.addFlash {
    display: block;
    padding: 90px 50px 0;
    text-align: center;
}

#homeBanner .navigation {
    display: none;
    position: absolute;
    right: 10px;
    bottom: 25px;
}

#homeBanner .navigation .item {
    width: 22px;
    height: 22px;
    background: #fff;
    color: #BA122B;
    line-height: 22px;
    margin-left: 5px;
    text-align: center;
    float: left;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    cursor: pointer;
}

#homeBanner .navigation .item:hover { text-decoration: underline; }

.hide { display: none; }

/* products style */

.products {
    border-top: 1px solid #E0E0E0;
    margin-top: 15px;
}

.products h2 {
    font-family: Georgia, Times New Roman;
    font-weight: 700;
    margin: 0 0 5px !important;
}

.products p { margin: 0 0 5px !important; }

a.linkMore {
    background: url("images/ico.list_bullet.gif") no-repeat -2px 4px;
    padding-left: 11px;
}

.product { border-bottom: 1px solid #E0E0E0; }

.product .image {
    float: left;
    width: 143px;
    margin-right: 10px;
    font-size: 1px;
}

.product .info {
    float: left;
    width: 375px;
    padding: 10px 10px 10px 0;
}

/* footer */

#footer {
    border-top: 1px solid #E6E6E6;
    color: #7B7B7B;
    font-size: 11px;
    height: 28px;
    line-height: 28px;
    clear: both;
    margin-top:  26px;
    text-align: center;
}

/* grid */

.column {
    float: left;
    margin-right: 10px;
}

.last { margin-right: 0; }

.span-1 { width: 49px }
.span-2 { width: 108px }
.span-3 { width: 167px }
.span-4 { width: 226px }
.span-5 { width: 285px }
.span-6 { width: 344px }
.span-7 { width: 403px }
.span-8 { width: 462px }
.span-9 { width: 521px }
.span-10 { width: 580px }
.span-11 { width: 639px }
.span-12 { width: 698px; margin: 0 }
.append-1 { padding-right: 59px }
.append-2 { padding-right: 118px }
.append-3 { padding-right: 177px }
.append-4 { padding-right: 236px }
.append-5 { padding-right: 295px }
.append-6 { padding-right: 354px }
.append-7 { padding-right: 413px }
.append-8 { padding-right: 472px }
.append-9 { padding-right: 531px }
.append-10 { padding-right: 590px }
.append-11 { padding-right: 649px }
.prepend-1 { padding-left: 59px }
.prepend-2 { padding-left: 118px }
.prepend-3 { padding-left: 177px }
.prepend-4 { padding-left: 236px }
.prepend-5 { padding-left: 295px }
.prepend-6 { padding-left: 354px }
.prepend-7 { padding-left: 413px }
.prepend-8 { padding-left: 472px }
.prepend-9 { padding-left: 531px }
.prepend-10 { padding-left: 590px }
.prepend-11 { padding-left: 649px }
.pull-1 { margin-left: -59px }
.pull-2 { margin-left: -118px }
.pull-3 { margin-left: -177px }
.pull-4 { margin-left: -236px }
.push-0 { margin: 0 0 0 18px; float: right; }
.push-1 { margin: 0 -59px 0 18px; float: right }
.push-2 { margin: 0 -118px 0 18px; float: right }
.push-3 { margin: 0 -177px 0 18px; float: right }
.push-4 { margin: 0 -236px 0 18px; float: right }

.pull-1, .pull-2, .pull-3, .pull-4, .push-1, .push-2, .push-3, .push-4 { overflow-x: visible; /* Overrides previous IE6 fix (needs improvement). */ }

/* careers */

.careers li small { color: #7a7a7a; }

a.backToList {
    padding-left: 10px;
    background: url('images/arrow.left_red.gif') no-repeat 0 4px;
}

/* news */

.newsList { margin: 0 0 1.5em; }

.newsList dt {
    clear: both;
    float: left;
    width: 70px;
    margin: 0 10px 0 0;
    font-weight: normal;
    color: #7a7a7a;
    text-align: right;
}

.newsList dd {
    float: left;
    width: 458px;
    margin: 0 0 .5em;
}

#navigationText dd {
    float: left;
    width: 428px;
    margin: 0 0 .5em;
}

#navigationText dt {
    clear: both;
    color: #7A7A7A;
    float: left;
    font-weight: normal;
    margin: 0 10px 0 0;
    text-align: right;
    width: 60px;
}

#navigationText dl { margin-top: 15px;} 

.news ul {clear: both}

.month {
    margin-bottom: .5em;
    font-weight: bold;
}

.years {
    font-size: 1.2em;
    line-height: 1.25;
}

.years span, .years a {
    display: inline;
    margin-left: 10px;
}

small.grey {
    color: #7a7a7a;
    font-size: 12px;
}

/* pharmacies */

#pharmaciesRec {
    color: #7a7a7a;
    margin-bottom: 1em;
    padding-left: 24px;
    margin-top: -0.7em;
}

#specialists, #specialistsTitle {
    display: none;
    margin-bottom: 1.5em;
}

#specialists .field { padding-bottom: .5em; }

#specialists .field label {
    font-weight: normal !important;
    cursor: default;
}

.filter { margin-bottom: 1.5em; }

.filter .field {
    display: inline;
    float: left;
    width: 200px;
    margin: 0 15px 0 0;
    padding: 0 0 0 0;
}

.filter .field label { display: block; }

.filter select { width: 190px; }

.filter input.text { width: 190px; }

.filter .buttons {
    display: inline;
    float: left;
    margin-top: 16px;
}

/* contacts */

#contacts .field, #contacts .buttons { margin-bottom: 0; }

#mapWrapper {
    margin-bottom: 1.7em;
    padding: 2px;
    background: #dadada;
    overflow: hidden;
}

/* search */

.search { margin: 20px 0 }

.search label {
    margin-right: 8px;
    line-height: 24px;
    float: left;
}

input#FilterText {
    border: 0 none;
    color: #C8C8C8;
    height: 19px;
    font-size: 11px;
    line-height: 19px;
    float: left;
    padding: 2px 4px;
    width: 428px;
    background: url('images/bg.searchbox.gif') no-repeat;
}

#resultsList li {
    background: none;
    border: 1px solid #E0E0E0;
    margin-bottom: 8px !important;
    padding: 0;
}

#resultsList li:hover {
    cursor: pointer;
    background-color: #F9F9F7;
}

#resultsList li:hover a { color: #BA122B; }

#resultsList div.resultTitle {
    background-color: #F9F9F7;
    padding: 10px;
}

#resultsList div.resultTitle a {
    padding-left: 10px;
    background: url('images/bg.search_arrow.png') no-repeat 0 5px;
}

#resultsList div.resultSummary { padding: 10px; }

#resultsList div.resultSummary b { color: #BA122B; }

#resultsList li p {
    padding: 0 !important;
    margin-bottom: 0 !important
}

#resultsList li a {
    font-family: Georgia;
    font-size: 12px;
    display: block;
    color: #4A4A4A;
}

#resultsList li a:hover {
    color: #AE2730;
    text-decoration: none
}

.paging {
    float: right;
    font-size: 12px;
    font-weight: bold;
    color: #BA122B;
}

.paging a {
    color: #5B5046;
    font-weight: normal !important;
}

.paging .total {
    margin-right: 10px;
    color: #5B5046;
    font-weight: normal;
}

.paging .separator {
    border-left: 1px dotted #4A4A4A;
    display: inline;
    margin: 0 0 0 6px;
    padding: 0 0 0 6px;
}

/* people */

#main ul.peopleList li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 5px 0;
    background: 0;
    border-top: 1px solid #dadada;
}

#main ul.peopleList li.first { border-top: 0; }

.peopleList .photo {
    float: left;
    width: 102px;
    margin: 0 15px 0 0;
}

.peopleList .photo img { float: left; }

.peopleList .info { padding: 10px 0 0 117px; }

#people .filter .field, #people .filter .buttons { margin-bottom: 0; }

/* photos */

#main ul.photos { margin: 0; }

#main ul.photos li {
    float: left;
    width: 247px;
    margin: 0;
    padding: 0 13px 1.5em 0;
    background: 0;
}

#main ul.photos li a {
    float: left;
    margin: 0 15px 0 0;
}

/* sitemap */

#sitemapList { padding-bottom: 1.5em; }

#sitemapList div.block {
    display: inline;
    float: left;
    width: 262px;
    margin: 0 13px 13px 0;
}

#sitemapList div.last { margin-right: 0; }

#sitemapList dt a {
    display: block;
    background: #e6e6e6;
    text-decoration: none;
    color: #7B7B7B;
    padding: 3px 10px;
    font-size: 13px;
}

#sitemapList dt a:hover { text-decoration: underline }

#sitemapList dl {
    min-height: 160px;
    height: auto !important;
    height: 160px;
    margin: 0;
    padding: 0 0 5px;
    background: #F5F5F5;
    zoom: 1;
}

#sitemapList dt {
    font-size: 1.2em;
    line-height: 1.4;
}

#sitemapList dd { margin: 10px 20px 0 20px; }

#sitemapList dd span.expand {
    position: absolute;
    top: 6px;
    left: 0;
    float: left;
    width: 9px;
    height: 9px;
    background: url('images/sprite.expand_grey.gif') no-repeat 0 0;
    cursor: pointer;
}

* html #sitemapList dd span.expand { left: -15px; }

#sitemapList dd span.show { background-position: 0 -19px; }

#sitemapList ul {
    margin: 0 !important;
    font-size: 11px;
}

#sitemapList ul ul {
    margin: 0 0 -6px !important;
    padding: 2px 0 0 0 !important;
}

#sitemapList ul li a {
    color: #5B5046;
    text-decoration: none;
}

#sitemapList ul li a:hover { text-decoration: underline }

#sitemapList li {
    position: relative !important;
    padding: 2px 0 2px 15px;
    background: url('images/bullet.arrow.gif') no-repeat 0 0;
    background: none;
}

#additional {
    position: relative;
    text-align: right;
}

#additional a { margin-left: 20px; }

#additional a#expandCollapse {
    position: absolute;
    left: 0;
    margin-left: 5px;
    padding: 0 0 0 15px;
    background: url('images/sprite.expand_red.gif') no-repeat 0 4px;
}

* html #additional a#expandCollapse { left: -708px; }

#additional a#expandCollapse.collapse { background-position: 0 -15px; }

/* terms */

#letters a {
    margin-right: 10px;
    font-size: 1.2em;
    color: #7A7A7A;
}

#letters a.active {
    font-weight: bold;
    text-decoration: none;
    color: #ba122b;
}

#termsList dt { font-weight: bold; }

#termsList dd { margin: 0 0 1.5em; }

/* funds */

.auto { width: auto; }

#showGraph {
    display: none;
    float: right;
}

#showGraphWrapper { width: 538px; }

#graph {
    width: 534px;
    height: 302px;
    margin-bottom: 1.5em;
    padding: 2px;
    background: #dadada;
}

object#graph {
    width: 100%;
}

.funds .field { margin: 0 0 1.5em; }

.funds .field label {
    padding: 0 0 15px;
    font-weight: bold;
    cursor: pointer;
}

.funds .field p { margin: 0 0 .5em; }

.funds .date { margin-right: 40px; }

.funds .date select { margin-left: 5px; }

.funds .years { font-size: 12px; }

.funds .years span { margin: 0 5px 0 0; }

.funds .years a {
    margin: 0;
    padding: 2px 5px;
    color: #7a7a7a;
}

.funds .years .active {
    background: #ba122b;
    text-decoration: none;
    color: #fff;
}

.pdf {
    padding: 2px 0 2px 22px;
    background: url('images/ico.pdf.gif') no-repeat 0 0;
    line-height: 24px;
}

.doc, .docx {
    padding: 2px 0 2px 22px;
    background: url('images/ico.word.gif') no-repeat 0 0;
    line-height: 24px;
}

/* spreadsheets */

.spreadsheets .field {
    float:left;
    width:100%;
    margin-bottom:0.5em;
    padding:0.5em 0;
}

.spreadsheets .error .message {
    float:left;
    padding:5px 0 0 0;
    color: BA122B;
}

.spreadsheets .error-list { padding-top: 5px; }

.spreadsheets .w40 { width:40px; }

.spreadsheets .w60 { width:60px; }

.spreadsheets .w100 { width:100px; }

.spreadsheets .w90 { width:90px; }

.spreadsheets .w400 { width:400px; }

.resultGraph {
    display:block;
    margin:0 0 20px 0;
    clear:both;
}

dl.accord dt.expand {
    margin-bottom: 5px;
    padding: 0 0 0 15px;
    background: url('images/sprite.expand_grey.gif') no-repeat 0 4px;
    cursor: pointer;
}

dl.accord dt.collapse { background-position: 0 -15px; }

dl.accord dt.single {
    margin-bottom: 5px;
    padding: 0 0 0 15px;
}

dl.accord dd { margin: 0 0 1.5em 15px; }

.flash-right {
    float: right;
    margin: 0 0 1.5em 1.5em;
    border: 2px solid #DADADA;
}

.flash-right object {
    float: left;
    margin: 0;
    padding: 0;
}

#self-service-system {
    position: relative;
    margin-bottom: 1.5em;
    border: 1px solid #d9d9d9;
    padding: 0 10px;
}

#self-service-system strong {
    color: #ba122b;
    font-size: 28px;
}

#self-service-system a.button {
    position: absolute;
    top: 9px;
    right: 10px;
    float: right;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    line-height: 22px;
}

.formBg {
    background: #f3f2f1;
    margin-bottom: 10px;
}

.pl10 { padding-left: 10px; }

.ml10 { margin-left: 10px; }

#popup {
    width: 650px;
    text-align: left;
}

.archive span, .archive a { margin-right: 5px; }

.socials {
    margin-top: 9px;
    padding-top: 9px;
    border-top: 1px solid #222;
    line-height: 14px;
}

.facebookButton {
    background: url('images/sprite.facebook.gif') no-repeat 0 0;
    color: #000000 !important;
    display: block;
    min-height: 33px;
    height: auto !important;
    height: 33px;
    margin: 0;
    padding: 0 0 0 45px;
    color: #222;
}

.facebookButton:hover {
    background-position: -200px 0;
}

.pharmaciesList {
    width: 100% !important;
    margin: 0 0 1.4em !important;
}

.pharmaciesList a {
    font-weight: normal !important;
}

.pharmaciesFilter .field {
    padding: 0 0 1.5em !important;
}

#newsletter .field {
    padding-bottom: 9px;
/*    position: relative;*/
}

#newsletter .error-note {
    display: block;
}

#newsletter .field label {
    /*position: absolute;
    top: 2px;
    left: 5px;
    z-index: 1;*/
    display: none;
/*    cursor: text;*/
}

#newsletter input.text {
    width: 158px;
}

.form2 {
    background: #f3f2f1;
    margin-bottom: 10px;
    padding: 20px;
}
    .form .field label {
        text-align: right;
    }
