.mask {
    position: absolute;
    top:0px;
    left:0px;
    z-index:2;
    width:100%;
    height: 300%;
    background-color:#000;
    -moz-opacity: 0.75;
    opacity:.75;
    filter:alpha(opacity=75);
}

#AjaxWindowContainer {
    position: absolute;
    z-index: 3;
    background-color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    padding:10px;
    border: 2px double #000000;
}
#AjaxWindow {
    overflow:auto;
    vertical-align: middle;
}

body, table {
    margin-top: 0pt;
    margin-bottom: 0pt;
    margin-left: 0pt;
    margin-right: 0pt;
    font-family: Arial;
    font-size: 12px;
    }

#header {
    position: absolute;
    top: 5px;
    left: 5px;
    background: url('images/header.png');
    width: 1023px;
    height: 98px;
    border:none;
    }

#plugins {
    position: absolute;
    left: 5px;
    width: 200px;
    }
#CategoryContainer {
    background-color: #F0F0F0;
    border: 1px solid #999999;
}
#adsense {
    margin-top: 15px;
    margin-left: 15px;
}

#main {
    position: absolute;
    width: 600px;
    }

#apf {
    position: absolute;
    bottom: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: justify;
    color: #999999;
}

.Container {
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    width: 600px;
}

#smallmodule {
    position: absolute;
    width: 194px;
    height: 216px;
    background: url('images/smallmodule_border.png');
    }

div.card {
    float: left;
    width: 153px;
    height: 200px;
    margin-left: 8px;
    margin-bottom: 16px;
    margin-right: 8px;
    background-color: #FFFFFF;
    border: 1px solid #999999;
}

.CartHeader, .CartFooter {
    padding: 5px;
    background-color: #E10019;
    color: #ffffff;
}

.CartFooter {
    text-align: right;
}

#CartTable , .CartMessage{
    margin: 10px;
}

tr.odd {
    background-color: #F0F0F0;
}


.navigator {
    padding: 5px;
    width: 600px;
}

a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #E10019;
    font-weight: bold;
}

#CategoryTable {
    margin: 15px;
}

#CategoryContainer {
    padding-top: 3px;
    padding-left: 10px;
}

.title {
    font-size: 16pt;
    font-weight: bold;
    color: #E10019;
}

.moduleTitle {
    font-size: 12pt;
    font-weight: bold;
    color: #999999;
    margin-left: 27px;
}

.visible {
    visibility: visible;
    display:block;
}

.hidden {
    visibility: hidden;
    display:none;
}

#SpecsTable {
    width: 100%;
    margin: 5px;
}

.highlight {
    background-color: #E10019;
    color: #ffffff;
}
.error {
    text-align: center;
    color: #E10019;
}