/*
* CONTACTS starts
*/

.contact {
	overflow: hidden;
	position: relative;
}

.contact.hand:hover {
	background: url(/static/design/_cmn/bg_drag.png) repeat-y 0 0;
}
	.contact.hand .drag_ctrl {
		cursor: move;
		height: 500px;
    	margin-bottom: -500px;
		width: 15px;
	}

	.contact:hover .remove, .contact:hover .drag_ctrl, .contact:hover .service_btn {
		visibility: visible;
	}

	.contact .remove, .contact .drag_ctrl, .contact .service_btn {
		visibility: hidden;
	}

	.contact .service_btn.small {
		bottom: 9px;
		position: absolute;
		right: 0;
	}

	.contact .remove {
		background: url(/static/blocks/_cmn/sprite_icons_common_small.png) no-repeat 0 -480px;
		cursor: pointer;
		height: 9px;
		float: right;
		margin: 8px 3px 0 0;
		width: 9px;
	}

	.contact .name_adress_box, .contact .date_box, .contact .connects_box {
		margin-left: 7px;
	}

	.contact .user_card, .contact .name_adress_box, .contact .date_box, .contact .connects_box {
		float: left;
	}

	.contact .user_card {
		width: 250px;
		margin-left: 15px;
	}
		.contact .user_card .user_name {
			background-position: 0 -51px;
			font-size: 14px;
		}
            .contact .user_card .user_name.online {
                background-position: 0 -507px;
            }

	.contact .name_adress_box {
		margin-top: 3px;
		width: 133px;
	}
		.contact .name_adress_box p {
			margin-bottom: 7px;
		}

	.contact .date_box {
		margin-top: 3px;
		width: 138px;
	}
        .contact .date_box p {
            position: relative;
            padding-left: 16px;
        }
            .contact .date_box p span.icon {
                position: absolute;
                width: 11px;
                height: 12px;
                top: 0;
                left: 0;
                margin: 1px 0 0 0;
                background: url('/static/blocks/_cmn/sprite_icons_common_small.png?4') no-repeat 0 -889px;
            }

	.contact .connects_box {
		margin-top: 2px;
		width: 150px;
	}
		.contact .connects_box p {
			margin-bottom: 7px;
		}

		.contact .connects_box p.skype {
			background: url(/static/blocks/soc_opp/sprite_icons_soc_opp.png) no-repeat 0 -257px;
			line-height: 19px;
			padding-left: 20px;
		}

	.contact p {
		font-size: 12px;
	}

/*
* CONTACTS ends
*/
