.innerInfo {
    width: 15.5em;
    float: left;
}

.innerContent {
    margin-left: 17em;
}

.innerInfo .contentBox:first-child {
    margin-top: 0;
}

.products {
  text-align:left;
}

.peopleProductBox > .envelopeContainer {
	float: right;
	margin-right: 10px;
}

.headerBox {
    position: relative;
}       

.headerBox > .brandPicture, .headerBox > .tagPicture   {
    display: inline-block;
    vertical-align: top;
    margin:20px;
    margin-bottom: 0;
    padding-right: 19px; /*for border -1px*/
    padding-bottom: 30px;
    padding-top:30px;
    border-right: 1px solid #ddd;
}

.headerBox > .attention-box {
    display: inline-block;
    vertical-align: top;
    width:644px; /* category width (926 - 280) */
    height: 260px;
    margin-top:20px;
    border:1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.headerBox .envelopeContainer {
    margin-left:16px;
}

.brandImageBox {
    position: relative;
}

.brandPicture {
    position: absolute;
    width:200px;
    height: 200px;
    top:50%;
    left:50%;
    margin-top: -100px;
    margin-left: -100px;
}
