body
{
	margin: 0; 
	padding: 0;
	padding-top: 105px;
	
	font-family: Verdana, Tahoma;
	color: #666;
	font-size: 14px;
}

	body.small
	{
		font-size: 14px;
	}
	
	body.normal
	{
		font-size: 16px;
	}
	
	body.large
	{
		font-size: 18px;
	}

h1
{
	font-size: 1.5em;
}

h2
{
	font-size: 1.3em;
}

img
{
	border: 0;
}

textarea
{
	width: 300px;
	height: 100px;
	
	font-size: 1em;
}

input
{
	font-size: 1em;
	line-height: 1em;
}

	input.btSearch
	{
		vertical-align: -6px;
	}

a
{
	color: #666;
	text-decoration: underline;
}

a:HOVER
{
	color: #902000;
}


table.container
{
	width: 100%;
	height: 100%;
	
	font-size: 1em;
	line-height: 24px;
}
	
	table.container td
	{
		vertical-align: top; 
	}

	#tdLeft
	{
		width: 80px;
	}
	
	#tdCenter
	{
		padding: 0 10px;
	}
	
	#tdRight
	{
		width: 214px;
	}
	
	#tdBottom
	{
		padding-top: 20px;
		text-align: center;
		padding-bottom: 10px;
	}
	
	
	div.blok
	{
		border: 2px solid #000;
		margin-bottom: 10px;
		padding: 3px 3px 3px 25px;
		line-height: 20px;
		cursor: pointer;
		background-color: #FFF;
	}
	
	div.blok a
	{
		color: #666;
		text-decoration: none;
		font-weight: bold;
		font-size: 1.1em;
	}
	
	a.list
	{
		color: #666;
		text-decoration: none;
		font-size: 1.1em;
		padding-left: 20px;
		line-height: 23px;
	}

table.product
{
	width: 100%;
	font-size: 1em;
	line-height: 24px;
}	

	table.product td.left
	{
		padding-left: 5px;
		padding-right: 8px;
	}
	
	table.product td.right
	{
		width: 230px;
		padding-left: 10px;
	}

	img.product
	{
		float: left;
		margin-right: 8px;
		margin-bottom: 8px;
	}
	
table.form
{
	width: 400px;
	font-size: 1em;
	line-height: 24px;
}	
	
.error
{
	color: red;
	font-size: 0.8em;
}
	
#menu
{
	position: absolute;
	top: 0; left: 0;
	height: 105px; width: 100%;
	background-color: #FFF;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
}

	#menu .menuitem
	{
		float: right;
		
		margin-right: 5px;
	}
	
	#menu .link
	{
		float: right;
		margin-right: 5px;
		
		padding-top: 25px;
		font-size: 14px;
	}
	
	#mFontChanger
	{
		margin-left: 20px;
	}
	
	#search
	{
		width: 300px;
		padding-left: 20px;
		
		background-image: url(img/search.gif);
		background-repeat: no-repeat;
	}
	
#linkSmall
{
	font-size: 14px;
	text-decoration: none;
	color: #666;
}



#linkNormal
{
	font-size: 18px;
	text-decoration: none;
	color: #666;
}


#linkLarge
{
	font-size: 22px;
	text-decoration: none;
	color: #666;
}

/* REDIRECT PAGE */
div.logo
{
	position: absolute;
	top: 0; left: 0;
}

div.redirect
{
	position: absolute;
	left: 50%; width: 340px; margin-left: -170px;
	top: 50%; margin-top: -65px;
	
	border: 2px solid #000;
}

	div.redirect div.top
	{
		background-color: #902000;
		text-align: center;
		padding: 4px 0;
		color: #FFF;
		font-weight: bold;
	}

	div.redirect div.url
	{
		text-align: center;
		padding: 7px 0;
	}
	
	div.redirect div.bottom
	{
		background-color: #902000;
		text-align: center;
		line-height: 1.5em;
		padding: 4px 0;
		color: #FFF;
		font-weight: bold;
	}	