body {font-family:arial,verdana,sans-serif;font-size:12px;margin:0;
	background: #fbfbfb;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#ddd));
	background: -moz-linear-gradient(top, #fbfbfb,  #ddd);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#ddd'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#ddd'); /* ie8 */
} 
#container{width:850px;margin:0 auto;}
table,tr {padding:0px;background-color:#ffffff}
h1 {text-align:center;padding:3px;color:#000;font-size:22px;margin:0}
h2 {font-size:14px;margin-top:45px;padding:4px;margin-bottom:12px;background-color:#dde7f1;color:#000}
h3 {font-size:14px;margin:3px}
a,a:active {color:#000}
a:hover {color:#555}
a:visited {color:#333}
.lista{width:100%;text-align:left;}
.lista td {height:40px}
#suosituimmat{
	margin-top:10px;
	border-radius: 5px; 
	-webkit-box-shadow: -1px -1px 1px rgba(0,0,0,.2),3px 3px 5px rgba(0,0,0,.3);
	-moz-box-shadow: -1px -1px 1px rgba(0,0,0,.2),3px 3px 5px rgba(0,0,0,.3);
	box-shadow: -1px -1px 1px rgba(0,0,0,.2),3px 3px 5px rgba(0,0,0,.3);
}
#suosituimmat_otsikko{
	color:#333;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding:10px;
	margin:0px;
	background: #fbfbfb;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#dfdfdf));
	background: -moz-linear-gradient(top, #fbfbfb,  #dfdfdf);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#dfdfdf'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#dfdfdf'); /* ie8 */
}
.lista td {padding:8px}
.valittu {font-weight:bold;text-decoration:none}
.arvostelu {margin-top:-5px}
.arvostelu td{padding:4px;-moz-border-radius:5px;border-radius:5px;text-align:left}
#srchResult iframe {width:475px}
#uutiset {line-height:1.8}
#uutiset li {margin-left:-15px;list-style-image: url(/nuoli.gif);}
.navlist ul{white-space:nowrap}
.navlist li{
	display:inline;
	list-style-type:none;
	-webkit-box-shadow: -1px -1px 1px rgba(0,0,0,.2),1px 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: -1px -1px 1px rgba(0,0,0,.2),1px 1px 1px rgba(0,0,0,.1);
	box-shadow: -1px -1px 1px rgba(0,0,0,.2),1px 1px 1px rgba(0,0,0,.1);
}
.navlist a {
	background-color:#fff;
	padding:4px 9px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.navlist a:link, .navlist a:visited {color:#fff;background-color:#036;text-decoration:none;}
.navlist a:hover {color:#fff;background-color:#369;text-decoration:none}
.laskenut_hinta {color:#036}
#valittu2 {background-color:#369;color:#fff}
#valittu_tuote td,#valittu_tuote td a{text-decoration:none;font-weight:bold;background-color:#036;color:#fff}
#lomake {padding-top:8px}

#searchcontrol {text-align:left}
#searchcontrol .gsc-resultsRoot {padding-bottom:30px}
#searchcontrol .gsc-control {width:485px}
 
.pvm{background-color:#eee;padding:3px;margin:5px}
.news{margin:5px}


/* search form 
-------------------------------------- */

#hakulomake {

	margin-left:20px;
	margin-right:auto;
	margin-bottom:25px;
	margin-top:10px;
	width: 420px;
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 1px #d2d2d2;
	padding: 14px 23px;
	
	border-radius: 0.5em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;

	-webkit-box-shadow: -1px -1px 1px rgba(0,0,0,.2),3px 3px 5px rgba(0,0,0,.3);
	-moz-box-shadow: -1px -1px 1px rgba(0,0,0,.2),3px 3px 5px rgba(0,0,0,.3);
	box-shadow: -1px -1px 1px rgba(0,0,0,.2),3px 3px 5px rgba(0,0,0,.3);

	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */

}
#hakulomake input {
	font: normal 16px/100% Arial, Helvetica, sans-serif;
}
#hakulomake #searchfield {
	background: #fff;
	padding: 6px 6px 6px 10px;
	width: 300px;
	border: solid 1px #bcbbbb;
	outline: none;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
#hakulomake #searchbutton {
	color: #fff;
	border: solid 1px #777;
	font-size: 12px;
	height: 27px;
	width: 45px;
	margin-left:5px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);

	border-radius: 0.5em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;

	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}

#center_form{
margin:auto;
width:480px;
padding-right:25px;
} 

#amount{
background: #fcfcfc;
color: #f00;
width:90px;
padding-left:5px;
}

#form_label{
  margin:10px
}


#demo-frame > div.demo { padding: 10px !important; }




#footerlinks{ height:40px;vertical-align:bottom;color:#fff;padding:0px 13px 13px 13px;background-color:#000}
#footerlinks a {color:#fff;padding-right:12px;float:left}

