/* section.login in header */

body.light header .login{
    position: static;
    width: auto;
    height: 50px;
    padding: 0px;
}

body.light header .login a.forgot_pass{
    position: static;
}

header .login{
    left: 690px;
    width: 310px;
    padding-top: 40px;
    padding-left: 20px;
}

header em{
    color: #275268;
    font-style: italic;
}

header .login p{
    margin: 15px 0px;
    margin-right: 30px;
}

header .login form{
    margin-top: 20px;
}

header .login input{
    position: absolute;
    top: 0px;
    left: 70px;
    background: #edf0f2;
    border: 1px solid #ffffff;
    height: 20px; width: 200px;
}

header .login fieldset{
    position: relative;
    margin-bottom: 10px;
}

header .login input.submit{
    border: 0px;
    height: auto; width: auto;
}

header .login a.active{
    color: #E76200;
    text-decoration: none;
}

header .login a.register{
    position: absolute;
    top: 40px;
    right: 40px;
    color: #65889A;
}

header .login a.register:hover{
    color: #E76200;
}

header .login a.forgot_pass{
    z-index: 1000;
    position: absolute;
    bottom: 26px;
    right: 40px;
    text-decoration: none;
    color: #65889A;
    border-bottom: 1px dashed #65889A;
}

header .login a.forgot_pass:hover{
    color: #275268;
}

table.default{
    width: 930px;
    margin: 20px 0px;
    text-align: left;
}

table.default tr{
    border-bottom: 1px solid #e8eceb;
}

table.default td,
table.default th
{
    padding: 15px 5px;
}

/* cart */

ul.steps{
    overflow: auto;
    margin: 20px 0px 35px 0px;
}

ul.steps li{
    float: left;
    width: 290px;
    margin-right: 20px;
}

ul.steps li a{
    display: block;
    text-decoration: none;
    padding: 10px 10px 10px 0px;
    border-bottom: 5px solid #e8eceb;
}

ul.steps li div{
    padding: 10px 10px 10px 0px;
    border-bottom: 5px solid #EBEBEB;
    color: #EBEBEB;
}

ul.steps li a.active{
    color: #E76200;
    border-bottom-color: #65889A;
}

table.cart{
    margin-bottom: 50px;
}

table.cart td.num{
    width: 45px;
}

table.cart td.code{
    width: 100px;
}

table.cart td.name{
    width: 230px;
}

table.cart td.ed{
    width: 25px;
}

table.cart td.quantity-controls{
    width: 90px;
}

table.cart td.quantity{
    width: 60px;
    text-align: center;
}

table.cart td.add{
    width: 90px;
    text-align: center;
}

table.cart .price,
table.cart .total_price{
    text-align: center;
}

table.cart td.price,
table.cart td.total_price{
    text-align: right;
    width: 70px;
    padding-right: 30px;
}

table.cart td.delete{
    width: 20px;
}

table.cart td.delete button{
    position: relative;
    top:5px;
    border:0px;
    background: none;
    padding:0px;
    cursor: pointer;
}

.warning-second-order {
  color: red;
}

div.buttons{
    position: absolute;
    left: 95px;
    width: 700px;
}

div.buttons form{
    display: inline;
}

div.buttons a{
    text-decoration: none;
}

.cart_register,
.cart_order{
    display: none;
    border-top: 1px solid #e78e1a;
    padding-left: 180px;
    width: 750px;
    margin-bottom: 30px;
}

.cart_register{
    margin-top: -20px;
}

.cart_order{
    padding-top: 20px;
}

form.register fieldset{
    margin-bottom: 20px;
}

form.register fieldset legend{
    width: 285px;
    margin-right: 20px;
    text-transform: none;
    font-size: 14px;
    color: #275268;
}

section.login a.mylinks{
    line-height: 20px;
}

section.login form fieldset legend{
    width: 120px;
    padding: 2px;
}

.cart_order textarea{
    width: 550px;
    height: 110px;
    border: 1px solid #c5c5c5;
}

.cart_order button{
    position: relative;
    top: -50px;
    left: 40px;
}

/* orders */

input.datepicker{
    display: inline;
}

form.orders_search{
    width: 900px;
}

form.orders_search input.datepicker{
    width: 100px;
}

form.orders_search input[type="image"]
{
    position: relative;
    top: 5px;
}


table.orders tr.po:hover{
    background-color: #F0F2F2;
    cursor: pointer;
}

table.orders tr td.num{
    text-align: center;
    width: 90px;
    padding-right: 40px;
}

table.orders tr td.urgent{
    text-align: center;
}

table.orders td.date{ width: 150px }
table.orders td.status{ width: 100px }
table.orders td.comment{ width: 430px }
table.orders td.urgent{ width: 60px }

.cart p.selected,
.cart #order_addtocart{
    display: none;
}

.order_action{
    float: left;
    margin-right: 10px;
}

textarea.email_comment{
    display: block;
    margin: 10px 0px;
    width: 80%;
    height: 150px;
}
