/*For Social Share*/
#share{
	clear: both;
	border: 1px solid #dbdbdb;
	background-color: #f0f0f0;
    padding: 5px 0;
    width: 665px;
    }
    
    	#shareBottom{
	clear: both;
	border: 1px solid #dbdbdb;
	background-color: #f0f0f0;
    padding: 5px 0;
    width: 665px;
    }
    
.sprite { background: url('/images/social-sprite.png') no-repeat;} 
.sprite.fshare {background-position: 0 0px;} 
.sprite.tweet {background-position: -121px 0px;} 
.sprite.gplus1 {background-position: -242px 0px;} 
.sprite.comments {background-position: -363px 0px;}
.sprite.mail {background-position: -484px 0px;}
.shareClear{clear: both;} 


a.sprite {
    color: #fff!important;
    float: left;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    width: 121px;
    height: 30px;
    display: block;
    margin:0 6px;
    text-decoration: none;
}

.shareTitleBottom{
	font-size:14px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 13px;
	padding-bottom: 5px;
	color:#ef5821!important;
}

.shareTitle{
	font-size:13px;
	font-weight: bold;
	font-family: Arial;
	padding-left: 10px;
	line-height: 13px;
	padding-bottom: 3px;
}
	
/*For Social Share*/