
#mediaBar
{
	width:914px;
	height:60px;
    background: url("../images/mediaBar-sprite-full.gif") no-repeat scroll 0 -25px transparent;	
	float:left;
	padding:15px 17px 0px 17px;
	margin:0 0 0 20px;
}

#mediaBar a.icon 
{
	display: block;
    height: 25px;
    width: 20px;
    text-indent: -999px;
}

#mediaBar .medialink
{
	width:auto;
	height:40px;
	float:left;
	margin-right: 37px;
	font-size:11px;
	line-height: 1.1em;
}

#mediaBar .newsletter,
#mediaBar .tecBlog,
#mediaBar .tecRSS,
#mediaBar .tecPadcast,
#mediaBar .twitter,
#mediaBar .linkedIn,
#mediaBar .facebook
{
    background: url("../images/mediaBar-sprite-full.gif") no-repeat scroll 0 0 transparent;	
    float : left;
    margin-top: 4px;
}

#mediaBar .newsletter 
{
	background-position: -89px 0;
    height: 25px;
    width: 18px;
    margin-left:11px
}

#mediaBar .newsletter.txt {
	width:55px;
	margin-left:3px;
	float: left;
	background-image: none
}

#mediaBar .tecBlog {
    background-position: -107px 0;
    height: 24px;
    width: 24px;
}

#mediaBar .tecBlog.txt {
	width:48px;
	margin-left:2px;
	margin-top:5px;
	float: left;
	background-image: none
}

#mediaBar .tecRSS {
    background-position: -132px 0;
    height: 19px;
    width: 17px;
}

#mediaBar .tecRSS.txt {
	width:80px;
	margin-left:2px;
	margin-top:5px;
	float: left;
	background-image: none
}

#mediaBar .tecPadcast {
    background-position: -150px 0;
    height: 25px;
    width: 22px;
}

#mediaBar .tecPadcast.txt {
	width:55px;
	margin-left:2px;
	margin-top:5px;
	float: left;
	background-image: none
}


#mediaBar .twitter {
    height: 24px;
    width: 23px;
    margin-top: 2px;
    float:left 
}
/* set specific language in to body id */
.zh #mediaBar .twitter {
	background-position: -64px 0;
}

#mediaBar .twitter.txt {
	width:60px;
	margin-left:2px;
	margin-top:5px;
	float: left;
	background-image: none
}

#mediaBar .linkedIn {
    background-position: -23px 0;
    height: 25px;
    width: 21px;
}

#mediaBar .linkedIn.txt {
	width:88px;
	margin-left:2px;
	margin-top:5px;
	float: left;
	background-image: none
}

#mediaBar .facebook {
    background-position: -45px 0;
    height: 21px;
    width: 19px;
}

#mediaBar .facebook.txt {
	width:65px;
	margin-left:2px;
	margin-top:5px;
	float: left;
	background-image: none
}
