#imCellStyle_1,#imCell_1{
    min-height: 10px;
}
.catalog{
    min-height: 670px;
    background: linear-gradient(to top, #E1E6EA 0%, #FFF 40%);
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}
.catalog model_title{
    display: block;
    text-align: center;
    border: 1px;
    border-radius: 10px;
    /*background: linear-gradient(to right, #929EA5 0%, #FFF 30%, #BCC6CB 100%);*/
    padding: 10px 15px;
    font-size: 25px;
    font-weight: 600;

}
.catalog image_cat, .catalog img{
    /*background-repeat: no-repeat;*/
    /*width: 413px;*/
    /*height: 657px;*/
    /*display: inline-block;*/
    /*margin: 10px 100px;*/
    /*float: left;*/
    /*background-position: 50% 0;*/

}
#specific{
    display: inline-block;
    margin: 20px 15px;

    float: right;
    text-align: left;
    width: 40%;
}
#black{
    background-color: #1A171B;
    border: 1px;
    border-radius: 10px;
    color: white;
    font-size: 15px;
    padding: 15px 15px;
    margin: 10px 0px;
}
#texta{
     text-shadow: 0px 0px 1px silver,
 1px 1px 1px silver;
    color: #E20019;
    font-size: 25px;
    line-height: 45px;
}
#textaer{
    float: right;
    text-align: justify;
    font-size: 15px;
    margin: 10px 0px;
}
#specific h2{
  color: black;
  font-weight: bold;
  margin: 0 0 5px 0;
  font-size: 18px;
}
#Imagemin{
  margin: 10px 0px;
}
#Imagemin a{
    width: 88px;
    height: 100px;
    display: inline-block;
    border: 1px #505050 solid;
    margin: 5px;
      background-size: 100%;
  background-repeat: no-repeat;
}
#price{
    font-size: 20px;
    border-bottom: 1px solid #505050;
    margin-right: -15px;
}
#price label{
    font-size: 25px;
}
#price strong{
    font-size: 30px;
    line-height: 50px;
}
#compare{
    width: 220px;
    display: inline-block;
    text-shadow: 1px 1px #fff;
    font-size: 25px;
    padding: .3em 1em;
    border: 1px solid #aaa;
    border-radius: 10px;
    outline: none;
    background:linear-gradient(to right, #94A2A9 0%, #C8D4DA 30%, #4B6069 96%);
    overflow: hidden;
    font-size: 20px;
    margin: 10px 0px;
    box-shadow: inset 0px 0px 12px -5px;
}
#compare a{
    background-image: url('/img/com.png');
    background-repeat: no-repeat;
    background-position: 200px;
    width: 100%;
    height: 27px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    text-shadow: -2px 2px 0px #243d43;

}

#reserve{
    width: 220px;
    display: inline-block;
    text-shadow: 1px 1px #fff;
    font-size: 25px;
    padding: .3em 1em;
    border: 1px solid #aaa;
    border-radius: 10px;
    outline: none;
    background:linear-gradient(to right, #5FAC27 0%, #7FBA59 29%, #1A842D 75%);
    overflow: hidden;
    font-size: 20px;
    margin: 10px 0px;
    box-shadow: inset 0px 0px 12px -5px;
}
#reserve a{
    background-image: url('/img/mag.png');
    background-repeat: no-repeat;
    background-position: 195px;
    width: 100%;
    height: 27px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    text-shadow: -2px 2px 0px #243d43;

}