#grid-content #simpleTabs {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 18px;
	margin-right: auto;
	margin-left: auto;
	width: 590px;
	height: 185px;
}
#grid-content #simpleTabs .simpleTabs-nav {
	width: 590px;
	margin: 0px;
	padding: 0px;
}
#grid-content #simpleTabs .simpleTabs-nav ul{
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-image: url(../image/pickup_img.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	border: 1px solid #FF9900;
}
#grid-content #simpleTabs .simpleTabs-nav li{
	float: right;
	padding: 0px;
	color: #F00;
	cursor: pointer;
	margin: 0px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F90;
	font-size: 12px;
}
#grid-content #simpleTabs .simpleTabs-nav li a {
	float: left;
	padding: 0px;
	color: #F00;
	cursor: pointer;
	margin: 0px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F90;
	font-size: 12px;
	text-decoration: none;
}
#grid-content #simpleTabs .simpleTabs-nav li:hover{
	background-color: #F60;
	color: #FFF;
}
#grid-content #simpleTabs .simpleTabs-nav li.actif{
	color: #fff;
	font-weight: bold;
	background-color: #F60;
}
#grid-content #simpleTabs .simpleTabs-content{
	clear: both;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
	background-color: #FFC;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 100%;
}
#grid-content #simpleTabs .simpleTabs-content a {
	color: #F30;
	text-decoration: underline;
}
#grid-content #simpleTabs .simpleTabs-content a:hover {
	color: #090;
	text-decoration: none;
}
#grid-content #simpleTabs .simpleTabs-content dl {
	text-align: left;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 185px;
}
#grid-content #simpleTabs .simpleTabs-content dt {
	clear: both;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	padding: 0px;
	float: left;
	width: 55px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 50px;
}
#grid-content #simpleTabs .simpleTabs-content dd {
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	padding: 0px;
	float: left;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 50px;
	width: 520px;
}
.w80 {
	width:80px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
