/* CSS Document */

@import 'lightbox.css';

body{
	background-image: url(../images/bg_body.jpg);
	font-size: 75%;
	padding: 0;
	margin: 0;
}

body, span, div, td, p, input, textarea, li, select, option, ol{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;	
}

a{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;	
}

a:visited{
	color: #333;
}

a:hover{
	color:#666;
}


/* Otsikot
------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
  color: #000000; 
  font-family: Arial, Helvetica, sans-serif;
}


h1{
	font-size:1.3em;
	font-weight:bold;
}

h2{
	font-size:1.1em;
}

h3{
	font-size:1em;
}

/* Listat
------------------------------------------------------- */

ol { 
  
}


ul{

}


/* Ylä- ja alaosa + tausta
------------------------------------------------------- */

#topbg{
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	height:727px;
	width: 100%;
}

#container{
	position:absolute;
	top:0px;
	left:2%;
}

#top{
	background-color: #ffffff;
	height: 102px;
	width: 950px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}


#logo{
	position:relative;
	float:left;
	margin-left:0;
}

#tabs{
	display:inline;
	position:relative;
	float:left;
	left:263px;
	top:81px;
}

#copy{
	background-image:url(../images/bg_footer_grey.gif);
	background-repeat:repeat-x;
	width:950px;
	height:24px;
	clear:both;
}

#copy img{
	float:left;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

#copy div.copytxt{
	padding-top:7px;
	padding-bottom:10px;
	margin-left:10px;
	font-size:10px;
	color:#5c5c5c;
}

/* Ylävalikko
------------------------------------------------------- */


#topnavi{
	background-image: url(../images/bg_topnavi_grey.gif);
	background-repeat: repeat-x;
	background-color:#161616;
	height: 24px;
	width: 950px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom:1px solid #d4d3d3;
}

#topnavi ul{
	list-style-type: none;	
	height:19px;
	margin:5px 0 0 0;
	padding:0;
	float:right;
	border-left: 1px solid #f2f2f2;
}

#topnavi ul li{
	float:left;
	height:19px;
	padding:0;
	margin:0;
	
}

#topnavi ul li a{
	display:block;
	float:left;
	text-decoration:none;
	font-weight:bold;
	height:19px;
	line-height:19px;
	padding: 0px 10px;
	border-right: 1px solid #f2f2f2;
	border-left: 1px solid #c6c6c6;
	color:#fff;
	font-size:12px;
}

#topnavi ul li a:hover{
	background-color:#333;
	color:#ccc;
}

#topnavi ul li a.valittu{
	background-color:#666;
	color:#ccc;
}

#topnavi ul li a span{
	display:none;
}

#topnavi ul li a img{
	border:0;
	padding-top:6px;
}


/* Tuotevalikko
------------------------------------------------------- */

#prodnavi{
	background-color: #f2f2f2;
	height: 20px;
	width: 950px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom:1px solid #d4d3d3;
	border-top:1px solid #fbfafa;
}

#prodnavi ul{
	background-color: #fff;
	list-style-type: none;	
	height:20px;
	margin:0;
	padding:0;
	float:left;
	border-right: 1px solid #fff;
}

#prodnavi ul li{
	float:left;
	height:20px;
	padding:0;
	color:#000;
	font-weight:bold;
	margin:0;
}

#prodnavi ul li a{
	display:block;
	float:left;
	text-decoration:none;
	color:#FFFFFF;
	height:20px;
	line-height:19px;
	padding:0px 5px;
	border-right: 1px solid #d4d4d4;
	border-left: 1px solid #dedede;
	font-size:12px;
}

#prodnavi ul li a span{
	color:#FFFFFF;
	display:none;
}

#prodnavi ul li a img{
	border:0;
	padding-top:5px;
}

#prodnavi ul li a:hover{
	background-color:#f6f6f6;
	color:#fff;
}

#prodnavi ul li a.valittu{
	background-color:#e7e7e7;
	color:#000;
}

#prodnavi ul li a.valittu span{
	color:#000;
}

#prodnavi ul li span.navihead{
	display:none;
	float:left;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	height:20px;
	line-height:19px;
	padding:0px 8px;
	border-right: 1px solid #fff;
}

#prodnavi ul li img{
	float:left;
	padding-left: 8px;
	padding-right:8px;
	padding-top:5px;
	border-right: 1px solid #fff;
}


/* Vasen valikko
------------------------------------------------------- */

#leftnavi{
	float:left;
	margin-right:2px;
	width:158px;
	border-top: 6px solid #fff;
	border-right: 6px solid #fff;
	border-left: 6px solid #fff;
	background-color:#fff;
}

#leftlogo{
	width:158px;
	text-align:center;
	padding-bottom:0px;
}

#leftnavi div.naviblock{
	padding-top:10px;
	width:158px;
}


#leftnavi div.naviblock h2{
	margin-top:0;
	margin-bottom:10px;
	margin-left:12px;
	padding:0;
	font-size:1.1em
}

#leftnavi div.naviblock p{
	margin-top:0;
	margin-bottom:15px;
	margin-left:12px;
	margin-right:10px;
	padding:0;
	font-size:0.9em
}


#leftnavi div.naviblock h2 span{
	display:none;
}


#leftnavi div.naviblocklast{
	width:158px;
}

#leftnavi ul{
	list-style-type:none;
	margin-left:0;
	padding-left:12px;
	padding-top:0;
	padding-bottom:0;
	margin-bottom:15px;
	margin-top:0;
}

#leftnavi ul li{
	padding-top:0;
	padding-left:0px;
	margin-top:0;
	margin-bottom:6px;
	margin-left:0px;
	line-height:12px;
	text-decoration:none;
	font-size:0.9em;
	color:#333;	
}

#leftnavi ul li ul{
	padding-left:0;
	margin-top:6px;
}

#leftnavi ul li ul li{
	padding-left:0;
	margin-top:6px;
	font-size:1em;
}

#leftnavi ul li a{
	text-decoration:none;
	color:#333;
}

#leftnavi  ul li span{
	color:#333;
}

#leftnavi ul li a:hover{
	color:#999;
}

#leftnavi  ul li span:hover{
	color:#999;
}

#leftnavi ul li.valittu a{
	color:#ff9900;
}

#leftnavi #downloads{
	margin-left:0px;
}


#leftnavi #downloads li.pdf{
	list-style-image: none;
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}

#leftnavi #downloads li.pdf a{
	background-image: url(../images/pdf-icon-white2.gif);
	margin-left:0px;
	padding-left:20px;
	background-repeat: no-repeat;
}

#leftnavi #sako75 ul{
	display:none;
}

#leftnavi #finnfire ul{
	display:none;
}

/* Animaatiot
------------------------------------------------------- */

#sako85animation{
	width: 388px;
	height:253px;
 	background-image: url(../images/frontpics/85_tcl_border.jpg);
	background-repeat: no-repeat;
}

#quadanimation{
	width: 388px;
	height:253px;
 	background-image: url(../images/frontpics/quad.jpg);
	background-repeat: no-repeat;
}

#trganimation{
	width: 388px;
	height:253px;
 	background-image: url(../images/frontpics/trg_sight.jpg);
	background-repeat: no-repeat;
}


#cartridgeanimation{
	width: 388px;
	height:253px;
 	background-image: url(../images/frontpics/cartrid_head_stamp.jpg);
	background-repeat: no-repeat;
}

#optilockanimation{
	width: 388px;
	height:253px;
 	background-image: url(../images/frontpics/optilock_packages.jpg);
	background-repeat: no-repeat;
}

#oldmodelsanimation{
	width: 388px;
	height:253px;
 	background-image: url(../images/frontpics/oldmodels_sako75.jpg);
	background-repeat: no-repeat;
}

/* Etusivu
------------------------------------------------------- */

#mainfront{
	width: 950px;
	background-color: #fff;
	border: 1px solid #fafafa;
}

#mainfront .box{
	margin-left:1px;
	margin-bottom:2px;
	padding:6px;
	background-color: #fff;
	float:left;
	border-right:1px solid #fafafa;
	border-bottom:1px solid #fafafa;
	border-left:1px solid #fafafa;
}

#mainfront .box img.blackborder{
	border:6px solid #000;
	background-color: #fff;
	padding:1px;
}

#mainfront .box img.greyborder{
	border:6px solid #d0d0d0;
	background-color: #fff;
	padding:1px;
}

#mainfront #rightcontent{
	width:364px;
	float:right;
}


#rightcontent .box #toptxt{
	position:relative;
	border:6px solid #d0d0d0;
	background-color: #fff;
	padding:1px;
	width:333px;
	height:333px;
	float:left;
}

#rightcontent #toptxt #content{
	margin-left:14px;
	margin-right:14px;
	margin-top:25px;
	margin-bottom:20px;
}

#rightcontent #toptxt img{
	margin-top:5px;
	margin-bottom:10px;
}


#rightcontent #toptxt p{
	line-height:1.7em;
	font-size:11px;
	color:#666;
}

#rightcontent div.rightpic{
	float:left;
}


#mainfront #rightpic .box{
	border-top:1px solid #fafafa;
}

#rightcontent div.rightpic img{
	margin:0;
	padding:0;
	border:0;
}


/* Tuote-etusivu
------------------------------------------------------- */

#mainprod{
	width: 950px;
	background-color: #fff;
	border: 1px solid #fafafa;
	display:table;
}

#mainprod #bigpic{
	width:750px;
	float:left;
	margin-top:4px;
	margin-bottom:8px;
}

#mainprod #bigpic img{
	padding:4px;
	border:8px solid #f2f2f2;
}


#prodfront{
	float:left;
	width: 777px;
	left:173px;
	margin-bottom:4px;
}

#prodfront #lefttxt{
	width:393px;
	float:left;
	background-color:#FFFFFF;
	margin-right:8px;
}

#prodfront h1{
	color:#000;
	font-size:1.5em;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}

#prodfront h1 span.or{
	color:#ff9900;
	font-size:1em;
	font-weight:bold;
	margin-left:0;
}

body.cartridges #prodfront #lefttxt{
}

#prodfront #lefttxt #content{
	border: 8px solid #f2f2f2;
	width:auto;
	padding:25px;
	height:200px;
}

#prodfront #lefttxt #content h1{ 
	margin-top:0;
	padding-top:0;
}

#prodfront #lefttxt #content p{ 
	margin-top:5px;
	padding-bottom:5px;
	font-size:0.9em;
	line-height:1.5em;
}

#prodfront #rightpic{
	width:357px;
	height:250px;
	float:left;
	background-color:#FFFFFF;	
	margin-bottom:4px;
	border: 8px solid #f2f2f2;
}

#prodfront #rightpic img{
	
}

/* Tuote- ja sisältösivut
------------------------------------------------------- */

#prodframe{
	float:right;
	width: 752px;
	background-color:#fff;
	border:8px solid #f2f2f2;
	margin-top:4px;
	margin-bottom:4px;
	margin-right:3px;
}

#product{
	float:left;
	width: 744px;
}

#product h1{
	color:#000;
	font-size:1.5em;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}

#product h1 span.or{
	color:#ff9900;
	font-size:1em;
	font-weight:bold;
	margin-left:0;
}

#product h1 span{
	font-weight:normal;
	color:#999;
	font-size:0.6em;
	margin-left:7px;
}

#product h1 sup{ 
	font-size:0.6em;
}


#product h2{

}

#product p{
	margin-top:5px;
	padding-bottom:5px;
	font-size:0.9em;
	line-height:1.7em;
}

#product ol li{
	font-size:0.9em;
	padding-bottom:5px;
}

/* Aseen tuotetiedot
------------------------------------------------------- */

#guncontent #prodpic{
	height:206px;
	width:730px;
	border-bottom:3px solid #ff9900;
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 8px;
}

#guncontent #prodpic img{
	margin-left:0;
	margin-top:0;
	margin-bottom:6px;
}

#guncontent #lefttxt{
	width:308px;
	float:left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 10px;
	/* background-image:url(../images/blackline.gif);
	background-repeat:repeat-y; */
}

#guncontent #rightfeat{
	width:320px;
	float:left;
	margin:20px;
}

#guncontent #rightfeat h1{
	margin-bottom:3px;
	color:#000;
}


#guncontent #rightfeat div.featblock{
	margin-top:10px;
	float:left;
}

#guncontent div.featpics{
	margin-right:15px;
	margin-top:3px;
	float:left;
	width:75px;
}

#guncontent #rightfeat div.featpics img{
	border: 1px solid #999;
	margin-bottom:10px;
}

#guncontent div.feattxt{
	float:left;
	width:225px;
}

#guncontent #rightfeat h2{
	color:#000;
	font-size:1em;
	margin:0;
	padding:0;
	float:left;
	width:200px;
}

#guncontent #rightfeat p{
	margin-top:3px;
	padding-bottom:3px;
	font-size:0.9em;
	line-height:1.2em;
	float:left;
	width:200px;
}

#guncontent #widetxt{
	width:610px;
	float:left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}


/* Patruunan tuotetiedot
------------------------------------------------------- */

#cartridcontent{
	height:530px;
}


#cartridcontent #prodpic{
	min-height:320px;
	width:725px;
	background-repeat:no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

#cartridcontent #prodpic #lefttxt{
	width:380px;
	float:left;
	padding-top:320px;
	margin-right:20px;
	margin-left:30px;
	padding-left:0;
}

/* Optilock tuotetiedot
------------------------------------------------------- */

#optilockcontent{
	
}


#optilockcontent #prodpic{
	height:320px;
	width:725px;
	margin-top: 0;
	margin-right: 8px;
	margin-left: 8px;
}

#optilockcontent #lefttxt{
	width:280px;
	float:left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#optilockcontent #right{
	width:360px;
	float:left;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-bottom:20px;
	padding-top:0;
}

#optilockcontent #right h2{
	padding:0;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


/* Tekniset tiedot
------------------------------------------------------- */

#data{
	clear:both;
	margin:8px;
	border-top:2px solid #f2f2f2;
	border-bottom:2px solid #f2f2f2;
	padding-bottom:10px;
}

#basiccontent #data{
	margin:0px;
	border:none;
	padding-top:10px;
}

#showdata{
	display:block;
	color:#000;
	font-weight:bold;
	margin-top:10px;
	text-decoration:none;
}

#showdata:hover{
	color:#666;
}

#hidedata{
	display:none;
	color:#333;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	text-decoration:none;
}

#hidedata:hover{
	color:#666;
}

#datatable{
	display:none;
	margin:8px;
	border:1px solid #9c9c9c;
	width:700px;
}

#basiccontent #datatable{
	display:block;
	margin:0;
	border:1px solid #9c9c9c;
	width:auto;
}

#datatable tr.head{
	background-color:#e6e6e6;
}

#datatable tr.head2{
	background-color:#eee;
}

#datatable tr.head2 th{
	border-right:1px solid #e6e6e6;
}

#datatable th{
	text-align:center;
	padding-top:2px;
	padding-right:7px;
	padding-bottom:2px;
	padding-left:7px;
	font-size:0.8em;
	color:#333;
	white-space:nowrap;
}

#datatable td{
	text-align:center;
	padding-top:7px;
	padding-right:7px;
	padding-bottom:7px;
	padding-left:7px;
	font-size:0.8em;
	color:#333;
	border-top:1px solid #9c9c9c;
	vertical-align:top;
	white-space:nowrap;
}

#datatable td.grey{
	background-color:#e6e6e6;
}

#datatable .white{
	background-color:#fff;
}

#datatable th.image{
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left:0;
}

#datatable td.square{
	text-align:center;
}

span.star{
	font-size:1.5em;
	font-weight:bold;
	color:#ff6600;
}

span.dot{
	font-size:1.5em;
	font-weight:bold;
}

span.dotor{
	font-size:1.5em;
	font-weight:bold;
	color:#ff6600;
}

span.plus{
	font-size:1.5em;
}

span.plusor{
	font-size:1.5em;
	color:#ff6600;
}


/* Patruunataulukko
------------------------------------------------------- */

div.tableinfo1{
	margin-bottom:20px;
	float:left;
	margin-right:30px;
	width:350px;
}

div.tableinfo1 p{
	margin-bottom:0;
	padding-bottom:0;
	margin-top:0;
	padding-top:0;
	float:left;
	display:block;
	height:25px;
	width:350px;
}

div.tableinfo1 img{
	margin-bottom:0;
	padding-bottom:0;
	float:left;
	border: 1px solid #999;
	margin-right:15px;
}

div.tableinfo2{
	float:left;
	width:200px;
}

#cartridgetable{
	display:block;
	margin:0;
	border:1px solid #9c9c9c;
	width:auto;
	margin-top:20px;
}

#cartridgetable tr.head{
	background-color:#e6e6e6;
}

#cartridgetable tr.head2{
	background-color:#eee;
}

#cartridgetable tr.head2 th{
	border-right:1px solid #e6e6e6;
}

#cartridgetable tr.row2 td{
		background-color:#fff;
}

#cartridgetable th{
	text-align:center;
	padding-top:2px;
	padding-right:7px;
	padding-bottom:2px;
	padding-left:7px;
	font-size:0.8em;
	color:#333;
	white-space:nowrap;
}

#cartridgetable td{
	text-align:left;
	padding-top:2px;
	padding-right:5px;
	padding-bottom:2px;
	padding-left:5px;
	font-size:0.8em;
	color:#333;
	border-top:1px solid #9c9c9c;
	vertical-align:top;
	white-space:nowrap;
	background-color:#eee;
}

#cartridgetable td.grey{
	background-color:#dedede;
	text-align:center;
	width:30px;
}

#cartridgetable tr.row2 td.grey{
	background-color:#dedede;
	text-align:center;
	width:30px;
}

#cartridgetable .white{
	background-color:#fff;
}

#cartridgetable th.image{
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left:0;
	width:30px;
}

#cartridgetable td.square{
	text-align:center;
	width:30px;
}

/* Optilocktaulukko
------------------------------------------------------- */

#optilocktable{
	display:block;
	margin:0;
	width:auto;
	margin-top:10px;
	border: 1px solid #9c9c9c;
}

#optilocktable tr.head{
	background-color:#e6e6e6;
}

#optilocktable tr.head2{
	background-color:#eee;
}

#optilocktable tr.head2 th{
}

#optilocktable tr.row2 td{
		background-color:#e6e6e6;
}

#optilocktable th{
	text-align:center;
	padding-top:2px;
	padding-right:7px;
	padding-bottom:2px;
	padding-left:7px;
	font-size:0.8em;
	color:#333;
	white-space:nowrap;
	vertical-align:top;
	border-right:1px solid #ccc;
}

#optilocktable td{
	text-align:left;
	padding-top:7px;
	padding-right:3px;
	padding-bottom:5px;
	padding-left:3px;
	font-size:0.8em;
	color:#333;
	border-top:1px solid #9c9c9c;
	border-right:1px solid #ccc;
	vertical-align:top;
	white-space:nowrap;
}

#optilocktable th.last{
	border-right:none;
}

#optilocktable td.last{
	border-right:none;
}

#optilocktable td.grey{
	background-color:#e6e6e6;
}


/* Tuote-lataukset
------------------------------------------------------- */


div.downloads{
	margin:0px;
	padding-bottom:20px;
}

#guncontent div.downloads{
	margin:8px;
	padding-bottom:25px;
}

#optilockcontent div.downloads{
	margin:0px;
	padding-bottom:25px;
}

#oldmodcontent div.downloads{
	margin-left:20px;
	padding-bottom:25px;
}

a.pdf{
	display:block;
	float:left;
	clear:left;
	font-size:0.9em;
	background-image: url(../images/pdf-icon-white.gif);
	background-repeat: no-repeat;
	padding-left:23px;
	padding-top:5px;
	text-decoration:underline;
}

div.downloads span{
	display:block;
	float:left;
	padding-left:5px;
	padding-top:5px;
	font-size:0.9em;
}


/* Features-sivu
------------------------------------------------------- */

div.feature{
	clear:both;
	padding-bottom:10px;
}

div.feature img{
	margin-bottom:10px;
	float:left;
	margin-right:15px;
	border: 2px solid #c6c6c6;
	padding:3px;
}

div.feature h2{
	margin:0;
	padding:0;
}

div.feature p{
	margin-top:10px;
	margin-bottom:0px;
	padding-bottom:0px;
}

div.feature div.featlogo{
	float:left;
	width:450px;
}

div.feature div.featlogo img{
	margin-bottom:0px;
	margin-top:-5px;
	border:none;
	padding:0;
}

div.feature div.featlogo h2{
	clear:left;
	margin-top:5px;
}

div.feature img.rightfeatpic{
	margin-right:15px;
	margin-left:0px;

}


/* Company-sivu
------------------------------------------------------- */

#product #companycontent p{
	font-size:1em;
}

#basiccontent #companycontent img.border{
	padding:4px;
	border:8px solid #f2f2f2;
	clear:none;
	margin:0;
}


/* Distributors-sivu
------------------------------------------------------- */

div.country{
	width:330px;
	height:14em;
	float:left;
}

div.country div.flag{
	height:80px;
	width:30px;
	float:left;
	margin-right:15px;
}

div.country div.info{
	float:left;
}

div.country img{
	border:1px solid #ccc;
}

div.country h2{
	margin-top:-3px;
	padding-top:0;
}

#product div.country p{
	line-height:1.3em;
	font-size:0.9em;
}

#product div.country p strong{
	color:#333;
}

#product div.country img.email{
	border:none;
	margin-top:8px;
}


/* Yleissisältösivu
------------------------------------------------------- */

#basiccontent{
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 30px;
	margin-left: 30px;
	width:auto;
}

#basiccontent img.border{
	float:left;
	border: 1px solid #999;
	margin-right:15px;
}

#basiccontent img.right{
	float:right;
	margin-top:5px;
}


#basiccontent div.left{
	width:300px; 
	float:left;
}

#basiccontent div.bottom{
	width:auto; 
	clear:both;
	margin-top:20px;
}

#basiccontent #cartridgetable img{
	float:none;
	border: none;
	margin-right:0;
}

/* FAQ-sivu
------------------------------------------------------- */

#faqcontent p{
	font-size:1em;
}

#faqcontent p strong{
	color:#333;
}


/* Downloads-sivu
------------------------------------------------------- */

#downloadcontent p{
	font-size:1em;
}

#downloadcontent ul.downloads{
	margin-left:0;
	padding-left:0;
}

#downloadcontent ul.downloads li{
	line-height:18px;
}


#downloadcontent ul.downloads li.pdf{
	list-style-image: none;
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}

#downloadcontent ul.downloads li.pdf a{
	background-image: url(../images/pdf-icon-white2.gif);
	margin-left:0px;
	padding-left:20px;
	background-repeat: no-repeat;
}

#downloadcontent ul.downloads li.tikka{
	list-style-image: none;
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}

#downloadcontent ul.downloads li.tikka a{
	background-image: url(../images/tikka-logo14x16.gif);
	margin-left:0px;
	padding-left:20px;
	background-repeat: no-repeat;
}


div.line{
	clear:both;
	height: 10px;
	width:100%;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6c6c6;
}

/* Tulostus
------------------------------------------------------- */

#print{
	margin-left:660px;
	padding-top:3px;
}

#print a{
	display:block;
	height:30px;
	padding-left: 27px;
	padding-top:3px;
	font-size:0.9em;
	text-decoration:none;
	color:#666;
	background-image: url(../images/printer.gif);
	background-repeat: no-repeat;

}

#print a:hover{
	color:#999;
}


