﻿body 
{
    font-family: Verdana;
    z-index: 0;
    background-color: #ffffff;
    font-size: 18px;
}
.i{
    width: 35px;    
    padding: 4px;
}
.login
{
    height: 30px;
}
table
{
    width: 100%;
    border: 1px solid #FFDDBB;
    cursor: default;
}
    th
    {
        width: auto;
        border-bottom: 1px dotted #000000;    
        border-right: 1px dotted #000000;    
        font-weight: bold;
        background-color: #ffffff;
    }
    
td {
    width: auto;
    border-bottom: 1px dotted #000000;
    border-right: 1px dotted #000000;
    background-color: #f7f7f8;
    color: #000000;
    box-sizing: border-box;
    height: 35px;
}
img
{
    display: block;
}
a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}
a:Hover
{
    color: #000000;
    text-decoration: none;
}
a:Visited
{
    color: #000000;
    text-decoration: none;
}
td input
{
    width: 300px;
    height: 18px;
    font-size: 16px;
}
   
    td select
    {
        width: 98%;
        height: 22px;
        font-size: 16px;
    }


/* Main menu page */

.menu
{
    width: 100%x;

}
.menu a
{
    text-decoration: none;
    font-weight: normal;
    color: #000000;
}


.menu
{
    border: 1px dotted #eeccff;
}
    .menu li {
        border: 1px solid grey;
        padding: 30px;
        margin: 20px;
        width: 200px;
        text-align: center;
        background-color: #174768;
        color: #ffffff;
        list-style-type: none;
        cursor: pointer;
        float: left;
    }



/* Product Type Edit Table */

.producttype .Type
{
    width: 250px;
}
.producttype .OrderBy
{
    width: 90px;
}
.producttype .control
{
    width: 66px;
}
.controls
{
    float: left;
    border-style: none;
    width: 230px;
}
.controls div
{
    float: left;
    padding: 1px;
    width: 40px;
    padding: 2px;
}

/* Product Type Table */

.producttypes .producttypename
{
}
.producttypes .noofelements
{
    width: 160px;
}
.producttypes .control
{
     width: 66px;
}

    

/* Categories Type Table */    

.category .primaryparent
{
}
.category .catname
{    
    width: 200px;
}
.category .control
{
    width: 66px;
}
    
/* Products Table */

.products .producttype
{
    background-color: #F7F8FB;
    font-weight: bold;
}
.restrictwidth
{
    width: 66px;
}
.products .control
{
    width: 66px;
}

.productypelisttitle
{
    width: 160px;
}

input[type=submit]{
    height: 30px;
}



#AddForm {
    position: absolute;
    width: 700px;
    height: 100px;
    background-color: #F7F8FB;
    color: #000000;
    z-index: 2;
    display: none;
    visibility: hidden;
    border: 1px solid #000000;
}

#innerAddForm
{
    position: absolute;
    float: left;
    top: 25px;
    left: 100px;
    width: 600px;
}
#innerAddForm .innerholder
{
    position: relative;
    top: -3px;
}
#innerAddForm .innerholder input
{
    position: relative;
    top: 10px;
    height: 28px;
    font-size: 18px;
}
#AddLink
{
    float: left;
}
.catnameadd
{
    position: relative;
    top: 5px;
}
#innerAddForm input
{
    float: left;
    width: 480px;
}
#ParentCategories #In
{
    width: 40px;
}
#ParentCategories #Primary
{
    width: 60px;
}
#categorycontent
{
    max-width: 1200px;
    float:left;
    text-align: left;
    border: 1px solid #000000;
}
.categorycontent
{
    margin: 3px;
    padding: 6px;
}
#categorycontentimage
{
    width: auto;
    float:left;
    height: 200px;
    text-align: left;
    border: 1px solid #000000;
}
.categorycontentimage
{
    margin: 3px;
    padding: 6px;
}
.littlet
{
    font-size: 10px;
    font-weight: normal;
}

/* WhatsNew Table */

.whatsnew .content
{
    width: 99%;
}
.whatsnew .date
{
    width: 270px;
}
.whatsnew .title
{
    text-align: center;
    font-weight: bold;
}
.whatsnew .control
{
    width: 66px;
}
.whatsnew .controls
{
    float: left;
    border-style: none;
    width: 66px; 
}
.whatsnew .controls div
{
    float: left;
    padding: 1px;
    width: 20px;
}
.mesagetbl
{
    width: 666px;
}
.img
{
    padding: 3px;
    cursor: pointer;
}

.editcontentarea
{
    width: 600px;
    height: auto;
    min-height: 200px;
    border: 1px solid #000000;
    text-align: left;
    float: left;
    cursor: text;
}   
.editcontentareaimg
{
    width: auto;
    height: auto;
    min-height: 200px;
    border: 1px solid #000000;
    text-align: left;
    float:left;
    cursor: text;
}   
#HiddenIframe
{
    display: none;
    visibility: hidden;
}
#workingarea
{
    border: 1px solid #000000;
    width: 600px;
    background-color: #F1F2F3;
    height: 100px;
    position: absolute;
    z-index: 1;
    display: none;
    visibility: hidden;
}
#workingarea img
{
    cursor: pointer;
    position: relative;
    top: 2px;
}
#UploadImage
{
    position: relative;
    width: 500px;
    left: 65px;
    top: 25px;
}
#UploadImageBrowse
{
    float: left;

}
#UploadImageButton
{
    float: left;
}
.editbox td
{
    border: 0px;
}
.categorynamelocation
{
    width: 200px;
}
.ProductImage
{
    text-align: center;
}
.producttypeimage
{
    margin: 3px;
    
}
#EditFrame{
    display: none;
    visibility: hidden;
}
.special {
    color: #ff0000;
}
.right{
    text-align: right;
}
.total{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #ffffff;
    z-index: 2;
}
.tahe{}
.tahe tr > td:first-child{
    width: 200px;
}
table.editprod tr td input {
    width: 90%;
    float: right;
    text-align: right;
}
table.editprod tr td {
    text-align: left;
}
table.clients tr td a {
    float: left;
}
table.clients tr td:last-child{
    width: 150px;
}
table.clients input:disabled{
    border: 0px;
    background-color: transparent;
}

table.carriage tr td a {
    float: left;
}

table.carriage tr td:last-child {
    width: 150px;
}

table.carriage input:disabled {
    border: 0px;
    background-color: transparent;
}

table.configuration tr td input {
    width: 250px;
}

table.configuration tr td a {
    float: left;
}

table.configuration tr td:last-child {
    width: 150px;
}

table.configuration input:disabled {
    border: 0px;
    background-color: transparent;
}

table.boardtypes tr td input {
    width: 80px;
}

table.boardtypes tr td a {
    float: left;
}

table.boardtypes tr td:last-child {
    width: 130px;
}

table.boardtypes input:disabled {
    border: 0px;
    background-color: transparent;
}

table.boxtypes tr td input {
    width: 130px;
}

table.boxtypes tr td a {
    float: left;
}

table.boxtypes tr td:last-child {
    width: 130px;
}

table.boxtypes input:disabled {
    border: 0px;
    background-color: transparent;
}





.hidden{
    display: none;
    visibility: hidden;
}

#editholder{
    position: fixed;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255, .9);
}

#editholder > textarea {
    position: relative;
    top: 100px;
    bottom: 100px;
    left: 100px;
    top: 100px;
    width: calc(100% - 200px);
    height: calc(100% - 200px) ;
}

    #editholder > img {
        position: absolute;
        bottom: 50px;
        right: 50px;
        width: 25px;   
        cursor: pointer;
    }
.products > tbody > tr > td > input{
    width: calc(100% - 10px);
}
.products > tbody > tr > td > img {
    cursor: pointer;
}