body.intro
	{
	margin:0px;
	background-image: url('images/background-intro.gif');
	background-repeat: repeat-y;
	background-position:  center; 
	}

body.main
	{
	margin:0px;
	background-image: url('images/background-main.gif');
	background-repeat: repeat-y;
	background-position:  center; 
	}

body.image_window
	{
	margin:0px;
	background-color: #E5E5E5;
	}
		
table.intro1
	{
	height: 100%;
	}
	
table.gray
	{
	background-color: #F5F5F5;
	}	

table.footer
	{
	background-image: url('images/footer-bgr.gif');
	}	

table.imagetable
	{

	}	

table.content
	{
	background-image: url('images/background-content.gif');
	background-repeat: repeat-y;
	background-position:  center; 
	}	

table.image_heading
	{
	background-image: url('images/image-heading-bgr.gif');
	}	
	
p.image_description	
	{
	font: 12px Arial;
	}

p.submenu	
	{
	font: 16px Arial;
	}
	
p	
	{
	text-align: justify;
	font: 12px Arial;
	}


img.news
	{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	}

img.image
	{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	}

img.gold
	{
	border-style: solid;
	border-width: 2px;
	border-color: #C9A62B;
	}

img.thumbnail:hover
	{
	border-style: solid;
	border-width: 1px;
	border-color: #C9A62B;
	}

img.thumbnail
	{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	}
	
h1 {font: 24px arial;}
h2 {font: 18px arial;}
h2.error {color: red; font: 18px arial;}
h3 {font: 14px arial;}


a:hover
{
text-decoration: underline;
}

a
{
color: #000000;
font: 12px Arial;
text-decoration: none;
}

a.submenu:hover
{
text-decoration: underline;
}

a.submenu
{
color: #000000;
font: 14px Arial;
text-decoration: none;
}

a.target
{
color: #000000;
font: 12px Arial;
text-decoration: none;
}

a.target:hover
{
text-decoration: none;
}

hr {color: #E3E3E3;}

td {font: 12px Arial;}
td.product {font: 10px Arial;}
tr.product {background: #FFFFFF;}

input {background: #FFFFFF;}

input.product 
	{
	background: #FFFFFF;
	font: 10px Arial;
	}

table.tuote
	{
	font: 12px arial;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #E5E5E5;
	width: 120px;
	height: 245px;
	}

table.tarvike
	{
	font: 12px arial;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #E5E5E5;
	width: 187px;
	height: 245px;
	}


td.nimi
	{
	background-color: #E5E5E5;
	height: 35px;
	}


button.small
	{
	background-color: #FFFFFF;
	position: relative;
	top: -1px;
	height: 28px;
	width:88px;
	border-width: 0px;
	}
button.poista
	{
	background-color: #F7F7F7;
	position: relative;
	top: 0px;
	height: 28px;
	width:88px;
	border-width: 0px;
	}
button.large
	{
	background-color: #F7F7F7;
	height: 28px;
	width: 169px;
	border-width: 0px;
	}
	
td.kuva
	{
	height: 135px;
	}
td.koko
	{
	height: 30px;
	}
select.koko
	{
	text-align: right;
	font: 10px arial;
	border-width: 1px;
	border-style: solid;
	width: 75px;
	background-color: #FFFFFF;
	}
	
/* Webshop */

h2.product {font: 16px arial; margin: 5px; height: 54px;}
	
div.product_container
	{
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 0px;
	width: 170px;
	float: left;
	}

div.product
	{
	margin-top: 10px;
	padding: 0px;
	background-color: #f1f1f1;
	border: solid #e5e5e5 1px;
	float: left;
	width: 170px;
	height: 325px;
	}	

div.product_functions
	{
	padding: 0px;
	background-color: #e5e5e5;
	border: solid #a1a1a1 1px;
	float: left;
	width: 170px;
	height: 21x;
	font: 10px arial;
	vertical-align: middle;
	}	

input.product_amount
	{
	border: solid #a5a5a5 1px;
	font: 10px arial;
	width: 20px;
	text-align: right;
	}

select.product_size
	{
	border: solid #a5a5a5 1px;
	font: 10px arial;
	width: 60px;
	text-align: right;
	}
	
input.shopping_cart 
	{
	width: 80px;
	font: 10px arial;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	}	

input.shopping_cart:hover
	{
	color: #ffffff;
	background-color: #000000;	
	font: 10px arial;
	}
	
button.webshop_remove
	{
	background-color: #F7F7F7;
	height: 28px;
	width:88px;
	border-width: 0px;
	}	

button.webshop_small_button
	{
	background-color: #F7F7F7;
	height: 21px;
	width:75px;
	border-width: 0px;
	}	
	
button.webshop_large_button
	{
	position: relative;
	top: 7px;
	margin: 0 auto;
	background-color: #F7F7F7;
	height: 28px;
	width: 169px;
	border-width: 0px;
	}	

div.webshop_form_container
	{
	margin-left: 0px;
	width: 345px;
	}
	
div.webshop_form1
	{
	width: 125px;
	float: left;
	}
	
div.webshop_form2
	{
	width: 215px;
	float: left;
	}	

span.large
	{
	color: #000000;
	font: 14px arial;
	}
	
/* Highslide */

.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;

    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

/* HS images */

.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}


/* Styles for the popup */
.highslide-wrapper, .rounded-white {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 650px;
    padding: 0 5px 5px 5px;
}
.highslide-wrapper .highslide-header {
	padding-bottom: 5px;
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 15px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	margin-top: 4px;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}	
