.produit{
float:left;width:290px;padding:0px  ;padding-top:75px ;  }

.imageproduit{
float:left;width:200px;padding-left:5px; padding-top:50px ; }

/* Shop Styles here please
*/
.legalinfo {
    background: lightgray;
    border: 2px solid gray;
    margin: 10px;
    padding: 0px 0px 10px 10px;
}
/*
General Formatting
*/
.formLabel {
    float:left;
    width:30%;
    text-align:right;
    font-weight: bold;
    margin: 2px;
    white-space: nowrap;
    clear: left;
}

.formField {
    float:left;
    width:60%;
    margin: 2px;
        
}
/**
* Administration Styles
*/
.adminListHeader {
    float:left; height: 48px; background-repeat: no-repeat;
    text-align: left; font-size: 18px; font-weight: bold;
    padding-left: 80px; 
}

.labelcell {
    margin-left: auto;
    text-align: right;
    font-weight: bold;
    vertical-align: top;
    width: 30%;
}

/**
* Errors, Warnings and Info formatting
*/
.shop_error, .shop_warning, .shop_info, .shop_debug, .shop_critical, .shop_tip {
    font-size: 120%;
    margin-top: 0.8em;
    margin-left: auto;
    margin-right: auto;
    width: 70% !important;
    clear: both;
    text-align: justify;
    vertical-align: middle;
    border-collapse: collapse;
    padding: 15px 20px 15px 80px;
    background-position: 20px 50%;
    background-repeat: no-repeat;
}
.shop_error {
    background-color: #fdd;
    background-image: url( ../shop_image/ps_image/log_error.png );
}
.shop_warning {
    background-color: #ffc;
    background-image: url( ../shop_image/ps_image/log_warning.png );
}
.shop_info {

    background-color: #eef;
    background-image: url( ../shop_image/ps_image/log_info.png );
}
.shop_tip {
    background-image: url( ../shop_image/ps_image/info.png );
    background-color: #dfd;
}
.shop_debug {
    background-color: #F0F8FF;
    background-image: url( ../shop_image/ps_image/log_debug.png );

}
.shop_critical {
    background-color: salmon;
    font-weight: bold;
    background-image: url( ../shop_image/ps_image/log_critical.png );
}

#catalog-left-column {
  width: 418px;
  float: left;
  margin-right: 40px;
}

#catalog-left-column-inner {
  width: 406px;
  border: 2px solid rgb(255,255,255);
  float: left;
  padding: 4px 4px 4px 4px;
  margin-bottom: 15px;
  
}

#catalog-left-column-links {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#catalog-left-column-image {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
/*  min-height: 300px;
  height:auto !important;
  height:300px;
*/
  background-color: rgb(91,91,91);
  margin-bottom: 10px;
}

#catalog-left-column-links a:link, #catalog-left-column-links a:visited {
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

#catalog-right-column {
  width: 470px;
  border: 0px solid rgb(255,255,255);
  float: left;
  text-align:left;
  padding: 10px;
}

#catalog-coord-items {
  width: 900px;
  float: left;
  padding: 4px;
  margin-top: 10px;
}

div.catalog-coord-items-item {
  width: 164px;
  float: left;
  padding: 4px;
}

.pager_links {
  font-size: 13px;
  padding: 3px;
}

.pager_links a:link,
.pager_links a:active,
.pager_links a:hover {
  font-size: 13px;
  padding: 3px;
}

.pager_links_select {
  font-size: 13px;
  font-weight: bold;
  border: 1px solid white;
  padding: 2px;
  background: rgb(40,40,40);
}

div.results_thumbnail {
  float:left;
  width:150px;
  border:solid 1px rgb(255,255,255);
  padding:2px;
  margin-right:3px;
  margin-bottom:3px;
  background: rgb(40,40,40);
}

div.results_textiles {
  float:left;
  width:100px;
  border:solid 1px rgb(255,255,255);
  padding:2px;
  margin-bottom:5px;
  background: rgb(40,40,40);
}

div.results_wishlist {
  float:left;
  width:150px;
  border:solid 1px rgb(255,255,255);
  padding:5px;
  margin-right:15px;
  margin-bottom:15px;
  background: rgb(40,40,40);
  text-align:center;
}

div.results_top {
  float: left;
  height: 150px;
  text-align:center;
  width:150px;
  margin: 5px auto;
}

div.results_remove {
  float: left;
  width:150px;
  text-align:left;
  border-top: 1px solid rgb(255,255,255);
  display: table-cell;
}

div.customer-info {
  width: 960px;
  border: 1px solid rgb(255,255,255);
  margin: 0 auto;
  display: table;
}

div.customer-info-element1 {
 float: left;
 width: 469px;
 border-right: 1px solid rgb(255,255,255);
 padding: 5px;
}

div.customer-info-element2 {
 float: left;
 width: 468px;
 border: 0px solid rgb(255,255,255);
 padding: 5px;
}

div.customer-info-header {
  float: left;
  background: rgb(20,20,20);
  width: 98%;
  font-weight: bold;
  padding: 1%;
}

table.cart-table {
  width: 960px;
  border-collapse: collapse;
  empty-cells: hide;
  border: 1px solid rgb(255,255,255);
  margin: 0 auto;
}
  
table.cart-table td {
  border: 1px solid rgb(255,255,255);
  padding: 2px 5px 0 5px;
}

table.cart-table th {
  border: 1px solid rgb(255,255,255);
  background: rgb(20,20,20);
  padding: 5px 5px 5px 5px;
}

.hint {
  font-size: 90%;
  clear: both;
}

.active-step {
  color: rgb(255,204,0);
  font-weight: bold;
}

.active-step a:link, .active-step a:visited {
  color: rgb(255,204,0);
  font-weight: bold;
}

table.order_noborder {
	border:0px;
	width: 960px;
}

table.order {
	border-width: 1px 1px 1px 1px;
}

.checkout_button {
  display: inline;
}


