@charset "utf-8";
/*------------------------------------------------------------
	body
------------------------------------------------------------*/
body {
  text-align: center;
}

#container {
  width: 950px;
  margin: 0 auto;
  text-align: left;
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#header {
  height: 116px;
  position: relative;
  background: url(/static/common/img/header_bg.gif) no-repeat left 62px;
}

#header .lang {
  position: absolute;
  top: 13px;
  right: 1px;
}
#header .lang li {
  display: inline;
}
#header .lang li span {
  display: none;
  font-weight: bold;
}

#header h1{
  position: absolute;
  top: 17px;
  left: 2px;
} 

#header p.special{
  position: relative;
  top: 63px;
  text-align: right;
  font-size: 12px;
  line-height: 1.4;
  font-weight: bold;
}

#header .text01{
  position: absolute;
  left: 180px;
  top: 17px;
}

#header .topul{
  position: absolute;
  right: 1px;
  top: 33px;
  font-size: 12px;
}

#header .topul li{
  margin-left: 5px;
  float: right;
  line-height: 25px;
} 

#header .topul li.registration a{
  display: block;
  width: 100px;
  background: url(/static/common/img/signup_o.png) no-repeat left center;
}
#header.en .topul li.registration a{
  background: url(/static/common/img/signup_o_en.png) no-repeat left center;
}
#header.kr .topul li.registration a{
  background: url(/static/common/img/signup_o_kr.png) no-repeat left center;
}
#header.zh-hans .topul li.registration a{
  background: url(/static/common/img/signup_o_zh-hans.png) no-repeat left center;
}
#header.zh-hant .topul li.registration a{
  background: url(/static/common/img/signup_o_zh-hant.png) no-repeat left center;
}

#header .topul li.login a{
  display: block;
  width: 90px;
  background: url(/static/common/img/login_o.png) no-repeat left center;
}
#header.en .topul li.login a{
  background: url(/static/common/img/login_o_en.png) no-repeat left center;
}
#header.kr .topul li.login a{
  background: url(/static/common/img/login_o_kr.png) no-repeat left center;
}
#header.zh-hant .topul li.login a{
  background: url(/static/common/img/login_o_zh-hant.png) no-repeat left center;
}
#header.zh-hans .topul li.login a{
  background: url(/static/common/img/login_o_zh-hans.png) no-repeat left center;
}

#header .topul li.login a:hover,
#header .topul li.registration a:hover{
  background-color: #fff;
}

#header .topul li.login a:hover img,
#header .topul li.registration a:hover img{
  visibility: hidden;
}


#header table a.favorites{
  display: block;
  width: 80px;
  background: url(/static/common/img/wishlist_o.png) no-repeat left center;
}
#header.en table a.favorites{
  background: url(/static/common/img/wishlist_o_en.png) no-repeat left center;
}
#header.kr table a.favorites{
  background: url(/static/common/img/wishlist_o_kr.png) no-repeat left center;
}
#header.zh-hans table a.favorites{
  background: url(/static/common/img/wishlist_o_zh-hans.png) no-repeat left center;
}
#header.zh-hant table a.favorites{
  background: url(/static/common/img/wishlist_o_zh-hant.png) no-repeat left center;
}

#header table a.favorites:hover{
  background-color: #fff;
}

#header table a.favorites:hover img{
  visibility: hidden;
}

#header table a.view{
  display: block;
  width: 120px;
  background: url(/static/common/img/shoppingcart_o.png) no-repeat left center;
}
#header.en table a.view{
  background: url(/static/common/img/shoppingcart_o_en.png) no-repeat left center;
}
#header.kr table a.view{
  background: url(/static/common/img/shoppingcart_o_kr.png) no-repeat left center;
}
#header.zh-hans table a.view{
  background: url(/static/common/img/shoppingcart_o_zh-hans.png) no-repeat left center;
}
#header.zh-hant table a.view{
  background: url(/static/common/img/shoppingcart_o_zh-hant.png) no-repeat left center;
}

#header table a.view:hover{
  background-color: #fff;
}

#header table a.view:hover img{
  visibility: hidden;
}

#header table{
  position: absolute;
  left: 15px;
  top: 68px;
  font-size: 12px;
  color: #fff;
}

#header table td{
  padding: 0 5px 0 0;
  vertical-align: middle;
}

#header #fProduct{
  width: 138px;
}

#header #fSearch{
  width: 128px;
}

#header td.w330{
  text-align: right;
  width: 330px;
}
#header.en td.w330{
  width: 275px;
}
#header.kr td.w330{
  width: 325px;
}

#header td span{
  color: #ff0;
}

/*------------------------------------------------------------
	main
------------------------------------------------------------*/

#main #conts {
  width: 564px;
  float: left;
}

#main #contents{
  width: 759px;
  float: left;
}

#main #contents ul.pageGuide{
  margin: 1px 0 3px;
}

#main #contents ul.pageGuide li{
  display: inline;
  font-size: 11px;
  line-height: 1.7;
}

#main #contents ul.pageGuide li a{
  margin-right: 5px;
  color: #333;
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#left_sideBar {
  margin-right: 24px;
  width: 170px;
  float: left;
  word-break : break-all;
  word-wrap: break-word;
}

#left_sideBar img{
  display: block;
}

#contents #left_sideBar h3{
  padding: 0px 0 0px 5px;
  font-size: 12px;
  line-height:24px;
  color: #fff;
  border: none;
}

#left_sideBar .sideBox01 h3{
  background: #327D35 url(/static/common/img/left_h301_bg.gif) no-repeat left top;
}
#left_sideBar .sideBox01 h3.one{
  margin-bottom: 10px;
}


#left_sideBar .sideBox01{
  margin-bottom: 20px;
  background: url(/static/common/img/left_box01_bg.gif) no-repeat left bottom;
  zoom:1;
}

#left_sideBar .sideBox01 p{
  margin: 0 10px 20px;
}

#left_sideBar .sideBox01 p a{
  color: #333;
}

#left_sideBar .sideBox01 ul{
  padding: 0 10px 5px 10px;
}
#left_sideBar .sideBox02 ul{
  padding: 0 10px 0px 10px;
}

#left_sideBar .sideBox01 ul li{
  line-height: 2.2;
}

#left_sideBar ul.arrow li a{
  padding-left: 18px;
  display: block;
  background: url(/static/common/img/icon01.gif) no-repeat left center;
  color: #333;
}

#left_sideBar ul.feed li a{
  padding-left: 20px;
  display: block;
  background: url(/static/common/img/feed-icon-14x14.png) no-repeat left center;
  color: #333;
}

#left_sideBar .sideBox01 ul.yellow{
  padding-top: 5px;
  border-top: 2px solid #98BE80;
  background: url(/static/common/img/ul_bg.gif) no-repeat left bottom;
}

#left_sideBar ul.btn{
  padding-bottom: 15px;
}

#left_sideBar ul.btn li{
  background-image: none;
  padding: 15px 0 0 25px;
}

#left_sideBar ul.btn img{
  display: block;
}

#left_sideBar h4{
  padding-left: 10px;
  margin: 0 1px 2px;
  font-size: 12px;
  background-color: #EEF0F4;
  line-height: 22px;
  color: #333;
  clear: both;
  font-weight: normal;
}

#left_sideBar h4.one{
  margin-bottom: 10px;
}

#left_sideBar .sboxr{
  width: 92px;
  float: right;
}

#left_sideBar .sbox {
  margin: 0 10px 20px;
  clear: both;
  line-height: 1.2;
}

#left_sideBar .only {
  margin-bottom: 13px;
}

#left_sideBar .sboxr img{
  display: inline;
}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/

#right_sideBar {
  width: 170px;
  float: right;
  word-break : break-all;
  word-wrap: break-word;
}

#right_sideBar img{
  display: block;
}

#right_sideBar h3{
  margin-bottom: 7px;
  padding: 0 0 0px 10px;
  font-size: 12px;
  line-height:24px;
  background: #9ECE06 url(/static/common/img/right_h301_bg.gif) no-repeat left top;
}

#right_sideBar .sideBox01{
  padding-bottom: 8px;
  margin-bottom: 20px;
  width: 170px;
  overflow: hidden;
  zoom:1;
  background: url(/static/common/img/right_box01_bg.gif) no-repeat left bottom;
}

#right_sideBar .sideBox01 ul{
  padding: 0 13px 0 12px;
}

#right_sideBar .sideBox01 ul li{
  margin-bottom: 9px;
  padding-left: 15px;
  line-height: 1.4;
  background: url(/static/common/img/icon02.gif) no-repeat left 2px;
  zoom:1;
}

#right_sideBar .sideBox01 ul li a{
  color: #333;
}

#right_sideBar .sideBox01 p{
  margin:  0 13px 8px;
}


#right_sideBar .sideBox01 .imgbox{
  margin: 0 15px 0 0;
}

#right_sideBar .sideBox01 ul.imgul{
  margin-bottom: 10px;
  width: 155px;
  overflow: hidden;
}

#right_sideBar .sideBox01 ul.imgul li{
  padding: 0;
  margin: 0 5px 5px 0;
  float: left;
  background: none;
}

#right_sideBar .sideBox01 .img01{
  display: inline;
  margin: 0 auto 10px 35px;
}

#right_sideBar .btn{
  text-align: center;
  clear: both;
}

#right_sideBar .btn li{
  margin-bottom: 10px;
}

#right_sideBar .btn li img{
  display: inline;
}


/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer {
  margin-top: 80px;
  padding: 37px 8px 78px;
  clear: both;
  background: url(/static/common/img/footer_bg.gif) repeat-x left top;
}

#footer .footerlogo{
  float: right;
}

#footer p{
  margin-bottom: 12px;
}

#footer ul{
  margin-bottom: 12px;
}

#footer ul li{
  display: inline;
}

#footer ul li a{
  margin-right: 5px;
}

#accessed_items li {
  background: url("/static/common/img/icon01.gif") no-repeat scroll left center transparent;
  display: inline;
  line-height: 2;
  padding-left: 16px;
}

.ime-disabled {
  ime-mode: disabled;
}

.price {
  color: red;
  font-weight: bold;
}