/*   template base css on product detail page */

/***********************/
/***********************/
/*** auto_slideshow ****/
/***********************/
/***********************/

/** thumbnail css **/
.upper_detail
{
    width:100%;
}
.left_container
{
    width:40%;
    text-align: center;
    min-height:100px;
    float:left;
}

.detail_thumb_img
{
    margin: auto; 
    margin-top: 10px;
    text-align: center;
    float: left;
    width:100%;
}

.thumb
{
    width:75px;
    height:72px;
    padding:3px;
    display: inline-block;
    border:thin solid #D6D6D6;
}

.thumb_img_block
{
    height: 72px; 
    width: 75px; 
    display: table-cell; 
    vertical-align: middle;
}


.detail_row
{
    padding-bottom:3px;
}

.img_container
{
    display:block;
}

.selected_img
{
    border:thin solid #D6D6D6;
    display:block;
    margin:auto;
}


#selected_detail_img
{
    height:250px;
    margin:auto;
    text-align:center;
    width:250px;
}

.rotate_image
{
    margin:auto;
}

/** product detail css **/

.detail_info
{
    width:55%;
    float:left;
    min-height: 300px;
    padding:5px;
}

.product_name
{
    color: #981C30 !important; 
}

.label_detail_info
{
    width:53px;
    padding:3px;
    display:inline-block;
}

.attribute_label
{
    display: inline-block;
    padding:3px;
    width:50px;
}

.label_qty
{
    display: inline-block;
    padding:3px;
    width:50px;
}

.right_span
{
    padding:3px;
    display:inline-block;
}

.product_option
{
    padding-bottom:3px;
}
.property_input select
{
    width:100px;
}

.form_inner
{
    background:#F9F9F9;
    border-top: 1px solid #9E9E9E;
    border-bottom: 1px solid #9E9E9E;
    padding: 5px;
}

#qty
{
    width:100px;
}

.form_inner input[type="button"].qty_plus
{
    width:15px;
    border:none;
    background: url('http://localhost:8888/mobipot/cart_asset/icon_image/qty-more.png');
}

.form_inner input[type="button"].qty_minus
{
    width:15px;
    border:none;
    background: url('http://localhost:8888/mobipot/cart_asset/icon_image/qty-less.png');
}


/** related product css **/

.related_product
{
    width:100%;
}

.product_related h2
{
    color:  #981C30;
}

.product_review h2
{
    color:  #981C30;
}

.product_review h4
{
    color:  #981C30;
}

/***********************/
/***********************/
/** end auto_slideshow */
/***********************/
/***********************/