/**
 * @subpackage  Solbot2013 v1.0
 * @author      Yifong Jiang
 * @date        2014-01-01
 * @package     Joomla
 * @copyright   Copyright (C) 2013-2014 forink.net. All rights reserved.
 * @license     Commercial
*/

/** HTML5 Reset for Older Browsers **/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background-color: #EEEEEE;
	font-family: "Helvetica", Arial, "微軟正黑體", Veranda, sans-serif;
	line-height: 1;
	margin: 0 auto;
}
ol {
	margin: 2px 2px 2px 30px;
}
ul {
	margin: 2px 2px 2px 20px;
}
ul>li {
	background-image: none;
	font-size: 15px;
	list-style: circle outside none;
	margin: 0 0 0 20px;
	padding: 5px 0;
}
ol>li {
	background-image: none;
	font-size: 15px;
	margin: 0 0 0 10px;
	padding: 3px 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	outline: none; /* for Firefox */
 hlbr:expression(this.onFocus=this.blur()); /* for IE */
}
/** Main **/
html {
	/*background-color: #E0E0E0;*/
	/*background-image: url("../images/page-background.jpg");*/
	/*background: url("../images/background_bottom.png") repeat scroll 0 0 #e0e0e0;*/ /*TOP-Color*/ 
} 
hr {
	border: 0;
	color: rgb(226,226,226);
	background-color: rgb(226,226,226);
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#wrapper {
	display: block;
	padding: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4.6em;
}
/** Joomla Default **/


/** Header **/
#top_wrap {
	background: url("../images/background_nav.png") no-repeat #E0E0E0;
	min-width: 960px;
	overflow: auto;
}
#header_wrap {
	background: url("../images/background_top.png") no-repeat #2181C2;
	min-width: 960px;
}
#header {
	margin: auto auto -1px;
	overflow: auto;
	width: 900px;
}
#header_right {
	clear: right;
	float: right;
	width: 380px;
}
#header_mark {
	clear: right;
	float: right;
	height: 65px;
	margin: 15px;
	width: 75px;
}
/** LOGO **/
#logo {
	float: left;
	height: 80px;
	margin: 10px 0;
	width: 400px;
}
#logo a {
	text-decoration: none;
	color: #febf00;
}
#logo a:hover {
	text-decoration: none;
	color: #febf00;
}
#logo div.sitedescription {
	font-family: "Helvetica", Arial, "微軟正黑體", Veranda, sans-serif;
	font-size: 0.40em;
	letter-spacing: 0;
	color: #fff;
	padding-left: 2px;
}
#logo div.custom_logo {
	margin: 23px 0 0;
}
#logo div.custom_logo #logo_img {
	display: inline-block;
}
#logo div.custom_logo #logo_des {
	display: inline-block;
}
/** CE Mark **/
#header_mark div.custom_header_mark {
	margin: 10px 0 0;
}
.menu_auth_title {
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 8px;
	margin: 0;
	padding: 0;
}
#ce_mark {
	background: url("../images/ce.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: 1px dashed #4E4E4E;
	display: block;
	height: 28px;
	padding-bottom: 10px;
	width: 100%;
}
/** Search Area **/
#search {
	clear: right;
	color: #FFFFFF;
	float: left;
	margin: 20px 0 10px;
	width: 220px;
}
#mod-search-searchword {
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: right;
	padding: 6px;
	width: 80%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #c3c3c3;
	outline: none;
}
#search #mod-search-searchword {
	width: 180px;
	padding-right: 24px;
}
input#roksearch_search_str {
	background: url("../images/search-icon.png") no-repeat scroll 98% 50% #FFFFFF;
	border: 1px solid #DFDFDF;
	border-radius: 5px;
	color: #666666;
	font-family: "Helvetica", Arial, "微軟正黑體", Veranda, sans-serif;
	font-size: 15px;
	height: 18px;
	margin: 0;
	padding: 8px 6px 7px 5px;
	width: 200px;
}
/** Search form **/
div.search {
	margin: 0 10px;
	padding: 0 15px;
}
div.search form {
}
div.search form button {
	font-family: "Helvetica", Arial, "微軟正黑體", Veranda, sans-serif;
}
div.search form select {
	font-family: "Helvetica", Arial, "微軟正黑體", Veranda, sans-serif;
}
fieldset.word {
	border: solid 0px #ccc;
	padding: 10px 10px 10px 0;
}
fieldset.word label {
	font-weight: bold;
	color: #333333;
	font-weight: bold;
}
fieldset.word input {
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	padding: 4px;
	font-size: 1em;
}
div.searchintro {
	font-weight: normal;
	margin: 20px 0 20px;
}
div.searchintro img {
	border: 0px;
}
fieldset.only, fieldset.phrases {
	border: solid 1px #ccc;
	margin: 10px 0 0 0px;
	padding: 15px;
	line-height: 1.3em;
}
fieldset.only label, fieldset.phrases label {
	margin: 0 10px 0 0px;
}
div.phrases-box {
	width: 60%;
	float: left;
}
div.ordering-box {
	width: 40%;
	float: right;
}
div.ordering-box label.ordering {
	margin: 0 10px 5px 0;
	float: left;
}
label.ordering {
	display: block;
	margin: 10px 0 10px 0;
}
div.form-limit {
	margin: 20px 0 0;
	text-align: right;
	padding: 0 10px 0 20px;
}
/** Search results **/
dl.search-results dt.result-title {
	border-top: solid 1px #ddd;
	padding-top: 10px;
	font-weight: bold;
}
dl.search-results dd.result-created {
	padding-top: 6px;
	padding-bottom: 10px;
	color: rgb(170,170,170);
}
dd.result-category {
	padding-top: 6px;
	padding-bottom: 6px;
}
/** Main Menu **/
#topmenu_wrap {
	min-width: 960px;
	/* --- Gradient --- */
    /* Opera */
	background: #000000;
	/* Mozilla: */
	background: -moz-linear-gradient(top, #000000, #404040);
	/* Chrome, Safari:*/
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#404040));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient( StartColorStr='#000000', EndColorStr='#404040', GradientType=0);
}
/** Content Wrap **/
#content_wrap_bg {
	background: url("../images/background.png") repeat scroll 0 0 #F7F8FB;
	margin: -260px 0 0;
	min-height: 400px;
	min-width: 960px;
	overflow: hidden;
}
#content_wrap {
	background-color: #FFFFFF;
	border-left: 1px solid #F5F5F5;
	border-right: 1px solid #F5F5F5;
	margin: auto auto -10px;
	padding: 0px;
	width: 900px;
	min-height: 500px;
}
#content_wrap div.item-page {
	margin: 10px;
	padding: 0 0 0 10px;
}
}
#content_wrap div.item-page ol, #content_wrap div.item-page ul, #content_wrap div.item-page li {
	list-style-type: square;
	margin: 0 0 0 10px;
}
#content_wrap div.item-page li > p {
	margin: 0;
}
#content_wrap div.item-page ul.actions li {
}
#content_wrap div.item-page p {
	font-size: 14px;
	line-height: 20px;
	margin: 2px 0 14px;
	vertical-align: text-top;
}
/** Breadcrumbs **/
#breadcrumbs {
	border-bottom: 1px solid #CCCCCC;
	display: inline-block;
	font-size: 0.89em;
	height: 18px;
	margin: 5px 0 0;
	padding: 2px 0 5px 15px;
	text-decoration: none;
	width: 885px;
}
#breadcrumbs a {
	color: #4682B4;
	text-decoration: none;
}
#breadcrumbs a:hover, #breadcrumbs a visited {
	color: #4682B4;
	text-decoration: none;
}
#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover, #breadcrumbs a:active {
	color: #4682B4;
	text-decoration: none;
}
#breadcrumbs span.sep {
	background: url("../images/path.png") no-repeat scroll 2px 4px rgba(0, 0, 0, 0);
	margin: 0 2px;
	padding: 0 3px;
}
#breadcrumbs span.current-path {
	/*color: #4682B4;*/
	font-weight: bold;
}
#pathway {
	background: url("../images/path_root.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
	display: block;
	font-size: 13px;
	height: 100%;
	line-height: 16px;
	padding-left: 20px;
	width: 100%;
}
#pathway a {
	font-size: 13px;
}
/** Homepage Left Show **/
#leftshow {
	float: left;
	line-height: 1.7em;
	min-height: 475px;
	width: 220px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 50px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0; 
	padding-left: 0;
}
#leftshow a {
	color: #141d29;
	text-decoration: none;
}
#leftshow a:hover {
	color: #febf00;
	text-decoration: none;
}
#leftshow ul {
	padding-left: 0px;
	list-style-type: none;
	margin-left: 0px;
	margin-top: 12px;
	margin-bottom: 20px;
}
#leftshow ul li {
	border-bottom: 1px solid rgb(226,226,226);
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	list-style-type: none;
}
#leftshow ul li ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#leftshow ul li ul li {
	border: 0px;
	padding-bottom: 2px;
	list-style-type: none;
	font-size: 0.96em;
	line-height: 1.5em;
}
#leftshow ul.menu li.current a {
	font-weight: bold;
}
#leftshow ul.menu li.current ul li a {
	font-weight: normal;
}
.leftshowbox {
	background-color: #E0E0E0;
	border: 1px solid #666666;
	display: block;
	height: 175px;
	margin: 0 0 8px;
	position: relative;
	width: 200px;
}
/** Left Menu **/
#leftmenu {
	float: left;
	line-height: 1.7em;
	margin: 0 20px 0 0;
	min-height: 475px;
	padding: 10px 0 0;
	width: 180px;
}
#leftmenu a {
	color: #141d29;
	text-decoration: none;
}
#leftmenu a:hover {
	color: #febf00;
	text-decoration: none;
}
#leftmenu ul {
	padding-left: 0px;
	list-style-type: none;
	margin-left: 0px;
	margin-top: 12px;
	margin-bottom: 20px;
}
#leftmenu ul li {
	border-bottom: 1px solid rgb(226,226,226);
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	list-style-type: none;
}
#leftmenu ul li ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#leftmenu ul li ul li {
	border: 0px;
	padding-bottom: 2px;
	list-style-type: none;
	font-size: 0.96em;
	line-height: 1.5em;
}
#leftmenu ul.menu li.current a {
	font-weight: bold;
}
#leftmenu ul.menu li.current ul li a {
	font-weight: normal;
}
.leftmenuitem {
	border: 1px solid #666666;
	display: block;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	margin: 0 3px 12px 2px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	font-weight: bold;
}
.leftmenuitem:hover {
	background-color: #DFDFDF !important;
	color: #000000 !important;
}
/** Content **/
#content-w1 {
	background: url("../images/background-item-page.png") repeat-x scroll 0 0 #FFFFFF;
	margin-bottom: 5px;
	min-width: 690px;
	overflow: hidden;
	padding: 5px 0 0;
}
#content-w2 {
	width: 690px;
	float: left;
	overflow: hidden;
	margin-bottom: 5px;
}
#content-w3 {
	float: left;
	/*margin: 0 0 5px -5px;*/
	
	overflow: hidden;
	padding: 8px 0 0;
}
#content-w1 h3, #content-w2 h3, #content-w3 h3 {
	margin-top: 20px;
}
#funcarea {
	display: block;
	height: 177px;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0;
}
#w3_left, #w3_center {
	margin: 0 7px 0 0;
}
#w3_right {
	margin: 0;
}
.funcarea_box {
	display: block;
	float: left;
	height: 175px;
	position: relative;
	width: 225px;
}
.funcarea_box img {
	border: 1px solid #666666;
	height: 175px;
	width: 223px;
}
#system_msg {
	margin: 0px;
	paddinf: 0px;
}
#article_content {
	margin: 0px;
}
#article_content img {
	margin: 10px;
	border: 1px solid #666666;
}
/** Homepage Slidebox **/
#slidebox {
	background: none repeat scroll 0 0 #000000;
	float: left;
	height: 362px;
	position: relative;
	width: 690px;
}
#slidebox .prev {
	margin-right: 5px;
	float: left;
}
#slidebox .next {
	margin-right: 5px;
	float: left;
}
#slidebox a:link, #slidebox a:visited {
	color: #333333
}
#slidebox a:hover, #slidebox a:active {
	color: #9E2020
}
.custom_slidebox {
	overflow: hidden;
	position: relative;
	display: none;
	width: 690px;
	height: 362px;
}
.custom_slidebox div.slide {
	width: 690px;
	height: 362px;
	display: block;
}
.custom_slidebox img {
	width: 690px;
	height: 362px;
	display: block;
}
.pagination {
	bottom: 15px;
	clear: both;
	list-style: none outside none;
	margin: 6px 0 0;
	padding-bottom: 8px;
	padding-top: 8px;
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 100;
}
.pagination ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.pagination li {
	display: inline;
	padding: 2px 5px;
	text-align: left;
	margin: 0 2px;
	float: left;
}
.pagination li a {
	display: block;
	width: 13px;
	height: 0;
	padding-top: 13px;
	background-position: 0 0;
	float: left;
	overflow: hidden;
	background-image: url(../images/circle.png);
}
.pagination li.current a, .pagination li.current a:hover {
	background-position: -16px -0px;
}
.pagination li a:hover {
	background-position: 0px -0px;
}
.pagination li.pagination-start, .pagination li.pagination-next, .pagination li.pagination-end, .pagination li.pagination-prev {
	border: 0
}
.pagination li.pagination-start, .pagination li.pagination-start span {
	padding: 0
}
/** Footer **/
#footer_wrap {
	width: 890px;
	clear: both;
}
#footer {
	background-color: #E0E0E0;
	border: 1px solid #999999;
	display: block;
	height: 100px
}
#no_footer {
	clear: both;
	display: block;
}
#footer div.custom hr {
	border: 0;
	color: rgb(226,226,226);
	background-color: rgb(226,226,226);
	height: 1px
}
#copyright_wrap {
	/*background-color: #E0E0E0;*/
	background: url("../images/background_bottom.png") repeat scroll 0 0 #e0e0e0;
	border-top: 1px solid #999999;
	width: 100%;
}
#copyright {
	width: 700px;
	clear: both;
	color: #666666;
	font-size: 0.86em;
	margin: 10px auto -1px;
	padding-top: 8px;
	text-align: center;
	margin-bottom: -1px; /* iPhone/iPad fix */
}
#copyright a {
	color: #2f4058;
	text-decoration: none;
}
#copyright a:hover {
	color: #2f4058;
	text-decoration: none;
}
#copyright img {
	border-style: none;
	padding: 10px 10px 0 0;
}
#copyright div.custom_copyright {
	float: right;
	text-align: left;
}
#profile_contact_info {
	color: #555555;
	display: block;
	font-size: 12px;
	font-style: italic;
	height: 10px;
	line-height: 16px;
}
#profile_copyright {
	color: #666666;
	display: block;
	font-size: 10px;
	height: 10px;
	font-style: normal;
}
/************************ Editor Style *************************/
/* ============================================================ */
h1 {
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	margin: 0 0 12px;
	display: inline-block;
}
h2 {
	color: #666666;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 10px;
	display: inline-block;
}
h3 {
	color: #135CAE;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 8px;
	display: inline-block;
}
h4 {
	color: #5489C4;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 6px;
	display: inline-block;
}
h5 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
	margin: 0 0 6px;
	display: inline-block;
}
h6 {
	color: #333333;
	font-weight: bold;
	margin: 0 0 4px;
	display: inline-block;
}
p {
	color: #333333;
	margin: 0 0 12px;
}
address {
	color: #CC3300;
	font-style: italic;
	font-size: 13px;
}
pre {
	color: #0066FF;
	font-size: 11px;
}
a:link, a:visited {
	color: #1B57B1;
	font-weight: normal;
	font-size: 14px;
}
a:hover {
	color: #0000CC;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}
/* STYLES FOR JOOMLA! EDITOR */
hr#system-readmore {
	border: #CCCCCC dashed 1px;
	color: #666666;
}
hr.system-pagebreak {
	border: #CCCCCC dashed 1px;
	color: #666666;
}
/* CUSTOM STYLE */
.class-common-description, .class-common-description p, .class-common-description span {
	display: inline-block;
	font-size: 16px;
	color: #666666;
}
.class-product-title {
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	margin: 10px;
}
.class-product-description {
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 2px;
}
.class-product-sub-description {
	color: #666666;
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 12px;
}
.class-table-header {
	color: #333333;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px;
	text-align: center;
	width: 100%;
}
.class-image-description {
	color: #333333;
	display: inline-block;
	font-size: 15px;
	margin: 0 0 5px;
	text-align: center;
	width: 100%;
	font-style: italic;
}
p.p-first-letter-bigger {
	color: #333333;
	font-size: 14px;
	margin: 0 0 12px;
}
p.p-first-letter-bigger:first-letter {
	font-size : 200%;
	font-weight : bold;
	float : left;
	margin-right: 3px;
}
a.button-download {
	text-decoration: none;
	background-color: #666666;
	border: 1px solid #333333;
	display: block;
	left: 70px;
	padding: 5px 8px;
	position: relative;
	text-align: center;
	top: 6px;
	width: 100px;
	color: #FFFFFF;
}
a.button-download:hover {
	background-color: #3366FF;
	text-decoration: none;
}
/*** ------------- [ table.table-product-info ] ------------ ***/

table.table-product-info {
	border: medium none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 5px;
	width: 860px;
}
table.table-product-info tr {
	border: medium none;
}
table.table-product-info td {
	border: medium none;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
table.table-product-info > tbody > tr > td:first-child {
	text-align: left;
	width: 400px;
	padding: 2px 4px 2px 20px;
	line-height: 25px;
}
table.table-product-info > tbody > tr > td:first-child ul {
	margin: 2px;
}
table.table-product-info > tbody > tr > td:first-child ul>li {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsSAAALEgHS3X78AAAA+0lEQVR4nK3UsW3DMBAF0NuAI2SZq6T/kVZdRlDNyiNwBI3gBQR4BI+gETTCT2MHjEyRshIB1wi4hyN5+CbJtuXuAcAI4ArglhfJqe/7r1KfJHv5QTKRXEmqUWsJ3k51PwBtayqCJKcTmEgqn9QkGYBLrSHGqJRSC/6UZObuoXVnMUZJaqGLuwcDMLaO9ARbKIDRHqtwGKyhAK5Wa6x9e+hpcA/9EzjP8/+BJYzkeupRdjABuDWXegvuYT9r03Xdx1GwhpFc3T3kCVMFG5gAjMrDoZY0wzBUMWaJ8yu+eCJxnpO9gHo/YJdqwOb1eKhEcilMdAdwcfdQ6v0GNl2ibF9MJUsAAAAASUVORK5CYII=");
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #000000;
	line-height: 20px;
	list-style-type: none;
	margin: 10px 5px;
	padding: 0 0 0 30px;
	font-family: "Helvetica", Arial, "微軟正黑體", Veranda, sans-serif;
	font-size: 15px;
}
table.table-product-info > tbody > tr > td:first-child ul>li>ul>li {
	background-image: none;
	color: #285D87;
	font-size: 15px;
	line-height: 8px;
	list-style: circle outside none;
	margin: 0 0 0 40px;
	padding: 5px 0;
}
table.table-product-info img {
	margin: 15px 0 0;
}
table.table-product-info h2 {
	color: #666666;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 20px 10px;
}
/*** ------------- [ table.table-product-format ] ------------ ***/

table.table-product-format {
	width: 100%;
	margin: 0px auto;
}
table.table-product-format>tbody>tr>td {
	/*border: 1px dashed #cceeff;*/	
	display: block;
	line-height: 30px;
	min-height: 20px;
	padding: 10px 0px 10px 0px;	
}
table.table-product-format>tbody>tr>td p{
	text-indent: 2em;
}
table.table-product-format>tbody>tr>td>table {
	width: 95%;
}
table.table-product-format>tbody>tr>td>table td {
	min-height: 30px;
	color: #000000;
}
table.table-product-format>tbody>tr>td>table td img {
}
/*** ------------- [ table.table-product-spec ] ------------ ***/

table.table-product-spec {
	border: 2px solid #333333 !important;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	width: auto !important;
}
table.table-product-spec thead {
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
}
table.table-product-spec th {
	background-color: #333333;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;	
	background: -moz-linear-gradient(center top, #5e5d5d 5%, #3d3d3d 100%) repeat scroll 0 0 #5e5d5d;
	border-color: #000000;
	border-image: none;
	border-style: solid;
	border-width: 0 0 1px 1px;
	color: #ffffff;
	font-weight: normal;
	height: 25px;
	padding: 1px 5px 4px;
	text-align: center;
	vertical-align: middle !important;
	white-space: nowrap;
    font-size: 15px;
    line-height: 30px;
    padding: 0 5px;
}
table.table-product-spec td {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #000000;
	border-image: none;
	border-style: solid;
	border-width: 0 1px 1px 0;
	color: #000000;
	padding: 2px;
	text-align: left;
	vertical-align: middle !important;
	white-space: nowrap;
    font-size: 15px;
    line-height: 25px;
    padding: 0 5px;
}
table.table-product-spec tr:nth-child(2n+1) {
	background-color: #FFFFFF;
}
table.table-product-spec tr:nth-child(2n+1) > td:first-child {
	background-color: #E0E0FF;
	text-align: center;
}
table.table-product-spec tr:nth-child(2n) {
	background-color: #EEEEEE;
}
table.table-product-spec tr:nth-child(2n) > td:first-child {
	background-color: #CFCFFF;
	text-align: center;
}
table.table-product-spec > tfoot > tr > td {
    background-color: #ffffff !important;
    padding-right: 10px;
    text-align: right !important;
}
/*** ------------- [ table.table-product-spec-small ] ------------ ***/

table.table-product-spec-small {
	border: 2px solid #333333 !important;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	width: auto !important;
}
table.table-product-spec-small thead {
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
}
table.table-product-spec-small th {
	background-color: #333333;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;	
	background: -moz-linear-gradient(center top, #5e5d5d 5%, #3d3d3d 100%) repeat scroll 0 0 #5e5d5d;
	border-color: #000000;
	border-image: none;
	border-style: solid;
	border-width: 0 0 1px 1px;
	color: #ffffff;
	font-weight: normal;
	height: 25px;
	padding: 1px 5px 4px;
	text-align: center;
	vertical-align: middle !important;
	white-space: nowrap;
    font-size: 12px;
    line-height: 20px;
    padding: 0 5px;
}
table.table-product-spec-small td {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #000000;
	border-image: none;
	border-style: solid;
	border-width: 0 1px 1px 0;
	color: #000000;
	padding: 2px;
	text-align: left;
	vertical-align: middle !important;
	white-space: nowrap;
    font-size: 12px;
    line-height: 15px;
    padding: 0 5px;
}
table.table-product-spec-small tr:nth-child(2n+1) {
	background-color: #FFFFFF;
}
table.table-product-spec-small tr:nth-child(2n+1) > td:first-child {
	background-color: #E0E0FF;
	text-align: center;
}
table.table-product-spec-small tr:nth-child(2n) {
	background-color: #EEEEEE;
}
table.table-product-spec-small tr:nth-child(2n) > td:first-child {
	background-color: #CFCFFF;
	text-align: center;
}
table.table-product-spec-small > tfoot > tr > td {
    background-color: #ffffff !important;
    padding-right: 10px;
    text-align: right !important;
}

/*** ------------- [ table.table-product-photo ] ------------ ***/

table.table-product-photo {
	border-collapse: collapse;
	border-spacing: 0;
}
table.table-product-photo td {
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	padding: 0;
	text-align: center;
}
table.table-product-photo td img {
	margin: 0px !important;
}
/*** ------------- [ table.table-product-equip ] ------------ ***/

table.table-product-equip {
}
table.table-product-equip th {
}
table.table-product-equip td {
	vertical-align: top;
	text-align: left;
	padding: 2px;
}
table.table-product-equip td > img {
	margin: 2px !important;
}
table.table-product-equip > tbody > tr > td ul>li {
    line-height: 20px;
    margin: 0 0 10px;
    padding: 0;
    list-style: circle outside none;
}
table.table-product-equip > tbody > tr > td ul>ul>li {
    line-height: 20px;
    margin: 0 0 10px;
    padding: 0;
    list-style: square outside none;
}
table.table-product-equip > tbody > tr > td ul>li>ul>li {
    line-height: 20px;
    margin: 0 0 10px;
    padding: 0;
    list-style: square outside none;
}
table.table-product-equip > tbody > tr > td ol>li {
    line-height: 20px;
    margin: 0 0 10px;
    padding: 0;
    list-style: decimal outside none;
}
table.table-product-equip > tbody > tr > td ol>ol>li {
    line-height: 20px;
    margin: 0 0 10px;
    padding: 0;
    list-style: upper-alpha outside none;
}
table.table-product-equip > tbody > tr > td ol>li>ol>li {
    line-height: 20px;
    margin: 0 0 10px;
    padding: 0;
    list-style: upper-alpha outside none;
}
/*** ------------- [ table.table-product-equip-photo ] ------------ ***/

table.table-product-equip-photo {
}
table.table-product-equip-photo th {
}
table.table-product-equip-photo td {
	padding: 0;
	text-align: center;
}
table.table-product-equip-photo td > img {
	margin: 2px !important;
}

/*** ------------- [ table.table-contact_us ] ------------ ***/

table.table-contact_us {
}
table.table-contact_us td {
	padding: 0;
	text-align: left;
	vertical-align: top;
}
table.table-contact_us td div{
	margin: 5px 0 20px;
}
table.table-contact_us td span.address_cht{
    display: block;
    line-height: 30px;
    margin-top: 5px;
}
table.table-contact_us td span.address_en{
	color: #CC3300;
	font-size: 13px;
	font-style: italic;
	display: block;
    line-height: 20px;
}
table.table-contact_us td h3{

}
table.table-contact_us td h4{

}
table.table-contact_us td a{
    font-size: 14px;
    line-height: 25px;
}

/*** ------------- [ table.table-product-shape ] ------------ ***/

table.table-product-shape {

}
table.table-product-shape {
}
table.table-product-shape th {
}
table.table-product-shape td {
	text-align: center;
	padding: 0;
}
table.table-product-shape td > img {
	margin: 2px !important;
}
table.table-product-shape > tbody > tr:first-child td{
	text-align: center;
	padding: 2px;
}
table.table-product-shape > tbody > tr > td:first-child ul>li {
    line-height: 20px;
    margin: 0 0 10px;
    padding: 0;
}
table.table-product-shape > tbody > tr > td:first-child ol>li {
    line-height: 20px;
    margin: 0 0 10px;
    padding: 0;
}

/*** ------------- [ table.table-product-video ] ------------ ***/

table.table-product-video {
}
table.table-product-video th {
}
table.table-product-video td {
    font-size: 13px;
    line-height: 15px;
    padding: 5px;
    text-align: left;
}
table.table-product-video td > img {
	margin: 2px !important;
}

/*** ------------- [ Old Styles ] ------------ ***/

img.under_construction {
	border: none !important;	
}

table.table-layout-multi-column {
}
table.table-layout-multi-column > tr > th {
}
table.table-layout-multi-column > tr > td {
	padding: 5px 30px 5px 10px;
	text-align: left;
	vertical-align: top;
}
table.table-image-box {
	border: medium none;
	margin: 5px auto;
	width: 95%;
}
table.table-image-box td {
	border: medium none;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
table.table-image-box img {
}
table.table-links-box {
	border: medium none;
	margin: 5px;
	width: 720px;
}
table.table-links-box td {
	border-bottom: 1px dashed #DDDDDD;
	padding: 5px;
	text-align: center;
	vertical-align: top;
	width: 240px;
}
table.table-links-box img {
}
table.table-online-catalog {
	width: 630px;
}
table.table-online-catalog td {
	border: 1px dotted #CCCCCC;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
table.table-online-catalog td p {
	display: block;
	height: 140px;
	overflow: hidden;
	padding: 2px 4px;
	width: 190px;
}
table.table-online-catalog td img {
}
table.table-common-data {
	border: 2px solid #333333;
	margin: 0 auto;
	width: 95%;
}
table.table-common-data th {
	background-color: #555555;
	border: 1px solid #CCCCCC;
	color: #EEEEEE;
	font-size: 110%;
	font-weight: bold;
	padding: 5px;
}
table.table-common-data td {
	border: 1px solid #A0A0A0;
	padding: 5px;
}
table.table-common-data tr:nth-child(odd) td {
	background-color: #DDDDDD;
}
ul#milestones > li {
	line-height: 22px;
	margin: 0 2px 0 0;
	padding: 5px 0 5px 47px;
	text-indent: -47px;
}

div.error {
    color: #cc0000;
    font-size: 15px;
    font-style: italic;
    margin: 15px 0 10px;
}

/***********************************************************/
div#roksearch_results{
	background-color: #FFFFFF;
	display: block;
    width: 350px;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-ms-border-radius:0 0 5px 5px;
	-o-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;

	-webkit-transition:background-color .2s;
	-moz-transition:background-color .2s;
	-ms-transition:background-color .2s;
	-o-transition:background-color .2s;
	transition:background-color .2s;
	opacity:0;
	z-index:500;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}