.socialbookmarks {
	background-image: url(/images/landing/landing-arrow-down.gif);
	background-position: 82% 50%;
	background-repeat: no-repeat;
}

#socialshort, #sociallong {
	display: none;
	background-color: white;
	text-align: left;
}

#socialshort a, #sociallong a {
	color: black;
	text-transform: none;
	font-weight: normal;
	font-size: 10px;
}

.details {
	padding: 5px 5px 5px 10px;
	color: black;
}

.detailitem {
	width: 48%;
	float: left
}


#socialshort {
	margin: 10px 0px 2px 0px;
	padding: 0px;
}


#sociallong {
	width: 250px;
	background-image: url(/images/landing/sync_long_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	
}

#sociallong #sociallongbottom {
	background-color: #2D3464;
	text-align: center;
	padding: 5px;
}

#sociallong #sociallongbottom a {
	color: white;
}



.divider {
	clear: both;
	margin: 5px 0px 5px 0;
	border-top: 1px dotted silver;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.dividerhidden {
	clear: both;
	margin: 5px 0px 5px 0;
	border: none;
}


