﻿#Tours
{
    margin:5px; width:730px; clear:both;
}

.TourBox
{
    float: left; 
    width:350px; 
    height:128px;
    margin:5px;
    margin-left:8px;
    text-align:left;     
    border-style:solid;
    border-width:1px;   
    border-color: /*White;*/ #999;
    font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 1.6;
}

.TourBox:hover
{
    background-color: #f0f0f0;/*#ffffdd;*//*#ffcf6f;*/ /*#ffffdd;*/
    border-style:solid;
    border-width:1px;
    border-color:Olive;
    color:#951f00;
}

.img-zajezd {
	background: url('images/shadow.gif') no-repeat bottom right;
	margin: 8px 10px 0px 15px;	
	padding: 0;
	position: relative;
	float:left;
	width:127px;
	height:92px;
}

.img-zajezd img {
	/*background-color: #fff;*/
	border: 1px solid #a9a9a9;
	margin: -5px 5px 0px -5px;	
	position: relative;	
}

.img-zajezd img:hover {	
	margin: -4px 5px 0px -4px;	
	border-style:solid;
	border-width:1px;
	border-color:Orange;	
}


.hotel 
{	
	padding:2px;
	margin-bottom:5px;
	background-color: #666;/*#e8e8e8;*/
	font-weight:bold;
	font-size:8pt;
	text-align:center;	
	color:White;
}

#Tours .hotel a
{
	text-decoration:none;
	text-transform: uppercase;
	color:White;	
}

#Tours .hotel a:hover
{	
	color:Orange;	
}

td.tour1 
{
    width:30px;
    color:Gray;    
}


