
/* CSS-MÄÄRITYKSET ALKAVAT */



body {
	background-color: #c6dbff;
	background: url(images/bg.jpg) repeat;
	text-align: center;
}

#header {
	background: #c6dbff;
	border: 2px solid black;
	height: 148px;
	margin: 15px auto 0 auto;
	padding: 0;
	width: 1000px;
}

#main {
	background-color: #deefff;
	border-left: 2px solid black;
	border-right: 2px solid black;
	margin: 0 auto;
	width: 1000px;
}

#left {
	background: #deefff no-repeat top;
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	vertical-align: top;
	width: 167px;
}

#navbar {
	background: #c6dbff;
	border-left: 1px dashed #000;
	border-bottom: 1px dashed #000;
	float: left;
	margin: 0 0 0 1px;
	min-height: 14px;
	padding: 0 10px;
	text-align: right;
	width: 811px;
}

#center {
	background: #fff;
	border-left: 1px dashed #000;
	float: left;
	margin: 0 0 0 1px;
	min-height: 800px;
	padding: 0 10px 10px 10px;
	width: 810px;
}

#footer {
	background: #c6dbff;
	border: 2px solid black;
	border-top: 1px dashed black;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
	width: 990px;
}

#logo {
	position:relative;
}

#accountlinks {
	border: 0;
	bottom: 20px;
	position: absolute;
	right: 8px;
}

#cat {
	margin-bottom: -10px;
}

#crumbs {
	font-family: Arial;
	font-size: 10pt;
	margin: 5px 0 -20px;
	text-align: left;
}

div.fieldname {
	float:left;
	font: normal 10pt Arial;
	margin-right: 5px;
	text-align: right;
	width: 150px;
}

div.field {
	float:left;
	font: normal 10pt Arial;
	text-align: left;
	width: 300px;
}

div.button {
	background: #C7DBFF url(menu/bg.png) no-repeat;
	height: 390px;
	margin-top: -5px;
	text-align: center;
	width: 167px;
}

div.button img {
	border: 0;
	margin: 0;
	padding: 0;
}

div.button span {
	display: none;
}

div.button a {
	background-image: url(menu/blank.png);
	display:block;
	height: 50px;
	width: 167px;
	border: 0;
	padding: 0;
}

a#button1:hover {
	background-image: url(menu/blank.png);
}

a#button2:hover {
	background-image: url(menu/blank.png);
}

a#button3:hover {
	background-image: url(menu/blank.png);
}

a#button4:hover{
	background-image: url(menu/blank.png);
}

a#button5:hover {
	background-image: url(menu/blank.png);
}

a#button6:hover {
	background-image: url(menu/blank.png);
}

a#button7:hover {
	background-image: url(menu/blank.png);
}

.clearboth {
	clear: both;
}


#welcomebox {
	background: url(images/prbody-r.gif) no-repeat bottom right;
	margin: 30px auto 0;
	width: 600px;
}

#leftbox {
	background: url(images/prbody-r.gif) no-repeat bottom right;
	margin: 0 0 0 47px;
	width: 235px;
	float: left;
}

#midbox {
	background: url(images/prbody-r.gif) no-repeat bottom right;
	margin: 0;
	width: 235px;
	float: left;
}

#rightbox {
	background: url(images/prbody-r.gif) no-repeat bottom right;
	margin: 0;
	width: 235px;
	float: left;
}

#welcomebox .head, #leftbox .head, #midbox .head, #rightbox .head {
	background: url(images/prhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
}
#welcomebox .head h2, #leftbox .head h2, #midbox .head h2, #rightbox .head h2 {
	background: url(images/prhead-l.gif) no-repeat top left;
	color: white;
	font-size: 12pt;
	font-weight: normal;
	margin: 0;
	padding: 15px 30px 0 30px;
	text-align: left;
}

#welcomebox .body, #leftbox .body, #midbox .body, #rightbox .body {
	background: url(images/prbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 20px 31px;
}

div.box {
	margin: 10px 4px;
}

div.partner {
	background: #c6dbff url(images/corner_rb.jpg) no-repeat bottom right;
	font: normal 10pt Arial;
	margin: 30px auto;
	text-align: left;
	width: 500px;
}

div.logo {
	float: left;
	width: 200px;
}

div.info {
	background: url(images/corner_rt.jpg) no-repeat top right;
	float: left;
	padding: 10px;
	width: 280px;
}

div.props {
	background: url(images/prbody-r.gif) no-repeat bottom right;
	margin: 0 auto;
	width: 580px;
}

.propsHead {
	background: url(images/prhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
}
.propsHead h2 {
	background: url(images/prhead-l.gif) no-repeat top left;
	color: white;
	font-size: 14pt;
	font-weight: normal;
	margin: 0;
	padding: 15px 30px 0 30px;
	text-align: left;
}
.propsBody {
	background: url(images/prbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 20px 31;
}

hr {
	margin: 20px 0;
	clear: both;
}

img {
	vertical-align: middle;
}

img.hdr {
	vertical-align: -10%;
}

img.hidden {
	display: none;
}

img.propImage {
	border: 1px solid black;
}

img.fleft, img.fright {
	border: 1px dotted black;
	margin: 5px;
}

p {
	color: black;
	font-family: Arial;
	font-size: 10pt;
	padding: 0 20px;
	text-align: justify;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.fright {
	float: right;
	margin: 5px 0 5px 10px;
}

.fleft {
	float: left;
	margin: 5px 10px 5px 0;
}

p.div {
	text-align: center;
	vertical-align: middle;
}

div.counter, div.statcounter {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}

div.counter:first-line {
	color: #4d5f93;
	font: bold 14pt Arial;
}

p.reghead, p.spec {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}

p.regtext, p.data {
	line-height: 13pt;
	margin: 0px 20px 10px;
}

div.propsBody ul {
	margin: 5px 30px 5px 10px;
}

div.propsBody ul ul {
	margin: 5px 0 5px -20px;
}
p.propText {
	margin: 0 auto;
	text-align: center;
	width: 500px;
}

span.price {
	color: #D70;
	font-weight: bold;
}

span.click {
	color: #4d5f93;
	cursor: pointer;
	font-weight: bold;
}

table.image {
	border: 1px dotted #000;
	float: left;
	margin: 4px;
	padding: 0;
}

table.image caption {
	border: 1px dotted #000;
	font-family: Arial;
	font-size: 10pt;
	margin: 5px;
	padding: 3px;
	width: 155px;
}

h1,h2,h3,h4 {
	font-family: "Arial Black";
	font-weight: normal;
}

h1 {
	color: black;
	font-size: 20pt;
	margin-top: 30px;
}

h2 {
	color: #4d5f93;
	font-size: 14pt;
	margin-top: 10px;
	text-align: center;
}

h3 {
	color: #4d5f93;
	font-size: 14pt;
}

h4 {
	color: #4d5f93;
	font-size: 12pt;
	margin: 0;
}

img.puotituote {
	float: right;
	position: relative;
}

img.puotilink {
	float: right;
	position: relative;
	top: -10px;
	right: 30px;
}

ul {
}

ul.flullet {
	list-style-type: none;
	padding-left: 0;
	margin: 10px 10px 10px 0;
}

li {
	padding-left: 5px;
	margin: 5px;
}

li.flullet {
	background: url(images/flullet.gif) left center no-repeat;
	padding-left: 25px;
	margin: 20px 15px 25px;
}


a:link {
	color: #4d5f93;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #4d5f93;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #4d5f93;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #a9b1cb;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

a.headerNavigation { 
	color: #4d5f93;
	padding: 2px;
	font-size: 10pt;
}

a.headerNavigation img {
	padding: 3px 2px;
	vertical-align: middle;
}

a.headerNavigation:hover {
	background: #4d5f93;
	color: #fff;
}

a.headerNavigation:hover img {
	border: 2px solid #4d5f93;
	padding: 0;
}

a img {
	border: 0;
}

.red {
	color: #d92c1f;
}

span.brd img {
	border: 1px solid #000;
}

ul, ol {
	color: black;
	font-family: Arial;
	font-size: 10pt;
	text-align: justify;
}

td.infoBox, span.infoBox {
	font-family: Arial;
	font-size: 10px;
}

td.smallText, span.smallText, p.smallText {
	font-family: Arial;
	font-size: 9pt;
}

td.smallText table {
	margin-left: 15px;
}

checkbox, input, radio, select {
	font-family: Arial;
	font-size: 12px;
}

input[type=image] {
	vertical-align: middle;
}

textarea {
	font-family: Arial;
	font-size: 12px;
	width: 90%;
}

img.txtrbox {
	height: 50px;
	margin: 3px;
	padding: 2px;
	width: 50px;
}

.txtr {
}

.txtr a, .txtr a:visited {
	color: #4d5f93;
	font-weight: bold;
}

.txtr a:hover {
	position: relative;
}

.txtr a span {
	display: none;
	left: 100px;
	top: -140px;
}

.txtr a:hover span {
	background: #fff;
	border: 2px dotted #555;
	color: #000;
	display: inline;
	padding: 10px;
	position: absolute;
	width: 420px;
}

/* CSS-MÄÄRITYKSET LOPPUVAT */