/* ============================
# Cascading Style Sheets Document
# ============================ 
# Title : main.css
# Author : Mr. Anuluck Nantajan
# Email : minddezign@minddezign.com
# URL : www.minddezign.com
# Description : All styles
# Created : 2007-10-01
# Last modified : 2007-10-01
# Copyright : MindDezign 2007.
# ============================ */
html {
	margin: 0; /* top, right, bottom, left */
	padding: 0; /* top, right, bottom, left */
}
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 0.7em; /* 0.7em = 11px */
	color: #333333;
	line-height: 120%;
	background-color: #F9B931;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
caption {
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 1px solid #DFDFDF;
}
legend {
	margin: 0;
	padding: 0;
}
label {
	margin: 0;
	padding: 0;
}
input {
	font-size: 100%;
}
textarea {
	font-size: 100%;
}
select {
	font-size: 100%;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
img, div { /* Automatic activation of transparency for PNGs in the page. */
	behavior: url(stylesheets/iepngfix.htc);
} /* IE5.5+ PNG Alpha Fix v1.0RC5 */
table {
	border-collapse: collapse;
}
a:link {
	color: #FF6600;
	cursor: pointer;
}
a:visited {
	color: #999999;
	cursor: pointer;
}
a:active {
	color: #000000;
	cursor: pointer;
}
a:hover {
	color: #000000;
	cursor: pointer;
}
#minddezign {	
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 80%; /* 80% Things 0.7em */
	color: #FFFFFF;
}
.clear-style {
	clear: both;
}
.clear-all-style {
	clear: both;
	height: 0;
	line-height: 0;
}
/* CSS Structure layout */
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
#wrapper-file-exists {
	width: 300px;
	height: 45px;
	margin: 20px auto; /* top & bottom, right & left */
	padding: 30px 0px; /* top & bottom, right & left */
	border: 1px solid #DD7777;
	background-color: #FFCCCC;
	color: #333333;
	text-align: center;
}
#wrapper-main-frame { /* div คลุมความกว้าง */
	margin: 0 auto;
	width: 780px;
	height: auto; /* สูง auto ตามเนื้อหา */
	overflow: hidden; /* สูง auto ตามเนื้อหาด้านใน */
	background-image: url(../images/theme/theme-bg-html.jpg);
	background-repeat: repeat-y;
}
#wrapper-main-container { /* div คลุมเนื้อหาทั้งหมด */
	margin: 0 20px;
	height: auto !important; /* Fx อ่านบรรทัดนี้ เพราะมี !important */
	height: 445px; /* IE6 อ่านบรรทัดนี้ เพราะไม่สน !important อ่านบรรทัดล่างสุด ตามกฎปกติ */
	min-height: 445px; /* Fx และเบราเซอร์ใหม่ๆ อ่านบรรทัดนี้ */
}
#wrap-header-left {
	width: 175px;
	height: 130px;
	background-image: url(../images/theme/theme-bg-header-left.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
}
#wrap-header-right {
	width: 565px;
	height: 130px;
	background-image: url(../images/theme/theme-bg-header.jpg);
	background-repeat: no-repeat;
	float: left;
}
#wrap-nav-left {
	width: 200px;
	height: 315px;
	background-image: url(../images/theme/theme-bg-nav-left.jpg);
	background-repeat: no-repeat;
	float: left;
}
#wrap-content-right {
	width: 540px;
	height: auto !important; /* Fx อ่านบรรทัดนี้ เพราะมี !important */
	height: 315px; /* IE6 อ่านบรรทัดนี้ เพราะไม่สน !important อ่านบรรทัดล่างสุด ตามกฎปกติ */
	min-height: 315px; /* Fx และเบราเซอร์ใหม่ๆ อ่านบรรทัดนี้ */
	background-image: url(../images/theme/theme-bg-content.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}
#wrap-content {
	width: 530px;
	height: auto !important; /* Fx อ่านบรรทัดนี้ เพราะมี !important */
	height: 265px; /* IE6 อ่านบรรทัดนี้ เพราะไม่สน !important อ่านบรรทัดล่างสุด ตามกฎปกติ */
	min-height: 265px; /* Fx และเบราเซอร์ใหม่ๆ อ่านบรรทัดนี้ */
}
#wrap-footer {
	width: 530px;
	height: 40px;
	text-align: right;
	padding-top: 10px;
}
#logo-company {
	text-align: center;
	margin: 25px auto;
}
#nav-left {
	width: 160px;
	margin-top: 50px;
	margin-left: 35px;
}
#nav-left ul {
	margin: 0;
	display: block;
}
#nav-footer {
	color: #FF6600;
}
#nav-footer a:link {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
#nav-footer a:visited {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
#nav-footer a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
#copyright {
	margin-top: 5px;
}
#index-content {
	text-align: center;
	line-height: 1.5em;
}
h3.subject-page {
	font-size: large;
	padding-top: 10px;
}
img.img-default {
	margin: 10px 5px 10px 5px; /* top, right, bottom, left */
	padding: 3px;
	border: 1px solid #333333;
	background: url(../images/theme/theme-loading.gif) no-repeat 50% 50%; /* preloader */
	background-color: #FEE98F;
}
img.img-left {
	margin: 8px 17px 2px 0px; /* top, right, bottom, left */
	padding: 3px;
	border: 1px solid #333333;
	background: url(../images/theme/theme-loading.gif) no-repeat 50% 50%; /* preloader */
	background-color: #FEE98F;
	float: left;
}
img.img-right {
	margin: 8px 0px 2px 17px; /* top, right, bottom, left */
	padding: 3px;
	border: 1px solid #333333;
	background: url(../images/theme/theme-loading.gif) no-repeat 50% 50%; /* preloader */
	background-color: #FEE98F;
	float: right;
}
p.center {
	text-align: center;
}
.nav-link-page {
	color: #000000;
}
.nav-link-page ul {
	margin: 10px 0px;
	list-style-type: none;
}
.nav-link-page li {
	margin-bottom: 5px;
	padding-left: 15px;
	background-image: url(../images/icon/page.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.nav-link-page a:link {
	color: #FF6600;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}
.nav-link-page a:visited {
	color: #FF6600;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}
.nav-link-page a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}
.back {
	padding: 2px 5px;
	background-color: #FCD971;
	border: 1px dashed #000000;
	color: #000000;
	float: right;
}
.back a:link {
	color: #000000;
	text-decoration: none;
}
.back a:visited {
	color: #000000;
	text-decoration: none;
}
.back a:hover {
	color: #FF6600;
	text-decoration: underline;
}
table.profile {
	width: 500px;
	border-collapse: separate;
}
table.profile th {
	padding : 3px;
	text-align: left;
	font-size: larger;
	color: #000000;
	border: 1px dashed #000000;
	background-color: #FFCC00;
}
table.profile td {
	padding : 3px;
}
table.profile td ul {
	margin-top: 0px;
}
table.profile td li {
	margin-bottom: 5px;
	padding-left: 15px;
	background-image: url(../images/icon/article.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
table.profile td ul ul {
	margin-top: 5px;
}
table.profile td li li {
	margin-bottom: 5px;
	padding-left: 15px;
	background-image: url(../images/icon/true.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
caption.topic {
	font-size: larger;
	font-weight: bold;
	color: #000000;
	padding: 10px 0px;
}
.tog-font-warning-small{
	font-size: 80%;
	color: #FF0000;
}
.tog-font-warning-normal{
	font-size: 1em;
	color: #FF0000;
}
.tog-font-warning-big{
	font-size: 1.2em;
	color: #FF0000;
}
.contact p {
	padding: 0;
	margin: 4px 0;
}
.contact legend {
	padding: 5px;
	color: #FF6600;
	font-weight: bold;
}
.contact label {
	float: left;
	position: relative;
	width: 100px;
	line-height: 20px;
	text-align: right;
	padding-right: 5px;
}
p.contact-adjust {
	padding-left: 105px;
}
.contact-input {
	border: 1px solid #DFDFDF;
	padding: 3px;
	font-family: Tahoma, Verdana, sans-serif;
	color: #333333;
	width: 250px;
	height: 15px;
	vertical-align : middle;
}
.contact-input-secret-code {
	border: 1px solid #DFDFDF;
	padding: 3px;
	font-family: Tahoma, Verdana, sans-serif;
	color: #333333;
	width: 80px;
	height: 15px;
	vertical-align : middle;
}
.contact-textarea {
	border: 1px solid #DFDFDF;
	padding: 3px;
	font-family: Tahoma, Verdana, sans-serif;
	color: #333333;
	width: 250px;
	vertical-align : middle;
}
.contact-button {
	text-align: center;
	cursor: pointer;
	border: 1px solid #DFDFDF;
	color: #333333;
	width: 80px;
	height: 20px;
	font-weight: bold;
}
.wrap-warning-check-field {
	margin: 10px;
	padding: 10px;
	border: 1px dashed #DD7777;
	color: #CC0000;
	line-height: 1.5em;
	background-color: #FFCCCC;
}
.wrap-warning-check-field li {
	list-style-type: circle;
	position: relative;
	left: 20px;
}
#wrap-success-sendmail {
	margin: 10px;
	padding: 10px;
	border: 1px dashed #999999;
	color: #000000;
	line-height: 1.5em;
	background-color: #CEF799;
}
#wrap-sitemap {
	position: relative;
	left: 20px;
	color: #000000;
	line-height: 1.5em;
}
#wrap-sitemap a:link {
	color: #000000;
	text-decoration: none;
}
#wrap-sitemap a:visited {
	color: #000000;
	text-decoration: none;
}
#wrap-sitemap a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.ul-tree {
	margin-left: 20px;
}
.li-tree-file {
	list-style-image: url(../images/icon/tree-dot.gif);
}
.li-tree-folder {
	list-style-image: url(../images/icon/tree-plus.gif);
}
.li-tree-folder-open {
	list-style-image: url(../images/icon/tree-minus.gif);
}
.ul-tree-hide {
	margin-left: 15px;
	display: none;
}
.wrap-product-left {
	width: 240px;
	margin-left: 10px;
	float: left;
}
.wrap-product-right {
	width: 240px;
	margin-right: 10px;
	float: right;
}
.tog-font-topic-product {
	color: #000000;
	font-weight: bold;
	border-bottom: 1px dashed #FF6600;
}
a.img-product {
	margin: 10px 0px 10px 14px;
	border: 1px solid #E8E8E8;
	padding: 5px;
	background-color: #F9F9F9;
	float: left;
}
a.img-product:hover {
	margin: 10px 0px 10px 14px;
	border: 1px solid #999999;
	padding: 5px;
	background-color: #DDDDDD;
	float: left;
}
.hr-line-dotted {
	width: 95%;
	height: 1px; 
	border: none;
	border-top: 1px dashed #333333;
}
.img-thumb-product {
	margin: 10px 5px;
	border: 1px solid #E8E8E8;
	padding: 5px;
	background-color: #F9F9F9;
}
.wrap-product-desc {
	width: 510px;
	margin-left: 5px;
}
.wrap-product-desc li {
	margin-bottom: 5px;
	padding-left: 15px;
	background-image: url(../images/icon/article.gif);
	background-position: left top;
	background-repeat: no-repeat;
}