@charset "utf-8";

/* CSS Document */
a {
	text-decoration:none;
	color:#0074D4;
	font-family:Arial, Helvetica, sans-serif;
}

#rmacli ul {
	list-style: none;
	clear: both;
}

#rmacli-menu {
	background:#DAE0D2 url("../images/g/rma-bg.gif")repeat-x bottom;
	border:none;
	padding:5px 0 0 10px;
	margin:0 0 0 0;
}

#rmacli-menu li {
	display:inline;
	background:url("../images/g/rma-left.gif") no-repeat right top;
	margin:0;
	padding:5px 5px 0 0;
}

#rmacli-menu a {
	background:url("../images/g/rma-right.gif") no-repeat left top;
	padding:5px 15px 0 15px;
	text-decoration:none;
	color:#0074D4;
	font-family:Arial, Helvetica, sans-serif;
}

#rmacli-message {
	clear: both;
	padding: 10px 25px;
	background: #f6f6f6;
}

#rmacli-main { font-size: .8em; }

#rmacli-steps {
	padding: 10px 25px;
	border-bottom: 1px solid #ddd;
	margin: 0;
}

#rmacli-steps li {
	display: inline;
	padding: 0;
}

.rmacli-step {
	margin: 0;
	padding: 10px 25px;
	background: #f6f6f6;
}

#rmacli-step-end {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#rmacli-step-end a {
	text-align:center;
	background:url(http://www.garmin.ch//images/g/link-button.png) no-repeat 0 0;
	width:250px;
	cursor:pointer;
	color:#000000;
	display:block;
	font:bold 16px/46px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height:47px;
	position:relative;
	text-decoration:none;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
	white-space:nowrap;
}
#rmacli-step-end a:hover {
	background:url(http://www.garmin.ch/images/g/link-button.png) no-repeat 0 -50px;	
}
#rmacli-step-end a:active {
	background:url(http://www.garmin.ch//images/g/link-button.png) no-repeat 0 -100px;
}

#rmacli-step-end strong { color:#3A74E4}


.rmacli-step li { position: relative; }

.rmacli-step li .rmacli-required-message {
	display: block;
	width: 300px;
	position: absolute;
	top: 10px;
	left: 355px;
	margin-bottom:1em;
	border:2px solid #ddd;
	padding:.2em;
	background:#FBE3E4;
	color:#D12F19;
	border-color:#FBC2C4;
	-moz-border-radius:6px;
	
}

.rmacli-step table .rmacli-required-message { display: block; }

.rmacli-step input, .rmacli-step textarea {
	border: 1px solid #999;
	padding: 1px 2px;
	margin-bottom: 2px;
	color: #333;
}

.rmacli-step input:hover, .rmacli-step textarea:hover {
	border-color: #000;
	background: #eee;
	color: #000;
}

.rmacli-step input:focus, .rmacli-step textarea:focus {
	border-color: #000;
	background: #ffd;
	color: #000;
}

#rmacli-step4 li {
	padding: 10px 2px 0;
	width: 350px;
	border-bottom: 1px dotted #ccc;
}

#rmacli-step4 label {
	display: block;
	width: 200px;
	float: left;
}

#rmacli-step2 table { margin-top: 10px; }

#rmacli-step2 table input { margin: 0 5px 10px 0; }

#rmacli-step2 table label { margin: 0 25px 0 0; }

#rmacli-step2 div { margin: 25px 0 10px; }

#rmacli-step2 div label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

#rmacli .rmacli-notes {
	margin-bottom:1em;
	border:2px solid #ddd;
	padding:.8em;
	background:#FFF6BF;
	color:#817134;
	border-color:#FFD324;
	-moz-border-radius:6px;
	
}

#rmacli .rmacli-error {
	margin-bottom:1em;
	border:2px solid #ddd;
	padding:.2em;
	background:#FBE3E4;
	color:#D12F19;
	border-color:#FBC2C4;
	-moz-border-radius:6px;
	
}

#rmacli-prevnext {
	margin: 0;
	padding: 10px 25px 25px;
	text-align: right;
	border-top: 1px solid #ddd;
}

#rmacli-prevnext li {
	display: inline;
	padding: 0 0 0 20px;
}

.rmacli-next input { font-weight: bold; }

.rmacli-msg {
	display: block;
	padding: 2px 5px;
	margin: 10px 25px 10px;
	width: auto;
}

.rmacli-msg-error {
	background: #fdd;
	color: #900;
	border: 1px solid #f99;
}

.rmacli-msg-confirm {
	background:#E6EFC2;
	color:#529214;
	border-color:#C6D880;
	-moz-border-radius:6px;
	
	margin-bottom:1em;
	border:2px solid #ddd;
	padding:.8em;
}

.rmacli-msg-empty { display: none; }

.rmacli-adresse { margin-left: 25px; }

#rmacli-search { margin: 0; }

#rmacli-search label { margin-right: 10px; }

.rmacli-suivi { border-bottom: 1px solid #ddd; }

.rmacli-suivi h3 { margin: 20px 0; }

.rmacli-suivi table {
	margin: 10px 0;
	border-collapse: collapse;
	border-color: #ccc;
}

.rmacli-suivi table th {
	background: #fff;
	font-weight: bold;
	padding: 2px 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.rmacli-suivi table td { padding: 2px 10px; }

#filter {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #333333;
	z-index:10;
	opacity:0.8;
	filter: alpha(opacity=90);
}

#box_rma {
	display: none;
	position: absolute;
	top:15%;
	left:10%;
	right:10%;
	width: auto;
	height:auto;
	padding: 35px 0 10px 0;
	margin:auto;
	border: 1px solid #333333;
	-moz-border-radius:6px;
	background-color: white;
	z-index:101;
	overflow:hidden;
	background: #FFFFFF;
}

#box_rma2 {
	display: none;
	position: absolute;
	top:15%;
	left:10%;
	right:10%;
	width: auto;
	height:auto;
	padding: 35px 0 10px 0;
	margin:auto;
	border: 1px solid #333333;
	-moz-border-radius:6px;
	background-color: white;
	z-index:101;
	overflow:hidden;
	background: #FFFFFF;
}

#box_recall {
	display: none;
	position: absolute;
	top:15%;
	left:10%;
	right:10%;
	width: auto;
	height:auto;
	padding: 35px 0 10px 0;
	margin:auto;
	border: 1px solid #333333;
	-moz-border-radius:6px;
	background-color: white;
	z-index:101;
	overflow:hidden;
	background: #FFFFFF;
}

#boxtitle {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:24px;
	padding:0;
	padding-top:4px;
	padding-left:8px;
	margin:0;
	border-bottom:4px solid #666666;
	background-color: #000000;
	color:white;
	text-align:center;
	font-weight:bold
}

