@charset "UTF-8";
@import 'style.css';
@import 'menu.css';
@import 'biz_menu.css';



/* main Projects
------------------------------------------------*/

#biz-page td.project-right {
	height: 336px;
	vertical-align: bottom;
}

#biz-page .project-right ol {
	font-size: 0.8em;
	margin-bottom: 0px;
}

#biz-page table.project-table {
	font-size: 0.8em;
	line-height: 1.3em;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

#biz-page table.project-table thead td {
	background-color: #C2C3C4;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: left;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}

#biz-page table.project-table tbody td {
	background-color: #EBEBEB;
	padding: 8px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: left;
}
#biz-page table.project-table tfoot td {
	text-align: right;
	font-size: 0.9em;
}

/* additional */

.img-left{
	float:left;
	width:180px;
}
.text-right{
	float:right;
	text-align: left;
	width:540px;
}
