/* Editions  CSS - */

/* COMMON */

a
{
  text-decoration: underline;
}

a:hover
{
  color: #fff;
  text-decoration: none;
}

h2
{
  margin-top: 10px;
  font-size: 1.2em;
  /* background: transparent url('/design/fre/images/arthur-loyd-folder-gris.png') top left no-repeat; */
}

h2 a
{
  text-decoration: underline;
}

h2 a:hover
{
  text-decoration: none;
}

div.editionsitem div.editionsright h3
{
  margin: 0;
  font-size: 1em; 
}

ul li
{
  color: #fff;  
}

/* line view */
div.editionsfolder 
{
}

div.itemunderfolder
{
  border: 1px solid red;
  float: left;
}

div.editionsitem
{
  float: left;
  width: 260px;
  min-height: 135px;
  height:auto !important;
  height: 135px;
  border: 1px solid #fff;
  margin: 8px 16px 16px 8px;
  padding: 8px;
}

div.editionsleft
{
  float: left;
}

div.editionsright
{
  margin-left: 85px;
  padding-left: 8px;
}

div.editionsitem h3
{
  text-transform: uppercase;
  font-size: 1.2em;
}

div.editionsitem h3 a
{
  text-decoration: none;
}
