@charset "UTF-8";
/* 
**  Datei       : belshop.css
**  Funktion    : Formatierung des belshop iframe
**  Checked with http://jigsaw.w3.org/css-validator/ 18.11.08 - MH
*/
.belshop {
	  background-color: #ffffff;
/*	  width: 100%; */
	  width: 615px;
	  height: 632px;
	  border: 0px;
	  overflow: auto;
	  }

.belshopgross {
	  background-color: #ffffff;
/*	  width: 100%; */
	  width: 615px;
	  height: 999px;
	  border: 0px;
	  overflow: auto;
	  }


.belresell {
	  background-color: #ffffff;
	  width: 100%;
	  height: 540px;
	  border: 0px;
	  overflow: auto;
	  }

/* Content element "Reseller Table" */
table.resellertable {font-size:0.8em; width:100%; margin:0 0 1em 0; border-collapse:collapse; empty-cells:show;}
table.resellertable caption {text-align:left; font-size:0.9em; font-weight:bold; color:#888; margin-bottom:0.2em;}
table.resellertable th {height:2.0em; background:#4E5155; color:white; padding:2px 7px 2px 7px; border-left:solid 2px #fff; border-right:solid 2px #fff; border-top:solid 2px #fff; border-bottom:solid 2px #fff;}
table.resellertable tr.tr-odd {background: #eee;}
table.resellertable tr.tr-even {background: #e3e3e3;}
table.resellertable td {padding:1px 1px 1px 1px; border-left:solid 2px #fff; border-right:solid 2px #fff; border-top:solid 2px #fff; border-bottom:solid 2px #fff; text-align:left; font-weight:normal}