﻿/*--------------------------------------------------------------------------------------------*/
/*--------------------Warning! This file contains only pre-set styles-------------------------*/
/*---------------------------All custom styles put to Custom.css-------------------------------*/
/*--------------------------------------------------------------------------------------------*/


/*-------------------------------Standart Styles Definition----------------------------------*/
body
{
}
table
{
}

a
{
}
input
{
}
img
{
}
div
{
}

/*-------------------------------Main Styles Definition----------------------------------*/
.MainTable
{
}

.MainTable_Center
{
}

.MainTable_LeftSide
{
}

.MainTable_RightSide
{
}

/*-------------------------------Header Styles Definition----------------------------------*/
.HeaderTable
{
}
.HeaderImage
{
}
.HeaderLink
{
}
.HeaderInput
{
}
.HeaderButton
{
}

/*-------------------------------Footer Styles Definition----------------------------------*/
.FooterTable
{
}
.FooterImage
{
}
.FooterLink
{
}
.FooterInput
{
}
.FooterButton
{
}

/*-------------------------------Menu Styles Definition----------------------------------*/
.MenuTable
{
}
.MenuImage
{
}
.MenuLink
{
}
.MenuInput
{
}
.MenuButton
{
}
/*-------------------------------Content Styles Definition----------------------------------*/

.ContentTable
{
}
.ContentImage
{
}
.ContentLink
{
}
.ContentInput
{
}
.ContentButton
{
}
/*-------------------------------Language Styles Definition----------------------------------*/

.LanguageTable
{
}
.LanguageImage
{
}
.LanguageLink
{
}
.LanguageInput
{
}
.LanguageButton
{
}
/*-------------------------------Copyright Styles Definition----------------------------------*/

IMG.langImg
{
	border: solid 0px #ffffff;
	width: 40px;
	height: 20px;
}
IMG.bgImg
{
	border: solid 0px #ffffff;
	width: 40px;
	height: 40px;
}
IMG.banner
{
	border: solid 1px #ffffff;
	width: 88px;
	height: 31px;
	padding: 0px;
}
.copyright
{
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.copyright
{
	text-decoration: underline;
}
a.copyright:hover
{
	text-decoration: none;
}
.content
{
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	text-align: justify;
}

.content1
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}

.menu, .menuOver
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #dddddd;
	text-align: center;
	text-decoration: none;
	padding: 0px;
}
td.menu
{
	background-image: none;
}
td.menuOver
{
	background-image: url(../images/menu_over.gif);
}
a.menu
{
	text-decoration: none;
}
a.menu:hover
{
	color: #ffffff;
}
div.content_div
{
	overflow: auto;
	width: 570px;
	height: 480px;
	padding: 0px;
	scrollbar-dark-shadowcolor: #ffffff;
	scrollbar-light-shadow-color: #000000;
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #ffffff;
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3d-light-color: #000000;
}
li
{
	list-style: square inside;
}
/*Gallery menu*/
.hide
{
	display: none;
}
.show
{
}
/*mailn page header style*/
.HeaderText
{
	font-weight:bold;
	text-align:center;
}

/*Price Control style*/
.VerticalLine
{
	border-right: solid 1px; 
	border-right-color:Gray;
}

.HorysontalLine
{
	border-bottom: solid 1px; 
	border-bottom-color:Gray;
}

.CrossLine
{
	border-right: solid 1px; 
	border-right-color: Gray;
	border-bottom: solid 1px; 
	border-bottom-color:Gray;
}
/*Map style*/

.MapBorder
{
	border: solid 1px;
	border-color:Black;
}
