.catalog-price {
	color:red;
}

div.event-catalog-section{
	margin: 0 7px;
}

div.event-catalog-section .event_catalog_element:hover .name a{
	text-decoration: underline;
}


div.event-catalog-section .event_catalog_element:hover{
	background-color: #E4FBB3;
}

div.event-catalog-section .event_catalog_element:hover .catalog-price{
	text-shadow: #FED06E 1px 1px 2px, #012A84 0 0 0.1em;
}

div.event-catalog-section .event_catalog_element {
	border-bottom: 4px solid #EBEBEB;
	margin-right: 2px;
	overflow: hidden;
	padding-bottom: 60px;
	padding-left: 10px;
	position: relative;
}


div.event-catalog-section .properties{
	padding-bottom: 7px;
	font-weight: bold;
	padding: 7px 0;
}

div.event-catalog-section .image{
	float: left;
	padding-right: 10px;
}

div.event-catalog-section .name{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
}

div.event-catalog-section .name a{
	text-decoration: none;
}

div.event-catalog-section .price_block{
	bottom: 7px;
	clear: both;
	position: absolute;
}

div.event-catalog-section .price_name{
	float: left;
	margin-right: 10px;
}

div.event-catalog-section .old_price{
	color: red;
	text-decoration:  line-through;
	float: left;
	margin-right: 10px;
}

div.event-catalog-section .catalog-price{
	color: #61AB44;
	font-weight: bold;
	float: left;
}

div.event-catalog-section .register_on_event{
	bottom: 7px;
	float: right;
	margin-right: 7px;
	position: absolute;
	right: 5px;
}

div.event-catalog-section .register_on_event a.event_order{
	background-image: url("/bitrix/templates/.default/images/button/event_order_200.png");
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	font: 15px arial;
	height: 35px;
	margin-top: 5px;
	text-decoration: none;
	width: 200px;
}

div.event-catalog-section .event_button_text{
	position: absolute;
	left: 25px;
	top:12px;
}

div.event-catalog-section .ok{
	height:48px;
	width: 30px;
	display: none;
	position: absolute;
	bottom: 35px;
	right: 165px;
	cursor: pointer;
	background-image: url("/bitrix/templates/.default/images/button/event_ok.png");
}

.new_register_on_event_order{
	background-image: url("/bitrix/templates/.default/images/button/event_order_200.png");
	border: medium none;
	cursor: pointer;
	display: block;
	font: 15px arial;
	height: 34px;
	margin-left: 160px;
	margin-top: 5px;
	padding-bottom: 2px;
	position: relative;
	text-decoration: none;
	width: 200px;
	color: #ffffff;
}

