/* scale: 1 */
/* Tikkurila Wallpapers CSS Document 10/2009 */

div.wallpapers div.wallpaper_item {
	float:left;
	width:100px;
	text-align:center;
	margin:0 15px 20px 0;
	background:url(../images/wallp_frame.gif) top left no-repeat;
}

div.wallpapers div.wallp_size {
	border:1px dashed #ccc;
	background:url(../images/arrowdown.gif) no-repeat right center #f6f6f6;
	font-size: 10px;
	line-height: 15px;
	padding:2px 16px 1px 5px;
	margin-top:4px;
	text-align: left;
}

div.wallpapers div.wallp_thumb {
	margin-bottom:4px;
	width:90px;
	height:65px;
	overflow:hidden;
	text-align:center;
	margin:4px 6px 6px 1px;
}

div.wallp_size_list {
	display: none;
	position: absolute;
	padding: 5px;
	border:1px dashed #ccc;
	background: white;
	left: 0px;
	width: 88px;
}

.content div.wallp_size_list a.attachment {
	background: none;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: black;
}

.content div.wallp_size_list a.attachment:hover {
	text-decoration: underline;
}

.content div.wallp_size_list a.suggested {
	color: darkgreen;
	font-weight: bold;
}

.content div.wallp_size a.attachment {
	background: none;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: black;
}
	
.content div.wallp_size a.suggested {
	font-weight: bold;
}