.product-view {
    border: 1px solid #c4c6c8;
}
.product-view .product-essential {
    background: none repeat scroll 0 0 #fff;
    padding: 25px;
}
.product-view form {
    display: inline;
}
.product-view .no-display {
    display: none;
}
.product-view input, select, textarea, button {
    color: #2f2f2f;
    font: 12px/15px "webfontregular";
    vertical-align: middle;
}
.product-view .product-shop {
    width: 280px;
}
.product-view .product-shop .product-name {
    margin: 0 0 5px;
}
.product-name {
    font-size: 1em;
    font-weight: normal;
    margin: 0;
}
.product-view .product-shop .product-name h1 {
    font-family: "webfontregular";
    font-weight: bold;
    margin: 0;
}
.product-view h1 {
    font-size: 20px;
    font-weight: normal;
}
.product-view h1, h2, h3, h4, h5, h6 {
    color: #0a263c;
    line-height: 1.35;
    margin: 0 0 5px;
}
.product-view .product-shop .availability {
    margin: 10px 0;
}
.product-view .product-shop .availability {
    font-size: 11px;
}
.product-view .product-shop .availability span {
    font-weight: normal;
}

.product-view .regular-price {
    color: #d82f4e !important;
}
.product-view .regular-price .price {
    color: #d82f4e;
    font-size: 13px;
    font-weight: bold;
}
.product-view .product-options {
    background-color: #f6f6f6;
    border: 1px solid #e4e4e4;
    margin: 10px 0 0;
    padding: 10px 15px 20px;
    position: relative;
}
.product-view .product-options dt {
    font-weight: normal;
    padding: 10px 0 0;
}
.product-view .product-options dt label {
    color: #2f2f2f;
    font-weight: bold;
}
.product-view .product-options dt label.required em {
    color: #eb340a;
    margin-left: 5px;
}
.product-view .product-options dl.last dd.last {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.product-view .product-options dd {
    border-bottom: 1px solid #e4e4e4;
    margin: 0 0 5px;
    padding: 5px 10px 15px;
}
.product-view .product-options dd select {
    padding: 5px;
    width: 99%;
}
.product-view select option {
    padding-right: 10px;
}
.product-view .product-options-bottom {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #e4e4e4 #e4e4e4;
    border-image: none;
    border-right: 1px solid #e4e4e4;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    padding: 12px 20px;
}
.product-view .product-options-bottom .price-box {
    float: left;
    margin: 0;
    padding: 0;
}
.product-view button.button {
    background: none repeat scroll 0 0 #faa623;
    border: 0 none;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}
.product-view button.button span {
    border: 1px solid #faa623;
    color: #fff;
    display: block;
    font: bold 12px/22px "webfontregular";
    height: 24px;
    padding: 0 8px;
    text-align: center;
    white-space: nowrap;
}
.product-view button.button span span {
    border: 0 none;
    padding: 0;
}
body.ajax-index-options{
    width:380px;
    padding:0px;
    margin:0px;
}
body.ajax-index-options .product-shop .product-options-bottom .price-box{
    float:left;
}