/* ....................................
MJ Data Oy

Description:  	Master Stylesheet
Last Updated: 	November 2007

Author: 		Gösta Kurck
E-mail:			g.kurck@gmail.com
URL:			http://www.mjdata.fi
.................................... */


body {
	background: #FBFDFF url('../images/bg5.gif') repeat-x top left;;
	margin: 0;
	padding: 0;
	text-align: center;
	font: normal normal 12px arial;
	line-height: 17px;
}

a {
	text-decoration: none;
	color: #377CC4;
	border-bottom: 1px dashed #377CC4;
}

a:hover {
	background: #f8f8f8;
	border-bottom: 1px solid #377CC4;
	/*border-top: 1px solid #BFDBF7;*/
}

#container {
	width: 1024px;
	margin: 0 auto -1px auto;
	font-family: verdana;
}

#header {
	height: 70px;
	width: 100%;
	text-align: left;
	vertical-align: middle;
	display: table-cell;
}

#header a {
	border: none;
}

#header img {
	border: none;
}

#navigation {
	width: 100%
	height: 30px;
	background: url('../images/navi_separator') no-repeat center left;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url('../images/navi_separator.gif') no-repeat center left;
}

#navigation li {
	float: left;
}

#navigation li a {
	background: url('../images/navi_separator.gif') no-repeat center right;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	display: block;
	font: verdana;
	color: #92B9FF;
	font-size: 12px;
	width: 100px;
	border: none;
}

#navigation li a:hover {
	color: #C6DAFF;
}

#cards {
	background: url('../images/cards.gif') no-repeat top right;
	height: 30px;
}

#clear {
	clear: both;	
}

.clear {
	clear: both;	
}

#content {
	background: #fff url('../images/content_bg.gif') repeat-x top left;;
	padding-top: 40px;
	width: 1022px;
	text-align: left;
	font-size: 10pt;
	color: #4e4e4e;
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	/*min-height: 300px;*/
}

#content ul {
	padding-left: 20px;
	margin: 0;
}

.contentarea {
	padding: 0 25px 25px 25px;
	width: 824px;
	display: table-cell;
	vertical-align: top;
}

.info {
	width: 200px;
	padding-left: 15px;
	border-left: 1px solid #c8c8c8;
	background: url('../images/infobg.gif') no-repeat bottom right;
	padding: 0 25px 25px 25px;
	display: table-cell;
	vertical-align: top;
}

#infobox {
	height: 100%;
	font-size: 10px;
	min-height: 300px;
	line-height: 14px;
}

/*.box {
	background: #F8FBFF;
	padding: 10px;
	margin: 0 20px 0 20px;
	border: 1px dashed #71C5FF;
}*/

.box {
	font-size: 12px;
	border: 1px dashed #71C5FF;
	border-left: 5px solid #71C5FF;
	padding: 15px;
	background: #F8FBFF;
	margin: 0px 20px 0 20px;
}

.box li {
	margin-bottom:5px;	
}

.infobox {
	background: #F8FBFF;
	border: 1px dashed #71C5FF;
	padding: 10px;
	position: relative;
	opacity: .7;
	filter: alpha(opacity=70);
	margin-top: 15px;
}


#footer {
	border-top: 1px solid #c8c8c8;
	font-size: 9px;
	padding: 20px;
	/*color: #a8a8a8;*/
	color: #A8AFB6;
	/*background: #f9f9f9;*/
	background: #F8FBFF;
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}

.otsikko {
	font-weight: bold;
	font-size: 18px;
	color: #686868;
	margin-bottom: 40px;
	border-bottom: 1px solid #c8c8c8;
}

.heading_table {
	border: none;
	width: 100%;
	height: 63px;
	margin-bottom: 30px;
	font-size: 20px;
	color: #377CC4;
}

.heading_left {
	background: url('../images/heading_bg_left.gif') no-repeat top left;
	width: 23px;
}

.heading_right {
	background: url('../images/heading_bg_right.gif') no-repeat top right;
	width: 23px;
}

.heading {
	background: url('../images/heading_bg.gif') repeat-x top left;
}

.info_heading {
	 border: 1px dashed #d8d8d8;
	 padding: 7px;
	 background: #48A4E4;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 position: absolute;
	 top: -15px;
}



hr {
	border: 0;
	color: #c8c8c8;
	background: #c8c8c8;
	height: 1px;
	margin: none;
	padding: none;
}


.product_front {
	margin: 0;
	padding: 5px;
	border: 1px solid #c8c8c8;
	width: 200px;
}

.productname {
	background: #000;
	color: #fff;
	font-weight: bold;
	padding: 7px;
	text-align: center;
}




#linkit {
	width: 100%;
	margin-bottom: 20px;
}

#linkit td {
	width: 33%;
}

#linkit .kirjain {
	color: #282828;
	border: none;
	font-weight: bold;
	padding-top: 10px;
}

#linkit a {
	border: none;
}

.map {
	border: 1px dashed #71C5FF;
}



/*..{ NAVIGATION DROPDOWN }......*/

#navigation li ul {
	clear: left;
	visibility: hidden;
	position: absolute;
}

#navigation li ul li {
	clear: left;
}

#navigation li:hover ul,
#navigation li.msieFix ul {
	visibility:visible;
}

#navigation li ul li a {
	font-size: 11px;
	background: #000 url('../images/navi_bg.gif') repeat-x top left;
}
/*...............................*/



/*..{ PRODUCT SHEET }............*/

#productinfo {
	display: table;
	width: 100%;
	margin: 0 50px 20px 50px;;
	height: 192px;
	vertical-align: center;
	background: url('../images/swoosh.gif') no-repeat top left;
}

.productimg {
	float: right;
	clear: left;
	margin-right: 50px;
	padding-left: 50px;
}

.productprize {
	font-size: 20px;
	color: #377CC4;
}

.offer {
	font-size: 11px;
	color: red;
}

.specstitle {
	font-weight: bold;
	margin: 0;
	border-bottom: 1px solid #c8c8c8;;
}

.product_front {
	margin: 0;
	padding: 5px;
	border: 1px solid #c8c8c8;
	width: 200px;
}

.productname {
	background: #000;
	color: #fff;
	font-weight: bold;
	padding: 7px;
	text-align: center;
}

#speclist {
	font-size: 11px;
	width: 100%;
	padding: 0 10px 10px 10px;
}

#speclist td {
	padding: 10px;
}

.otsikkoperkele {
	background: #E7EFF6;
	vertical-align: top;
	display: table-cell;
	font-weight: bold;
	text-align: right;
	width: 140px;
}

.spex {
	background: #fdfdfd;
}

#speclist img {
	float: right;
	clear: right;
}

#speclist ul {
	margin: 0;
	margin-bottom: 5px;
}

/*...............................*/

.datagroup_img {
	border: none;
	text-decoration: none;
	background: none;
}

.datagroup_img img {
	border: none;
	margin-bottom: 15px;
}

.datagroup_img:hover{
	border: none;
	text-decoration: none;
	background: none;
}

#ohje {
	font-size: 11px;
	width: 100%;
	padding: 0 10px 10px 10px;
}

#ohje td {
	padding: 10px;
}

#ohje img {
	float: left;
}

.ohjeistus {
	background: #E7EFF6;
	vertical-align: top;
	display: table-cell;
	width: 140px;
	font-weight: bold;
}

.ohjeet_img {
	float: left;
	margin-right: 10px;
}

.ohjeet {
	font-weight: bold;
}

.ohjeet2 {
	font-size: 11px;
	border: none;
}

#ohjeet1 {
	float: left;
}

#ohjeet2 {
	padding-left: 380px;
}

.ryhmat {
	border-bottom: none;
	font-size: 10px;	
	margin-left: 20px;
}

/*..........................................................*/



fieldset { border: none; }

.fieldset {
  position: relative;
  border: 1px solid #000;
  margin-top: 50px;
  background: #F8FBFF;
	border: 1px dashed #71C5FF;
}

.two legend span {
	position: absolute;
	top: -1.5em; left: 1em;
	padding: 0 0.2em;
	background: #fff;
	border: 1px dashed #71C5FF;
	display: block;
	max-width: 600px;
	padding: 10px;
	font-weight: bold;
}

.fieldset.two { 
	padding-top: 2em;
}

/*............................................*/

.ohjetxt {
	border: 1px dashed #71C5FF;
	background: #F8FBFF;
	padding: 10px;
	margin-bottom: 30px;
	font-weight: bold;
}

.ohjeimg {
	border: 1px dashed #71C5FF;
	border-bottom: none;
	padding: 10px;
}

/*..................................................*/

#product_navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

product_navi ul li {
	background: url('../images/dropdown_bg.gif') repeat-x top left;
}

#product_navi li a {
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	display: block;
	font: verdana;
	font-size: 10px;
	width: 120px;
	padding-left: 10px;
	border: 1px solid #c8c8c8;
	margin-bottom: -1px;
	margin-right: -1px;
	background: url('../images/dropdown_bg.gif') repeat-x top left;
}

#product_navi li a:hover {
	background: url('../images/dropdown_bg2.gif') repeat-x top left;
	padding-left: 15px;
	width: 115px;
	font-weight: bold;
	/*background: #F0F5FC;
	border: 1px solid #c8c8c8;*/
}

#product_navi li a.product_valittu {
	background: url('../images/dropdown_bg2.gif') repeat-x top left;
	padding-left: 15px;
	width: 115px;
	font-weight: bold;
	/*background: #F0F5FC;
	border: 1px solid #c8c8c8;*/
}
/*.................................................*/

.productlist_ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

.productlist_ul li {
	clear: left;
}

.product_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}

.product_ul li {
	float: left;
	border: 1px solid red;
}

.product_li_1 {
	width: 50px;
}

.product_li_2 {
	width: 200px;
}

.product_li_3 {
	width: 50px;
}

/*.......................................*/

#product_table {
	font-size: 11px;
	border: 1px solid #c8c8c8;
	margin-bottom: 20px;
}

.product_table_width {
	width: 570px;
}

#product_table img {
	border: none;
}

#product_table td {
	padding: 5px;
	vertical-align: top;
}

#product_table .product1_n {
	background: #F0F5FC;
}

#product_table .product1_h {
	background: #F0F5FC;
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
}

#product_table .product2_n {
	background: #fff;
}

#product_table .product2_h {
	background: #fff;
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
}

#product_table .product1_1 {
	background: #F0F5FC;
	width: 20%;
	text-align: center;
	vertical-align: middle;
}

#product_table .product1_1 img {
	border: 1px dashed #c8c8c8;
}

#product_table .product1_2 {
	background: #F0F5FC;
	width: 55%;
}

#product_table .product1_3 {
	background: #F0F5FC;
	text-align: right;
	font-weight: bold;
	width: 15%;
	text-align: center;
	vertical-align: middle;
}

#product_table .product1_4 {
	background: #F0F5FC;
	width: 10%;
	text-align: center;
	vertical-align: middle;
}

#product_table .product1_5 {
	background: #F0F5FC;
	text-align: center;
	vertical-align: middle;
}

#product_table .product2_1 {
	background: #fff;
	width: 20%;
	text-align: center;
	vertical-align: middle;
}

#product_table .product2_1 img {
	border: 1px dashed #c8c8c8;
}

#product_table .product2_2 {
	background: #fff;
	width: 55%;
}

#product_table .product2_3 {
	background: #fff;
	text-align: right;
	font-weight: bold;
	width: 15%;
	text-align: center;
	vertical-align: middle;
}

#product_table .product2_4 {
	background: #fff;
	width: 10%;
	text-align: center;
	vertical-align: middle;
}

#product_table .product2_5 {
	background: #fff;
	text-align: center;
	vertical-align: middle;
}

.product_otsikko1 {
	background: #D4E2F5;
	font-weight: bold;
}

.product_otsikko2_1 {
	background: #D4E2F5;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}

.product_otsikko2_2 {
	background: #D4E2F5;
	font-weight: bold;
	font-size: 10px;
}

.product_otsikko2_3 {
	background: #D4E2F5;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}

.product_otsikko2_4 {
	background: #D4E2F5;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}

.product_otsikko2_5 {
	background: #D4E2F5;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}

.no_info {
	color: #c8c8c8;
}

.no_style {
	text-decoration: none;
	border: none;
}

.no_style:hover {
	text-decoration: none;
	border: none;
}

/*..................................*/

#admin_navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

product_navi ul li {
	background: url('../images/dropdown_bg.gif') repeat-x top left;
}

#admin_navi li a {
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	display: block;
	font: verdana;
	font-size: 10px;
	width: 160px;
	border: 1px solid #fff;
	padding-left: 10px;
	border: 1px solid #c8c8c8;
	margin-bottom: -1px;
	margin-right: -1px;
	background: url('../images/dropdown_bg.gif') repeat-x top left;
}

#admin_navi li a:hover {
	background: url('../images/dropdown_bg2.gif') repeat-x top left;
	padding-left: 15px;
	width: 155px;
	font-weight: bold;
	/*background: #F0F5FC;
	border: 1px solid #c8c8c8;*/
}





#tarjoukset {
	padding: 15px;
	border: 1px dashed #71C5FF;
}




.news {
	font-size: 12px;
	border: 1px dashed #71C5FF;
	border-left: 5px solid #71C5FF;
	padding: 15px;
	background: #F8FBFF;
	margin: 0 20px 0 20px;
}

.date {
	font-size: 11px;
	color: #a8a8a8;
	margin-right: 10px;
	font-weight: normal;
}

.red {
	font-size: 11px;
	color: red;
}

.vari_kaytetty {
	color:#f60;
}

.vari_tarjous {
	color:#c00;
}

.vari_etusivu {
	color:#00c;
}

.vari_tkuva {
	color:#0c0;	
}

.pikku {
	font-size:11px;	
}

h2 {
	color: #377CC4;
	margin: 0;
	margin-bottom:5px;
	font-weight: bold;
	font-size: 16px;
}

.lolkuva {
	border: 1px dashed #71C5FF;
	padding: 15px;
	background: #F8FBFF;
}

.lolkuva2 {
	border: 1px dashed #71C5FF;
	padding: 10px;
	background: #F8FBFF;
}

#etusivutable {
	width: 705px;
}

.esittelycontainer {
	width: 60%;
	padding-right: 20px;
	border-right: 1px solid #c8c8c8;
	vertical-align: top;
}


.newscontainer {
	width: 40%;
	padding-left: 20px;
	vertical-align: top;
	font-size: 11px;
}



.box2 {
	border: 1px dashed #71C5FF;
	border-left: 5px solid #71C5FF;
	padding: 10px;
	background: #F8FBFF;
	line-height: 14px;
	margin-top:5px;
}

.box2 img {
	margin-right:8px;
	border:1px dashed #71C5FF;
}

.box2 p {
	margin:0px;	
}


.order_form_1 {
	background: #F0F5FC;
	width: 50%;
	padding: 5px 10px;
	font-size: 11px;
	border-bottom: 1px solid #d4e2f5;
	border-right: 1px solid #d4e2f5;
}

.valeform1 {
	background: #c8c8c8;
	width: 50%;
	padding: 5px 10px;
	font-size: 11px;
}

.order_form_3 {
	background: #F0F5FC;
	width: 50%;
	padding: 5px 10px;
	font-size: 11px;
	text-align:center;
	border-bottom: 1px solid #d4e2f5;
	border-right: 1px solid #d4e2f5;
}

.order_form_2 {
	background: #F0F5FC;
	width: 50%;
	padding: 5px 10px;
	font-size: 11px;
	border-bottom: 1px solid #d4e2f5;
	border-right: 1px solid #d4e2f5;
}

.order_form_vasen {
	background: #F0F5FC;
	width: 70%;
	padding: 5px 10px;
	font-size: 11px;
	border-bottom: 1px solid #d4e2f5;
	border-right: 1px solid #d4e2f5;
}

.order_form_vasen li {
	margin-bottom:8px;	
}

.order_form_oikee {
	background: #F0F5FC;
	padding: 5px 10px;
	font-size: 11px;
	text-align:center;
	border-bottom: 1px solid #d4e2f5;
	border-right: 1px solid #d4e2f5;
}

.tilauswrapper1 input {
	border: 1px solid #71C5FF;
	width: 180px;
}

.tilauswrapper2 select {
	border: 1px solid #71C5FF;
}

.input1 {
	border: 1px solid #71C5FF;
	width: 180px;
}

.input2 {
	border: 1px solid #71C5FF;
	width: 50px;
}

input.check1 {
	background: transparent;
	border: 0;
}

.tilauswrapper1 {
	border: 1px dashed #71C5FF;
	padding: 10px;
	background: #fdfdfd;
	width:100%;
}

.valewrapper {
	border: 1px dashed #c8c8c8;
	padding: 10px;
	background: #fff;
	width:100%;
}

.tilauswrapper2 {
	border: 1px dashed #71C5FF;
	padding: 10px;
	background: #fdfdfd;
	width:100%;
}

.checkwrapper {
	padding:0px;
	margin:0px;
	font-size:11px;
}

.check_form_1 {
	text-align:right;
}

.check_form_2 {
	width:20px;
	text-align:right;	
}

.formnappi {
	background: #fff;
	border: 1px solid #71c5ff;
	width: 120px;
	margin-right: 7px;
}

.product_table_tarjoukset_width {
	width: 673px;
}

.asterisk {
	color: #377CC4;
}

.small {
	font-size: 10px;
	color: #a9a9a9;
}

.isosetti {
	font-size:14px;
	font-weight:bold;	
}

.help {
	font-size: 11px;
	border: 1px dashed #71C5FF;
	padding: 9px;
	background: #F8FBFF;
}

.tuoteapu {
	font-size: 11px;
	padding: 15px;
	padding-top:none;
	margin-top:-20px;
}

#product_table .saatavuus1_1 {
	background: #F0F5FC;
	text-align: left;
	vertical-align: middle;
}

#product_table .saatavuus1_2 {
	background: #F0F5FC;
	text-align: right;
	vertical-align: middle;
}

#product_table .saatavuus2_1 {
	background: #fff;
	text-align: left;
	vertical-align: middle;
}

#product_table .saatavuus2_2 {
	background: #fff;
	text-align: right;
	vertical-align: middle;
}

.liittymataulu {
	border: 1px solid #c8c8c8;
	background: #fff;
}

.tr1 {
	background: #D4E2F5;
	font-weight: bold;
	font-size: 11px;
}

.tr2 {
	background: #fff;
	font-size: 11px;
}

.tr3 {
	background: #F0F5FC;
	font-size: 11px;
}

.liittymataulu .td1 {
	width: 25%;
}

.liittymataulu .td2 {
	width: 25%;
}

.liittymataulu .td3 {
	width: 25%;
}

.liittymataulu .td4 {
	width: 25%;
}

.datapaketti_table {
	font-size: 12px;
	border: 1px solid #c8c8c8;
	margin: 10px 0px;
	width: 500px;
	background: #fff;
}

.datapaketti_table td {
	padding: 5px;
}

ul {
	list-style-type: none;
	list-style-image: url('../images/li.gif');
}

.motukka {
	width: 706px;
}

.motukka .box {
	font-size: 11px;
}

.motukka img {
	margin-right: 10px;
}

.tilaa {
	border: none; 
}

h4 {
	margin-bottom: none;
}


.datapaketti {
	font-size: 10px;
	margin: 10px 0px;
	width: 500px;
	background: #fff;
	/*border: 1px solid #d9d9d9;
	/*border: 1px solid #71C5FF;
	/*border-left: 5px solid #71C5FF;*/
}

.datapaketti td {
	padding: 0px 5px;
}

.datapaketti a {
	text-decoration: none;
	border: none;
}

.datapaketti_tr1 td {
	background: #f9f9f9;
	font-weight: none;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}

.datapaketti_tr2 td {
	background: #F0F5FC;
	font-weight: none;
	border-bottom: 1px solid #d8d8d8;
}

.datapaketti .datapaketti_header td {
	background: #F0F5FC;
	font-weight: bold;
	font-size: 12px;
	line-height: 40px;
	border-bottom: 3px solid #d4e2f5;
	border-right: 3px solid #d4e2f5;
}

.datapaketti .datapaketti_header2 td {
	background: #F0F5FC;
	font-weight: bold;
	font-size: 11px;
	line-height: 25px;
	border-bottom: 3px solid #d4e2f5;
	border-right: 3px solid #d4e2f5;
}

.liittymainfo {
	background:#F0F5FC; 
	padding:10px !important;
	border-bottom: 3px solid #d4e2f5;
	border-right: 3px solid #d4e2f5;
}

.sort {
	border:none;
	text-decoration:none;	
}

a.del {
	border:none;
	text-decoration:none;
}

a.del:hover {
	border:none;
	text-decoration:none;	
}

.tuotteetmenu {
	display:block;
	text-align:right;
	background: url('../images/dropdown_bg.gif') repeat-x top left;
	height: 30px;
	line-height: 30px;
	margin-bottom:10px;
	border: 1px solid #c8c8c8;
	padding-right:10px;
}

.tuotehinta {
	text-align:right;
	font-size:14px;
	line-height:32px;
	
	padding:8px;
	
	background: #D4E2F5;
	border: 1px solid #c8c8c8;
	border-left:none;
	margin-bottom:10px;
}

.tuotehinta b {
	color:#2d639e;	
}

.tuotehinta strong {
	font-size:18px;	
}

.tilaa {
	display:block;
	width:155px;
	height:40px;
	
	background:url('../images/tilaa0.gif');	
	float:right;
}

.tilaa:focus {
	outline:0;	
	border:0;
	text-decoration:none;
}

.tilaa:hover {
	background:url('../images/tilaa1.gif');	
	border:0;
	text-decoration:none;
}

.tilaus {
	width:100%;	
	border:1px solid #c8c8c8;
	font-size:11px;
	line-height:18px;
}

.tilausH {
	font-size:14px;
	font-weight:bold;
	
	border-bottom:1px solid #c8c8c8;	
}

.tilausY {
	font-size:14px;	
	background: #D4E2F5;
	border: 1px solid #c8c8c8;
}

.tilausF {
	border-bottom:1px solid #d8d8d8;	
	border-top:1px solid #d8d8d8;	
}

.tilausY strong {
	font:normal bold 18px Verdana;
	line-height:32px;
	color:#2d639e;
}

.error {
	color:#dd0000;
	font-size:10px;
}