/* P C D T R */


/* Check if cookies are disabled */

/* Default style. No need to change */

.pcdtr a{
cursor: pointer;
text-decoration:none !important
}
.pcdtr a:hover span {
background-position:left bottom;
background-attachment: scroll !important;
background-attachment: fixed;
}
.pcdtr span {
display:inline-block;
background-repeat:no-repeat;
background-position:left top;
overflow:hidden;
line-height:999px;
letter-spacing:-999px;
}

@media print{
  .pcdtr span {
  background-image:none;
  display:inline;
  line-height:normal
  }
}

