body.home {
	margin:            0px;
	padding:           0px;
	font-family:       Arial;
	font-size:         12px;
	text-align:        center;
	background-color:  #F3F3F3;
	background-image:  url(/images/new/pagebg.jpg);
	background-repeat: repeat-x;
}
form {
	padding: 0px;
	margin:  0px;
}
input,
select,
textarea {
	font-family: Arial;
}
h1 {
	font-size:   20px;
	font-weight: normal;
	color:       #369;
}
h2 {
	font-size:   16px;
	font-weight: bold;
	color:       #000;
}
h3 {
	font-size:   12px;
	font-weight: bold;
	color:       #369;
}
a {
	color: #170;
}
a img {
	border: none;
}
/* PAGE */
.page {
    position:         relative;
    z-index:          0;
    width:            920px;
    margin:           0px;
    padding:          0px 1px;
    background-color: #FFF;
    border:           1px solid #E6E6E6;
    border-top:       1px solid #FFF;

    text-align:       left;
}
.pageTableFP,
.pageTableSP {
	width:            100%;
	background-color: #FFF;
}
.pageTableFP .imagoFP {
	width:        70%;
	border-right: 1px solid #FFF;
}
.pageTableFP .linksFP {
	width:             30%;
	padding:           0px;
	background-color:  #008000;
	background-image:  url(/images/new2/eBg.jpg);
	background-repeat: repeat-x;
	color:             #FFF;
}
.pageTableFP .linksFP .link {
	position:            relative;
	padding:             7px 10px 7px 25px;
	background-image:    url(/images/new2/eArrow.gif);
	background-repeat:   no-repeat;
	background-position: 10px 10px;
	border-top:          1px solid #80C980;	
	border-bottom:       1px solid #007600;
	font-size:           14px;
}
.pageTableFP .linksFP .link a {
	color:           #FFF;
	text-decoration: none;
}
.pageTableFP .linksFP .link a:hover {
	color: #FF9;
}
.pageTableFP .linksFP .qs {
	width:            100%;
	background-color: #007473;
	border-top:       1px solid #FFF;
	text-align:       center;
	color:            #FFF;
}
.pageTableFP .linksFP .qs td {
	padding:    8px 4px;
	text-align: center;
}
table.qsTable {
	margin-left: 10px;
}
.pageTableFP .linksFP .qs input.qsText {
	width:            100px;
	background-color: #FFF;
	border:           1px solid #FFF;
	color:            #000;
	font-size:        12px;
}
.pageTableFP .linksFP .qs input.qsSubmit {
	background-color: transparent;
	border:           1px solid #FFF;
	color:            #FFF;
	font-size:        11px;
}
.pageTableFP .fpHeaderLeft,
.pageTableFP .fpHeaderRight {
	position:          relative;
	top:               0px;
	margin:            0px;
	padding:           12px 0px 9px 15px;
	background-image:  url(/images/new2/hBg.gif);
	background-repeat: repeat-x;
}
.pageTableFP .fpHeaderLeft img,
.pageTableFP .fpHeaderRight img {
	display: block;
	margin:  0px;
	border:  none;
}
.pageTableFP .fpHeaderLeft {
	border-right: 1px solid #FFF;
}
/* HEADER */
div.header {
	position:          relative;
	z-index:           2;
	width:             100%;
	height:            90px;
	background-color:  #0078B9;
	background-image:  url(/images/new2/headerBg.jpg);
	background-repeat: repeat-x;
	border-bottom:     1px solid #FFF;
	border-bottom:     none;
}
.headerShine {
	position:          absolute;
	top:               0px;
	right:             0px;
	width:             378px;
	height:            44px;
	background-image:  url(/images/new2/headerShine.jpg);
	background-repeat: no-repeat;
}
.headerContent {
	position:   relative;
	width:      920px;
	margin:     0 auto;
	text-align: left;
}
.logo {
	position: absolute;
	top:      10px;
	left:     10px;
}
.meta {
	position: absolute;
	z-index:  0;
	top:      14px;
	right:    0px;
	height:   50px;
}
.meta img {
	margin: 0px 4px;
}
.headerShadow {
	display:          block;
	position:         absolute;
	z-index:          1;
	top:              91px;
	left:             0px;
	width:            100%;
	height:           3px;
	background-color: #000;
	filter:           alpha(opacity: 10);
	moz-opacity:      0.10;
	opacity:          0.10;
	font-size:        1px;
}
/* MAIN NAVIGATION */
.mainNavigation {
	position: absolute;
	z-index:  2;
	top:      62px;
	left:     -2px;
}
.mainNavigation a {
	color:           #FFF;
	text-decoration: none;
}
.mainNavigation .item,
.mainNavigation .itemA {
	padding:           0px 5px;
	background-image:  url(/images/new2/tabBg.jpg);
	background-repeat: repeat-x;
	white-space:       nowrap;
}
.mainNavigation .itemA {
	background-image: url(/images/new2/tabBgA.jpg);
}
.mainNavigation .itemA a {
	color:      #0279BA;
	font-weight: bold;
}
.mainNavigation .divider {
	padding: 0px 2px;
}
/* IMAGO */
.imagoFP {
	position:         relative;
	background-color: #FFF;
}
/* YAHOO */
.yahoo {
    position:         relative;
	padding:          8px 10px 8px 15px;
	background-color: #F9F9F9;
	border-bottom:    1px solid #EEE;
	font-size:        11px;
	color:            #999;
}
.yahoo .current {
	position: absolute;
	top:      9px;
	left:     25px;
}
.yahoo a {
	color:           #999;
	text-decoration: none;
}
.yahoo a:hover {
	color: #000;
}
.yahoo .crumbs a:hover {
	color: #333;
}
.yahoo .print {
	position:     absolute;
	top:          10px;
	right:        10px;
	padding-left: 10px;
}
/* SUB NAVIGATION */
.subNavigation {
	font-size: 12px;
	color:     #666;
}
.subNavigation a {
	color:           #666;
	text-decoration: none;
}
.subNavigation a:hover {
	color: #000;
}
.subNavigation .level2,
.subNavigation .level2A,
.subNavigation .level2ASingle,
.subNavigation .level2BelowActive {
	padding:       4px 0px 4px 13px;
	border-top:    1px solid #FFF;
	border-bottom: 1px solid #EEE;
}
.subNavigation .level2A {
	border-bottom: 1px dashed #DDD;
}
.subNavigation .level2A a,
.subNavigation .level2ASingle a {
	color:       #0279BA;
	font-weight: bold;
}
.subNavigation .subs2 {
	border-bottom: 1px solid #EEE;
}
.subNavigation .level3,
.subNavigation .level3A,
.subNavigation .level3ASingle,
.subNavigation .level3BelowActive {
	padding:   4px 0px 4px 25px;
	font-size: 11px;
}
/* CONTENT */
.contentFP {
	padding:      10px 0px 20px 0px;
	border-right: 1px solid #E6E6E6;
}
.contentFP .main {
	margin-bottom:  10px;
	padding-bottom: 10px;
	border-bottom:  1px solid #DDD;
}
.contentFP img {
	display: block;
	margin:  0px 20px 20px 0px;
}
.contentFPTable {
	width: 100%;
}
.contentFPTable .sectionHeader {
	position: relative;
}
.contentFPTable .sectionHeader .sectionHeaderContainer {
	position:          relative;
	margin:            10px 0px;
	background-color:  #F3F3F3;
	background-image:  url(/images/sectionHeaderBg.jpg);
	background-repeat: repeat-x;
	border-bottom:     1px solid #EEE;
	font-size:         20px;
	font-weight:       normal;
	color:             #555;
}
.contentFPTable .sectionHeader .sectionHeaderText {
	padding:             8px 0px 8px 20px;
	/*background-image:    url(/images/sectionHeaderCorner.gif);*/
	background-repeat:   no-repeat;
	background-position: -1px 0px;
}
.contentFPTable .sectionHeader .sectionHeaderText a {
		text-decoration: none;
		color:           #555;
}
.contentFPTable .sectionHeader .sectionHeaderText a:hover {
	color: #000;
}
.contentFPTable .sectionHeader .sectionHeaderButton {
	position: absolute;
	top:      5px;
	right:    -15px;
	color:    #FFF;
}
.contentFPTable .sectionHeader .sectionHeaderButton img {
	display: block;
}
.contentFPTable .left h1,
.contentFPTable .right h1 {
	font-size: 16px;
}
.contentFPTable .topical,
.contentFPTable .left,
.contentFPTable .right,
.contentFPTable .wide {
	width:   50%;
	padding: 5px 20px 0px 20px;
}
.contentFPTable .topical,
.contentFPTable .wide {
	width: 100%;
}
.contentFPTable .left,
.contentFPTable .right,
.contentFPTable .wide {
	
}
.contentFPTable .right {
	border-left: 1px solid #E3E3E3;
}
.contentFPTable p,
.contentFPTable h1,
.contentFPTable h2,
.contentFPTable h3  {
	margin:  0px 0px 10px 0px;
	padding: 0px;
}
.contentFPTable .mainDivContent {
	display:    none;
	height:     1px;
	margin:     0px 10px 20px 10px;
	/*border-top: 1px solid #DDD;*/
}
.contentTableSP {
	width: 100%;
}
.contentTableSP .left {
	width: 20%;
}
.contentTableSP .right,
.contentTableSP .rightWide {
	width:       80%;
	padding:     0px 20px 20px 20px;
	border-left: 1px solid #DDD;
}
.contentTableSP .rightWide {
	width:  100%;
	border: none;
}
/* SITE MAP */
table.siteMap {
	width: 100%;
}
table.siteMap a {
	text-decoration: none;
}
table.siteMap a:hover {
	text-decoration: underline;
}
table.siteMap hr {
	height: 1px;
	color:  #DDD;
}
table.siteMap .level1 {
	width:               25%;
	padding:             2px 10px 2px 7px;
	background-image:    url(/images/new/smArrow.gif);
	background-repeat:   no-repeat;
	background-position: 0px 7px;
	font-size:           12px;
}
table.siteMap .subs {
	width:   75%;
	padding: 2px 0px 2px 10px;
}
/* NEWS */
.newsView {
	position:         relative;
	top:              0px;
	padding:          10px;
	background-color: #F2FBFF;
	border-bottom:    1px solid #E6E6E6;
	color:            #0077B6;
}
.newsView .item {
	padding:             0px 0px 10px 8px;
	background-image:    url(/images/new/nArrow.gif);
	background-repeat:   no-repeat;
	background-position: 0px 5px;
	font-size:           12px;
}
.newsView .item a {
	padding-right:   4px;
	color:           #0077B6;
	text-decoration: none;
}
.newsView .item .title {
	font-weight: bold;
}
.newsView .item .date,
.newsView .item .description {
	font-size: 11px;
}
.newsView .kiinteistolehti {
	display:  block;
	position: relative;
}
.newsView .kiinteistolehti td {
	text-align:     center;
	vertical-align: middle;
}
.newsView .kiinteistolehti .cover a {
	width:   90px;
	display: block;
	border:  4px solid #C2E1F0;
}
.newsView .kiinteistolehti .cover a img {
	display: block;
	border:  #FFF;
}
/* BANNERS */
div.banners {
	margin:        0 auto;
	margin-top:    20px;
	margin-bottom: 20px;
	text-align:    center;
}
div.banners td {
	padding:    10px 10px;
	text-align: center;
}
/* FOOTER */
.footer {	
	width:       920px;
	margin:      1px auto 0px auto;
	padding-top: 5px;
	border-top:  3px solid #E6E6E6;
	font-size:   11px;
	color:       #AAA;
	text-align:  center;
}
/* SHOP */
.leftHeader {
	padding:          5px 10px;
	background-color: #EEE;
	font-size:        10px;
	text-transform:   uppercase;
}
.tree {
	margin: 4px 0px;
}
.tree a,
.cartView a {
	color:           #666;
	text-decoration: none;
}
.tree img {
	width:  10px;
	height: 1px;
}
.tree td {
	padding: 2px 0px;
}
.cartView {
	padding: 5px 10px;
}
.cartTable td {
	padding-right: 4px;
}
.cartTable .cartValue {
	color: #FFFFFF;
}
.buttonLink {
	display:          block;
	margin:           10px 0px;
	padding:          2px 10px;
	border:           1px solid #CCC;
	background-color: #EEE;
	text-align:       center;
	color:            #000;
}
.buttonLinkBlue {
	display:          block;
	margin:           10px 0px;
	padding:          2px 10px;
	border:           1px solid #4AA8DB;
	background-color: #0178BA;
	text-align:       center;
	color:            #000;
}
.maksutavat{
	border: 0px solid black;
	padding-left: 10px; 
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center; 
}
.maksutavat .maksutapa{
	padding: 6px;
	
}
table.products {
	margin-top: 10px;
}
table.products td {
	vertical-align: top;
}
.productHeader {
	padding-top: 10px;
}
.productImageContainer {
	padding-bottom: 10px;
	text-align:     center;
	border-bottom:  1px solid #EEE;
}
.productImageContainer img {
	margin: 10px 10px 0px 10px;
}
.productImageInfo a {
	color:           #666;
	font-size:       10px;
	text-decoration: none;
}
.productDescription {
	width:          100%;
	padding:        10px 20px 10px 20px;
	border-bottom:  1px solid #EEE;
}
.productDescription h1 {
	margin: 0px;
}
.productDescription p {
	margin-top:    5px;
	margin-bottom: 5px;
	line-height:   12px;
}
.productProperties {
	padding-bottom: 10px;
	border-bottom:  1px solid #EEE;
}
.productPrice {
	font-size: 14px;
	color:     #069;
}
.productStorage {
	font-size: 11px;
	color:     #666;
}
.productAuthor {
	display:       block;
	margin-bottom: 10px;
	font-size:     14px;
	font-style:    italic;
}
table.productAttributes {
	margin: 5px 0px;
}
table.productAttributes td {
	padding:        0px 4px 0px 0px;
	vertical-align: middle;
	font-size:      11px;
}
table.listTable {
	border: 1px solid #DDD;
}
table.listTable td {
	padding:       4px 4px;
	border-bottom: 1px solid #DDD;
}
table.listTable .tableHeader {
	background-color: #069;
	color:            #FFF;
	font-weight:      bold;
	border:           none;
}
a.treeNode,
a.treeNodeSelected {
}
a.treeNodeSelected {
    font-weight:         bold;
    padding-left:        13px;
    background-image:    url(/images/new2/mArrow.gif);
    background-repeat:   no-repeat;
    background-position: 0px 4px;
    color:               #057CBD;
}
.leftSearch {
	padding-left: 10px;
}
.checkForm {
    width:            600px;
    border-top:       1px solid #DDD;
    border-left:      1px solid #DDD;
    background-color: #FCFCFC;
}
.checkForm td {
    padding:       4px 6px;
    border:        1px solid #FFF;
    border-bottom: 1px solid #DDD;
    border-right:  1px solid #DDD;
}
.legend  {
    font-size: 12px;
    color:     #029;
}
/* DETAILSTABLE */
.detailsTable {
	width:           100%;
	border-collapse: collapse;
}
.detailsTable tr {
    vertical-align: top;
}
.detailsTable td {
	padding: 6px;
	border:  1px solid #EEE;
}
.detailsTable .detail {
    margin:    0px;
    font-size: 11px;
    color:     #999;
}
.detailsTable .data,
.detailsTable .dataSpaced {
    margin:    0px;
    font-size: 12px;
    color:     #000;
}
.detailsTable .dataSpaced {
    padding: 10px 20px;
}
/* MISC */
.formField {
	padding: 5px 0px;
}
.message {
	padding: 10px;
	border:  1px solid #057CBD;
	color:   #057CBD;
}
.error {
	padding: 10px;
	border:  1px solid #C00;
	color:   #C00;
}
.missing,
.req {
	font-weight: bold;
	color:       #C00;
}
