/*************************************************/
/*			# MODULE 	: price tables
/*			# PROJECT 	: folks.com.ua
/*			# YEAR	 	: 2010
/*************************************************/
.main {
	width				: 890px;
	color				: #626161;
	font				: 12px Georgia, "Times New Roman", serif;
	text-align		: left;
	margin			: 5px 0px 0px 0px;
}
.step_header{
	height			: 30px;
	color				: #3279a9;
	font				: 15px Georgia, "Times New Roman", serif;
	text-align		: left;
	border-top		: 1px solid #f0f7fe;
	border-bottom	: 1px solid #dddddd;
	margin			: 0px 0px 0px 0px;
	padding			: 0px 0px 0px 0px;
	background		: #e9e9e9;
}

/************************************************ Название, описание, цена */
.service_first{
	width				: 30%;
	color				: #244306;
	font				: 11px Tahoma, "Times New Roman", serif;
	text-align		: left;
	padding			: 5px 0px 5px 10px;
	background		: none;
}

.service_descript_first{
	width				: 55%;
	height			: 15px;
	font				: 11px Tahoma, "Times New Roman", serif;
	color				: #244306;
	text-align		: left;
	margin			: 0px 0px 0px 0px;
	background		: none;
}

.price_first{
	color				: #244306;
	font				: 11px Tahoma, "Times New Roman", serif;
	text-align		: center;
	margin			: 0px 0px 0px 0px;
	padding			: 0px 0px 0px 0px;
	background		: none;
}

/************************************************ СТРОКА */
.service{
	width				: 30%;
	color				: #747474;
	font				: 11px Tahoma, "Times New Roman", serif;
	text-align		: left;
	border-bottom	: 1px solid #f3f3f3;
	border-top		: 1px solid #dddddd;
	padding			: 5px 0px 5px 10px;
	background		: none;
}

.service_descript{
	width				: 55%;
	height			: 15px;
	border-bottom	: 1px solid #f3f3f3;
	border-top		: 1px solid #dddddd;
	font				: 11px Tahoma, "Times New Roman", serif;
	color				: #9e9e9e;
	text-align		: left;
	margin			: 0px 0px 0px 0px;
	background		: none;
}

.price{
	color				: #9c0606;
	font				: 11px Tahoma, "Times New Roman", serif;
	text-align		: center;
	border-bottom	: 1px solid #f3f3f3;
	border-top		: 1px solid #dddddd;
	margin			: 0px 0px 0px 0px;
	padding			: 0px 0px 0px 0px;
	background		: none;
}



