html,body
{
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-size: 11px;
	color: #464646;
	width: 100%;
	height: 100%;
}
body
{
	background: #c9d8eb url('../img/bg/main.gif') repeat-y left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#loadingSI {width:100px;position:absolute; background:#000000;text-align:center;padding:5px;margin: -50px 0px 0px 0px;font-weight: bold;display: none;color: #ffffff;}
div.HTML_AJAX_Loading {z-index:777;position:absolute; top:0px; left:0px; width:300px; height:100px;padding:4px; display:none;color: #ffffff;text-align:left;/*border: 1px solid #347c3c;*/font-size: x-small;}
div.addToBasket {display: none;width:110px;position:absolute; background:#646464;text-align:center;padding:5px;margin: -35px 0px 0px 20px;font-size:11px;font-weight: bold;color: #ffffff;}

div
{
	/*border: 1px solid #000000;*/
}

table.mainArea
{
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	/*max-width: 1250px;*/
}
	table.mainArea td
	{
		border-spacing: 0px;
		border-collapse: collapse;
		padding: 0px;
		text-align: left;
	}
	table.mainArea td.topArea1
	{
		vertical-align: top;
	}
		#topLine1
		{
			background: url('../img/bg/top_left2.jpg') no-repeat right top;
		}
		#topLine2
		{
			background: url('../img/bg/top_left.jpg') no-repeat left top;
			min-height: 178px;
			text-align: center;
		}

	table.mainArea td.topArea2
	{
		background: url('../img/bg/top_right.jpg') no-repeat right top;
		vertical-align: top;
		width: 237px;
		padding: 0px 0px 50px 0px;
	}

	div.centerPart1
	{
		background: #FFFFFF url('../img/bg/center_left.jpg') repeat-y left top;
	}
	div.centerPart2
	{
		background: url('../img/bg/center_right.jpg') repeat-y right top;
		/*min-height: 100px;*/
	}

	div.footerPart1
	{
		background: url('../img/bg/footer_right.jpg') repeat-y right top;
	}
	div.footerPart2
	{
		background: url('../img/bg/footer_left.jpg') repeat-y left top;
	}

	/*table.mainArea td.bottomArea1,
	{
		vertical-align: bottom;
	}*/

#copy
{
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
	#copy td
	{
		border-spacing: 0px;
		border-collapse: collapse;
		padding: 0px 0px 0px 0px;
	}
	#copy td.ori
	{
		width: 422px;
		vertical-align: top;
	}
	#copy td.vending
	{
		padding: 30px 25px 5px 17px;
		font-size: 10px;
		color: #646464;
	}

	#oriCopy
	{
		width: 131px;
		height: 48px;
		background: url('../img/bg/ori.jpg');
		margin: 0px 0px 0px 229px;
		padding: 15px 0px 0px 0px;
	}
		#oriCopy a
		{
			font-family: Tahoma,Arial,sans-serif;
			color: #ffffff;
			font-size: 9px;
			display: block;
			background: url('../img/ori.gif') no-repeat left;
			height: 20px;
			padding: 10px 0px 0px 30px;
			margin: 0px 0px 0px 15px;
		}

table.block
{
	margin: 30px 0px 5px 22px;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
}
	table.block td
	{
		vertical-align: top;
		border-spacing: 0px;
		border-collapse: collapse;
		padding: 0px 0px 0px 0px;
	}
	table.block td.img
	{
		text-align: center;
		padding: 0px 0px 20px 0px;
	}
		table.block td.img img
		{
			margin: 0px auto 0px auto;
		}
	table.block td.about
	{
		text-align: left;
		padding: 0px 5px 0px 0px;
		width: 135px;
	}
		table.block td.about div.header
		{
			margin: 0px 0px 1px 0px;
		}
			table.block td.about div.header a
			{
				font-size: 12px;
				font-weight: bold;
				text-decoration: none;
				color: #003667;
			}
			table.block td.about div.header a:hover
			{
				text-decoration: underline;
			}
	table.block td.fishka
	{
		padding: 0px 0px 0px 0px;
	}

table.menu
{
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	margin: 41px auto 0px auto;
	background: url('../img/bg/menu_line.gif') no-repeat center bottom;
	height: 31px;
}
	table.menu td
	{
		border-spacing: 0px;
		border-collapse: collapse;
		padding: 0px 0px 0px 0px;
		text-align: left;
		color: #363433;
	}
	table.menu td.sep
	{
		padding: 0px 3px 0px 3px;
		vertical-align: top;
	}
	table.menu td.level1
	{
		padding: 4px 0px 0px 0px;
		vertical-align: top;
		height: 21px;
		width: 86px;
		/*white-space: nowrap;*/
	}
		table.menu td.level1 a
		{
			color: #363433;
			text-decoration: none;
			text-transform: uppercase;
			text-align: center;
			display: block;
		}

	table.menu div.subMenu
	{
		display: none;
		position: absolute;
		background: #b8d5f0;
		padding: 20px 5px 10px 5px;
		z-index:100;
	}
		table.menu td.level1 div.subMenu div.subLink1 a
		{
			display: block;
			padding: 1px 15px 1px 0px;
			font-size: 10px;
			text-transform: none;
			background: url('../img/icons/arrow2_normal.gif') no-repeat right;
			text-align: left;
		}
		table.menu div.subMenu a:hover
		{
			color: #7d9431;
			background: url('../img/icons/arrow2_over.gif') no-repeat right;
		}

		div.subLink1
		{
			background: #ffffff;
			margin: 0px 0px 4px 0px;
			padding: 2px 5px 2px 15px;
			text-align: left;
		}

table.LogoPromo
{
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}
	table.LogoPromo td
	{
		border-spacing: 0px;
		border-collapse: collapse;
		padding: 0px 0px 0px 0px;
		text-align: left;
	}

	table.LogoPromo td.logo
	{
		text-align: left;
		padding: 0px 0px 0px 66px;
	}
	table.LogoPromo td.promo
	{
		text-align: right;
		color: #6a8900;
		font-size: 12px;
		padding: 0px 190px 0px 0px;
	}
		table.LogoPromo td.promo a
		{
			color: #6a8900;
			font-size: 12px;
			text-decoration: none;
		}
		table.LogoPromo td.promo a:hover
		{
			text-decoration: underline;
		}

table.FlashWelcome
{
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}
	table.FlashWelcome td
	{
		border-spacing: 0px;
		border-collapse: collapse;
		padding: 0px 0px 0px 0px;
		text-align: left;
		vertical-align: top;
	}
	table.FlashWelcome td.flash
	{
		padding: 0px 0px 0px 66px;
		width: 434px;
	}
	table.FlashWelcome td.flashIns
	{
		padding: 0px 0px 0px 66px;
		width: 237px;
	}
	table.FlashWelcome td.welcome
	{
		/*background: url('../img/welcome_top.gif') no-repeat left top;*/
		text-align: right;
		padding: 55px 57px 0px 0px;
		text-align: right;
	}
	table.FlashWelcome td.welcomeIns
	{
		background: url('../img/welcome_top_ins.gif') no-repeat right top;
		text-align: right;
		padding: 37px 57px 0px 0px;
		text-align: center;
	}
		div.nav
		{
			background: url('../img/icons/arrow3.gif') no-repeat right top;
			text-align: right;
			padding: 0px 30px 0px 0px;
			margin: 0px 0px 15px 0px;
		}
		table.FlashWelcome td.welcome h1, table.FlashWelcome td.welcomeIns h1
		{
			color: #7ea0c9;
			font-size: 17px;
		}

	div.welcomeTxt
	{
		margin: 0px 0px 0px auto;
		text-align: justify;
	}

	div.welcomeTxtIns
	{
		margin: 0px 20px 0px 10px;
		text-align: justify;
	}

#login
{
	height: 135px;
	background: url('../img/bg/login.jpg') no-repeat left top;
	margin: 0px 0px 0px 34px;
	font-size: 12px;
	color: #5d5d5d;
	padding: 40px 0px 0px 0px;
}

	#login table.forma
	{
		margin: 0px 0px 0px 40px;
	}
		#login table.forma td
		{
			padding: 2px 0px 2px 0px;
		}

	#login a.forma
	{
		color: #5d5d5d;
		font-size: 10px;
		margin: 0px 15px 0px 0px;
		background: url('../img/icons/arrow.gif') no-repeat right;
		padding: 0px 10px 0px 0px;
	}

table.ContactNews
{
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}
	table.ContactNews td
	{
		border-spacing: 0px;
		border-collapse: collapse;
		padding: 0px 0px 0px 0px;
		text-align: left;
		vertical-align: top;
	}
	table.ContactNews td.contact
	{
		width: 395px;
	}
		table.ContactNews td.contact img
		{
			margin:0px 0px 0px 66px;
		}
	table.ContactNews td.news
	{
		padding: 0px 57px 0px 0px;
		text-align: right;
	}

		div.newsHead1
		{
			background: #bdd8f2 url(../img/news/bg2.gif) no-repeat right;
			margin: 18px 0px 8px 27px;
			text-align: left;
		}
		div.newsHead2
		{
			height: 17px;
			background: url(../img/news/bg1.gif) no-repeat left;
			color: #00406f;
			font-weight: bold;
			font-size: 11px;
			padding: 4px 35px 0px 10px;
			white-space: nowrap;
			text-align: left;
		}
			div.newsHead2 a
			{
				font-weight: bold;
				font-size: 11px;
				text-decoration: none;
			}
			div.newsHead2 a:hover
			{
				text-decoration: underline;
			}

	div.newsTxt
	{
		margin: 0px 0px 0px 33px;
		text-align: left;
		color: #606060;
	}
		div.newsTxt p.head
		{
			font-weight: bold;
			margin:0px;
			padding:0px;
		}
		div.newsTxt a
		{
			color: #606060;
			font-weight: normal;
			/*text-decoration: none;*/
		}
		div.newsTxt a:hover
		{
			/*text-decoration: underline;*/
		}

/* INSIDE */

div.newsYears, div.newsMore
{
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #7ea0c9;
}
	div.newsYears a, div.newsMore a
	{
		font-size: 12px;
		font-weight: bold;
		color: #7ea0c9;
	}

div.newsItem
{
	margin: 0px 0px 31px 0px;
}
	div.newsItem div.date
	{
		font-size: 10px;
		color: #999999;
	}

div.regInp
{
	color:#999999;
	font-size: 10px;
	margin: 0px 0px 18px 0px;
}
	div.regInp span
	{
		margin: 0px 0px 0px 4px;
	}
	div.regInp input, div.regInp textarea
	{
		margin: 4px 0px 0px 0px;
		border: 1px solid #6a6a6a;
		padding: 0px;
		width: 100%;
		font-family: Arial,Tahoma,sans-serif;
		font-size: 11px;
		color: #464646;
		text-align: left;
		padding: 1px 5px 1px 5px;
	}
	div.regInp textarea
	{
		height: 70px;
	}

div.centerImg
{
	text-align: center;
}
	div.centerImg img
	{
		display: inline;
		margin: 0px auto 0px auto;
	}

div.basketFull
{
	background: url('../img/icons/basket_full.gif') no-repeat left;
	padding: 4px 0px 4px 28px;
	margin: 10px 0px 0px 0px;
	font-size: 14px;
}
	div.basketFull a
	{
		/*color: #000000;*/
		font-size: 14px;
	}

table.productList
{
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	width: 95%;
}
	table.productList td
	{
		border-spacing: 0px;
		border-collapse: collapse;
		padding: 0px 0px 0px 0px;
		text-align: left;
	}
	table.productList td.img
	{
		text-align: center;
		vertical-align: middle;
		padding: 30px 0px 0px 0px;
	}
		table.productList td.img img
		{
			margin: 0px auto 0px auto;
		}
	table.productList td.link
	{
		text-align: center;
		color: #000000;
		font-size: 14px;
		padding: 35px 0px 50px 0px;
	}
		table.productList td.link img
		{
			display: inline;
			margin: 0px 0px 0px 10px;
		}
		table.productList td.link a
		{
			color: #000000;
			font-size: 14px;
		}

table.productItem
{
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	margin: 30px auto 30px auto;
}
	table.productItem td
	{
		border-spacing: 0px;
		border-collapse: collapse;
		padding: 0px 0px 0px 0px;
		text-align: left;
	}
	table.productItem td.desc
	{
		padding: 0px 70px 0px 0px;
	}
	table.productItem td.desc a
	{
		font-weight: bold;
	}

div.desc
{
	font-size:10px;
	color:#666666;
	text-align:center;
	margin: 0px auto 0px auto;
}

div.complekt
{
	margin: 25px 0px 25px 0px;
}
div.price
{
	margin: 25px 0px 0px 0px;
	color: #77bbe8;
	font-size: 18px;
	text-align: right;
}
	div.price input
	{
		color: #77bbe8;
		font-family: Arial,Tahoma,sans-serif;
		font-size: 18px;
		border: 1px solid #ffffff;
		margin: 0px 0px 0px 0px;
		padding: 1px 5px 1px 5px;
		text-align: right;
		width: 150px;
	}

table.order
{
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	margin: 15px auto 0px auto;
	width: 100%;
	border: 1px solid #dee9fa;
}
	table.order td
	{
		border-spacing: 0px;
		border-collapse: collapse;
		padding: 10px 5px 7px 20px;
		text-align: left;
		border-top: 1px solid #dee9fa;
	}
	table.order td.header
	{
		background: #dee9fa;
		color: #000000;
		font-size: 10px;
		padding: 3px 0px 5px 20px;
	}
	table.order td.input input
	{
		font-family: Arial,Tahoma,sans-serif;
		font-size: 11px;
		border: 1px solid #dee9fa;
		margin: 0px 0px 0px 0px;
		padding: 1px 5px 1px 5px;
		width: 25px;
		text-align: center;
	}
a.basketCatalog
{
	color: #77bbe8;
	font-size: 12px;
	font-weight: bold;
}

div.voteDate
{
	font-size: 10px;
	color: #999999;
}

div.voteHead
{
	color: #7ea0c9;
	font-size: 18px;
}

div.voteHeadIndex
{
	color: #606060;
	font-size: 12px;
	font-weight: bold;
}

span.bigBold
{
	color: #464646;
	font-size: 18px;
}

a.know, a.knowCurrent
{
	background: url('../img/icons/arrow4.gif') no-repeat left;
	font-weight: bold;
	font-size: 12px;
	color: #7ea0c9;
	display: block;
	margin: 0px 0px 7px 15px;
	padding: 0px 0px 0px 30px;
}

a.know:hover, a.knowCurrent
{
	background: url('../img/icons/arrow4_over.gif') no-repeat left;
	color: #666666;
	text-decoration: none;
}

a.vote
{
	background: url('../img/icons/arrow4.gif') no-repeat right;
	font-weight: bold;
	font-size: 12px;
	color: #5f5f5f;
	display: block;
	margin: 0px 0px 7px 0px;
	padding: 0px 30px 0px 0px;
}

a.vote:hover
{
	background: url('../img/icons/arrow4_over.gif') no-repeat right;
	color: #666666;
	text-decoration: none;
}

table.know
{
	font-size: 12px;
}

table.know td
{
	padding: 2px 5px 5px 0px;
}

	table.know td input, table.know td textarea
	{
		margin: 4px 0px 0px 0px;
		border: 1px solid #6a6a6a;
		padding: 0px;
		width: 100%;
		font-family: Arial,Tahoma,sans-serif;
		font-size: 12px;
		color: #464646;
		text-align: left;
		padding: 2px 5px 2px 5px;
	}
	table.know td textarea
	{
		height: 70px;
	}

div.knowHeader
{
	color: #464646;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px 7px 10px;
}

div.knowAnswer
{
	color: #464646;
	font-size: 12px;
	margin: 0px 0px 0px 10px;
}

div.pager
{
	margin: 20px 0px 0px 0px;
	font-size: 12px;
}
	div.pager a
	{
		font-size: 12px;
	}

div.indexHeader
{
	color: #a3bf46;
	font-size: 18px;
	margin: 0px 0px 5px 0px;
}

div.blockIndex
{
	margin: 0px 0px 0px 70px;
}

div.priceArea {margin:0px 0px 0px 20px;}

table.priceHead
{
	width: 100%;
}

	table.priceHead td.print
	{
		text-align: right;
	}

span.priceDate {font-weight:bold;color:#ff0000;font-size: 12px;}

table.priceList
{
	margin: 10px 10px 20px 10px;
}
	table.priceList td.item
	{
		padding: 5px 0px 0px 0px;
		border-bottom: 1px solid #c9dbf7;
	}

	table.priceList td.price
	{
		padding: 5px 10px 0px 45px;
		font-size: 14px;
                text-align: right;
	}
		table.priceList td.price span
		{
			font-size: 14px;
			font-weight: bold;
		}

div.priceItem {margin:20px 0px 0px 0px;}
div.priceItem, div.priceItem a {color:#464646;font-weight:bold;font-size:14px;}

a.print
{
	background: url('../img/icons/print.jpg') no-repeat right;
	color: #ff0000;
	display: block;
	padding: 12px 50px 8px 0px;
}

table.price2
{
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}
table.price2 td
{
	font-size: 14px;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	text-align: left;
}
table.price2 td.header
{
	font-style: italic;
	font-size: 14px;
	padding: 0px 10px 10px 10px;
	vertical-align: bottom;
}
table.price2 td.value
{
	padding: 15px 0px 15px 10px;
	border-bottom: 2px solid #c9dbf7;
	text-align: left;
}
table.price2 td.icon
{
	padding: 0px 12px 0px 0px;
}
table.price2 td.icon2
{
	padding: 0px 5px 0px 0px;
}
	/*table.price2 td.icon input {width:10px;}*/
table.price2 td.item
{
	font-size: 13px;
	padding: 0px 10px 0px 0px;
	width: 280px;
}
table.price2 td.item a
{
	font-size: 14px;
	font-weight: bold;

}

/* END INSIDE */

/* DEFAULT */
table.default
{
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
table.default td
{
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
div.clear
{
	clear: both;
}
span.bold
{
	font-weight: bold;
}

/* END DEFAULT */

/* OTHERS */

table
{
	/*font-size: small;*/
}

object,embed
{
	border: 0px solid #000000;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
form
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
img
{
	border: 0px solid #000000;
	display: block;
}

/*input,select,textarea {*/

input.login
{
	font-family: Arial,Tahoma,sans-serif;
	font-size: 11px;
	border: 1px solid #6a6a6a;
	color: #464646;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 1px 5px 1px 5px;
}

/*
input.search
{
	font-family: Tahoma,Verdana,Arial,sans-serif;
	border: 1px solid #6a6a6a;
	background: #ffffff;
	color: #383838;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 2px;
	width: 97px;
	height: 15px;
	font-size: 11px;
}
*/
h1,h2,h3
{
	font-family: Arial,Tahoma,Verdana,sans-serif;
	color: #7ea0c9;
	font-size: 17px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	text-transform: none;
	padding: 0px;
}

h1 a
{
	color: #7ea0c9;
	font-size: 17px;
	font-weight: bold;
}

h2
{
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
}
h3
{
	font-size: 12px;
	color: #004383;
	margin-top: 10px;
}

/* END OTHERS */

/* LINKS */
a
{
	font-family: Arial,Verdana,Tahoma,sans-serif;
	font-size: 11px;
	color: #464646;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}
a:hover
{
	text-decoration: none;
}
a:visited
{
	/*color: #cf2b01;*/
}
a:focus
{
    -moz-outline: none; /* fx 1.07*/
    outline:none /* fx 1.05, Safari, Mac IE*/
}

a.small
{
	font-size: x-small;
}
a.bold
{
	font-weight: bold;
}

/* END LINKS */

#merka
{
position: absolute;
left: 0;
bottom: 0;
visibility: hidden;
width: 100%;
}