html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
#page
{
	background-color: white;
}

#left
{
	height: 600px;
	float: left;
	width: 20%;
}


#ribbon
{
	margin-top: 49px;
	height: 145px;
	background: url('/img/ribbon.jpg') no-repeat;
}

#middle
{
	text-align: center;
	height: 600px;
	margin-left:  20%;
	margin-right: 20%;
}

#header
{
	height: 68px;
	margin-top: 15px;
}

#logo_new
{

}

#logo
{
	margin-top: 1px;
	width: 168px;
	height: 35px;
}

#links
{
	float: left;
	<--width: 600px;--!>
	headewidth: 20%;
	padding-top: 34px;	
	text-align: justify;
}

#title-panel
{
	height: 145px;
	width: 120%;
	background: url('/img/ribbon3.jpg') repeat;
}

.flag
{
	border-width: 1px;
	border-color: gray;
	border-style: solid;
}

#content, #product-content, #front-content, #hoiva-content, #turva-content , #main-content, #contact, #ohjeet-content, #programming-content
{
	padding-top: 20px;
	width: 90%;
	font-family: Arial;
	text-align: justify;
	font-size: 14px;
}

#main-content {
	
}

#product-content {
	width: 75%;
}


#right
{
	text-align: right;
	height: 600px;
	float: right;
	width: 20%;
}

#phone
{
	<--margin-top: 5px;--!>
	margin-left: 0;
	width: 254px;
	height: 287px;
	background: url('/img/phone.png') no-repeat;
}

#flag
{
	margin-top: 10%;
	margin-left: 10%;
	margin-right: 10%;
}

#footer
{
	background: url('/img/footer.jpg') repeat;
   	bottom:0;
   	height:50px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

p {
	font-size: 12px;
}

ul li{
	margin-left: 20px;
	line-height: 160%;
	list-style: circle;
}

#chars {
	line-height: 150%;
	width: 300px;
}

.category-table {
}

.category-table  td{
	text-align: center;
	font-family: Arial;
	font-size: 35px;
	line-height: 140%;
}

#categories {
	margin: 25px 73px 0;
}

#categories th {
	text-align: center;
	font-size: 40px;
}

.light, .dark  {
	padding-top: 30px;		
	width: 275px;
	height: 245px;
}

.light {
	background: url('/img/1000px-Button_Icon_vaalea sininen.png');
}

.dark {
	background: url('/img/1000px-Button_Icon_tumma sininen.png');
}

.bold {
	font-weight: bold;
}

#hoiva {

}

#hoiva tr {
	padding: 0;
	margin: 0;
}

.left {
	padding: 20px 15px 0 0;
	vertical-align: top;
}

.left_ohjeet {
	padding: 20px 15px 0 0;
	vertical-align: top;
	line-height:150%
}

.right {		
	padding-top: 20px;
	text-align: right;
}

.left_manual {
	padding: 20px 15px 0 0;
	vertical-align: top;
}

tr.price-row {
	line-height: 100%;
	border-width: 0 0 1px 0;
	border-style: dotted;
}

.price {	
	padding-top: 13px;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

.product-image {
	
}

#hoiva-content, #turva-content {
	width: 90%;
	
}

#turva-content {
	height: 1590px;
}

#footer-contact {
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	width: 90%;
}

#footer-contact_new {
	text-align: center;
	font-family: Arial;
	font-size: 20px;
	width: 90%;
	color:red;
	text-decoration: blink;
}

#contact {
	margin: 20px 0 0 100px;
	text-align: left;
	font-family: Arial;
	font-size: 20px;
}

#contact_form {
	margin: 0px 0 0 100px;
	text-align: left;
	font-family: Arial;
	font-size: 14px;
}

#map {
	vertical-align: top;
	padding-left: 65px;
}

#small {
  font-size: 100%; /* you can use !important, but I wouldn't recommend it */
}

#link-texts {
	text-align: center;
	padding-bottom: 10px;	
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

ol {
	padding: 0 0 0 30px;
	margin: 0;
}

span.question {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #3D6199;
  line-height: 16px;
  color: White;
  font-size: 13px;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
span.question:hover { background-color: #004A80; }
div.tooltip {
  background-color: #004A80; //#3D6199;
  color: White;
  position: absolute;
  right: 25px;
  top: -25px;
  z-index: 1000000;
  width: 250px;
  border-radius: 5px;
  text-align: left;
}
div.tooltip:before {
  border-color: transparent #3D6199 transparent transparent;
  border-right: 6px solid #3D6199;
  border-style: solid;
  border-width: 6px 6px 6px 0px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  line-height: 0;
  position: absolute;
  top: 28px;
  left: -6px;
}
div.tooltip p {
  margin: 10px;
  color: White;
}

