@charset "utf-8";
body  {
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font: 10pt Optimum, Arial;
}
.twoColFixLtHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #0CF;
	height: 600px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
} 
.twoColFixLtHdr #container_freehigh {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #0CF;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}


.twoColFixLtHdr #contentwrapper {
	width: 1000px;
	height: 470px;
	overflow: hidden;
}
.twoColFixLtHdr #contentwrapper_freehigh {
	width: 1000px;
}

.twoColFixLtHdr #top {
	height: 20px;
}

.twoColFixLtHdr #header {
	height: 130px;
	margin-right: auto;
	margin-left: auto;
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	border-right: 1px solid #CCC;
	height: 400px;
	padding: 0px 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	vertical-align: top;
	margin-top: 20px;
}
.twoColFixLtHdr #sidebar1 h1 {
	font-size: 150%;
	color: #B693FF;

}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 620px;
	border-right: 1px solid #CCC;
	padding: 0px 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	height: 380px;
	overflow: hidden;
}
.twoColFixLtHdr #sidebar2 p {
	color: #666;
	font: 100%/130% Arial, Helvetica, sans-serif, "微軟正黑體", "新細明體";
}
.twoColFixLtHdr #sidebar2 h1 {
	font-size: 150%;
	color: #B693FF;
}
.twoColFixLtHdr #mainContent {
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 380px;
} 
.twoColFixLtHdr #mainContent p {
	color: #666;
	font: 100%/130% Arial, Helvetica, sans-serif, "微軟正黑體", "新細明體";
	text-decoration: none;
}
.twoColFixLtHdr #mainContent ul {
	padding-left: 20px;
	list-style: url(images/pearl_point.jpg) none;
	text-indent: 10px;
}

.twoColFixLtHdr #mainContent li {
	color: #666;
	font: 100%/130% Arial, Helvetica, sans-serif, "微軟正黑體", "新細明體";
	padding-left: 0px;
	text-indent: 0;
}


.twoColFixLtHdr #mainContent h1 {
	font-size: 150%;
	color: #B693FF;

}
.twoColFixLtHdr #mainContent h2 {
	font-size: 120%;
	color: #0C9;
	font-weight: normal;
	font-style: oblique;
}
.twoColFixLtHdr #mainContent h3 {
	font-size: 110%;
	color: #5BBDFF;
	font-style: normal;
}
.twoColFixLtHdr #mainContent1 {
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 680px;
}
.twoColFixLtHdr #mainContent1 p {
	color: #666;
	font: 100%/130% Arial, Helvetica, sans-serif, "微軟正黑體", "新細明體";
}
.twoColFixLtHdr #mainContent1 h1 {
	font-size: 150%;
	color: #B693FF;
}
.twoColFixLtHdr #mainContent1 h2 {
	font-size: 120%;
	color: #0C9;
	font-weight: normal;
	font-style: oblique;
}


.twoColFixLtHdr #mainContent_1col {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;

}
.twoColFixLtHdr #mainContent_Adside {
	width: 345px;
	margin-top: 4px;
	float: left;

}
.twoColFixLtHdr #mainContent_Adside p {
	color: #666;
	font: 100%/130% Arial, Helvetica, sans-serif, "微軟正黑體", "新細明體";
}
.twoColFixLtHdr #mainContent_Adside h1 {
	font-size: 150%;
	color: #B693FF;
}
.twoColFixLtHdr #mainContent_Adside h2 {
	font-size: 120%;
	color: #0C9;
	font-weight: normal;
	font-style: oblique;
}
.twoColFixLtHdr #mainContent_home {
	margin-top: 4px;
	width: 648px;
	float: right;
}
.twoColFixLtHdr #mainContent_table {
	margin-top: 20px;
	margin-bottom: 20px;
}
.twoColFixLtHdr #mainContent_table h1 {
	font-size: 150%;
	color: #B693FF;
}
.twoColFixLtHdr #orderContent {
	overflow: auto;
	height: 405px;

}


.twoColFixLtHdr #table {
	vertical-align: top;
	border-top: 1px solid #D2C4FF;
	border-right: 1px solid #D2C4FF;
	border-bottom: 1px none #D2C4FF;
	border-left: 1px none #D2C4FF;
}
.twoColFixLtHdr #table tr td {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #D2C4FF;
	border-left: 1px solid #D2C4FF;
	font: 90% Arial, Helvetica, sans-serif, "微軟正黑體", "新細明體";
	color: #666;
}
.twoColFixLtHdr #table ul {
	padding-left: 20px;
	list-style: url(images/pearl_point.jpg) none;
}







.twoColFixLtHdr #footercontainer {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.twoColFixLtHdr #footer {
	width: 1000px;
} 
.twoColFixLtHdr #footerleft {
	float: left;
}
.twoColFixLtHdr #footerright {
	float: right;
}
.twoColFixLtHdr #footer p {
	color: #999;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font: oblique 11px Arial,;
}
.twoColFixLtHdr #footer a {
	color: #999;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font: oblique 11px Arial,;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.texthighlight {
	color: #AC84FF;
	font-size: 110%;
	font-weight: bold;
}
.ProductDetial {
	font-size: 80%;
	color: #C6AAFF;
	width: 100px;
	font-weight: normal;
}
.texthighlight100 {
	font-size: 100%;
	font-weight: bold;
	color: #5BBDFF;
}
.text_italic {
	font-size: 90%;
	font-style: italic;
}

.underlinetext {
	font-size: 100%;
	text-decoration: underline;
}
.table_inside {
	border: 1px solid #CCC;

}
.table_blue {
	background: #DDF9FF;

}
.table_purple {
	background: #E8DDFF;
}
.twoColFixLtHdr #mainContent a {
	color: #09C;
	font: 100%/130% Arial, Helvetica, sans-serif, "微軟正黑體", "新細明體";
}
.twoColFixLtHdr #mainContent1 a {
	color: #09C;
	font: 100%/130% Arial, Helvetica, sans-serif, "微軟正黑體", "新細明體";
}

.box {
	margin: 0px;
	border: 1px solid #CCC;
	padding: 0px 20px 20px;
	font-size: 70%;
}
.twoColFixLtHdr #mainContent_noborder {

}
.twoColFixLtHdr #mainContent_aboutpearl {
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	overflow: auto;
	height: 360px;
	width: 580px;
}
.twoColFixLtHdr #mainContent_aboutpearl p {
	color: #666;
	font: 100%/130% Arial, Helvetica, sans-serif, "微軟正黑體", "新細明體";
	text-decoration: none;
}
.twoColFixLtHdr #mainContent_aboutpearl ul {
	padding-left: 20px;
	list-style: url(images/pearl_point.jpg) none;
}
.twoColFixLtHdr #mainContent_aboutpearl li {
	color: #666;
	font: 100%/130% Arial, Helvetica, sans-serif, "微軟正黑體", "新細明體";
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent_aboutpearl h1 {
	font-size: 150%;
	color: #B693FF;
}
.twoColFixLtHdr #mainContent_aboutpearl h2 {
	font-size: 120%;
	color: #0C9;
	font-weight: normal;
	font-style: oblique;
}
.twoColFixLtHdr #mainContent_aboutpearl h3 {
	font-size: 130%;
	color: #5BBDFF;
	font-style: normal;
}
.thumbbox {
	border: 1px solid #CCC;
	padding: 1px;
}
