/* Web-content */
.diysdk_socialNetworks_xing.web_view.webcomponent .clear { clear:both;}
.diysdk_socialNetworks_xing.web_view.webcomponent .profile-detail .name{
    color:#333333;
    font-size: 14px;
    font-weight: bold !important;
    padding-bottom:5px;
}
.diysdk_socialNetworks_xing.web_view.webcomponent .profile-detail .desig-detail, 
.diysdk_socialNetworks_xing.web_view.webcomponent .profile-detail .contact{
    color:#333333;
    font-size: 12px;
    font-weight: regular !important;
    line-height: 18px;
    word-wrap: break-word;
}
.diysdk_socialNetworks_xing.web_view.webcomponent .profile-detail .address{
    color:#333333;
    font-size: 12px;
    font-weight: regular !important;
    overflow:auto;
    width:150px;
    word-wrap: break-word;
    line-height:15px;
}
.diysdk_socialNetworks_xing.web_view.webcomponent .profile-detail .email{
    color:#02494a;
    font-size: 12px;
    font-weight: regular !important;
}
.diysdk_socialNetworks_xing.web_view.webcomponent .profile-detail .email_link{
    color:#02494a;
    text-decoration:none;
}

.diysdk_socialNetworks_xing.web_view.webcomponent .xing-spacer{
    margin-top:10px;
    clear: both;
}
.diysdk_socialNetworks_xing.web_view.webcomponent .xing-more-spacer{
    padding-top:24px;
    clear: both;
}
.diysdk_socialNetworks_xing.web_view.webcomponent .xing-separator
{
	border:1px solid #dddddd;
	clear:both;
}
.diysdk_socialNetworks_xing.web_view.webcomponent .extra-content { 
	padding: 20px; 
	border:1px solid #c9c9c9;
	margin-top:20px;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px; 
    background-color: #FFFFFF;
}
.diysdk_socialNetworks_xing.web_view.webcomponent .extra-content-header { 
	font-size:14px;
	font-weight:bold;
	color: #666666;
}
.diysdk_socialNetworks_xing.web_view.webcomponent .extra-content-sub-header { font-size:13px; line-height:18px; float:left; width: 129px;color: #666666; }
.diysdk_socialNetworks_xing.web_view.webcomponent .extra-content-inner-desc { font-size:13px; line-height:18px; float:left;color: #666666; width:228px; word-wrap: break-word; }
.diysdk_socialNetworks_xing.web_view.webcomponent .extra-content-inner-desc a { color: #666666;}


.diysdk_socialNetworks_xing.web_view.webcomponent .xing-small #xing_outer_container{
    float:left;
    width:198px;
    height:auto;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
}
.diysdk_socialNetworks_xing.web_view.webcomponent .xing-small #xing_top_container{
    float:left;
    width:200px;
    height:5px;
    background-image:url(../images/small_bg_top.png);
    background-repeat:no-repeat;
}
.diysdk_socialNetworks_xing.web_view.webcomponent .xing-small #xing_middle_container{
    float:left;
    width:198px;
    height:auto;
    background-image:url(../images/small_bg_top.png);
    background-repeat:no-repeat;
    border-left:1px solid #c9c9c9;
    border-right:1px solid #c9c9c9;
    background-image: linear-gradient(bottom, rgb(223,223,223) 0%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(223,223,223) 0%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(223,223,223) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(223,223,223) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(223,223,223) 0%, rgb(255,255,255) 100%);

    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(223,223,223)),
    color-stop(1, rgb(255,255,255))
    );

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#dfdfdf);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#dfdfdf)";   
}
.diysdk_socialNetworks_xing.web_view.webcomponent .xing-small #xing_bottom_container{
    float:left;
    width:200px;
    height:35px;
    background-image:url(../images/small_bg_bottom.png);
    background-repeat:no-repeat;
}
.diysdk_socialNetworks_xing.web_view.webcomponent .xing-small .xing_section{
    float:left;
    width:180px;
    margin-left:10px;
}
.diysdk_socialNetworks_xing.web_view.webcomponent .xing-small #xing_section_1{
    border-bottom:1px solid #c9c9c9;
    height:auto;
}
.diysdk_socialNetworks_xing.web_view.webcomponent .xing-small #xing_section_2{
    height:auto;
}
.diysdk_socialNetworks_xing.web_view.webcomponent .xing-small .profile-image{
    float:left;
    min-height: 170px;
}
.diysdk_socialNetworks_xing.web_view.webcomponent .xing-small .profile-image .profile-picture{
    margin-left:40px;
    margin-top:20px;
    margin-bottom:10px;
}
.diysdk_socialNetworks_xing.web_view.webcomponent .xing-small .profile-xing-btn{
    margin-left:48px;
}
.diysdk_socialNetworks_xing.web_view.webcomponent .xing-small .profile-detail { margin-left: 20px; margin-top:10px;}

/******************************* Large xing profile css *****************/
.diysdk_socialNetworks_xing.web_view.webcomponent .xing-large #xing_outer_container {
    float:left;
    height:auto;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
}
.diysdk_socialNetworks_xing.web_view.webcomponent .xing-large #xing_top_container{
    float:left;
    width:400px;
    height:20px;
    background-image:url(../images/large_bg_top.png);
    background-repeat:no-repeat;
}
.diysdk_socialNetworks_xing.web_view.webcomponent .xing-large #xing_middle_container{
    float:left;
    width:398px;
    height:auto;
    background-repeat:no-repeat;
    border-left:1px solid #c9c9c9;
    border-right:1px solid #c9c9c9;
    background-image: linear-gradient(bottom, rgb(227,227,227) 0%, rgb(255,255,255) 100%);
    background-image: -o-linear-gradient(bottom, rgb(227,227,227) 0%, rgb(255,255,255) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(227,227,227) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(227,227,227) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(227,227,227) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(227,227,227)),
	    color-stop(1, rgb(255,255,255))
	);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e3e3e3);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e3e3e3)";   
}
.diysdk_socialNetworks_xing.web_view.webcomponent .xing-large #xing_bottom_container{
    float:left;
    width:400px;
    height:41px;
    background-image:url(../images/large_bg_bottom.png);
    background-repeat:no-repeat;
}
.diysdk_socialNetworks_xing.web_view.webcomponent .xing-large .xing_section{
    float:left;
}
.diysdk_socialNetworks_xing.web_view.webcomponent .xing-large #xing_section_1{
    width:138px;
    height:auto;
}
.diysdk_socialNetworks_xing.web_view.webcomponent .xing-large #xing_section_2{
    float:left;
    width:247px;
    height:auto;
    min-height: 176px;
    border-left:1px solid #c9c9c9;
}
.diysdk_socialNetworks_xing.web_view.webcomponent .xing-large .profile-image .profile-picture{
    margin-left:20px;
    margin-top:0px;
    margin-right:10px;
    margin-bottom:10px;
}
.diysdk_socialNetworks_xing.web_view.webcomponent .xing-large .profile-image{
    float:left;
    width:149px;
}
.diysdk_socialNetworks_xing.web_view.webcomponent .xing-large .profile-detail{
    float:left;
    padding-left: 10px;
}
.diysdk_socialNetworks_xing.web_view.webcomponent .xing-large .profile-xing-btn{
    margin-left:28px;
}