/* $Id: fix-ie.css,v 1.8.2.1 2008/02/05 09:27:26 goba Exp $ */

/**
 * Garland, for Drupal 6.x
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net
 */

body {
  /* Center layout */
  text-align: center;
  /* Allow text resizing */
  font-size: 80%;
}

#header-region, #wrapper #container {
  /* Reset text alignment */
  text-align: left; /* LTR */
}

#wrapper #container #center {
  /* Reduce amount of damage done by extremely wide content */
  overflow: hidden;
}

#wrapper #container #center .right-corner .left-corner {
  /* Because of the lack of min-height, we use height as an alternative 
  height: 400px;*/
}

fieldset {
  /* Don't draw backgrounds on fieldsets in IE, as they look really bad. */
  background: none;
}

ul.primary {
  /* Fix missing top margin */
  position: relative; /* LTR */
/*  top: 0.5em; */
}

/* Prevent fieldsets from shifting when changing collapsed state. */
html.js fieldset.collapsible {
  position: relative;
  top: -1em;
}
html.js fieldset.collapsed {
  top: 0;
  margin-bottom: 1em;
}

tr.menu-disabled {
  /* Use filter to emulate CSS3 opacity */
  filter: alpha(opacity=50);
}

#header-region {
  /* Because of the lack of min-height, we use height as an alternative */
  height: 1em;
}

tr.taxonomy-term-preview {
  filter: alpha(opacity=50);
}

#attach-hide label, #uploadprogress div.message {
  /* Fading elements in IE causes the text to bleed unless they have a background. */
  background-color: #ffffff;
}

input[value~="panier"] {text-indent: 0; color: #ec7b6a; font-size: 0;}


/* Bouton ajout au panier sur les pages */
.logo-info {clear: right;}
.conteneur {width: 500px;}
.bouton-commande {float: left;}


/* Liste produits dans vue Studio-Scrap */

div.ss3-view-kits ul.images li, div.view-kits ul.images li, div.upsell-block-product, div.cart-related-item {float: left; height: 430px; margin-right: 0;}
	/* div.cart-related-item {width: 180px;}*/

	div.ss3-view-kits ul.images li input.node-add-to-cart, div.view-kits ul.images li input.node-add-to-cart, div.add-to-cart input.node-add-to-cart {width: 125px;}
	
	div.add-to-cart {float: none;}
	
	
/* images presentation produit */
div.clear-block.block.block-image_attach div div div {float: left; margin-right: 1em; height: 225px;}


/* Page scrapbooking */
ul.images li, ul.kit-theme li {display: inline;}




#resume-product .bouton-commande div.prix span.pourcent {float: none; margin-left: 1em;}


h3.discount {display: inline !important;}



/* Fix page PF3 */
#node-644 .all-attached-images {margin-bottom: 2em;}


/* Fix transparence simplemodalbox */
.overlay {filter: alpha(opacity=70);}


/*  Fix visuels page produit */
.blockitplanche, .blockitcompo {float: left;}

/*  Fix microcart */
#microcart_cheat {display: none;}
#refresh-block-uc_microcart-0 .cheat.clear {display: none !important;}