/*

Digital Shop version 3.0.1

Copyright (C) 2008-2011 JF Nutbroek <jfnutbroek@gmail.com>
See the included End User License Agreement (EULA)

*/

body {
    margin           : 5px;
}

html { 
    height           : 100%; 
}

.contenttable {
    font-family      : Verdana, Helvetica, Arial, sans-serif;
    font-size        : 12px;
    border-collapse  : collapse;
}

.tablechart {
    font-family      : Verdana, Helvetica, Arial, sans-serif;
    font-size        : 8px;
    color            : transparent;
    background-color : transparent;
    border-collapse  : separate;
    border-spacing   : 2px; 
    text-align       : center;
}

a:link,a:visited {
    text-decoration  : none;
}

a:hover {
    text-decoration  : underline;
}

.input {
    border           : 1px solid #000000;
    background-color : #FFFFFF;
    font-family      : Verdana, Helvetica, Arial, sans-serif;
    font-size        : 12px; 
    color            : #000000;
    text-align       : left;
}

.input:focus {
    border           : 1px dashed #000000;  
}

.input:disabled {
    color            : #CCCCCC;
}

[disabled] {
    color            : #CCCCCC;
}

.button {
    font-family      : Verdana, Helvetica, Arial, sans-serif;
    font-size        : 10px;  
    font-weight      : bold;
    color            : #555555;
    border           : 1px solid #000000;
    padding          : 3px;
    background-image : url("../shopgfx/buttonbg.gif");
    background-repeat: repeat-x;
}

.button:hover {
    background-image : url("../shopgfx/buttonbgh.gif");
    background-repeat: repeat-x;
}

.footer {
    font-family      : Verdana, Helvetica, Arial, sans-serif;
    font-size        : 9px;
    color            : #555555;
    text-align       : center;    
}

div.menumain {
    float            : left;
    width            : 100%;
    margin           : 0;
    padding          : 0em;
}

div.menusub {
    float            : left;
    width            : 100%;
    margin           : 0px;
    padding-left     : 12px;
    background-image : url("../shopgfx/subcat.gif");
    background-repeat: no-repeat; 
}




