#lm_catalogs_search_price .add_to_cart{
	width: 100%;
}

#lm_catalogs_search_price .add_to_cart{
	background-color: #f8ab16;
	background-image: linear-gradient(to bottom, #f8ab16, #f8ab16);
	background-repeat: repeat-x;
	border-color: #f8ab16 #f8ab16 #b3b3b3;
	border-image: none;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 9px;
	margin-bottom: 0;
	padding: 4px 5px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
}

a.element_search_price{
	color:black!important;
}

#lm_catalogs_search_price h2 {
	font-weight: bold;
	font-size: 1.3em;
	margin: .6em 0;
}

#lm_catalogs_search_price .table td, 
#lm_catalogs_search_price .table th {
	padding: 0.3rem;
}

#lm_catalogs_search_price .table th {
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

#lm_catalogs_search_price .table .brand {
	width: 10%;
	word-break: break-all;
}
#lm_catalogs_search_price .table .article {
	width: 11%;
	word-break: break-all;
}
#lm_catalogs_search_price .table th.brand,
#lm_catalogs_search_price .table th.article {
	word-break: normal;
}
#lm_catalogs_search_price .table .quantity {
	width: 6%;
	text-align: center;
}
#lm_catalogs_search_price .table .supplier {
	width: 8%;
}
#lm_catalogs_search_price .table .delivery_time {
	width: 6%;
	text-align: center;
}
#lm_catalogs_search_price .table .price {
	width: 8%;
	text-align: center;
}
#lm_catalogs_search_price .table .count {
	width: 8%;
	text-align: center;
}
#lm_catalogs_search_price .table .count input{
	text-align: center;
}
#lm_catalogs_search_price .table .basket {
	width: 5%;
}