h1
{
	font-size: 24pt;
	float: right;
	color: #10253F;
	font-family: "almoni-tzar-bold", "arial";
	font-weight: normal;
}
span.icon
{
	background: url("/images/sprites/icons_buttons.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	display: inline-block;
	vertical-align: middle;
}
div.page_title
{
	margin: 1em 0;
	overflow: hidden;
}
ul.tips
{
	list-style-type: none;
	overflow: hidden;
	margin-right: 15px;
}
ul.tips li
{
	display: block;
	float: right;
	padding: 15px 1%;
	width: 48%;
	height: 270px;
}
ul.tips li a span
{
	display: block;
	color: #505050;
	font-size: 18pt;
	font-weight: bold;
	margin-top: 0.5em;
}
ul.tips li a span span
{
	color: #909090;
	white-space: nowrap;
	font-size: 14pt;
	font-weight: normal;
}
ul.tips li a img
{
	width: 225px;
	height: 170px;
}
ul.tips li:hover a img
{
	transform: scale(1.05) translate3d(0px,0px,0px) rotate(0.1deg) translateZ(0px);
	-webkit-transform: scale(1.05) translate3d(0px,0px,0px) rotate(0.1deg) translateZ(0px);
}