#prod-filters{
    clear:both;
}
.filter-selected{
    float:left;
    margin-right:20px;
    padding:4px;
}
#search-reset{
    display:none;
}
.button-active, .button-selected{
    font-size:10px;
    font-weight:bold;
    border:none;
    border-right:1px solid #ededed;
    padding-left:5px;
    padding-right:5px;
    background-color:white;
    height:35px;
    color:#999;
}

.button-active:focus, .button-selected:focus{
    outline:0;
}
.button-selected{
    background-color:#EDEDED;
    color:#333;
}

#mycarousel{
    padding:0;
    margin:0;
    float:left;
    margin-left:-25px;
    
}
#mycarousel ul{
    list-style-type: none;
    padding:0;
    margin:0;
}
#mycarousel li{
    margin-right:10px;
}
#bigleft, #bigright{
    float:left;
    height:360px;
    width:16px;
    background-color:white;
    vertical-align:middle;
}

.bigleft{
    width:20px;
    margin-right:5px;
    float:left;
}
.bigright{
    width:20px;
    margin-left:5px;
    float:left;
}
.prodblock-container{
    background-image:url(../images/bg_matrix.gif);
    background-position:right bottom;
    background-repeat:no-repeat;
    margin-bottom:10px;
    padding-right:2px;
    padding-bottom:3px;
    width:408px;
    float:left;
}

.prodblock{
    border:1px solid #eee;
    border-collapse:collapse;

}
.prodblock td{
    border:1px solid #eee;
    width:203px;
    height:115px;
}
#mycarousel-btns{
}

.hovertip {
    background-image:url(../images/tooltip.png);
    background-position:right bottom;
    background-repeat:no-repeat;
    width:170px;
    height:30px;
    font-weight:bold;
    color:#666;
    padding-left:10px;
    padding-top:10px;
    padding-bottom:10px;
    margin:0;
}
.hovertip span{
    font-weight:normal;
}
.loading {
    background: url(../images/loadinfo.net.gif) no-repeat center center;
    height:115px;
    width:203px;
    font-size:7px;
    color:white;
}
.prodlink{
    text-decoration:none;
}
img{
    border:none;
}