body, html {
	background-color: white;
	font-size: 0.9em;
	text-align: center;
	font-family: arial, sans-serif;
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 100%
}

div.container {
	min-height: 100%;
	margin: 0 auto -100px;
	text-align:left;
	width: 100%;
	padding: 0;
	position: relative;
}
div.wrapper {
	width: 800px;
	text-align: left;
	margin: 0 auto;
}
div.bwrapper {
	padding-top: 30px;
	width: 800px;
	text-align: left;
	margin: 0 auto;
}
div.slider {
	font-size: 1em;
}
#fontsizes
{
	float:right;
	margin-right: 10px;
	padding: 2px;
	background-color: white;
	border: 1px solid silver;
}
a {
	color: white;
	text-decoration: none;
	font-style: italic;
	}
table {
	font-size: 1em;
}
h1 {
	font-size: 2em;
	color: #18364e;
}
h2 {
	font-size: 1.3em;
	color: white;
}
h3 {
	font-size: 1.2em;
	color: #5284bb;
}
div.kuvasrc
{
	display: none;
}
#kuvabox
{
	float: left;
	width: 200px;
	height: 200px;
	display: block;
	padding: 10px;
}

#topbar {

	background-image: url('images/topshader.png');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 68px;
	width: 100%;
}
#logo{
	float: left;
}
#links {
	float: right;
	vertical-align: baseline;
	color: white;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding-top: 15px;
}
#links a {
	color: white;
	font-family: arial;
	font-size: 1em;
	font-weight: bold;
}
#links img {
	vertical-align: baseline;
}
#banner {
	background-image: url('images/middleshader.png');
	height: 232px;
	border: 1px solid #343434;
	color: white;
	clear: both;
}
#banner table
{
	color: white;
}
#main {
	padding: 10px;
	background-image: url('images/lowshader.png');
	background-repeat: repeat-x;
	min-height: 300px;
	color: #303030;
	clear: both;
}
#page {
	width: 600px;
	float: left;
}
#page a {
	color: #5284bb;
}
#right {
	width: 150px;
	font-size: 1em;
	background-image: url('images/boxshader.png');
	background-repeat: repeat-x;
	min-height: 200px;
	padding: 10px;
	padding-top: 15px;
	float: left;
	border: 1px solid #adadad;
}
#footer {
	padding-top: 10px;
	background-color: #0e2639;
	color: #696969;
	height: 100px;
	position: relative;
}
#footer 	table {
	font-size: 1em;
	color: #696969;
}
#footer a {
	color: #696969;
}
.push {
	height: 100px;
	clear: both;
}
img.slider {
	 padding: 2px;
	 margin-right: 15px;
	 border: 1px solid silver;
}
img.tuote {
	 padding: 2px;
	cursor: pointer;
	cursor: hand;
	 border: 1px solid silver;
}
.kategoria {
	float: left;
	width: 35%;
}
.tooltipimg {
	display:none;
	border: 1px solid silver;
	padding: 5px;
	background-color: white;
}
.clear {
	clear: both;
}

/* root element for accordion. decorated with rounded borders and gradient background image */
#tuotteet {
	width: 50%;
	border:1px solid silver;
	float: left;
}
#ie6
{
	font-size: 1.2em;
	color: red;
	padding: 10px;
	border: 1px solid silver;
	width: 80%;
}
#email
{
	color: black;
}
/* accordion header */
#tuotteet h3 {
	margin:0;
	padding:5px 15px;
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	cursor:pointer;
	background-image: url('images/headershader.png');
	background-repeat: repeat-x;
}

/* currently active header */
#tuotteet h3.current {
	cursor:default;
}

/* accordion pane */
#tuotteet .slider {
	border:1px solid #fff;
	display:none;
	padding:15px;
	color:#fff;
}

/* a title inside pane */
#tuotteet .slider h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size: 1.2em;
	color:#999;

}

/* the overlayed element */
.simple_overlay {
	
	display:none;
	position: absolute;
	z-index:10;
	border: 2px solid white;

}
.simple_overlay img {
	z-index:99999999;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url('images/close.png');
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
//slider
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 680px;
	height:120px;

	/* custom decorations */
	border:1px solid #ccc;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:500px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:0px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;

	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}