/*****************************************************************/
/*                   rychla navigace na uvodu                    */
/*****************************************************************/

#content_left td {
	vertical-align: top;
}

#content_left td img.shadow {
	display: block;

	padding: 0px 22px 8px 6px;

	background-image: url('../images/layout/background/uvod_shadow.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#content_left td a {
	font-size: 1.1em;
	font-weight: bold;

	color: #800c12;
}

#content_left td a strong {
	text-transform: uppercase;

	color: #800c12;
}

#content_left td a span.block {
	padding-bottom: 12px;

	text-decoration: none;
}

#content_left td a:hover span.block {
	text-decoration: underline;
}

#content_left td span.comment {
	font-size: 0.8em;
	font-weight: normal;

	color: #000;
}

/*****************************************************************/
/*                       reality na uvodu                        */
/*****************************************************************/

#content_right .reality {
	float: left;

	width: 92px;
	height: 92px;

	margin: 0px 1px 12px 0px;
}

#content_right .reality img {
	width: 92px;
	height: 92px;
}

#content_right[id] .reality span.category, #content_right[id] .reality span.price {
	position: relative;
}

#content_right .reality span.category {
	display: block;

	height: 15px;

	margin: -95px 0px 0px 0px;
	padding: 0px 0px 0px 2px;

	/*background-color: #800c12;*/
	background-color: #ccc;

	font-size: 0.9em;
	font-weight: bold;

	color: #111;
}

#content_right .reality span.price {
	display: block;

	height: 15px;

	margin: 62px 0px 0px 0px;
	padding: 0px 2px 0px 0px;

	background-color: #800c12;

	font-size: 0.9em;
	font-weight: bold;

	text-align: right;

	color: #fff;
}