
/*************************************************************
	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;
	margin-right:2px;
	font-size:12px;
	background-color: #dd3a36;
	background-image:url(../images/tab-bkgd.jpg);
	background-repeat: repeat-x;
	/*border: solid 1px #999; */
	cursor: pointer;
	z-index: 5;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

.tabs li.selected {
	font-weight: bold;
	/*border: 1px solid #2f2f2f;
	border-bottom: 1px solid #fff;*/
	background-image:url(../images/tab-bkgd-hover.jpg);
	background-position:0px 0px;
	color: #fffff;	
}
.tabs li.blank {
	background-color: #fff;
	/*border: 		1px solid #fff; 
	border-bottom:  1px solid #999;*/
	width: 6em;
	cursor: none;
}

#tab-contents {
	border:solid 2px #2f2f2f;
	/*position:relative;*/
	top:0px;
	margin-top:33px;
	padding-right:10px;
	z-index:1;
	background-color:#FFFFFF;
}

div#tab-contents div { 
margin:20px; 
/*color:#898989;*/
color:#235da2;
}

#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: 2px;
	margin-bottom: 2px;
	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: 2px;
}


