@charset "windows-1251";
/* CSS Document */
<!--

body{
	behavior:url(csshover.htc);
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	font-size: 12px;
	color: #000000;
}
a:hover {
	text-decoration: none;
}

h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}

.zag {
	font-size: 20px;
	color: #6d9d59;
	font-weight: bold;
}

.logo {
	font-size: 14px;
	color: #808080;
}

.tel1 {
	color: #808080;
}
.tel2 {
	color: #48bb19;
	font-weight: bold;
	margin-left: 10px;
}

.shop {
	color: #7e7e7e;
}
a.shop {
	text-decoration: none;
}
a.shop:hover {
	text-decoration: underline;
}

.menu {
	color: #7c7c7c;
	font-size: 16px;
	font-weight: bold;
}
a.menu {
	text-decoration: underline;
}
a.menu:hover {
	text-decoration: none;
}
.menu2 {
	color: #808080;
	font-size: 12px;
}
a.menu2 {
	text-decoration: none;
}
a.menu2:hover {
	text-decoration: underline;
}

.input {
	border: 1px #d4d4d4 solid;
	background-color: #f7f7f7;
	color: #000000;
	width: 200px;
}
.button {
	border: 1px #d4d4d4 solid;
	background-color: #ffffff;
	color: #808080;
}

.ico {
	color: #ffffff;
	font-size: 13px;
}
a.ico {
	text-decoration: none;
}
a.ico:hover {
	text-decoration: underline;
}

.ico2 {
	color: #808080;
	font-size: 12px;
}
a.ico2 {
	text-decoration: underline;
}
a.ico2:hover {
	text-decoration: none;
}

.footer {
	color: #9e9e9e;
	margin-left: 40px;
}
a.footer {
	text-decoration: none;
}
a.footer:hover {
	text-decoration: none;
}


.thumbnail{
	color: #ffffff;
	font-size: 12px;
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	color: #000000;
	position: absolute;
	background-color: white;
	top: 12px;
	padding: 5px;
	left: -1000px;
	border: 1px solid #808080;
	visibility: hidden;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumbnail span a{ /*CSS for enlarged image*/
	color: #000000;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	width: 157px;
	top: 10;
	left: -72px; /*position where enlarged image should offset horizontally */
}
