﻿.shop_standardButton
{
    border: 1px solid black;
    font-size: 10px;
    height: 14px;
    text-align: center;
    width: 14px;
}
.shop_detailField
{
    border: 1px solid black;
    font-size: 10px;
    height: 14px;
    padding-left: 2px;
    text-align: left;
    width: 14px;
}
.shop_standardButton a, .shop_EditField a, .shop_detailField a
{
    color: Black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.standardButton:hover
{
    background-color: #CEDFF2;
    color: Black;
}
.shop_EditField
{
    background-color: #E4EEF9;
    font-size: 10px;
}
ul
{
    list-style-position: inside;
    list-style-type: square;
    margin: 0;
    padding: 0;
}
ol
{
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

.message-area {
    color: #666; 
    background-color: #ffff33;
    padding: 2px;
    border: 1px dotted #aaa;
    margin-bottom: 10px;
}
/* general links */

a, a:active { 
    color: #dd0000; 
    text-decoration: none;
}
a:hover { 
    text-decoration: underline;
}
.clicked {
    text-decoration: underline;
    font-weight: bold;
}
.cmsicon {
    border: 0;
    margin-right: 3px;
}
/* media depending styles */

/* not visible in print */
@media print {
    .noprint {
        display: none;
    }
}
/* not visibile on screen */
@media screen {
    .noscreen {
        display: none;
    }
}
