﻿body {
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	color: #000000;
	background: url(../layout/bg-main.jpg) repeat-y center;
}

.container
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.header
{
	width: 980px;
	height: 54px;
	background: #ffffff url(../layout/bg-title.jpg) no-repeat;
}
	.logo
	{
		width: 400px;
		text-align: left;
		font-family: Arial;
		font-size: 22px;
		color: #c96f7d;
		position: relative;
		top: 12px;
		left: 50px;
	}
	.basket
	{
		width: 400px;
		text-align: right;
		float: right;
		position: relative;
		right: 20px;
		bottom: 5px;
	}
.content
{
	width: 980px;
	min-height: 592px;
	background: url(../layout/bg-flowers.jpg) no-repeat;
}
	.col1
	{
		width: 261px;
		float: left;
	}
		.menu
		{
			width: 203px;
			position: relative;
			top: 282px;
			left: 47px;
		}
			.menuitem
			{
				width: 190px;
				height: 20px;
				background-image: url(../layout/menu-item.png);
				background-repeat: no-repeat;
				margin-bottom: 2px;
				padding-top: 5px;
				padding-right: 13px;
				text-align: right;
				font-family: Arial;
				font-size: 14px;
				color: #FFFFFF;
			}
				a.amenuitem
				{
					text-align: right;
					font-family: Arial;
					font-size: 14px;
					color: #FFFFFF;
					text-decoration: none;
					font-style: italic;
				}
				a.amenuitem:hover
				{
					text-align: right;
					font-family: Arial;
					font-size: 14px;
					color: #62110e;
					text-decoration: none;
					font-style: italic;
				}
	.col2
	{
		/*width: 499px;*/
		width: 679px;
		float: left;
		padding-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.col3
	{
		width: 180px;
		float: left;
		padding-top: 150px;
		padding-left: 10px;
		padding-right: 10px;
	}

h1
{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	color: #604227;
}
h2
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	color: #604227;
}
h3
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	color: #604227;
}
.hlink
{
	text-decoration: none;
	color: #604227;
}
.hlink:hover
{
	text-decoration: underline;
	color: #62110e;
}
.alleft
{
	text-align: left;
	float: left;
}
.alright
{
	text-align: right;
	float: right;
}
a
{
	color: #ac2828;
	text-decoration: underline;
}
a:hover
{
	color: #62110e;
	text-decoration: none;
}
input.kosik
{
	border: 1px solid #ac2828;
	width: 35px;
	height: 15px;
}
span.red
{
	font-size: 11px;
	color: #c44010;
}
span.green
{
	color: #55a112;
}
.hidden
{
	display: none;
	width: 360px;
}
.visible
{
	display: block;
	width: 360px;
}
img.imgkosik
{
	float: left;
	padding: 5px 6px 0px 0px;
}


.tablediv
{
	width: 100%;
	clear: both;
}
.tddiv
{
	width: 50%;
	float: left;
}
.imgmargin
{
	margin-bottom: 20px;
}




#slistaeo
{
	width: 679px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 15px;
	font-family: Geneva, Arial, Helvetica;
	font-size: 10px;
	text-align: justify;
	color: #000000;
	clear: both;
}
	#slistaeo a
	{
		font-family: Geneva, Arial, Helvetica;
		font-size: 10px;
		text-decoration: none;
		color: #ac2828;
	}
	#slistaeo a:hover
	{
		font-family: Geneva, Arial, Helvetica;
		font-size: 10px;
		text-decoration: underline;
		color: #62110e;
	}