@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2020-04-29 15:50:43
 * @version $Id$
 */

.masterCollectionDiv1{ padding: 15px 40px 15px 20px; border-bottom: 1px solid #E8E8E8; }
.masterCollectionDiv1 .mCD-left{ float: left; line-height: 34px; font-size: 15px; color: #333333; }
.masterCollectionDiv1 .mCD-left span{ color:#fe5850; }
.masterCollectionDiv1 .mCD-right{ float: right; }


.noDataList{ background: #f9f9f9; display: none; position: relative; overflow: hidden;  }
.noDataList dl{ text-align: center; position: absolute; top: 18.5%; left: 50%; margin-left: -126px; }
.noDataList span.noDataIcon{ display: inline-block; vertical-align: top; width: 152px; height: 120px; background: url('../images/masterCollection-noDataIcon.png') no-repeat center 0; }
.noDataList dd{ color: #4f4f4f; font-size: 18px; padding-top: 14px; }