/**************************************************
 * backgrounds
 **************************************************/
.bgXSeries {
	background-color: #575f5f;
	background-image: url(../../img/shared/bg_img_xseries_01.jpg);
}

.bgXSeries .panelAreaFull .panelTrayA01 {
    background-color: rgba(200, 200, 200, .4);
}


/**************************************************
 * specImagesB03
 * specImagesB04
 **************************************************/
#contents div.ps01-contentPanel01-dc01 div.specItemB01 dt {
    background-color: #0c0c0c;
}
#contents div.ps01-contentPanel01-dc01 div.specItemB01 dd {
    border-color: #e6e6e6;
	background-color: #ebebeb;
}
#contents div.ps01-contentPanel01-dc01 div.specItemB02 {
    border-bottom-color: #e6e6e6;
    background-color: #ebebeb;
}
#contents div.ps01-contentPanel01-dc01 div.specItemB02 span.label {
    border-top-color: #0c0c0c;
}

