.katalog table{ width:85%; font: 11px/11px tahoma; color: #676767;padding-bottom: 20px;}
.katalog table select{ width: 200px; background-color: #f5f5f5; }
.katalog table table table tr {
    margin-bottom: 10px; 
}
.serchs a {
    background: transparent url(/img/strelka.png) no-repeat left 51%; 
    padding-left: 20px;
    color: #519ce0;
    font: 11px/11px tahoma;
}
.ramka {
    background-color: #f5f5f5;
    padding: 10px;
}
.ramka p{
    width: 392px;
    
}
.ramka table {
    margin-left: 100px;
}

/*Скругление углов*/
.nth-corners {
    height:88%;
    overflow:hidden;
    position:relative;
}
.nth-corners span {
    background-image:url("../img/corners.png");
    display:block;
    height:10px;
    margin:0;
    position:absolute;
    text-align:center;
    width:10px;
}
.top-right {
    background-position:100% 0;
    right:-1px;
    top:-1px;
}
.top-left {
    left:-1px;
    top:-1px;
}
.bot-right {
    background-position:100% 100%;
    bottom:-1px;
    right:-1px;
}
.bot-left {
    background-position:0 100%;
    bottom:-1px;
    left:-1px;
}
