/* Products */

#ctnShop
{
}    

#ctnShop .shopAdd
{ 
    background-color : #009900;
    border : solid 1px #FFFFFF;
    color : #FFFFFF;
    cursor : default;
    float : right;
    font-family : verdana,geneva,arial,helvetica,sans-serif; 
    font-size : 11px;
    font-weight : bolder;
    padding : 2px;
    text-align : center;
    width : 150px;
    -moz-user-select : none;
}

#ctnShop .shopAdd:hover
{ 
    background-color : #900201; 
    cursor : pointer; 
}

#ctnShop .shopButtons
{ 
    background-color : #009900;
    border : solid 1px #D6CCBE;
    color : #FFFFFF;
    cursor : default;
    font-family : verdana,geneva,arial,helvetica,sans-serif; 
    font-size : 12px;
    font-weight : bolder;
    padding : 5px;
    width : auto;
    -moz-user-select : none;
}

#ctnShop .shopButtons:hover
{ 
    background-color : #900201; 
    cursor : pointer; 
}

#ctnShop .shopCells
{
    background-color : #4A4742;
    color : #FFFFFF;
    padding : 5px;
}

#ctnShop .shopDatas0 
{
    background-color : #DDDDDD;
    text-align : center;
    vertical-align : top;
 }

#ctnShop .shopDatas1
{
    background-color : #BBBBBB;
    text-align : center;
    vertical-align : top;
 }

#ctnShop .shopInputs
{
    background-color : #FFFFFF;
    border : solid 1px #000000;
    color : #000000; 
    font-family : verdana,geneva,arial,helvetica,sans-serif; 
    font-size : 11px; 
    font-weight : normal; 
    width : 99%;
}

#ctnShop .shopLabels
{
    background-color : #000000; 
    color : #FFFFFF; 
    font-size : 11px; 
    font-weight : bolder; 
    padding : 5px; 
    text-align : center;
}

#ctnShop .shopList
{
    font-size : 11px;
}    

#ctnShop .shopOut
{ 
    background-color : #990000;
    border : solid 1px #FFFFFF;
    color : #FFFFFF;
    cursor : default;
    float : right;
    font-family : verdana,geneva,arial,helvetica,sans-serif; 
    font-size : 11px;
    font-weight : bolder;
    padding : 2px;
    text-align : center;
    width : 150px;
    -moz-user-select : none;
}

#ctnShop .shopSpecial1
{
    background-color : #339933;
    color : #FFFFFF; 
    font-size : 11px; 
    font-weight : bolder; 
    padding : 5px; 
    text-align : center;
}    

#ctnShop .shopSpecial2
{
    background-color : #777777;
    color : #FFFFFF; 
    font-size : 11px; 
    font-weight : bolder; 
    padding : 5px; 
    text-align : center;
}    

#ctnShop .shopTakings
{ 
    background-color : #A25C5C;
    border : solid 1px #FFFFFF;
    color : #FFFFFF;
    cursor : default;
    font-family : verdana,geneva,arial,helvetica,sans-serif; 
    font-size : 11px;
    font-weight : bolder;
    margin-top : 5px;
    padding : 5px;
    text-align : center;
    width : auto;
    -moz-user-select : none;
}

#ctnShop .shopTakings:hover
{ 
    background-color : #900201; 
    cursor : pointer; 
}

