﻿/**************************************************************/
/*** Body ***/
/**************************************************************/
body{
	margin:0px;
	padding:0px;
	font:normal 14px Tahoma, Geneva, sans-serif;
	color:#e9d495;
	}
hr {
	border:none;
	border-top:1px dotted #dadada;
	height:1px;
	display:block;
	margin:5px 0px 0px 0;
	padding:0;
	}
/**************************************************************/
/*** Wrapper ***/
/**************************************************************/
#wrapper {
	margin:5px auto 5px auto;
	width:1000px;
	}
#wrap-header {
	}
/**************************************************************/
/*** Search Box ***/
/**************************************************************/
#box_search_position_m {
	width:35px;
	height:35px;
	text-align:center;
	font-size:24px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
#search-position {
	height:75px;
	/*background-color: #febf04;
	background:-webkit-gradient(linear,left top,left bottom,from(#febf04),to(#fec031));
	background:-moz-linear-gradient(top,#febf04, #fec031);*/
	background-image:url(../images/bar.png);
	background-repeat:repeat-x;
	width:1000px;
	margin-bottom:5px;
	margin-top:5px;
	color:#000000;
	text-shadow:1px 1px 1px #fef8c5;
	}
#box_search_position {
	width:20px;
	height:20px;
	text-align:center;
	font-size:14px;
	background-color:#212121;
	color:#FBFBFB;
	/*border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;*/
	}
#search_pos_title {
	color:#000;
	font:bold 19px Tahoma, Geneva, sans-serif;
	}
#search_pos_title_big {
	color:#000;
	font:bold 24px Tahoma, Geneva, sans-serif;
	}
#search_pos_sec {
	font-size:15px;
	margin-bottom:3px;
	}
#search-likenumber {
	height:75px;
	background-image:url(../images/bar.png);
	background-repeat:repeat-x;
	color:#000;
	width:1000px;
	text-shadow:1px 1px 1px #fef8c5;
	}
#search_like_title {
	color:#000;
	font:bold 19px Tahoma, Geneva, sans-serif;
	}
#search_like_title_big {
	color:#000;
	font:bold 24px Tahoma, Geneva, sans-serif;
	}
#search_like_sec {
	font-size:15px;
	margin-bottom:3px;
	}
/**************************************************************/
/*** Side-Left ***/
/**************************************************************/
#wrap-side-left {
	vertical-align:top;
	padding-top:7px;
	width: 254px;
	}
#side-left { 
	padding:0px 0px 50px 0px;
	width: 254px;
	float:left;
	}
/**************************************************************/
/*** Side-Menu ***/
/**************************************************************/
#list-cat {
	margin:0px auto 15px auto;
	padding: 5px 30px 5px 30px;
	}
#list-cat ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#list-cat ul li {
	background-image:url(../images/cat-div.png);
	background-position:bottom;
	background-repeat:no-repeat;
	font-size: 14px;
	position:relative;
	}
#list-cat ul li a {
	padding: 6px 0px 6px 6px;
	cursor: pointer;
	text-decoration: none;
	display: block;
	background: linear-gradient(180deg, #FFA500 0%, #F0E68C 25%, #DAA520 50%, #F0E68C 75%, #FFA500 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	}
#list-cat ul li a:hover {
	text-decoration: none;
	text-shadow:0px 0px 10px #f4eba0;
	}
#list-cat ul li:hover ul {
	display:block;
	}
#list-cat ul li#sub-cat {
	background:url('../images/icon_more.gif') no-repeat scroll right center transparent;
	}
#list-cat ul ul {
	position:absolute;
	left:177px;
	top:0;
	border-top:1px solid #e9e9e9;
	display:none;
	margin-top:-1px;
	z-index: 100;
	}
#list-cat ul ul li {
	width:173px;
	background:#f1f1f1;
	border:1px solid #e9e9e9;
	border-top:0;
	}
#list-cat ul ul li a {
	color:#333;
	font-size:13px;
	text-transform:none;
	}
#list-cat ul ul li a:hover {
	color: #fff;
	background-color:#333;
	}
/**************************************************************/
/*** Side-Menu ***/
/**************************************************************/
#list-title {
	padding:5px 10px 10px 10px;
	font:normal 20px Tahoma, Geneva, sans-serif;
	background-image:url(../images/bg3.png);
	background-repeat:no-repeat;
	color:#FFDA6E;
	text-align:center;
	height:30px;
	}
#list-menu {
	margin:0px auto 15px auto;
	padding: 5px 0px 5px 0px;
	}
#list-menu ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#list-menu ul li {
	background-image:url(../images/cat-div.png);
	background-position:bottom;
	background-repeat:no-repeat;
	font-size: 15px;
	position:relative;
	}
#list-menu ul li a {
	padding: 6px 0px 6px 6px;
	cursor: pointer;
	text-decoration: none;
	display: block;
	background: linear-gradient(180deg, #FFA500 0%, #F0E68C 25%, #DAA520 50%, #F0E68C 75%, #FFA500 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	}
#list-menu ul li a:hover {
	text-decoration: none;
	text-shadow:0px 0px 10px #f4eba0;
	}
#list-menu ul li:hover ul {
	display:block;
	}
#list-menu ul li#sub-menu {
	background:url('../images/icon_more.gif') no-repeat scroll right center transparent;
	}
#list-menu ul ul {
	position:absolute;
	left:177px;
	top:0;
	border-top:1px solid #e9e9e9;
	display:none;
	margin-top:-1px;
	z-index: 100;
	}
#list-menu ul ul li {
	width:173px;
	background:#f1f1f1;
	border:1px solid #e9e9e9;
	border-top:0;
	}
#list-menu ul ul li a {
	color:#333;
	font-size:13px;
	text-transform:none;
	}
#list-menu ul ul li a:hover {
	color: #fff;
	background-color:#333;
	}
/**************************************************************/
/*** Content ***/
/**************************************************************/
#wrap-content {
	padding:7px 0px 7px 7px;
	vertical-align:top;
	width:739px;
	}
#main-content{
	margin-bottom:7px;
	padding:10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	}
/*#main-content{
	margin-bottom:7px;
	color:#FFFFFF;
	}*/
#ems-bot-box {
	margin-bottom:7px;
	}
/**************************************************************/
/*** Footer ***/
/**************************************************************/
#wrap-footer {

}
#footer {
	margin:0px auto 0px auto;
	width:1000px;
	color: #e9d495;
	padding-top:7px;
	text-align: center;
	font-size:13px;
/*	text-shadow:0px 0px 1px #000;*/
}
#footer a {
	color:#e9d495;
	text-decoration:none;
	cursor:pointer;
/*	text-shadow:0px 0px 1px #000;*/
	}
#footer a:hover {
	color: #FFDA6E;
	}
div#navbar-bottom {
	padding:6px;
	}
div#navbar-bottom a#menu-footer {
	padding-right:8px;
	padding-left:3px;
	border-right:1px solid #333333;
	color:#e9d495;
	}
div#navbar-bottom a#menu-footer:hover {
	color: #FFDA6E;
	}
div#navbar-bottom a#menu-footer:last-child {
	border-right:none;
	}
/**************************************************************/
/*** Table Track List ***/
/**************************************************************/
table.track-list {
	margin-bottom:30px;
	}
table.track-list th {
	font:normal 15px Tahoma, Geneva, sans-serif;
	letter-spacing:1px;
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.2);
	background-color: #464646;
	background:-webkit-gradient(linear,left top,left bottom,from(#909090),to(#464646));
	background:-moz-linear-gradient(top,#909090, #464646);
	text-align:left;
	}
table.track-list td {
	background-color:#fff;
	font:normal 13px tahoma;
	border-bottom:dotted 1px #dfdfdf;
	}
/**************************************************************/
/*** EMS BOT ***/
/**************************************************************/
#wrap-side-left {
	vertical-align:top;
	padding-top:7px;
	}
#ems-bot-box {
	background-image:url(../images/ems_bg.png);
	background-position:top;
	background-repeat:repeat;
	}
#strip {
	background-image:url(../images/envelope-strip.png);
	background-position:top;
	background-repeat:repeat-x;
	padding:10px 0px 0px 0px;
	}
/**************************************************************/
/*** Waranty ***/
/**************************************************************/
div.fixed-warranty {
    position: fixed;
    top:0px;
    left:0px;
    width:138px;
}
#warranty-detail {
	background-image:url(../images/w-bg.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	font:normal 13px 'THSarabunNew', Tahoma, Geneva, sans-serif;
}
/**************************************************************/
/*** Title Categories ***/
/**************************************************************/
#title-categories {
	padding:10px 25px 10px 25px;
	margin:0px auto 7px auto;
	font-size:20px;
	text-align:center;
	border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
	background-image:url(../images/bg.png);
	background-position:center center;
	background-repeat:no-repeat;
	}
/**************************************************************/
/*** Table Webboard ***/
/**************************************************************/
table.webboard {
	margin-bottom:10px;
	}
table.webboard th{
	color:#fff;
	font:normal 15px tahoma;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	background:-webkit-gradient(linear,left top,left bottom,from(#333),to(#252525));
	background:-moz-linear-gradient(top,#333,#252525);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333',endColorstr='#252525');
	padding:8px 5px 8px 5px;
	}
table.webboard td{
	background-color:#EFEFEF;
	font:normal 13px tahoma;
	border-left:solid 1px #dfdfdf;
	border-right:solid 1px #dfdfdf;
	border-bottom:solid 1px #dfdfdf;
}