body {
	margin:0 auto;
	background-color:#f0f0f0; 
}
.storeName {
	position:absolute;
	top:5px;
	left:5px;
	width:470px;
	height:auto;
	font-size:24px;
	color:#696966;
}
img {
	border:0
}
.main_wrapper {
	height:auto;
	margin:auto;
	position: relative;
    max-width: 480px;
    text-align:left
}

.main {
	position: relative;
	text-align:center;
	height:auto;
	min-height:180px;
	margin:0px auto 0px;
}
.block_wrapper {
	margin-bottom: 10px;border-top:1px solid #ddd;position:relative;
}
.product_block_wrapper ,.store_block_wrapper, .small_block_wrapper{
	text-align: left;
	width:100%;
	max-width:480px;
	background-color:#cccccc;
	border-bottom: 1px solid #f1f1f1;
	cursor:pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.product_block_wrapper {
	display:inline-block;
}
.store_block_wrapper {
	height:480px;
}
.small_block_wrapper {
	float:left;
	width:240px;
	height:240px;
}

.productlist_photo ,.store_photo, .small_photo{
	overflow: hidden;
	width:100%;
	max-width: 480px;
	margin-bottom:-3px;
}
.productlist_photo{
	max-height:300px;
}
.store_photo{
	width:480px;
	height:480px;
}
.small_photo {
	width:240px;
	height:240px;
}
.productlist_photo_title{
	padding:20px;
	color: #696966;
	width:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	line-height: 25px;
	bottom:0;
	font-size:18px;
	background-color:white;
	overflow: hidden;
	text-align:left;
	
}
.productlist_name{
	overflow:hidden;
	width:100%;
	max-height:50px;
	color:#696966;
}

.switch_btn {
	position:absolute;
	right: 60px;
	top: 10px;
	cursor:pointer;
}
.list_headertitle{
	display:inline-block;
	font-size:24px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	height: 40px;
	margin-left: 95px;
	padding-top:8px;
}
.product_list_headertitle {
	font-size:24px;
	font-weight: bold;
	position: relative;
	width:100%;
	text-align:left;
	left:60px;
	line-height: 36px;
	padding-top:3px;
}
.category {
	text-align:center;
	border-bottom:1px dotted #eeeeee;
	padding:10px;
	background-color:white;
	cursor:pointer;
	font-size:24px;
}
.selected {
	background-color:#eeeeee;
}
.arrow-down{
	display:inline-block;
	cursor:pointer;
	width: 0; 
	height: 0; 
	margin-left: 5px;
	padding-top: 5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;	
	border-top: 5px solid black;
}
.category_text {
	position:absolute;
	padding:10px;
	color: white;
	width:100%;
	height: 28px;
	line-height: 34px;
	top:125px;
	left:0;
	font-size:24px;
	text-align:center;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

.cart_icon {
	display:block;
	width:48px;
	height:48px;
	float:right;
	position:absolute;top:0;right:0;
}
.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;
}

#showAllItem {
	float: left;
	width: auto;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: rgb(153, 153, 153);
	cursor: pointer;
}
.hot_bar{
	background-color:#f8f8f8;padding:10px 0;font-size:18px;text-align:center;margin:0 auto;
}
.search_icon {
	float: right;
	cursor: pointer;
	margin-top: 5px;
	margin-right: 5px;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 0;
	right: 48px;
}
.switch_mode {
	font-size: 14px;
    border: 1px solid #6ba3a8;
    padding: 3px 6px;
    line-height: 16px;
    cursor: pointer;
    float: right;
    margin-top: 7px;
    margin-right: 10px;
    color: #6ba3a8;
    border-radius: 3px;
}
.sort_bar {
	color: #4296d1;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 12px;
	cursor: pointer;
}
.select {
	color: black;
}
.hotbutton {
	background-color: #ee4d24;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 6px;
    position: absolute;
    right: 10px;
    top: 5px;
}
.productlist_cat_name
	{
		display:block;
		height: 40px;
		width:100%;
		max-width: 480px;
		background-color: beige;
		position: relative;
		font-size: 22px;
		text-align: left;
		margin:0px auto;
	}
	.cat_name_text
	{
		position: relative;
		left: 10px;
		line-height:40px;
	}
	
	.product_list_headertitle /*!! should move to style_cate.css !!*/
	{
		left: 98px; /*60 + 48*/
		width:290px;
		position:static;
		float:left;
		margin-left:10px
	}
	
	#marketlogo {
		display:block;
		position:static;
	}
	.list_headertitle {
		margin-left:10px;
	}
	
	.market_list_headertitle {
		position:static;
		float:left;
		margin-left:10px;
		padding-top:3px;
	}
	.openmarket_logo {
		height:36px;
	}
	.productlist_title_logo {
		width:125px;
		height:125px;
	}
	
	.category {
		font-size:20px;
	}
	.title_logo_w {
		width:100%;position:absolute;top:70px;text-align:center;
	}
	.productlist_photo_mask {
	    background-color: rgba(0,0,0,0.5);
	}
	
	.sp_icon, .sp_icon img, .icon_margin, .icon_margin img{
		width:48px;
	}
	.icon_margin {
		margin-top:5px;
	}
	.item_count_circle {
	    display: inline-block;
	    border-radius: 10px;
	    margin-top: 5px;
	    font-size: 20px;
	    color: #fff;
	    text-align: center;
	    background: #3f93cb;
	    padding: 5px 10px;
	}
	.name {
		padding: 10px;
	    color: #6ba3a8;
	    font-size: 22px;
	    font-weight: bold;
	    text-align: center;
	    width: 100%;
	    position:relative;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    display:none;	    
	}
	.name img {
	    width: 24px;
	    vertical-align: middle;
	    margin-left: 5px;
	    position:relative;
	    top:-2px;
	}
	.productlist_price {
	    background-color: #6ba3a8;
	    position: absolute;
	    right: 0px;
	    color: #fff;
	    bottom:20px;
	    padding: 5px 10px;
	    font-size: 30px;
	}
	.logocircle {
	    width: 80px;
	    height: 80px;
	    border-radius: 80px;
	    background-color: #6ba3a8;
	    border: 2px solid #f0f0f0;
	    position: absolute;
	    left: 20px;
	}
	.logocircle img {
		width:80px;
		height: 80px;
		border-radius: 80px;
	}
	.v_name {
		width:100%;
		text-align:right;
		color:#6ba3a8;
		font-weight: bold;
		float:right;
		overflow:hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.v_name a {
		color:#6ba3a8;
	}
	.photo {
		width:100%;max-width:480px;position:relative;
	}
	.list_review_bar {
		display:block;font-size: 16px;float:right;margin-left:10px;color:#4691d1;
	}
	.sales {
		float:right;font-size:16px;margin-left:10px;
	}
	.review_number_block, .sales{
		color:#696966;
	}
	.hotbutton_all {
		background-color: #ee4d24;
	    border-radius: 5px;
	    color: #fff;
	    font-size: 16px;
	    padding: 6px;
	    display:inline-block;
	    margin:5px 0;
	}
	.international_shipping {
		position:absolute;top:5px;right:5px;width:48px;height:48px;
	}
	
	@media screen and (max-width:360px){
		.productlist_photo_title {
			font-size:16px;padding:10px 20px;
		}
		.v_name {
			margin-bottom:10px;
			font-size:16px;
		}
		.list_review_bar {
			font-size:14px;
		}
		.sales {
			font-size:14px;
		}
		.productlist_price {
			font-size:24px;padding:5px 10px;
		}
	}
	@media screen and (max-width:480px){
		.productlist_photo_title {
			padding:15px 20px;
		}
		.v_name {
			margin-bottom:10px;
			font-size:18px;
		}
		.list_review_bar {
			font-size:16px;
		}
		.sales {
			font-size:16px;
		}
		.productlist_price {
			font-size:26px;padding:5px 10px;
		}
	}