/* tabs */

#tabs {
background:#f2f2f2 url(http://www.nokia.fi/NOKIA_FINLAND_50/Nokia_Kauppa_Ext/banners/bundlet/bottom.jpg) bottom left no-repeat;
width:192px;
margin: 20px 0 20px 0;
display: none;
	}

#tabs h2 {
background:url(http://www.nokia.fi/NOKIA_FINLAND_50/Nokia_Kauppa_Ext/banners/bundlet/header.jpg) top left no-repeat;
width:192px;
height:49px;
text-indent:-9999px;


}
#tabs ul {
	
	background:#f2f2f2;
	width: 164px;
margin:5px 0 0 19px;

	}
	#tabs li.first_tab {
	margin-left:0;
	list-style: none;
	}
	
#tabs li {
	margin-left: 9px;
	list-style: none;
	}
	
* html #tabs li {
	display: inline; /* ie6 double float margin bug */
	}
		
#tabs li,
#tabs li a {
	float: left;
	}
	
#tabs ul li a {
	text-decoration: none;
	padding: 5px;
	color: #555555;
	font-weight: bold;
background:#fff;
font-size:10px;
	}

#tabs ul li.active a {
	color: #fff;
	background-color: #58be36;
	}
	
#tabs div {
	background:#f2f2f2 url(http://www.nokia.fi/NOKIA_FINLAND_50/Nokia_Kauppa_Ext/banners/bundlet/bottom.jpg) bottom left no-repeat;
	margin-bottom:12px;
	clear: both;
	padding:12px;
	min-height: 200px;
	display:none;
	}
	
#tabs div h3 {

	margin-bottom: 10px;
	letter-spacing: 1px;
	}
	

	#tabs img {
	border:none;
	}


