﻿/*** PRODUCT VIEW ********************/

#current-path {
    color: #5E5E5E;
    font-size: 12px;
    width: 964px;
    text-align: left;
    margin: 0 7px;
}

.pnl-path {
    width: 496px;
    float: left;
    padding-left: 4px;
}

.completeLabel {
    color: #9A9A9A;
    font-size: 26px;
    font-family: Times New Roman;
    width: 450px;
    text-align: left;
    float: right;
}

#current-path a {
    text-decoration: none;
    color: #5E5E5E;
    margin: 0 4px;
}

.product-view {
    margin: 30px 0;
    text-align: left;
}

.view-container {
    display: inline-table;
    margin: 10px 7px 30px;
    width: 964px;
}

.view-static-con {
    float: left;
    width: 500px;
    color: #5E5E5E;
    border: solid 1px #EAEAEA;
    margin-right: 8px;
}

.view-three-image {
    margin: 5px auto 15px;
    padding: 0px;
    height: 75px;
    border: solid 5px #EAEAEA;
}

.view-three-image td {
    vertical-align: middle;
    text-align: center;
    width: 65px;
    height: 65px;
}

.view-three-image .td-border {
    border-right: solid 5px #EAEAEA;
}

#view-main-image {
    width: 400px;
    height: 400px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.span-desc {
    text-align: left;
    font-size: 12px;
    width: 100%;
    float: left;
}

.span-name {
    font-size: 15px;
    width: 100%;
    float: left;
}

#ul-variable {
    width: 220px;
    float: left;
    font-size: 12px;
    margin: 15px 8px 5px;
}

#ul-variable ul {
    margin: 0px;
    padding-left: 10px;
}

#ul-none {
    font-size: 12px;
    float: right;
    margin: 15px 8px 5px;
    width: 200px;
}

#ul-none tr td a {
    text-decoration: none;
    color: #5E5E5E;
}

#ul-none tr td a:hover {
    color: #4595CF;
}

.extension {
    padding: 10px 20px;
    text-align: left;
    display: table;
}

.next-prev {
    height: 35px;
    width: 470px;
    margin-top: 5px;
    border-top: solid 1px #EAEAEA;
    padding: 0 15px;
}

.next-prev a {
    width: 70px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 10px;
    color: #79797B;
    font-size: 12px;
    display: block;
    float: left;
}

.next-prev .next-ring {
    float: right;
    text-align: right;
}

/*** VIEW DYNAMIC CONTROL *****************/

.view-dynamic-con {
    float: right;
    width: 444px;
    color: #EAEAEA;
    border: solid 5px #EAEAEA;
}

.view-details {
    width: 263px;
    margin: 130px auto 0px;
    border: solid 1px #3284C0;
    border-bottom: none;
    font-size: 12px;
}

.view-details .row {
    border-bottom: solid 1px #EAEAEA;
    padding: 5px;
    display: table;
}

.row .cell-name {
    font-weight: bold;
    width: 90px;
    float: left;
    color: #4E4E4E;
}

.row .cell-value {
    width: 160px;
    float: right;
    color: #5E5E5E;
}

.add-to-cart {
    padding-left: 5px;
    cursor: pointer;
    margin: 0 auto 130px;
    display: block;
    height: 39px;
}

/*** PRODUCT VIEW BOTTOM ***************/

.item-pnl-viewed {
    margin: 5px 11px;
    width: 110px;
    text-align: center;
    float: right;
}

.item-pnl-viewed .lnk-img {
    display: table-cell;
    vertical-align: middle;
}

.item-pnl-viewed .lnk-img img {
    border: none;
}

.related-prod-con .item-pnl-viewed {
    float: left;
}

.item-pnl-viewed a {
    text-decoration: none;
    text-transform: uppercase;
    color: Gray;
    font-size: 12px;
}

#prodview-bottom {
    width: 964px;
    height: 146px;
    margin: 0 auto;
}

#prodview-bottom .related-prod {
    width: 265px;
    float: left;
    border-bottom: solid 1px #808080;
    text-align: left;
}

#prodview-bottom .viewed-prod {
    text-align: right;
    float: right;
    width: 640px;
    border-bottom: solid 1px #808080;
}

.related-prod, .viewed-prod {
    text-transform: uppercase;
    color: #5E5E5E;
    font-size: 13px;
    height: 16px;
}

.related-prod-con {
    height: 140px;
    width: 265px;
    float: left;
}

.viewed-prod-con {
    height: 140px;
    width: 640px;
    float: right;
    text-align: right;
}

.viewed-prod-con .item-pnl-viewed {
    margin: 5px 9px;
}

/*** EMAIL TO FRIEND **********************/

#emailto {
    color: #676767;
    display: table;
    padding: 0 10px;
}

#emailto .title {
    font-size: 15px;
    color: #3284C0;
    border-bottom: solid 1px #3284C0;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

#emailto .row {
    height: 22px;
    margin: 3px auto;
    display: table;
    width: 390px;
    float: left;
}

.btnsend {
    float: right;
    height: 33px;
    margin-top: 15px;
    display: table;
}

#emailto #detrow {
    height: 110px;
    width: 390px;
    margin-bottom: 5px;
}

#emailto .name {
    padding-top: 4px;
    font-size: 13px;
    text-transform: uppercase;
    float: left;
    width: 110px;
}

#emailto .value {
    width: 265px;
    height: 20px;
    border: solid 1px #EAEAEA;
    float: right;
}

#emailto .image {
    width: 100px;
    height: 90px;
    float: left;
    margin: 10px 10px 10px 5px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#emailto .image img {
    margin: 0 auto;
}

#emailto .details {
    float: right;
    width: 265px;
    padding-top: 10px;
}

#emailto .span {
    text-align: left;
    font-size: 12px;
    width: 250px;
    float: left;
}

#emailto .span-name {
    font-size: 15px;
    width: 250px;
    color: #4E4E4E;
    float: left;
}
