﻿body
{
	background-image: url('../images/base/tour-base.png');
}

.title 
{
	background: url('../he/images/titles/tour.gif') no-repeat bottom right;
}

/* show-details */
.show-details
{
	display: inline;
	float: right;
	margin: 0 8px 0;
	min-height: 440px;
	height: auto !important;
	height: 440px;
	width: 197px;
}
.show-details ul li
{
	background-color: #000;
	font-size: 0.75em;
	list-style-type: none;
	margin: 0 0 3px 0;
	width: 197px;
}
.show-details ul li a
{
	text-decoration: none;
	color: #f00;
}
.show-details ul li a:hover .text
{
	text-decoration: underline;
}
.show-details ul li img
{
	display: block;
	height: 276px;
	margin: 0 0 10px;
	width: 197px;
}
.show-details ul li span
{
	display: block;
}
.show-details ul li .date
{
	color: #fff;
}
.show-details ul li .text
{
	color: #8c8c8c;
	padding: 10px;
	height: 116px;
}

div.current a, div.current cite, div.current span
{
	color: #f30 !important;
	font-weight: normal;
}
