div#right_column {
	float: right;
	font-family: verdana;
	font-size: 2em;
	padding: 50px 15px 50px 15px;
	width: 20%;
}


/* highlight ingredients used in recipe */
.highlight {
	background-color: yellow;
	-moz-border-radius: 10px 10px 10px 10px; -webkit-border-radius: 10px 10px 10px 10px; border-radius: 10px 10px 10px 10px;
}

a.tag_item {
	color: #666699;
	cursor: pointer;
	text-decoration: none;
}
a.tag_item:hover {
	background-color: #CCCCFF;
	color: #000099;
	-moz-border-radius: 10px 10px 10px 10px; -webkit-border-radius: 10px 10px 10px 10px; border-radius: 10px 10px 10px 10px;
}


.right_column_title {
	background-color: #00CEFF; /* IE */
	background: -moz-linear-gradient(center top , #F0EEFF, #F0EEFF, #8888BB) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, 0 50%, 0 100%, from(#F0EEFF), to(#8888BB));
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	-moz-box-shadow: 3px 1px 8px #CCCCCC; box-shadow: 3px 1px 8px #CCCCCC;
	font-size: 0.5em;
	font-weight: bold;
	-moz-border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0px 0px;
	padding: 5px;
}

div.cloud {
	border: 1px solid #888888;
	border-top: none;
	line-height: 1em;
	/*height:5em; overflow:hidden;*/
	margin-bottom: 10px;
	padding: 5px;
	-moz-box-shadow: 3px 1px 8px #CCCCCC; box-shadow: 3px 1px 8px #CCCCCC;
	-moz-border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px; border-radius: 0px 0px 10px 10px;
}
div#cloud2 {
	height:10em;
	overflow:hidden;
}
	span.tag_list_toggle {
		color:#669;
		cursor:pointer;
		float: right;
		font-family:'Lucida Console';
		font-size: 0.7em;
	}
