@charset "utf-8";
/* CSS Document */
BODY {
	margin: 0;
	padding: 0;
	background: #878787 url(images/bg.gif);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #464646;
}

H1 {
	font-size: 16px;
	color: #e86c1a;
	background: url(images/h1_bg.gif) no-repeat left bottom;
	text-indent: 5px;
	line-height: 20px;
}

H2 {
	font-size: 12px;
	color: #e86c1a;	
}

A {
	color: #960606;
}

A:hover {
	color: #c60c0c;
}

#pg_cross {
	height: 132px;
	background: #545454 url(images/cross_bg.gif);
	margin-top: 32px;
}

#pg_main {
	width: 780px;
	background-color: #487333;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -390px;
}

#pg_header {
	height: 179px;
	background-image: url(images/header.jpg);
}

#pg_inner {
	background-color: #FFFFFF;
	width: 760px;
	margin: 0 0 0 9px;
	border-left: 1px solid #1c5500;
	border-right: 1px solid #1c5500;
	position: relative;
}

#pg_footer {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: #ececec;
	width: 740px;
	height: 30px;
	border-top: 1px solid #d4d4d4;
}

#pg_left_menu {
	position: absolute;
	width: 180px;
	left: 5px;
}

#pg_left_menu UL {
	margin: 0;
	padding: 0;
}

#pg_left_menu UL LI {
	list-style: none;
}

#pg_left_menu UL LI A {
	width: 180px;
	height: 27px;
	background-color: #006600;
	display: block;
	margin-bottom: 7px;
}

#pg_left_menu UL LI A SPAN {
	display: none;
}

#pg_left_menu UL LI #menu_0 {
	background: url(images/menu_0.gif);
}
#pg_left_menu UL LI #menu_1 {
	background: url(images/menu_1.gif);
}
#pg_left_menu UL LI #menu_2 {
	background: url(images/menu_2.gif);
}
#pg_left_menu UL LI #menu_3 {
	background: url(images/menu_3.gif);
}
#pg_left_menu UL LI #menu_4 {
	background: url(images/menu_4.gif);
}
#pg_left_menu UL LI #menu_0:hover {
	background: url(images/menu_0_hover.gif);
}
#pg_left_menu UL LI #menu_1:hover {
	background: url(images/menu_1_hover.gif);
}
#pg_left_menu UL LI #menu_2:hover {
	background: url(images/menu_2_hover.gif);
}
#pg_left_menu UL LI #menu_3:hover {
	background: url(images/menu_3_hover.gif);
}
#pg_left_menu UL LI #menu_4:hover {
	background: url(images/menu_4_hover.gif);
}


#pg_footer {
	text-align: center;
}

#pg_footer UL {
	margin: 0;
	padding: 0;
}

#pg_footer UL LI {
	display: inline;
	list-style: none;
}

#pg_footer UL LI A {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8b8b8b;
	font-size: 10px;
	text-transform: uppercase;
	border-right: 1px solid #8b8b8b;
	padding-right: 11px;
	margin-left: 11px;
	line-height: 30px;
}

#pg_footer UL LI A.last {
	border: none;
}

#pg_footer UL LI A:hover {
	color: #666;
}

#pg_site {
	float: left;
	line-height: 30px;
	padding-left: 10px;
}

#pg_site A {
	background: url(images/sitename.gif);
	display: block;
	width: 149px;
	height: 29px;
}

#pg_site A SPAN {
	display: none;
}

#pg_contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 30px;
}

#pg_contact DIV {
	float: right;
	display: inline;
	text-indent: 20px;
	margin-right: 20px;
}

#pg_contact #phone {
	background: url(images/phone_icon.gif) no-repeat;
	background-position: left center;
}

#pg_contact #email {
	background: url(images/email_icon.gif) no-repeat;
	background-position: 0 10px;
}

#pg_contact A {
	color: #FFFFFF;
	text-decoration: none;
}

#pg_contact A:hover {
	text-decoration: underline;
}

#pg_content_wrapper {
	width: 100%;
}

#pg_content {
	width: 555px;
	margin-left: 194px;
	min-height: 600px;
}

#pg_breadcrumb {
	width: 100%;
	height: 36px;
	background-image: url(images/breadcrumb_bg.gif);
	line-height: 28px;
	text-indent: 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #606060;
}

#pg_breadcrumb A {
	color: #606060;
	text-decoration: none;
}

#pg_breadcrumb A:hover {
	text-decoration: underline;
}

.kiemelt {
	color: #f00;
	font-weight: bold;
}

.product_table {
	width: 100%;
	border-collapse: collapse;
}

.product_table TD {
	border1: 1px solid #f0f0f0;
	vertical-align: top;
	padding: 2px;
}

.product_table .picture_holder {
	background-color: #FFFFFF !important;
}

.product_table TR.row0 TD {
	background-color: #f0f0f0;

}

.product_table .attribute {
	width: 40%;
	font-weight: bold;
}

.photos_table TD IMG {
	border: 1px solid #ccc;
}

.photos_table TD SPAN {
	display: block;
	line-height: 30px;
	font-style: italic;
}



