.multipage {
	color: orange;
	text-align: center;
	margin: 10px 0;
}
.multipage a {
	color: orange;
	padding: 0 4px;
	text-decoration: none;
}
.multipage a.pselected {
	background: orange;
	color: #fff;
	text-decoration: none;
}


#f_photos_bloc {
	width: 680px;
	margin: 0 auto
}
.f_photo {
	float: left;
	margin-right: 34px;
	margin-bottom: 25px;
	
	font-size: normal 80% "Segoe UI", Verdana, Tahoma, Sans, Arial,Helvetica, sans-serif;
}
.f_image {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 114px;
	height: 130px;
	background: #fcfcfc;
	/*
	border: 1px solid #ccc;
	border-right: 2px solid #bbb;
	border-bottom: 2px solid #bbb;
	*/
	/**border: 1px solid #EAEAEA*/
	overflow: hidden;
}
.f_image a {
	width: 114px;
	height: 130px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	overflow: hidden;
}
.f_image * {
	vertical-align: middle;
}
.f_image img {
	width: 112px;
}
/*\*//*/
.f_image {
	display: block;
}
.f_image span.empty {
	display: inline-block;
	height: 100%;
	width: 1px;
	font-size: 0;
}
/**/
.f_services {
	display: block;
	margin-top: 2px;
	text-align: right;
	overflow: hidden;
	width: 114px;
	/** background: #EAEAEA;*/
	/** border: 1px solid #EAEAEA*/
	color: #000;
	border-bottom: 1px solid #ccc;
}
span.f_details {
	display: block;
	padding: 0 4px;
	height: 36px;
	line-height: 16px;
	overflow: hidden;
	font: normal 80% Tahoma, Sans, Arial,Helvetica, sans-serif;
	margin-top: 2px;
	color: #000;
	text-align: center;
}
span.f_size { text-align: center; }
span.f_size em { text-transform: uppercase; color: #fff; font-style: bold; font-family: "Segoe UI", "Arial Black"; font-size: 80%; font-weight: bold; }

em.f_brand {
	/* color: #ffa500; */
	color: #93da27;
	font-style: normal;
	font-weight: bold;
}
em.f_brand a {
	/* color: #ffa500; */
	color: #93da27;
}
em.f_brand a:hover {
	color: #ffa500;
}

strong.promo {
	color: red;
}

em { font-style: bold; }



