/* Offers
   pi1: Small */

.tx-offermgr-pi1 {
  width: 245px;
  /*padding: 0px 5px 0px 0px;*/
  padding: 2px;
  margin: 5px 0px;
  background-color: #EBEBEB;
  border: 1px solid #CCC;
}

.tx-offermgr-pi1 * {
  font-size: 11px;
}

.tx-offermgr-pi1 .contentBlock {
  width: 120px;
  margin: 0px 0px 0px 90px;
}

* html .tx-offermgr-pi1 .contentBlock {
  width: 120px;
  margin: 0px;
}

.tx-offermgr-pi1 h2 {
  margin: 0px;
  padding: 0px;
  color: #005BCA;
  font-size: 14px !important;
  font-weight: bold;
  font-style: italic;
}

.tx-offermgr-pi1 .offermgr_smallimg {
  float: left;
  padding: 2px;
  margin: 0px 4px 0px 0px;
  border: 1px solid #CCC;
  background-color: #FFF;
  line-height: 0pt;
}

.tx-offermgr-pi1 .offermgr_info {
  padding: 0px 7px 0px 0px;
}

/* pi2: Medium */

.tx-offermgr-pi2 h2 {
  color: #039;
  font-size: 10pt;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

.tx-offermgr-pi2 p {
  margin: 0px;
  padding: 4px 0px 5px;
}

.tx-offermgr-pi2 .offermgr_info {
  padding: 0px 10px 0px 0px;
}


/* pi3: Large */

.tx-offermgr-pi3 .offermgr_largeimg {
  float: right;
  padding: 2px;
  margin: 0px 0px 4px 4px;
  border: 1px solid #CCC;
  background-color: #FFF;
  line-height: 0pt;
}

.tx-offermgr-pi3 .offermgr_info {
  padding: 0px 10px 0px 0px;
}

.tx-offermgr-pi3 .offermgr_conditions {
  margin: 10px 0px 0px;
  padding: 10px 0px 0px;
  border-top: 1px dashed #E2E2E2;
}
.tx-offermgr-pi3 h2 {
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
}

/* pi5: Overview */

.tx-offermgr-pi5 .contentBlock {
  width: 340px;
  height: 90px;
  padding: 4px;
  margin: 10px 0px;
  background-color: #F5F5F5;
  border: 1px solid #CCC;
}

.tx-offermgr-pi5 * {
  font-size: 11px;
}

.tx-offermgr-pi5 h2 {
  margin: 0px;
  padding: 0px 0px 5px;
  color: #005BCA;
  font-size: 14px !important;
  font-weight: bold;
  font-style: italic;
}

.tx-offermgr-pi5 .offermgr_smallimg {
  float: left;
  width: 90px;
  margin: 0px 4px 0px 0px;
  line-height: 0pt;
}

.tx-offermgr-pi5 .offermgr_smallimg img {
  padding: 2px;
  border: 1px solid #CCC;
  background-color: #FFF;
}

.tx-offermgr-pi5 .offermgr_info {
  padding: 0px 7px 0px 0px;
}

.tx-offermgr-pi5 .navLinks {
  width: 350px;
}

.tx-offermgr-pi5 a.offermgr_fwd,
.tx-offermgr-pi5 a.offermgr_bwd {
  display: block;
  width: 50px;
  color: #005BCA;
  text-decoration: underline;
}

.tx-offermgr-pi5 a.offermgr_fwd {
  float: right;
  padding: 0px 10px 0px 0px;
  background: url(../images/list_pic_00.gif) top right no-repeat;
}

.tx-offermgr-pi5 a.offermgr_bwd {
  float: left;
  padding: 0px 0px 0px 10px;
  background: url(../images/list_pic_02.gif) top left no-repeat;
}


/* All Offers: Price */

.offermgr_top-price .pricePre,
.offermgr_top-price .price,
.offermgr_top-price .pricePost,
.offermgr_price .pricePre,
.offermgr_price .price,
.offermgr_price .pricePost {
  color: #039;
  font-weight: bold;
}

.offermgr_top-price .pricePre,
.offermgr_price .pricePre {
  font-size: 8pt;
}

.offermgr_top-price .price,
.offermgr_price .price {
  font-size: 12pt;
}

.offermgr_top-price .pricePost,
.offermgr_price .pricePost {
  font-size: 8pt;
}

.offermgr_top-price .offermgr_price .pricePre,
.tx-offermgr-pi1 .offermgr_price .pricePre {
  font-size: 6pt;
}

.offermgr_top-price .offermgr_price .price,
.tx-offermgr-pi1 .offermgr_price .price {
  font-size: 10pt;
}

.offermgr_top-price .offermgr_price .pricePost,
.tx-offermgr-pi1 .offermgr_price .pricePost {
  font-size: 6pt;
}


/* Content Table */

.contenttable {
  border-spacing: 0px;
}

.contenttable td, .contenttable th {
  padding: 2px 4px;
}

.contenttable th {
  background-color: #F5F5F5;
  text-align: left;
  vertical-align: top;
}

.contenttable th + th {
  text-align: center;
}

.contenttable td {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #CCC;
}

.contenttable p {
  margin: 0px;
  padding: 0px;
}

.contenttable tr.align-left td, 
.contenttable td.align-left {
	text-align: left;
}

.contenttable tr.align-right td,
.contenttable td.align-right {
	text-align: right;
}

.contenttable tr.align-center td,
.contenttable td.align-center {
	text-align: center;
}



/* Content-Table Size-Problem */

.bigtable {
  position: relative;
  width: 375px;
  height: auto;
  overflow: auto;
}

.bigtable table {
  position: relative;
  border-collapse: collapse;
/*  empty-cells: show;*/
}

.tableDarkBox {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: url(../images/icon_lupe_00.gif) center center no-repeat #FFF;
  color: #000;
  font-weight: bold;
}

/* Images */

#contentMiddle .csc-textpic-imagewrap img {
  padding: 2px;
  border: 1px solid #CCC;
  margin: 5px 0px;
}

* html #contentMiddle .csc-textpic-imagewrap dl {
  float: left;
}

* html #contentMiddle .csc-textpic-imagewrap img {
  margin: 5px 0px;
  padding: 0px;
  border-width: 0px;
}


/* Backend Editpanel */

table.typo3-editPanel, table.typo3-editPanel * { 
  border: none; 
  background-color: transparent; 
  width: auto;
}

table.typo3-editPanel {
  border: 1px solid #CCC;
  background: url(../images/bg_editfield_00.gif) top left repeat-x;
}

