/**
 * @name: 		cards.css
 * @author: 	Albert Harounian
 * @copyright: 	inManage LTD
 * @since:		August 1, 2007
 * @desc:		CSS file for cards module layout
 *
 */

 
/**
 * *************************************************************************************
 * Cards
 * *************************************************************************************
 */

.divCardSearch{
	border: 1px solid #E4E1DC;
	background: #FCFCFC;
	padding: 10px 20px 15px 20px;
	width: 90%;
}

#divCardsData{
	width: 99%;
}

#divCardsData .cats{
	width: 240px;
	margin-bottom: 5px;
}

#divCardsData .headingCont{
	width: 480px;
}

#divCardsData .headingCont .head{
	margin-top: 10px;
	width: 150px;
	border-bottom: 1px solid #DBD9DA;
	
	margin-left: 10px;
}

#divCardsData .headingCont .head .title{
	font-size: 15px;
}

.divCardSearch{
	margin-bottom: 5px;
}

.divCardSearch .headingTitle{
	color: #9D9D9F;
	font-weight: bold;
}

.divCardSearch .verticalSep{
	display: inline;
	float: right;
	width: 5px;
	height: 40px;
}

.divCardSearch .cardsSearchButton{
	border: 0px;
	background: url('/_media/images/layout/BVD_cards_search.jpg') no-repeat top left;
	width: 33px;
	height: 25px;
	cursor: pointer;
}

/**
 * *************************************************************************************
 * Card
 * *************************************************************************************
 */
 
.cardCont{
	border-bottom: 1px solid #D4D4D4;
	margin-bottom: 20px;
	width: 480px;
	color: #6B6A70;
}
 
.cardCont_open{
	border: 1px solid #D3D3D3;
	background: #F7F7F7;
	
}
 
.cardCont_open .cardDetails{
	padding: 10px;
	margin-left: -10px;
	width: 460px;
	overflow: hidden;
}
 
.cardCont .cardTitleCont{
	width: 400px;
	font-weight: bold;
}
 
.cardCont_open .cardTitleCont{
	width: 360px;
}
 
.cardCont .cardTitle{
	/* color: #D7032C;
	color: #6b6a70; */
	font-size: 14px;
}
 
.cardCont .heading{
	color: #6b6a70;
	font-size: 14px; /* Changes from 12px */
}
 
.cardCont .address{
	color: #9D9D9F;
	font-size: 14px; /* Changes from 12px */
}
 
.cardCont .address:hover{
	color: #D7032C;
}
 
.cardCont .cardPhone{
	color: #D7032C;
	color: #6b6a70;
	font-size: 13px;
	font-weight: bold;
	width: 80px;
	text-align: left;
	direction: ltr;
}
 
.cardCont .cardLogo{
	width: 100px;
}
 
.bottomStrip{
	width: 475px;
	background: white;
	padding: 15px 5px 5px 0px;
}
 
.bottomBar{
	color: #6D6C74;
	font-size: 12px;
	padding-left: 8px;
}
 
.bottomBar img{
	/* margin-bottom: -3px !important;
	margin-bottom: -0px; */
}

.bottomBar .stripAddFav{
	width: 81px;
}

.bottomBar .stripAddFav img{
	padding-left: 0px;
}
 
.cardCont .cardDetailsList{
	width: 100px;
	background: #e8e8e8;
	padding: 1px 5px 1px 0px;
	margin-bottom: 1px;
}
 
.cardCont .cardDetailsList_line{
	width: 350px;
}
 
.cardCont .cardDetailsList_details{
	width: 240px;
}