@charset "utf-8";
        #divResult
        {
                position:absolute;
                width: 45%;
                display:none;
                margin-top: 75px;
                border:solid 1px #dedede;
                border-top:0px;
                overflow:hidden;
                border-bottom-right-radius: 6px;
                border-bottom-left-radius: 6px;
                -moz-border-bottom-right-radius: 6px;
                -moz-border-bottom-left-radius: 6px;
                box-shadow: 0px 0px 5px #999;
/*                border-width: 3px 1px 1px;*/
                border-style: solid;
                border-color: #333 #DEDEDE #DEDEDE;
                background-color: white;
				z-index: 1000;
				font-family: "微軟正黑體";
				line-height: 22px;
        }
        .display_box
        {
                padding:4px; border-top:solid 1px #dedede; 
                font-size:12px; height:60px;
				text-decoration:none;
        }
        .display_box:hover
        {
                background:#3bb998;
                color:#FFFFFF;
                cursor:pointer;
				text-decoration:none;
        }
		.sstore:link{text-decoration:none;}
		.sstore:visited{text-decoration:none;}
		.sstore:active{text-decoration:none;}
		.sstore:hover{text-decoration:none;}

        .display_box2
        {
                padding:4px; 
				border-top:solid 1px #dedede; 
                font-size:12px;
				height:30px;
				text-align:center;
        }
        .display_box2:hover
        {
                background:#3bb998;
                color:#FFFFFF;
                cursor:pointer;
        }
		.display_box .name
        {
                top: 5px;
				font-size: 15px;
				color:#00F;
        }

@media (max-width: 800px) { 
	#divResult
        {
                position:absolute;
                width: 100%;
                display:none;
                margin-top: 75px;
                border:solid 1px #dedede;
                border-top:0px;
                overflow:hidden;
                border-bottom-right-radius: 6px;
                border-bottom-left-radius: 6px;
                -moz-border-bottom-right-radius: 6px;
                -moz-border-bottom-left-radius: 6px;
                box-shadow: 0px 0px 5px #999;
/*                border-width: 3px 1px 1px;*/
                border-style: solid;
                border-color: #333 #DEDEDE #DEDEDE;
                background-color: white;
				z-index: 1000;
				font-family: "微軟正黑體";
				line-height: 22px;
        }
}