/*-----------------------------------------------------------------
share section
--------------------------- --------------------------------------*/
.share {
    width:904px;
    height:20px;
    padding:1px 10px 1px 10px;
    text-align:left;
    background:#555555;
    clear:both;
}

A.shareBt1 {
    padding-left:20px;
    width:88px;
    height:18px;
    font-size:9px;
    font-family:arial,sans-serif;
    background:url('../images/ic_email.gif') no-repeat left center;
    position:relative;
    float:left;
}


ul.shares{
    /*margin-top:-18px;*/
    height:18px;
    list-style-type:none;
    position:relative;
    display:inline;
    float:right;
}

ul.shares li{
    width:18px;
    height:18px;
    display:inline;
}
.s_digg{
    width:18px;
    height:18px;
    display:inline-block;
}
a.s_digg{
    background:url('../images/shares/ic_diggOff.png') no-repeat center center;
}
a:hover.s_digg{
    background:url('../images/shares/ic_digg.png') no-repeat center center;
}
.s_facebook{
    width:18px;
    height:18px;
    display:inline-block;
}
a.s_facebook{
    background:url('../images/shares/ic_facebookOff.png') no-repeat center center;
}
a:hover.s_facebook{
    background:url('../images/shares/ic_facebook.png') no-repeat center center;
}
.s_twitter{
    width:18px;
    height:18px;
    display:inline-block;
}
a.s_twitter{
    background:url('../images/shares/ic_twitterOff.png') no-repeat center center;
}
a:hover.s_twitter{
    background:url('../images/shares/ic_twitter.png') no-repeat center center;
}
.s_delicious{
    width:18px;
    height:18px;
    display:inline-block;
}
a.s_delicious{
    background:url('../images/shares/ic_deliciousOff.png') no-repeat center center;
}
a:hover.s_delicious{
    background:url('../images/shares/ic_delicious.png') no-repeat center center;
}
.s_reddit{
    width:18px;
    height:18px;
    display:inline-block;
}
a.s_reddit{
    background:url('../images/shares/ic_redditOff.png') no-repeat center center;
}
a:hover.s_reddit{
    background:url('../images/shares/ic_reddit.png') no-repeat center center;
}
.s_myspace{
    width:18px;
    height:18px;
    display:inline-block;
}
a.s_myspace{
    background:url('../images/shares/ic_myspaceOff.png') no-repeat center center;
}
a:hover.s_myspace{
    background:url('../images/shares/ic_myspace.png') no-repeat center center;
}
.s_buzz{
    width:18px;
    height:18px;
    display:inline-block;
}
a.s_buzz{
    background:url('../images/shares/ic_buzzOff.png') no-repeat center center;
}
a:hover.s_buzz{
    background:url('../images/shares/ic_buzz.png') no-repeat center center;
}