.publications .content {
  width: 632px;
  !width: 635px;
  _width: 650px;
  float: left;
  padding: 0;
  margin: 0;
}
.bottoms {
  width: 632px;
  !width: 635px;
  _width: 640px;
  min-height: 14px;
  height:auto!important;
  height: 14px;
  background: url('../images/bline.jpg') repeat-x bottom;
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}
.bottoms .slider {
  height: 12px;
  width: 130px;
  float: left;
  padding: 0 .5em 0 .5em;
  margin: 0 .5em 0 .5em;
}
.bottoms .slider_on {
  background: url('../images/slider.png') center bottom no-repeat;
}

.bottoms .slider .links { width: 100%; }

.cover {
  height: 100%;
  float: left;
  margin: 0.5em 1em 0.5em 0;
  padding: 0.5em;
  width: 130px;
  background: transparent url('../images/publications_background.jpg') top left no-repeat;
  cursor: pointer;
}

.cover img {
  margin: 0;
  margin-bottom: 1em;
  position: relative;
}

.publication .title {
  font-size: 90%;
}

.publication .review {
  margin: 0;
  padding: 1em;
  background-color: #f1f6e0;
  padding-left: 155px; 
}

.reviews .review { padding-left: 1em; }

.publication .cover { background-image: none; }

.review .author {
  font-weight: normal;
  font-style: italic;
}

.review ul li { 
	background-image: url('/images/bullet_f1f6e0.png');
}

a.pager { display: block; float: left; margin-top: 100px; }

.larrow, .rarrow{background:url(../images/arrows.png) no-repeat; diplay:block; float:left; width:40px; margin-top:60px; height:60px;}
.larrow {background-position:4px 0;}
.larrow:hover {background-position:-49px 0;}
.rarrow {background-position:-102px 0;}
.rarrow:hover {background-position:-154px 0;}

.publication .links {
  padding: 1em;
  padding-left: 100px;
  background-color: #dbebf7;
  background-position: 1em 0.70em;
  background-repeat: no-repeat;
}

.publication .links-en {
  background-image: url('../images/en/buy.png');
}

.publication .links-fr {
  background-image: url('../images/fr/buy.png');
}

.publication .links a, .publication .links a:visited, .publication .links a:link {
  text-decoration: none;
  margin: 0 0.25em;
  padding: 3px 5px;
  white-space: nowrap;
  line-height: 150%;
}

.publication .links a.buy:hover {
  text-decoration: none;
  background: url('../images/buy_bg.png') top left repeat-x;
}

.publication .links img.pdf { position: relative; top: 3px; padding-right: 5px; }
.review .isbn { font-size: 80%; }

.clear { clear: both; font-size: 1pt; }