/* publications.css v2.0 */
#center .publication-frame {
  border-bottom: 1px solid #c7c8ca;
  margin: 0em 0em 1.5em 0em;
  padding: 0em 0em 0.8em 0em;
}

#center .last-frame {
  border-bottom: 0;
}

#center img.cover {
  float: right;
  margin: 0em 0em 10px 10px;
  border: 3px solid #d7c8c7;
}

#center .publication-frame h2,
#center .publication-frame h2 a,
#center .publication-frame h2 a:link,
#center .publication-frame h2 a:visited,
#center .publication-frame h2 a:active {
  color: #e0301e;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
}

#center .publication-frame h4 {
  margin-top: 0;
  padding-top: 3px;
  font-weight: normal;
  font-size: 12px;
  float: left;
  border-top: 1px dotted #c7c8ca;
}

#center .publication-frame h4 a {
  text-decoration: none;
}

#center .publication-frame h4 a:hover {
  text-decoration: underline;
}

#center .publication-frame .button,
#center .publication-frame .button:link,
#center .publication-frame .button:active,
#center .publication-frame .button:visited {
  font-size: 0.8em;
  margin: 0.5em 0.5em 0em 0em;
  padding: 0.2em 0.4em 0.2em 1.6em;
  border: 1px solid #b0b0b0;
  color: #f0f0f0;
  text-decoration: none;
  background: #777777 url(http://www.pwc.com/en_GX/webadmin/assets/image/hometile_arrow.gif) no-repeat scroll;
  background-position: 0.6em center;
}

#center .publication-frame .description {
  clear: left;
}

#center .publication-frame .btn-bar {
  margin: 2px 0em 0em 0em;
  clear: both;
  float: left;
  width: 100%;
  border-top: 1px dotted #939598;
  padding-top: 1px;
  padding-bottom: 1px;
}

#center .publication-frame .btn-bar .date,
#center .publication-frame .btn-bar .language,
#center .publication-frame .btn-bar .category {
  border-left: 1px solid #c7c8ca;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}

#center .publication-frame .button:hover {
  text-decoration: underline;
  color: #ffffff;
}

#center .publication-frame .info {
  float: right;
  clear: none;
  font-size: 0.8em;
  padding: 0em 1em 0em 1em;
  margin: 0.5em 0em 0em 0em;
  border-left: 1px solid #cccccc;
}

#center .publication-frame .last-info {
  border: 0;
}

#center .publication-frame .btn-bar .category {
  border: 0;
}
/*
 * styles specific to list view, i.e. category, type and language
 */

#publication-list {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  list-style-type: none;
}

#publication-list .hproduct {
  margin: 0em 0em 1.5em 0em;
  padding: 0em;
  float: left;
  clear: both;
  width: 100%;
}

/*
 * styles specific to details page
 */
 
#facebox .body {
  width: 650px;
}
 
.hooked-column#center {
  padding: 0;
}

#center .main-action-buttons-container {
  border-top: 1px solid #602320;
  padding-top: 6px;
  padding-bottom: 10px;
  text-align: right;
}

/*
 * styling the right hand navigation
 */
.publication-details .photo-container {
  line-height: 0;
  border: 1px solid #c7c8ca;
  background-color: #f2f2f2;
  text-align: center;
  margin-bottom: 10px;
}

.publication-details .cover {
  float: none;
  margin: 5px;
}

.publication-details .photo-container .buttons-bar {
  background-color: #f2f2f2;
  margin-bottom: 6px;
  float: left;
  width: 100%;
}

.publication-details .rhcontacts {
  border-color: #a32020;
  background-color: #FCEAE9;
  color: #404041;
}

.publication-details .rhcontacts span.rhtitle {
  font-family: Georgia, serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #404041;
}

.publication-details dl {
  text-align: left;
  padding-bottom: 0;
  padding-top: 6px;
  margin-top: 0;
  margin-bottom: 0;
}

.publication-details dt {
  font-weight: normal;
  font-size: 11px;
  font-family: Arial, sans-serif;
  font-style: normal;
  margin: 0;
  padding: 0;
}

.publication-details dd {
  font-weight: normal;
  font-size: 11px;
  font-family: Arial, sans-serif;
  font-style: normal;
  padding-bottom: 3px;
  border-bottom: 1px dotted #939598;
}

.publication-details dd:last-child {
  border-bottom: 0;
}

/**
 * styles applied to item-page
 */
#item-page {
  margin-bottom: 5em;
}

#item-page img.cover {
  margin-left: 0;
  margin-right: 1em;
  float: left;
}

#item-page .digital-asset-description {
  background-color: #f2f2f2;
  padding: 6px;
  margin-bottom: 5px;
}

#item-page .digital-asset-description.description-with-image {
  margin-left: 110px;
}

#item-page .digital-asset-description p {
  margin-bottom: 0;
  clear: right;
}

#item-page .digital-asset-description h3 {
  color: #e0301e;
  margin-top: 0;
  border-bottom: 1px dotted #939598;
}

#item-page .digital-asset-description span {
  font-size: 11px;
  color: #000;
  padding: 1px 5px 1px 5px;
  border-right: 1px solid #939598;
//  border-left: 1px solid #939598;
}
