html, body {
	height:100%;
	width:100%;
}
body {
	background-color:#FFFFFF;
	background-image:url(images/bg_all.jpg);
	background-repeat: repeat-x;
	color:#333333;
	margin:0px;
	padding:0px;
}

.glass {
	top: 0;
	left: 0;
	background-image: url(images/empty.gif);
	width: 100%;
	height: 100%;
	z-index:100;
}


div.content { 
	margin-left:20px; width:640px; 
	margin-bottom: 30px;
}

td.content_container div.content{
	width:561px; 
	margin-left:30px;
	margin-top: 0px;
}

div.hmenu{
	padding-left: 20px;
}

div.hmenu div.first,
div.hmenu div.firstselected,
div.hmenu div.menuitem1,
div.hmenu div.selected {
	float: left;
	padding-right: 5px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image:none;
	background-position: left top;
	background-repeat:no-repeat;
}

/* solut */
div.hmenu div.selected td.center,
div.hmenu div.firstselected td.center{
	background-image: url(images/hmenu_selected_center.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
div.hmenu div.selected td.left,
div.hmenu div.firstselected td.left{
	background-image: url(images/hmenu_selected_left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
div.hmenu div.selected td.right,
div.hmenu div.firstselected td.right{
	background-image: url(images/hmenu_selected_right.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

/* normaalit */
div.hmenu div.menuitem1 td.center,
div.hmenu div.first td.center{
	background-image: url(images/hmenu_item_center.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
div.hmenu div.menuitem1 td.left,
div.hmenu div.first td.left{
	background-image: url(images/hmenu_item_left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
div.hmenu div.menuitem1 td.right,
div.hmenu div.first td.right{
	background-image: url(images/hmenu_item_right.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}


/* linkki */
div.hmenu div.first a,
div.hmenu div.firstselected a,
div.hmenu div.selected a,
div.hmenu div.menuitem1 a {
	font-family:"Tahoma","Verdana","Helvetica","Arial","sans-serif";
	font-size: 13px;
	color: #444444;
	text-decoration: none;
	font-weight: normal;
	display: block;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	/*text-transform:uppercase;*/
}

div.hmenu div.firstselected a,
div.hmenu div.selected a{
	color: #FFFFFF;
}


div.hmenu a:hover {
	text-decoration:underline;
}


div.hmenu div.firstselected a,
div.hmenu div.selected a {
	/*color: #FFFF99;*/
	text-decoration: none;
}


div.hmenu div.selected a:hover,
div.hmenu div.menuitem1 a:hover  {
	text-decoration:none;
}

div.langs {
	clear:both;
	padding-bottom:2px;
	padding-left:8px;
	width:200px;
}
div.langs a {
	margin-right:8px;
}
div.vmenuroot a {
	margin: 0px;
	padding: 0px;
	margin-top:9px;
	overflow:hidden;
	display: block;
	font-family:"Tahoma","Verdana","Helvetica","Arial","sans-serif";
	font-size: 13px;
	color: #1B54D6;
	padding-bottom: 5px;
text-decoration: none;
}

div.vmenu {
	padding-left: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

/* vmenun ensimmainen taso: containeri */
div.vmenu div.selected, 
div.vmenu div.level2 {
	display:block;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

/* vmenun ensimmainen taso: linkki */
div.vmenu div.selected a,
div.vmenu div.level2 a {
	background-image:url(images/button_next_off.gif);
	background-position:left 2px;
	background-repeat:no-repeat;
	padding-left: 20px;
	font-family:"Tahoma","Verdana","Helvetica","Arial","sans-serif";
	font-size:11px;
	font-weight: normal;
	color:#003399;
	display:block;
	text-decoration: none;

}

div.vmenu div.selected a:hover,
div.vmenu div.level2 a:hover{
	color:#0066CC;
	background-image:url(images/button_next_on.gif);
}

/* vmenun toinen taso: containeri */
div.vmenu div.selected div.selected, 
div.vmenu div.level3 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	background-image: none;
}

div.vmenu div.selected div.selected a:hover,
div.vmenu div.level3 a:hover{
	color:#0066CC;
	background-image: none;
}

/* vmenun toinen taso: linkki */
div.vmenu div.selected div.selected a, 
div.vmenu div.level3 a { 
	
	font-size: 11px;
	background-image: none;
}

div.vmenu div.selected div.selected a,
div.vmenu div.level2 a:hover{
	text-decoration:none;
}

div.vmenu div.level3 a:hover,
div.vmenu div.selected a:hover,
div.vmenu div.firstselected a:hover,
div.vmenu div.level2 a:hover,
div.vmenu a:hover,
div.vmenu div.selected div.selected a:hover {
	color:#0066CC;
	text-decoration:underline;
}
div.vmenu div.selected div.level3  a { 
	font-weight: normal; 
}

div.vmenu h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-top: 20px;

}

div.bct {
	font-family:Verdana,Arial,sans-serif;
	font-size:10px;
	margin-top:9px;
	margin-bottom: 10px;
	text-transform:lowercase;
}

div.bct div.selected, div.bct div.item {
	color:#333333;
	display:inline;
}
div.bct a {
	color:#333333;
	text-decoration:none;
}
div.bct a:hover {
	color: #000000;
	text-decoration:underline;
}



/** UUTISEN TYYLIT ALKAA **/


div.news {
	margin-top:10px;
}
div.news div.time {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:normal;
	padding-left:13;
	background-image:url(images/bullet_klo.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
}
div.news div.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}
div.news div.description a {
	text-decoration: underline;
	background-image: none;
	padding-top: 0px;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#003399;	

}
div.news div.description a:hover{
	color:#0066CC;
	text-decoration:underline;
}
div.news div.header,
div.news div.header a {
	color:#444444;
	font-family:"Tahoma","Verdana","Helvetica","Arial","sans-serif";
	font-size:11px;
	margin-top: 3px;
	margin-bottom: 3px;


}
div.news div.header a{
	padding-left: 20px;
	background-image: url(images/button_next_off.gif);
	background-repeat: no-repeat;
	background-position: left 3;
	display:block;
}
div.news div.header a:hover{
	background-image: url(images/button_next_on.gif);
	color: #000000;
	text-decoration: underline;
}

div.news div.header img {

}
/** UUTISEN TYYLIT LOPPUU **/

/** KUVAGALLERIAN TYYLIT ALKAA **/
.galleryimages {
	padding-left:50px;
}
.galleryimagecontainer {
	/*border:1px solid #CCCCCC;*/
	/*float:left;*/
	margin-bottom:7px;
	margin-right:7px;
	padding:10px;
}
.galleryimage {
	background-color:#FFFFFF;
}

a.galleryMenu{
	display: block;
	height: 75px;
	width: 84px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top center;
	filter: alpha(opacity=70);
	-moz-opacity 70;
	opacity: .70;
	background-color:#FFFFFF;  
	border: 1px solid #000000;
}
a.galleryMenu:hover{
	background-color: transparent;
	filter: alpha(opacity=100);
	-moz-opacity 100;
	opacity: 1.0;
}

.previewgalleryimage {
	background-color:#FFFFFF;
	padding:10px;
}
.gallerynavtop {
}
.gallerynavbottom {
	display:none;
}
.gallerynavbottom a {
	color:#333333;
	font-weight:bolder;
	text-decoration:none;
}
.pagelist {
	margin-left:10px;
	margin-right:10px;
}
.gallerynavbottom a.prev {
	float:left;
}
.gallerynavbottom a.next {
	float:right;
}
/** KUVAGALLERIAN TYYLIT P��TTYY **/


a.toteutus {
	color: #cccccc;
	text-decoration:none;
}


/** LOMAKKEET **/

div.forms {
	/*padding: 15px;
	border: 1px solid #cccccc;*/
}

div.forms div.tabs {
	font-size: 105%;
	padding-bottom: 3px;
	margin-bottom: 10px;
/*	border-bottom: 1px solid #EFEFEF;*/
}
div.forms div.tabs .selectedtab,
div.forms div.tabs .tab {
	display: block;
	float:left;
	font-weight: bold;
	padding-right: 16px;
	color: #666666;
}
div.forms div.tabs .tab {
	display: none;
}

div.forms div.tabs .selectedtab {
	/*text-decoration: underline;*/
	color: #333333;
}

div.forms div.buttons {
	padding-top: 15px;
}

div.forms div.question {
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 8px;
}

div.forms form {
	margin: 0; padding: 0;
}

div.forms label.file,
div.forms label.text {
	padding-top: 8px;
	display:block; 
}

div.forms input.file,
div.forms input.text {
	width: 45%;
	display:block;
}

div.forms textarea {
	width: 45%;
	display: block;
	height: 50px;
}


/***** TUOTEREKISTERI *****/

a.productimage,
a.productimage:hover {
	text-decoration: none;
	cursor: pointer;
}

/* listausnäkymän esikatselukuvan sisältävä elementti */
span.thumb_productimage {
	display: block;
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
}

/* tuotenäkymän esikatselukuva */
img.medium_productimage {
	max-width: 255px;
}

/* tuotenäkymän pienen esikatselu kuvan linkki */
a.preview_productimage {
	display: block;
	float: left;
	width: 121px;
	height: 121px;
	margin-right: 2px;
	margin-bottom: 4px;
	padding: 2px;
	border: 1px solid #cccccc;
	text-decoration: none;
	cursor: pointer;
}

/* tuotenäkymän pienen esikatselukuvan sisältävä elementti */
span.preview_productimage {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

/* listausnäkymän tuotteen nimen linkki */
div.productinfo a {
	display: block;
}

/** tuoterekisteri päättyy **/

/** blogi alkaa **/
div.blogMenu div.selected, 
div.blogMenu div.level {
	background-image:url(images/bullet_level2.jpg);
	background-position:left 4px;
	background-repeat:no-repeat;
	display:block;
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	
}
div.blogMenu div.selected a, 
div.blogMenu div.level a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	display:block;
	text-decoration: none;	
}
div.blogMenu div.selected a:hover, 
div.blogMenu div.level a:hover{
	text-decoration: underline;
}

/** blogi kommentit alkaa **/
div.blog {
	
}

div.blog div.bordered{
	width:100%;
	display:block;
	border-bottom: 1px dashed #000000;
}
div.blog div.comment{
	padding-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #000000;
}

div.blog div.date{
	margin-bottom: 10px;
}

div.comment span.time{

}

div.blog .comment_links{
	border: 1px grey solid;
	padding: 3px 2px 3px 2px;
}


div.blog .comment_links a {
	margin-left: 5px;
}

div.blog div.comment_edit{
	padding-left: 10px;
	width: 355px;
}

div.blog a.comment_anchor,
div.blog a.comment_anchor:hover{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom: 15px;
	padding-top: 15px;
	display: block;
}

/** blogi kommentit loppuu **/


/** blogi loppuu **/


/** VMENUN HIENO SÄÄTÖ **/

.search {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 200px;
	margin-left: 0px;
}
div.search .textfree {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	border: none;
	width: 110px;
	margin-left: 9px;
	background-color: transparent;

}
div.search .buttonsearch {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-image: url(images/etsi_painike.jpg);
	height: 23px;
	width: 85px;
	background-position: 0px 0px;
	border: none;
	background-color: transparent;
}

a.advancedsearch {
	display: block;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #8c8c8c;
	background-image: url(images/laajennettuhaku_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 11px;

}

div.search_large{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 12px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;	
}

div.vmenu a:focus,
div.vmenu a:focus {
	border: none;
}

div.vmenu div.products div.products div.selected,
div.vmenu div.products div.menuitem2 {
	background-image:url(images/bullet_level2.jpg);
	background-position:left 4px;
	background-repeat:no-repeat;
	display:block;
	margin-bottom:5px;
	margin-top:5px;
	padding-left:15px;


	/*display: block;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 5px 0px;
	padding: 0px 0px 0px 17px;
	font-weight: bold;*/
}

div.vmenu div.products div.selected a,
div.vmenu div.products div.menuitem2 a {
	display: block;
	/*background-image: url(images/bullet_level2.jpg);
	background-position: left 4px;
	background-repeat: no-repeat;*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color:#333333;
	display:block;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;	
}
div.vmenu div.products div.selected a {
	text-decoration: none;
}
div.vmenu div.products div.selected div.selected a{
	text-decoration: underline;
}

div.vmenu div.products div.menuitem2 a:hover {
	text-decoration: underline;
}

div.vmenu div.products div.selected div.selected,
div.vmenu div.products div.menuitem3 {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 0px;
	background-image: none;
}

div.vmenu div.products div.selected div.selected a,
div.vmenu div.products div.menuitem3 a {
	display: block;
	background-image: none;
	color:#333333;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

div.vmenu div.products div.selected div.selected a {
	text-decoration: underline;
}

div.menuheader {
	margin-top:9px;
	overflow:hidden;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 5px;
}

div.cart {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #5399DF;
	margin-bottom: 1px;
	padding-left: 12px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.cartnote {
	font-weight: bold;
	color: #333333;
}

div.navmenu p {
	padding-top: 0px;
	margin-top: 3px;
	padding-bottom: 0px;
	margin-bottom: 3px;
	padding-left: 12px;
	font-size: 12px;
}
div.extrastuff {
	margin-left: 5px;
	margin-top: 15px;
	padding-top: 5px;
	border-top: 1px solid #cccccc;
}
.terms {
	font-size: 10px;
	line-height: 12px;
}

div.menu {
	width: 135px;
	margin-left: 0px;
	margin-top: 19px;
	padding:0 0 0 13px;
}

input.loginbutton{
	background-image: url(images/painike_tausta.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	height: 23px;
	width: 68px;
	padding: 0px;
	margin: 0px;
	border: none 0px;
	color:#333333;
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	font-weight:bold;	
}

a.more,
a.more:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/painike_tausta.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 68px;
	display: block;
	padding-top: 4px;
	text-align: center;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

div.ordercontrol {
	font-size: 10px;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: right;
}

div.vmenuroot a:hover {
	text-decoration:none;
}

div.footer{
	padding-top: 15px;
	padding-left: 5px;	
}

div.footer,
div.footer a,
div.footer td{
	color: #999999;
	font-size: 10px;
}

div.footer a:hover{
	color: #000000;
}

div.vmenu ul li{
	list-style-image: url(images/button_next_off.gif);
}

input.searchfield{
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	color: #024795;
}

input.searchbutton{
	border: none 0px;
	background-image: url(images/button_search.jpg);
	width: 14px;
	height: 14px;
	padding: 0px;
	margin: 0px;
	display: block;
}

.modified {
color:#AAAAAA;
font-size:9px;
margin-bottom:10px;
text-align:right;
}