/* 

      O K G
      CSS file
      author: Radovan Čapek
      
*/

/* ============= BASIC DEFINITON ============= */
 
body {
    background-color: #61B300;
    color: #408A8A;
    font: 11px/16px Arial, Times New Roman, Verdana;
    padding: 0;
    margin: 0;
}

div {
    padding: 0;
    margin: 0;
}

img {
    border: 0px solid black;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

h4 {
    font: 11px/14px Arial, Times New Roman, Verdana;
    font-weight: bolder;
}

p {
    margin: 10px 0;
}

h2 {
    text-align: left;
    font-size: 20px;
    margin: 12px 0 20px 0;
    font-weight: normal;
    color: #478300;
    padding: 0;
}

/* -------------- WARNING --------------- */
.warning {
    position: absolute;
    top: 600px;
    left: 80px;
    border: 1px solid #898989;
    padding: 10px;
}

h3.error {
    color: #ff0000;
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px 0;
}

h3.success {
    color: #99E93A;
    font-size: 24px;
    text-align: center;
    padding: 0;
    margin: 40px 25px;
}

h3.info_warning {
    color: #646464;
    font-size: 18px;
    text-align: center;
    padding: 0;
    margin: 40px 25px;
    font-weight: normal;
}

h3.order_warning {
    color: #ee0000;
    font-size: 24px;
    text-align: center;
    padding: 0;
    margin: 40px 25px;
}
/* ================== HEADER =================== */
#header {
    background: #4A8800 url('img/header.jpg') no-repeat;
    width: 1000px;
    margin: 0 auto 0 auto;
    padding: 0;
}
/* ------------- TOP ------------ */
#header #top {
    width: 950px;
    height: 80px;
    margin-left: 25px;
    font-size: 10px;
}

#header #top #logo {
    margin: 0px 0 0 0px;
    width: 190px;
    height: 50px;
    float: left;
}

#header #top #logo h2 {
    text-align: left;
    margin: 0;
    padding: 15px 0 0 0;
}

#header #top #logo a h2 span{
    display: none;
}

#header #top #logo a {
    position: relative; top: 20px;
    width: 115px; 
    height: 50px;
    display: block;
    margin: 0 0 0 35px;
    padding: 0;
    
}

#header #top #nav {
    float: left;
    width: 570px;
}

#header #top #nav ul {
    margin: 30px 0 0 340px; padding: 0;
}

#header #top ul li {
    list-style-type: none;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

#header #top ul li a {
    color: #ffffff;
    background-color: #61B300;
    padding: 1px 2px 2px 2px;
    float: left;
}

#header #top ul li a:hover {
    background-color: #478300;
}

#header #top #languages {
    float: left;
}

#header #top #languages ul {
    margin: 30px 0 0 115px; 
    padding: 0;
}

#header #top languages ul li {
    float: left;
}

#header #top #languages ul li a.not_selected {
    background-color: transparent;
}

#header #top #languages ul li a {
    -moz-border-radius: 3px;
}

/* ------------- MIDDLE ------------ */
#header #middle {
    width: 950px;
    height: 95px;
    margin-left: 25px;
    font-size: 10px;
}

#header #middle ul {
    list-style-type:none;
    margin:0;
    padding:0;
    float: left;
}

#header #middle ul li {
    list-style-type: none;
    margin:0;
    padding:0;
    float: left;
}

#header #middle ul a {
    display:block;
    width:189px;
    background:#61B300;
    color:#ffffff;
    border-right:1px solid #7FC130;
    height: 95px;
}

#header #middle ul a:hover {
    background-color: #4A8800;
}

#header #middle ul a.selected {
    background-color: #4A8800;
}

#header #middle ul li a img {
    margin-right: 10px;
}

#header #middle ul li a span {
    padding-top: 35px;
    display: block;
}

#log_window {
    width: 188px;
    height: 92px;
    border: 1px solid #ffffff;
    float: left;
    background-color: #C38933;
    opacity: 0.60;
    filter: alpha(opacity=60);
    color: #ffffff;
    margin:0;
    padding:0;
}

#log_window #for_reg {
    border-bottom: 1px solid #CF9E5B;
    font-size: 9px;
    padding: 4px 0 2px 12px;
}

#log_window table {
    font-size: 10px;
    margin-right: 10px;
    margin-bottom: 2px;
}

#log_window table tr{
    padding: 0;
    vertical-align: middle;
}

#log_window table tr td {
    padding: 0;
    vertical-align: middle;
}

#log_window table td.first_c {
    width: 60px;
    text-align: center;
}

#log_window table td input {
    width: 115px;
    height: 12px;
    font-size: 10px;
}

#log_window a {
    color: #ffffff;
    position: relative;
    top: -2px;
}

#log_window a:hover {
    color: #aaaaff;
    text-decoration: underline;
}

#log_window #new_reg {
    margin-left: 15px;
    width: 100px;
}

#log_window  #enter_button {
    font-size: 10px;
    cursor: pointer;
    width: 58px;
    height: 17px;
    background-color: #8D864A;
    border: 1px solid #9E975B;
    color: #ffffff;
    float: right;
    margin-left: 15px;   
    margin-right: 5px;  
    line-height: 10px;
    font-family: arial;
}

#log_window table#logined td {
    padding: 2px 10px;
    font-size: 10px;
}

#log_window table#logined td.emphasis {
    font-size: 12px;
    font-weight: bolder;
}

#log_window table#logined td a {
    text-decoration: underline;
    color: #eeeeee;
}

#log_window table#logined td a:hover {
    color: #aaaaff;
}
/* ------------- OPACITY MENU ------------ */
#header #opacity_menu {
    width: 950px;
    height: 175px;
    margin-left: 25px;
    color: #ffffff;
    font-family: Verdana;
    font-size: 10px;
    padding: 0px;
    opacity: 0.75;
    filter: alpha(opacity=75); 
}

#header #opacity_menu div#link1 {
    width: 189px;
    height: 175px;  
    background-color: #5D7D0E;
    visibility: hidden;
    float:left;
    margin-right: 1px;
}

#header #opacity_menu div#link2 {
    width: 189px;
    height: 175px;  
    background-color: #5D7D0E;
    visibility: hidden;
    float:left;
    margin-right: 1px;
}

#header #opacity_menu div#link3 {
    width: 189px;
    height: 175px;  
    background-color: #5D7D0E;
    visibility: hidden;
    float:left;
    margin-right: 1px;
}

#header #opacity_menu div#link4 {
    width: 189px;
    height: 175px;  
    background-color: #5D7D0E;
    visibility: hidden;
    float:left;
    margin-right: 1px;
}

#header #opacity_menu div div.text{    
    padding: 10px 20px 0 20px;
}

#header #opacity_menu div div.text a {    
    color: #ffffff;
    clear: both;
}

#header #opacity_menu div div.text a:hover {    
    text-decoration: underline;
}

/* -------------- LINE MENU ------------- */
.line_menu {
    color: #478300;
    margin-left: 25px;
    font-size: 11px;
    
}

.line_menu a {
    color: #61B300;
}

.line_menu a:hover {
    text-decoration: underline;
}

.main_top img {
    float: right;
    position:relative;
    top: -10px;
    left: 3px;
}

.main_top {
    width: 757px;
}

.main_top_menu_only {
    margin-bottom: 35px;
}

/* ================== MAIN =================== */
#main {
    background-color: #ffffff;
    width: 950px;
    margin: 0 auto 0 auto;
    padding: 10px 0;
    clear:both;
    min-height: 260px;
    background-image: url('img/line.gif');
    background-repeat: repeat-x;
}

#main div.left_column {
    width: 380px;
    float: left;
    line-height: 20px;
}

#main div.left_column h4 {
    margin: 25px 0 0 30px;
}

#main div.left_column #motto {
    font-size: 21px;
    line-height: 29px;
}

#main div.left_column p {
    margin: 5px 0 10px 30px;
}

#main div.right_column {
    width: 340px;
    line-height: 20px;
    float: left;
}

#main div.right_column a {
    color: #478300;
}

#main div.right_column h4 {
    margin: 25px 0 0 30px;
}

#main div.right_column p {
    margin: 5px 0 5px 30px;
}

#main h4 a {
    color: #2ABA4D;
}

#main div.right_column h4 a {
    color: #2ABA4D;
}

#main h4 a:hover {
    text-decoration: underline;
}

a.u_line {
    color: #2ABA4D;
    text-decoration: underline;  
}

#main #next_actualities {
    width: 180px;
    float: left;
    margin: 25px 0 0 50px;
}

#main #next_actualities a {
    color: #408A8A;
}

#main #next_actualities a:hover {
    text-decoration: underline;
}

/* ============== ACTUALITIES ================= */
#actualities {
    margin: 0 0 0 25px;
    line-height: 14px;
    width: 550px;
}

#actualities h4 {
    margin: 0;
    padding: 0;
}


#actualities h4 a {
    color: #2ABA4D;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    font-weight: bolder;
    padding:0;
}

#actualities p {
    color: #646464;
    margin: 0;
}

#actualities h3 {
    color: #DC7A17;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    font-weight: bolder;
    padding: 5px 0 0 0;
}

#actualities #detail h4 {
    color: #478300;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    font-weight: bolder;
    padding: 0 0 10px 0;
}

#actualities #detail p  {
    color: #646464;
    margin: 10px 0;
}

/* ================ PRODUCTS ================== */
#products {
    margin: 0 0 0 25px;
    color: #478300;
    min-height: 420px;
}

#products div.left_column {
    float: left;
    margin: 0px 60px 0 0px;
    width: 300px;
    padding: 0;
}

#products div.left_column h3 {
    text-align: left;
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

#products div.left_column h4 {
    text-align: left;
    padding: 0;
    margin: 0;
    font-weight: bolder;
}

#products div.left_column p {
    margin: 20px 0;
}

#products div.left_column p a {
    color: #478300;
    text-decoration: underline;
}

#products div.left_column p a.gray {
    color: #646464;
    text-decoration: none;
}

#products div.left_column p a:hover.gray {
    text-decoration: underline;
}

#products div.left_column img.before {
    width: 120px;
    margin: 0 10px;
    float: left;
}

#products div.left_column img.after {
    width: 120px;
    float: right;
    margin: 0 10px;
}

#products div.links_column {
    width: 190px;
    float: left;
    margin: 60px 0 0 0;
}

#products div.links_column a {
    color: #478300;
}

#products div.links_column a:hover {
    text-decoration: underline;
}

#products div.right_image_column {
    margin: 65px 0 0 0;
    float: left;
}

/* ============== PRODUKT OFFER =============== */

#products div.image_line img {
    margin-right: 25px;
}

#products #offer h3 {
    text-align: left;
    font-size: 14px;
    margin-top: 12px;
}

#products #offer h4 {
    margin: 0;
    padding: 0;
}

#products #offer h4.top {
    margin-top: 50px;;
}
#products #offer h4 a {
    color: #478300;
    font-size: 12px;
    font-weight: bolder;
}

#products #offer h4 a:hover {
    text-decoration: underline;
}

#products #offer p {
    color: #898989;
    font-size: 10px;
    margin: 0 0 10px 0;
}

#products #offer #health_product {
    width: 523px;
    padding: 0;
    float: left;
}

#products #offer #health_product .product {
    float: left;
    width: 230px;
}

#products #offer #home_product {
    width: 280px;
    float: left;
    margin-left: 25px;
}


/* =============== POSSIBILITES ================ */
#possibilities {
    color: #478300;
    margin: 0 0 0 25px;
}

#possibilities div.left_column {
    float: left;
    margin: 0px 60px 0 0px;
    width: 300px;
    padding: 0;
}

#possibilities div.left_column h3 {
    text-align: left;
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

#possibilities div.left_column p {
    margin: 20px 0;
    color: #646464;
}

#possibilities div.left_column p a {
    color: #61B300;
}

#possibilities div.left_column p a:hover {
    text-decoration: underline;
}

#possibilities div.links_column {
    width: 160px;
    float: left;
    margin: 25px 0 0 0;
}

#possibilities div.links_column .selected {
    color: #478300;
    font-weight: bolder;
}

#possibilities div.links_column a {
    color: #478300;
}

#possibilities div.links_column a:hover {
    text-decoration: underline;
}

#possibilities div.right_image_column {
    margin: 0px 0 0 0;
    float: right;
}

/* ================= REGISTER ================== */
#registration {
    margin: 35px 25px;
}

#registration div.info_column {
    width: 320px;
    margin: 0 25px 0 0px;
    color: #898989;
    float: left;
}

#registration div.info_column h4 {
    margin: 4px 0;
    color: #478300;
    font-size: 14px;
}

#registration div.info_column a {
    font-weight: bolder;
    color: #61B300;
}

#registration div.info_column a:hover {
    text-decoration: underline;
    color: #478300;
}

#registration #form {
    width: 540px;
    background-color: #EAEAEA;
    font-size: 11px;
    font-weight: bolder;
    float: left;
    margin: 35px 0 0 10px;
}

#registration #form div.content {
    margin: 25px 25px 20px 35px;
}

#registration #form div.content form {
    margin: 0;
    padding: 0;
}

#registration #form div.content #condition {
    height:200px;
    clear:both;
    margin:0 25px 5px 0px;
    overflow:auto;
    background-color:#fff;
    border:1px solid #BCCC4F;
    overflow-x:hidden;
    padding:5px;
    font-size: 10px;
    color: #646464;
    font-weight: normal;
}

#registration #form div.content table {
    margin-top: 10px;
}

#registration #form div.content table th {
    padding-top: 10px;
    text-align: left;
    color: #222244;
}

#registration #form div.content table td {
    vertical-align: bottom;
}

#registration #form div.content table td.reg_error {
    padding-left: 15px;
    color: #ff0000;
}

#registration #form div.content table td.reg_birth_error {
    padding-left: 18px;
    color: #ff0000;
}

#registration #form div.content table td input {
    font-weight: normal;
    width: 170px;
}

#registration #form div.content table td input.birthday {
    width: 20px;
    margin-right: 3px;
}

#registration #form div.content table td input.birthyear {
    width: 50px;
}

#registration #form div.content table td.first_table_column {
    width: 140px;
    font-weight: normal;
}

#registration #form div.content table td select {
    color: #646464;
    width: 170px;
}

#registration #form div.content table td select option {
    color: #646464;
}

#registration #form div.content #submit_buttons {
    margin: 30px 0 20px 250px;
}

#registration #form div.content input.submit {
    cursor: pointer;
    width: 95px;
    height: 25px;
    background-color: #61B300;
    border: 1px solid #ffffff;
    margin-left: 15px;
    font-size: 11px;
    font-weight: bolder;
    color: #ffffff;
}

#registration #form div.content input.submit:hover {
    background-color: #99E93A;    
}
/* ============== CASH ===================== */
#cash {
    margin: 0 0 0 25px;
}

#cash span {
    color: #646464;
    margin-left: 15px;
}

#cash h2 {
    color: #DC7A17;
}

#cash .input_block {
    background-color: #DFF0CC;
    width: 725px;
    margin: 5px 0 15px 0;
    color: #000000;
    padding: 5px 0;
}

#cash .input_block input {
    margin-left: 15px;
}

#cash .input_block table td.input_column {
    width: 200px;
}

#cash .input_block table.product_table {
    margin-left: 10px;
}

#cash .input_block table.product_table td {
    width: 75px;
    text-align: center;
}

#cash .input_block table.product_table th {
    color: #646464;
    font-size: 11px;
    font-weight: normal;
}

#cash .input_block table.product_table td.product {
    width: 200px;
    color: #478300;
    font-weight: bolder;
    text-align: left;
}

#cash .input_block table.reg_address td {
    vertical-align: top;
    padding-right: 25px;
}

#cash .input_block table.reg_address td.input {
    padding-right: 0px;
}

#cash .input_block table.reg_address td textarea {
    width: 200px;
    height: 90px;
}

#cash #bottom_order {
    color: #000000;
    text-align: right;
    width: 725px;
}

#cash #bottom_order input {
    color: #ffffff;
    width: 140px;
    height: 20px;
    background-color: #478300;
    border: 1px solid #ffffff;
    margin-left: 20px;
    font-size: 10px;
    font-weight: bolder;
    cursor: pointer;
}

#cash .input_block table.sum_table {
    margin: 10px 0 0 315px;
}

#cash .input_block table.sum_table td {
    background-color: transparent;
    height: 25px;
    padding-right: 10px;
}

#cash .input_block table.sum_table td.right_align {
    text-align: right;
    padding-right: 10px;
}

#cash .input_block table.sum_table td.emphasis {
    color: #478300;
    font-weight: bolder;
    font-size: 11px;
}

#notes_to_buy { 
    margin-left: 10px;
}

#notes_to_buy td { 
    background-color: transparent;
    color: #646464;
    vertical-align: top;
}

#notes_to_buy td textarea { 
    border: 1px solid #000000;
    width: 450px;
    height: 50px;
    font-size: 11px;
    margin-left: 10px;
}

/* ================= JOIN US =================== */
#joinus { 
    margin: 0 0 0 25px;
    color: #478300; 
}

#joinus img { 
    float: right; 
}
#joinus input { 
    margin-right: 5px;
}

#joinus #submit_button { 
    background-color: #478300;
    color: #ffffff;
    font-weight: bolder;
    width: 85px;
    height: 23px;
    font-size: 11px;
    border: 1px solid #ffffff;
    margin-top: 5px; 
}

#joinus #submit_button:hover { 
    background-color: #99E93A;
    cursor: pointer;
}

#joinus #join { 
    background-color: #EAEAEA;
    width: 510px;
    height: 305px;
    margin-bottom: 10px;
}

#joinus table { 
    margin: 10px 20px 0 20px;
    color: #000000;
}

#joinus table td { 
    padding: 4px 0px 4px 0;
    vertical-align:top
}

#joinus table td.first_column { 
    width: 80px;
}

#joinus table input { 
    width: 380px;
}

#joinus table textarea { 
    width: 380px;
    height: 110px;
}

#joinus #submit_buttons {
    margin: 10px 0 10px 255px;
}

#joinus input.submit {
    cursor: pointer;
    width: 95px;
    height: 25px;
    background-color: #61B300;
    border: 1px solid #ffffff;
    margin-left: 15px;
    font-size: 11px;
    font-weight: bolder;
    color: #ffffff;
}

#joinus input.submit:hover {
    background-color: #99E93A;    
}
/* ================== CONTACT ================== */
#contact {
    margin: 45px 0 0 45px;
    color: #478300;
    font-size: 13px;
}

#contact h3 {
    font-weight: bolder;
    margin: 10px 0;
    text-align: left;
    font-size: 15px;
}

#contact a {
    color: #146100;
}

#contact a:hover {
    text-decoration: underline;
}
/* =================== FAQ ===================== */
#faq {
    margin: 0 0 0 25px;
}

#faq h3 {
    text-align: left;
    font-size: 16px;
    margin: 12px 0 5px 0;
    font-weight: bolder;
    color: #478300;
    padding: 0;
}

#faq #topic_list {
    float: left;
    width: 380px;
    padding-top: 10px;
    padding-bottom: 100px;
} 

#faq #topic_list a {
    font-weight: bolder;
    font-size: 12px;
    color: #61B300;
}

#faq #topic_list a:hover {
    text-decoration: underline;
    color: #478300;
} 

#faq #new_question {
    float: left;
    width: 300px;
    padding-top: 10px;
} 

#faq #new_question a {
    font-weight: bolder;
    font-size: 12px;
    color: #DC7A17;
} 

#faq #new_question a:hover {
    text-decoration: underline;
}

#faq #new_question #topics {
    padding-top: 20px;
} 

#faq #new_question #topics span {
    font-weight: bolder;
    font-size: 12px;
    color: #478300;
} 

#faq #new_question #topics a {
    color: #61B300;
    font-weight: normal;
} 

#faq #new_question #topics a:hover {
    text-decoration: underline;
}

#faq #faq_detail {
    float: left;
    width: 545px;
    padding-top: 10px;
    padding-bottom: 30px;
    color: #646464;
    margin-right: 25px;
}

#faq #faq_detail h4 {
    color: #478300;
    padding: 7px 0 0 0;
    margin: 0;
    font-weight: bolder;
    font-size: 12px;
}

#faq #faq_detail hr {
    border-bottom: 3px solid #478300;
    
}

/* ================== FOOTER =================== */
#footer {
    background-color: #DC7A17;
    width: 950px;
    height: 90px;
    margin: 0 auto 0 auto;
    padding: 0;
    color: #EEBD8B;
    padding-top: 16px;
    clear: both;
}

#footer a {
    color: #EEBD8B;
    text-decoration: underline;
}

#footer a:hover {
    color: #9999ee;
}


#footer img {
    margin-right: 10px;
    position: relative;
    top: 3px;
}

#footer table {
    margin-top: 45px;
}

#footer table tr td {
    border-bottom: 1px solid #E39545;
    width: 950px;
}

