﻿/*summary*/
#pt-two-col #content .clothing-summary 
{
    float: left;
    width: 710px;
}

.clothing-summary .box 
{
    float: left;
    border-bottom: 1px #1d1d1f solid;
    width: 690px;
    padding: 0 10px;
    margin: 5px 0;
}

.clothing-summary .description 
{
    float: left;
    width: 470px;
    margin: 0 0 15px;   
}

.clothing-summary .price 
{
    font-weight: bold;
}

.clothing-summary .product-img 
{
    width: 205px;
    float: left;
    margin: 18px 0 20px 15px;   
}

.clothing-summary .product-img a
{
    display: block;   
}

.clothing-summary .product-img img 
{
    width: 180px;
    height: 180px;
}

/* list*/
#pt-two-col #content .clothing-list 
{
    float: left;
    width: 710px;
}

.clothing-list .product
{
    float: left;
    width: 220px;
    margin: 11px 10px 9px 0;
    background: url(../images/global/list-photoframe.png) no-repeat 0 0;
}

.clothing-list .product a
{
    display: block;
}

.clothing-list img
{
    width: 195px;
    height: 195px;
}

.clothing-list p
{
    font-weight: bold;
    font-size: 1.1em;
}

/* detail */
#pt-two-col #content .clothing-detail 
{
    float: left;
    width: 710px;
}

/* detail */
#pt-two-col .clothing-detail .description 
{
    float: left;
    width: 330px;
    margin: 0 30px 0 0;
}

#pt-two-col .clothing-detail .product-item 
{
    float: left;
    width: 330px;
}


#pt-two-col .clothing-detail .photo-frame
{
    background: url(../images/global/detail-photoframe.png) no-repeat 0 0;
    width: 326px;
    height: 329px;
}


#pt-two-col .clothing-detail .photo-frame a
{
    width: 320px;
    height: 320px;
    display: block;
}

#pt-two-col .clothing-detail .photo-frame a img
{
    width: 320px;
    height: 320px;
}

#pt-two-col .clothing-detail .product-thumbs 
{
    clear: both;   
    margin: 8px 0 0;
    float: left;
}

#pt-two-col .clothing-detail .thumb
{
    float: left;
    width: 40px;
    margin: 0 10px 0 0;
}

#pt-two-col .clothing-detail .thumb input
{
    border: 1px solid #1d1d1f !important;
}


#pt-two-col .clothing-detail .thumb input:hover
{
    border: 3px solid #555 !important;
    width: 36px;
}

#pt-two-col .product-shopping 
{
    clear: both;
    float: left;
    margin: 15px 0 0;
}

#pt-two-col .product-shopping select 
{
    font-size: 0.9em;
    padding: 2px;
}

#pt-two-col .product-shopping p
{
    font-weight: bold;
}

#pt-two-col .product-shopping select 
{
    width: 100px;
}

#pt-two-col .product-shopping select.quantity
{
    width: 50px;
}

#pt-two-col input.btn-add-to-cart 
{
}
