/* Base styles */


@media screen and (orientation:portrait) {
    width: 150vw; }
@media screen and (orientation:landscape) {
    width: 150vw; }

body{
    font-family: sans-serif;
    background: url("image/grid_back.png");
    background-repeat: repeat;


}
#usericontext{
    cursor:pointer;
}
#usericon{
    cursor:pointer;
}
.none{
    color: rgba(0,0,0,0.0);
}
.shoprules{
    font-family: sans-serif; 
    padding-left: 30px;
    padding-right: 30px;
    color:black;
}

ul { list-style: none; margin: 0; padding: 0; }

a { text-decoration: none; }

dph{
    font-size: 10px;
}
dphb{
    font-size: 15px;
}

.main-header { height:100px; margin-top: -10px;}



div#main{
    margin: auto;  
    position: absolute;
    left:0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1200px;
    padding-left: 10px;
    padding-right: 10px;


}
.homepage img{
    margin-left: 0px;
    margin-right: 0px;
}

.container {
    display: table;
    overflow: hidden;
    display: table-cell; 
    vertical-align: middle;
}

iframe {
    width: 98%;
    padding-left: 10px;
    height: 100%;
    border:0px;

}
.footer {
    margin-top: 20px;

    opacity: 0.5;
    padding: 10px;
    color: white;
    background: black;
    height: 300px;
}
.down {

    margin-bottom: 40px;
    background: rgba(0,0,0,0.5);
    padding: 10px;
    color: white;
    height: 50px;
}

.header_mail{
    text-align: right;
    margin-top: 20px;
    opacity: 0.5;
    float: right;
    font-weight: bold;
    font-size: 18px;
    font-family: sans-serif;
}
.header_logo{
    color:#A0A0A0;
    font-weight: bold;
    font-size: 18px;
    font-family: sans-serif;
    height: 100px;
    float: left;
}
h1{
    margin: 0;
    padding: 0;
    color:#A0A0A0;
    font-weight: bold;
    font-size: 18px;
    font-family: sans-serif;
}
.header_mail button {
    float: right;
    margin-left: 5px;
    margin: 0px;
    width: 100px;
    height: 30px;
    background-color:#9ec32c;
    color: #000;
    border: 0px solid black;
    font-weight: bold;
}
.loginbutton{

}
.login_email{
    line-height: 32px;
    height: 32px;
}
.header_mail button:hover{
    background-color:#A0A0A0;
    color: #fff;  
}
.shopping_cart{
    margin-top: 4px;
    opacity: 0.8;
    float: right;
}
.shopping_cart_info{ 
    width: 70px;
    opacity: 0.8;
    line-height: 38px;
    margin-top: 6px;
    margin-right: 5px;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    font-family: sans-serif;
    float: right;    
    text-align: right;
}

.user{
    margin-top: 4px;
    opacity: 0.8;
    float: right;
}
.user_info{ 

    line-height: 38px;
    width: 95px;
    opacity: 0.8;
    margin-top: 6px;
    margin-right: 5px;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    font-family: sans-serif;
    float: right;    
    text-align: right;
}
img[type=logo] {
    opacity: 0.8;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
login{

    float: right;
}

login input[type=text]{
    height: 20px;
    width: 165px;
    margin-bottom: 3px;
    padding-left: 10px;
    margin-left: 20px;
    background-color:#333333;
    color: #AAA;
    border: 1px solid black;

}
login input[type=password]{
    height: 20px;
    width: 165px;
    margin-bottom: 3px;
    padding-left: 10px;
    margin-left: 20px;
    background-color:#333333;
    color: #AAA;
    border: 1px solid black;
}

input[type=text]:focus, input[type=password]:focus {
    outline: 0;
    box-shadow: inset 0 0 8px rgba(226,239,207,.7);
}
search input[type=text]{
    height: 25px;
    width: 260px;
    background-color:#333333;
    color: #AAA;
    border: 1px solid black;

}
search button{
    margin: 0px;
}
search tbody{
    margin-right: -4px;
    padding-right: -4px;
}
search table{
    margin-right: -4px;
    padding-right: -4px;
}
search tr {
    padding: 0px;
    margin: 0px;
    display: inline-block;
}
search th {
    border:0px;
    padding: 0px;
    margin: 0px;
}
search td {
    border:0px;
    padding: 0px;
    margin: 0px;
}
search {
    height: 60px;
    text-align: right;
}
search form{
    height: 35px;
    padding: 0px;
    margin: 0px;

}
search input[type=submit] {

    width: 100px;
    height: 30px;
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
    background-color:#9ec32c;
    color: #000;
    border: 0px solid black;
    font-weight: bold;
}
input[type=submit] {
    margin-left: 20px;
    width: 175px;
    height: 25px;
    margin-bottom: 0px;
    padding-left: 10px;
    background-color:#9ec32c;
    color: #000;
    border: 0px solid black;
    font-weight: bold;
}
input[type=submit]:hover {
    background-color:#A0A0A0;
    color: #fff;

}

.footer_link{
    line-height: 35px;
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    font-family: sans-serif;
}

.footer_link:hover{
    font-weight: bold;
    font-size: 15px;
    color: #50505a;

}
.socialnetwork{
    float: right;

}
.socialnetwork li{
    display: inline;
    list-style-type: none;
    padding-right: 10px;


}
.footer_info{
    font-weight: bold;
    font-family: sans-serif;
    color: #9ec32c;
    padding: 15px;
    font-size: 20px; 
    float:left;
    text-align: left;
    width: 20%;
}
.footer_login{
    text-align: right;
    opacity: 1;
    font-weight: bold;
    font-family: sans-serif;
    color: #9ec32c;
    padding: 15px;
    font-size: 20px; 
    float:right;
    width: 20%;
}
.footer_infouser input[type=submit]{
    float:right;
    margin: 0px;
    width: 150px;
    height: 25px;
    margin-bottom: 10px;
    background-color: #9ec32c;
    color: #000;
    border: 0px solid black;
    font-weight: bold;
}
.footer_infouser input[type=submit]:hover{

    color: #fff;

}
.footer_infouser{
    text-align: right;
    opacity: 1;
    font-weight: bold;
    font-family: sans-serif;
    color: #9ec32c;
    padding: 15px;
    font-size: 20px; 
    float:right;
    width: 20%;
}
form#frm-logout{
    width: 150px;

}
.footer hr {
    border-color: #9fc42d;
    background-color: #9fc42d;
}
.menu_container{
    padding: 20px;
    width: 100%;
    margin-top: 140px;
    height: 290px;
}
.menu_container_item{
    text-align: left;
    font-weight: normal;
    font-family: sans-serif;
    color: #50505a;
    width: 150px;
    padding: 10px;
    height: 100px;

    float: left;
}


div#include{

    text-align: justify;
}

.tittle{
    margin-bottom: 8px;
    height: 38px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin-top:8px;

}
.listheadernondecor{
    color:white;
    text-decoration: none;
}
.listheadernondecor:hover{
    color:#9fc42d;
    text-decoration: none;
}
.listheader{
    line-height:27px;
    height: 27px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    padding: 5px;
    padding-left: 10px;
    float:left;
    font-family: sans-serif;  
}

.listmainheader{
    display: inline-block;
    float:left; 
}

.listimg{
    color: #fff;
    text-decoration: none;
    float:left;  
}



.copyright{
    padding-left: 10px;
    padding-top: 20px;
    float: left;
    font-weight: normal;
    color: #ffffff;
    font-size: 13px;
    font-family: sans-serif;
}

h2{
    padding: 0;
    margin: 0;
    float: left;
    font-weight: normal;
    color: #ffffff;
    font-size: 13px;
    font-family: sans-serif;  
}

.help{
    font-weight: normal;
    height: 38px;
    color: #A0A0A0;
}
label
{
    color: #A0A0A0;
    font-family: sans-serif;
    font-weight: bold;
}
label[for=frm-login-user],label[for=frm-login-pass]
{
    color: #fff;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 15px;
}
.nodecor{
    color:white;
    text-decoration: none;
}
.shoppingcard{

    font-family: sans-serif;
    font-size: 20px;
}
.shoppingcard hr{
    opacity: 0.5;
    border-color: #A0A0A0d;
    background-color: #A0A0A0;
}
.shoppingcard_img{
    padding-top:20px;
    width: 300px;
}
.shoppingcard_empty{
    font-size: 20px;
    padding-top: 50px;
    float: right;
    width:1000px;
}
.user_control{
    display: table;
    width:1200px;
    min-height: 270px;
}
.user_control th {
    border:0px;
    padding: 0px;
}
.user_control td {
    border:0px;
    padding: 0px;
}
.newsletter th {
    border:0px;
    padding: 0px;
}
.newsletter td {
    border:0px;
    padding: 0px;
}
.newsletter{
    display: table;
    width:1200px;
    height: 100px;

}
.newslettercontent{
    font-size: 15px;
}
.newsletterbutt{
    float: right;
}
.shoppingcart_control{
    display: table;
    width:1200px;
    min-height: 270px;
}
.address_img{
    padding-top:20px;
    width: 200px;
    float:left;
}
.address{
    float:right;
    font-size: 20px;
    max-width:600px;

}
.addres{
    background: white; 
    color: #333333;
    padding: 10px;
    margin: 5px;
    float: right;
    text-align: left;
    font-size: 18px;
    height: 260px;
    width:270px;
    box-shadow: 3px 2px 5px #aaa;


}
.usermng_info{
    background: white; 
    color: #333333;
    padding-top: 10px;
    padding-left: 10px;
    margin: 5px;
    float: right;
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
    width:270px;
    height: 150px;
    box-shadow: 3px 2px 5px #aaa;


}

.usermng{

    font-family: sans-serif;
    font-size: 20px;
}
.usermng hr{
    opacity: 0.5;
    border-color: #A0A0A0d;
    background-color: #A0A0A0;
}
.addressadd{
    margin-right: 30px;
    width: 350px;
    float:right;
    font-size: 20px;    
}

.addressadd select[name=state]{

    width: 177px;

}
.passrecower{
    margin-right: 30px;
    float:right;

}
.useraction{
    margin-right: 50px;
    float:right;

}
.usermng td{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.usermng th{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.usermng input[type=text]{
    color: white;
    opacity: 0.5;
    height: 20px;
    width: 165px;
    padding-left: 10px;
    margin-left: 20px;
    background-color:#333333;
    color: #AAA;
    border: 1px solid black;
    font-weight: bold;

}
.usermng input[type=password]{
    color: white;
    opacity: 0.5;
    height: 20px;
    width: 165px;
    padding-left: 10px;
    margin-left: 20px;
    background-color:#333333;
    color: #AAA;
    border: 1px solid black;
    font-weight: bold;

}
.usermng input[type=submit] {
    margin-left: 20px;

    width: 175px;
    height: 25px;
    margin-bottom: 0px;
    padding-left: 10px;
    background-color:#9ec32c;
    color: #fff;
    border: 0px solid black;
    font-weight: bold;
}
.usermng input[type=submit]:hover {
    background-color:#A0A0A0;
    color: #fff;

}
.usermng label
{
    color: #A0A0A0;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 16px;
}
.productincard{
    float: right;
}
.offerdetail{
    font-family: sans-serif;
    min-height: 300px;
}
.addshippdetail{
    float: right;
    width: 250px;
}
.offerstat{
    float: left;
    width: 450px;
}
.productinofferdetail{
    font-family: sans-serif;
    min-height: 10px;
}
.prodcartindetail{
    background: white;
    width: 1160px;
    height: 70px;
    padding: 20px;
    font-size: 15px;
    margin-bottom: 10px;
    box-shadow: 3px 2px 5px #aaa;
}
.prodcart{
    background: white;
    width: 900px;
    height: 70px;
    padding: 20px;
    font-size: 15px;

    margin-bottom: 10px;
    box-shadow: 3px 2px 5px #aaa;
}
.offercart{
    background: white;
    width: 1180px;
    height: 70px;
    padding: 10px;
    font-size: 15px;
    margin-bottom: 5px;
    box-shadow: 3px 2px 5px #aaa;
}
.prodcart_img{
    float: left;
    width: 200px;
}

.prodcart_info{
    float: left;
}
.prodcart_info b{
    color: #006AEB;
}

.prodcart_cost{
    font-size: 18px;
    text-align: right;
    float: right;
}

.offercart_info{
    float: left;
    margin-left: 20px;
}




.offercart_cost{
    margin-right: 10px;
    margin-left: 30px;
    text-align: right;
    float: left;
}
.offercart_fun{
    margin-right: 10px;
    margin-left: 30px;

    float: right;
}
.offercart_cost b{
    color: #9ec32c;
}
.prodcart_cost button{
    width:25px;
    height: 25px;
    padding: 0px;
    margin-left:0px;
    box-shadow: 3px 2px 5px #aaa;
    font-weight: bold;
}



.paymet{
    font-size: 18px;
    background: white;
    width: 150px;
    height: 200px;
    padding: 20px;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 3px 2px 5px #aaa;
}
.paymet button{
    width:100px;
    height: 25px;
    box-shadow: 3px 2px 5px #aaa;
    margin-left:0px;
}
.paymetbody{
    width: 1200px;
    min-height: 300px;
}

.shipp{
    font-size: 18px;
    background: white;
    width: 900px;
    height: 60px;
    padding: 20px;
    margin-bottom: 10px;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 3px 2px 5px #aaa;
}
.shipp_img{
    float: left;
    padding-top:20px;
    width: 200px;
}
.shippbody{
    width: 1200px;
    min-height: 350px;
}
.shipp_detail_img{
    float: right;
    text-align: right;
    width: 250px;
    height: 60px;
    display:table-cell;
    vertical-align:middle;
}
.shipp_detail_service{
    vertical-align:central;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #008080;
    height: 60px;
    line-height: 60px;
    width: 350px; 
}
.shipp_detail_info{
    vertical-align:central;
    float: left;
        line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: gray;
    height: 60px;
    width: 250px; 
}
.shipp_container{
    width: 1000px;
    display: table;
    overflow: hidden;
    vertical-align: middle;
}

.shoppingcartsummary{
    box-shadow: 3px 2px 5px #aaa;
    background-color: white;
    padding-top:10px;
    padding: 10px;
}
.pricesum{
    line-height: 50px;
    box-shadow: 0px 1px 5px #aaa;
    width:1170px;
    padding-left: 10px;
    height: 50px;
}
.pricesummary{
    line-height: 50px;
    box-shadow: 0px 1px 5px #aaa;

    padding-left: 10px;
    color: white;
    background-color: #9ec32c;
    width:1170px;
    height: 50px;
}

.pricedes{

    height: 40px;
    width:600px;
    float:left;

}
.price{
    margin-right: 10px;
    text-align: right;
    height: 40px;
    width:550px;
    float:right;
}
.offerfinish select{
    height: 40px;
    width: 300px;
    background-color:#333333;
    color: #AAA;
    border: 1px solid black;
    margin-left: 25px;
    margin-right: 25px;
    font-weight: bold;
    opacity: 0.8;
}

.offerfinish select[name=shipping],select[name=zasilkovnarg]{
    height: 40px;
    width: 520px;
    background-color:#333333;
    color: #AAA;
    border: 1px solid black;
    margin-left: 25px;
    margin-right: 25px;
    font-weight: bold;
    opacity: 0.8;
}
.offerfinish select[name=payment]{
    height: 40px;
    width: 260px;
    background-color:#333333;
    color: #AAA;
    border: 1px solid black;
    margin-left: 25px;
    margin-right: 25px;
    font-weight: bold;
    opacity: 0.8;
}

.offerfinish input[type=submit] {
    margin-left: 20px;
    margin-top: 10px;
    width: 175px;
    height: 25px;
    margin-bottom: 0px;
    padding-left: 10px;
    background-color:#9ec32c;
    color: #fff;
    border: 0px solid black;
    font-weight: bold;
}

.offerfinish tr {
    display: inline-block;


}
.offerfinish table {
    float:right;
}
.offerfinish {
    margin-top: 30px;
    width: 1180px;
    height: 450px;
}
.offerfinish th {
    border:0px;
    padding: 0px;
}
.offerfinish td {
    border:0px;
    padding: 0px;
}
.offerfinish label{
    font-weight: normal;
    color:#000;
    margin-left: 0px;
}
form#frm-offerfinish{
    margin-top: -11px;
    text-align: right;
}
.offerfinish input[type=submit] {
    margin-left: 30px;
    width: 150px;
    height: 40px;
    box-shadow: 3px 2px 5px #aaa;
    margin-bottom: 0px;
    background-color:#9ec32c;
    color: #000;
    border: 0px solid black;
    font-weight: bold;
}
.paymentdesc{

    height: 40px;
}

p{
    padding-right: 30px;
    padding-left: 30px;
    font-family: sans-serif;
}
small{
    padding-left: 22px;
    font-size: 12px;
}
.forms{ height: 480px;
}
.form{float:left;width: 570px;font-family: sans-serif;font-size: 16px;font-weight: bold;}
.paymethod{
    color: black;
    margin-right: 30px;
    margin-left: 30px;
    font-family: sans-serif;
    width: 1140px;
}
.paymethod table{
    border:1px solid black;
    margin-left: 40px;
}
.bank{
    height:230px;
}
.bankfinishoffer{
    height:150px;
}

.bankcontent{
    float: left;
}
.bankimg{
    float:right;
}
.bankqr{
    margin-left: 100px;
    float:left;
}
.about{

    color:black;
    margin-right: 30px;
    margin-left: 30px;
    font-family: sans-serif;
    width: 1140px; 
}
.aboutheader{
    height: 100px;
}
.aboutcontent{
    width:600px;
    float: left;
}
.aboutimg{
    float:right;
}
.margin40{
    margin-left: 40px;
}
.offerthanks{
    font-family: sans-serif;
}
smalltext{
    font-weight: bold;
    font-size: 13px;

}