
.externalShareBar  {
	float: none;
	clear: both;
	margin: 15px 0 0 0;
}

.imageGalery .externalShareBar {
	margin-bottom: 15px;
}

.externalShareBar .clear {
	float: none;
	clear: both;
}


.externalShareBar .externalShareItem {
	float: left;
}



.videoList .externalShare.addthis-share,
.audioList .externalShare.addthis-share {
	float: none;
	clear: both;
	margin-bottom: 5px;
}
.videoList .externalShare.addthis-share>div,
.audioList .externalShare.addthis-share>div {
	float: right;
	margin: 3px 0 0 10px;
}

.footerIcons .externalShare.addthis-bookmark {
	float: right;
	margin: 10px;
}




/* shop share formázása */
.containerShopListBoxes.share {
    margin-top: 20px;
    padding: 5px;
    background-color: #f6f6f6;
    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: silver;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: silver;

}

.containerShopListBoxes.share .right {
    float: right;
}

.containerShopListBoxes.share .clearfix {
    clear: both;
}

.containerShopListBoxes.share a{
    text-decoration: none;
}

.share .share_element {
    display: block;
    margin-right: 20px;
}

.share_element.send{
    padding-left: 24px;
    background-image: url("../img/send-share.png");
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 1px;
    padding-bottom: 2px;
    position: relative;
}

.share_element.print{
    padding-left: 24px;
    background-image: url("../img/print-share.png");
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 1px;
    padding-bottom: 1px;
    position: relative;
}

.share_element.request_quote{
    padding-left: 24px;
    background-image: url("../img/offer.png");
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 1px;
    padding-bottom: 2px;
    position: relative;
}

.share_info{
   width: 270px;
   background-color: #ffffff;
   display: block;
   left: -190px;
   position: absolute;
   border: 5px solid #7f7f7f;
   margin-left: -24px;
   z-index: 10000001;
}

.share_info .share_send_header{
    background-color: #f2f2f2;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 2px;
    padding-left: 4px;
    padding-bottom: 2px;
    z-index: 10000001;
}

.share_info .share_send_body {
   padding: 10px 15px;
   display: block;
   position: relative;
   margin-bottom: 10px;
   text-align: left;
   line-height: 26px;
   z-index: 10000001;
}

.share_info .share_send_body .element {
    position: relative;
    float: left;
}

.share_info .share_send_body input {
    width: 145px;
    background-color: #f8f8f8;
    border: 1px solid #e6e6e6;
    margin-top: 2px;
    margin-left: 4px;
}

.share_info .share_send_body textarea {
    width: 238px;
    height: 60px;
    background-color: #f8f8f8;
    border: 1px solid #e6e6e6;
}
.share_info .share_send_footer{
    background-color: #f2f2f2;
    border-top: 1px solid #e6e6e6;
    padding-top: 10px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 10000001;
}

.share_info .submit {
    padding: 0px 15px !important;
}

.share_info .send_buttons_cont {
    text-align:center;
    margin: 5px 0px;
}

.leftElement {
    float: left;
}

#share_request_box {
    left: 0px;
}