body,table,td {
font-size: 12px;
font-family:Tahoma;
color:#605f5f;
line-height:16px;

}

body{
margin:0;
padding:0;
background:#fff url(/images/bgn.gif) top center no-repeat;
}

a {color:#605f5f;}
a:link {text-decoration:underline;}
a:visited {text-decoration:underline;}
a:hover {text-decoration:none;}

.menu {
padding:0px;
margin: 0px;
font-size:11px;
}
.menu li {
color:#000;
padding:5px 0px 0px 15px;
margin-bottom:0px;
background: url(/li-bgr.png) no-repeat;
height:33px;
width:174px;
list-style: none;
line-height:12px;
}
.menu a {color:#000;}
.menu a:link{text-decoration:none;}
.menu a:visited{text-decoration:none;}
.menu a:hover{text-decoration:underline;}

.news {
padding:0px;
margin: 0px;
width:150px;
font-size:11px;
}
.news li.date {
color:#fe1900;
padding:15px 0px;
margin:0px;
list-style: none;
}
.news li {
color:#000;
padding:0px;
margin:0px;
list-style: none;
}
.news a {color:#000;}
.news a:link{text-decoration:underline;}
.news a:visited{text-decoration:underline;}
.news a:hover{text-decoration:none;}

.bg {background: #eeeeee;}
.bg1 {background: url(../images/btl.png) left top no-repeat;}
.bg3 {background: url(../images/btr.png) left top no-repeat;}
.bg4 {background: url(../images/bl.png) left bottom no-repeat;}
.bg6 {background: url(../images/br.png) right bottom no-repeat;}

.orange {color:#fc7240; text-transform:uppercase; font-weight:bold; margin-bottom:10px;}
.green {color:#d0d622; text-transform:uppercase; font-weight:bold; margin-bottom:10px;}
.price {font-weight:bold;}
a.none:link {text-decoration:none;}
a.none:visited {text-decoration:none;}
a.none:hover {text-decoration:underline;}


.tableItems {margin-bottom:20px; border-collapse: collapse;}
.tableItems td,.tableItems th {
        padding:5px;
        border:1px solid #DEDEDE;
}

/******************************************************************************/


div.gallery-scroll {
        /* Set it so we could calculate the offsetLeft */
        position: relative;
        height: 160px;
        width: 530px;
        overflow: auto;
}
ul.gallery-scroll {
        display: block;
        /* max width here, for users without javascript */
        width: 10000px;
        height: 150px;
        padding: 0;
        margin: 0 0 0 0px;
        /* removing default styling */
        list-style: none;
}
.gallery-scroll li {
        display: block;
        float: left;
        padding: 0px 0px 0px 20px;
        display:inline;
        height:131px;
}
.gallery-scroll a {
        display: block;
        text-decoration: none;
}

.gallery-scroll img {
        border:none;
        filter:alpha(opacity=65);
        opacity: 0.65;
}
.gallery-scroll a:hover img {
        filter:alpha(opacity=100);
        opacity: 1;
}
.gallery-scroll a.action img {
        filter:alpha(opacity=100);
        opacity: 1;
}

.gallery-scroll #left {padding:0px 0px 0px 0px; margin:0px;}
