body{position: relative !important;}
#store_online, #store_gadget{
	width: 120px;
	float: right;
	position: absolute;
	top:20px;
	right: -171px;
	left: 785px;
	background: transparent;
	font-family: DBHelvethaicaXRegular;
	padding:  0;
}	
#store_online h4, #store_gadget h4{	
	font-size: 22px;
	font-weight: 100;
	text-align: left;
	color: #000;
	background: #DCFF52;
	margin: 0;
	padding: 10px 0 10px 10px;
	border-radius: 3px 3px 3px 3px;
	cursor: pointer;
	display: none;	
}
#store_gadget h4{
    color: #fff;
    background:#003673;
	border-radius:0;
}
#store_online ul li, #store_gadget ul li{		
	list-style-type: none;
	position:relative;
}	
#store_online li .mobile_list{
	background-color: #FFFFFF;
	float: left;
	min-height: 160px;
	width: 118px;
	text-align:center;
	margin: 0 0 5px 0;
	border: 1px solid #e9e9e9;
	position: relative;
}
#store_online li .mobile_list p{
	display: none;
}
#store_online li .mobile_list a, #store_gadget li .mobile_list a{
	text-decoration: none;
	display:block;
	-webkit-transition: background-color .10s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	transition: background-color .10s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}
#store_gadget li .mobile_list a{
    padding: 5px 0 5px;
}
#store_online li:hover .mobile_list {
	border: 1px solid #f60;
}
#store_online li:hover .mobile_list h1{
	color: #000;
}
#store_online li:hover .mobile_list h2{
	color: #000;
}
#store_online li:hover .mobile_list p{
	border: 1px solid #f60;
	background: rgba(255, 102, 0, 0.75);
	color: #fff;
	font-size: 22px;
	padding: 7px 0;
	position: absolute;
	width: 90%;
	top: 38px;
	margin-left: 5px;
	display: block;
}
#store_online li .mobile_list img, #store_gadget li .mobile_list img{
	width: 100px;
	padding: 5px 0 0;
}	
#store_gadget li .mobile_list img {
    padding: 5px 0 8px;
	width:75px;
}
#store_online li .mobile_list h1{
	color: #4c4849;
	font-size: 11px;
	line-height: 16px;
	padding: 5px 2px;
	font-weight: 700;
	text-decoration: underline;
}
#store_online li .mobile_list h2{
	font-family: DBHelvethaicaXRegular;
	font-weight: 700;
	color: #B10000;
	border-radius: 3px 3px;
	text-align: center;
	display: inline;
	padding: 0 5px;
	font-size: 17px;
}
#store_online li .mobile_list span{
	border-radius: 10px 10px 10px 10px;
	color: #FFFFFF;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin: 5px 5px 0 0;
	min-width: 12px;
	padding: 0 4px;
	position: absolute;
	right: 10px;
	top: 0;
	text-align: center;
	width: auto;
	z-index: 9;
	background: none repeat scroll 0 0 #4E5660;
	
	display: none;
}

/* Store Gadget*/
#store_gadget{
	position: absolute;
    right: -171px;
	left:785px;
	
	padding:0;
	width:82px;
	background:transparent;
	box-shadow:none;
	top:10px;
}	
#store_gadget h4{
    font-size: 22px;
    font-weight: 100;
    text-align: left;
    margin: 0;
    padding: 10px 0 10px 10px;
    cursor: default;
    display: block;
    color: #fff;
    background:#003673;
	border-radius:0;
}
#store_gadget h4 span{
	font-size: 17px;
    line-height: 5px;
    color: #CECECE;
}
#store_gadget li .mobile_list {
    background-color: #FFFFFF;
    float: left;
    min-height: 155px;
    text-align: center;
    margin: 0 0 5px 0;
    position: relative;
	transition:all 0.3s;
	cursor:pointer;
    width: 80px;
    height: 150px;
    border: 1px solid #d8d8d8;
}
#store_gadget li:hover .mobile_list {
    border: 1px solid #000;
}
#store_gadget li .mobile_list a{
	padding:5px 0 5px;
}
#store_gadget li .mobile_list .ShopNow {
	/* position:relative; */
}
#store_gadget li .mobile_list .ShopNow p {
	display:none;
    transition: top 0.3s;
    top: 50%;
}
#store_gadget li:hover .mobile_list .ShopNow p {
    font-size: 22px;
    padding: 7px 0;
    position: absolute;
    width: 90%;
    margin-left: 3px;
    border: 1px solid #df000a;
    background: #df000a;
    color: #FFFFFF;
    top: auto;
	bottom:3px;
    text-shadow: 1px 1px 1px #df000a;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
	cursor:pointer;
}
#store_gadget li .mobile_list img {
    padding: 5px 0 5px;
}
#store_gadget li .mobile_list h1 {
    color: #000000;
    font-weight: 100;
    text-decoration: none;
	overflow:hidden;	
    font-size: 11px;
    line-height: 16px;
    padding: 5px 4px 0;
    font-family: Tahoma,"Microsoft Sans Serif",sans-serif;
    height: 28px;
    transition: height 0.3s;
}
#store_gadget li:hover .mobile_list h1 {
	height:28px;
}
#store_gadget li .mobile_list h2 {
    font-family: DBHelvethaicaXRegular;
    color: #FFFFFF;
    border-radius: 0;
    font-size: 21px;
    background-color: #c00;
	display: inline-block;
	font-weight:100;
	margin: 0 auto;
	padding: 1px 1px;
	height:20px;
	text-align:center;
	line-height:22px;
    border-radius: 27px;
    position: absolute;
    top: 114px;
    width: 80%;
    left: 10%;
    transition: top 0.3s;
}
#store_gadget li .mobile_list h2 span , #store_gadget li:hover .mobile_list h2 span{
	display:none;
}
#store_gadget li:hover .mobile_list h2 {
 	color: transparent;
    background: transparent;
    font-weight: 100;
    top: 125px;
}
#store_gadget li:hover .mobile_list h2 span{
	background: none;
    position: relative;
    font-family: DBHelvethaicaXRegular;
    color: #c00;
    border-radius: 0;
    font-size: 23px;
    display: inline-block;
    font-weight: 100;
    margin: 0;
    padding: 1px 4px;
    right: auto;
    top: auto;
    float: none;
	display:none;
}
#store_gadget li .mobile_list h3 {
    font-family: DBHelvethaicaXRegular;
    border-radius: 0;
    font-weight: 100;
	position: relative;
    color: #90949c;
    font-size: 18px;
	margin:5px 0 0 0;
}
#store_gadget li .mobile_list h3:after {
    content: "";
    position: absolute;
    transform: rotate(-20deg);
    width: 46px;
    height: 1px;	
	left: 16px;
    top: 48%;
    background: repeating-linear-gradient(45deg, #90949c, #90949c 1px);
}
#store_gadget li .mobile_list h3 font{
	position: absolute;
    background: rgba(189, 189, 189, 0.85);
    color: #c00;
    padding: 10px 0 0 0;
    width: 40px;
    height: 30px;
    border-radius: 30px;
    bottom: 120px;
    right: 5px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto';

	-webkit-transiton: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -transition: all 0.3s;
	
	display:none;
}
 #store_gadget li:hover .mobile_list h3, #store_gadget li:hover .mobile_list h3:after {
	color:transparent;
	background:none;	
    background: repeating-linear-gradient(45deg, transparent, transparent 1px);
}
#store_gadget li:hover .mobile_list h3 font{
	display:none;
}
/*end*/

.price_all{
	text-align: right;
	text-decoration: none;
	font: 200 10px/14px Tahoma, "Microsoft Sans Serif", sans-serif;
	clear: both;
	padding-bottom: 10px;
}
.storepix{
	position: absolute;
	width: 60px;
	z-index: 10;
	right: -20px;
	top: -9px;
	display:none;
}
.followWrap{
	top:0;
	z-index: 90;
	position: fixed;
}
	#ctain{
		float: left;
		position: relative;
		left: 50%;
		padding-top: 10px;
		/*top: 50%;*/
	}
	.modalDialog {
		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.4);
		z-index: 99999;
		visibility:hidden;
		opacity:0;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		pointer-events: none;
	}

	.modalDialog:target {
		visibility:visible;
		opacity:1;
		pointer-events: auto;
	}

	.modalDialog .ctainer{
		width: auto;
		height: auto;
		overflow: hidden;
		min-height: 400px;
		margin: 15% auto;
		padding: 20px 30px 40px;
		border-radius: 8px;
		box-shadow: 0px 0px 10px #525252;
		background: #fff;
		font-family: 'sukhumvit';
		float: left;
		position: relative;
		left: -50%;
		top: -50%;
	}

	.close {
		position: absolute;
		right: 10px;
		top: 10px;
		background: url(http://www.siamphone.com/images/x_close.png) no-repeat;
		width: 30px;
		height: 30px;
		background-size: 100%;
	}

	.close:hover { color: #000; }
	.modalDialog h1{
		font-family: 'Sukhumvit';
		font-weight: normal;
		font-size: 22px;
		text-align: center;
		margin: 10px 10px;
	}
	.cover{
		margin: 0 auto;
		overflow:hidden;
	}
	.one{
		width: 161px;
	}
	.block{
		float: left;
		width:140px;
		padding: 10px 10px 20px;
		position: relative;
	}
	.block h2{
		margin: 0;
		width: 140px;
		height: 80px;
		margin-bottom: 30px;
	}
	.block.Lazada h2{
		background: url(http://www.siamphone.com/price/image/logo_lazada.png) no-repeat;
		background-size: 100%;
	}
	.block.ShopAt7 h2{
		background: url(http://www.siamphone.com/price/image/logo_shopat7.png) no-repeat;
		background-size: 100%;
	}
	.block.iTruemart h2{
		background: url(http://www.siamphone.com/price/image/logo_itruemart.png) no-repeat;
		background-size: 100%;
	}
	.block.Ais h2{
		background: url(http://www.siamphone.com/price/image/logo_aisonlineshopping.png) no-repeat;
		background-size: 100%;
	}
	.block h3{
		color: #125eb6;
		text-align: center;
		margin: 10px auto 0;
		font: 16px/130% Tahoma, "Microsoft Sans Serif", AngsanaUPC;
		font-weight: bold;
	}
	.block p{
		color: #000;
		font-size: 12px;
		line-height: 16px;
		text-align: center;
		padding: 0 18px;
		font-family: Tahoma;
		min-height: 42px;
	}
	.block .detailShop{
		background: #3598db;
		color: #fff;
		text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
		padding: 0 5px;
		width: 70px;
		height: 30px;
		display: block;
		text-align: center;
		line-height: 30px;
		font-size: 11px;
		border-radius: 3px;
		text-decoration: none;
		margin: 0 auto;
		z-index: 1;
		position: relative;
		cursor: pointer;
	}
	.cheap1{
		border-bottom: 1px solid #ff7e00;
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#ff7e00));
		background-image: -webkit-linear-gradient(transparent, #ff7e00);
		background-image: -moz-linear-gradient(transparent, #ff7e00), -moz-linear-gradient(transparent, #ff7e00); 
		background-image: -o-linear-gradient(transparent, #ff7e00), -o-linear-gradient(transparent, #ff7e00);
		background-image: linear-gradient(transparent, transparent ,transparent, #ff7e00 ), linear-gradient(transparent, transparent ,transparent, #ff7e00);
	
		-moz-background-size: 1px 100%;
		background-size: 1px 100%;
		background-position: 0 0, 100% 60%;
		background-repeat: no-repeat;

	}

	.best_price{
		position: absolute;
		right: 0;
		top: 80px;
	}
	.bg_best{
		position: absolute;
		width: 100%;
		min-height: 100%;
		background: -moz-linear-gradient(top, rgba(255,126,0,0) 0%, rgba(255,126,0,0.1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,126,0,0)), color-stop(100%,rgba(255,126,0,0.1)));
		background: -webkit-linear-gradient(top, rgba(255,126,0,0) 0%,rgba(255,126,0,0.1) 100%);
		background: -o-linear-gradient(top, rgba(255,126,0,0) 0%,rgba(255,126,0,0.1) 100%);
		background: -ms-linear-gradient(top, rgba(255,126,0,0) 0%,rgba(255,126,0,0.1) 100%);
		background: linear-gradient(to bottom, rgba(255,126,0,0) 0%,rgba(255,126,0,0.1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff7e00', endColorstr='#1aff7e00',GradientType=0 );
	}
	
	.none{
		float: none;
		margin: auto;
	}
	.image-cropper {
	  position: relative;
	  width: 140px;
	  height: 140px;
	  overflow: hidden;

	}
	.centered {
		position: absolute;
		left: 0;
		top: -17%;
	}

	.followMeBar {
        position: relative;
        z-index: 1;
		top: 0;
		width: 98%;
    }
    .followMeBar.fixed {
        position: fixed !important;
        top:10px;
        width: 83%;
        z-index: 1;
		/*overflow-y: scroll;
		height: 100%; */
		float: right;
    }
    .followMeBar.fixed.absolute {
        position: absolute;
    }
	.followMeBar.fixed #store_online, .followMeBar.fixed #store_gadget{
/* 		top: 0;
		right: 20px;
		position:fixed; */
	}
	.followMeBar.fixed #store_online:hover{
	
	}
	@media only screen and (min-width : 586px){
		.followMeBar.fixed #store_online, .followMeBar.fixed #store_gadget{
			position: absolute;
			left: 785px;
		}
	}