
/*************************************************************
	UPDATES BELOW EXTENDS THE CSS FOR THE 'REPAIR' AREA
**************************************************************/

.tabs {
	list-style: none;
	margin:0 auto;
	padding: 0px;
	float: left;
	clear: both;
	font-size: 0.8em;
	width: 100%;
	position:relative;
	z-index:5;
}

.tabs li, tabs li.selected, tabs li.unselected, .tabs li.blank {
	float: left;
	padding: 7px 15px;
	margin:  0px;
	margin-right:2px;
	font-size:12px;
	background-color: #eee;
	background-image:url(../images/tab-bkgd.jpg);
	background-repeat: repeat-x;
	border: solid 1px #999;
	cursor: pointer;
	z-index: 5;
}

.tabs li.unselected{
	color:#ffffff;
	font-weight: bold;
}
.tabs li.selected {
	font-weight: bold;
	border: 1px solid #999;
	border-bottom: 1px solid #fff;
	background-image:url(../images/tab-bkgd-hover.jpg);
	background-position:0 -10px;

}
.tabs li.blank {
	background-color: #fff;
	border: 		1px solid #fff;
	border-bottom:  1px solid #999;
	width: 6em;
	cursor: none;
}

#tab-contents {
	border:solid 1px #999999;
	position:relative;
	top:0px;
	margin-top:30px; 
	margin-right:20px;
	z-index:1;
	background-color:#FFFFFF;
	
}

div#tab-contents div { 
	margin:20px;
	height:1300px; 
	
	}

#tab-contents .selected {
	display: block;
}
#tab-contents .unselected {
	display: none;
	
}


/* Onglet RMA Repair Status */

/*
#tab-contents table {

	font-size: 0.9em;
	margin-top: 0px;
	margin: 1em;
	margin-left: 2.5em;
	margin-bottom: 2em;
	
}

#tab-contents table .title {
	font-weight: bold;
	vertical-align: top;
	padding: 0.7em;
}
*/
#tab-contents p.notice {
	background: url(repairArrow.png) no-repeat;
	padding-left: 20px;
	width:400px;
}

#tab-contents h4 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.2em;
}

#tab-contents #request-access {
	display: none;
	margin-left: 4em;
	margin-right: 4em;
	padding: 1em;
	background-color: #eee;
	border-left: 2px solid #ccc;
	font-size: 0.8m;
}

#tab-contents li {
	margin-bottom: .75em;
}



