@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}

body {
	background: #333333 url(../images/bg.png) top center repeat-y;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.clearer {
	clear: both;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #0000ff;
	text-decoration: underline;
}

a:hover {
	color: #197f19;
	text-decoration: none;
}


#cntr {
	width: 778px;
	margin: 0px auto;
	text-align: left;
}

#header {
	width: 778px;
	height: 109px;
}

#header img {
	border: 0px;
}

#cart {
	width: 778px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(../images/cart_bg.png) repeat-y;
}

#green {
	width: 778px;
}

#green #map_buda {
	width: 261px;
	height: 148px;
	float: left;
	cursor: pointer;
	background: url(../images/map_buda.gif);
}

#green #map_dongo {
	width: 256px;
	height: 148px;
	float: left;
	cursor: pointer;
	background: url(../images/map_dongo.gif);
}

#green #map_pest {
	width: 261px;
	height: 148px;
	float: left;
	cursor: pointer;
	background: url(../images/map_pest.gif);
}


#green #map_pest_big {
	width: 778px;
	height: 138px;
	float: left;
	cursor: pointer;
	background: url(../images/map_pest_big.png);
}

#green #left {
	width: 139px;
	float: left;
}

#green #right {
	width: 139px;
	float: left;
}

#green #left #menu_left {
	margin-left: 5px;
	width: 134px;
}

#green #left #menu_left img {
	display: block;
}

#green #right #menu_right {
	margin-right: 5px;
	width: 134px;
}

#green #right #menu_right img {
	display: block;
}

#green #center {
	float: left;
	width: 500px;
	background: #ffffff url(../images/body_bg.gif) top left repeat-y;
}

#green #center #content {
	margin-left: 6px;
	margin-right: 6px;
	font-size: 10pt;
	color: #000000;
	min-height: 882px;
	height: auto !important;
	height: 882px;
}

#green #center #bottom {
	width: 500px;
	height: 6px;
	display: block;
}

.hr {
	border-bottom: 1px dotted #e0e0e0;
	margin-top: 4px;
}

#footer {
	padding: 21px 5px 0px 5px;
	font-size: 9pt;
}

#footer .column {
	width: 160px;
	float: left;
	padding: 0px 8px 0px 24px;
}

#footer .column p {
	font-weight: bold;
}

#footer .column a {
	text-decoration: none;
	color: #dddddd;
}

#footer .column a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.ie6SelectHider {
	position: absolute;
	display: block;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	filter: mask();
}

.alert {
	background-color: #e3c9c9;
	background-image: url(../images/alert.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border: 2px solid #ff0000;
	padding-bottom: 2px;
	padding-top: 2px;
	min-height: 32px;
	height: auto !important;
	height: 32px;
	padding-left: 36px;
	vertical-align: middle;
}

.centeralign {
	text-align: center;
}

.alert a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.alert a:hover {
	color: #ff0000;
}

#snowChainSelector {
	margin-bottom: 8px;
}

#snowChainSelector .selector {
	width: 115px;
	height: 115px;
	overflow: hidden;
	border: 1px solid #000000;
	float: left;
	margin: 2px;
}
