@charset "utf-8";
/* styles for the 'bookmarks' module */

#bookmarksContainer {
	background-color: #D1EFF7;
	width:743px;
	float:left;
	margin-top:8px;
	padding-left:212px;
	font-size:75%;
}

#bookmarks {
	width:544px;
	float:left;
	padding:10px 18px 10px 18px;
	height:40px;
	background-color:#d1eff7;
	text-align:left;
}
#bookmarks ul,
#bookmarks table {
	display:table;
	height:40px;
	list-style:none;
	width:544px;
	margin:0;
	padding:0;
}
#bookmarks ul li,
#bookmarks table td {
	display:table-cell;
	height:40px;
	margin:0;
	padding:0;
}
#bookmarks a.button {
	display:block;
/*	float:left;*/
	height:40px;
	width:40px;
	text-indent:-999em;
/*	padding:30px 65px 16px 6px;
	color:#333;
	text-decoration:underline;
	text-align:center;
	margin-bottom:10px;
*/
	margin:0 auto;
/*	margin-left:15px;*/
}
#bookmarks #kci-express { background:url(/cs/kci/images/gui/social/KCI-Express-small.png) no-repeat 0 0; }
#bookmarks #facebook { background:url(/cs/kci/images/gui/social/facebook-small.png) no-repeat 0 0; }
#bookmarks #twitter { background:url(/cs/kci/images/gui/social/twitter-small.png) no-repeat 0 0; }
#bookmarks #youtube { background:url(/cs/kci/images/gui/social/youtube-small.png) no-repeat 0 0; }

/*
#bookmarks a {
	display:inline;
	padding:0 6px 0 6px;
	color:#333;
	text-decoration:underline;
}
*/
