.catalog {
    padding: 37px 0 0 0;
}

.c-item {
    float: left;
    width : 225px;
    height: 355px;
    text-align: center;
}

.c-item h3 {
    color: #596159;
    text-align: center;
    font-weight: normal;
    margin: 0 0 3px 0;
}

.c-item div.image {
    height: 200px;
    line-height: 200px;
    text-align: center;
}

.c-item .tab {
    position: absolute;
    width: 90px;
    height: 26px;
    margin: 165px 0 0 67px;
    background: #EDF240;
    text-align: center;
    line-height: 26px;
    font-size: 13px;
}

.c-item span {
    display: block;
    font-size: 11px;
    color: #7E877B;
    text-align: center;
    height: 30px;
    overflow: hidden;
    margin: 5px 20px 0 20px;
}

.c-item div.price {
    font-size: 16px;
    color: #BD3F26;
    text-align: center;
}

.c-item a.button {
    font-size: 12px;
    color: #BD3F26;
    margin: 5px 0 0 0;
    background: url(../images/order-button.png) no-repeat center center;
    width: auto !important;
}

.close {
    position: relative;
    float: right;
    width: 20px;
    height: 20px;
    background: url(../images/close.gif) no-repeat center center;
    cursor: pointer;
}

#order {
    position: absolute;
    display: none;
    z-index: 100;
    width: 300px;
    height: 400px;
    border: 1px solid gray;
    padding: 5px;
    background: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}

#order h4 {
    margin: 0px;
    padding: 5px;
    background: #C8CDB7;
    color: black;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: white 1px 1px 4px;
}

#order .img {
    text-align: center;
    border: 0;
}

#order div.content {
    height: 330px;
    width: auto;
    text-align: left;
}

#order td, .order td  {
    font-size: 12px;
    text-align: left;
}

#order input, .order input {
    border: 1px solid gray;
}

#order textarea {
    border: 1px solid gray;
    width: 290px;
}

.order textarea {
    border: 1px solid gray;
    width: 310px;
    height: 100px;
}

#order .waitMsg {
    position: relative;
    display: none;
    text-align: center;
    line-height: 380px;
    overflow: hidden;
}