body {
	margin:0 auto;
	background-color:#F5F5DC; 
	font-family:  "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", AppleGothic, Dotum, Lucida Grande, Verdana Sans-serif;
	-webkit-text-size-adjust: none;
}
img {
	border:0
}
.main_wrapper {
	text-align:center;
	min-width:480px;
	height:auto;
	margin:auto;
}
.productlist_header{
	width:480px;
	height:40px;
	margin:0px auto;
	padding:8px 0 0;
	background-color:white;
	position:relative;
	overflow:hidden;
	border-bottom: 1px solid #ddd;
}
.productlist_header_wrapper{
	display: block;
	text-align:center;
	position:relative;
	height: 40px;
}

.cart_header_image {
	display: block;
	height: 32px;
	width: 46px;
	background-image: url("/img/placeinfo/owlting_bird_logo.png");
	border: none; 
	margin: 0;
	padding: 0;
}

#item_cart {
	margin-bottom: 5px;
	cursor: pointer;
	width: 48px;
	height: 48px;
	position:absolute;
	right:0;
	top:0;
}
.main {
	position: relative;
	text-align:left;
	background-color:white;
	width:480px;
	height:auto;
	min-height:180px;
	margin:0px auto 0px;
}
.product_block_wrapper ,.store_block_wrapper, .small_block_wrapper{
	text-align: left;
	position: relative;
	width: 480px;
	height: 300px;
	background-color:#cccccc;
	border-bottom: 1px solid #f1f1f1;
	cursor:pointer;
	/*
	
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0 0 0 grey;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0 0 0 grey;
	*/
}
.store_block_wrapper {
	height:480px;
}
.small_block_wrapper {
	float:left;
	width:240px;
	height:240px;
}

.productlist_photo ,.store_photo, .small_photo{
	overflow: hidden;
	width: 480px;
	height: 300px;
}
.productlist_photo_mask {
	width: 480px;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
}
.store_photo{
	width:480px;
	height:480px;
}
.small_photo {
	width:240px;
	height:240px;
}
.productlist_photo_title{
	position:absolute;
	padding:10px;
	color: white;
	width:460px;
	height: 28px;
	line-height: 34px;
	bottom:0;
	text-shadow: 0 0 10px black;
	font-size:24px;
	background: -moz-linear-gradient(bottom,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}
.productlist_name{
	display:inline-block;width:440px;overflow: hidden;
}
.productlist_price {
	float:right;font-size:30px;
}
.switch_btn {
	position:absolute;
	right: 60px;
	top: 10px;
	cursor:pointer;
}
.market_list_headertitle {
	display:inline-block;
	font-size:24px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	height: 40px;
	left:-110px;
	padding-top: 0px;
}
.dropdownlist {
	width:480px;
}
.category {
	text-align:center;
	width:460px;
	border-bottom:1px dotted #eeeeee;
	padding:10px;
	background-color:white;
	cursor:pointer;
	font-size:24px;
}
.selected {
	background-color:#eeeeee;
}
.arrow-down{
	position:absolute;
	cursor:pointer;
	width: 0; 
	height: 0; 
	left: 20px;
	top: 30px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;	
	border-top: 5px solid black;
}
.category_text {
	position:absolute;
	padding:10px;
	color: white;
	width:460px;
	height: 28px;
	line-height: 34px;
	top:125px;
	left:0;
	text-shadow: 0 0 2px black;
	font-size:32px;
	text-align:center;
}
.download_icon {
	float: left;margin-right: 20px;
}
.narrow_down {
	height: 25px;
	padding-left: 10px;
	padding-right: 15px;
	position: absolute;
	right: 50px;
	top: 13px;
	cursor: pointer;
}

.dropdownlist_header {
	width:480px;
	height:auto;
	margin:0px auto;
	padding:0;
	position:relative;
	overflow:hidden;
}

.cart_icon {
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:48px;
	height:48px;
	float:right
}
.notify_num_circle {
	z-index:9;
	border: 2px solid white;
	color: white;
	font: bold 10px Helvetica, Verdana, Tahoma;
	padding: 1px 4px 2px 4px;
	text-align: center;
	top:4px;
	position: absolute;
	background-color: red;
	border-radius: 12px; /* one half of ( (border * 2) + height + padding ) */
	box-shadow: 1px 1px 1px black;
	background: radial-gradient( 5px -9px, circle, white 8%, red 26px );
}
a:LINK, a:HOVER, a:VISITED {
	text-decoration: none;
	color:#4296d1;
}
.tip {
	border:1px dotted #f5f5f5;
	width:460px;
	height:auto;
	padding:18px 10px 5px;
	color:black;
	margin:0 auto;
	position:relative;
	text-align:left;
	background-color:#f8fafa;
	
	//-webkit-border-radius: 5px; //For Safari, etc.
	//-moz-border-radius: 5px; //For Mozilla, etc.
	//border-radius: 5px; //CSS3 Feature
}
.hot_bar{
	background-color:#f8f8f8;padding:10px 0;font-size:18px;text-align:center;width: 480px;margin: 0 auto;color:#cc0000;
}
.search_icon {
	float: right;
	cursor: pointer;
	margin-top: 5px;
	margin-right: 5px;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 0;
	right: 85px;
}
.sort_bar {
	color: #4296d1;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding: 12px 0 8px 0;
	border-bottom: 1px solid gray;
	background-color: #f8f8f8;
	width: 480px;
	margin: 0 auto;
}
#login_btn {
	display:inline-block;margin-right:10px;padding:3px 10px;float:right;margin-top:-2px;border-radius:5px;border:1px solid;cursor:pointer;font-size:16px;
}
.search_text {
	float: right;
	cursor: pointer;
	padding-top:12px;
	margin-right: 5px;
	font-size:20px;
	height: 38px;
	position: absolute;
	top: 0;
	right: 85px;
}