/* POPUP ==================================================================== */
div.popup-element-body > div.inner{}
div.popup-element-body > div.inner > a.popup-close {
	float : none;
	position : absolute;
	z-index : 10;
	top : 16px;
	right : 10px;
	background : url("../images/close-button.png") top left no-repeat;
	width : 16px;
	height : 16px;
}
div.popup-element-body > div.inner > a.popup-close > span{ display : none !important; }
div.popup-element-body > div.inner .form-wrapper{	background-color : #f0f0f0; }
div.popup-element-body > div.inner .fieldset-legend{
	color:#A8000C;
	text-transform: none;
}


/* PUBLICATIONS LIST ======================================================== */
ul.publicationsList{ 
	list-style : none; 
	padding    : 0;
	margin     : 0; }
ul.publicationsList > li{
	padding      : 0;
	margin       : 0; 
	padding-left : 40px;   
	background   : url("../images/puceLevel.png") 5px 4px  no-repeat; 
	line-height  : 2em;
}
ul.publicationsList > li img{ padding : 0 !important; }
ul.publicationsList > li:hover{ background-color : #F2F2F2; }
ul.publicationsList > li label{ display:inline; }

/* CART ===================================================================== */
span.cart_counter{
  display: inline-block;
  vertical-align: text-top;
  margin-left: 10px;
  margin-right: 0px;
  position: relative;
  top : -1px;
  padding: 0px 5px 0px 5px;
  line-height: 16px;
  font-size: 12px;  
  color: white;
  text-shadow: 0 1px #902a27;
  background: #e93631;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(top, #f65d5f, #e93631);
  background-image: -moz-linear-gradient(top, #f65d5f, #e93631);
  background-image: -o-linear-gradient(top, #f65d5f, #e93631);
  background-image: linear-gradient(to bottom, #f65d5f, #e93631);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
}