/* Tikkurila.com Product screens CSS Document 10/2008 */

								
table#products {
	layout: fixed;
	border-collapse:collapse;	
}

td.products_image {
	padding:12px 15px 12px 0px;
	border-bottom:1px solid #cdcdcd;
}
	
td.products_info {
	padding-bottom:12px;
	border-bottom:1px solid #cdcdcd;
}
	
td.products_head {
	padding-top:12px;
}
	
div.products_properties {
	margin:10px 0px;
}
	
div.products_properties table {
	border-collapse:collapse;
}
	
div.products_properties th {
	text-align:left;
	vertical-align:top;
	padding:2px 8px 2px 0px;
}
	
div.products_properties td {
	vertical-align:top;
	padding:2px 6px 2px 0px;
}
	
p.products_seloste a {
	background:url(../images/tuoteseloste.gif) no-repeat left;
	padding: 5px 0px 5px 26px;
	display:block;
}

a.tuoteseloste {
	background-image:url(../images/tuoteseloste.gif);
}

#image_preview_homeimage, #image_preview_proimage,#image_preview_tikkurilaimage,#image_preview_kauppiaatimage {
	width: 150px;
}


/* Product info */

div.productinfo_expl span
	white-space: no-wrap;
}

table.productinfo_table {
	width:100%;
}

table.productinfo_table td {
	padding:4px;
}

table.productinfo_table .white {
	background-color:#fff;
}

table.productinfo_table .gray {
	background-color:#efefef;
}

td.productinfo_col2, td.productinfo_col3, td.productinfo_col4, td.productinfo_col5, td.productinfo_col6, td.productinfo_col7, td.productinfo_col8, td.productinfo_col9 {
	text-align:center;	
	width: 24px;
	border-right:1px solid #fff;
}

td.productinfo_col2 {
	background-color:#e0dcbc;
	border-bottom:1px solid #d3c7ab;
}

td.productinfo_col3 {
	background-color:#b3ddfb;
	border-bottom:1px solid #99cef3;
}

td.productinfo_col4 {
	background-color:#d9f492;
	border-bottom:1px solid #c3e370;
}

td.productinfo_col5 {
	background-color: #cacbfe;
	border-bottom: 1px solid #bcbdf7;
}

td.productinfo_col6 {
	background-color: #a8fffc;
	border-bottom: 1px solid #85f5f2;
}

td.productinfo_col7 {
	background-color: #f2dc8f;
	border-bottom: 1px solid #e9cf75;
}

td.productinfo_col8 {
	background-color: #ccffcc;
	border-bottom: 1px solid #b8f7b8;
}

td.productinfo_col9 {
	background-color: #dfb8fd;
	border-bottom: 1px solid #d2a4f9;
}

div.productinfo_expl {
	padding:10px 0px;
	border-bottom:1px solid #ccc;
}

div.productinfo_expl div {
	display:inline;
	margin-right:8px;
}

div.productinfo_expl img {
	vertical-align:bottom;
	margin-bottom:1px;
	padding-right:2px;
}


/* Productimage magnifier */

div.magprodimg {
	text-align:center;
	margin-top:5px;
}

div.magprodimg a {
	color:#999;
	text-decoration:none;
}

div.magprodimg a:hover {
	color:#666;
}

div.magprodimg img {
	vertical-align:bottom;
	padding-right:2px;
}

/* Tabbed navigation */

ul.tabset {
	margin:10px 0;
	padding:5px 5px 22px 5px;
	font-size:11px;
	font-weight:bold;
	list-style:none;
}

ul.tabset li {
	float:left;
	padding:4px 8px;
	font-size:11px;
	margin:0 3px 0 0;
}

.content ul.tabset li a {
	text-decoration:none;
	padding:4px 0;
	color:#fff;
}

.content ul.tabset li a:hover {
	text-decoration:underline;
}