/* CSS Document */




.bookmark	{
	width:830px;
	background-color:#FFF;
	position:absolute;
	top:25px;	
	left:30px;
	padding:0 10px 0 10px;
	border:3px solid #9CC7F1;
	visibility:hidden;
}

.bookmarkDC	{
	width:454px;
	background-color:#FFF;
	position:absolute;
	top:0px;	
	left:0px;
	padding:0 10px 10px 10px;
	border:3px solid #9CC7F1;
	visibility:hidden;
}

.close	{
	float:left;
	width:100%;
	text-align:center;
	padding:10px 0;

}

.bmark
{
	/*	tab strip	*/
	float:left;	
	padding: 10px 0 0 0;	

}

.cmark
{
	/*	tab strip	*/
	float:left;	
}

.bmark li, .cmark li{
	float:left;
	display:block;	
}

.bmark li a{
	float: left;
	padding:0px 0 5px 26px;
	line-height:16px;
	width: 110px;	
	text-decoration: none;	
	font-weight:bold;
}

.cmark li a{
	float: left;
	padding:0px 0 5px 26px;
	line-height:16px;
	/*width: 140px;	*/
	text-decoration: none;	
	font-weight:bold;
}

.bmark li a:hover, .cmark li a:hover{
	color: #DD9412;
}

.bmark li.blinklist {background: url(/images/bookmark/blinklist.gif)  no-repeat;}
.bmark li.delicious {background: url(/images/bookmark/delicious.gif)  no-repeat;}
.bmark li.digg {background: url(/images/bookmark/digg.gif)  no-repeat;}
.bmark li.flickr {background: url(/images/bookmark/flickr.gif)  no-repeat;}
.bmark li.furl {background: url(/images/bookmark/furl.gif)  no-repeat;}
.bmark li.magnolia {background: url(/images/bookmark/magnolia.gif)  no-repeat;}
.bmark li.newsvine {background: url(/images/bookmark/newsvine.gif)  no-repeat;}
.bmark li.reddit {background: url(/images/bookmark/reddit.gif)  no-repeat;}
.bmark li.stumbleupon {background: url(/images/bookmark/stumbleupon.gif)  no-repeat;}
.bmark li.technorati {background: url(/images/bookmark/technorati.gif)  no-repeat;}
.bmark li.google {background: url(/images/bookmark/google.gif)  no-repeat;}
.bmark li.yahoo {background: url(/images/bookmark/yahoo.gif)  no-repeat;}
.bmark li.facebook {background: url(/images/bookmark/facebook.gif)  no-repeat;}
.bmark li.favorites {background: url(/images/bookmark/favorites.gif)  no-repeat;}

.cmark li.detail {background: url(/images/bookmark/c_detail.png)  no-repeat;}
.cmark li.comment {background: url(/images/bookmark/c_comment.gif)  no-repeat;}
.cmark li.review {background: url(/images/bookmark/c_review.png)  no-repeat;}
.cmark li.flag {background: url(/images/bookmark/c_flag.gif)  no-repeat;}
.cmark li.clist {background: url(/images/bookmark/c_list.gif)  no-repeat;}
