﻿table {
    width: 100%;   
}

table td {
    padding: 7px 3px 4px 4px;
    vertical-align: middle;
}

table thead td {
    background: #f6f6f6;
    font-weight: bold;
}

table tfoot td {
    font-weight: bold;
}

table tfoot td.label {
    text-align:right;
}

table tfoot tr.separator td {
    border-bottom: 1px solid #ccc;
}

.group .align.left {
     float: left;
}

.group .align.right {
     float: right;
}

.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../Content/sprites.png");
}

a.icon {
    display: block;
    overflow: hidden;
    color: transparent !important;
}

.icon.edit {
    background-position: -8px -40px;
}

.icon.edit:hover {
    background-position: -40px -40px;
}

.icon.delete {
    background-position: -8px -7px;
}

.icon.delete:hover {
    background-position: -39px -7px;
}

ul.bullets li {
    background: url("../Content/bullets.png") no-repeat;
    line-height: 30px;
    list-style: none;
    padding-left: 15px;
}

ul.bullets.action li {
    background-position: 0 0;
}

ul.bullets.action li:hover {
    background-position: 1px 0;
}

ul.bullets li a 
{
    text-decoration: none;
}

ul.bullets li a:hover
{
    color: #434343;
}

article.form 
{
    padding: 10px;
    background: #f6f6f6;
}

article.form input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input#username-email
{
    width: 250px;
}

article.form fieldset{
    margin-bottom: 20px;
}

article.form fieldset ul {
    list-style: none;
    margin: 0;
}

article.form fieldset ul li {
    margin-bottom: 3px;
}

article.form fieldset ul li:after {
    clear:both;
    height:0;
    content:".";
    display:block;
    visibility:hidden;
    zoom:1;
}

article.form fieldset ul li .field-label {
    float: left;
    width: 250px;
}

article.form fieldset ul li .field-editor {
    float: left;
}

article.form .checkbox-and-label:after
{
    clear:both;
    height:0;
    content:".";
    display:block;
    visibility:hidden;
    zoom:1;
}

article.form .checkbox-and-label .checkbox
{
    float: left;width: 25px;
}

article.form .checkbox-and-label .label
{
    float: left;
}

article.form footer.commands {
    padding-top: 20px;
}

article.form footer.commands ul
{
    list-style: none;
    margin: 0;
}

article.form footer.commands ul:after {
    clear:both;
    height:0;
    content:".";
    display:block;
    visibility:hidden;
    zoom:1;
}

article.form footer.commands ul button
{
    margin: 0;
}

.price-container .inactive-price {
    text-decoration: line-through;    
}
.price-container .inactive-price,
.price-container .price,
.price-container .discount-comment {
    margin-right: 5px;
}