/* Clipmarks stuff, modified version of their default style. */
.CM_CTB_Border_Outer, div.clipmarks {
	margin: 10px 50px;
	background: #ffffff;
	border: solid 4px #e5e5e5;
}

table.CM_CTB_Border_Outer {
	width: 600px;
}

.CM_CTB_Content_Wrap {
	background-color: #ffffff;
}

.CM_CTB_Source, div.clipmarks cite {
	display: block;
	border-bottom: solid 1px #dcdcdc;
	white-space: nowrap;
	background-color: #eeeeee;
	background-image: url(http://clipmarks.com/images/source-bg.gif);
	background-repeat: repeat-x;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	padding-bottom: 3px;
	color: #666666;
	font-size: 70%;
}

.CM_CTB_Source img, div.clipmarks cite img {
	vertical-align: middle;
	margin: 0px 4px;
	display: inline;
	border: none;
	float: none;
}

.CM_CTB_Content_Item, div.clipmarks blockquote {
	font-family: Georgia, "Times New Roman", Times, Serif;
	text-align: left;
	margin: 0;
	padding: 0px 20px;
	background: transparent;
	border: none;
	width: inherit;
}

.CM_CTB_Content_Item p, div.clipmarks blockquote p, div.clipmarks blockquote div {
	margin: 0.8em 0px;
	line-height: 1.3em;
}

