/**
 * 	vudp
 */

.privacy_setting_share
{
	position:relative;
	width:202px;
}

.privacy_setting_mini
{
	position:relative;
	width:45px;
}

.privacy_setting_share a.privacy_setting_share_active,
.privacy_setting_share a.privacy_setting_share_active:hover
{
	display:block;
	background:url('../../../../../../theme/frontend/default/style/default/image/layout/privacy_setting_active.png') no-repeat;
	border-top:1px #AFAFAF solid;
	border-left:1px #AFAFAF solid;
	border-right:1px #AFAFAF solid;
	border-bottom:1px #AFAFAF solid;
	line-height:25px;
	text-decoration:none;
	padding:0px 0px 0px 25px;
	z-index:1;
	color:#333;
	font-weight:bold;
}

.privacy_setting_mini a.privacy_setting_share_active,
.privacy_setting_mini a.privacy_setting_share_active:hover
{
	display:block;
	background:url('../../../../../../theme/frontend/default/style/default/image/layout/privacy_setting_active_mini.png') no-repeat;
	line-height:25px;
	text-decoration:none;
	padding:0px 0px 0px 25px;
	z-index:1;
	color:#333;
	font-weight:bold;
	overflow:hidden;
	text-indent:-1000px;
}

.privacy_setting_mini a.privacy_setting_share_active:hover
{
	background:url('../../../../../../theme/frontend/default/style/default/image/layout/privacy_setting_active_mini.png') no-repeat 0px -50px;
}

.privacy_setting_mini a.is_active,
.privacy_setting_mini a.is_active:hover
{
	background:url('../../../../../../theme/frontend/default/style/default/image/layout/privacy_setting_active_mini.png') no-repeat 0px -25px;
}

.privacy_setting_share a.is_active,
.privacy_setting_share a.is_active:hover
{
	background:url('../../../../../../theme/frontend/default/style/default/image/layout/privacy_setting_active.png') no-repeat 0px -25px;
	border:1px #000 solid;
	border-bottom:1px #fff solid;
	color:#fff;
}

.privacy_setting_share .privacy_setting_holder_share
{
	left:0px;
}

.privacy_setting_mini .privacy_setting_holder_share
{
	right:0px;
}

.privacy_setting_holder_share
{
	position:absolute;
	background:#fff;
	border-right:1px #d3d3d3 solid;
	border-left:1px #d3d3d3 solid;
	border-bottom:2px #d3d3d3 solid;
	width:200px;
	z-index:2000;
	display:none;
}

.privacy_setting_mini .privacy_setting_holder_share
{
	border-top:1px #d3d3d3 solid;
}

.privacy_setting_holder_share ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.privacy_setting_holder_share ul li
{
	margin:0px;
	padding:0px;
}

.privacy_setting_holder_share ul li a,
.privacy_setting_holder_share ul li a:hover
{
	display:block;
	background:#fff;
	text-decoration:none;
	line-height:25px;
	padding:0px 0px 0px 25px;
}

.privacy_setting_holder_share ul li a:hover
{
	background:#333;
	color:#fff;
}

.privacy_setting_holder_share ul li a.is_active_image
{
	background-image: url("../../../../../../theme/frontend/default/style/default/image/misc/is_active_image.png");
	background-repeat:no-repeat;
	background-position:5px 0px;
}

.privacy_setting_holder_share ul li a.is_active_image_cs
{
	background-image: url("../../../../../../theme/frontend/default/style/default/image/misc/is_active_image.png");
	background-repeat:no-repeat;
	background-position:5px 0px;
}

.privacy_setting_holder_share ul li a.is_active_image:hover
{
	background-position:5px -25px;
}

.privacy_setting_holder_share ul li a span
{
	margin-left:4px;
	font-weight:bold;
}

.as_attachment_image {
	float: left;
	text-align: center;
	width: 140px;
}

div.js_advshare_content {
	min-height: 200px;
	position: relative;
}

div.as_attachment_pager ul li.no_link a.previous {
    background: url("../../../../../../theme/frontend/default/style/default/image/layout/attachment_pager.png") no-repeat scroll 0 -20px transparent;
    cursor: default;
}

div.as_attachment_pager ul li.no_link a.previous:hover {
    border-right: none;
}

div.as_attachment_pager ul li.no_link a.previous {
    border-right: none;
}

div.as_attachment_pager ul li a.previous {
    background: url("../../../../../../theme/frontend/default/style/default/image/layout/attachment_pager.png") no-repeat scroll 0 0 transparent;
}

div.as_attachment_pager ul li a.first {
    border-right: 0 none;
}

div.as_attachment_pager ul li a.first:hover {
    border-right: 0 none;
}

div.as_attachment_pager ul li.no_link a {
    border: 1px solid #CCCCCC;
}

div.as_attachment_pager ul li a, div.as_attachment_pager ul li a:hover {
    border: 1px solid #7F7F7F;
    display: block;
    line-height: 20px;
    overflow: hidden;
    text-decoration: none;
    text-indent: -1000px;
    width: 28px;
}

div.as_attachment_pager ul li a.next {
    background: url("../../../../../../theme/frontend/default/style/default/image/layout/attachment_pager_next.png") no-repeat scroll 0 0 transparent;
}

div.as_attachment_pager ul li a, div.as_attachment_pager ul li a:hover {
    border: 1px solid #7F7F7F;
    display: block;
    line-height: 20px;
    overflow: hidden;
    text-decoration: none;
    text-indent: -1000px;
    width: 28px;
}

div.as_attachment_pager ul li {
    display: block;
    float: left;
    line-height: 20px;
}

.padding-top-10px {
	padding-top: 10px;
}

.topbox {
    border-bottom: 0px solid #D7D7D7;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.midbox {
    /* float: left; */
    margin-bottom: 10px;
    width: 100%;
}

.midbox .status-box {
    background: none repeat scroll 0 0 transparent;
    font-size: 14px;
    line-height: 16px;
    width: 97%;
	overflow: hidden;
	height: 16px; 
}

.topbox .privacy_setting_div {
	float: right;
}

.title-input {
	width: 300px;
}

.description-input {
	width: 320px;
}

.activity_feed_content_float {
    /* margin-left: 125px; */
}

.floatleft {
    float: left;
}

.activity_feed_content_no_image {
    /* float: left; */
}

.privacy_setting_share_div {
	float: right;
}

.sharetypes_div {
	float: left;
	position: relative;
	width: 120px;
}

.sharetypes_div .privacy_setting_holder_share {
	border-top: 1px solid #d3d3d3;
	left: 1px;
}

.sharetypes_div a.privacy_setting_share_active {
	background: url("../../../../../../module/advancedshare/static/image/bg_sharetypes.png") no-repeat scroll 0 0 transparent;
    color: #333333;
    display: block;
    font-weight: bold;
    line-height: 25px;
    overflow: hidden;
    padding: 0 0 0 27px;
    text-decoration: none;
    z-index: 1;
}

.sharetypes_div a.privacy_setting_share_active:hover
{
	background-position:0px -50px;
}

.sharetypes_div a.is_active,
.sharetypes_div a.is_active:hover
{
	background-position:0px -50px;
}

.sharetypes_title {
	float: left;
	line-height: 25px; padding-right:5px; 
}

.advancedshare_friendlist_box .advancedshare_friend_search_input {
	border: none;
	background: none;
	line-height: 25px;
}

.advancedshare_friendlist_box .advancedshare_small_name_tag a.delete:hover {
	background-position: 0 0;
}

.advancedshare_friendlist_box .advancedshare_small_name_tag a.delete {
    background: url("../../../../../../module/advancedshare/static/image/bg_bt_small_tag_delete.png") no-repeat scroll 0 -20px transparent;
    height: 20px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 20px;
}

.advancedshare_friendlist_box .advancedshare_small_name_tag {
    border: 1px solid #D7D7D7;
    float: left;
    line-height: 23px;
    margin-right: 5px;
    padding: 0 30px 0 5px;
	position: relative;
}

#advancedshare_search_friends_box {
	padding-bottom: 10px;
}

.advancedshare_friendlist_box {
}

.advancedshare_friendlist_box .float_box {
	background-color: #FFFFFF;
    border: 1px solid #D7D7D7;
	border-top: none;
	left: -1px;
    position: absolute;
    width: 300px;
}