#catalog_index img {
    border: 1px solid #e1e1e1;
    -moz-box-shadow: 0 0 5px #ddddd3 inset;
    -webkit-box-shadow: 0 0 5px #ddddd3 inset;
    box-shadow: 0 0 5px #ddddd3 inset;
    border-radius: 5px;;
}
#catalog_index a:hover img {
    -moz-box-shadow: 0 0 10px #40361d;
    -webkit-box-shadow: 0 0 10px #40361d;
    box-shadow: 0 0 10px #40361d;
    border-radius: 5px;
}
#catalog_index h4 {
    margin: 0 auto 20px;
    font-weight: bold;
    text-align: center;
    color: #40361d;
    font: 20px/18px Arial, Tahoma, Verdana, sans-serif;
}
#catalog_cat img {
    border: 1px solid #e1e1e1;
    -moz-box-shadow: 0 0 5px #ddddd3 inset;
    -webkit-box-shadow: 0 0 5px #ddddd3 inset;
    box-shadow: 0 0 5px #ddddd3 inset;
    border-radius: 5px;
}
#catalog_cat a:hover img {
    -moz-box-shadow: 0 0 10px #40361d;
    -webkit-box-shadow: 0 0 10px #40361d;
    box-shadow: 0 0 10px #40361d;
    border-radius: 5px;
}
#catalog_cat h4 {
    margin: 0 auto 20px;
    font-weight: bold;
    text-align: center;
    color: #40361d;
    font: 20px/18px Arial, Tahoma, Verdana, sans-serif;
}
#catalog_view img {
    border: 1px solid #e1e1e1;
    -moz-box-shadow: 0 0 5px #ddddd3;
    -webkit-box-shadow: 0 0 5px #ddddd3;
    box-shadow: 0 0 5px #ddddd3;
    border-radius: 5px;
}
#catalog_cat img {
    border: 1px solid #e1e1e1;
    -moz-box-shadow: 0 0 5px #ddddd3;
    -webkit-box-shadow: 0 0 5px #ddddd3;
    box-shadow: 0 0 5px #ddddd3;
    border-radius: 5px;
}
.pLabel {
    margin: 20px auto;
    font-weight: bold;
    color: #40361d;
    font: 20px/18px Arial, Tahoma, Verdana, sans-serif;
}
.sum {
    font-weight: bold;
    color: red;
    font: 22px/18px Arial, Tahoma, Verdana, sans-serif;
}
.cost {
    font-weight: bold;
    color: #000;
    font: 14px/18px Arial, Tahoma, Verdana, sans-serif;
}
.inp {
    text-align: center;
    font-weight: bold;
    width: 30px;
    height: 25px;
    border: 1px solid #40361d;
    -moz-box-shadow: 0 0 5px #40361d;
    -webkit-box-shadow: 0 0 5px #40361d;
    box-shadow: 0 0 5px #40361d;
    border-radius: 5px;
}
.sub {
    text-align: center;
    margin: 10px 20px;
    width: 100px;
    height: 25px;
    border: 1px solid #40361d;
    -moz-box-shadow: 0 0 5px #40361d;
    -webkit-box-shadow: 0 0 5px #40361d;
    box-shadow: 0 0 5px #40361d;
    border-radius: 5px;
    padding-bottom: 5px;
    color: #000100;
    font: 16px Tahoma, Verdana, sans-serif;
}