html {
    background-color: #97e73c;
}

body {

}

A {
	TEXT-DECORATION: none
}
A:visited {
	TEXT-DECORATION: none
}
A:hover {
	TEXT-DECORATION: none
}

#page {
    margin: 10px auto;
    width: 900px;
    background: url("b_bg.png") repeat-y;
}

#page1 {
    background: url("b_bg_top.png") no-repeat top left;
}

#page2 {
    background: url("b_bg_bottom.png") no-repeat bottom left;
    position: relative;
    width: 100%;
    overflow: hidden;
}

hr {
    display: none;
    border: none;
    margin: 5px 3px;
    color: #97e73c;
    background-color: #97e73c;
    height: 2px;

}

/* FORMS **********************/

form, fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
    color: #000;
}

input, textarea, select {
    border: 1px solid #dadada;
    color: #666;
    background-color: #fafafa;
    margin: 0;
    padding: 1px;
    font-size: 100%;
    font-family: inherit;
}

input, textarea, select {
    /*
    color: #585858;
    background: #fff;
    */
    /*border: 1px solid #508ac0;*/
}

select { padding: 0; }

.sr {
    position: absolute;
    left: -9999em;
    top: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.nso {
    text-indent: -9999em;
    overflow: hidden;
}

form.cmxform fieldset { margin-bottom: 10px; }

form.cmxform legend {
    padding: 0 2px;
    font-weight: bold;
    _margin: 0 -7px; /* IE Win */
}

form.cmxform label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
    width: 120px;
}

form.cmxform fieldset ol {
    margin: 0;
    padding: 0;
}

form.cmxform fieldset li {
    list-style: none;
    padding: 5px;
    margin: 0;
}

form.cmxform fieldset li.cont {
    list-style: none;
    padding: 0px;
    margin: 0;
}

form.cmxform fieldset fieldset {
    border: none;
    margin: 3px 0 0;
}

form.cmxform fieldset fieldset legend {
    padding: 0 0 5px;
    font-weight: normal;
}

form.cmxform fieldset fieldset label {
    display: block;
    width: auto;
}

form.cmxform em {
    font-weight: bold;
    font-style: normal;
    color: #f00;
}

form.cmxform label { width: 120px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

form.cmxform {
    width: 470px;
    font-size: 1.1em;
    color: #333;
}

form.cmxform legend { padding-left: 0; }

form.cmxform legend,
form.cmxform label { color: #333; }

form.cmxform fieldset {
    border: none;
}

form.cmxform fieldset fieldset { background: none; }

form.cmxform fieldset li {
    padding: 5px 10px 7px;
    border-bottom: 1px solid #C9DCA6;
}

form.cmxform fieldset li.cont {
    padding: 5px 10px 0px;
    border-bottom: none;
}

form.cmxform input.telephone {
    width: 90px;
}

form.cmxform #securityDisclaimer {
    font-size: 77%;
    width: 400px;
}

form.cmxform #messagebody {
    width: 275px;
}



/* HEADER **********************/
#header {
    position: absolute;
    width: 250px;
    margin: 0; padding: 0;
    left: 0;
    top: 0;
    overflow: visible;
}

#logo_fatih {
    display: block;
    width: 215px;
    height: 81px;
    margin: 18px auto 0;
    text-indent: -10000px;
    overflow: hidden;
    background: url("fk_logo.png") ;    
}

#logo_fatih a {
    display: block;
    width: 210px;
    height: 78px;
    margin: 0; padding: 0;
    text-indent: -10000px;
    overflow: hidden;    
}

#slogan_fatih {
    display: none;
}

#header_pluswhite {
    display: none;
}

#membership_menu {
    /*visibility: hidden;*/
    margin: 15px 0 0 0;
    padding: 0;
    display: block;
    width: 610px;
    overflow: hidden;
    font-size: 93%;
}

#membership_menu h2 {
    display: none;
}

#membership_menu a {
    text-decoration: none;
    color: #666;
}

#membership_menu a:hover {
    color: #666;
    text-decoration: underline;
}

#membership_menu label {
    margin: 0;
    display: none;
}

#membership_menu #login_email, #login_password {
    width: 100px;
}

#membership_menu #membership_login {
    margin: 0; padding: 0;
    display: block;
    float: left;
}

#membership_menu form {
    margin: 0; padding: 0;
    display: block;
    float: left;
}

#membership_menu form #login_submit {
    color: #fff;
    background-color: #fff;
    border: none;
    width: 1px;
    height: 1px;
}

#membership_menu #membership_signup {
    margin: 0; padding: 0;
    display: block;
    float: right;
}

#membership_menu #membership_salutation {
    margin: 0; padding: 0;
    display: block;
    float: left;
}

#membership_menu #membership_info_logout {
    margin: 0; padding: 0;
    display: block;
    float: right;
}

#main_menu {
    display: block;
    margin: 80px auto 30px auto;
    width: 204px;
}

#main_menu h2 {
    display: none;
}

#main_menu ul {
    list-style: none;
    padding: 0; margin: 0;
}

#main_menu ul li {
    margin: 2px 0; padding: 0;
    list-style: none;
    text-indent: 0;
    font-size: 138.5%;
}

#main_menu ul li a {
    display: block;
    padding: 2px 10px;
    color: #fff;
    border: 2px solid #ff6600;
    text-decoration: none;
}

#main_menu ul li a.current {
    border: 2px solid #97e73c;
    background-color: #97e73c;
}

#main_menu ul li a.current_parent {
    border: 2px solid #97e73c;
    /*border-bottom: 2px solid #97e73c;*/
    background-color: #ff6600;
}

#main_menu ul li a:hover {
    color: #fff;
    border: 2px solid #97e73c;
    text-decoration: none;
}

#main_menu ul ul {
    /* margin: 0 1em; */
    margin: 0; padding: 0;
    /*border-top: 2px solid #97e73c;*/
    border-bottom: 2px solid #97e73c;
}

#main_menu ul ul li {
    margin: 2px 0; padding: 0 12px 0 12px;
    list-style: none;
    text-indent: 0;
    font-size: 12px;
    /*text-align: right;*/
}

#main_menu ul ul li a {
    display: block;
    padding: 2px 10px;
    color: #fff;
    border: 2px solid #ff6600;
    text-decoration: none;
}

#main_menu ul ul li a.current {
    border: 2px solid #97e73c;
    background-color: #97e73c;
}

#main_menu ul ul li a:hover {
    color: #fff;
    border: 2px solid #97e73c;
    text-decoration: none;
}

/* CONTENT **********************/

#main_content {
    margin: 0 0 0 272px;
    padding: 0 0 15px 0;
    width: 610px;
    color: #666;
    overflow: auto;
    border-bottom: 1px solid #dadada;
}

#main_content a {
    color: #666;
}

#main_content hr {
    display: block;
    border: none;
    margin: 1px 0;
    color: #00FF00;
    background-color: #dadada;
    height: 1px;
}

#main_content h1 {
    color: #ff6600;
    text-align: right;
    font-size: 197%;
}

#main_content h2 {
    color: #97e73c;
}

#flash_promotions {
    display: block;
    width: 610px;
    margin: 15px 0 0 0;
    overflow: hidden;
    background: url("dahaBeyazDislerIstermisiniz.png") no-repeat top left;
}

#flash_promotions h2, #flash_promotions p {
    display: none;
}

.first_level_promotion {
    clear: both;
    border-bottom: 1px solid #dadada;
    margin: 15px 0 0 0;
    padding: 0 0 15px 0;
    position: relative;
    overflow: hidden;
}

.first_level_promotion h2 {
    margin: 0.5em 0 0.25em 0;
    padding: 1.2em 0 0 0;
    margin-left: 200px;
    font-size: 138.5%;
    color: #ff6600;
    position: relative;
}

.first_level_promotion h2 span {
    font-size: 138.5%;
    display: block;
    position: absolute;
    font-weight: normal;
    left:0; top: 0;
    margin: 0; padding: 0;
    color: #999;
}

.first_level_promotion p {
    margin-left: 200px;
    margin-bottom: 0.3em;
}

.first_level_promotion img {
    display: block;
    float: left;
    margin: 0 0 0 20px;
}

.second_level_type_1_promotion {
    clear: left;
    margin: 15px 0 0 0;
    display: block;
    width: 305px;
    float: left;
    overflow: hidden;
}

.second_level_type_1_promotion h2 {
    margin: 0 0 0.25em 0;
    padding: 1em 0 0 0;
    margin-left: 110px;
    font-size: 153.9%;
    color: #97e73c;
    position: relative;
}

.second_level_type_1_promotion p {
    clear: both;
    margin: 30px 20px 0 20px;
    text-align: center;
    font-size: 116%;
}

.second_level_type_1_promotion img {
    display: block;
    float: left;
    margin: 0 0 10px 20px;
}

.second_level_type_2_promotion {
    clear: right;
    margin: 15px 0 0 0;
    padding: 0 0 20px 0;
    display: block;
    width: 305px;
    float: right;
    overflow: hidden;
    background-color: #efefef;
}

.second_level_type_2_promotion h2 {
    margin: 0 0 0.25em 0;
    padding: 1em 0 0 0;
    font-size: 153.9%;
    color: #ff6600;
    position: relative;
    text-align: center;
}

.second_level_type_2_promotion p {
    clear: both;
    margin: 15px 22px 0 22px;
    text-align: center;
    font-size: 100%;
}

#product_list {
    margin: 15px 0 0 0;
    background: url("product_list_bg.png") repeat-y top left;
}

#product_list1 {
    background: url("product_list_top.png") no-repeat top left;
}

#product_list2 {
    text-align: center;
    background: url("product_list_bottom.png") no-repeat bottom left;
    padding: 20px 0;
}

#product_list hr {
    display: block;
    border: none;
    margin: 5px 20px;
    color: #97e73c;
    background-color: #97e73c;
    height: 2px;
}

#product_list .product_group {
    overflow: visible;
    display: block;
    width: 570px;
    height: 170px;
    margin: 0 auto;
}

#product_list .product_group .product_highlight {
    margin: 0; padding: 0;
    display: block;
    position: relative;
    width: 190px;
    height: 170px;
    float: left;
}

#product_list .product_group .product_highlight p {
    display: none;
}



#product_list .product_group .product_highlight h3 {
    position: absolute;
    top: 120px;
    width: 190px;
    left: 0;
}

#product_list .product_group .product_highlight h3 a {
    color: #ff6600;
    text-decoration: none;
}

#product_list .product_group .product_highlight h3 a:hover {
    color: #ff6600;
    text-decoration: underline;
}

#product_list .product_group .horizontal_product h3 {
    position: absolute;
    top: 105px;
}

#product_list .two_item {
    width: 384px;
}

#product {
    margin: 15px 0 0 0;
    position: relative;
    overflow: visible;
}

#product h1 {
    margin-bottom: 0;
}


#product .product_info {
    display: block;
    width: 300px;
    border: none;
    float: right;
    margin: 60px 0 20px 0;
}

#product .product_info p {
    font-size: 108%;
    text-align: center;
}

#product .product_info_price {
    font-size: 123.1%;
    font-weight: bold;
    color: #97e73c;
}

#product .product_info_price_pharmacy {
    font-size: 123.1%;
    font-weight: bold;
    color: #ff6600;
}

#product .product_info form {
    text-align: center;
}

#product #product_description {
    clear: both;
}

#product .product_quantity {
    width: 28px;
    border: 1px solid #dadada;
    color: #666;
    background-color: #fafafa;
    margin: 0; padding: 0;
    text-align: center;
}

#contact_info p {
    clear: both;
    overflow: auto;
}

#contact_info p .info_field {
    width: 150px;
    text-align: right;
    margin: 0 5px 5px 0;
    display: block;
    float: left;
    vertical-align: top;
}

#contact_info p .info_value {
    width: 400px;
    margin: 0 5px 5px 0;
    display: block;
    float: left;
    vertical-align: top;
    font-weight: bold;
}

/* BASKET **********************/

#basket_empty {
    clear: both;
    height: 1px;
    border-top: 1px solid #dadada;
    margin: 15px 0 0 0;
    /*
    position: relative;
    overflow: auto;
    */
}

#basket {
    margin: 15px 0 0 0;
}

#basket h2 {
    display: none;
}

#basketSummary {
    display: block;
    width: 610px;
    height: 30px;
    /* background: url(/css/img/basket_header_expanded.png) no-repeat top left; */
    background: url("basket_header.png") no-repeat top left;
    cursor: pointer;
    
}

#basketBasicSummary {
    color: #fff;
    line-height: 30px;
    text-align: right;
    margin: 0 15px 0 0;
    padding: 0.15em;
    font-size: 131%;
}

#basketDetail {
    display: none;
    overflow:hidden;
}

#basketBody table, #basketBody td {
    border-width: 0;
    border-spacing: 0;
    border-style: none;
    border-collapse: collapse;
    padding: 0;
}

#basketBody table {
    background: url("basket_body_table_bg.png") repeat-y top left;
    padding-left: 1px;
    padding-right: 1px;
}

#basketBody tr {
    border-bottom: 1px solid #dadada;
}

#basketBody thead {
    display: none;
}

#basketBody {
    background: url("basket_body_table_bg.png") repeat-y top left;
}

#basketBodyHeader {
    display: block;
    background: url("basket_body_table_header.png") no-repeat top left;
    height: 18px;
}

#basketBodyHeader span {
    display: none;
}

.basketBodyRow {
    position: relative;
    margin: 0;
    overflow: hidden;
    height: 50px;
    vertical-align: middle;
    background: url("basket_body_table_row_bottom_border.png") no-repeat bottom left;
}

.basketBodyRow input {
    width: 28px;
    border: 1px solid #dadada;
    color: #666;
    background-color: #fafafa;
    margin: 0; padding: 0;
    text-align: center;
}

/*
.basketBodyRow span {
display: block;
float: left;
padding-top: 15px;
}
*/

.basketRowImage, .basketRowName, .basketRowUnitPrice, .basketRowQuantity, .basketRowTotal, .basketRowRemove {
    display: block;
    position: absolute;
    top: 15px;
    width: inherit;
}

.basketRowImage {
    top: 5px;
    left: 7px;
}

.basketRowName {
    left: 55px;
    width: 290px;
}

.basketRowUnitPrice{
    left: 353px;
}

.basketRowQuantity{
    top: 14px;
    left: 450px;
}

.basketRowTotal{
    left: 510px;
}

.basketRowRemove {
    left: 590px;
}


#basketFooter {
    background: url("basket_footer.png") no-repeat top left;
    height: 38px;
    position: relative;
}

#basketFooter strong {
    display: none;
}

#basketCostSummary {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 610;
    height: 38px;
}

#basketCostSummaryTotal, #basketCostSummaryBasket, #basketCostSummaryShipping, #basketCostSummaryVat {
    display: block;
    position: absolute;
    top: 14px;
    width: 100px;
    font-size: 123.1%;
    font-weight: bold;
}

#basketCostSummaryTotal {
    left: 17px;
    color: #ff6600;
}

#basketCostSummaryBasket {
    left: 127px;
    color: #97e73c;
}

#basketCostSummaryShipping {
    left: 237px;
    color: #97e73c;
}

#basketCostSummaryVat {
    left: 347px;
    color: #97e73c;
}

#basketCancel {
    display: block;
    position: absolute;
    top: 6px;
    left: 440px;
    width: 70px;
    height: 25px;
    border: none;
    background: none;
    background: url("basket_cancel.png") no-repeat top left;
    margin: 0; padding: 0;
    cursor: pointer;
    text-indent: -10000px;
    overflow: hidden;
    font-size: 0; line-height: 25px;  /*Needed for IE */
}

#basketCheckout {
    display: block;
    position: absolute;
    top: 6px;
    left: 520px;
    width: 70px;
    height: 25px;
    border: none;
    background: none;
    background: url("basket_checkout.png") no-repeat top left;
    margin: 0; padding: 0;
    cursor: pointer;
    text-indent: -10000px;
    overflow: hidden;
    font-size: 0; line-height: 25px;  /*Needed for IE */
}

#basketUpdate {
    position: absolute;
    visibility: hidden;
    z-index: -10000;
}


.depot_city {
    font-weight: bold;
}

.depot {
    margin-left: 15px;
}


/* FOOTER **********************/

#footer {
    height: 70px;
    padding: 0;
}

#footer_menu {
    display: block;
    position: absolute;
    left: 300px;
    width: 180px;
    border-right: 1px solid #dadada;
    margin: 10px 0 10px 5px; padding: 5px;
}

#footer_menu ul {
    list-style: none;
    padding: 0; margin: 0;
}

#footer_menu li {
    margin: 0; padding: 0;
    list-style: none;
    text-indent: 0;
    text-align: right;
    font-size: 93%;
}

#footer_menu li a {
    color: #dadada;
    text-decoration: none;
}

#footer_menu li a:hover {
    text-decoration: underline;
}

#copyright {
    display: block;
    height: 25px;
    vertical-align: baseline;
    position: absolute;
    left: 500px;
    width: 395px;
    padding-top: 30px;
    color: #dadada;
    font-size: 93%;
}

