

/* Start:/local/templates/.default/components/stroi/sale.basket.basket/.default/style.css?17089430471115*/
/*Table*/
table.sale_basket_basket
{
	width:100%;
	background-color:#F9FAFB;
	border-collapse:collapse;
	font-size:12px;
}

/*Table head*/
table.sale_basket_basket th
{
	background-image:url(/local/templates/.default/components/stroi/sale.basket.basket/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}

/* Table cells and heads*/
table.sale_basket_basket th, table.sale_basket_basket td
{
	border:1px solid #ADC3D5;
	padding: 3px 5px;
	vertical-align:top;
}

.radio-button {
	width: 14px;
	height: 14px;
	display: block;
	float: left;
	border-radius: 50%;
	background-color: #ffffff;
	border: 1px solid #515151;
	box-sizing: border-box;
	position: relative;
	margin-right: 7px;
}

.price-radio-input:checked+label:after {
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #146e38;
	position: absolute;
	left: 3px;
	top: 3px;
}
.price-radio-input {
	display: none;
}
.price-for {
	font-size: 12px;
	color: rgb(160, 160, 160);
	line-height: 0.583;
	cursor: default;
	position: relative;
	top: -2px;
}
.stocks {
	position: relative;
	width: 100%;
}

.stocks > div {
	display: inline-block;
}
/* End */
/* /local/templates/.default/components/stroi/sale.basket.basket/.default/style.css?17089430471115 */
