@charset "utf-8";

/* ----- reset css start ------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	font-style: normal;
}

html, body, div, span, h1, h2, h3, h4,
p, img, strong,  ul, li{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1em;
}
ol, ul {
	list-style: none;
}
/* ----- reset css end ------------------------------------------------------- */


a:link { text-decoration: underline; color:#999; }
a:visited { text-decoration: underline; color:#999; }
a:hover { text-decoration: none; color:#000;}
a:active { text-decoration: none; color:#000;}
a img{ text-decoration: none; border:none;}

#header a:link { text-decoration: none; color:#999; }
#header a:visited { text-decoration: none; color:#999; }
#header a:hover { text-decoration: none; color:#000;}
#header a:active { text-decoration: none; color: #000;}

html, body{
	height: 100%;
}

body{
 line-height: 1.5em;
 font-family: "Helvetica Neue",  Helvetica, sans-serif;
 font-size: small;
 letter-spacing: .05em;
 color: #999;
 text-align: center;
}

#container {
 margin: 0 auto;
 padding: 0 24px;
 height: 100%;
 width: 960px;
 text-align: left;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
  overflow: hidden;
  _overflow: visible;
}

#footer, .push{
  clear: both;
  height: 40px; /* .push must be the same height as .footer */
}

#header {
	margin: 36px 0;
	width: 960px;
	overflow: hidden;
}

#header a.logoToto,
#header a.logoTotoAsia {
	display: block;
	float: left;
	background: url('../images/logo.gif') no-repeat  0 0;
}

#header a.logoToto {
	width: 99px;
	height: 22px;
}

#header a.logoTotoAsia {
	width: 304px;
	height: 22px;
}

#header #menu {
	margin-left: 105px;
	padding-top: 6px;
	float: left;
	width: 564px;
	font-size: 1.1em;
	line-height: 1.1em;
	letter-spacing: .05em;
}

#header #navigation{
	float: right;
}

#header #navigation li{
	display: inline;
}

#menu li{
  margin-right: 36px;
  display: inline;
  float: left;
}

#menu li span,
#products .sidebar li span{
	display: none;
}

#menu li .about{
  display: block;
  width: 50px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 0;
}
#menu li.active .about,
#menu li a.about:hover{
  background: url('../images/menu.gif') no-repeat 0 -10px;
}

#menu li .news{
  display: block;
  width: 41px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -20px;
}
#menu li.active .news,
#menu li a.news:hover{
  background: url('../images/menu.gif') no-repeat 0 -30px;
}

#menu li .products{
  display: block;
  width: 80px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -40px;
}
#menu li.active .products,
#menu li a.products:hover{
  background: url('../images/menu.gif') no-repeat 0 -50px;
}

#menu li .showroom{
  display: block;
  width: 88px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -60px;
}
#menu li.active .showroom,
#menu li a.showroom:hover{
  background: url('../images/menu.gif') no-repeat 0 -70px;
}

#menu li .contact{
  display: block;
  width: 70px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -80px;
}
#menu li.active .contact,
#menu li a.contact:hover{
  background: url('../images/menu.gif') no-repeat 0 -90px;
}

#footer {
  clear: both;
  color: #B3B3B3;
}

#footer .copyright{
  font-size: .85em;
}

#footer .copyright span{
	font-family: Verdana;
}

#main {
  width:100%;
  position: relative;
}

h1, h2, h3, h4{
	color: #000;
	font-weight: 400;
	letter-spacing: .05em;
}

h1{
	margin-bottom: 30px;
	font-size:1.9em;
	line-height: 1.2em;
}

h2{
	font-size:1.4em;
	margin-bottom: 12px;
}

h3{
	font-size:1.1em;
	margin-bottom: 12px;
}

img{
  vertical-align:bottom;
}

#main p,
#main ul{
	margin-bottom: 24px;
}

#main ul{
	margin-left: 18px;
	list-style-type: square;
}

.caption{
	font-size: .85em;
	line-height: 1.6em;
}

img.bottom{
	margin-bottom: 6px;
}

.margin-none{
	margin: 0;
}

.article {
	margin-bottom: 36px;
	width: 100%;
	overflow: hidden;
	clear: both;
}

#flashCover{
	margin-bottom: 18px;
}

#headlineNews {
    margin-bottom: 18px;
}

#headlineNews a{
    text-decoration: none;
}

#headlineNews .title {
    float:left;
}

#headlineNews .news {
    margin-left: 60px;
}

#headlineNews .news  a{
    margin-left: 0;
}

/* CONTENTS */
/* ABOUT */
#top,
#about,
#products,
#contact,
#showroom,
#news,
#campaign{
	padding-top: 18px;
}

#about .navi{
	position: absolute;
	top: -12px;
	right: 0;
}

#about .navi{
	margin-bottom: 24px;
	width: 100%;
	overflow: hidden;
}

#about .navi ul{
	margin-bottom: 0;
	float: right;
}

#about .navi ul li{
	margin-left: 36px;
	display: inline;
	color: #000;
}


/* PRODUCTS */
#products,
#contact,
#news,
#showroom{
	width: 100%;
	overflow: hidden;
}

#products .sidebar,
#contact .sidebar,
#news .sidebar,
#showroom .sidebar{
	margin-bottom: 36px;
	width: 156px;
	float: left;
}

#products .contents,
#contact .contents,
#news .contents,
#showroom .contents{
	width: 756px;
	float: right;
	position: relative;
}

#products .contents .features{
	text-align: right;
}

#products .mutualLink ul{
	padding-top: 6px;
	list-style: none;
	text-align: right;
}

#products .sidebar .search{
	width: 156px;
	overflow: hidden;
	border: solid 1px #CCC;
}

#products .search .search-field{
	padding: 1px 3px;
	width: 130px;
	height: 16px;
	background: #FFF url('/common/images/menu.gif') no-repeat 0 -670px;
	border: none;
	float: right;
}

#products .search #search-btn{
	background: url('/common/images/menu.gif') no-repeat 0 -688px;
	width: 16px;
	height: 18px;
	border: none;
	cursor: pointer;
	float: left;
}

#products .sidebar ul{
	margin: 0 0 32px;
	list-style: none;
}

#products .sidebar li{
	margin-bottom: 14px;
	font-size: 0;
	line-height: 1em;
}#products .sidebar li.last{
	margin: 0;
}

#products .sidebar li.neo{
	margin-bottom: 7px;
}

#products .sidebar li.lloyd{
	margin-bottom: 11px;
}

#products .sidebar li .neorest{
  display: block;
  width: 91px;
  height: 8px;
  background: url('../images/menu.gif') no-repeat 0 -100px;
}
#products .sidebar li.active .neorest,
#products .sidebar li a.neorest:hover{
  background: url('../images/menu.gif') no-repeat 0 -110px;
}

#products .sidebar li .washlet{
  display: block;
  width: 65px;
  height: 17px;
  background: url('../images/menu.gif') no-repeat 0 -120px;
}
#products .sidebar li.active .washlet,
#products .sidebar li a.washlet:hover{
  background: url('../images/menu.gif') no-repeat 0 -140px;
}

#products .sidebar li .ecopower{
  display: block;
  width: 78px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -160px;
}
#products .sidebar li.active .ecopower,
#products .sidebar li a.ecopower:hover{
  background: url('../images/menu.gif') no-repeat 0 -170px;
}

/* menu suite */
ul.subMenu{
	margin: 0;
	padding: 14px 0 0 18px;
}

#products .sidebar li .suite{
  display: block;
  width: 39px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -180px;
}
#products .sidebar li.active .suite,
#products .sidebar li a.suite:hover{
  background: url('../images/menu.gif') no-repeat 0 -190px;
}

#products .sidebar li.inactive .sNeorest,
#products .sidebar .active li.inactive .sNeorest{
  display: block;
  width: 48px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -200px;
}
#products .sidebar li.active .sNeorest,
#products .sidebar li a.sNeorest:hover,
#products .sidebar .active li.inactive .sNeorest:hover{
  background: url('../images/menu.gif') no-repeat 0 -210px;
}

#products .sidebar li .sExcelsior,
#products .sidebar .active li.inactive .sExcelsior{
  display: block;
  width: 87px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -220px;
}
#products .sidebar li.active .sExcelsior,
#products .sidebar li a.sExcelsior:hover,
#products .sidebar .active li.inactive .sExcelsior:hover{
  background: url('../images/menu.gif') no-repeat 0 -230px;
}

#products .sidebar li .sJewelhex,
#products .sidebar .active li.inactive .sJewelhex{
  display: block;
  width: 57px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -240px;
}
#products .sidebar li.active .sJewelhex,
#products .sidebar li a.sJewelhex:hover,
#products .sidebar .active li.inactive .sJewelhex:hover{
  background: url('../images/menu.gif') no-repeat 0 -250px;
}

#products .sidebar li .sNexus,
#products .sidebar .active li.inactive .sNexus{
  display: block;
  width: 38px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -260px;
}
#products .sidebar li.active .sNexus,
#products .sidebar li a.sNexus:hover,
#products .sidebar .active li.inactive .sNexus:hover{
  background: url('../images/menu.gif') no-repeat 0 -270px;
}

#products .sidebar li .sBlanc1,
#products .sidebar .active li.inactive .sBlanc1{
  display: block;
  width: 60px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -280px;
}
#products .sidebar li.active .sBlanc1,
#products .sidebar li a.sBlanc1:hover,
#products .sidebar .active li.inactive .sBlanc1:hover{
  background: url('../images/menu.gif') no-repeat 0 -290px;
}

#products .sidebar li .sBlanc2,
#products .sidebar .active li.inactive .sBlanc2{
  display: block;
  width: 63px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -300px;
}
#products .sidebar li.active .sBlanc2,
#products .sidebar li a.sBlanc2:hover,
#products .sidebar .active li.inactive .sBlanc2:hover{
  background: url('../images/menu.gif') no-repeat 0 -310px;
}

#products .sidebar li .sLloyd,
#products .sidebar .active li.inactive .sLloyd{
  display: block;
  width: 32px;
  height: 13px;
  background: url('../images/menu.gif') no-repeat 0 -340px;
}
#products .sidebar li.active .sLloyd,
#products .sidebar li a.sLloyd:hover,
#products .sidebar .active li.inactive .sLloyd:hover{
  background: url('../images/menu.gif') no-repeat 0 -353px;
}

#products .sidebar li .sCocktail,
#products .sidebar .active li.inactive .sCocktail{
  display: block;
  width: 49px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -370px;
}
#products .sidebar li.active .sCocktail,
#products .sidebar li a.sCocktail:hover,
#products .sidebar .active li.inactive .sCocktail:hover{
  background: url('../images/menu.gif') no-repeat 0 -380px;
}

#products .sidebar li .sAvante,
#products .sidebar .active li.inactive .sAvante{
  display: block;
  width: 43px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -390px;
}
#products .sidebar li.active .sAvante,
#products .sidebar li a.sAvante:hover,
#products .sidebar .active li.inactive .sAvante:hover{
  background: url('../images/menu.gif') no-repeat 0 -400px;
}


#products .sidebar li .sPacifica,
#products .sidebar .active li.inactive .sPacifica{
  display: block;
  width: 48px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -410px;
}
#products .sidebar li.active .sPacifica,
#products .sidebar li a.sPacifica:hover,
#products .sidebar .active li.inactive .sPacifica:hover{
  background: url('../images/menu.gif') no-repeat 0 -420px;
}


#products .sidebar li .sNeorest_se,
#products .sidebar .active li.inactive .sNeorest_se{
  display: block;
  width: 68px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -712px;
}

#products .sidebar li.active .sNeorest_se,
#products .sidebar li a.sNeorest_se:hover,
#products .sidebar .active li.inactive .sNeorest_se:hover{
  background: url('../images/menu.gif') no-repeat 0 -722px;
}

#products .sidebar li .sNeorest_le,
#products .sidebar .active li.inactive .sNeorest_le{
  display: block;
  width: 67px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -732px;
}

#products .sidebar li.active .sNeorest_le,
#products .sidebar li a.sNeorest_le:hover,
#products .sidebar .active li.inactive .sNeorest_le:hover{
  background: url('../images/menu.gif') no-repeat 0 -742px;
}


#products .sidebar li .sBasic,
#products .sidebar .active li.inactive .sBasic{
  display: block;
  width: 45px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -752px;
}

#products .sidebar li.active .sBasic,
#products .sidebar li a.sBasic:hover,
#products .sidebar .active li.inactive .sBasic:hover{
  background: url('../images/menu.gif') no-repeat 0 -762px;
}

#products .sidebar li .sSuperior,
#products .sidebar .active li.inactive .sSuperior{
  display: block;
  width: 52px;
  height: 13px;
  background: url('../images/menu.gif') no-repeat 0 -772px;
}

#products .sidebar li.active .sSuperior,
#products .sidebar li a.sSuperior:hover,
#products .sidebar .active li.inactive .sSuperior:hover{
  background: url('../images/menu.gif') no-repeat 0 -785px;
}

#products .sidebar li .sYayoi,
#products .sidebar .active li.inactive .sYayoi{
  display: block;
  width: 34px;
  height: 13px;
  background: url('../images/menu.gif') no-repeat 0 -798px;
}
#products .sidebar li.active .sYayoi,
#products .sidebar li a.sYayoi:hover,
#products .sidebar .active li.inactive .sYayoi:hover{
  background: url('../images/menu.gif') no-repeat 0 -811px;
}


/* menu category */
#products .sidebar li .cNeorest{
  display: block;
  width: 64px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -430px;
}
#products .sidebar li.active .cNeorest,
#products .sidebar li a.cNeorest:hover{
  background: url('../images/menu.gif') no-repeat 0 -440px;
}

#products .sidebar li .cWashlets{
  display: block;
  width: 66px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -450px;
}
#products .sidebar li.active .cWashlets,
#products .sidebar li a.cWashlets:hover{
  background: url('../images/menu.gif') no-repeat 0 -460px;
}

#products .sidebar li .cEcopower{
  display: block;
  width: 78px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -160px;
}
#products .sidebar li.active .cEcopower,
#products .sidebar li a.cEcopower:hover{
  background: url('../images/menu.gif') no-repeat 0 -170px;
}


#products .sidebar li .toilets{
  display: block;
  width: 56px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -470px;
}
#products .sidebar li.active .toilets,
#products .sidebar li a.toilets:hover{
  background: url('../images/menu.gif') no-repeat 0 -480px;
}

#products .sidebar li .bidets{
  display: block;
  width: 48px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -490px;
}
#products .sidebar li.active .bidets,
#products .sidebar li a.bidets:hover{
  background: url('../images/menu.gif') no-repeat 0 -500px;
}

#products .sidebar li .urinals{
  display: block;
  width: 59px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -510px;
}
#products .sidebar li.active .urinals,
#products .sidebar li a.urinals:hover{
  background: url('../images/menu.gif') no-repeat 0 -520px;
}

#products .sidebar li .lavatories{
  display: block;
  width: 84px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -530px;
}
#products .sidebar li.active .lavatories,
#products .sidebar li a.lavatories:hover{
	background: url('../images/menu.gif') no-repeat 0 -540px;
}

#products .sidebar li .bathtubs{
  display: block;
  width: 72px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -550px;
}
#products .sidebar li.active .bathtubs,
#products .sidebar li a.bathtubs:hover{
  background: url('../images/menu.gif') no-repeat 0 -560px;
}

#products .sidebar li .accessories{
  display: block;
  width: 97px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -570px;
}
#products .sidebar li.active .accessories,
#products .sidebar li a.accessories:hover{
  background: url('../images/menu.gif') no-repeat 0 -580px;
}

#products .sidebar li .faucets{
  display: block;
  width: 62px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -590px;
}
#products .sidebar li.active .faucets,
#products .sidebar li a.faucets:hover{
  background: url('../images/menu.gif') no-repeat 0 -600px;
}

#products .sidebar li .bathShower{
  display: block;
  width: 101px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -610px;
}
#products .sidebar li.active .bathShower,
#products .sidebar li a.bathShower:hover{
  background: url('../images/menu.gif') no-repeat 0 -620px;
}

#products .sidebar li .grab{
  display: block;
  width: 79px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -630px;
}
#products .sidebar li.active .grab,
#products .sidebar li a.grab:hover{
  background: url('../images/menu.gif') no-repeat 0 -640px;
}

#products .sidebar li .public{
  display: block;
  width: 95px;
  height: 10px;
  background: url('../images/menu.gif') no-repeat 0 -650px;
}
#products .sidebar li.active .public,
#products .sidebar li a.public:hover{
  background: url('../images/menu.gif') no-repeat 0 -660px;
}

/* suite */
#products .suite{
	width: 756px;
}

#products .suite .block{
	margin-bottom: 14px;
	width: 756px;
	overflow: hidden;
}

#products .suite .left-column{
	padding-right: 18px;
	width: 240px;
	float: left;
}

#products .suite .center-column{
	width: 240px;
	float: left;
}

#products .suite .right-column{
	width: 240px;
	float: right;
}

#products .suite img.thumb{
	margin-bottom: 3px;
	width: 240px;
	height: 98px;
	display: block;
	vertical-align: bottom;
}

#products .suite #suiteSplash{
	margin-bottom: 24px;
	height: 360px;
	width: 756px;
}

#products .suite .list,
#products .categories .list{
	margin-bottom: 24px;
	width: 756px;
	overflow: hidden;
	clear: both;
}

#products .suite .block a,
#products .suite .listBlock a.none,
#products .categories .listBlock a.none{
	text-decoration: none;
	line-height: 1.4em;
}

#products .suite .listBlock,
#products .categories .listBlock{
	padding-right: 12px;
	width: 84px;
	float: left;
	text-align: center;
	word-break: break-all;
}
#products .suite .last,
#products .categories .last{
	padding-right: 0;
	width: 84px;
	float: left;
	text-align: center;
}

#products .suite img.thumbnail,
#products .categories img.thumbnail{
	margin-bottom: 3px;
	width: 84px;
	height: 84px;
	display: block;
	vertical-align: bottom;
}

#products .categories h1 .uc{
	padding-left: 18px;
	font-size: .55em;
	color: #999;
}

/* PRODUCTS detail */
#products .detail{
	width: 754px;
	overflow: hidden;
}

#products .detail .main-area{
	margin-bottom: 24px;
	width: 396px;
	float: left;
}

#products .detail .spec-area{
	margin-bottom: 24px;
	padding: 18px;
	background-color: #ececec;
	width: 300px;
	float: right;
}

#products .detail h1{
	margin-bottom: 6px;
}

#products .detail h2{
	margin-bottom: 0;
	font-size: 1.1em;
}

#products p.status{
	margin-bottom: 12px;
}

#products .detail h3{
	margin-bottom: 6px;
	font-size: 1em;
	font-weight: 700;
 color: #999;
}

#products .detail h4{
	margin-bottom: 0;
	font-size: 1em;
 color: #999;
}

#products .detail .mainPhoto{
	width: 396px;
}

#products .detail .cad-data{
	border: solid 1px #ccc;
	width: 394px;
	display: block;
	margin-top: 24px;
}

#products .detail .spec-area .last{
	margin-bottom: 0;
}

#products .detail .spec-area ul{
	margin-bottom: 12px;
}

#products .detail .spec-area ul.none{
	list-style: none;
	margin-left: 0;
}

#products .detail .spec-area ul.download li{
	margin-bottom: 3px;
	padding-left: 24px;
	background: url("../images/icon.gif") no-repeat 0 0;
	line-height: 1.7em;
}

#products .detail .spec-area ul.marginB,
#products .detail .spec-block{
		margin-bottom: 30px;
	}
	
	
/* PRODUCTS search */
#products #search{
	width: 100%;
	overflow: hidden;
}

#products #search form{
	margin-bottom: 24px;
	border: solid 1px #ccc;
	height: 24px;
	width: 276px;
}

* html #products #search form{
	width: 280px;
}

*:first-child+html #products #search form{
	width: 278px;
}

#products #search input#query_q{
	border: none;
	margin: 0;
	padding: 0 6px;
	height: 24px;
	width: 240px;
	font-size: 1.4em;
	float: left;
}

* html #products #search input#query_q{
	border: solid 1px #fff;
	height: 20px;
}

*:first-child+html #products #search input#query_q{
	border: solid 1px #fff;
	height: 20px;
}

#products #search input.btn-search{
	border: none;
	height: 24px;
	width: 24px;
	cursor: pointer;
	background: url('../images/btn.gif') no-repeat 0 -48px;
	float: left;
	display: block;
}


#products #search .pagination{
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin-bottom: 24px;
	padding: 5px 0 4px;
	width: 100%;
	overflow: hidden;
}
*:first-child+html #products #search .pagination{
	padding: 4px 0;
}
*html #products #search .pagination{
	padding: 4px 0;
}

#products #search .pagination .pageNavi{
	width: 558px;
	float: left;
}


#products #search .pagination .number{
	text-align: right;
	float: right;
	width: 198px;
}

#products #search .pagination a.next,
#products #search .pagination a.prev{
	padding: 2px 7px;
	text-decoration: none;
}

*html #products #search .pagination a.next,
*html #products #search .pagination a.prev{
	padding: 0 7px;
	text-decoration: none;
}

*:first-child+html #products #search .pagination a.next,
*:first-child+html #products #search .pagination a.prev{
	padding: 0 7px;
	text-decoration: none;
}

#products #search .pagination a.next{
	margin-left: 9px;
	background: url('/common/images/btn.gif') no-repeat -152px -74px;
}

#products #search .pagination a.prev{
	margin-right: 9px;
	background: url('/common/images/btn.gif') no-repeat 0 -74px;
}

#products #search .pagination span{
	font-weight: 700;
	color: #000;
}

#products #search .pagination span,
#products #search .pagination a{
	padding: 0 1px;
}

#products #search ul{
	margin: 0 0 24px 0;
	list-style: none;
}

#products #search ul.search-list h2{
	font-size: 1em;
	margin-bottom: 6px;
	font-weight: 700;
}

#products .search-list li{
	margin-bottom: 18px;
	width: 100%;
	overflow: hidden;
}

#products .search-list li img.thumbnail{
	padding-right: 12px;
	width: 84px;
	float: left;
}

#products .search-list li .data{
	float: left;
}

#products .search-list li p{
	margin: 0;
}

/*
#products #search .last{
}
*/


/* SHOWROOM */
#showroom a:link { text-decoration: underline; color:#666;  }
#showroom a:visited { text-decoration: none; color:#666; }
#showroom a:hover { text-decoration: none; color:#000;}
#showroom a:active { text-decoration: none; color: #000;}

#showroom{
	width: 100%;
	position: relative;
}

#showroom h2{
	font-size: 1em;
	margin-bottom: 0;
}

.hotspot {color:#000; cursor:default;}

#tt {position:absolute; display:block; text-align: left;}
#ttcont {display:block; padding:12px 12px 0; margin-left:6px; color:#333; background-color:#ccc;}
#ttbot {display:block; height:6px; margin-left:6px; overflow:hidden}

#tt p{
	padding-bottom: 12px;
	font-size: .85em;
	line-height: 1.4em;
}

#showroom div.left{
	padding-left: 20px;
	background: url("../images/showroom/showroom.gif") no-repeat 0 0;
	height: 18px;
}

#showroom div.right{
	padding-right: 20px;
	background: url("../images/showroom/showroom.gif") no-repeat top right;
	text-align: right;
	height: 18px;
}

#showroom p{
	margin: 0;
	font-size: .85em;
	color: #000;
}

#showroom p a:link { text-decoration: underline; color:#333; }
#showroom p a:visited { text-decoration: underline; color:#333; }
#showroom p a:hover { text-decoration: none; color:#333; }

#showroom .little{
	margin: 0;
	font-size: .85em;
	color: #333;
}

#showroom h2{
	line-height: 1.3em;
}

#showroom .gmap{
	line-height: 1.2em;
	padding-left: 22px;
}

#showroom #slideArea{
	position: absolute;
	top: 0;
	right: 0;
}

/* flag */
#showroom .singapore h2 span.flag,
#showroom .Manila h2 span.flag,
#showroom .thailand h2 span.flag,
#showroom .libya h2 span.flag,
#showroom .lebanon h2 span.flag,
#showroom .jordan h2 span.flag,
#showroom .sudan h2 span.flag,
#showroom .syria h2 span.flag,
#showroom .kuwait h2 span.flag,
#showroom .bahrain h2 span.flag,
#showroom .qatal h2 span.flag,
#showroom .saudi h2 span.flag,
#showroom .yemen h2 span.flag,
#showroom .iran h2 span.flag,
#showroom .uae h2 span.flag,
#showroom .Cebu h2 span.flag{
	margin-top: 3px;
	padding: 0 6px 0 0;
	width: 16px;
	height: 11px;
	display: block;
	float: left;
}

#showroom .singapore h2 span.flag{
	background: url("../images/showroom/showroom.gif") no-repeat 0 -290px;
}

#showroom .Manila h2 span.flag{
	background: url("../images/showroom/showroom.gif") no-repeat 0 -210px;
}

#showroom .thailand h2 span.flag{
	background: url("../images/showroom/showroom.gif") no-repeat 0 -330px;
}

#showroom .libya h2 span.flag{
	background: url("../images/showroom/showroom.gif") no-repeat 0 -190px;
}

#showroom .lebanon h2 span.flag{
	background: url("../images/showroom/showroom.gif") no-repeat 0 -170px;
}

#showroom .jordan h2 span.flag{
	background: url("../images/showroom/showroom.gif") no-repeat 0 -130px;
}

#showroom .sudan h2 span.flag{
	background: url("../images/showroom/showroom.gif") no-repeat 0 -270px;
}

#showroom .syria h2 span.flag{
	background: url("../images/showroom/showroom.gif") no-repeat 0 -310px;
}

#showroom .kuwait h2 span.flag{
	background: url("../images/showroom/showroom.gif") no-repeat 0 -150px;
}

#showroom .bahrain h2 span.flag{
	background: url("../images/showroom/showroom.gif") no-repeat 0 -70px;
}

#showroom .qatal h2 span.flag{
	background: url("../images/showroom/showroom.gif") no-repeat 0 -230px;
}

#showroom .saudi h2 span.flag{
	background: url("../images/showroom/showroom.gif") no-repeat 0 -250px;
}

#showroom .yemen h2 span.flag{
	background: url("../images/showroom/showroom.gif") no-repeat 0 -350px;
}

#showroom .iran h2 span.flag{
	background: url("../images/showroom/showroom.gif") no-repeat 0 -110px;
}

#showroom .uae h2 span.flag{
	background: url("../images/showroom/showroom.gif") no-repeat 0 -50px;
}

#showroom .Cebu h2 span.flag{
	background: url("../images/showroom/showroom.gif") no-repeat 0 -210px;
}

/* map */
#showroom #india{
	height: 629px;
	width: 100%;
	background: url("../images/showroom/map-india_20090422.gif") no-repeat top left;
}

#showroom #singapore{
	height: 500px;
	width: 100%;
	background: url("../images/showroom/map-singapore.gif") no-repeat top left;
}

#showroom #thailand{
	height: 529px;
	width: 100%;
	background: url("../images/showroom/map-thailand.gif") no-repeat top left;
}

#showroom #philippines{
	height: 529px;
	width: 100%;
	background: url("../images/showroom/map-philippines.gif") no-repeat top left;
}

#showroom #mideast{
	height: 587px;
	width: 100%;
	background: url("../images/showroom/map-mideast.gif") no-repeat top left;
}

/* mid east */
#showroom .libya{
	position: absolute;
	top: 138px;
	left: 60px;
}

#showroom .lebanon{
	position: absolute;
	top: 103px;
	left: 210px;
}

#showroom .jordan{
	position: absolute;
	top: 158px;
	left: 200px;
}

#showroom .sudan{
	position: absolute;
	top: 358px;
	left: 300px;
}

#showroom .syria{
	position: absolute;
	top: 70px;
	left: 385px;
}

#showroom .kuwait{
	position: absolute;
	top: 173px;
	left: 502px;
}

#showroom .bahrain{
	position: absolute;
	top: 218px;
	right: 410px;
}

#showroom .qatal{
	position: absolute;
	top: 233px;
	left: 555px;
}

#showroom .saudi{
	position: absolute;
	top: 298px;
	left: 380px;
}

#showroom .yemen{
	position: absolute;
	top: 398px;
	left: 460px;
}

#showroom .iran{
	position: absolute;
	top: 118px;
	left: 595px;
}

#showroom .uae{
	position: absolute;
	top: 268px;
	left: 600px;
}


/* philippines */
#showroom .Manila{
	position: absolute;
	top: 196px;
	left: 448px;
}

#showroom .Cebu{
	position: absolute;
	top: 296px;
	left: 570px;
}


/* thailand */
#showroom .thailand{
	position: absolute;
	top: 232px;
	left: 78px;
}

/* singapore */
#showroom .singapore{
	position: absolute;
	top: 414px;
	left: 568px;
}

/* india */
#showroom .india h2{
	background: url("../images/showroom/showroom.gif") no-repeat 0 -90px;
	position: absolute;
	top: 245px;
	left: 418px;
	width: 16px;
	height: 11px;
}

#showroom .delhi{
	position: absolute;
	top: 168px;
	left: 384px;
}

/*
#showroom .raipur{
	position: absolute;
	top: 265px;
	left: 428px;
}
*/

#showroom .kolkata{
	position: absolute;
	top: 294px;
	right: 309px;
}

#showroom .ahmedabad{
	position: absolute;
	top: 264px;
	left: 234px;
}

#showroom .surat{
	position: absolute;
	top: 330px;
	left: 288px;
}

#showroom .mumbai{
	position: absolute;
	top: 394px;
	left: 279px;
}

#showroom .bangalore{
	position: absolute;
	top: 475px;
	left: 412px;
}

#showroom .chennai{
	position: absolute;
	top: 520px;
	left: 444px;
}

#showroom .hyderabad{
	position: absolute;
	top: 416px;
	left: 422px;
}

#showroom .vizag{
	position: absolute;
	top: 380px;
	left: 504px;
}

#showroom .cochin{
	position: absolute;
	top: 550px;
	left: 352px;
}

#showroom .pune{
	position: absolute;
	top: 450px;
	left: 322px;
}


/* news */
#news h1,
#news h2,
#news .archives h2{
	margin-bottom: 30px;
	font-size:1.9em;
}

#news h2{
	line-height: 1.3em;
	width: 636px;
}

#news .entry{
	margin-bottom: 48px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

#news .sidebar ul.archiveMenu{
	margin-left: 0;
	list-style: none;
}

#news .archiveMenu li{
	margin-bottom: 6px;
}
#news .archiveMenu li.newsIndex{
	margin-top: 18px;
}

#news .archives h3{
	margin: 0;
	padding: 0 0 12px 0;
	width: auto;
	font-size: 1em;
	font-weight: 700;
	float: left;
}

#news .archives .date{
	padding-left: 24px;
	float: left;
}

#news .archives p{
	margin-bottom: 0;
	width: inherit;
}

#news .archives .entry img{
	padding-right: 24px;
}

#news .archives .area-next{
	margin-top: 12px;
	width: 100%;
	overflow: hidden;
}

#news .archives .read-more{
	float: left;
	text-align: left;
	width: 108px;
}

#news .archives .area-tag{
	float: right;
	text-align: right;
}

#news .detail .content{
	margin-bottom: 12px;
}

#news .detail .area-img{
	margin: 0 0 30px -18px;
	width: 774px;
	overflow: hidden;
}

#news .detail .area-img img{
	padding-left: 18px;
	float: left;
}

#news .detail .date{
	position: absolute;
	top: 3px;
	right: 0;
	width: 108px;
	text-align: right;
}

#news .area-tag .asia{
	display: none;
}

#news .detail .foot-navi{
	width:100%;
	overflow:hidden;
}

#news .detail .foot-navi .index-link{
	float:left;
}

#news .detail .foot-navi .area-tag{
	float:right;
	width:504px;
	text-align:right;
}


/* contact */
#contact table{
	border: none;
}

#contact td{
	padding-bottom: 24px;
}

#contact td.label{
	width: 72px;
}

#contact input.areaName,
#contact input.areaMail{
	padding: 4px 0;
	width: 360px;
	height: 16px;
	border: solid 1px #ccc;
}

#contact textarea.areaInquiry{
	padding: 4px 0;
	width: 540px;
	height: 304px;
	border: solid 1px #ccc;
}

#contact input.btnconfirm{
	border: none;
	background: url("../images/btn.gif") no-repeat 0 0;
	height: 24px;
	width: 170px;
	cursor: pointer;
}

#contact input.btnsubmit{
	border: none;
	background: url("../images/btn.gif") no-repeat 0 -24px;
	height: 24px;
	width: 170px;
	cursor: pointer;
}

#contact p.submit{
	margin: 0;
	padding-left: 72px;
}

#contact .errorExplanation{
	margin-bottom: 24px;
	padding: 12px;
	background-color: #ececec;
	width: 588px
}

#contact .errorExplanation h2{
	margin-bottom: 0;
}

#contact .formError{
	color: red;
}

/* campaign */


#campaign .sidebar{
	margin-bottom: 36px;
	width: 156px;
	float: left;
}

#campaign .sidebar h1{
	line-height: 1.2em;
}

#campaign .contents{
	width: 756px;
	float: right;
}

#campaign .contents h2.title{
  padding-bottom: 30px;
  	font-size:1.9em;
  line-height: 1.2em;
}

#campaign .errorExplanation{
	margin-bottom: 24px;
	padding: 12px;
	background-color: #ececec;
	width: 588px;
}

#campaign .errorExplanation p{
  margin: 0;
  padding: 0;
}

#campaign .errorExplanation ul{
  margin-bottom: 0;
}

#campaign .errorExplanation li{
    color: #f00;
}

#campaign .description{
  margin-bottom: 60px;
}


#campaign .for_registration{
float: left;
}

#campaign .for_login{
margin-left: 271px;
}

#campaign input.btnedit{
	border: none;
	background: url("../images/btn.gif") no-repeat 0 -222px;
	height: 24px;
	width: 170px;
	cursor: pointer;
}

#campaign .registrationBtn,
#campaign .registrationBtn a{
  display: block;
  background: url("../images/btn.gif") no-repeat 0 -152px;
  height: 35px;
  width: 247px;
}

#campaign .loginBtn,
#campaign .loginBtn a{
  display: block;
  background: url("../images/btn.gif") no-repeat 0 -187px;
  height: 35px;
  width: 247px;
}

#campaign .registrationBtn span,
#campaign .loginBtn span{
  display: none;
}

#campaign table{
	border: none;
}

#campaign td{
	padding-bottom: 24px;
}

#campaign td.label{
	vertical-align: top;
	padding-right: 24px;
}

#campaign td input{
	padding: 4px 0;
	width: 360px;
	height: 16px;
	border: solid 1px #ccc;
}


#campaign td input.first_name,
#campaign td input.middle_name{
  margin-right: 7px;
}

#campaign td input.male,
#campaign td input.female{
  width: 20px;
  heigth: 20px;
    margin-right: 3px;
}
#campaign td.radio_button label{
 margin-right: 18px;
}


#campaign  select{
  border: solid 1px #ccc;
  font-size: 14px;
  padding: 3px;
  margin-right: 6px;
}

#campaign input.btnconfirm{
	border: none;
	background: url("../images/btn.gif") no-repeat 0 0;
	height: 24px;
	width: 170px;
	cursor: pointer;
}

#campaign input.btncreate{
	border: none;
	background: url("../images/btn.gif") no-repeat 0 -104px;
	height: 24px;
	width: 170px;
	cursor: pointer;
}

#campaign .error {
    color: #f00;
}

#campaign #errorExplanation {
    color: #f00;
}


#campaign .registration_number p{
   margin-bottom: 12px;
}

#campaign .password{
  margin: 0;
  width: 6em;
  text-align: center;
  font-size: 1.6em;
  padding: 12px;
  color: red;
  border: 1px solid #999;
  linee-height: 1.2em;
}

#campaign .registration_number{
  margin-bottom: 60px;
}

#campaign  .backtotop{
  overflow: hidden;
}

#campaign  .backtotop span,
#campaign_admin .backtotop span{
  	float: left;
  	display: block;
  	width: 16px;
  	height: 16px;
	background: url('/common/images/btn.gif') no-repeat 0 -74px;
}

 #campaign  .backtotop a,
 #campaign_admin .backtotop a{
  margin-left: 6px;
}

#campaign input.btnshowdetail{
	border: none;
	background: url("../images/btn.gif") no-repeat 0 -128px;
	height: 24px;
	width: 170px;
	cursor: pointer;
}


#campaign .name{
  font-size: 1.6em;
}

#campaign .count,
#campaign .point{
  font-size: 1.6em;
  color: #000;
  margin: 0 6px 0 6px;
  border-bottom: 1px solid #CCC;
}

#campaign .logoutBtn a{
  display: block;
  background: url("../images/btn.gif") no-repeat 0 -246px;
  height: 24px;
  width: 170px;
  margin-top: 48px;
}
#campaign .logoutBtn span{
  display: none;
}

#campaign_admin {
  margin-bottom: 30px;
}

#campaign_admin th,
#campaign_admin td{
 padding: 6px 6px 4px 6px;
 vertical-align: middle;
}

#campaign_admin  tr.border{
  background: #eee;
}

#campaign_admin th{
  color: #FFf;
  background: #999;
   line-height: 1.2em;
   border-right: 1px solid #fff;
   text-align: center;
}
#campaign_admin td{
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
word-break: break-all;
}

#campaign_admin td.point{
  text-align: right;
}

#campaign_admin td.show_detail{
  border-right: none;
}

#campaign_admin  tr.qualified td { color: #000000; background-color:#fcc; }
#campaign_admin  tr.qualified_premium td { color: #000000; background-color:#f99; }

#campaign_admin .admin_table{
  margin-bottom: 24px;
  width: 100%;
  border-top: 1px solid #ccc;
}

#campaign_admin .admin_table td{
 padding: 8px 6px 4px 6px;
 border-bottom: 1px solid #ccc;
 border-right: none;
 }

#campaign_admin .admin_table td.label{
  width: 20%;
  white-space: nowrap;
  color: #FFf;
  background: #999;
  line-height: 1.2em;
  border-bottom: 1px solid #fff;
}

#campaign_admin strong{
  color:  red;
}

#campaign_admin #user_point {
	padding: 4px 0;
	width: 150px;
	height: 16px;
	border: solid 1px #ccc;
	margin-right: 12px;
	}
