@charset "iso-8859-1";

body {
   background-color: #FFFFFF;
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   color: #516051;
}

body *{
   background-color: #FFFFFF;
   
}

a, .menuLinks, .menuLinks a, table.details a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #516051;
	text-decoration: none;
}

A:hover {color: red;}

.categoryTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #7a8875;
	
	
}

testi {
	font-family: Verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	
}

.linkki a {
   font-size: 1px;
   color: #FFF;
}
.categoryTitle a {
   color: #FFFFFF;
   background-color: #7a8875;
}
.productTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #516051;
	text-decoration: none; 
}
.productDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #516051;
	text-decoration: none;
}
.productDesc .sale{
   color: #FF0000;
   font-weight: bold;
}
.productDesc .sale_original{
   text-decoration: line-through;
}

.categorySelect, .categorySelect a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #516051;
	text-decoration: none;
	text-indent: 10px;
}

.categorySelect a {
   font-size: 80%;
}
textarea#tyyli {
	width: 400px;
	height: 120px;
	font-family:Arial, Helvetica, sans-serif; font-size: 8pt; 
	color: #516051;
}
INPUT {
	font-family:Arial, Helvetica, sans-serif; font-size: 8pt; 
	color: #516051;
	}
SELECT {
	font-family:Arial, Helvetica, sans-serif; font-size: 8pt; border:1px solid gray; 
	color: #516051;
	}

IMG {
   border: 0px;
}

.checkoutOption_a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.checkoutOption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.checkoutOption span{
   display: block;
   float: left;
   clear: none;
}

.checkoutOption .paymentButton{
   width: 100px;
   height: 50px;
   vertical-align: top;
}

div.pagination {
   width: 100%;
   margin-right: auto;
   margin-left: auto;
   text-align: center;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #516051;
   text-decoration: none;
}
div.pagination a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #516051;
	text-decoration: none;
}

div#top_link {
   float: left;
   background-color: white;
   width: 100%;
}

span#acknowledgment, span#acknowledgment a {
   display: block;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
   width: 500px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: bold;
   color: #516051;
   text-decoration: none;
   background-color: #FFFFFF;
}

table.listItem {
   border-color: ;
   
}

.error {
   font-weight: bold;
   color: red;
}

table.standard_full {
   width: 95%;
   margin-left: auto;
   margin-right: auto;
}

table.standard_full td,table.standard_full th{
   text-align: left;
}

#search_box {
    width: 150px;
    height: 22px;
    border-style:inset;
	border-width:1px;
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 4px 0 0 5px;
    border: 0;
    width: 122px;
    background: none;
}
#search_box #go {
    float: right;
    margin: 0px 0px 0 0;
}

#menu {
width: 150px;
background: #7a8875;
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 150px;
float: left;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #516051;
background: #fff;
text-transform: uppercase;
}

#menu a {
color: #516051;
background: #fff;
text-decoration: none;
}

#menu a:hover {
color: #FFFFFF;
background: #516051;
}

#menu li {position: relative;}



#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}

div.loading-invisible{ 
display:none; 
}
 
div.loading-visible{ 
background-color: #ffffff;
display:block;
position:fixed;   
z-index: 30; 
top:45%;    
left:40%;    
width:300px;    
text-align:center;       
opacity: 0.75; /* Safari, Opera */
-moz-opacity:0.75; /* FireFox */
filter: alpha(opacity=75); /* IE */
float: center;
border-top:1px solid #7a8875;
border-bottom:1px solid #7a8875;
border-left:1px solid #7a8875;
border-right:1px solid #7a8875;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

div.back-invisible{ 
display:none; 
}

div.back-visible{ 
background-color: rgb(0, 0, 0);
opacity: 0.3; /* Safari, Opera */
-moz-opacity:0.30; /* FireFox */
filter: alpha(opacity=30); /* IE */
z-index: 20;
height: 100%;
width: 100%;
background-repeat:repeat;
position:fixed;
top: 0px;
left: 0px;
}