.vcard {
    margin: 25px auto;
    width: 677px; /*577px;*/
}
.vcard .vcard_title {
    background: url("/images/system/default/layout/people/user-vcard-title-right.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    float: left;
    height: 25px;
    line-height: 25px;
    margin-left: 30px;
    padding-right: 38px;
}
.object_inspector.ICompanyInspectorImplementation .vcard_title {
    background: url("/images/system/default/layout/people/company-vcard-title-right.png") no-repeat scroll right top rgba(0, 0, 0, 0);
}
.vcard .vcard_title .vcard_title_inner {
    background: url("/images/system/default/layout/people/user-vcard-title-left.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #fff;
    font-weight: bold;
    padding-left: 17px;
    text-shadow: 0 1px #333;
}
.object_inspector.ICompanyInspectorImplementation .vcard_title .vcard_title_inner {
    background: url("/images/system/default/layout/people/company-vcard-title-left.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}
.vcard .vcard_image {
    border-right: 1px solid #f1f1f1;
    float: left;
    padding-left: 40px;
    padding-right: 19px;
}
.vcard .vcard_image .vcard_image_frame {
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    text-align: center;
    width: 144px;
}
.vcard .vcard_image .vcard_image_frame a {
    display: block;
    line-height: 100%;
}
.vcard .vcard_image .vcard_image_frame a span {
    display: none;
}
.vcard .vcard_image .vcard_image_frame img {
    border-radius: 10px;
    max-width: 100%;
    vertical-align: middle;
}
.vcard .vcard_top {
    background: url("/images/system/default/layout/people/user-vcard-top.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    clear: left;
    height: 13px;
}
.vcard .vcard_content {
    background: url("/images/system/default/layout/people/user-vcard-content.png") repeat-y scroll center top rgba(0, 0, 0, 0);
    padding-top: 5px;
}
.vcard .vcard_content .vcard_data_wrapper {
    overflow: hidden;
}
.vcard .vcard_content .vcard_bars {
    margin: 0 21px;
}
.vcard .vcard_content .vcard_bars .bar:first-child {
    border-radius: 10px 10px 0 0;
    margin-top: -17px;
}
.vcard .vcard_content .vcard_bars .bar:last-child {
    margin-bottom: 17px;
}
.vcard .vcard_content .vcard_data {
    border-left: 1px solid #f1f1f1;
    left: -1px;
    margin-left: 204px;
    overflow: hidden;
    padding: 0 0 0 19px;
    position: relative;
    width: 416px;
}
.vcard .vcard_content .vcard_data div.properties div.property {
    overflow: hidden;
}
.vcard .vcard_content .vcard_data div.properties div.property div.label {
    color: #999;
    display: block;
    float: left;
    line-height: 18px;
    padding: 1px 0;
    text-align: right;
    width: 110px;
}
.vcard.partner_vcard .vcard_content .vcard_data div.properties div.property div.label,
.vcard.company_vcard .vcard_content .vcard_data div.properties div.property div.label {
    color: #333;
    display: block;
    float: left;
    line-height: 18px;
    padding: 1px 0;
    text-align: right;
    width: 76px;
}

.vcard .vcard_content .vcard_data div.properties div.property div.content {
    border-bottom: 1px solid #f1f1f1;
    display: block;
    line-height: 18px;
    margin-left: 120px;
    min-height: 18px;
    padding: 1px 0;
}

.vcard.partner_vcard .vcard_content .vcard_data div.properties div.property div.content,
.vcard.company_vcard .vcard_content .vcard_data div.properties div.property div.content {
    margin-left: 85px;
}

.vcard .vcard_content .vcard_data ul.properties {
    list-style-type: none;
}
.vcard .vcard_content .vcard_data ul.properties li.property {
    overflow: hidden;
}
.vcard .vcard_content .vcard_data ul.properties li.property.hidden {
    display: none;
}
.vcard .vcard_content .vcard_data ul.properties li.property span.property_title {
    color: #999;
    display: block;
    float: left;
    line-height: 18px;
    padding: 1px 0;
    text-align: right;
    width: 90px;
}
.vcard .vcard_content .vcard_data ul.properties li.property span.property_data {
    border-bottom: 1px solid #f1f1f1;
    display: block;
    line-height: 18px;
    margin-left: 100px;
    min-height: 18px;
    padding: 1px 0;
}
.vcard .vcard_bottom {
    background: url("/images/system/default/layout/people/user-vcard-bottom.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 47px;
}
@media �screen {
.vcard .vcard_bottom {
    left: 1px;
    position: relative;
}
}
.with_actions .vcard .vcard_bottom {
    background: url("/images/system/default/layout/people/user-vcard-bottom-with-actions.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 57px;
    text-align: center;
}
.with_actions .vcard .vcard_bottom ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 24px;
}
.with_actions .vcard .vcard_bottom ul li {
    display: inline;
}
.with_actions .vcard .vcard_bottom ul li a {
    border-left: 1px solid #eaeaea;
    color: #555 !important;
    padding: 6px 15px;
    text-shadow: 0 1px 0 #fff;
}
.with_actions .vcard .vcard_bottom ul li a:hover {
    background: none repeat scroll 0 0 #fff;
    text-decoration: none;
}
.with_actions .vcard .vcard_bottom ul li:first-child a {
    border-left: medium none;
}
#companies table td {
    padding: 5px;
}
#companies table td.icon {
    width: 16px;
}
table.company_users th, table.company_users td {
    padding: 5px;
    vertical-align: middle;
}
table.company_users td.icon {
    width: 16px;
}
table.company_users th.last_activity, table.company_users td.last_activity {
    text-align: right;
    width: 200px;
}
.card {
    margin: 16px 0;
    padding: 10px;
}
.card .head {
    border-bottom: 1px dotted #ccc;
    height: 50px;
}
.card .head a.icon, .card .head span.icon {
    float: left;
    line-height: 50px;
    width: 50px;
}
.card .head h2.name {
    line-height: 45px;
    margin: 0;
}
.card .head div.options {
    float: right;
    padding-top: 15px;
}
.card .head div.options ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.card .head div.options ul li {
    display: inline;
}
.card .head div.options ul li.first {
    color: #999;
    font-size: 11px;
    margin-top: 1px;
    padding-right: 10px;
    position: relative;
    top: -4px;
}
.card .meta {
    margin-left: 20px;
    margin-top: 8px;
}
* html .card .meta {
    height: 50px;
}
.card .meta h2 {
    margin-top: 0;
}
.export_vcard p {
    margin: 10px 0 0 20px;
}
div#companyVCard {
    margin-left: 30px;
}
#import_from_vcard form {
    background: none repeat scroll 0 0 #f7f7f7;
}
#import_from_vcard form .fields_wrapper {
    margin: 0;
    padding: 0;
}
#select_objects {
    background: none repeat scroll 0 0 #f2f2f2;
    border-right: 1px solid #e8e8e8;
    float: left;
    overflow: auto;
    padding: 0 20px;
    width: 498px;
}
#select_objects textarea {
    height: 90px;
    width: 255px;
}
.company_data, .user_data {
    margin: 15px 0;
}
.company_users .user {
    border-left: 2px dotted #bababa;
    padding: 15px 0 20px 20px;
}
.will_be_imported, .send_welcome_email {
    color: green;
}
.will_not_be_imported {
    color: darkGrey;
}
#import_from_vcard select.company {
    width: 260px;
}
#import_from_vcard #send_welcome_message {
    bottom: 0;
    left: 540px;
    overflow: auto;
    padding: 15px 20px;
    position: absolute;
    top: 0;
    width: 390px;
}
#import_from_vcard #send_welcome_message textarea {
    width: 383px;
}

/* VKOST correction for various vcards */

.vcard.company_vcard .vcard_top {
    background: url("/images/system/default/layout/people/company-vcard-top.png") no-repeat scroll center top rgba(0, 0, 0, 0);
}
.vcard.company_vcard .vcard_content  {
    background: url("/images/system/default/layout/people/company-vcard-content.png") repeat-y scroll center top rgba(0, 0, 0, 0);
}
.vcard.company_vcard .vcard_bottom {
    background: url("/images/system/default/layout/people/company-vcard-bottom.png") no-repeat scroll center top rgba(0, 0, 0, 0);
}

/* MORE button */
.vcard .vcard_more {
    background: url("/images/system/default/layout/people/user-vcard-content.png") repeat-y scroll center top rgba(0, 0, 0, 0);
    padding-top: 5px;
    text-align: center;
}
.vcard .vcard_more button#vcard_show_more {
    width: 194px;    
}

.vcard.product_vcard {
    width: 854px;
}
.vcard.product_vcard .vcard_content .vcard_data {
    margin-left: 360px;
    width: 440px;
}
.vcard.product_vcard .vcard_image .vcard_image_frame {
    width: 298px;
}
.vcard.product_vcard .vcard_top {
    background: rgba(0, 0, 0, 0) url("/images/system/default/layout/people/user-vcard-top-wide.png") no-repeat scroll center top;
}
.vcard.product_vcard .vcard_content {
    background: rgba(0, 0, 0, 0) url("/images/system/default/layout/people/user-vcard-content-wide.png") repeat-y scroll center top;
}
.with_actions .vcard.product_vcard .vcard_bottom {
    background: rgba(0, 0, 0, 0) url("/images/system/default/layout/people/user-vcard-bottom-with-actions-wide.png") no-repeat scroll center top;
}