#facebook-head {
    float: left;
    padding-left: 15px;
    padding-top: 15px;
    position: relative;
    width: 300px;
    padding-bottom:20px;
}

#facebook-profile {
   float:left;
   width:300px;
   height:40px;
}

#facebook-head-name {
    float: left;
    line-height: 12px;
    text-align: left;
    color: #333;
    text-shadow: 1px 1px 2px #ccc;    
}

#facebook-head-name strong {
    display: block;
    clear: both;
    font-size: 11px;
}

#facebook-head-name span {
    font-size:10px;
}

#facebook-head-image {
    float: left;
    margin-right: 8px;
    position: relative;
    top: -9px;	
}

#facebook-profile #facebook-head-image img {
    width: 35px;
    height: 35px;	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
        -webkit-box-shadow:  0px 4px 6px -4px #000000;
        -moz-box-shadow:  0px 4px 6px -4px #000000;
        box-shadow:  0px 4px 6px -4px #000000;
}

#facebook-social, #facebook-manage, #facebook-manage2 {
    float: left;
    height: 12px;
    position:relative;
    top: -8px;
    width: 90px;
    padding-right:6px;
}

#facebook-manage, #facebook-manage2 {
    width:95px;
}

#facebook-social .activity, #facebook-head-manage span, #facebook-head-manage2 span {
    display: block;
    line-height: 12px;
    font-size:10px;
    float:left;
}

#facebook-social .activity {
    font-weight:bold;
    cursor: pointer;
    width:90px;
    padding:8px 0;
}

#facebook-head-manage span, #facebook-head-manage2 span {
    width:65px;
}

#facebook-head .status {
   width:30px;
   font-weight:bold;
   cursor: pointer;
}

#facebook-content {
    background: white;
    display: none;
    left: 1px;
    position: absolute;
    top: 70px;
    width: 300px;
    z-index: 90;
        -webkit-box-shadow:  0px 30px 30px -10px #000000;
        -moz-box-shadow:  0px 30px 30px -10px #000000;
        box-shadow:  0px 30px 30px -10px #000000;       	
}

#facebook-content .in {
    padding: 4px;
}

#facebook-reads {
    height: 450px;
    padding-top:0px;
    overflow: auto;
	background: url(../../images/ajax-loader.gif) center 50% no-repeat; 
}

#facebook-reads .item {
    border-top: 1px dotted silver;
    color: black;
    padding: 2px 0;
    text-align: left;
}

#facebook-reads .item .title {
    display: inline-block;
    width: 270px;
    font-size:11px;
    line-height:14px;
}

#facebook-reads .item .time {
    padding: 0 2px;	
    font-size:10px;
    line-height:10px;
}

#facebook-reads .item .delete {
	width: 16px;
	height: 16px;
	float: right;
	background: url(../../images/fb-delete1.jpg) left top no-repeat;
}

#facebook-reads .item .delete:hover {
	background: url(../../images/fb-delete2.jpg) left top no-repeat;
}

#facebook-reads .item .delete span {
	display: none;	
}

#facebook-paginator a {
	display: inline-block;
	float: left;
	width: 25px;
	height: 26px;
	background: red;
	margin-left: 3px;	
}

#facebook-paginator a span { display: none; } 

#facebook-paginator .prev {  background: black url(../../images/fb-arrow-left.png) center 50% no-repeat; }
#facebook-paginator .next {  background: black url(../../images/fb-arrow-right.png) center 50% no-repeat; }

#facebook-paginator .prev.disabled {  background: black url(../../images/fb-arrow-left2.png) center 50% no-repeat; }
#facebook-paginator .next.disabled {  background: black url(../../images/fb-arrow-right2.png) center 50% no-repeat; }

#facebook-content .main-title {
    color: black;
    display: block;
    font-size: 11px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
    width: 280px;
    padding:15px;
}

#facebook-paginator {
    position: absolute;
    right: 5px;
    top: 25px;
}

#facebook-inform,
#facebook-inform2 {
	position: relative;	
}

#facebook-pop {
    /*background: url("../../images/fb-pop.png") no-repeat scroll left top transparent;*/
    z-index:999;
    display: none;
    left: 15px;
    position: absolute;
    top: 75px;
    width: 283px;
    -webkit-box-shadow:  5px 5px 5px -5px #000000;
        -moz-box-shadow:  5px 5px 5px -5px #000000;
        box-shadow:  5px 5px 5px -5px #000000;
}

#facebook-pop span {
    color: #333;
    float: left;
    line-height: 12px;
    margin: 5px;
    text-align: left;
    width: 263px;
}

#facebook-pop span strong {
    display: inline-block;
    font-size: 11px;
}

#facebook-pop2 {
    background: url("../../images/fb-pop2.png") no-repeat scroll left top transparent;
    display: none;
    height: 144px;
    left: 42px;
    position: absolute;
    top: -103px;
    width: 407px;
}

#facebook-pop2 .in {
	position: relative;	
}

#facebook-pop2 span {
    color: white;
    float: left;
    line-height: 13px;
    margin: 13px 0 0 117px;
    text-align: left;
    width: 264px;
}

#facebook-pop2 span strong {
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 8px;
}

#facebook-pop2 .close {
    color: white;
    font-weight: bold;
    left: 325px;
    position: absolute;
    top: 107px;
}

#facebook-pop2 .time {
    left: -1px;
    position: absolute;
    top: 93px;
    width: 252px;
}

#facebook-pop2 .time:hover {
	text-decoration: underline; 	
}
