#quickshop_image {
    margin: 0 auto;
    width: 705px;
    height: 475px;
    float: left;
}

#quickshop {
    float: right;
    margin-right: 10px;
    display: inline;
}

.quickshop_header {
    font-size: 18px;
    color: #ffffff;
    text-align:center;
    background-color: #92278f;
    margin: 0;
}

#quickshop_body {
    width: 153px;
    border: 1px solid #92278f;
    padding-left: 10px;
}

.continue {
    padding-left: 15px;
}

.purple {
    color: #92278f;
    font: 8pt Arial;
}

.orange {
    border: 1px solid #f7941c;
    width: 100px;
}

.label {
    width: 40px;
    float: left;
    margin-top: 3px;
}

/*** second page ***/
.step {
    color: #92278f;
    font: 10pt Arial;
    font-weight: bold;
    padding-left: 30px;
}

#items_container {
    padding-left: 30px;
}

.item {
    margin-top: 20px;
}

.left_block {
    float: left;
    width: 150px;
    margin-right: 50px;
    font: 8pt Arial;
    color: #646464;
}

.item_name {
    color: #97278f;
    font-weight: normal;
}

.item_price {
    color: #97278f;
}

.promo_desc {
    color: #EC008C;
}

.right_block {
    float: left;
    width: 800px;
    color: #646464;
    font: 8pt Arial;
    font-weight: bold;
}

.color_combo {

}

.swatches_container {
    float: left;
}

.swatches_container {
    line-height: 20px;
}

.swatches_container {
    margin-top: 8px;
    padding-left: 10px;
}

.swatch_container {
    float: left;
    cursor: pointer;
    margin-right: 4px;
}

.swatch_container span {
    display: block;
    margin: 3px;
    padding: 0px;
    border: 1px solid rgb(219, 215, 214);
}

.swatch_container span.selected {
    margin: 0px;
    padding: 2px;
    border: 1px solid rgb(255, 142, 213);
}

.swatch {
    width: 18px;
    height: 18px;
}

.selected .swatch {
    width: 20px;
    height: 20px;
}

.size_container {
    margin: 20px 0;
}

.size_link {
    margin: 5px 0;
    font-weight: normal;
}

.size_link a {
    color:  #F7941D;
    text-decoration: none;
}

.quantity_container {
    margin: 20px 0;
}

#buttons {
    margin-top: 15px;
    text-align: right;
    width: 790px;
}

select {
    background: none;
    color: #97278f;
}

.detail_price2 {
    color:#92278F;
    font-family:Arial;
    font-size:8pt;
    font-weight:bold;
    margin-bottom:4px;
    text-align:right;
}

.detail_stroke_price {
    color:#555555;
    font-size:8pt;
    font-weight:bold;
    text-decoration:line-through;
}
