@charset "UTF-8";
@import url("../../css/common.css");
@import url("common.css");
/* CSS Document */

#contentsarea{
    width:760px;
	padding:0;
	margin:0;
	overflow:hidden;
}

/*------- TITLE -------*/

div#title{
    background:url(../images/common/bg_title.gif) no-repeat;
	margin:0;
	width:760px;
	height:38px;
	padding:0;
	overflow:hidden;
}
div#title .tit01{
    padding:6px 0 5px 10px;
	font-size:170%;
	font-weight:bold;
	margin:0;
	float:left;
	width:300px;
	text-align:left;
}
div#title .tit02{
    padding:6px 10px 5px 0px;
	font-size:170%;
	font-weight:bold;
	margin:0;
	float:right;
	width:300px;
	text-align:right;
}

/*------- MAIN AREA -------*/

#mainarea{
    width:760px;
	margin:0;
	height:auto;
	padding:0;
	background-color:#EDEDED;
	overflow:hidden;
}

/*------- LEFT MENU -------*/
#leftmenu{
    width:180px;
	height:100%;
	float:left;
	background-color:#EDEDED;
	margin:0;
	padding:0;
	font-size:90%;
	display:inline;
}

.menu_products{
	width:180px;
	height:26px;
	background:url(../images/common/bg_menu01.gif) no-repeat;
	color:#FFFFFF;
	margin:1px 0 0 0¥;
	overflow:hidden;
}
.product_name{
    margin:5px 0 0 15px;
	font-size:120%;
	font-weight:bold;
	padding:0;
	width:150px;
}
.product_name a{color:#FFFFFF; text-decoration:none;}
.product_name a:hover{color:#CC0000; text-decoration:underline;}

.menu_info{
	width:170px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.menu_info ul{
    list-style:none;
	margin:0 15px;
	width:130px;
}
.menu_info li{
	display:block;
	width:85px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}

/*------- RIGHT MAIN -------*/
#rightmain{
    width:580px;
	height:100%;
	float:right;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font-size:90%;
	display:inline;
	overflow:hidden;
}

/*------- TABLE AREA -------*/

#tablearea{
	width:570px;
	padding:0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 9px;
}
#tablearea ul{
    list-style:disc;
	margin: 0 0 0 1em; 
	padding:0;
	list-style-position:inside;
	width:260px;
}

.part{
    margin-bottom:10px;
	width:280px;
}

.moretitle, .part h4{
	height:24px;
	background:url(../asia/existent/images/common/bg_moretitle.gif) no-repeat top left;
	font-weight:bold;
	padding:5px 0 0 10px;
}

#spectitle{
	height:24px;
	background:url(../asia/existent/images/common/bg_spectitle.gif) no-repeat top left;
	font-weight:bold;
	padding:5px 0 0 10px;
	margin-bottom:10px;
}
#title570{
	height:24px;
	background:url(../asia/existent/images/common/bg_dltitle.gif) no-repeat top left;
	font-weight:bold;
	padding:5px 0 0 10px;
	margin-bottom:10px;
}

.tbm10{
    margin:5px 0 10px 0;
}

.title{
	font-size: 19px;
	line-height: 1.4em;
	font-weight: bold;
}

div#featuresTop {
	background-repeat: no-repeat;
	width: 560px;
	padding: 10px;
/*	height: 195px;*/
	height: 90px;
}

.globalTopTitle{
	font-size: 120%;
	line-height: 1.4em;
	font-weight: bold;
}

div#buttonFree {
	padding: 4px;
	text-align: center;
	border: 1px solid #A3A3A3;
	font-weight: bold;
}
/*------- ACCESSARY AREA -------*/
.acce_left{
    margin:0 0 20px 0;
	float:left;
	display:inline;
	width:280px;
}

.acce_right{
    margin:0 0 30px 10px;
	float:left;
	display:inline;
	width:280px;
}

.acce_img{
    text-align:center;
	width:100px;
	float:left;
	margin:0 10px 30px 0;
	display:inline;
}
.acce_left h3,
.acce_right h3{
    font-weight:bold;
	font-size:120%;
	margin-bottom:5px;
	padding:0;
}

.red_txt{
    color:#FF0000;
}

