/*@import url(../fonts/thsarabunnew/thsarabunnew.css);*/
/*@import url(../fonts/EDPenSook/stylesheet.css);*/
/*@import url(../fonts/Circle2/stylesheet.css);*/
/*@import url(../fonts/WDB_Bangna/stylesheet.css);*/
@import url(../fonts/supermarket/stylesheet.css);
@charset "utf-8";

BODY {
/*	background:url(../images/background.jpg) #eeeeee repeat-y center;*/
	background-color:#ffffff;
	margin:0px;
	padding: 0 0 0 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color:#000000;
}

/*td {  font-family: "Tahoma, Arial, Helvetica, sans-serif"; font-size: 13px;}*/
a:link { color: #000000; text-decoration: none;}
a:visited { color: #000000; text-decoration: none;}
a:active { color: #000000; text-decoration: none;}
a:hover { color: #FF0000; text-decoration: none;}

img {
	border:0px;
}

/*a:link img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
a:hover img{
	opacity:.70;
	filter:alpha(opacity=70);
}*/


.header {
	/*background:url(../images/headerbg.png) no-repeat #00afe9;*/
	background-color:#ffffff;
	margin: auto;
	border: 0px solid #ff0000;
  width: 100%;
  /*height: 160px;*/
  /*position: fixed !important;
  top: 0;
	left:0;
  z-index: 100;*/
	padding: 0px 0px 0px 0px;
}
.hotline{
	color:#ff0000;
	font-size:14px;
	text-align:right;
}

/*Tablet*/
@media only screen and ( max-width: 1200px ) /*62.5em =1000 */
{
	.header {
		/*background:url(../images/headerbg.png) no-repeat #00afe9;*/
		background-color:#ffffff;
		margin: auto;
		border: 0px solid #ff0000;
	  width: 100%;
	  /*height: 160px;*/
	  /*position: fixed !important;
	  top: 0;
		left:0;
	  z-index: 100;*/
		padding: 0px 0px 0px 0px;
	}
	.hotline{
		color:#ff0000;
		font-size:14px;
		text-align:right;
	}
}

/*Mobile*/
@media only screen and ( max-width: 40em ) /* 640 */
{
	.header {
		/*background:url(../images/headerbg.png) no-repeat #00afe9;*/
		background-color:#ffffff;
		margin: auto;
		border: 0px solid #ff0000;
	  width: 100%;
	  /*height: 160px;*/
	  /*position: fixed !important;
	  top: 0;
		left:0;
	  z-index: 100;*/
		padding: 0px 0px 0px 0px;
	}
	.hotline{
		color:#ff0000;
		font-size:9px;
		text-align:right;
	}
}

.logo{
  width: 100%;
	margin:auto;
}

.menu{
  width: 1200px;
	margin:auto;
}


/*.imgthumb{
	width: 180px;
	height: 100px;
}*/



.LoginTop{
	top:7px;
	right:15px;
	/*float:right;*/
	padding-right:0px;
	position: absolute;
	/*text-align:center;
	margin-top:10px;*/
}
.LoginTop a:link, .LoginTop a:visited,.LoginTop a:active{
	color: #ffffff;

}
.LoginTop a:hover {
	color:#ff0000;
}


@media screen and (max-width: 640px) {
	table {
		overflow-x: auto;
		display: block;
	}
}


/*Tablet*/
@media only screen and ( max-width: 1200px ) /*62.5em =1000 */
{
	.logo{
	  width: 100%;
	}
	.menu{
	  width: 100%;
		margin:auto;
	}

}

/*Mobile*/

@media only screen and ( max-width: 40em ) /* 640 */
{
	.logo{
	  width: 100%;
	}
	.menu{
		width: 100%;
		margin:auto;
	}
	.imgthumb{
		width: 120px;
		height: 70px;
	}
	.LoginTop{
		top:5px;
		right:2px;
		padding-right:2px;
		position: absolute;
	}

}




	#header-wrapper
	{
		border: 0px solid #ff0000;

	}


	#main-wrapper
	{
		padding:5px 0px 5px 0px;
		max-width:1200px;
		min-height:300px;
		margin:auto;
		background-color:#FFF;
/*		-webkit-box-shadow:2px 2px 2px #999;
		-moz-box-shadow:2px 2px 2px  #999;
		box-shadow:2px 2px 2px #999; */
	}


	#footer-wrapper
	{
		background-color:#1e191a;
		color: #FFF;
		padding: 1em 0 1em 0;
	}



.TitleContent{
	font-size:20px;
	/*/*font-family: circularregular;*/*/
	letter-spacing: 2px;
	font-weight:bold;
	color:#000000;
	/*text-shadow:1px 1px 2px  #666;*/
	border-bottom:#000000 3px solid;
	margin-bottom: 5px;
	padding: 5px 0px 5px 0px;

}
 .TitleContent a:link, .TitleContent a:visited {
	color:#000000;
}

.TitleContent a:hover {
	color:#FF0000;
}

.TopicContent, .TopicContent a:link, .TopicContent a:visited{
	font-size:15px;
	/*letter-spacing: 2px;*/
	/*font-family: circularregular;*/
	color:#000000;
	font-weight:bold;
	margin-bottom:5px;
	line-height: 25px;
}
.TopicContent a:hover {
	color:#F00;
}


.DesContent, .DesContent a:link, .DesContent a:visited{
	font-size:13px;
	color:#666666;
	letter-spacing: 1px;
	/*/*font-family: circularregular;*/*/
	/*text-shadow:1px 1px 2px  #666;*/
}
.DesContent a:hover {
	color:#FF0000;
}


.DetailContent, .DetailContent a:link, .DetailContent a:visited{
	font-size:14px;
	color:#666666;
	letter-spacing: 1px;
	line-height: 25px;
	/*/*font-family: circularregular;*/*/
	/*text-shadow:1px 1px 2px  #666;*/
}
.DetailContent a:hover {
	color:#FF0000;
}

.HeaderSide, .HeaderSide a:link, .HeaderSide a:visited{
	font-size:28px;
	letter-spacing: 2px;
	/*font-family: circularregular;*/
	color:#000000;
	font-weight:bold;
	margin:15px 0px 10px 0px;
	line-height: 25px;
	border-top:5px #000000 solid;
	border-bottom:0px #666666 solid;
	width:100%;
	padding:10px 0px;
}
.HeaderSide a:hover {
	color:#F00;
}

.TopicSide, .TopicSide a:link, .TopicSide a:visited{
	font-size:16px;
	letter-spacing: 2px;
	/*font-family: circularregular;*/
	color:#000000;
	/*font-weight:bold;*/
}
.TopicSide a:hover {
	color:#F00;
}


.readmore {
	font-size:11px;
	/*font-family: circularregular;*/
	/*font-weight:bold;*/
	margin-bottom:0px;
	line-height: 25px;
	background-color:#646464;
	padding: 3px;
}
.readmore a:link,.readmore a:visited {
	color:#fff;
}
.readmore a:hover {
	color:#fff;
	/*background-color: #ace8ff;*/
	opacity:.70;
	filter:alpha(opacity=70);
}


.GalleryThumb{
	border:#dddd 1px solid;
	width:98%;
	padding:5px 5px 5px 5px;
	/*margin-bottom: 15px;*/
	min-height: 210px;
	background:#fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	margin: 15px 0;
	overflow:hidden;
}

.ProductThumb{
	border:#dddd 1px solid;
	width:98%;
	padding:5px 5px 5px 5px;
	/*margin-bottom: 15px;*/
	min-height: 35em;
	background:#fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	margin: 15px 0;
	overflow:hidden;
}
.ProductThumbOut{
	border:#dddd 1px solid;
	width:98%;
	padding:5px;
	/*margin-bottom: 15px;*/
	min-height: 35em;
	background:#fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	margin: 15px 0;
	overflow:hidden;
	background:url(../images/outofstock2.png) bottom right no-repeat;
}

.ProductThumb:hover ,.ProductThumbOut:hover{
	/*border:#ff0000 1px solid;*/
	/*-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform:rotate scale(1.1);
	-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;*/
}


.ImgThumb
{
	width:100%;
	height:180px;
	background-color:#ffffff;
	border:#ccc 0px solid;
	margin: auto;
	vertical-align: middle;
	text-align: center;

}
.ImgThumb img
{
	margin: auto;
  max-width:98%;
  max-height:98%;
}
.ImgThumb img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform:rotate scale(1.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


.ProductName, .ProductName a:link, .ProductName a:visited{
	font-size:18px;
	color:#e81775;
	font-weight:bold;
	padding: 3px;
}
.ProductCode{
	font-size:14px;
	color:#058f06;
	padding: 3px;
}
.price, .price a:link, .price a:visited{
	font-size:15px;
	/*font-family: circularregular;*/
	color:#ff0000;
	font-weight:bold;
	margin-bottom:0px;
	line-height: 25px;
	padding: 3px;
}
.proprice, .proprice a:link, .proprice a:visited{
	font-size:15px;
	/*font-family: circularregular;*/
	color:#ff0000;
	font-weight:bold;
	margin-bottom:0px;
	line-height: 25px;
	padding: 3px;
}
.tag, .tag a:link, .tag a:visited{
	font-size:12px;
	color:#000000;
	padding: 3px;
}
.tag a:hover{
	color: #ff0000;
}

.btn, .btn a:link, .btn a:visited{
	color:#ffffff;
}

.btn-default, .btn-default a:link, .btn-default a:visited{
	color:#333333;
}


.title_section, .title_section a:link, .title_section a:visited{
	font-size:21px;
	font-family: 'supermarketregular';
	color:#028a02;
	/*font-weight:bold;*/
	letter-spacing: 1px;
	padding:3px 5px 5px 5px;
	border-bottom:0px #e2e2e2 solid;
}
.title_section a:hover {
	color:#fff;
}


.DonwloadSection{
	border:#dddd 1px solid;
	width:98%;
	padding:5px 5px 5px 5px;
	/*margin-bottom: 15px;*/
	min-height: 440px;
	background:#fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin: 0px 0px 10px 0px;
	overflow:hidden;
}


.OurCompany{
	border:#dddd 0px solid;
	width:100%;
	padding:5px 5px 5px 5px;
	/*margin-bottom: 15px;*/
	min-height:250px;
	background:#fff;
	/*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);*/
	margin: 0px 0px 5px 0px;
	overflow:hidden;
}


div.article { width: 100%; }
div.article div  {float: left; }
div.col {width:370px; padding:5px; margin: 5px;border-bottom:1px #666666 dotted;}
div.col img {width:300px; height: 150px;}
div.col2 {width:360px; padding:5px; margin: 5px;border-bottom:1px #666666 dotted;}
div.col2 img {width:280px; height: 140px;}
div.clear { clear: both; }

/*Tablet*/
@media only screen and ( max-width: 1200px ) /*62.5em =1000 */
{
	div.col {width:240px; padding:0px; margin:0px;border-bottom:1px #666666 dotted;}
	div.col img {width:200px; height: 120px;}
	div.col2 {width:250px; padding:5px; margin:5px;border-bottom:1px #666666 dotted;}
	div.col2 img {width:210px; height: 110px;}
}

/*Mobile*/
@media only screen and ( max-width: 40em ) /* 640 */
{
	div.col {width:300px; padding:0px; margin:0px;border-bottom:1px #666666 dotted;}
	div.col img {width:250px; height: 120px;}
	div.col2 {width:300px; padding:0px; margin: 2px;border-bottom:1px #666666 dotted;}
	div.col2 img {width:250px; height: 110px;}
}

@media print
{
	.print-none	{ display:none;}
}
