div#business_res_company_list_header2 {
    background-image: url(../../../../res/images/business_res_table_header2.gif);
    background-repeat: no-repeat;
    background-position: center top;
    height: 38px;
    font-weight: bold;
    color: #FFFFFF;
    width: 698px;
    text-align: left;
    margin-top: 1px;
}

div#business_res_company_list_header2 td {
    padding-top: 10px;
}
div#business_res_company_list_header2 td.position {
    width: 105px;
    padding-left: 10px;
}
div#business_res_company_list_header2 td.show_name {
    width: 478px;
    padding-left: 5px;
}
div#business_res_company_list_header2 td.rating {
    width: 95px;
    padding-left: 5px;
}
.bp_div_name{
	float: left;	
	margin-right: 10px;
	margin-bottom: 3px;
}
.bp_div_icons{
	float: left;
	width: 100px;
	
}


/* best practice categories */


table.bp_list {
    width: 689px;
	margin-top: 15px;	
	border-collapse: collapse;
}

table.bp_list td {
    border-spacing: 0px; 	
    padding-top: 8px;
	padding-bottom: 8px;
    text-align: left;
    vertical-align: top;
	border-bottom: 1px solid #E9E9E9;	    
}
table.bp_list tr.last_row td {	
	border: none;	    
}

table.bp_list td.show_name {    
    color: #676767;	
}

table.bp_list td.info {
    width: 140px;
    padding-left: 13px;
    border-right: 1px solid #E9E9E9;
    vertical-align: middle;
}

table.bp_list td.info p {
    margin: 5px 0px;
}

table.bp_list td.info table td {
    vertical-align: middle;
}

table.bp_list td.rating {
	width: 80px;
    text-align: center;
    vertical-align: middle;
}
table.bp_list td.position {
    width: 30px;	
	font-size: 1.2em;
	padding-top: 9px;
	font-weight: bold;	
}

table.bp_list td.rating .small {
    font-size: 0.8em;
}

table.bp_list td.rating img {
    margin-bottom: 4px;
}
td.show_name h4 { 
	line-height:110%;
	margin-bottom:4px;
	margin-top:2px;
}
ol.best_practice_overview {	 
	display: block;
	padding-left: 20px;
	float: left;	
	width: 560px;
	list-style-type: decimal;	 
}
ol.best_practice_overview li {
	list-style-type: decimal;
	margin: 1px 0px;
	line-height: 1.5em;	
}

ol.best_practice_overview li img {
	margin-top: -2px;
}

.infoTooltip {
	border: 1px solid silver;
	background-color: #fff;
	padding: 5px;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 150px;
	margin: 5px 0 0 5px;	 	
}
.infoTooltip h3{	
	margin: 3px 0px;
}
.tooltip{
	cursor: pointer;
}

