.screen-box{
    background-color: #f0f0f0;
    z-index: 999999999999;
	max-width: 950px;
	opacity:0.96;
	filter:alpha(opacity=96); /* 針對 IE8 以及更早的版本 */
}


.screen-box li {
	width: 150px;
	float: left;
	margin-bottom: 7px;
	font-size: 13px;
}

.box-store .filter-box{
	display: none;
}

.box-store .tbox2-head.fixed{
	top: 55px;
    padding: 8px 15px;
    background: #ECF0F0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(255, 255, 255, 0.15) inset;
}
.box-store .tbox2-body{
	display: block;
}
.box-store .pic {
	margin-top: 0px;
    max-height: 35px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle;
}
.box-store .item-box.active a{
	color: red;
}
.box-store .item-box h4 {
	font-size:13px;
}


.box-product .item-box h4 {
	height: 2.7em;
}

.price  > span{
	font-size:12px;
	margin-right:2px;
}


.item  del{
	color:#AAA;
}
.mybtn{
	padding:1px 6px;
	margin-top:5px;
}

@media screen and (max-width: 768px) {
	.box-store .filter-box{
		display: block;
	}
	.box-store .tbox2-body, .box-store .label-text{
		display: none;
	}
}

@media screen and (max-width: 520px) {
	.box-product .pic {
		max-height: 105px;
	}
	
	#collapsed{
		max-height:248px;
		overflow-y:scroll;
	}
	
	#collapsed li{
		margin-right: 10px;
	}
}
@media screen and (max-width: 480px) {
	.box-product .pic {
		max-height: 120px;
	}
}