﻿.customization-wrapper .left-container.top,
.customization-wrapper .right-container.top
{
    height:201px;
    border-bottom:1px solid #967D4C;
}
.customization-wrapper .left-container.bottom,
.customization-wrapper .right-container.bottom
{
    margin-top:5px;
    height:335px;
}
.customization-wrapper .left-container 
{   
    margin:0 5px 0 0;
    width:363px;
}
.customization-wrapper .right-container 
{
    width:345px;
}

.customization-wrapper .left-container span
{
    color: #838282;
    font-size: 12px;
    line-height: 16px;
}

/* Top Left Container */
.customization-wrapper .left-container.top h2
{
    font-size:20px;
    margin:0 0 0 0;
}
.customization-wrapper .left-container.top h3
{
    font-size:16px;
    font-weight:normal;
    margin: 3px 0 3px 0;
}
.customization-wrapper .left-container.top h3 strong { color:#D00000; }
.customization-wrapper .left-container.top .product-info-container { height:100px; }
.customization-wrapper .left-container.top .select-customization { margin-left:25px; }
.customization-wrapper .left-container.top .select-customization select
{
    width:270px;   
    font-size:12px;
}

/*Top Right Container */
.customization-wrapper .right-container.top
{
    border:1px solid #967D4C;
    text-align:center;
}

.customization-wrapper .right-container.top img
{
    height:200px;
}

/*Bottom Left Container*/
.customization-wrapper .left-container .customization-container { margin-top:15px; }
.customization-wrapper .left-container .customization-container .cust-name 
{ 
    font-size:14px;
    font-weight:bold;
    color:#222;
}
.customization-wrapper .left-container .customization-container .cust-name.orginal-product
{
    width:260px;
}
.customization-container .sel_customization_products
{ 
    width:285px;
    font-size:12px;
}
.customization-container .btn-add-cust { margin: 0 0 0 10px;}
.customization-container .btn-add-cust img { margin:-1px 0 0 0; }
.customization-container .cust-lines-container
{
    margin:10px 0 0 20px;
    overflow:auto;
    height:252px;
    width:263px;
}
.customization-container .cust-lines-container label
{
    font-size:12px
}
.customization-container .cust-lines-container input,
.customization-container .cust-lines-container select
{
    width:200px;
    font-size:12px;
}

.customization-container .cust-lines-container .cust-line
{
    margin: 0 0 7px 10px;
}


/*Bottom Right Container*/
.customization-wrapper .right-container.bottom
{
    width:344px;
    border-left:1px solid #967D4C;
}
.customization-wrapper .right-container.bottom .subtotal-section
{
    margin: 10px 0 0 10px;
    height:275px;
    overflow:auto;
}
.subtotal-section h3
{
    margin:0 0 0 0;
    font-size:18px;
    font-weight:normal;
}

.tbl_subtotal
{
    width:320px;
}

.tbl_subtotal td.product-name
{
    font-size:12px;
    width:235px;
}
.tbl_subtotal td.product-price
{
    text-align:right;
    font-size:12px;
}
.tbl_subtotal td.remove-product
{
    text-align:right;
    width:25px;
}
.tbl-subtotal-container 
{ 
    height:210px; 
    overflow:auto; 
    margin-bottom:10px;
}
.subtotal-section .cust-subtotal {font-size:16px;}
.subtotal-section .cust-subtotal.price 
{ 
    width:95px; 
    text-align:right; 
    margin-right:35px;
    font-weight:bold;
} 

.custLine ul
{
    list-style: none;
    font-size:10px;
    margin:0 0 0 10px;
    padding: 0 0 0 0;
}

.custLine ul li
{
    background: url(/images/list-item-bullet.gif) no-repeat left;
    padding-left:10px;
    padding-top:7px;
    margin-top:-7px;
    width:170px;
}
