@charset "utf-8";
/* Lightbox-like ShareThis CSS */

.popup {
    position: absolute;
    top: 200px;
    left: 50%;
	margin-left:-240px;
    width: 480px;
    color: #fe9243;
	text-align:left;
}
.popup h3{
	font-variant:normal;
	margin-top:0;
	padding-top:0;
}
.popup li{
	margin:4px auto;
}
.popup .popup_top {
    background: url(../../images/share/popup_top.png) no-repeat 0 0;
    height: 34px;
    overflow: hidden;
    position: relative;
}
.popup .popup_top h4 {
    display: inline;
    position: absolute;
    top: 12px;
    left: 20px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #fac39a;    
}
.popup .popup_close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}
.popup .popup_middle {
    background: url(../../images/share/popup_middle.png) repeat-y;
    overflow: hidden;
}
.popup .popup_content {
    padding: 10px 20px;
}

.popup .popup_bottom {
    background: url(../../images/share/popup_top.png) no-repeat 0 -34px;
    height: 16px;
    overflow: hidden;
}

.popup_sharing
{
    margin-left: 10px;
}

.popup .columns A 
{
    text-indent: 0 !important;
    float: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 4px 0 4px 34px !important;
    position: relative;
    width: 76px !important;
    display: block;
    color: #fac39a;
}
.popup .columns{
	margin-left:10px;
}
.popup .columns A:hover
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #cd611d;
    color: #fff;
    text-decoration: none !important;

}

.popup .columns SPAN
{
    padding: auto !important;
    margin: auto !important;        
    position: absolute;
    left: 14px;
    top: 4px;
    float: none !important;

}

.popup .columns .column
{
    width: 107px;
    float: left;
    padding: 0;
}

.popup .frame
{
    border:#cd611d 1px solid;
	background:#000;
    padding: 6px;
    margin: 0 20px 0 0;
    float: left;
}

.popup .border
{
    border-top: 1px dashed #333;
    margin: 0 10px;
}

.popup A.sharelink:hover, 
.popup A.popup_close:hover
{
    text-decoration: underline;
}

