@charset "iso-8859-1";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF no-repeat center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.tpaitojacom #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF url(../images/tpaitoja_reuna.gif) repeat-y left top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left;
} 
.tpaitojacom #mainospalkki {
	height: 12px;
	background: #FFF;
	padding-top: 5px;
	font: 600 12px Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-align: center;
	padding-bottom: 5px;
} 
.tpaitojacom #esittely {
	height: 35px;
	background: #FFF url(../images/verkkokauppa_01.jpg) no-repeat right bottom;
} 
.tpaitojacom #esittely h1 {
	text-transform: uppercase;
	color: #CCC;
	vertical-align: top;
	font: 500 normal 10px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 7px 0px 0px;
	text-align: center;
} 
.tpaitojacom #header {
	background: #FFF url(http://www.t-paitoja.com/verkkokauppa/images/header.png) no-repeat left top;
	padding: 0 0px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: 1px solid #FFF;
	height: 202px;
} 
.tpaitojacom #navkentta {
	background: #FFF;
	height: 26px;
} 
.tpaitojacom #navkentta p {
	margin: 0px;
	padding: 5px 0px 0px 5px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #999;
} 
.tpaitojacom #navkentta h1 {
	margin: 0px;
	padding: 5px 0px 0px 5px;
	font: 500 12px Arial, Helvetica, sans-serif;
	color: #999;
} 
.tpaitojacom #navikointi {
	text-align: center;
	border-bottom: 1px solid #D9242B;
	border-top: 1px solid #D9242B;
	color: #007ba4;
	margin: 0px;
	height: 22px;
	background: #FFF url(../images/navikointitausta.jpg) repeat-y left top;
	padding: 6px 0px 0px 5px;
	font: 12px Arial, Helvetica, sans-serif;
} 
.tpaitojacom #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: 18px Arial, Helvetica, sans-serif;
	color: #999;
}
.tpaitojacom #header p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
}
.tpaitojacom #header a {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}
.tpaitojacom #header a:link {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}
.tpaitojacom #header a:hover {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
}
.tpaitojacom #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 10px 15px 25px; /* padding keeps the content of the div away from the edges */
}
.tpaitojacom #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.tpaitojacom #sidebar2 ul {
	margin-left: 0px;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
}
.tpaitojacom #sidebar2 li {
	font: 600 normal 12px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0px 0px 6px;
	margin: 0px;
}
.tpaitojacom #mainContent {
	margin: 0 200px 0 230px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.tpaitojacom #mainContent h1 {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #D9242B;
	margin: 0px 0px 10px;
	padding: 0px;
} 
.tpaitojacom #mainContent h2 {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #C54E00;
	margin: 0px 0px 10px;
	padding: 0px;
} 
.tpaitojacom #mainContent h3 {
	font: normal 15px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px 0px 10px;
	padding: 0px;
} 
.tpaitojacom #mainContent p {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0px;
	margin: 0px 0px 10px;
} 
.tpaitojacom #sidebar1 h1 {
	font: normal 20px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px;
	padding: 0px 0px 6px;
} 
.tpaitojacom #sidebar1 h2 {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #C54E00;
	margin: 0px;
	padding: 0px 0px 6px;
} 
.tpaitojacom #sidebar1 h3 {
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #00F;
	margin: 0px;
	padding: 0px 0px 6px;
} 
.tpaitojacom #sidebar1 p {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0px 0px 6px;
	margin: 0px;
} 
.tpaitojacom #sidebar2 h1 {
	font: normal 20px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px;
	padding: 0px 0px 6px;
} 
.tpaitojacom #sidebar2 h2 {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #C54E00;
	margin: 0px;
	padding: 0px 0px 6px;
} 
.tpaitojacom #sidebar2 h3 {
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #00F;
	margin: 0px;
	padding: 0px 0px 6px;
} 
.tpaitojacom #sidebar2 p {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0px 0px 6px;
	margin: 0px;
} 
.tpaitojacom #footer {
	padding: 6px 0px 0px 5px;
	background:#FFF url(../images/navikointitausta.jpg) repeat-y left top;
	height: 22px;
	border-top: 1px solid #D9242B;
	border-bottom: 1px solid #D9242B;
} 
.tpaitojacom #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #999;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltrtheader { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
	width: 820px;
	height: 153px;
	background: url(../images/headerpaidat.gif) no-repeat left top;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a.iso {
	font-size: 12px;
	text-decoration: none;
	font-weight: 500;
	color: #007ba4;
	margin: 0px 0px 0px 0px;
}
a:link.iso {
	font-size: 12px;
	text-decoration: none;
	font-weight: 500;
	color: #007ba4;
	margin: 0px 0px 0px 0px;
}
a:hover.iso {
	font-size: 12px;
	text-decoration: none;
	font-weight: 500;
	color: #007ba4;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px dashed #D9242B;
}
a.yla {
	text-transform: uppercase;
	color: #CCC;
	vertical-align: top;
	font: 500 normal 10px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 3px 0px 0px;
	text-align: center;
	text-decoration: none;
}
a:link.yla {
	text-transform: uppercase;
	color: #CCC;
	vertical-align: top;
	font: 500 normal 10px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 3px 0px 0px;
	text-align: center;
	text-decoration: none;
}
a:hover.yla {
	text-transform: uppercase;
	color: #CCC;
	vertical-align: top;
	font: 500 normal 10px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 3px 0px 0px;
	text-align: center;
	text-decoration: none;
}
.otsikkoyksi {
	height: 46px;
	margin-top: 16px;
	margin-bottom: 6px;
	padding-top: 6px;
	padding-right: 4px;
	padding-left: 6px;
	border-bottom: 1px solid #CCC;
}
a.teksti {
	text-transform: none;
	color: #007ba4;
	font: 500 normal 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:link.teksti {
	text-transform: none;
	color: #007ba4;
	font: 500 normal 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover.teksti {
	text-transform: none;
	color: #007ba4;
	font: 500 normal 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px dashed #D9242B;
}
.lopputeksti {
	font: 12px Arial, Helvetica, sans-serif;
	color: #999;
	text-align: center;
}
li {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0px;
	margin: 0px 0px 10px;
}
.tiedote {
	height: 60px;
	width: 594px;
	background: #FFF;
	border: 2px solid #CCC;
	top: 240px;
	left: 160px;
	z-index: auto;
	position: absolute;
	padding: 3px;
	text-align: left;
}
.tiedote p {
	margin: 0px;
	padding: 0px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #F00;
}
.teksti {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0px;
	margin: 0px 0px 10px;
} 
td.omasolu {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
	padding: 2px 6px 2px 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.viiva {
	height: 1px;
	width: 100%;
	border-top: 1px solid #B5B5B5;	
}
.joululoma {
	position: absolute;
	z-index: auto;
	left: 48%;
	top: 120px;
	}
.selite {
	background: url(../images/t_paidat.gif) no-repeat center top;
	height: 52px;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 6px;
}
.nuance {
	font: 10px Arial, Helvetica, sans-serif;
	color: #999;
}
.kuva {
	padding-right: 3px;
	padding-left: 3px;
}
.otsikkokehys {
	color: #FFF;
	background: #DA2328;
	width: 150px;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 10px;
}
.mainoskehys {
	border-right: 1px solid #DA2328;
	border-bottom: 1px solid #DA2328;
	border-left: 1px solid #DA2328;
	border-top-width: 0px;
	width: 168px;
}.uudetvarit {
	position: absolute;
	z-index: auto;
	top: 80px;
	right: 65%;
}

