@charset "UTF-8";
/* -------------------------------------------------------------- 
   
   blooming_layout.css
   * Sets up the website layout.
      
-------------------------------------------------------------- */

/* Default layout setting 
---------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,
button,textarea,p,blockquote,th,td{margin:0;padding:0;}
body {
	margin: 0; /* for the rest */
	padding: 0;
	text-align:center; /* for IE */
	background: #99cc00 url(/image/gimg/background.gif) top left repeat-x;
	font-size: 12px;
	line-height: 150%;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif, "新細明體";
	/*
	
	*/
}

/********** Utils *************/
.red	{ color:#ff0000; }
.orange { color:#ff6600; }
.green	{ color:#009900; }
.grey	{ color:#cccccc; }
.center { text-align:center; }
.right	{ text-align:right; }
.left 	{ text-align:left; }

/*
a:link 		{ color: #FF6600; text-decoration:none;}
a:visited 	{ color: #CCCCCC; text-decoration:none;}
a:active 	{ color: #CCCCCC; text-decoration:none;}
a:hover 	{ color: #99CC00; text-decoration:none;}
*/

a:link 		{ color: #FF6600; text-decoration:none;}
a:visited 	{ color: #FF6600; text-decoration:none;}
a:active 	{ color: #FF6600; text-decoration:none;}
a:hover 	{ color: #FFFFFF; background-color:#FF6600; text-decoration:none;}

.chi{ letter-spacing: 1px; }
img { border:0; }

/************* Text *************/
.p 	{
	font-size: 12px;
	line-height: 150%;
	}
	
.small {
	font-size: 8px;
	line-height:inherit;
	}
	
.footnote {
	font-size:10px;
	line-height:150%;
}

.bigheader {
color:#009900;
font-size:1.3em;
font-weight:bold;
margin:10px 0 10px 20px;
}

.header {
	color:#009900;
	font-size:12px;
	line-height:150%;
	font-weight:bold;
	top:0;
}

.content {
text-align:justify;
margin-bottom: 1.5em
}

.content_unj {
margin-bottom: 1.5em
}

div#list_Area {
	width: 100%;
	height: auto;
	padding: 0 0 0 30px;
	text-align: left;
}

ul#list_Area li{	
	padding: 0 0 8px 0;
	list-style-type:square;
	color:#009900;
}

#imageleft{
	float:left;
	margin-right:1em;
	margin-bottom:0.5em;
}

#imageright{
	float:right;
	margin-left:1em;
	margin-bottom:0.5em;
}

/************* main wrap *************/
div#wrapper{
	width:1000px;
	margin:0 auto;
	padding: 0;
	text-align:left;
	}

div#topbar {
	position: relative;
	margin: 0px;
	width: 1000px;
	height: auto;
}

div#content {
	width:auto;
	height:auto !important;
	min-height:400px;
	padding:0px;
	margin:0;
}

div#content_full {
	height:auto;
	margin:0 0;
	width:99%;
}

div.currentLocation {
	width: 100%;
	padding: 0 0 20px 0;
	text-align: left;
}

/****** content panel *************/

div#leftPanel {	
	position:absolute;	
	float:left;
	height:auto !important;
	min-height:400px;
	padding:0 20px 10px 0px;
	width:205px;
}

div#rightPanel {
	float:right;
	height:auto !important;
	min-height:400px;
	border-left:1px solid #99cc00;
	padding:0 0px 10px 25px;
	text-align:left;
	width:639px;
	font-size: 12px;
}

/*
div#leftPanel {	
	width: 205px;
	float: left;
	margin-right: 20px;
	height:auto !important;
	min-height:400px;
}

div#rightPanel {
	height:auto !important;
	min-height:400px;
	border-left:1px solid #99cc00;
	padding:0;
	width: 639px;
	float: right;
	padding: 0 0px 0px 25px;
}*/

div#sidebar{
	width:auto;
	height:auto;
	padding:0;
	margin-bottom:20px;
}

/*Content Page Title
*************************************************************/
div#titleArea {
	clear: both;
	width: 100%;
	text-align: left;
	background-color: #fff;
	padding: 0px 0 35px 0;
}

div#titleArea.title{
	font-size: 2em;
	font-weight:bold;
	line-height: 130%;
	color:#009900;
}

/* Left Panel Menu Layout
*************************************************************/
div#title {
	clear: both;
	width: 100%;
	height: 67px;
	text-align: left;
	background-color: #fff;
	padding: 0 0 30px 0;
}

div#leftPanel_menu_area {
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
	padding: 0px 0px 10px 0px;
	overflow: auto;
}

ul#leftPanel_menu {
	width: 99%;
	background: #fff;
	float: left;
	list-style: none;
	margin: 0;
	padding: 10px 0px 10px 0px;
	_padding: 30px 0px 10px 0px;
}

ul#leftPanel_menu li {
	margin: 0px;
	padding: 0px;
	_margin-top: -20px;
	text-align: right;
}

ul#leftPanel_menu a {
	background: #fff;
	border-bottom: 1px solid #CDCDCD;
	color: #333;
	display: block;
	padding: 8px 20px 8px 0px;
	text-decoration: none;
}

ul#leftPanel_menu a.firstItem {
	background: #fff;
	border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
	color: #333;
	display: block;
	padding: 8px 20px 8px 0px;
	text-decoration: none;
}

ul#leftPanel_menu a:hover,
ul#leftPanel_menu a.current {	
	color: #fff;
	padding: 8px 20px 8px 0px;
	background: #009966 url(../../image/gimg/leftmenu_smallArrow.gif) right center no-repeat;
}

div.leftPanel_submenu {
	background: #f6f9eb;
	text-align: right;
	padding: 0px 10px 12px 0px;
	_padding: 0px 10px 12px 0px;
	_margin: 0 0 20px 0;
	width: 9;
	border-bottom: 1px solid #CDCDCD;
}

ul#leftPanel_menu a.sub {
	color: #333;
	padding: 0;
	text-decoration: none;
	background: none;
	border: none;
	padding: 12px 12px 0 0;
}

ul#leftPanel_menu a:hover.sub {	
	color: #0099CC;
	padding: 0;
	background: none;
	border: none;
	padding: 12px 12px 0 0;
}

span.subcurrent {	
	color: #0099CC;
	padding: 0;
	background: none;
	border: none;
	padding: 12px 0 0 0;
}

div#categoryMenuArea {
	width: 100%;
	height: auto;
	padding: 0px 0px 30px 0px;
	text-align: left;
}

div.categoryMenu,
div.categoryMenu_Eng {
	width: 108%;
	height: auto;
	margin: 0px 0px 0px -18px;
	text-align: left;
}

/****** footer *************/	
div#footer {
	width:auto;
	margin: 0 55px 30px 55px;
	color:#FFFFFF;
}

div#footer_right {
	margin-bottom:9px;
	color:#FFFFFF;
	font-size:12px;
	}

a.footer {
	clear:both;
	padding: 2px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover.footer  {
	text-decoration: none;
	background: #FF9900;
}

a:active.footer,
a:visited.footer  {
	color: #FFFFFF;
	text-decoration: underline;
}

/** Price CSS**/
div.priceArea {
	height: 40px;
	padding: 4px 0px 0px 6px;
	_padding: 4px 0px 0px 4px;
}

span.oldPrice {
	color: #888;
	text-decoration: line-through;
	padding: 0;
	letter-spacing: 0px;
}

span.defaultPrice {
	padding: 0;
	letter-spacing: 0px;
}

span.newPrice {
	color: #f00;
	font-weight: bold;
	letter-spacing: 0px;
}
