/* ************************************************************************************************
		Left column
************************************************************************************************ */
#block_left_menu h2{
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    background: rgb(0, 127, 163);
    padding: 8px 10px;
    margin-bottom: 7px;
    margin-top: 0;
}

#block_left_menu ul{
	padding: 0;
	margin: 0;
}
#block_left_menu ul{list-style: none;}

/*** level1 ***/
#block_left_menu ul.level1 li{
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    margin-bottom: 7px;
}
#block_left_menu ul.level1 li:first-child{border-top: none;}
#block_left_menu ul.level1 li:hover a{
    color: #000000;
    background: #ededed;
}
#block_left_menu ul.level1 li a{
    font-size: 18px;
    color: #7a7a7a;
    text-transform: uppercase;
    display: block;
    padding: 8px 10px;
    -moz-transition: all 0.2s; 
    -webkit-transition: all 0.2s;  
    -ms-transition: all 0.2s;  
    -o-transition: all 0.2s;  
    transition: all 0.2s;
}

/*** hide sub menu ***/
/*#block_left_menu ul.level1 li ul{display: none;}*/

/*** level2 ***/
#block_left_menu ul.level1 li ul.level2 li{
    border: none;
    margin: 0;
}
#block_left_menu ul.level1 li ul.level2 li:first-child{margin-top: 7px;}
#block_left_menu ul.level1 li ul.level2 li a{
    color: #000000;
    text-transform: none;
    font-size: 15px;
    padding: 5px 10px;
    background: #ededed;
}

#block_left_menu ul.level1 li ul.level2 li a span {
    background:url('/img/down.png') no-repeat;
    float:right;
    margin-top:3px;
    width:11px;
    height:11px;
}
#block_left_menu ul.level1 li ul.level2 li a.close span {
    background:url('/img/up.png') no-repeat;
    float:right;
    margin-top:3px;
    width:11px;
    height:11px;
}

#block_left_menu ul.level1 li:hover ul.level2 li a{background: #ededed;}

/*** level3 ***/
#block_left_menu ul.level1 li ul.level2 li ul.level3{
	padding-top: 7px;
}
#block_left_menu ul.level1 li ul.level2 li ul.level3 li{
    background: transparent;
    border: none;
    padding-left: 7px;
}
#block_left_menu ul.level1 li ul.level2 li ul.level3 li:first-child{margin-top: 0;}
#block_left_menu ul.level1 li ul.level2 li ul.level3 li:last-child{margin-bottom: 10px;}
#block_left_menu ul.level1 li ul.level2 li ul.level3 li a{
    color: #7a7a7a;
    text-transform: none;
    font-size: 15px;
    padding: 0px 0px 0px 7px;
    background: transparent;
}
#block_left_menu ul.level1 li ul.level2 li ul.level3 li a:hover{color: #000000;}
#block_left_menu ul.level1 li:hover ul.level2 li ul.level3 li a{background: transparent;}

.content h2{
    padding-top: 0;
    margin-top: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 20px;
}


.content h3{
font-size: 20px;
    padding-top: 0;
    margin-top: 0;
}


.content p {
    font-size: 12px;
    color: #7a7a7a;
    font-family: Tahoma;
    margin-bottom: 17px;
    line-height: 19px;
}


#gallery_cms{
    margin-top: 30px;
}

#gallery_cms > div{
    margin-bottom: 30px;
}

.content table#summary, .content table.summary{
    width: 100%;
    font-family: Arial;
    font-size: 12px;
    margin-top: 6px;
   
}
.content tr:nth-child(odd) {background-color: #ededed} 

.content table.customer-info {
     margin-bottom:20px;
}

.content table#summary thead, .content table.summary thead{
    background: #ededed;
}
.content table#summary th, .content table.summary th{
    line-height: 35px;
    background: #ededed;
    color: #313131;


}
.content table#summary th.product_no{
    width: 10%;
    text-align: center;
}
.content table#summary th.product_name{
    padding-left: 48px;
    width: 30%;
}
.content table#summary th.qty{
    text-align: center;
    width: 20%;
}
.content table#summary th.price{
     width: 30%;
    text-align: center;
}
.content table#summary th.product_total{
    width: 10%;
    padding-right: 68px;
    text-align: right;
}



.content table#summary tbody tr{
    border-bottom: 1px solid #a6a6a6;
}

.content table#summary td{
    float: left;
    padding: 20px 15px 30px 15px;
    color: #313131;
}

.content table.summary td{
    float: left;
    padding: 5px 0 5px 20px;
    color: #313131;
}

.content table td[class*="col-"],.content table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: left;
}

.content table#summary td.product_no{
    text-align: center;
    vertical-align: top;
}
.content table#summary td.product_name{
    padding-left: 48px;
    padding-right: 60px;
    line-height: 20px;
}
.content table#summary td.product_name a{
    font-size: 14px;
    text-transform: uppercase;
}
.content table#summary td.qty{
    text-align: center;
}
.content table#summary td.qty select{
    width: 57px;
    height: 18px;
    border: 1px solid #a6a6a6;
}
.content table#summary td.price{
    text-align: center;
}
.content table#summary td.product_total{
    padding-right: 68px;
    text-align: right;
}

.content table#total_summary{
    width: 100%;
    font-family: Arial;
    font-size: 13px;

}
.content table#total_summary td{padding-top: 17px; float: left; color: #313131;}
.content table#total_summary td.space{width: 525px;}
.content table#total_summary td.total_label{width: 250px;}
.content table#total_summary td.total_price{
    padding-right: 60px;
    text-align: right;
    text-transform: uppercase;
}
table#total_summary td.bigfont{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 25px;
}

table tfoot{
    padding-bottom: 25px;  
        border-bottom: 1px solid #a6a6a6;
}




@media (max-width: 767px) {
    .content {
        padding: 0 15px;
    }

    #block_left_menu ul.level1 li {
        border-bottom: none;
        border-top: none;
        margin-bottom: 0px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {



}
@media (min-width: 992px) and (max-width: 1199px) {


}
@media (min-width: 1200px) {

}