/* Spot CSS for follow and bookmark */

div#follow {
	width:120px;
	height:48px;
	margin-top:10px;
	padding:10px 55px 0px 0px;
	float: right;
	text-align:right;
	background: transparent url(/design/twitter.png) top right no-repeat;
	border: 0px solid silver;
}

a div#follow:hover p{
	color:red;
	background:transparent;
}

/* jQuery Bookmark styles v1.1.4 */

div#bookmark{
	text-align:right;
	float:right;
}
.bookmark_popup_text img {
	border: none;
	vertical-align: bottom;
}
.bookmark_popup {
	display: none;
	position: absolute;
	z-index: 100;
}
.bookmark_popup ul {
	float: left;
	width: 240px;
	border: 1px solid #aaa;
}
.bookmark_list {
	display: inline-block;
	float: left;
	list-style-type: none;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  /* Safari3/Opera9 */
	.bookmark_list {
		font-size: 100%;
	}
}
html:first-child .bookmark_list {  /* Opera */
	font-size: 80%;
}
.bookmark_list li {
	float: left;
	width: 23%;
	margin: 0px 1px;
	padding: 1px;
	background-color: transparent;
	border: 1px outset;
	list-style-type: none;
}
.bookmark_compact {
	background-color: transparent;
	border: 0px solid #eee;
}
.bookmark_compact li {
	float:right;
	width: 20px;
	height: 16px;
	margin: 0px;
	padding: 3px 2px;
	background-color: transparent;
	border: none;
	line-height:1.5em;
}

.bookmark_compact a:link {
	background-color: transparent;
	border-bottom:4px solid transparent;
}

.bookmark_compact a:hover {
	background-color: transparent;
	border-bottom:1px solid #blue;
}

.bookmark_list a {
	width: 100%;
	text-decoration: none;
	cursor: pointer;
}
.bookmark_list span {
	display: inline-block;
	width: 16px;
	height: 16px;
}
.bookmark_list img {
	border: none;
}
1