/* Differentes sections */

#solution-resume
{
	float: left;
	display: inline;
	width: 660px;
	margin: 17px 10px;
	background-color: #ebf0e0;
}
.solution
{
	float: left;
	display: inline;
	width: 636px;
	background-color: #fff;
	cursor: pointer;
	margin: 10px;
}

.solution-header,
.solution-footer
{
	float: left;
	color: #000;
	width: 636px;
	height:5px;
	background: #fff no-repeat url(../img/solutions-frame.png);
}

.ORCA-Logo
{
    background: no-repeat url(../img/logo-sprite2.png);
	height: 78px;
	width: 182px;
	margin: 0 10px;
}
.MANITOU-Logo
{
    background: no-repeat url(../img/logo-sprite2.png) 0 -78px;
	height: 53px;
	width: 180px;
	margin: 0 11px;

}
.CALIBUR-Logo
{
    background: no-repeat url(../img/logo-sprite2.png) 0 -131px;
	height: 81px;
	width: 130px;
	margin: 0 36px;

}
.solution-footer
{
	background: #fff no-repeat url(../img/solutions-frame.png) 0 -5px;
}

.solution table
{
	width: 620px;
	padding: 10px;
}

.solution table tr td
{
	padding: 5px 0 0 10px;
	font-size: 13px;
	text-align: justify;
}

.productMore
{
	float: right;
	margin: 0px 40px 10px;
	height: 19px;
	width: 99px;
	padding: 3px 25px 0 0;
	font-size: 13px;
	color: #fff;
	text-align: right;
	cursor: pointer;
}
.moreORCA
{
	background: no-repeat url(../img/moreButton.png) 0 0;
}
	.moreORCA:hover
	{
		background: no-repeat url(../img/moreButton.png) 0 -66px;
	}
.moreMANITOU
{
	background: no-repeat url(../img/moreButton.png) 0 -22px;
}
	.moreMANITOU:hover
	{
		background: no-repeat url(../img/moreButton.png) 0 -88px;
	}
.moreCALIBUR
{
	background: no-repeat url(../img/moreButton.png) 0 -44px;
}
	.moreCALIBUR:hover
	{
		background: no-repeat url(../img/moreButton.png) 0 -110px;
	}


.headcol1
{
	width: 105px;
	text-align: center;
	vertical-align: middle;
}

#tableau
{
	float: left;
	display: inline;
	margin: 1px 0 10px;
	padding: 5px;
}

#tableau-comparatif
{
	float: left;
	width: 660px;
	background-color: #fff;
}
#tableau-comparatif table
{
	border-top: 1px dashed #e3e1dc;
	border-bottom: 1px dashed #e3e1dc;
	padding: 5px 0;
}

#tableau-comparatif table tr
{
	height: 29px;
}
#tableau-comparatif table tr th
{
	line-height: 15px;
	height: 15px;
	font-weight: bold;
}
.col1
{
	border-right:	1px solid #e3e1dc;
	width: 500px;
	padding: 5px 8px;
	margin: 0;
	font: 13px Arial, sans-serif;
	color: #5b574d;
}
.col1 small
{
	font-size: 8px;
}
.col2
{
	width: 75px;
	padding: 3px;
	margin: 0;
	text-align: center;
	font: 13px Arial, sans-serif;
	color: #5b574d;
}

.col2 img
{
	height: 10px;
	width: 10px;
	vertical-align: middle;
}
