body {
    background-color: #F5F6F7; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

a:link, a:active {  color: #7A96AD; text-decoration: none;}
a:visited {  color: #7A96AD; text-decoration: none;}
a:hover {  color: #C90000; text-decoration: none;}

.label {
    color: #FFFFFF;
    font-weight: normal; font-size: 18px;
    padding-top: 10px;
}


.menu {
    padding-top: 60px;
    padding-left: 24px;
}

.pad {
    padding-left: 24px;
}

.txt {
    background-color: #FCFCFC;
    font-size: 11px;
}


.txt1 {
    color: #6A6A6B;
    font-size: 11px;
}

.txt2 {
    color: #899099;
    font-size: 16px;
    font-weight: bold;
}

.txt3 {
    color: #5B5B5B;
    font-size: 11px;
    font-weight: bold;
}

.txt4 {
    color: #0880CE;
    font-size: 11px;
    font-weight: bold;
}

.cont {
    color: #005C7E;
    font-size: 11px;
    padding-left: 70px;
}

.copyright {
    color: #5C5C5C;
    font-size: 10px;
}

/* CATALOG MAIN PAGE */
table, img {
    border-style: none;
}

table.listitem {
    width: 100%;
}

table.listitem td {
    font-size: 11px;
}


table.listitem td.pict, table.listitem td.pict_first {
    width: 33%;
    border-right: 1px solid #9BCFFE;
}

table.listitem td.pict_first {
    border-left: 1px solid #9BCFFE;
    height:70px;
}

table.listitem td.hole {
    font-size: 1px;
    height: 5px;
}

table.listitem td.name1,
table.listitem td.name2,
table.listitem td.name3 {
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    height: 22px;
    background-color: #62C2FF;
    cursor:hand;
}

table.listitem td.name1 {
    background-image: url('../i/cat1.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
    border-right: 1px solid #FFFFFF;
}

table.listitem td.name2 {
    border-right: 1px solid #FFFFFF;
}

table.listitem td.name3 {
    background-image: url('../i/cat2.gif');
    background-repeat: no-repeat;
    background-position: right bottom;
}
