.tables
{
    width: 100%;
}

.tables.header td {
    height: 40px;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    background-color: #9C9E9F;
}

.tables.header td:first-child
{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding-left: 20px;
}

.tables.header td:last-child
{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-right: 20px;
}

.tables.content td:first-child
{
    padding-left: 20px;
}

.tables.content td:last-child
{
    padding-right: 20px;
}

.tables.content td.cropped
{
    line-height: 0;
}

.tables.content td.cropped img
{
    max-height: 60px;
    max-width: 100%;
}

.tables.content td
{
    height: 40px;
    color: #3D3D3D;
	//vertical-align: top;
	//line-height: 40px;
}

.tables.content tr.border td
{
    border-bottom:1px solid #d0d0cf;
}

.tables.content tr.border td a
{
    color: inherit;
}

.tables.content tr.border:last-child td
{
    border-bottom: 0;
}

.tables-border
{
    border:1px solid #d0d0cf;
    border-radius: 6px;
}

.tables tr.order
{
    height: 275px;
}

.tables tr.order td
{
    color: #000;
    background-color: #ECECEC;
    vertical-align: initial;
    position: relative;
}

.tables td a.block
{
    color: #3D3D3D;
    display: block;
}

.tables tr.block td a
{
    color: #3D3D3D;
    display: block;
}

.tables tr.order td .image {
    width: 225px;
    height: 100%;
    float: left;
}

.tables tr.order td .image img {
    max-width: 100%;
}

.tables tr.order td .order-title
{
    font-size: 18px;
    width: 650px;
    float: left;
}

.pull-right-text
{
    float: right;
    width: 673px;
}

.tables tr.order td .order-text-block {
    float: left;
    width: 200px;
}

.tables tr.order td .title {
    font-size: 18px;
    margin-bottom: 20px;
}


.tables tr.order td .more-info
{
    height: 40px;
    width: 145px;
    color: #e5332a;
    border: 1px solid #e5332a;
    position: absolute;
    right: 205px;
    bottom: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.tables tr.order .memo
{
    float: right;
    width: 373px;
}

.tables tr.order .memo p
{
    margin: 0px;
}

.tables tr.order .memo textarea
{
    width: 367px;
    height: 120px;
    max-height: 120px;
    max-width: 100%;
    margin: 0px;
}

.tables tr.order .documents
{
    float: right;
    width: 373px;
    margin-top: 30px;
}

.more-info a
{
    display: block;
    color:inherit;
}

.tables tr.order td .order-button
{
    height: 40px;
    width: 145px;
    color:#fff;
    position: absolute;
    right: 20px;
    bottom: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.tables tr.order td .price {
    position: absolute;
    right: 40px;
	top: 115px;
    font-size: 14px;
}

.tables tr.order td .price span
{
    font-size: 22px;
}

.tables .remove-order-item a:hover,
.tables .remove-cart-item a:hover
{
    color: #DB0500;
}

.tables .ajax-count i
{
    color: #ccc;
    cursor: pointer;
}

.tables .ajax-count i:hover
{
    color: #000;
}

.tables tr.order td .count {
    position: absolute;
    right: 40px;
    top: 150px;
}

.tables tr.order td .count i {
    color: #ccc;
    cursor: pointer;
}

.tables tr.order td .count i:hover {
    color: #000;
}

.tables tr.order .info table
{
    font-size: 14px;
    width: 100%;
}

.tables tr.order .info table,
.tables tr.order .info tr,
.tables tr.order .info td
{
    height: initial;
    border:0px !important;
    padding:0px !important;
    margin: 0px !important;
}

.tables .status-menu {
    height: 40px;
    line-height: 40px;
    position: relative;
}

.tables .status-menu .current-status {
    position: relative;
    width: 100%;
}

.tables .status-menu .status-items {
    position: absolute;
    z-index: 20;
    width: 120%;
    top: 35px;
    left: -10%;
    border: 1px solid #d0d0cf;
    border-bottom: 0px;
    background-color: #fff;
}

.tables .status-menu .menu-item {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    text-indent: 10px;
    border-bottom: 1px solid #d0d0cf;
    position: relative;
    cursor: pointer;
}

.tables .status-menu .current-status i {
    position: absolute;
    right: 20px;
    top: 12px;
    cursor: pointer;
}

.tables .status-menu .current-status i:hover {
    color: #000 !important;
}

.tables .status-menu .menu-item a
{
    display: block;
}

.tables .status-menu .menu-item i {
    position: absolute;
    right: 20px;
    top: 5px;
}

.tables .remove-order-item,
.tables .remove-cart-item {
    float: left;
    width: 17px;
}

.tables .toggle-cart-row {
    float: left;
    width: 17px;
    margin-left: 10px;
    cursor: pointer;
}

.tables .cart-item-over-date {
    float: left;
    width: 17px;
    margin-left: 5px;
    cursor: pointer;
}

textarea.tables-textarea-row {
    min-width: 918px;
    border: 0px;
    border-top: 1px solid #d0d0cf;
    min-height: 250px;
    max-width: 918px;
    padding: 20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    line-height: 22px;
}

.tables .bg-hover-color:hover td
{
    cursor: pointer;
    color: #fff;
}
.tables .bg-hover-color:hover td .status-menu .current-status i
{
    color: #fff;
}

.tables .row-close
{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.tables .fix-line-height td
{
	line-height: 30px;
	vertical-align: top;
}

.tables .grey {background-color: #d0d0cf;}

.tables-border.m20 {margin-top:20px;}
.tables.m20 {margin-top:20px;}
.tables.m50 {margin-top:50px;}

.tables.p80 td
{
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tables td.no-products
{
    height: 20px;
}

.fancy-table table
{
    width: 100%;
    border-collapse: separate;
    font-size: 14px;
}

.fancy-table thead
{
    background-color: #9C9E9F;
}

.fancy-table thead tr
{
    border-radius: 5px;
}

.fancy-table thead:after {
    line-height:1.5em;
    content:"\200C";
    display:block;
    background-color: #fff;
    color: transparent;
    border: 0;
}

.fancy-table thead th
{
    text-align: left;
    font-size: 14px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
}

.fancy-table thead th:first-child
{
    padding-left: 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.fancy-table thead th:last-child
{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.fancy-table tbody tr:first-child td
{
    border-top: 1px solid #d0d0cf;
}

.fancy-table tbody tr td:first-child
{
    padding-left: 20px;
    border-left: 1px solid #d0d0cf;
}

.fancy-table tbody tr td:last-child
{
    border-right: 1px solid #d0d0cf;
}

.fancy-table tbody tr td
{
    border-bottom: 1px solid #d0d0cf;
    height: 40px;
    line-height: 40px;
}

.fancy-table tbody tr td .fa
{
    text-indent: 0;
}

.fancy-table tbody tr:first-child td:first-child
{
    border-left: 1px solid #d0d0cf;
    border-top-left-radius: 5px;
}

.fancy-table tbody tr:first-child td:last-child
{
    border-right: 1px solid #d0d0cf;
    border-top-right-radius: 5px;
}

.fancy-table tbody tr:last-child td:first-child
{
    border-left: 1px solid #d0d0cf;
    border-bottom-left-radius: 5px;
}

.fancy-table tbody tr:last-child td:last-child
{
    border-right: 1px solid #d0d0cf;
    border-bottom-right-radius: 5px;
}

.p20
{
    padding: 20px !important;
}
