/**
* 2010-2016 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
*
*  @author    Webkul IN <support@webkul.com>
*  @copyright 2010-2016 Webkul IN
*  @license   https://store.webkul.com/license.html
*/

div span ul li
{
padding:0;
margin:0;
}
#social_bar ul{
	margin-bottom: 0px !important;
}
#social_bar ul li
{
background: none repeat scroll 0 0 transparent !important;
float: left;
margin: 3px;
padding: 2px 10px;
}
.bar
{

height: 30px;
display: block;
position:fixed;
bottom:0;
background-color:#E5E5E5;
float: left;
z-index: 999999999999999;
}
#hide_toolbar
{
left: 86%;
width: 3%;
border-bottom: 1px solid #B5B5B5;
border-top: 1px solid #B5B5B5;
border-right: 1px solid #B5B5B5;
}
#social_bar
{
width: 75%;
left:11%;
border-bottom: 1px solid #B5B5B5;
border-top: 1px solid #B5B5B5;
border-left: 1px solid #B5B5B5
}
#hide_toolbar #hide
{
display: block;
height:100%;
border-left: 1px solid #B5B5B5;
}
#hide
{
text-align:center;
}
#hide li
{
background-image: url("../img/hide.gif");
background-repeat: no-repeat;
background-position:center;
width:100%;
height:100%;
padding:0;
}
#social_bar ul li span 
{
color: #666666;
margin-left:5px;
}

.separator
{
float:left;
}	
#show_toolbar
{
border: 1px solid #B5B5B5;
left:89%;
position:fixed;
bottom:0;
width:3%;
height:35px;
background-color:#E5E5E5;

display:none;
z-index:9999;
}
#show_toolbar ul li
{
background-image: url("../img/show.gif");
background-repeat: no-repeat;
background-position:center;
width:100%;
height:100%;
padding:0;
}
#show_toolbar ul
{
width:100%;
height:100%;
}
.seperator
{
width:1px;
height:100%;
background-color:#cccccc;
display:block;
float:left;
}
#last_two
{
float:right;
}
#hide_toolbar,#show_toolbar:hover
{
cursor:pointer;
}