body {
  color: #000;
  background: #fff;
  font-size: 62.5%;
  font-family: "geneva", "Verdana", "Bitstream Vera Sans", "DejaVu Sans", sans-serif;
}


#main-wrapper {
  width: 823px;
  padding: 0 40px;
  border: 1px solid gray;
  margin:5px auto auto;
}

#main-table {
  width: 100%;
}

#wrapper {
  vertical-align: top;
}

a, a:link, a:visited {
  color: #555555;
}

a:hover {
  color:#e65100;
}

#banner{
  float:left;
}

#languages {
  border: 1px solid #9398a7;
  margin: 4px 0;
  height: 15px;
  float: right;
}

#languages a {
  padding: 2px 5px;
  color: #9398a7;
  text-decoration: none;
  text-transform: uppercase;
  font-size:1.2em;
  margin-right: 1px;
}

#languages a:hover, #languages a.selected {
  color: #e65100;
}

/*
 * menu nav
 */

#menu{
  margin: 0;
  border: 0;
  padding: 0;
  height: 20px;
  float: right;
  width: 500px;
  position: relative;
  border: 1px dotted gray;
}

#menu ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#menu li{
  float: left;
}

#menu li a {
  border: none;
  color: #555555;
  background-color: transparent;
  font-size: 11px;
  display: inline;
  text-decoration: none;
  padding:0 6px;
}

#menu li a:hover {
  color: #E85607;
  background-color: transparent;
  border: none;
}

#menu li a.in-path{
  color: #E85607;
}

/* Viewbox */
.vertical-item-cross-selling-box,
#list-products{
  width: 817px;
  clear: both;
}

.product-view-box {
  display: block;
  width: 260px;
  height: 260px;
  overflow: hidden;
  position: relative;
  margin: 5px;
  border: 1px solid #929AA6;
}

/* Fix IE6 */
*html .vertical-item-cross-selling-box .product-view-box{
  margin: 3pt;
}
/* Fix IE7 */
#wrapper .product-view-box .image-wrapper a {
  text-decoration: none;
}
#wrapper .product-view-box .product-legend {
  left: 0;
}

#add-to-cart-button{
  background: url('/ui/idbazaar/add_to_cart.png');
  border: 0;
  width: 120px;
  height: 18px;
}

#cart-box{
  border: 1px solid #929AA6;
  padding: 2px;
}

#wrapper .product-view-box .product-legend {
  background: #c1c1c1 repeat scroll 0 0;
  bottom: 0;
  display: block;
  opacity: 0.85;
  position: absolute;
  width: 100%;
  color: black;
}

#wrapper .product-view-box a div {
  line-height: normal;
  padding: 1px;
}

#articles-toc {
  float: right;
  width: 45%;
  border: 1px solid black;
  margin-top:15px;
}

#articles-toc ul {
  margin-left: 0;
}

/* Footer */

#turning-footer{
  border: 1px solid gray;
  padding: 10px;
}

#turning-footer a,
#turning-footer a:link,
#turning-footer a:visited,
#turning-footer a:hover {
  font-size: 14px;
}

/* Fiche produit */
#fiche .images-box {
  float:left;
}
#fiche .frame-box {
  border: 1px solid #EDEDED;
  color: black;
  float: right;
  width: 350px;
}
#fiche .frame-box-header {
  background-color:#EDEDED;
}
#fiche .frame-box-header h1 {
  color:black;
  margin-bottom:0;
  margin-top:0;
}
#fiche .frame-box-header .price {
  font-size:1.6em;
  letter-spacing:1px;
  margin-top:0;
  text-align:right;
  color:#E65100;
}
#fiche .frame-box .description-box {
  padding:2px 10px;
}
#fiche .frame-box #buy-form, #fiche .frame-box .action-links {
  float:right;
}
#fiche .frame-box #buy-form li, #fiche .frame-box .action-links li {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  padding:4px;
  text-align:right;
}
#fiche .frame-box .action-links a {
  background-position:left center;
  background-repeat:no-repeat;
  border:2px outset #DCDAD5;
  color:black;
  cursor:default;
  font-weight:bold;
  line-height:17px;
  padding:2px 10px;
  text-decoration:none;
  text-transform:uppercase;
}
#fiche .frame-box .action-links a:hover {
  color:#E65100;
}
#fiche .properties {
  float:left;
  padding:10px 0 0 17px;
}

#home-news{
  width: 795px;
  margin: auto;
  padding: 5px;
  border: 1px solid #929AA6;
}

#home-news-title{
  color: #929AA6;
  font-size: 19px;
  padding: 10px;
}

#home-news-content{
  float: left;
}

.newsitem-date{
  display: none;
}

/* Itws backoffice */
#boxes-column, #banners-folder, #articles-toc, #article-items{
 display: none;
}

#news #boxes-column{
  display: block;
}

/* Title homepage */
#page-idbazaar-section-view .newsitem-title{
 text-transform:uppercase;
 font-size:25px;
 font-weight:strong;
 letter-spacing:normal;
 line-height:4px;
}

/* side item */
#sidebar-items{
  width: 250px;
}

.sidebar-box{
  border: 1px dotted gray;
  margin-bottom: 10px;
  padding: 5px;
}

/* News */
#news-folder{
  padding: 0 5px;
}
