/***** Eric Meyer's RESET *****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
* {
	font-family: "Helvetica Neue", Arial, sans-serif;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/***** YLEISET *****/

body {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	padding: 0px;
	background-color: #ffffff;
	color: #333;
	background-image: url(/kuvat/body-tausta.png);
	background-repeat: repeat-x;
}


p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0.4em 0 0.8em 0;
}

h1, h2, h3, h4, h5 {
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	color: #51A1CA;
	font-weight: bold;
}


h1, h2 {
	font-size: 2.3em;
	line-height: 1.6364em;
	margin-top: 0em;
	margin-bottom: 0em;
}


h3 {
	font-size: 1.8em;
	line-height: 1.8em;
	margin-top: 0em;
	margin-bottom: 0em;
}

h4 {
	font-size: 1.4em;
	line-height: 2em;
	margin-top: 0em;
	margin-bottom: 0em;
}

h5 {
	font-size: 1.2em;
	line-height: 2em;
	margin-top: 0em;
	margin-bottom: 0em;
}

select, input, textarea {

}
select  {
	margin-right: 10px;
	font-size: 16px;
	margin-top: 4px;
}
input.syotto {
	font-size: 1.4em;
	background-image: url(/kuvat/vasenpalsta-li-tausta.png);
	background-repeat: repeat-x;
	background-position: center;
	color: #666666;
	font-weight: bold;
	padding: 6px;
	border: 0px solid #FFFFFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-shadow: 0 1px 0 #fff;
	cursor: pointer;

}

img {
	border-width: 0px;
}

p a:link, p a:visited, #footer a:link, #footer a:visited {
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #51A1CA;
	color: #51A1CA;
	padding-bottom: 1px;
}



p a:hover, #footer a:hover{
	color: #51A1CA;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #51A1CA;
	padding-bottom: 1px;
}
#vasenpalsta ul {
	list-style: none;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #51A1CA;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #51A1CA;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#vasenpalsta {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 35px;
	width: 200px;
	vertical-align: top;
}
table {
	margin-top: 0px;
}
#vasenpalsta ul li a {
	display: block;
	text-decoration: none;
	color: #666666;
	font-size: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #51a1ca;
/** Gradient background **/
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 31%, #eeeeee 31%, #bbbaba 80%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#eeeeee 31%,#eeeeee 31%,#bbbaba 80%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #eeeeee 0%,#eeeeee 31%,#eeeeee 31%,#bbbaba 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#bbbaba',GradientType=0 ); /* IE6-9 */
/**	background-image: url(/kuvat/vasenpalsta-li-tausta.png);
	background-repeat: repeat-x; **/
	font-weight: bold;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
	text-shadow: 0 1px 0 #fff;
}

#valittu {
	background-color: #EEEEEE!important;
	background-image: none!important;
}

.korissa {
	color: #51A1CA;
}

#vasenpalsta ul li a:hover, #vasenpalsta ul li a:focus {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #CCCCCC;
	background-image: none;
}
#vasenpalsta img {
	margin-bottom: 10px;
}


/***** LEIPÄ *****/

#oikeapalsta {
	padding-left: 8px;
	vertical-align: top;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #51A1CA;
	padding-top: 35px;
	padding-right: 10px;
}
#oikeapalsta li {
	background-image: url(/kuvat/li-tausta.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	/* list-style-image: url(/kuvat/li-tausta.png); */
	text-indent: 1.2em;
	line-height: 1.5em;
}
#oikeapalsta ul li li {
	background-image: url(/kuvat/li-tausta2.png);
	background-position: 0px 7px;
}
#oikeapalsta ul {
	margin-left: 25px;
	margin-bottom: 0.5em;
}


/***** HAKU *****/

#pikahaku td {
	vertical-align: bottom;
}

legend {
	font-size: 1.6em;
	font-weight: bold;
	background-color: #51A1CA;
	padding: 10px;
	color: #FFFFFF;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.tietotaulu legend {
	font-size: 1.6em;
}

fieldset {
	border: 2px solid #51A1CA;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 6px;
}

.rengashaku {
	margin: 5px;
}

.vannehaku {
	margin: 5px;
}

.phaku {
	background-image: url(/kuvat/haku-tausta.jpg);
	background-repeat: no-repeat;
	background-position: -80px -34px;
}
.haku {
	background-image: url(/kuvat/haku-tausta.jpg);
	background-repeat: no-repeat;
	background-position: 30px 0px;
}

/***** TUOTE *****/

.rengastaulu {
	width: 480px;
	margin-top: 10px;
	margin-right: 10px;
	border: 1px solid #aaaaaa;
	float: left;
}
.vannetaulu {
	width: 520px;
	margin-top: 10px;
	margin-right: 10px;
	border: 1px solid #aaaaaa;
	float: left;
}
.koritaulu {
	width: 520px;
}
.rengastaulu .tkuva {
	width: 60px;
	height: 90px;
	padding-right: 2px;
	padding-left: 2px;
	vertical-align: middle;
}
.rengastaulu .tkuva2 {
	width: 60px;
	height: 90px;
	padding-right: 10px;
	padding-left: 2px;
	padding-top: 20px;
	vertical-align: top;
}
.vannetaulu .tkuva {
	width: 115px;
	height: 110px;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 20px;
	vertical-align: top;
}
.rengastaulu .ttieto, .vannetaulu .ttieto {
	width: 420px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	vertical-align: top;
	line-height: 1.2em;
}
.rengastaulu .ttieto img, .vannetaulu .ttieto img {
	margin-top: 5px;
}
.rengastaulu .tspeksi, .vannetaulu .tspeksi {
	padding-top: 5px;
	text-align: center;
	vertical-align: top;
}
.rengastaulu .thinta, .vannetaulu .thinta {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: right;
	vertical-align: top;
}
.hinta {
	text-shadow: 2px 2px 0 rgba(0,0,0,0.1);
        color: #51A1CA;
	font-weight: bold;
	font-size: 2em;
}
.vanhahinta {
	text-shadow: 2px 2px 0 rgba(0,0,0,0.1);
        color: #222222;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: line-through;
	padding-right: 4px;
}
.merkki {
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
        color: #51A1CA;
	font-weight: bold;
	font-size: 1.3em;
}
.malli {
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
        color: #51A1CA;
	font-weight: bold;
	font-size: 1.1em;
}
.koko {
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
        color: #000000;
	font-size: 1em;
}
.lisatieto {
	color: #000000;
	font-size: 0.9em;
}
.lisatieto2 {
	color: #000000;
	font-size: 0.8em;
	text-align: left;
}
.lisatieto3 {
	color: #000000;
	font-size: 0.6em;
	text-align: left;
}

.tietotaulu {
	width: 100%;
}
.tietotaulu .tkuva {
	width: 220px;
	vertical-align: top;
	text-align: center;
}
.tietotaulu .ttieto {
	vertical-align: top;
	/* text-shadow: 1px 1px 0 rgba(0,0,0,0.1); */
        color: #000000;
	padding-right: 10px;
	width: 420px;
}
.tietotaulu .ttieto p {
	font-size: 1.4em;
	line-height: 1.1em;
}

.tthinta {
	margin-top: 10px;
	margin-bottom: 5px;
}
.tthinta td {
	vertical-align: top;
}
.lisamerkinnat {
	width: 100%;
}

.tietokori td {
	vertical-align: bottom;
	padding-bottom: 5px;
	padding-right: 20px;
	/* text-shadow: 1px 1px 0 rgba(0,0,0,0.1); */
        color: #000000;
	font-size: 1.1em;
}

.maara {
	text-decoration: none;
	border: 1px solid #aaa;
	color: #000;
	font-weight: bold;
	background-color: #ddd;
	padding: 3px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 1em;
	cursor: pointer;
}

.tilataulu {
	max-width: 600px;
}
.tilataulu th {
	text-align: left;
	padding: 5px;
	background-color: #ddd;
	border: 1px solid #aaa;
}
.tilataulu td {
	padding: 5px;
	border: 1px solid #aaa;
}

.euimg {
	margin-right: 3px;
}

/***** FOOTER *****/

#footer {
	padding-top: 9px;
	padding-right: 6px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size: 0.9em;
	margin-top: 10px;
}


/***** TOOLTIP *****/

#dhtmltooltip {
        position: absolute;
        border: 1px solid black;
        padding: 2px;
	max-width: 230px;
        background-color: lightyellow;
	text-align: center;
        visibility: hidden;
        z-index: 100;
}

.koritiedot {
	font-size: 13px;
	background-image: url(/kuvat/input-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #555;
	font-weight: normal;
	padding: 8px;
	border: 1px solid #999999;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-top:3px;
	margin-bottom: 6px;
	-webkit-box-shadow: 1px 1px 4px  #454545;
	-moz-box-shadow: 1px 1px 4px #454545;
	box-shadow: 1px 1px 4px #454545;
}
.puuttuva {
	border: 1px solid red;
}
#etunimi     { width: 220px; }
#sukunimi    { width: 220px; }
#yritys      { width: 300px; }
#katuosoite  { width: 400px; }
#postinumero { width: 100px; }
#kaupunki    { width: 240px; }
#puhelin     { width: 180px; }
#sahkoposti  { width: 240px; }
#auto        { width: 500px; }
#t_etunimi     { width: 200px; }
#t_sukunimi    { width: 200px; }
#t_yritys      { width: 200px; }
#t_katuosoite  { width: 370px; }
#t_postinumero { width: 70px; }
#t_kaupunki    { width: 200px; }
#t_puhelin     { width: 150px; }
#viite	     { width: 370px; }

.tiedot {
	margin-bottom: 20px;
}
.tiedot input:hover, .tiedot input:focus {

	border: 1px solid #51A1CA;

}
.tiedot input {
	margin-bottom: 10px;
}
label {
	font-size: 1.1em;
}

.red {
	color: red;
}

.nobr {
	white-space: nowrap;
}

.toimitusehdot {
	max-width: 580px;
}
.indent1 {
	padding-left: 25px;
}
.indent2 {
	padding-left: 50px;
}

.aika {
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
        color: #51A1CA;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 1px;
}
.uutinen {
	margin-top: 2px;
	padding-left: 25px;
}
.omauutinen {
	color: #000000;
}

.korostus {
        background-color: #51A1CA;
        color: #FFFFFF;
        font-size: 1.6em;
        padding: 0px 0px 0px 10px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}
.huom2 {
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	color: #51A1CA;
	font-weight: bold;
}
.huom {
	color: red;
	font-size: 0.8em;
	font-weight: bold;
}
.huom3 {
	color: red;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	font-weight: bold;
	font-size: 1.2em;
}
.huom4 {
	color: #51A1CA;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	font-weight: bold;
	font-size: 1.5em;
}
.huom5 {
	color: black;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	font-weight: bold;
	font-size: 1.5em;
}

.koriin {
	color: #51A1CA;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
	vertical-align: top;
}

#loading {
	width: 300px;
 	background-color: #fafafa;
 	position: absolute;
 	left: 40%;
 	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
	border: 1px solid black;
	display: none;
}
#loadingg {
	padding: 20px;
	vertical-align: middle;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
        color: #000000;
	font-weight: bold;
	font-size: 1.2em;
}

#tilausvahvistus {
        border: 1px solid #999;
	width: 500px;
        padding: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	-webkit-box-shadow: 3px 3px 0px #aaa;
	-moz-box-shadow: 3px 3px 0px #aaa;
	-o-box-shadow: 3px 3px 0px #aaa;
	box-shadow: 3px 3px 0px #aaa;
}
#tilausvahvistus h1 {
	font-size: 16px;
	color: black;
	text-shadow: none;
        margin-bottom: 0.8em;
}
#tilausvahvistus h2 {
	font-size: 14px;
	color: black;
	text-shadow: none;
        margin-top: 0;
        margin-bottom: 0.5em;
}
#tilausvahvistus div {
	font-size: 14px;
	color: black;
	line-height: 1.2em;
	letter-spacing: 1px;
	margin-left: 10px;
}
#tilausvahvistus .tv_footer {
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#tilausvahvistus .sep {
	width: 400px;
	height: 1px;
	border-top: 1px solid black;
	margin: 0;
}

.clear {
	clear: both;
}

.autotiedot {
	margin-bottom: 10px;
}
.autotiedot th, .autotiedot td {
	text-align: left;
	padding: 3px;
	padding-right: 10px;
	border-bottom: 1px solid #aaaaaa;
}
#reknro {
	margin-bottom: 8px;
	background-image: url('/kuvat/rekkari.png');
	background-repeat: no-repeat;
	padding-left: 35px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 26px;
	text-transform: uppercase;
	height: 44px;
	width: 134px;
	border: none;
}
#reknrohaku {
	margin: 0px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.boldaus {
	font-weight: bold;
}