/**
 * @name: 		bus.css
 * @author: 	Albert Harounian
 * @copyright: 	inManage LTD
 * @since:		August 1, 2007
 * @desc:		CSS file for businesses and companies module layout
 *
 */
 
 
/**
 * *************************************************************************************
 * Businesses (depends on 'cards' classes)
 * *************************************************************************************
 */
 
#contentBody{
	padding-bottom: 25px;
}

h1.pageTitle{
	background:#D7032C;
	color:white;
	font-size:28px;
	padding:5px 20px 0px 0px;
	width:466px;
}

.bottomStrip {
	width:483px;
}

.company .contentSide .companyDesc {
	background:white;
}

.company .contentSide .companyDesc a {
	vertical-align:baseline;
}

.imagesSide.bussImages{
	width: 486px;
	margin:-27px 0px 20px;
}

#divBusData .cardCont .cardTitleCont{
	width: 268px !important;
	width: 260px;
}

#divBusData .cardCont .busLogo{
	width: 125px;
	margin-left: 5px;
}

#divBusData .cardCont .busLogo img{
	border: 1px solid #e0dfe3;
}

#divBusData .cardCont .desc{
	color: #9D9D9D;
	font-size: 14px; /* Changed from 11px */
	font-weight: normal;
}

#divBusData .cardCont_open .cardTitleCont{
	width: 240px;
}

#divBusData .cardCont_open .cardDetailsList_line{
	width: 450px;
}

#divBusData .cardCont_open .cardDetailsList_details{
	width: 340px;
}

#divBusData .bottomBar{
	padding-left: 16px;
}

.divCardSearch .busCatrgories{
	color: #6B6A70;
	font-size: 11px;
	margin-top: 10px;
}

.divCardSearch .busCatrgories a{
	font-size: 14px;
	text-decoration: underline;
}


/**
 * *************************************************************************************
 * Company
 * *************************************************************************************
 */

.company{
	width: 480px;
	background: #E8E7E7;
}

.contentSide{
	width: 330px;
} 

.contentSide .companyDesc{
	padding:10px;
	margin-top:15px;
} 

.contentSide.desc{
	margin-right:15px;
	width:456px;
}

.imagesSide.logo{
	width: 135px;
} 

.company .imagesSide .image{
	border: 1px solid white;
	margin-top: 10px;
	padding:3px;
	width:234px;
	height:177px;
	overflow:hidden;
} 

.company .imagesSide.logo .busLogo{
	border: 1px solid white;
	margin-top: 10px;
	padding: 1px;
	/* width:100px; */
} 

.searchTab{
	width: 100px;
	height: 15px;
	margin-bottom:5px;
	padding-left:2px;
}

.related{
	background:white;
	margin:20px 15px 0px 0px;
	padding-right:10px;
	width:445px;
}

.related .section{
	border-bottom:0px;
	margin-right:-27px;
	width:115px;
	height:19px;
}

.related .section.articles{
	background: url('/_media/images/layout/related/BVD_related_articles.jpg') no-repeat top right;
}

.related .section.videos{
	background: url('/_media/images/layout/related/BVD_related_videos.jpg') no-repeat top right;
}

.related .stripArticle {
	width:445px;
}

.related .stripArticle_content {
	width:358px;
}

.related .stripArticle_content .stripArticle_desc {
	width:355px;
}

.videoStripCont{
	width: 430px;
}

.tbl-offer-form input, 
.tbl-offer-form textarea{
	width:100%;
	border:1px solid #9C9C9C;
}