/* CSS Document */
body {
	background-image: url(/img_theme/page_bg.gif);
	background-repeat:repeat-x;
	background-color:#333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body, table, td, tr, select, input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

input.text, textarea, input.button, input.arrowButton, select.pageSelect {
	border-color:#666666;
	border-width:1px;
}

input.button {
	width:80px;
}

input.arrowButton {
	width:20px;
}

select {
	border-width:0px;
	border-color:#ff6501;
	border-style:none;
}

h1, .news_headline {
	font-weight:bold;
	font-size:16px;
	color:#ff6501;
}

.scroll_news_headline {
	font-weight:bold;
	font-size:16px;
	color:#dedede;
}

.scroll_news_content {
	color:#545454;
}

.news_date {
	color:#666666;
}

table.context {
	color:#FFFFFF;
}

table.menu {
	color:#666666;
}

a:link {color:#ff6501; text-decoration:none;}
a:active {color:#ff6501; text-decoration:none;}
a:visited {color:#ff6501; text-decoration:none;}
a:hover {color:#ff6501; text-decoration:underline;}

table.context a:link {color:#ff8c2f; text-decoration:none;}
table.context a:active {color:#ff8c2f; text-decoration:none;}
table.context a:visited {color:#ff8c2f; text-decoration:none;}
table.context a:hover {color:#ff8c2f; text-decoration:underline;}

table.menu a:link {color:#666666; text-decoration:none;}
table.menu a:active {color:#666666; text-decoration:none;}
table.menu a:visited {color:#666666; text-decoration:none;}
table.menu a:hover {color:#666666; text-decoration:underline;}

div.pagelink a:link {color:#ff4e00; text-decoration:underline;}
div.pagelink a:active {color:#ff4e00; text-decoration:none;}
div.pagelink a:visited {color:#ff4e00; text-decoration:underline;}
div.pagelink a:hover {color:#5c5c5c; text-decoration:underline;}

div.pagelink {
	color:#5c5c5c;
	font-weight:bold;
}

td.list_title {
	font-weight:bold;
	color:#FFFFFF;
	background-color:#767676;
	text-align:left;
}

td.list_content {
	background-color:#FFFFCC;
	border-bottom-color:#767676;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

td.front_news {
	line-height:20px;
}

td.faq_question {
	line-height:20px;
}

ul.faq_question {
	margin-left:20px;
	color:#ff6501;
}

td.productDetailTop, td.productDetail, td.productDetailBottom {
	background-color:#575757;
}

td.productDetailTop {
	background-image:url(/img_theme/product_detail_top_l.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

td.productDetailTop a:link {color:#FFFFFF; font-weight:bold; text-decoration:none;}
td.productDetailTop a:active {color:#FFFFFF; font-weight:bold; text-decoration:none;}
td.productDetailTop a:visited {color:#FFFFFF; font-weight:bold; ext-decoration:underline;}
td.productDetailTop a:hover {color:#FFFFFF; font-weight:bold; text-decoration:underline;}

td.productDetailBottom {
/*
	background-image:url(../img_theme/product_detail_btm_l.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
*/	
	background-image:url(../img_theme/product_detail_btm_r.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.contactMainTitle {
	color:#545454;
	font-weight:bold;
	text-align:right;
}

.contactMainDetail {
	color:#545454;
	font-weight:bold;
	text-align:center;
}

.contactMainContent {
	color:#dedede;
	font-weight:bold;
}

.dealMainContent {
	color:#545454;
	font-weight:bold;
	text-align:center;
}

.highlight, td.highlight_bg {
	color:#c00000;
}

td.highlight_bg {
	background-color:#FFE1E1;
}

.remarks, td.remarks_bg {
	color:#006600;
}

td.remarks_bg {
	background-color:#E1FFE1;
}

.contactMainContent a:link {color:#dedede; text-decoration:none;}
.contactMainContent a:active {color:#dedede; text-decoration:none;}
.contactMainContent a:visited {color:#dedede; text-decoration:none;}
.contactMainContent a:hover {color:#dedede; text-decoration:underline;}

.contactMainDetail a:link {color:#dedede; text-decoration:none;}
.contactMainDetail a:active {color:#dedede; text-decoration:none;}
.contactMainDetail a:visited {color:#dedede; text-decoration:none;}
.contactMainDetail a:hover {color:#dedede; text-decoration:underline;}

.footer {
	font-size:10px;
}

ol.terms {
	margin-left:20px;
}