@CHARSET "ISO-8859-1";

/*
 * Side buttons and other blocks..
 */
#left_buttons {
	width: 172px;
	height: 193px;
	background: url(/templates/left/fixed.png) no-repeat top left;
	overflow: hidden;
}

#left_buttons div.languages {
	margin-top: 2px;
	margin-left: 20px;
	height: 14px;
	overflow: hidden;
}
#left_buttons div.languages a img {
	margin-left: 5px;
}

#left_buttons div.textcage {
	margin-left: 10px;
	margin-top: 9px;
	overflow: hidden;
	width: 150px;
	height: 60px;
}

#left_buttons div.textcage a {
	display: block;
	text-decoration: none;
	margin: 0px;
	overflow: hidden;
}

#left_buttons div.examples {
	width: 163px;
	margin-top: 15px;
	height: 66px;
	clear: both;
	overflow: hidden;
}
#left_buttons div.examples a {
	font-size: 22px;
	color: white;
}

#left_buttons div.share {
	width: 163px;
	margin-top: 13px;
	height: 66px;
	clear: both;
	overflow: hidden;
}
#left_buttons div.share a {
	font-size: 22px;
	color: white;
}

#left_block {
	width: 172px;
}

#left_block div.imageblock {
	width: 172px;
	height: 121px;
	background: url(/templates/left/imageblock.png) no-repeat top left;
	font-size: 0px;
}

#left_block div.imagetext {
	width: 172px;
	background: url(/templates/left/comment.png) repeat-y top left;
}

#left_block div.imagetext p {
	font-size: 9px;
	line-height: 14px;
	width: 140px;
	margin-left: 15px;
}

#left_block div.imagetext div {
	font-size: 9px;
	line-height: 14px;
	width: 140px;
	margin-left: 15px;
	clear: both;
}

#left_block div.imagetext div.author {
	font-weight: bold;
	margin-top: 5px;
}

#left_comment_bottom {
	width: 172px;
	height: 22px;
	background: url(/templates/left/comment_bottom.png) no-repeat top left;
}

