﻿/* admin styles */
#frm_login {
    padding: 20px;
    border: 3px solid #E62003;
    background: white;
    width: 250px;
}
#frm_login label {
    width: 3.5em;
    float: left;
    text-align: left;
    margin-right: 0.5em;
    display: block
}
#frm_login input[type=text], #frm_login input[type=password] {
    margin-left: 3em;
}
#frm_login input[type=submit] {
    border: 1px solid #E62003;
    background: white;
    margin-top: 10px;
    padding: 5px;
    margin-left: 6em;
}
#frm_login input[type=submit]:hover {
    background: #FFFFCC;
}
div.admin_bredcrumbs {
    padding: 5px;
    border-bottom: 1px solid #CCCCCC;
}
.edit_field {
    width: 95%;
    padding: 1px;
    line-height: 23px;
	    overflow: hidden;
}
.edit_field .edit_field_title {
    padding-left: 5px;
    background: #666666;
    font-weight: bold;
    color: white;
    width: 29%;
    float: left;
}
.edit_field .edit_field_value {
    background: #EBEBEB;
    width: 70%;
    float: right;
}
.edit_field .edit_field_value input{
    width: 400px;
}
.edit_field .edit_field_value input[type=radio]{
    width: auto;
}
.edit_action img, .edit_field img {
    border: none;
}
.edit_action {
    padding-top: 5px;
}
.edit_action, .edit_field{
    border: none;
}
.edit_action a, .edit_field a{
    text-decoration: none;
}
div#admin_stat {
    padding: 5px;
}
div#admin_stat table{
    width: 70%;
    text-align: left;
}
div#admin_stat table caption{
    color: white;
    background: black;
    font-weight: bold;
}
div#admin_stat table th{
    color: black;
    background: #EBEBEB;
    font-weight: bold;
    padding: 5px;
}
div#admin_stat table td{
    color: black;
    background: white;
    padding: 5px;
    text-align: right;
}
/* order */
.admin_list {
    width: 90%;
    border: 1px solid black;
}
.admin_list .order_status_1 {
    background: khaki;
}
.admin_list .order_status_10 {
    background: #A1FFA1;
}
.admin_list .order_status_5 {
    background: lightpink;
}
.admin_list .order_status_7 {
    background: #e0ddde;
}
.admin_list .article_status_y {
    background: #A1FFA1;
}
.admin_list .article_status_n {
    background: lightpink;
}
.admin_list .admin_status_1 {
    background: #A1FFA1;
}
.admin_list .admin_status_0 {
    background: lightpink;
}

/* Admin panel */
#admin_panel {
    padding: 10px;
    background: #ffffff;
    height: 160px;
}
#admin_panel ul{
    list-style: none;
    text-align: center;
}
#admin_panel ul li{
    display: inline;
    width: 80px;
    height: 80px;
    border: 1px solid white;
}
#admin_panel ul li:hover{
    background: #EBEBEB;
    border: 1px solid red;
}
#admin_panel ul li{
    float: left;
}
#admin_panel ul li a{
    color: steelblue;
    font-weight: bold;
    float: left;
    text-decoration: none;
}
/* messages */
.content ul#errors li{
    padding: 5px;
    color: red;
    list-style: none;
    border: 1px solid red;
    background-color: #FFCCCC;
}
.content ul#messages li{
    padding: 5px;
    color: green;
    list-style: none;
    border: 1px solid green;
    background-color: #D7FFF7;
}
.list-price, .list-qty { white-space: nowrap; vertical-align: top; padding-right: 20px; font-size: 12px; }
.list-qty { text-align: right; }
.list-price { font-weight: bold; text-align: right; }
.list-price div.price_fixed_new {
    color: red;
    font-weight: bold;
    font-size: 125%;
    padding-bottom: 10px;
}
.list-price div.price_fixed_old {
    color: #999999;
    text-decoration: line-through;
}
.list-price div.price_fixed_nc {
    color: #999999;
}

.list-image { padding-right: 10px; vertical-align: top; }
.list-image img { width: 80px; padding: 3px; border: 1px solid #CCCCCC; background:  transparent; }
.list-image img.icon_marketing { position: absolute; width: 32px; border: 0px; }

.list-desc { padding-right: 30px; font-size: 12px; vertical-align: top; width: 100%;    width: 719px; }
.list-desc span.marketing { color: red; padding-top: 5px;}
.list-order { vertical-align: top; font-size: 12px; }

.list-desc span.product_desc {
    color: darkgray;
}

.order-link { display: block; text-indent: 20px; width: 100%; background: url(/images/shopping-cart-icon.png) top left no-repeat; }
