/* Global reset =================================================================== */
html,body,div,p,h1,h2,h3,h4,h5,h6,span,a,table,td,form,img,ul,li {
  margin: 0;
  padding: 0;
  border: 0px none;
}

body.standard {
  font: normal 12px/15px Arial, Helvetica, sans-serif;
  text-align: left;
  color: #666;
  background: url(/themes/pdfshop/img/bg-body.jpg);
  overflow-y: scroll;
}

.pos-left {
  text-align: center;
}

.pos-center {
  text-align: center;
}

.pos-right {
  text-align: right;
}

.position-relative {
	position: relative;
}

.display-none {
	display: none;
}

.display-block {
  display: block;
}

.display-inline {
  display: inline;
}

.scrollbars {
	width: 100%;
  overflow: auto !important;
}

.no-wrap {
	white-space: nowrap;
}

.standard-liststyle {
	margin: 0;
	padding: 0;
	list-style: none;
}

.underline-strong {
	border-bottom: 3px solid #42A8E3;
}

/* Links ========================================================================== */
a {
  font-weight: normal;
	text-decoration: none;
}

.cursor-pointer {
	cursor: pointer;
}

/* Divider lines ================================================================= */
.divider-line {
  height: 1px;
  overflow: hidden;
  border-bottom: 1px dashed #020020;
}

.border-bottom-divider {
	border-bottom: 1px dashed #DADADA;
}

.border-top-divider  {
  border-top: 1px dashed #DADADA;
}

.no-border {
	border: none;
}

/* Shadow ======================================================================== */
.shadow {
 -moz-box-shadow: 1px 2px 2px 1px #F2F2F2;
 -webkit-box-shadow: 1px 2px 2px 1px #F2F2F2;
  box-shadow: 1px 2px 2px 1px #F2F2F2;
}

/*  Floating ====================================================================== */
.floatL {
  float: left;
}

.floatR {
  float: right;
}

.alignR {
  text-align: right;
}

/* Markup free clearing =========================================================== */
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hide from IE-mac \*/
* html .clear-block {
  height: 1%;
}

.clear-block {
  display: block;
}
/* End hide from IE-mac */


/* CMS ============================================================ */
.pfleg {
 padding: 4px 3px 4px 5px;
 text-align: left;  
 font-size : 10px; 
 text-decoration : none; 
 line-height: 12px;
 color : #000000;
}

.pfleghead {
 padding: 3px 3px 3px 5px;
 text-align: left; 
 font-size : 11px;
 font-weight : bold;  
 line-height: 13px;
 text-decoration : none;
 color : #CCFF66;
}

