/* SocialMedia Bar ////////////////////////////////// */
/* Polish Pottery UK ////////////////////////////// */

/*    Updated: 13 0512  - Updated for PolishPottery Manufaktura */
/* 		Updated 14 0301 - For RamsdenDrums */
/* 15 0112 Updated to allow use on errordoc pages */

		
		/* Dark blue = #171544;    Light blue = #476194;  #fe2222;  Light blue SHADOw =  #90a8cc;  ORANGE = #eab22b; */

span.IN-widget {
	/* .margin-left: -1130px; */
	margin: 10px 0 0 0;
	float:none;
	background-color: orange;
}

div#dcssb-15, div#dcssb-14, div#dcssb-13, div#dcssb-12, div#dcssb-11, 
div#dcssb-10, div#dcssb-9, div#dcssb-8, div#dcssb-7, div#dcssb-6,div#dcssb-5, div#dcssb-4, div#dcssb-3, div#dcssb-2, div#dcssb-1 {
	.width: 100%;
	.z-index: 10;
	.width: 200px;
	width: 23vw;
	.position: absolute;
	.right: 100px;
	.bottom: 100px;
	.bottom: 20vh;
	
	bottom: 0;
	left: 140px;
	padding: 0 0 5px 10px;
	
	.-ms-transform: rotate(-90deg); /* IE 9 */
    .-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    .transform: rotate(-90deg);
	
}
		
div.pluginCountButton.pluginCountNum {
    display: none !important;
}

/* Button panel */

.dcssb-float {
	.left: 0; /* 105px; */
	padding: 10px 0px 5px 0; /* 60 px // 120px */

	 /* Safari 4-5, Chrome 1-9 */
	.background: -webkit-linear-gradient(left,rgba(255,255,255,0.0), rgba(255,255,255,0.5) 30%, rgba(255,255,255,1)); /*Safari 5.1-6*/
	/* Safari 5.1+, Chrome 10+ */
	.background: -webkit-linear-gradient( left,rgba(255,255,255,0.0), rgba(255,255,255,0.5) 30%, rgba(255,255,255,1.0) );
	
	/* Opera 11.10+ */
	.background: -o-linear-gradient(right,rgba(255,255,255,0.0), rgba(255,255,255,0.5) 30%, rgba(255,255,255,1)); /*Opera 11.1-12*/
	
	/* Firefox 3.6+ */
	.background: -moz-linear-gradient(left,rgba(255,255,255,0.0), rgba(255,255,255,0.5) 30%, rgba(255,255,255,1)); /*Fx 3.6-15*/
	
	/* standard */
	.background: linear-gradient(to right, rgba(255,255,255,0.0),  rgba(255,255,255,0.5) 30%, rgba(255,255,255,1)); /*Standard*/

}



body#GoogleMAP .dcssb-float {
	left: 0px;
	padding: 10px 0px 5px 0px; /* 120px */
}
.dcssb-content {
	position: relative;
	.width: 940px; 
	width: 250px;
	width: 55vw;
	margin: 0 auto;
	right: 0;
	background-color: orange;
}

body#errordocs .dcssb-content {
position: relative;
width: 0;
margin: 0 auto;
right: 35px;
}
body#errordocs .dcssb-float {
	background: none;
}


body#GoogleMAP .dcssb-content {
	position: relative;
	width: 940px; 
	margin: 0 auto;
	right: 0px;
}


.dcssb-float {
/* LETS add a COMPANY Logo to the toolbar */
/*	BIG logo in corner as a watermark */

*background: 	url(/../assets/images/Manufaktura_LOGOTYPE_103x92px.png) bottom -52px left -6px no-repeat, url(/../assets/images/PokaDOT_26px.png) bottom 5px right 8px no-repeat;

/* Option 2: - Smaller logo 40px x 40px */
	*padding: 10px 80px 5px 60px;
	*background:  url(/../assets/images/Manufaktura_LOGOTYPE_h40px.png) bottom 0px left 1px no-repeat, -webkit-gradient(linear, 0% 0%, 100% 0%, from(#476194), to(#171544)); 
	*border-radius: 20px 0 0 20px; /* Opera 10.5, IE 9 */
	*-webkit-border-radius: 20px 0 0 20px; /* Saf3+, Chrome */
} 



.dcssb-btn {
	float: left;
	margin-right: 5px;
	background-color: transparent;
}
.dcssb-btn.size-horizontal {
/* RM 13 0313 - causes Print n Text not to stretch to width of text string	width: 80px; */
	height: 24px;
}
.dcssb-btn.size-none {
	width: 50px;
	height: 24px;
}
.dcssb-btn.size-vertical {
	width: 60px;
	height: 62px;
}
/* Button specific styling */
/* Digg */
.dcssb-digg.size-vertical {
	height: 68px;
}
/* Delicious */
.dcssb-delicious div {
	margin: 0 auto;
}
/* LinkedIn */
.dcssb-linkedin.size-horizontal {
	width: 50px;
	background-color: transparent;
	position: relative;
	top: -10px;
	left: -20px;
}
/* TEST 13 0513
span.li_ui_li_gen_1368428190058_0-title, 
span.li_ui_li_gen_1368428190058_0-mark,
span.li_ui_li_gen_1368428190058_0-title-text
{
	background-color: teal;
	float: left;
}
*/


/* Buffer */
.dcssb-buffer.size-horizontal {
	width: 85px;
}
/* Print & Email */
.dcssb-print.size-horizontal, .dcssb-print.size-none, .dcssb-email.size-horizontal, .dcssb-email.size-horizontal {
/* RM 13 0513	width: 56px; */
}
.dcssb-print.size-vertical, .dcssb-email.size-vertical {
	height: 24px;
}
.link-email, .link-print {
	padding-left: 20px;
	padding-right: 10px;
	float: left;
	display: block;
	font: bold 11px/18px Arial, sans-serif;
	height: 20px;
	text-decoration: none;
	color: #476194;
    cursor: pointer;
    background-color: #F8F8F8;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #DEDEDE);
    border: 1px solid #bbb;
    border-radius: 3px 3px 3px 3px;
/* max-width: 100%; */
/*width: 100px; */
background-color: white;

    overflow: hidden;
    position: relative;
	text-align: left;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.link-email	{
	background-color: white;
	color: #476194;
}

.link-print .icon, .link-email .icon {
	display: block;
	width: 14px;
	height: 12px;
	position: absolute;
	left: 4px;
	top: 4px;
}
.link-print .icon {
	background: url(../images/icon_print.png) no-repeat 0 0;
}
.link-email .icon {
	background: url(../images/icon_email.png) no-repeat 0 0;
}
.link-email:hover, .link-print:hover {
	background-color: #e8e8e8;
	color: #171544;
	border: 1px solid #999;
/*    background-image: -moz-linear-gradient(center top , #f8f8f8, #cecece); */
}
.link-email:hover {
	background-color: white;
}

/* Pinterest */
.dcssb-pinterest {
	position: relative;
	width: 60px;
}
.dcssb-pinterest.size-horizontal, .dcssb-pinterest.size-none {
	height: 20px;
}
.dcssb-pinterest.size-horizontal {
	width: 70px;
}
.dcssb-pinterest-button {
    height: 25px;
    margin: 0;
    padding: 0 0 10px 0;
}
.pinItButton {
    position: absolute;
    background: url(../images/pinterest.png);
    font: 11px Arial, sans-serif;
    text-indent: -9999em;
    font-size: .01em;
    color: #CD1F1F;
    height: 22px;
    width: 47px;
    background-position: 0 -37px;
	bottom: 0;
	left: 50%;
	margin-left: -24px;
}
.pinItButton:hover {
	background-position: 0 -58px;
	background-color: none;
}
.pinterest-counter-count{
	font: 12px/12px Arial,Helvetica,sans-serif;
    height: 29px;
    padding: 9px 0 0;
    text-align: center;
    width: 47px;
	background: url(../images/pinterest.png) no-repeat 0 0;
    color: #777777;
    position: absolute;
	bottom: 23px;
	right: 8px;
}
.size-horizontal .pinItButton {
	left: 0;
	margin-left: 0;
}
.size-horizontal .pinterest-counter-count{
	font: 11px/11px Arial,Helvetica,sans-serif;
    height: 15px;
    padding: 3px 0 0;
    text-align: center;
    width: 21px;
	background: url(../images/pinit-count-s.png) no-repeat 0 0;
    color: #777777;
    position: absolute;
	bottom: 1px;
	right: 0;
}
.size-none .pinterest-counter-count{
 display: none;
}

.dcssb-linkedin {
	.display: none;
}

/*Positioning of buttons */

.dcssb-twitter {
	margin-right: 20px;
}
.dcssb-plusone {
	margin-left: 5px;
}
.dcssb-pinterest {
	left: -10px;
}



#social-share > div.dcssb-btn.dcssb-delicious.size-horizontal {
	font-size: 10pt;
	background: white;
	padding: 1px 8px 0px 8px;
	margin:0 20px 0 0;
	border-radius: 8px;
	height: 15px; 
	border: 1pt #4d87ab solid;
	color: #4d87ab;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
div.dcssb-btn.dcssb-delicious.size-horizontal a:hover {color: blue;}


/* UPDATED 15 0121 ////////////////////////////////////  */

div.count-o.enabled {
visibility: none;
}