.share-buttons li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.share-buttons a {
    border: 0px solid #ed0000;
    border-radius: 50%;
    display: inline-block;
    padding: 10px;
    text-indent: -99999px;
    width: 50px;
    height: 50px;
	color: #ed0000;
    box-shadow: 0px 0px 1px #ed0000;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out;
	 text-decoration: none;
}

.share-buttons a:hover {
    /* background-color: #fff; */
	color: #5f2878;
	box-shadow: 0px 0px 1px #5f2878;
	text-decoration: none;
	
}

.twitter a:before {
    font-family: "FontAwsome";
    content: "\f099";
    font-size: 28px;
    text-indent: 0;
    position: absolute;
    top: 5px;
    left: 13px;
}
.facebook a:before {
    font-family: "FontAwsome";
    content: "\f09a";
    font-size: 28px;
    text-indent: 0;
    position: absolute;
    top: 5px;
    left: 17px;
}
.google a:before {
    font-family: "FontAwsome";
    content: "\f0d5";
    font-size: 28px;
    text-indent: 0;
    position: absolute;
    top: 6px;
    left: 14px;
}

.linkedin a:before {
    font-family: "FontAwsome";
    content: "\f08c";
    font-size: 28px;
    text-indent: 0;
    position: absolute;
    top: 6px;
    left: 14px;
}
html:not(.ext-strict) div.shareCol ul{
	float: right;
    position: relative;
}
html:not(.ext-strict) .headerSharePrice{
	display:none;
}
body.mobileView .headerSharePrice{
	position: absolute;
    bottom: 5px;
    max-width: 98%;
	display:block;
}
body.mobileView .shareCol{
	display:none;
}
body.tabsView .tabs5050 div.lgi_col_40_60-c0,body.tabsView .tabs5050 div.lgi_col_40_60-c1{
	width: 50%;
}
body.mobileView .tabs5050 div.lgi_col_40_60-c0{
	width: 30%;
}
body.mobileView .tabs5050 div.lgi_col_40_60-c1{
	width: 70%;
}
@media only screen and (max-width: 519px){
	body.mobileView .tabs5050 div.lgi_col_40_60-c0{
		width: 40%;
	}
	body.mobileView .tabs5050 div.lgi_col_40_60-c1{
		width: 60%;
	}
}

/*
body.tabsView .tabs5050 div[class^="lgi_col_"]{
	width: 50%;
}*/