/* PriveShop.gr Control Panel Library */


body {
 font-family: Arial, Helvetica, FreeSans, "DejaVu Sans";
 color: #ffffff;
 padding-right: 0px;
 padding-left: 0px;
 padding-bottom: 0px;
 margin: 0px;
 padding-top: 0px;
}

a { text-decoration: none; }

.b { font-weight:bold; }

.i { font-style:italic; }

.u { text-decoration: underline; }


.size7 { font-size:0.5em; }

.size8 { font-size:0.55em; }

.size9 { font-size:0.6em; }

.size10 { font-size:0.65em; }

.size11 { font-size:0.7em; }

.size12 { font-size:0.75em; }

.size13 { font-size:0.8em; }

.size14 { font-size:0.85em; }

.size15 { font-size:0.95em; }

.size16 { font-size:1.0em; }

.size18 { font-size:1.3em; }

.size20 { font-size:1.5em; }

.blue { color:#0082be; }

.orange { color:#f05a00; }

.grey { color:#555555; }

.gray { color:#646464; }

.white { color:#ffffff; }

.black { color:#000000; }

.red { color:#ff0000; }


.topTab {
    color:#ffffff;
}
.topTab a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.8em;
}
.topTab a:hover {
    color: #FF8C28;
    text-decoration: none;
}


.topTabo {
    color:#ffffff;
}
.topTabo a {
    color: #FF8C28;
    text-decoration: none;
    font-size: 0.9em;
}
.topTabo a:hover {
    color: #FF8C28;
    text-decoration: none;
}


.topMenu {
    color:#ffffff;
    text-align:left;
    background-color:#F7F7F7;
    background-image: url(images/greybar.gif);
    background-repeat:repeat-x;
}
.topMenu a {
    color: #808080;
    text-decoration: none;
}
.topMenu a:hover {
    color: #f05a00;
    text-decoration: none;
}


.topCat {
    color:#0082be;
    text-align:left;
}
.topCat a {
    color: #646464;
    text-decoration: none;
}
.topCat a:hover {
    color: #f05a00;
    text-decoration: none;
}


.topList {
    color:#646464;
    text-align:left;
    font-size: 0.9em;
}
.topList a {
    color: #0082be;
    text-decoration: none;
}
.topList a:hover {
    color: #f05a00;
    text-decoration: none;
}
