@CHARSET "UTF-8";

#content p + div.shop {
  margin-top: 11px;
}

#content .shop a,
#content .shop_einzeln a {
	display: inline; /** important for yourChoice!!! **/
  text-decoration: none;
}

#content .shop_einzeln.active {
  border-bottom: 1px solid #c00;
}

#content .shop .titel,
#page #content .box .kasse_h2 {
  background: url(ok-grau.png);
  background-position: right center;
  background-repeat: no-repeat;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 27px;
  padding-top: 2px; /* Test */
}
#sitecontainer #content .shop .titel:hover {
  border-top: 1px solid #c00;
  border-bottom: 1px solid #c00;
  cursor: pointer;
  margin-top: -1px;
}
#content .shop_einzeln .titel {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#content .shop + .shop .titel,
#content .shop_einzeln + .shop_einzeln .titel {
  border-top: 0px solid blue;
}
#content .shop.active .titel,
#content .shop_einzeln.active .titel {
	margin-top: -1px;
  border-top: 1px solid #c00 !important;
  border-bottom: 1px solid #c00;
}
#content .shop .titel.ok {
  background: url(ok-gruen.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#content .shop .titel .yourChoice {
  font-size: 13px;
  line-height: 21px;
  margin-left: 10px;
  color: #999;
}

#content .shop .block,
#content .box .kasten {
  display: inline-block;
  float: left;
  width: 25px;
  height: 25px;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  background: #666;
}
#content .logoPicked,
#content .motivPicked {
  margin-top: 2px;
}
#content .logoPicked .block,
#content .motivPicked .block {
  display: inline-block;
  float: left;
  width: 25px;
  height: 25px;
  font-size: 16px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  background: #f2f2f2;
}
#content .pickedMotiveImg {
  float: left;
  margin-left: 2px;
  background-color: #f2f2f2 !important;
}

#content .shop .block p,
#content .logoPicked .block p,
#content .motivPicked .block p,
#content .box .kasten p {
  vertical-align: middle;
  padding: 5px 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 16px;
}
#content .shop.active .block,
#content .shop .titel:hover .block {
  background: #c00;
}

#content .shop .titel .text,
#page #content .box .kasse_titel {
  /*height: 23px;*/
  background: #f2f2f2 url(pfeilzu.png);
  background-position: 98% center;
  background-repeat: no-repeat;
  padding-left: 15px;
  padding-top: 2px;
  margin-right: 27px;
  margin-left: 27px;
  border: 0px solid blue;
}
#content .shop_einzeln .titel .text {
  height: 23px;
  background: #f2f2f2 url(pfeilzu.png);
  background-position: 98% center;
  background-repeat: no-repeat;
  padding-left: 5px;
  margin-bottom: 2px;
  border: 0px solid blue;
}
#content .shop.active .titel .text,
#content .shop_einzeln.active .titel .text {
  background: #f2f2f2 url(pfeiloffen.png);
  background-position: 98% center;
  background-repeat: no-repeat;
}

#content .shop .inhalt,
#content .shop_einzeln .inhalt {
 /** fpichler: this must be done in java script !!! **/
/**  display: none; **/  
}
#content .shop.active .inhalt {
  display: block;
  font-size: 13px;
  line-height: 15px;
  border-bottom: 1px solid #c00;
}
#content .shop_einzeln.active .inhalt {
  display: block;
  font-size: 16px;
  line-height: 30px;
}

#content .text {
  padding-left: 41px;
}
#content .shop_einzeln.active .inhalt .text {
  padding-top: 0px;
}

#content .text.red {
  border-bottom: 1px solid #c00;
}
#page #content .text.red > .input.top1 {
  top: 0px;
}

#content .preis {
  position: absolute;
  right: 25px;
  top: 7px;
}

#content .exemplarpreis {
  position: absolute;
  right: 170px;
  top: 12px;
}

#content .chf {
  position: absolute;
  right: 130px;
  top: 14px;
}

#content .shop .space,
#content .shop_einzeln .space {
  display: inline-block;
  width: 32px;
  height: 29px;
  vertical-align: middle;
}
#content .shop .space78,
#content .shop_einzeln .space78 {
  display: inline-block;
  width: 78px;
  height: 29px;
  vertical-align: middle;
}

#content .shop .field_description {
  font-size: 13px;
  line-height: 18px;
  font-style: italic;
  color: #999;
  padding-top: 9px;
  padding-bottom: 9px;
  white-space: pre-line;
  padding-left: 32px;
}

#content .shop .linie_grey {
  clear: both;
}

#content .shop div.text + .linie_grey {
  display: none;
}

input[type="text"], 
input[type="file"] {
  height: 19px;
  z-index: 2;  /* IE7 */
}
input[type="submit"] {
  height: 25px;
}
input[type="radio"] {
  margin-right: 13px;
}
#page textarea {
  margin-right: 26px;
}

.shop label.logo_label {
  display: inline-block;
  width: 350px;
  margin-left: 13px;
}

#column_left_menu ul li.specialOffer a {
  background-image: url(/file/adtoolLayout/WebHome/aktion-klein.png);
  background-repeat: no-repeat;
  background-position: 180px 0;
}
