#w247_wssync_appliance .btn-success,
#w247_wssync_appliance .btn-success[disabled]:hover {
	color: #fff;
	background-color: #274376;
	border-color: #16223b;
}
#w247_wssync_appliance .btn-danger,
#w247_wssync_appliance .btn-danger[disabled]:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
#w247_wssync_appliance .form-control[disabled] {
    background-color: #eee;
}
#w247_wssync_appliance .btn-success:hover {
    background-color: #1c3054;
    border-color: #16223b;
}
#w247_wssync_appliance .btn-danger:hover {
    background-color: #c9302c;
    border-color: #ac2925;
}

#prod-tabs li {
	margin-bottom: 0;
}
/*prod-tabs-result*/
#prod-tabs-result .tab-pane.active {
	border: 1px solid #c2cfe7;
	border-radius: 4px;
	display: table;
	width: 100%;
	margin-bottom: 20px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
#prod-tabs-result .tab-pane.active .tablesorter {
	border: none;
	margin: 0;
	font-size: 13px;
}
#prod-tabs-result .tablesorter .tablesorter-headerRow th {
	background-color: #efd7b7;
	padding: 10px 20px 10px 10px;
	vertical-align: middle;
}
#prod-tabs-result .tablesorter .tablesorter-headerRow .lm-auto-search-parts-basket {
	padding: 10px;
}
#prod-tabs-result .tab-pane.active .tablesorter tr:last-child td {
	border-bottom: 0;
}
#prod-tabs-result .tab-pane.active .tablesorter tr th:first-child,
#prod-tabs-result .tab-pane.active .tablesorter tr td:first-child,
#prod-tabs-result .tab-pane.active .tablesorter .td-basket {
	border-left: 0;
}
#prod-tabs-result .tab-pane.active .tablesorter tr th:last-child,
#prod-tabs-result .tab-pane.active .tablesorter tr td:last-child,
#prod-tabs-result .tab-pane.active .tablesorter .td-count {
	border-right: 0;
}
#prod-tabs-result .tab-pane.active .tablesorter tr td {
	vertical-align: middle;
}


#prod-tabs-result .tab-pane.active .tablesorter .td-price strong {
	font-weight: normal;
	white-space: nowrap;
}
#prod-tabs-result .tab-pane.active .tablesorter .td-count .quantity-inp {
    width: 40px !important;
    height: 29px !important;
    line-height: 29px !important;
    padding: 0 !important;
    text-align: center !important;
}

#prod-tabs-result .tab-pane.active .tablesorter .td-basket a {
	background-image: url(/local/templates/nord/images/search_result_but.png);
	background-color: #274376;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-color: #274376;
	width: 32px;
	height: 29px;
	padding: 0;
	font-size: 0;
}
#prod-tabs-result .tab-pane.active .tablesorter .td-basket a:hover {
	background-color: #203760;
	border-color: #203760;
}
#prod-tabs-result .tab-pane.active .tablesorter .td-basket a img {
	display: none;
}