/* 
    Document   : dieta2.css
    Created on : 2010-08-30, 15:56:25
    Author     : leszek
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.index_box {
    width: 402px;
    font-size: 13px;

}

.index_box li {
    padding: 2px 0 2px 0;
}

.index_box a {
    text-decoration:none;
}

.index_box h1 img {
    vertical-align:middle;
}

.index_box h1 {
    font-size: 12px;
    color: #888888;
    height: 36px;
    margin: 0 0 5px;
    padding: 5px 10px 0;
}

#index_box_diets {
    float: left;
}

#index_box_diets .imagebox {
    width:160px;
    float: left;
    margin: 0 20px 5px 0;

}

#index_box_diets h1 {
    background-image: url(/images/index_boxes/bar_green.png);
    background-repeat: no-repeat;
}

#index_box_diets ul {
    /* list-style-position:inside; */
    padding-left: 15px;
    list-style-type: square;
    color:#FDAC1C;
}

#index_box_diets ul span {
    color: #4E6C9A;
}

#index_box_doctors {
    float: right;
    padding-right:3px
}

#index_box_doctors h1 {
    background-image: url(/images/index_boxes/bar_purple.png);
    background-repeat: no-repeat;
}

#index_box_doctors ul {
    list-style-type: square;
    color:#FDAC1C;
    padding-left:15px;
}

#index_box_doctors ul .city, #index_box_products ul .category {
    color:#6F7887;
    text-decoration: underline;
    font-style:italic;
    font-weight:normal;
}

#index_box_doctors .categories {
    clear:both;
    padding:15px 0 0;
}

#index_box_doctors .categories label {
    font-weight:bold;
    font-size: 12px;
}

#index_box_products {
    float: left;
}

#index_box_products h1 {
    background-image: url(/images/index_boxes/bar_blue.png);
    background-repeat: no-repeat;
}

#index_box_products ul {
    /* list-style-position:inside; */
    padding-left: 15px;
    list-style-type: square;
    color:#FDAC1C;
}



#index_box_facebook {
    float: right;
    padding-right:3px
}

#index_box_facebook h1 {
    background-image: url(/images/index_boxes/bar_yellow.png);
    background-repeat: no-repeat;
}

#search_extend {
    background-image: url(/images/extend_arrow.gif);
    background-position: 0 -22px;
    width: 34px;
    height: 22px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.search_extended {
    display: none;
}

.topSubMenu {
    background-color: #4EBEF2;
    text-align: left;
    position: absolute;
    top: 25px;
    left: -10px;
    min-width: 200px;
    width: auto !important;
    width: 200px;
    white-space: nowrap;
    display: none;
	z-index:10;
}

.topSubSubMenu {
    background-color: #4EBEF2;
    text-align: left;
    position: absolute;
    top: 0;
    left: 203px;
    min-width: 200px;
    width: auto !important;
    width: 200px;
    white-space: nowrap;
    display: none;
	z-index:10;
}

.topSubSubMenu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.topSubSubMenuWrapper {
    position: relative;
	z-index:10;
}

.topSubSubMenuWrapper > a {
    background-image: url('/images/submenuArrow.png');
    background-repeat: no-repeat;
    background-position: 184px 10px;
}

#topMenuRight .topSubMenu {
    background-color: #FA81E5;
    top: 32px;
    left: 0;
}

#topMenuRight .topSubMenu a {
    border-top: 1px solid #FA8EE7;
    border-bottom: 1px solid #FBB3EE;
}

#topMenuRight .topSubMenu li {
    list-style: none;
}

.topSubMenu a {
    display: block;
    padding: 10px;
    border-top: 1px solid #46BAEF;
    border-bottom: 1px solid #2CADE4;
}

#topsearchbox_wrapper {
    position: absolute;
    left: 50%;
    top: 45px;
    width: 345px;
    margin: 0 -175px;
}

#topsearchbox_wrapper p {
    padding: 3px;
    font-size: 10px;
    color: #000;
}

#topsearchbox_wrapper p a {
    color: #114488;
    text-decoration: none;
}

#topsearchbox_wrapper p a:hover {
    text-decoration: underline;
}


.topsearchbox {
    float:right;
    height: 33px;
    width: 340px;
    background: #e6e6e6;
    border-radius: 3px;
    moz-border-radius: 3px;
    margin: 7px 0 5px;
    padding: 3px;
    position: relative;
}

.topsearchbox input {
    width: 225px;
    height: 31px;
    border: 1px solid #ADB4B9;
    vertical-align: top;
    padding: 0 5px;
    color: #aaaaaa;
    font-weight: bold;
    font-family: "bookman old style", tahoma, sans-serif;
    
}

.topsearchbox img {
    margin-left: 7px;
}

.topsearchbox_selector {
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 5;
    width: 340px;
    background: #e6e6e6;
    padding: 3px;
    display: none;
}

.topsearchbox_selector li {
    background-color: #fff;
    list-style: none;
    padding: 2px;
    border-top: 1px dashed #e6e6e6;
}

.topsearchbox_selector li.first {
    border-top: 0;
}

.topsearchbox_selector li a {
    display: block;
    color: #222;
    text-decoration: none;
    padding: 5px;
    font-size: 12px;
}

.topsearchbox_selector li a:hover {
    background-color: #f6f6f6;
}

.userbox {
    float:right;
    width: 200px;
    padding: 10px 25px;
    margin: 42px 7px 7px;
    background: #F3F3F3;
    color: #0093D8;
    font-size: 12px;
    line-height: 18px;
    min-height: 36px;
    height: auto !important;
    height: 36px;
}

.userbox b {
    color: #DE21C2;
}

#topwrapper {
    position:relative;
    height: 105px;
    padding: 10px 0 5px;
}

#socialmedia {
    height: 25px;
    width: 250px;
    position: absolute;
    top: 87px;
    left: 0;
    white-space: nowrap;
}

