div.product {
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 30px;
}

div.product div.left {
    float: left;
    width: 550px;
    margin-left: 15px;
}

div.product div.right {
    float: right;
    width: 365px;
    margin-right: 30px;
}

div.product div.left div.main-image {
    padding-bottom: 16px;
    border-bottom: 1px solid #535353;
}

div.product div.left div.main-image div.image {
    /*width: 505px;*/
    /*height: 445px;*/
    margin: 0px auto;
    text-align: center;
}

/*div.image img.main-image {
    border: 1px solid #999999;
}*/

div.product div.left div.main-image div.image a {
    /*display: table-cell;*/
    /*height: 445px;*/
    text-align: center;
    vertical-align: middle;
    /*width: 505px;*/
}

div.product div.left div.actions ul {
    overflow: hidden;
}

div.product div.left div.actions div.actions-left {
    float: left;
    margin-top: 25px;
    margin-right: 50px;
}

div.product div.left div.actions div.actions-left p {
    margin-top: 0px;
    margin-bottom: 8px;
}

div.product div.left div.actions div.actions-left p a {
    color: #000000;
    text-decoration: none;
}

div.product div.left div.actions div.actions-right {
    float: left;
}

div.product div.left div.actions div.actions-right p {
    margin-top: 15px;
    margin-bottom: 15px;
}

div.product div.left div.actions div.actions-right div.other-views {
    overflow: hidden;
    width: 380px
}

div.product div.left div.actions div.actions-right div.other-views div.view {
    float: left;
    height: 55px;
    margin-right: 12px;
    margin-bottom: 12px;
    position: relative;
    text-align: center;
    width: 62px;
}

div.product div.left div.actions div.actions-right div.other-views div.view a {
    display: table-cell;
    height: 55px;
    text-align: center;
    vertical-align: middle;
    width: 62px;
}

div.product div.right div.title {
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #535353;
}

div.product div.right div.title h2 {
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}

div.product div.right div.title h2.title {
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
}

div.product div.right div.title h2.price {
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
}

div.product div.right div.description {
    margin-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #535353;
}

div.product div.right div.description p.title {
    font-weight: bold;
    line-height: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}

div.product div.right div.description p.copy {
    margin-top: 0px;
    line-height: 15px;
}

div.product div.right div.info p.copy {
    margin-top: 0px;
    line-height: 100%;
}

div.product div.right div.info p.size-link {
    margin-top: 0px;
    line-height: 15px;
}

div.product div.right div.info div.copy {
    margin-top: 0px;
    line-height: 15px;
    border-bottom: 1px solid #535353;
    padding-bottom: 10px;
}

div.product div.right div.info.background {
    margin-top: 10px;
    border-bottom: none;
}

div.product div.right div.info p.title {
    font-weight: bold;
    line-height: 15px;
    margin-top: 0px;
    margin-bottom: 5px;
}

div.product div.right div.info {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #535353;
}

div.product div.right div.info p.title {
    margin: 0px;
    margin-bottom: 1px;
}

div.product div.right div.info p.title a {
    text-decoration: none;
    color: #000000;
    display: block;
    background-image: url('/public/images/product/show-more.png');
    background-position: right center;
    background-repeat: no-repeat;
    height: 16px;
}

div.product div.right div.info p.title a.shown {
    background-image: url('/public/images/product/show-less.png');
}

div.product div.right div.background div.copy {
    display: none;
}

div.product div.right div.details {
    margin-top: 20px;
    overflow: hidden;
}

div.product div.right div.details input.quantity {
    border: 1px solid #CCCCCC;
    padding: 5px 2px;
    width: 60px;
    font-size: 12px;
    font-family: helvetica;
    text-align: center;
}

div.product div.right div.details select {
    border: 1px solid #B5B5B5;
    padding: 4px 2px;
    width: 60px;
    width: 92px;
    font-size: 12px;
    font-family: helvetica;
}

div.product div.right div.details table {
    width: 100%;
}

div.product div.right div.details table tr.titles td {
    padding-bottom: 3px;
}

div.share {
    clear: both;
    overflow: hidden;
    padding-top: 5px;
}

div.share span {
    margin-right: 3px;
}

div.share a {
    margin: 0px 1px;
}

div.share span.label {
    display: block;
    float: left;
    line-height: 18px;
    margin-right: 10px;
}

div.share img {
    vertical-align: bottom;
}

div.right div.top {
    padding-bottom: 40px;
    /*border-bottom: 1px solid #535353;*/
}

div.wear-with p {
    margin-top: 15px;
    margin-bottom: 15px;
}

div.wear-with {
    overflow: hidden;
    border-top: 1px solid #535353;
    clear: both;
}

div.wear-with div.wear-other div.wear {
    float: left;
    height: 55px;
    margin-bottom: 12px;
    margin-right: 12px;
    position: relative;
    text-align: center;
    width: 62px;
}

div.wear-with div.wear-other div.wear a {
    display: table-cell;
    height: 55px;
    text-align: center;
    vertical-align: middle;
    width: 62px;
}

div.row {
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
}

div.row-float {
    float: left;
    clear: none;
    overflow: hidden;
    margin-bottom: 10px;
    margin-right: 4px;
    margin-right: 5px;
}

div.row label {
    font-size: 12px;
    font-weight: bold;
    padding-left: 2px;
    color: #262626;
    float: left;
}

div.row select.text {
    width: 204px;
    border: 1px solid #cccccc;
    padding: 5px;
    font-family: Helvetica,Arial;
    color: #3C3C3E;
    font-size: 12px;
    display: block;
    clear: both;
    float: left;
    margin-top: 2px;
}

div.row input.text {
    width: 204px;
    border: 1px solid #cccccc;
    padding: 5px;
    font-family: Helvetica,Arial;
    color: #3C3C3E;
    font-size: 12px;
    display: block;
    clear: both;
    float: left;
    height: 14px;
    margin-top: 2px;
    background-color: #FFFFFF;
}

div.submit-float {
    margin-top: 17px;
}

div.details div.selectbox {
    width: 90px !important;
}

ul.items {
    width: auto !important;
    min-width: 89px;
}

input#addtobag {
    background-image: url("/public/images/product/add-to-bag.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #660000;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    height: 22px;
    line-height: 22px;
    padding: 0;
    text-indent: -10000px;
    width: 82px;
}

input#addtobasics {
    background-image: url("/public/images/basics/add-to-basics.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #660000;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    height: 23px;
    line-height: 22px;
    padding: 0;
    text-indent: -10000px;
    width: 104px;
    margin-right: 3px;
}

div.details label.error {
    clear: both;
    color: red;
    font-size: 11px;
    font-weight: normal;
    width: 60px;
    margin-top: 3px;
}

p.not-for-sale {
    margin: 0px 0px 10px 0px;
}

table.image {
    margin: 0px auto;
    height: 445px;
}

table.image td {
    text-align: center;
    height: 445px;
}

div.zoomPreload {
    display: none;
}

div.top ul {
    padding-left: 20px;
}

div.selectbox a.display.text span.text {
    width: 66px;
    height: 16px;
    display: block;
    overflow: hidden;
}

ul.items li.first {
    display: none;
}

span.sold-out {
    color: #8C2429;
}

p.sold-out {
    margin: 0 0 10px;
    color: #8C2429;
    clear: both;
}

div.product div.right div.details input.quantity.disabled {
    background-color: #fcfcfc;
}

div.left div.product-video {
    clear: both;
    width: 380px;
    height: 285px;
    margin: 0px auto;
    padding-top: 5px;
}

span.original-price {
    text-decoration: line-through;
    margin-right: .5em;
}

span.sale-price {
    color: #8C2429;
}

div.basics-link a img {
    border: 1px solid #660000;
}

div.details div.frequency-row div.selectbox {
    width: 185px !important;
}

ul.items.frequency {
    width: 182px !important;
}

div.details div.frequency-row label.error {
    width: auto;
}

div.fb-like-block {
    background: none repeat scroll 0 0 white;
    height: 100%;
    left: 50px;
    position: absolute;
    width: 120px;
}

div.share div.share-block {
    float: left;
    overflow: hidden;
    margin-right: 8px;
}

div.share div.share-facebook {
    width: 48px;
}

div.share span {
    margin-top: 1px;
    margin-right: 9px;
    float: left;
}

.stButton {
    margin: 1px 0px 0px 0px !important;
}