@charset "utf-8";

/*------------------------------------------
 @ layout
------------------------------------------*/


body{
	margin:0;
	padding:0;
	color:#ccc;
	background: #000;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0;
	padding:0;
	line-height:1.4;
}

p,
ul,
ol,
dl,
dt,
dd,
form{
	margin:0;
	padding:0;
	line-height:1.4;
}

ul{
	padding:0;
	margin:0;
}

li{
	list-style:none;
	padding:0;
	margin:0;
}

img{
	margin:0;
	padding:0;
	border:0;
  border-style:none;
}

table{
	/*border-collapse: collapse;*/
	border-spacing: 0;
}

html {
	background:#000;
}

body {
	font-family:"Verdana","Trebuchet MS","Arial",san-serif;
	font-size:77% !important;
}

* html body {
	font-family:"Verdana","Trebuchet MS","Arial",san-serif;
}

*+html body {
	font-family:"Verdana","Trebuchet MS","Arial",san-serif;
}

/* @ eco positive */
h2,h3,h4{
	line-height:1.4em !important;
}

.caption {
	border: 1px solid #262626;
	background-color:#0F0F0F;
	width:693px;
	margin:0 0 20px 0;
	padding:5px;
	font-size:85%;
	color:#999999;
}


/* @ one of a kind */
.photoList ul{
	margin:0;
	padding:0;
	list-style:none;
}

.photoList li{
	float:left;
}

.lineFrame{
	margin:0;
	padding:0;
	border:#333333 solid 1px;
}

#subMenu{
	margin:20px 0 0 0;
	padding:0;
	width:100%;
	height:auto;
}

#subMenu .menuLink{
	margin:0;
	padding:7px 0px 9px 12px;	
	float:left;
	color:#FFF;
	border: 1px solid #262626;
	width:330px;
	zoom:1;
}

#subMenu .menuLink a{
	background:url(../../common/img/ico/ico_arrow.gif) no-repeat left;
	margin:0;
	padding:0 0 0 12px;
	zoom:1;
}


/* @ eco saving */
.historyLayout{
	margin:0;
	padding:0;
}

.historyLayout .left01{
	float:left;
	text-align:right;
	margin:0;
	padding:0;
	width:335px;
}

.historyLayout .right01{
	float:right;
	text-align:left;
	margin:0 0 0 20px;
	padding:0;
	width:350px;	
}
.historyLayout .right01 p{
	margin:0;
	padding:5px 0 0 0;
	font-size:93%;
}

.historyLayout .left02{
	float:right;
	text-align:left;
	margin:0;
	padding:0;
	width:335px;	
}

.historyLayout .right02{
	float:left;
	margin:0 20px 0 0;
	padding:0;
	width:350px;
}

.historyLayout .right02 p{
	margin:0;
	padding:5px 0 0 0;
	font-size:93%;
}


/* @ eco_creating */
#bgPhoto{
	background-color:#000;
	background:url(../../about/img/bg_lcd_tv.jpg) no-repeat center !important;
}


@charset "utf-8";

/*==========================================

	base

==========================================*/

/*------------------------------------------
 @ font size
------------------------------------------*/

/*
10 	77
11 	85
12 	93
13 	100
14 	108
15 	116
16 	123.1
17 	131
18 	138.5
19 	146.5
20 	153.9
21 	161.6
22 	167
23 	174
24 	182
25 	189
26 	197 
*/

/*------------------------------------------
 @ base component
------------------------------------------*/

html {
	background:#000;
}

body {
	font-family:"Verdana","Trebuchet MS","Arial",san-serif;
	font-size:77% !important;
}

* html body {
	font-family:"Verdana","Trebuchet MS","Arial",san-serif;
}

*+html body {
	font-family:"Verdana","Trebuchet MS","Arial",san-serif;
}

h1{
	color:#FFF;
	padding:20px 0 35px 0;
	font-size:197% !important;
	font-weight:normal;
}

h2{
	color:#FF0000;
	padding:0 0 20px 0;
	font-size:138.5% !important;
	font-weight:bold;
}

h2.white{
	color:#FFFFFF;
	padding:0 0 20px 0;
	font-size:197% !important;
}

h3{
	color:#FFFFFF;
	padding:0 0 10px 0;
	font-size:153.9% !important;}

/* @ catch */

.headline {
	color:#FFF !important;
	font-size:153.9% !important;
	margin:0;
	padding:0;
}

.catch {
	color:#FFF !important;
	font-size:123.1% !important;
	font-weight:bold !important;
	margin-bottom:10px;
	padding:0;
	margin:0 0 10px 0;
	line-height:1.2em;
}

.txt{
	color:#FFF !important;
	font-size:93% !important;
	padding:0;
	margin:0 0 20px 0;
	line-height:1.2em;
}

.moredetails{
	color:#FFF !important;
	font-size:131%;
	padding:0;
	margin-left:9px;
}

/*------------------------------------------
 @ header
------------------------------------------*/

#header {
	width:984px;
	text-align:left;
	margin:0 auto;
}

#header #logoBox{
	width:335px;
	float:left;
	margin-bottom:10px;
}

#logo{
	padding:10px 0 8px 0;
}

/*------------------------------------------
 @ Language 
------------------------------------------*/

#langBox{
	float:right;
	text-align:right;
	padding:3px 0 0 0;
	position: relative;
	zoom:1;
	z-index:100;
}

#langBox li a{
	cursor: pointer;
}

#langBox a.langForm{
	color:#FFF;
	background:#333333 url(../img/common/bg_arrow_lang.gif) no-repeat right bottom;
	padding:3px 23px 6px 10px;
	zoom:1;
}

#langBox ul {
	width:100px;
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding:0;
	z-index:100;
}

#langBox li { 
	display: block;
	width:102px;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#langBox a { 
	display: block;
}

#langBox li ul li{
	width:100px;
	margin:0;
	padding:0;
	background:#000000;
	border-left:#333333 solid 1px;
	border-right:#333333 solid 1px;
	border-bottom:#333333 solid 1px;
	filter: alpha(opacity=85);
  -moz-opacity:0.85;
  opacity:0.85;
}

#langBox li ul li.langTop{
	border-top:#333333 solid 1px;
	filter: alpha(opacity=85);
  -moz-opacity:0.85;
  opacity:0.85;
}

#langBox li ul li a{
	color:#FFFFFF;
	padding:3px 3px 4px 15px;
	text-align:left;
	display:block;
}

#langBox li ul li a:hover{
	background:#333;
}

/*------------------------------------------
 @ link
------------------------------------------*/

a:link 		{color:#ccc; text-decoration:none;}
a:visited {color:#ccc; text-decoration:none;}
a:hover 	{color:#fff; text-decoration:none;}
a:active 	{color:#ccc; text-decoration:none;}


/*------------------------------------------
 @ wrapper
------------------------------------------*/

#wrapper{
	margin:0px auto;
	padding:0px;
	background:url(../images/top/bg_flash_area.gif) repeat-x left 58px;
}


/*------------------------------------------
 @ container
------------------------------------------*/

#container{
	width:984px;
	margin:0px auto;
	padding:30px 0px 50px 0px;
}



/*------------------------------------------
 @ header Flash
------------------------------------------*/



#flashContent{
	width:100%;
}

#noFlash{
	background:url(../img/common/bg_header_nofl.jpg) no-repeat center;
	height:76px;
}

#noScript{
	background:url(../img/common/bg_header_nojs.jpg) no-repeat center;
	height:76px;
}


/*------------------------------------------
 @ navi
------------------------------------------*/	

#navi{
	width:250px;
	float:left;
	background:url(../images/top/bg_dotline.gif) repeat-x left top;
}

/* 1 */
#navi ul{
	background:url(../images/top/bg_dotline.gif) repeat-x left bottom;
	padding:7px 0 7px 0;
	list-style-type: none;
	zoom:1;
}
#navi ul li{
	font-size:123.1% !important;
	display:block;
	padding:0 0 0 5px;
	margin:0 0 4px 0;
	zoom:1;
}

/* 2 */
#navi ul ul{
	background:none;
	padding:0;
	zoom:1;
}
#navi ul ul li{
	font-size:93% !important;
	font-weight:bold;
}

/* 3 */
#navi ul ul ul{
	padding:10px 0 0 0;
}
#navi ul ul ul li{
	font-size:85% !important;
	font-weight: normal;
}
#navi ul ul ul li a{
	background:#1C1C1C url(../images/top/ico_arrow.gif) no-repeat 8px 0.9em;
	zoom:1;
}
#navi ul ul ul li a:hover{
	background:#242424 url(../images/top/ico_arrow.gif) no-repeat 8px 0.9em;
	zoom:1;
}


#navi a{
	display:block;
	background:url(../images/top/ico_arrow.gif) no-repeat 8px 0.9em;
	padding:5px 5px 5px 18px;
	zoom:1;
}

#navi li.active{
	display:block;
	background:#FFF url(../images/top/ico_arrow_act.gif) no-repeat 8px 0.9em;
	font-weight:bold;
	color:#000;
	padding:5px 5px 5px 18px;
	margin:0 0 4px 4px;
	zoom:1;
}


/*------------------------------------------
 @ main
------------------------------------------*/

#mainContents{
	width:705px;
	float:right;
}

#middleBox{
	width:452px;
	float:left;
	}
	
#middleBox .container{
	width:452px;
	padding:20px 0 20px 0;
	}
	
#middleBox .container .left{
	width:200px;
	float:left;
	}
	
#middleBox .container .right{
	width:237px;
	float:right;
	}

#middleBox .container .link a{
	background:url(../images/top/img_top_ico_01.jpg) no-repeat left top;
	height:20px;
	padding:0 0 0 55px;
	display:block;
	font-size:131%;
	}
	
#middleBox .container .left2{
	width:237px;
	float:left;
	}

#middleBox .container .right2{
	width:200px;
	float:right;
	}

#middleBox .container .left2 .link{
	width:237px;
	}
	


#middleBox .borderTop{
	background:url(../images/top/bg_dotline.gif) repeat-x left top;
	width:452px;
}
#middleBox .borderBottom{
	background:url(../images/top/bg_dotline.gif) repeat-x left bottom;
	width:452px;
}

#middleBox .newsContainer{
	width:452px;
	background:url(../images/top/bg_dotline.gif) repeat-x bottom;
	}
	
#middleBox .newsContainer .container{
	width:420px;
/*	background:url(../images/top/bg_dotline.gif) repeat-x top;
*/	margin:0px;
	padding:12px 12px 12px 8px;
	zoom:1;
	}
.newsTxtBox{
	width:405px;
	background:url(../images/top/img_ico_white.jpg) no-repeat 0px 0.5em;
	padding:0px 0px 0px 15px;
	}
.newsTxtBox .left3{
	width:70px;
	float:left;
	color:#666;
	font-size:11px;
	}
.newsTxtBox .right3{
	width:330px;
	float:right;
	color:#FFF;
	font-size:11px;
	}


#sideContents{
	width:225px;
	float:right;
}

#sideContents .bannerArea{
	text-align:center;
}

#sideContents .bannerArea li{
	margin:0 0 10px 0;
}

#sideContents h3{
	margin:20px 0 0 0 !important;
	padding:0 !important;
}

#sideContents .subsidiaryArea{
	height:300px;
	overflow-y:scroll;
	text-align:left;
}

#sideContents .subsidiaryArea ul{
	margin:0;
}

#sideContents .subsidiaryArea li{
	background: url(../images/top/bg_subsidiary.gif) repeat-x left bottom;
	padding:5px 10px;
	margin:0;
}


.padding-bottom0{
	padding-bottom:0px !important;
	}
.padding-bottom20{
	padding-bottom:20px;
	}
.padding-bottom30{
	padding-bottom:30px !important;
}
.padding-top10{
	padding-top:10px !important;
	}	
.padding-top20{
	padding-top:20px;
	}
.margin-bottom10{
	margin-bottom:10px;
	}	
.margin-bottom20{
	margin-bottom:20px;
	}
.margin-bottom30{
	margin-bottom:30px;
	}
.margin-top20{
	margin-top:20px;
	}
	

/*------------------------------------------
 @ footer
------------------------------------------*/

#footer {
	margin-top:20px;
}

#footerNavi{
	padding:12px 0 0 0;
}

#footerNavi ul li a{
	background:url(../images/top/ico_arrow_wht.gif) no-repeat 0 0.5em;
	padding:0 0 0 10px;
}

#footerNavi ul,
#footerNavi p{
	float:right;
}

#footerNavi p img{
	padding:6px 0 0 25px;
}

.copyright {
}

/*------------------------------------------
 @ Share this contents
------------------------------------------*/

#shareBox{
	border:#262626 solid 1px;
	background:#0F0F0F;
	padding:14px 20px;
	zoom:1;
}

.sentShareBox{
	width:460px;
	float:left;
	zoom:1;
}

.sentShareBox p{
	float:left;
	margin:0 20px 0 0;
}

p.sentShare{
	font-size:116% !important;
	font-weight:bold;
	color:#FFF;
}

.sentwithFre{
	padding:0.2em 0 0 0;
}

.addthis_button{
	float:right;
	padding:3px 0 0 0;
}

.shareIco{
	float:right;
	zoom:1;
}

.shareIco ul li{
	margin:0 5px 0 0;
	display:inline;
}

/*------------------------------------------
 @ under construction
------------------------------------------*/

.construct{
	margin-bottom:450px;
}

/*------------------------------------------
 @ titleBox
------------------------------------------*/

.titleBox{
	position:relative;
	z-index:1;
}

.titleBox span{
	position:absolute;
	top:0;
	right:0;
	z-index:2;
}

.clear{
	clear:both;
	}
	
	/*------------------------------------------
 @ Reviews
------------------------------------------*/
	
#middleBox .container .right200{
	width:200px;
	float:right;
}

#middleBox .container .left240{
	width:240px;
	float:left;
}
	
#middleBox .borderTopSolid{
	border-top: #EEE solid 1px;
	width:452px;
}

#middleBox .borderBottomSolid{
	border-bottom: #EEE solid 1px;
	width:452px;
	padding-bottom: 30px;
}

p.title {
	width:200px;
	margin-bottom:10px;
	color:#FFF;
	font-weight:bold;
	font-size:120%;
	line-height:1.1em;
}

.width250 {
	width: 250px;
}

.heightFull {
	height: 100%;
}

*html .padding_IE6 {
	padding-bottom:10px!important;
}
	


