@charset "utf-8";html, body{height:100%;}
html, body {
	background-image:none !important;font-family:Arial, Helvetica, sans-serif;color:#FFF;font-size:12px;margin:0px;padding:0px;background-color:#9AB648;}
a{color:#9C0}
a:hover{color:#9C0;text-decoration:underline;}
#bg-zone{
	z-index:-999;
	height:100%;
	width:100%;
	text-align:center;
}
#bg-zone-image {
	left: 0px;
position: fixed;
_position: absolute;
_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);
_right:expression(document.documentElement.scrollLeft+ document.documentElement.clientWidth - offsetWidth);
margin-right: auto;
margin-left: auto;
height: 100%;
width: 100%;
z-index: 0; /*for Chrome*/
top:0px;
}
#main-div{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	margin: 5px; /*for Chrome*/
	z-index: 8;	/*for Chrome*/

}
#container{
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
	text-align: left;
}
#header{
	width:1000px;
	position:relative;
	background-image:url(../img/header_bot_shadow.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:21px;
/*	overflow: hidden;*/
}
#topmenu{width:1000px;height:30px;margin-top:5px;margin-bottom:15px;}
#langbar{width:150px;height:30px;float:left;text-align:center;line-height:30px;overflow:hidden;}
#main{background-image:url(../img/content_bg.png);background-repeat:repeat-y;background-position:left top;position:relative;}
#footer{background-image:url(../img/header_bot_shadow.png);background-repeat:no-repeat;background-position:left top;width:980px;padding-right:10px;padding-left:10px;padding-top:21px;color:#FFF;font-size:10px;font-weight:bold;font-family:Verdana, Geneva, sans-serif;}
#main #content{height:auto;width:750px;margin-left:23px;float:left;margin-top:5px;font-size:12px;margin-bottom:20px;margin-right:0px;background-image:url(../img/content_middle.png);background-repeat:repeat-y;background-position:left top;position:relative;min-height:300px;}
#main #content_left{float:left;width:227px;margin-left:0px;margin-top:5px;margin-bottom:20px;position:relative;background-image:url(../img/left_side_middle.png);background-repeat:repeat-y;background-position:left top;min-height:300px;margin-right:0px;}
#content_left_top{background-image:url(../img/left_side_top.png);background-repeat:no-repeat;background-position:left top;height:5px;width:227px;top:-5px;left:0px;position:absolute;}
#content_left_bot{background-image:url(../img/left_side_bot.png);background-repeat:no-repeat;background-position:left top;height:5px;width:227px;position:absolute;left:0px;bottom:-5px;}
#content_top{background-image:url(../img/content_top.png);background-repeat:no-repeat;background-position:left top;height:5px;width:750px;top:-5px;left:0px;position:absolute;}
#content_bot{background-image:url(../img/content_bot.png);background-repeat:no-repeat;background-position:left top;height:5px;width:750px;position:absolute;left:0px;bottom:-5px;}
#content_in{
	width:710px;
	overflow:auto;
	margin-top:10px;
	margin-right:20px;
	margin-bottom:10px;
	margin-left:20px;
}
#content_left_in{height:auto;width:200px;margin-top:10px;margin-right:13px;margin-bottom:10px;margin-left:14px;overflow:hidden;}
#header_zone1{
	width: 1000px;
	overflow: hidden;
	min-height: 10px;
}
#header_zone2{width:980px;position:absolute;left:10px;top:10px;}
.search{background-image:url(../img/search_input.png);background-repeat:no-repeat;background-position:right top;width:165px;font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#FFF;padding-left:5px;background-color:transparent;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;height:25px;}
h1{font-family:Arial, Helvetica, sans-serif;font-size:26px;color:#FFF;display:block;font-weight:normal;line-height:34px;margin-top:0px;margin-right:0px;margin-bottom:15px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-left:0px;}
.sendtofriend{padding-top:10px;display:block;text-align:right;}
.menu_edit_img{background:url('../img/icons/edit.png') no-repeat;width:10px;height:12px;vertical-align:middle;}
body a img{border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;}
#webmail_frame{background-color:#FFF;}

.newsbox{
	background-image:url(../img/left_side_middle.png);
	background-repeat:repeat-y;
	background-position:center center;
	border: 1px solid rgb(102,102,102);
	padding: 5px;
}

/*Join newsletter*/
#event_recipient_email_container {
	display: block;
	height: auto;
	width: auto;
	clear: both;
}
#event_recipient_email_title {
	display: block;
	margin-bottom: 7px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 5px;
}
#event_recipient_name_text {
	margin-bottom: 10px;
	text-align: right;		
}
#event_recipient_name_text span {
	margin-right: 5px;
	white-space: nowrap;
}
#event_recipient_name {
	border: 1px solid #CCC;
	float: right;
	width: 127px;
}
#event_recipient_email_text {
	text-align: right;	
}
#event_recipient_email_text span {
	margin-right: 5px;
	white-space: nowrap;
}
#event_recipient_email {
	border: 1px solid #CCC;
	float: right;
	width: 127px;
}
#send-button {
	display: block;
	margin-top: 10px;
	text-align: right;
}
#send-button input {
}

/*mini shoppingCart*/
#miniCart_container {
	background-image:none !important;
	text-align: left;
	width: 200px;
	height: auto;
	min-height: 70px;
	/* Firefox v1.0+ */
	-moz-border-radius: 5%;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius: 4%/5%;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius: 4%/5%;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(0,0,0,0.3);
	border: 1px solid rgb(51,51,51);
}
#miniCart_title {
	font-weight: bold;
	margin: 10px;
	display: block;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
}
#miniCart_items {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#miniCart_items span {
	color: #C00;
	padding-left: 2px;
}
#miniCart_total {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#miniCart_total span {
	color: #C00;
	padding-left: 2px;
	padding-right: 2px;	
}

/*product discount*/
#public_products_c1_list_container table tbody tr td span  {
	color: #F90 !important;
}

#public_products_c1_list_container table tbody tr td span.haldus_titltxt {
	color: #FFF !important;
}
/*Multilist view 2*/
.multi2-row {
	background-color: rgba(154,154,154,0.20);
	position: relative;
	-webkit-box-shadow: 1px 1px 3px #3C3C3C;
	box-shadow: 1px 1px 3px #3C3C3C;
	border: 1px solid #7E7E7E;
}
.multi2-eshop_image {

}
#multi2-item_title {
	margin-top:10px;
	font-size: 14px;
	line-height: normal;
	text-align: left;
	text-decoration: none;
}
#multi2-item_description {
}
#multi2-item_amount {
}
#multi2-item_price {
	position: absolute;
	right: -9px;
	top: 0px;
	border-top: thin solid #E6E5E5;
	border-bottom: thin solid #E6E5E5;
	border-left: thin solid #E6E5E5;
	padding: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(239,239,239,1.00) 82.38%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(239,239,239,1.00) 82.38%);
	color: #555555;
}
.AdBanner2 {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.50);
	color: #CCCCCC;
}
.AdBanner2 a {
	color: rgba(255,255,255,1.00);
	text-shadow: 1px 1px 1px rgba(0,0,0,1.00);
}