/*  ----------------------------------------------------------------------------
    This file will load automatically when the YourStore theme is active. You can use it
    for custom CSS.
*/

.control-label-doll{
    padding-top: 7px;
    margin-bottom: 0;
    text-align: center;
}

.doll_desc_td{
	width:25%;
	text-align:left;
	height:26px;
}

#SpecificationsDiv ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden; /* 超過範圍隱藏 */
}
#SpecificationsDiv ul li {
    display: inline-block;  /* display: inline;水平內顯示為區塊 */
    padding:0 20px;
    text-decoration:none;
    font-size:14px;
    line-height:23px;
}