/***************************************************************************************************/
/*
/***************************************************************************************************/
div.d3-calc-profile{
  margin: 10px;
  //padding: 1px;
  width: 960px; height: 430px;
  border: 2px solid #222;
  
  background: url(profile/bg.jpg) no-repeat left top black;
  box-shadow: 1px 1px 2px black;
}
div.d3-calc-profile:empty{ background: url(loading.gif) no-repeat 50% 50% black; }

div.d3-calc-profile > div.right-panel{
  margin: 10px;
  //padding: 1px;
  width: 960px; height: 430px;
  border: 2px solid #222;
  
  background: url(profile/bg.jpg) no-repeat left top black;
  box-shadow: 1px 1px 2px black;
}



/***************************************************************************************************/
/*
/***************************************************************************************************/
div.d3-calc-profile > div.inventory{
  //position: absolute;
  margin-left: px;
  float: right;
  border: none;
}




div.character > div.panels {
  display: inline-block;
  background: url(img/class-panel-bg.png);
  border-right: 3px solid #0a0a0a;
  width: 450px;
  height: 437px;
}
