﻿div.DIV_Header
{
	padding: 10px 0px 5px 0px;
	font-family: Arial;
	font-size: 20px;
	text-align: left;
	color: #F1008F;
}

div.DIV_Header table
{
	table-layout: fixed;
	margin-left: 0px;
}

div.DIV_Header div.DIV_Logo
{
	width: 25px;
	height: 22px;
	background-image: url('../img/Kovotour/kovotour.jpg');	
}

div.DIV_Header td.TD_Title
{
	padding-left: 5px;
	font-weight: bold;
}



div.DIV_MainToursTableDiv
{
	font-family		: Arial;
	margin-top		: 15px;
	text-align		: left;
}

table.TBL_Tours
{
	width		: 770px;
}

table.TBL_Tours td.TD_Title
{
    height              : 25px;
    background-image    : url('../img/Kovotour/Pozadi-NadpisKatalog.png');
    background-repeat   : no-repeat;  
    color               : White;
    font-size           : 12px;
    font-weight         : bold; 
    text-align          : left;
    padding-left        : 10px;
    border-bottom       : solid 1px #F154B0;
}

/*
input.BTN_Filter
{
	border: 0px;
	width: 140px;
	height: 26px;
	background-image: url('../img/Kovotour/Pozadi-Button.jpg'); 
	color: #f96fba;
	font-weight: bold;
	font-size: 14px;
}

input.BTN_Filter:hover
{
	cursor: pointer;
	background-image: url('../img/Kovotour/Pozadi-ButtonSelected.jpg'); 
}
*/



table.TBL_Tours tr.TR_CountryRow
{
	border-bottom: solid 3px White;
}

table.TBL_Tours td.TD_Country
{	
	padding	: 10px;
	width	: 108px;
	vertical-align: top;
	background-color: #FEEFF8;
}

table.TBL_Tours td.TD_Country a
{	
	color			: #F1008F;
	font-size		: 14px;
	font-weight		: bold;
	text-decoration	: none;
}

table.TBL_Tours td.TD_Country a:hover
{	
	text-decoration	: underline;
}



table.TBL_Tours td.TD_Regions 
{
	vertical-align	: top;
	padding			: 0px 10px 10px 10px;
	text-align		: left;
	width			: 239px;
	background-image: url('../img/Kovotour/Pozadi-Oblasti.png');
}

div.DIV_Region table.TBL_RegionPrice
{
	width: 100%;	
}

div.DIV_Region table.TBL_RegionPrice td.TD_Price
{
	color		: Red;
	text-align	: right;
	white-space : nowrap;
	vertical-align: top;
	padding-top: 10px;
}

div.DIV_Region table.TBL_RegionPrice td.TD_Region
{
	text-align: left;
	padding-top: 10px;
}

div.DIV_Region table.TBL_RegionPrice td.TD_Region a
{
	color			: #F1008F;
	font-size		: 12px;
	font-weight		: bold;
	text-decoration	: none;
	
}

div.DIV_Region table.TBL_RegionPrice td.TD_Region a:hover
{
	text-decoration	: underline;
}

div.DIV_Region div.DIV_mainLinksTableDiv a,
div.DIV_Region div.DIV_mainLinksTableDiv span.LBL_div
{
	color			: Black;
	font-size		: 12px;
	font-weight		: normal;
	text-decoration	: none;
}

div.DIV_Region div.DIV_mainLinksTableDiv a:hover
{	
	text-decoration	: underline;
}



