body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: arial;
    background-image: url("/img/nback.gif");
    background-repeat:  repeat;
}
form { margin: 0; padding: 0; }

.text {
    font: normal 13px tahoma;
    text-align: left;
/*    overflow: auto; */
}
.maintable {
    width: 100%;
    border-collapse: collapse;
    border: 0;
    padding: 0;
    empty-cells: show;
}
.maintext {
    font: normal 13px tahoma;
    color: black;
}
.datacell {
    padding: 4px 8px;
    font: normal 11px tahoma;
    color: black;
}
/*-------------------------*/
.container {
    margin: 0 0 8px 0;
    width: 100%;
    border-collapse: collapse;
    padding: 0; 
}

.searchcontainer {
    margin: 0 0 8px 0;
    border-collapse: collapse;
    width: 100%;
    padding: 0;
}

.logincontainer {
    margin: 0 0 8px 0;
    border-collapse: collapse;
    width: 100%;
    padding: 0;
}
.logincontainer label {
    font: normal 11px tahoma;
    color: #666666;
}
.logincontainer input {
    font: normal 11px tahoma;
    padding: 0;
    height: 18px;
}
.loginacctext a {
    font: normal 10px tahoma;
    color: #990000;
}
.logintitletext {
    font: bold 13px Tahoma;
    color: #3FB7B2;
    height: 32px;
    background-color: white;
}

/*-------------------------*/
.menuhead {
    color: #3FB7B2;
    background-color: white; 
    font: bold 13px tahoma;
    padding: 4px 8px;
    margin: 0;
    text-align: left;
}
.menuhead a {
    color: white;
/*    background-color: #3FB7B2; */
    font-weight: bold;
}
.menublock {
    color: gray;
    font: normal 13px tahoma;
    background-color: white;
}
.menublock ul {
    padding: 4px;
    margin: 0;
    list-style-type: none;
}
.menublock li {
    margin: 0 4px;
    padding: 2px;
    color: #666666;
}
.menublock a {
    margin: 0px;
    padding: 0 2px;
    text-decoration: none;
}
.menublock .current {
    text-decoration: underline;
    color: #990000;
}
/* ---------------------- */
.popblock {
    border: solid 1px gray;
    padding: 4px 8px;
    margin: 4px 0;
    width: 100%;
    border-color: white;
}
.newblock {
    border: solid 1px gray;
    padding: 4px 8px;
    margin: 4px 0;
    width: 100%;
    border-color: white;
}
.lastforumblock {
    border: solid 1px gray;
    padding: 4px 8px;
    margin: 4px 0;
    width: 100%;
    border-color: white;
}
/* -------------------- */
.footermenu {
    font: normal 11px Tahoma;
    color: #666666;
    margin: 2px 8px;
/*    float: left; */
}

.footermenu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.footermenu li {
    margin: 0px;
    padding: 0px;
    float: left;
}

.footermenu .current {
    margin: 0px;
    padding: 0 2px;
    text-decoration: underline;
    color: #990000;
}
.footermenu a {
    margin: 0px;
    padding: 0 2px;
    text-decoration: none;
}
/* -------------------- */

.topmenu {
    text-align: center;
    vertical-align: middle;
    padding:0; 
    margin: 0px; 
    border-collapse: collapse;
    font: bold 14px tahoma;
    color: #666666;
    background-image: url('/img/menulineback.gif'); 
    background-repeat: repeat-x; 
    background-position: center center;
    margin-top: 22px;
    width: 100%;
}

.topmenu td {
    padding: 2px 8px;
    text-align: center;
}

.topmenu .current {
    text-align: center;
    color: #990000;
}

.topmenu a {
    text-decoration: none;
}
/* -------------------- */

.afont {
    font: normal 11px tahoma;
    color: #666666;
}

.menuheadu {
    color: #3FB7B2;
    font-size: 90%;
    font-weight: bold;
    padding: 4px 8px;
    margin: 0;
}

.button {
    font: normal 11px tahoma;
    color: #FFFFFF;
    background-color: #3FB7B2;
}
/* --- --- */
.login_form {
    margin: 0 auto;
/*    border: solid 1px #cccccc; */
    font-size: 80%;
    border-collapse: collapse;
}

.login_form #submit {
    margin: 0 auto;
    border: solid 1px #cccccc;
    background-color: #3FB7B2;
    color: #FFFFFF;
}
/* --- --- */

.list a {
    width: 60%;
}

/* --- BEGIN editor --- */
.editor_table {
    border-collapse: collapse;
    width: 100%;
}
.editor_table caption{
    text-align: left;
    font: bold 13px tahoma;
    padding: 2px 4px;
    background-color: #cccccc;
}
.editor_table td {
    padding: 0px;
}
.editor_table label {
    font: normal 13px tahoma;
}
.editor_table button {
    font: normal 10px tahoma;
    height: 16px;
    border: solid 1px gray;
    padding: 0;
    margin: 2px;
}
/* --- END editor --- */

/* --- BEGIN corners --- */
.tlr {
    background: url('/img/nltr.gif');
    background-repeat: no-repeat;
    background-position: left top;
    width: 22px;
    height: 22px;
    padding: 0; margin:0;
}
.blr {
    background: url('/img/nlbr.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 22px;
    height: 22px;
    padding: 0; margin:0;
}
.tm {
    background: url('/img/nt.gif');
    background-repeat: repeat-x;
    background-position: left top;
}
.bm {
    background: url('/img/nb.gif');
    background-repeat: repeat-x;
    background-position: left bottom;
    padding: 0; margin:0;
}
.trr {
    background: url('/img/nrtr.gif');
    background-repeat: no-repeat;
    background-position: right top;
    width: 22px;
    height: 22px;
    padding: 0; margin:0;
}
.brr {
    background: url('/img/nrbr.gif');
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 22px;
    height: 22px;
    padding: 0; margin:0;
}
.ml {
    background: url('/img/nl.gif');
    background-repeat: repeat-y;
    background-position: top left;
    padding: 0; margin:0;
}
.mr {
    background: url('/img/nr.gif');
    background-repeat: repeat-y;
    background-position: top right;
    padding: 0; margin:0;
}
.tla {
    background: url('/img/nlta.gif');
    background-repeat: no-repeat;
    background-position: left top;
    width: 22px;
    height: 22px;
    padding: 0; margin:0;
}
.bla {
    background: url('/img/nlba.gif');
    background-repeat: no-repeat;
    background-position: left top;
    width: 22px;
    height: 22px;
    padding: 0; margin:0;
}
.tra {
    background: url('/img/nrta.gif');
    background-repeat: no-repeat;
    background-position: right top;
    width: 22px;
    height: 22px;
    padding: 0; margin:0;
}
.bra {
    background: url('/img/nrba.gif');
    background-repeat: no-repeat;
    background-position: right top;
    width: 22px;
    height: 22px;
    padding: 0; margin:0;
}
.vm {
    background: url('/img/pixel.gif');
    background-repeat: repeat-y;
    background-position: center center;
}
.hm {
    background: url('/img/pixel.gif');
    background-repeat: repeat-x;
    background-position: center center;
}
/* --- END corners --- */

.titletext {
    font: bold 15px tahoma;
    color: #000000;
    padding-left: 8px;
}
.title {
    font: bold 15px tahoma;
    color: #003333;
    padding-left: 8px;
    border-bottom: solid 1px #CA1576;
    background-color: white;
    margin: 4px 4px;
}
.title a {
    text-decoration: none;
}

.goods_image {
    border: solid 1px gray;
    width: 50%;
    height: 100%;
}
.goods_text {
    border: solid 1px gray;
    width: 50%;
    height: 100%;
}
.goods_1 {
    border: solid 1px blue;
    background-color: yellow;
    width: 50%;
}
.goods_2 {
    border: solid 1px blue;
    background-color: #3FB7B2;
    width: 50%;
}
.goods_c {
    display: block;
    border: solid 1px gray;
    width: 100%;
}

.bigprice {
    font: bold 16px Tahoma;
    color: #CC0000;
}

.boldedtext {
    font: bold 13px Tahoma;
    color: #333333;
}

#pages a {
    padding: 2px 4px;
}
a.pages, span.pages{
    font: normal 9px tahoma;
    margin: 0 4px;
    padding: 2px 4px;
}
a.pages_current, span.pages_current{
    font: bold 10px tahoma;
    color: #CA1576;
    margin: 0 4px;
}

.logoimg {
    padding: 0; 
    margin: 0; 
    position: absolute; 
    top: 4px; 
    left: 24px; 
    display: inline;
    float: left;
}

hr.dotted { height: 0px; border: solid #333366 0px; border-top-width: 1px; border-style: dotted; }
hr { height: 0px; border: solid #333366 0px; border-top-width: 1px; border-style: solid; }
hr.dashed { height: 0px; border: solid #333366 0px; border-top-width: 1px; border-style: dashed; }

