/* Liste support produit */

/* breadcrumb */
#breadcrumb {
margin: 5px 200px 15px 0;
}
/* ============= */
/* content */
/* ============= */
#content .item0 {
margin: 0 110px 30px 0;
}
#content p {
color: #263a4a;
}
#content h2 {
margin: 0;
}
/* support form */
#supprod {
padding: 10px 10px 15px 10px;
margin: 0;
background: #ececec;
border-bottom: 1px solid #8fa0ae;
}
#supprod h3 {
margin: 0 0 10px 0;
font-weight: normal;
}
#supprod div {
margin: 10px 0;
}
#supprod label {
font-weight: bold;
color: #5b7185;
float: left;
width: 170px;
margin: 0 10px 0 0;
text-align: right;
}
#supprod .submit {
clear: left;
padding: 0 0 0 180px;
}
#supprod .submit input {
padding: 0 12px;
background: #fff;
font-size: 0.9em;
}
/* sort form */
#sort {
border-bottom: 1px solid #8fa0ae;
padding: 3px 0;
float: none;
text-align: right;
margin: 0 0 15px 0;
}
#sort label {
font-weight: bold;
}
#sort p {
display: inline;
}
#sort .submit {
padding: 0 6px;
background: #fff;
}
/* supports list */
#suplist h3 {
float: left;
font-weight: normal;
padding: 8px 0 0 0;
color: #263a4a;
}
.supitem {
border-bottom: 1px solid #dadfe3;
clear: left;
padding: 15px 0 7px 0;
overflow: hidden;
}
.supitem h4 a {
font-weight:;
color: #263a4a;
}
.supitem h4 a:hover {
text-decoration: none;
color: #b1b1b1;
}
.supitem p {
margin: 0;
}
.supitem .doc a {
font-weight: bold;
color: #5b7185;
}
.supitem .doc a:hover {
color: #b1b1b1;
text-decoration: none;
}
.supitem .pubdate {
font-size: 0.9em;
color: #666666;
}
.supitem .download a {
border: 1px solid #dedcdd;
text-align: center;
padding: 2px 35px 2px 55px;
float: left;
background: #ececec url(../Images/Css/download.gif) no-repeat 35px center;
color: #263a4a;
}
.supitem .download a:hover {
border: 1px solid #263a4a;
}

.supitem .download .exception {
background: #ececec;
padding: 2px 35px 2px 35px;
float: left;
}

/* number of items form */
#nbr_form {
margin: 0 0 25px 0;
}