/* BEGIN BUSINESS CARD LAYOUT */

div#busCards {
background: #e5e5e5;
padding-top: 9px;
padding-left: 16px;
position: relative;
overflow: hidden;
width: 528px;
}

div#busCards div.card {
width: 250px;
float: left;
margin-right: 13px;
margin-bottom: 11px;
}

div#busCards div.card div.topcap  {
background: url(../images/topcap_buscard.gif) top left no-repeat;
height: 6px;
}

div.card div.cardInfo {
height: 122px;
background: #fff url(../images/bg_buscard.gif) bottom left no-repeat;
padding-left: 9px;
padding-right: 9px;
overflow: hidden;
}

div.cardInfo img {
float: left;
margin-right: 8px;
}

div.cardInfo div.right {
overflow:hidden;
float: right;
clear:none;
width: 118px;
color: #6c6d6d;
font-size: 10px;
}

div.cardInfo div.right a {
color: #f6921d;
text-transform: none;
}

div.cardInfo div.right span {
color: #f6921d;
text-transform: none;
}

div.cardInfo div.right h3 {
text-transform: uppercase;
border-bottom: 1px dotted #6c6d6d;
font-size: 12px;

margin-bottom: 7px;
}

div.cardInfo div.right h4 {
font-size: 10px;
text-transform: uppercase;
margin-bottom: 6px;
}

div.cardInfo div.right p.icons {
padding-top: 3px;
}

a.remove { background:url(../images/icon_removeFriend.gif) top left no-repeat; }
a.email { background:url(../images/icon_mailFriend.gif) top left no-repeat; }
a.chat {  background: url(../images/icon_chatFriend.gif) top left no-repeat; }
div.cardInfo div.right a.icons { width: 15px; height: 14px; display: block; float: left; margin-right: 3px; }
