

/* Start:/bitrix/components/bmhouse/pricelist/templates/.default/style.css?16071678902363*/
#bmhouse-pricelist
{
	width: 100%;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding: 10px 20px;
}

.bmhouse-pricelist-title
{
	font-size: 24px;
	float: left;
	margin-bottom: 10px;
}

.bmhouse-pricelist-export
{
	float: right;
	margin-top: 10px;
}

.bmhouse-pricelist-section
{
	padding: 7px 0 0 20px;
	position: relative;
}

.bmhouse-pricelist-section-control
{
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 7px;
	left: 0;
	cursor: pointer;
	background: url( '/bitrix/components/bmhouse/pricelist/templates/.default/img/arrow.png') 0 0 no-repeat;
}

.bmhouse-pricelist-section.active > .bmhouse-pricelist-section-control
{
	background-position: -16px 0;
}

.bmhouse-pricelist-section >b
{
	cursor: pointer;
}

.bmhouse-pricelist-section > div
{
	display: none;
}

.bmhouse-pricelist-section.active > div
{
	display: block;
}

.bmhouse-pricelist-item
{
    border-bottom: 1px dotted #ccc;
}

.bmhouse-pricelist-item:hover
{
	background-color: #f9f9f9;
}

a.bmhouse-pricelist-item-name,
.bmhouse-pricelist-item-price,
.bmhouse-pricelist-item-picture
{
	display: inline-block;
	vertical-align: top;
}

a.bmhouse-pricelist-item-name
{
	width: calc( 100% - 205px );
	text-decoration: none;
}

.bmhouse-pricelist-item-picture + a.bmhouse-pricelist-item-name
{
	width: calc( 100% - 270px );
	padding-left: 5px;
	
}

.bmhouse-pricelist-item-article
{
	font-size: 10px;
	color: #bbb;
	display: block;
}

.bmhouse-pricelist-item-price
{
	width: 200px;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: bottom;
}

.bmhouse-pricelist-item-picture
{
	max-height: 57px;
	width: 50px;
	text-align: center;
}

.bmhouse-pricelist-item-picture img
{
	display: block;
	max-height: 50px;
	max-width: 50px;
	margin: auto;
	margin-top: 4px;
	margin-bottom: 2px;
}

.bmhouse-pricelist-download-block
{
	margin-top: 30px;
}

.bmhouse-pricelist-download-button
{
	padding: 4px 7px 5px;
    display: inline-block;
	margin: 0 3px;
	text-decoration: none;
}

@media all and (max-width: 1000px)
{
	.bmhouse-pricelist-item-price
	{
		display: block;
		width: 100%;
	}
	
	a.bmhouse-pricelist-item-name
	{
		width: 100%;
	}
	
	.bmhouse-pricelist-item-picture + a.bmhouse-pricelist-item-name
	{
		width: calc( 100% - 56px );
	}
}
/* End */
/* /bitrix/components/bmhouse/pricelist/templates/.default/style.css?16071678902363 */
