/*img{vertical-align:top;}*/
form{margin:0;}

/* login form */
#loginWrapper{width:480px;float:right;padding: 15px 0 0 0;}
input#frmShortEmail,input#frmShortPwd {border:0;width:90px;height:17px;}
#loginReg{width:144px;height:24px;float:left;padding-top:3px;}
#loginTxt{width:74px;height:24px;float:left;padding-top:3px;font-weight:bold;color:#305285}
#loginTxtNrm{width:74px;height:24px;float:left;padding-top:3px;color:#305285}
#loginTxtUname{height:24px;float:left;padding-top:3px;font-weight:bold;color:#305285}
#loginTxtAct{width:74px;height:24px;float:left;padding-top:3px;font-weight:bold;color:#305285;padding-left:20px}

#loginName,#loginPwd{width:94px;height:21px;background: url('/images/input_login.gif') no-repeat left top;padding:2px 5px 1px 5px;float:left;}
#loginSubmit{width:54px;height:24px;float:left;}

/**/
.nadpis{font-weight:bold;font-size:1em;margin-bottom:5px;color:gray}
.saved{font-weight:bold;color:green;}

/* kosik */
.cartinf{padding-top:10px;color:gray;font-size:1em;}
.cartbtns{padding-top:10px;color:gray;font-size:1em;}

/* tabulky */
.thcell{background:#f5e82d;font-size:1em;color:#000;font-weight:bold;}
.tdcell{background:silver;font-size:1em;color:#000;font-weight:normal;}
.tdcellgreen{background:#fff;font-size:1em;color:#902500;font-weight:bold;}
.tdcellred{background:#fff;font-size:1em;color:#902500;font-weight:bold;}
.tdcellsilver{background:#fff;font-size:1em;color:#012b5e;font-weight:bold;}

/* detail objednavky */
table#billaddr{font-size:1em;color:gray;float:left;width:230px;border-right:solid silver 1px}
table#shipaddr{font-size:1em;color:gray;float:left;padding-left:10px}
table#orderitems{clear:both;padding-top:20px}

/* forms */
#editform dl {margin: 0;}
#editform dt {float:left;width: 10em;}
#editform dt b{font-weight:bold;}
#editform dd {margin: 0 0 5px 10px;margin-left: 0;}
.formerror {font-size:1em;color:red;}
#ajax {position:absolute;right:0px;top:0px;width:120px;height:22px;background:yellow;display:none;text-align:center;color:black;font-size:1em;font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;font-weight:bold}
body > div#ajax {position: fixed;}
#ajax img {vertical-align:middle}
#ajax span {vertical-align:middle}
#pgr {}
.clb{}
#workplace, #alert-txt {display:none}
.reqfields{padding-top:10px;color:gray;font-size:1em}
.mailout {display:none}
.categorycon{text-align:justify;padding-right:10px;}

/* treeview */
ul.treeview {list-style:none; margin:0; padding:0;}
.treeview li {line-height:2;}
.treeview span {padding-left:18px;}
.treeview span.opened {background: url(/images/treeview-minus.gif) 0 50% no-repeat;}
.treeview span.closed {background: url(/images/treeview-plus.gif) 0 50% no-repeat;}
#alertdiv{display:none;}
input,select,option,textarea{font-size:1em;}

/* http://www.red-team-design.com/practical-css3-tables-with-rounded-corners */
table.list {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;
    margin-bottom:1em;
}
.list {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
}
.list tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.list td, .list th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}
.list th {
    background-color: #b81d21;
    background-image:-webkit-gradient(linear, left top, left bottom, from(#f75e62), to(#b81d21));
    background-image:-webkit-linear-gradient(top, #f75e62, #b81d21);
    background-image:-moz-linear-gradient(top, #f75e62, #b81d21);
    background-image:-ms-linear-gradient(top, #f75e62, #b81d21);
    background-image:-o-linear-gradient(top, #f75e62, #b81d21);
    background-image:linear-gradient(top, #f75e62, #b81d21);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.list td:first-child, .list th:first-child {
    border-left: none;
}
.list th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
.list th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}
.list th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.list tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}
.list tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
