﻿#product-header-wrap .left-wrap .title
{
    /*font-size:25px;
    color:#034484;
    padding-bottom:0px;
    font-family:Myriad Pro, Lucida Sans, Arial;*/
}

#viewcart-wrap
{
    padding:35px;
}

.vc-table
{
    display:inline-block;
    position:relative;
    
    border-top:solid 1px #d4d4d4;
}
.vc-row
{
    display:inline-block;
    position:relative;
    border-left:solid 1px #d4d4d4;
    border-bottom:solid 1px #e3e3e3;border-right:solid 1px #d4d4d4;
}
.vc-row .col1,.vc-row .col2,.vc-row .col3,.vc-row .col4,.vc-row .col5,.vc-row .col6,.vc-row .col7
{
    color:#656565;
    display:inline-block;
    height:55px;
    line-height:55px;
    padding-left:15px;
    font-size:12px;
    float:left;
    border-right:solid 1px #e7e7e7;
}

.vc-table .vc-header div
{
    background-color:#656565;
    color:#fff;
    border-right:solid 1px #757575;
    font-weight:bold;
    height:35px;
    line-height:35px;
}

.vc-table .vc-row div.col1 {width:62px;text-align:center;padding-left:0px;}
.vc-table .vc-row div.col2 {width:105px;text-align:center;padding-left:0px;}
.vc-table .vc-row div.col3 {width:180px;overflow:hidden;}
.vc-table .vc-row div.col4 {width:105px;text-align:center;padding-left:0px;}
.vc-table .vc-row div.col4 input{width:40px;background-color:#fff;margin-top:18px; border-color:#757575; border-style:solid; border-width:1px;font-size:12px;color:#656565;}
.vc-table .vc-row .col5 {width:190px;height:35px;line-height:18px;padding:10px 0 10px 15px;}
.vc-table .vc-header .col5 {width:190px;height:35px;line-height:35px;padding:0 0 0 15px;}

.vc-table .vc-row div.col6 {width:90px;text-align:right;padding-left:0px;padding-right:15px;}
.vc-table .vc-row div.col7 {width:105px;text-align:center;padding-left:0px;border-right:solid 0px #757575;padding-right:0px;}
.vc-table .vc-row div.col7 a {color:#0060b2;}



.vc-table #vc-row-01,
.vc-table #vc-row-03,
.vc-table #vc-row-05,
.vc-table #vc-row-07
{
    background:#f6f6f6;
}

.vc-table #vc-subtotal
{
    padding-left:471px;
    display:inline-block;
    height:55px;
    border-bottom:solid 0px #fff;
    border-left:solid 0px #fff;
}
.vc-table #vc-subtotal div
{
    background:#f6f6f6;
    float:right;
    border-bottom:solid 1px #e3e3e3;
    font-weight:bold;
    display:inline-block;
}
.vc-table #vc-subtotal .col5 
{
    border-left:solid 1px #d4d4d4;
    width:190px;
    height:55px;line-height:55px;padding:0 0 0 15px;
}
.vc-table #vc-subtotal .col6
{
    font-size:14px;
}
.vc-table .vc-top-left
{
    position:absolute;
    width:5px;
    height:5px;
    top:-1px;
    left:-1px;
    display:block;
    background:transparent url(../image/viewcart_corner.jpg) no-repeat -5px -5px;
}
.vc-table .vc-top-right
{
    position:absolute;
    width:5px;
    height:5px;
    top:-1px;
    right:-1px;
    display:block;
    background:transparent url(../image/viewcart_corner.jpg) no-repeat 0px -5px;
}
.vc-table .vc-bottom-left
{
    position:absolute;
    width:5px;
    height:5px;
    bottom:-1px;
    left:-1px;
    display:block;
    background:transparent url(../image/viewcart_corner.jpg) no-repeat -5px 0px;
}
.vc-table .vc-bottom-right
{
    position:absolute;
    width:5px;
    height:5px;
    bottom:-1px;
    right:-1px;
    display:block;
    background:transparent url(../image/viewcart_corner.jpg) no-repeat 0px 0px;
}




#vc-button 
{
    display:block;
    text-align:right;
    height:30px;
    padding-top:20px;    
}
#vc-button div
{

    width:422px;
    display:inline-block;
}
#vc-button .fleft
{
    float:left;
}
#vc-button .fright
{
    float:right;
}
