/*
	Calculator list
	author: Sergey Dyagovchenko, http://d.sumy.ua
	date: 22.02.2013
*/
.calc-list {
	position: absolute;
	top: 10px;
	left: 5px;
	width: 235px;
	height: 22px;
	overflow: hidden;
}

.calc-list::after {
	width: 40px;
	height: 22px;
}

.calc-list .calc {
	position: absolute;
	top: 0;
	left: 0;

	display: block;
	width: 400px;

	font: bold 18px/1 'MyriadPro';
	color: #000;

	text-decoration: none;
	cursor: pointer;
}

.calc-list .calc-title {
	border-bottom: 1px dashed #000;
}

.calc-list .ico-book {
	padding-left: 26px;
}

.calc-list .ico-box {
	background-position: 0 0;
}