#socialToolbarContainer,
#socialToolbarContainer #socialToolbarInnerMin,
#socialToolbarContainer .inner_toolbar .shareLeft .contentLeft ul,
#socialToolbarContainer .inner_toolbar .shareRight .contentLeft ul{
    border:1px solid #ddd;
    color:#555;
}
#socialToolbarContainer .inner_toolbar .shareLeft .contentLeft ul li a,
#socialToolbarContainer .inner_toolbar .shareRight .contentLeft ul li a{
	color:#555;
}

#SocialToolbarActiveWindow,
#socialToolbarContainer.stLayout1 #socialToolbarBackground,
#socialToolbarContainer.stLayout1 #socialToolbarInnerMin,
#socialToolbarContainer .inner_toolbar .shareLeft .contentLeft ul,
#socialToolbarContainer .inner_toolbar .shareRight .contentLeft ul{
    background-color:#f2f2f2;
    color:#555;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(90%,#f2f2f2));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 90%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 90%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 90%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );

}

@media screen and (max-device-width: 767px) {
	#SocialToolbarActiveWindow {
		border: 5px solid #f2f2f2;
	}
}

#socialToolbarContainer.stLayout2  #socialToolbarBackground{
    color:#555;
    background: #f2f2f2;
    background: -moz-linear-gradient(left,  #f2f2f2 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f2f2f2), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left,  #f2f2f2 0%,#ffffff 100%);
    background: -o-linear-gradient(left,  #f2f2f2 0%,#ffffff 100%);
    background: -ms-linear-gradient(left,  #f2f2f2 0%,#ffffff 100%);
    background: linear-gradient(to right,  #f2f2f2 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=1 );
}

#socialToolbarContainer.stLayout3 #socialToolbarBackground{
    color:#555;
    background: #f2f2f2;
    background: -moz-linear-gradient(left,  #ffffff 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(left,  #ffffff 0%,#f2f2f2 100%);
    background: -o-linear-gradient(left,  #ffffff 0%,#f2f2f2 100%);
    background: -ms-linear-gradient(left,  #ffffff 0%,#f2f2f2 100%);
    background: linear-gradient(to right,  #ffffff 0%,#f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=1 );
}

#SocialToolbarActiveWindow .winHeader {
	color:#000;
	font-size:16px;
	border-bottom:1px dotted #ccc;
	margin:5px 0px;
	font-weight:bold;
}


#SocialToolbarActiveWindow .winLink {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

#socialToolbarContainer .stdButton {
	color:#333333;
	font-weight:bold;

	text-shadow: #fff 1px 1px 1px;

}
 #socialToolbarContainer .stdButton:hover{
	color:#0097FC;
}

#socialToolbarContainer .findUs {
	float:left;
	padding:2px 10px 0px 0px;
	font-size:12px;
	color:#999;
	font-family: tahoma, Arial, Helvetica, sans-serif;
}

#socialToolbarContainer .minimized  {
	color:#ccc;
}
/*sets voice bubble triangle color after share toolbar*/
#socialToolbarContainer .inner_toolbar .shareLeft .contentLeft:after {
    border-color: #f2f2f2 transparent;
}