.p-l-price .p-l-price-special, .p-l-summ .p-l-price-sum-special {
    font-weight: 600;
    color:#F00;
}
.price .p-l-price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
.p-l-summ .price-line-through{
	color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
.input-quantity{
    max-width:50px;
    display:inline-block !important;
}
.p-l-price-minus ,.p-l-price-plus{
	background: #eeeeee;
	padding:12px;
    border-radius: 6px;
}

.p-l-quantity{
    min-width:130px;
    text-align:center;
}
.p-l-price-plus i, .p-l-price-minus i{
    color:#666;
    cursor:pointer;
}
.plus i:hover, .minus i:hover{
    color:#336699;
}
#table-price th{
    background: #F5F5F5;
    text-align:center;
}
.price{
    min-width:100px;
}
.none{
    display:none;
}
.td-option{
    min-width: 140px;
}

.p-l-price-tooltip{
	position: absolute;
	padding: 10px 20px;
	/* красивости... */

	border: 1px solid #b3c9ce;
	border-radius: 4px;
	text-align: center;
	font: italic 14px/1.3 sans-serif;
	color: #333;
	background: #fff;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
}
#product_price_wrap {
    overflow: auto;
}
td.td-procelist-c {
    max-width: 250px;
}
td.p-l-quantity {
    min-width: 170px;
}
.form-group.btn-block-pl {
    min-width: 100px;
}
.fc-pop-up-img {
    z-index: 9999;
    position: absolute;
    display: block;
  
    width: 250px;
    background-color: #fff;
    padding: 5px 10px 5px 10px;
    color: #000;
    border: 1px solid #888;
    border-radius: 5px; 
    box-shadow: 0 1px 2px #555;
    
}