.relative {
  position: relative;
}
.nav_big, .nav_big A, .nav_big A:visited {
  text-decoration:none;
  font-size: 12px;
  font-weight: bold;
}

.nav_big A:hover {
  text-decoration: underline;
}
.brochures_slogan {
  padding: 0;
  color:#3c5d97;
  font-weight:bold;
  font-size:20px;  
}
.brochures_slogan_orange {
  color:#ff6600;
}
.brochures_brochure_name {
  font-size: 9pt;
}
.brochures_detail {
  overflow: auto;
  height: 380;
}
.brochures_popover_text {
  font-size: 10pt;
}
.brochures_choose_category {
  font-size: 10pt;
  width: 127;
  text-align: center;
}
.brochures_method {
  line-height: 14pt;
  font-size: 8pt;
  background-color: #5583ad;
  color: white;
  padding: 1 4 1 4;
}
.brochures_selected {
  font-size: 10pt;
  font-weight: bold;
  background-color: #ffaa2c;
  color: white;
  padding: 1 4 1 4;
  position: absolute;
  top: 0;
}
.brochures_remove {
  font-size: 8pt;
  padding-bottom: 5;
}
.brochures_right {
  text-align: right;
  width: 680;
}
.brochures_tags {font-weight: bold; text-align: justify; line-height: 14pt;}
.brochures_tag1 {font-size: 0.85em;}
.brochures_tag2 {font-size: 0.85em;}
.brochures_tag3 {font-size: 1.0em;}
.brochures_tag4 {font-size: 1.0em;}
.brochures_tag5 {font-size: 1.1em;}
.brochures_tag6 {font-size: 1.1em;}
.brochures_place:link, .brochures_place:visited {color: #1c3d87;}
.brochures_category:link, .brochures_category:visited {color: #1c605d;}

.brochures_basket_header {
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
}

.brochures_basket_item {
  text-align: left;
  padding: 5 0 0 0;
  font-size: 8pt;
}

.redcloth ul {
  overflow: hidden;
  list-style: none;
  margin: 6 0 0 0;
  padding: 0;
}

.redcloth ul li {
    background-image: url(/images/bullet.gif);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 14px;
    margin-top: 4px;
    height: 1%;  /* fix IE weirdness */
}

.redcloth p {
  margin: 6 0 0 0;
}

.pushbutton {
  font-weight:bold;
  font-size: 13px;
  padding: 4 0 5 0;
  color: #fff;
}
.pushbutton A, .pushbutton A:link, .pushbutton A:visited {
  color: #fff;
	text-decoration:none;	
}
.pushbutton A:hover {
  color: #fff;
	text-decoration:underline;
}
.pushbutton:active {
  padding:5 0 4 0;
}

.pushbutton_cell {
  background: url("/images/buttons/button_back.gif?1") repeat-x;
}

.pushbutton_cell_current {
  background: url("/images/buttons/button_back_current.gif") repeat-x;  
}

.pushbutton_cell_grey {
  background: url("/images/buttons/button_back_grey.gif?1") repeat-x;
}

.pushbutton_cell_current_grey {
  background: url("/images/buttons/button_back_current_grey.gif") repeat-x;  
}
.brochures_backlink:link, :visited {	
	color: #1C3D87;
	text-decoration:none;
}
.brochures_backlink:hover {	
	text-decoration:underline;
}

.brochures_checkout_text {
  font-size: 12px;
}

.brochures_info_text_popover {
  margin: 5 5 5 5;
}

.brochures_float_right {
  float: right;
}
