/* === clear float elements Start ============================================= */
#countdownArea dl:after,
#contentsBlock:after,
#contents_list:after,
#itemList #itemlinelist:after,
#contentsList #itemlinelist:after,
#footer #bnrSection:after,
#footer #siteMap:after,
#gNav #nav:after,
#gNav #nav ul:after,
#header #headerInner:after,
#header #headerNav:after,
#header #headerNav ul:after{
	content : " ";
	display : block ;
	height : 0 ; 
	visibility : hidden ;
	clear : both ;
}
#countdownArea dl,
#contentsBlock,
#contents_list,
#itemList #itemlinelist,
#contentsList #itemlinelist,
#footer #bnrSection,
#footer #siteMap,
#gNav #nav,
#gNav #nav ul,
#header #headerInner,
#header #headerNav,
#header #headerNav ul{
	*zoom : 1 ;
	_display : inline-block ;
	_height : 1em ;
}

/* === clear float elements End ============================================= */

/*reset
------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6,
p, a, em, img, strong, dl, dt, dd, ol, ul, li,
form, input, table, caption, tr, th, td, option {margin: 0; padding: 0; border: 0;}

ul, ol {list-style: none;}

html, body {height: 100%;}

/* body
----------------------------------------------- */
*{margin:0;padding:0;}
body {
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 80%;
	word-break : normal;
	word-wrap  : break-word;
	background-color: #fff;
}
/* HTML default
----------------------------------------------- */
a       {color: #3f87bb;}
a:hover {color: #8fd2ed; text-decoration: underline;}
/*em      {font-weight: bold; font-style: normal; color: #000;}*/
em      {font-style: italic;}
li      {list-style-type: none;}

table   {border-collapse: collapse;}
p{
	margin: 0;
	color: #444 ;
}

/* img anker
----------------------------------------------- */
/*a.hover-img:hover img {
	opacity: 0.6;
	-moz-opacity:0.6;
	filter: alpha(opacity=60);
}*/

a:hover img{
-moz-opacity:0.4;
opacity:0.4;
filter: alpha(opacity=40);
}
/* Background */
#bg {top:-50%;left:-50%;height:200%;width:200%;position:absolute;}
#bg td{height:100%; vertical-align:middle;}
#bg img{min-height:50%;min-width:50%;margin:0 auto}

/* site size
----------------------------------------*/
#wrapper_header,
#wrapper_contents,
#wrapper_footer {

}
#wrapper_contents_bgred{background-color: #c00c0b;}
#wrapper_contents_top,
#wrapper_contents_list {
}
#header {

}

/* wrapper
----------------------------------------------- */
#wrapper_header {
	margin: 0 auto;
	text-align: left;
}
#wrapper_contents,
#wrapper_contents_top,
#wrapper_contents_list {
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	clear:both;
}
#wrapper_footer {
	margin: 0 auto;
	text-align: left;
	background:#f8f7f3;
	border-top : 1px solid #ccc ;
	overflow: hidden;
	margin-top: 30px ;
}
/* Google Translate
----------------------------------------------- */
.google_translate_box{
	float: right ;
    margin-right:10px;
}

div#google_translate_element {
    display:inline !important;
    float: right ;
    padding-top: 4px ;
}

div.goog-te-gadget-simple {
    background-color: white !important;
    border: 0 !important;
}

div#google_translate_element a:link,
div#google_translate_element a:visited{
    color: #3f87bb;
}
div#google_translate_element a:focus,
div#google_translate_element a:hover,
div#google_translate_element a:active{
    color: #8fd2ed;
}

/* === Header Start ============================================= */
#header{
	margin : 0 auto ;
	_margin : 0 ;
}
#header a {
    text-decoration: none;
}
#header #headerNavWapper{
	background: #333 ;
	background: -moz-linear-gradient(center top,#444, #222);
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#444444, endColorstr=#222222)";
}
#header #headerNavWapper #headerNav{
	width : 980px ;
	margin : 0 auto ;
	_margin : 0 ;
}
#header #headerNavWapper #headerNav ul{
	float: right ;
}
#header #headerNavWapper #headerNav ul li{
	float: left ;
	border-left : 1px solid #666 ;
}
#header #headerNavWapper #headerNav ul li:last-child{
	float: left ;
	border-right : 1px solid #666 ;
}
#header #headerNavWapper #headerNav ul li.customer-name{
	float: left ;
	color : #999 ;
	padding : 4px 24px 4px 24px ;
	display: block ;
	border-left : none ;
}
#header #headerNavWapper #headerNav ul li a{
	color : #fff ;
	padding : 4px 24px 4px 24px ;
	display: block ;
}
#header #headerNavWapper #headerNav ul li a:hover{
	color : #000 ;
	background-color: #ccc ;
	text-decoration: none ;
}
#header #headerNavWapper #headerNav ul li a.cart{
	background-color: #cc0000 ;
}
#header #headerNavWapper #headerNav ul li a.cart:hover{
	color : #000 ;
	background-color: #ccc ;
	text-decoration: none ;
}
body #header #headerInner{
	width : 980px ;
	margin : 0 auto ;
	_margin : 0 ;
	padding-top :15px ;
	padding-bottom : 10px ;
}
body #header #headerInner #logo_box{
	float: left ;
}
body #header #headerInner #logo_box h1{
	line-height: 100% ;
	width: 204px ;
	float: left ;
	margin : 0 ;
	padding : 0 ;
	margin-right: 10px ;
}
body #header #headerInner #logo_box p.tagline{
	float: left ;
	margin : 0 ;
	padding : 0 ;
	margin-top: 8px ;
	color : #999 ;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal ;
}


body #header #headerInner #headderInnderSub{
	float: right ;
}
body #header #headerInner #headderInnderSub ul#socialLink{
	float: left ;
	margin-right: 15px ;
}
body #header #headerInner #headderInnderSub ul#socialLink li{
	float: left ;
	margin-right: 5px ;
}
body #header #headerInner #headderInnderSub ul#selectCurrency{
	float: left ;
	text-align: left ;
	margin-right: 20px ;
}

body #header #headerInner #headderInnderSub ul#searchArea{
	float: left ;
	position: relative ;
}
body #header #headerInner #headderInnderSub ul#searchArea li form input.text{
	color: #999 ;
	width : 120px ;
	background: #f8f7f3 ;
	border: 1px solid #ccc ;
	padding : 5px 30px 5px 5px ;
	outline: 0 none black ;
	-moz-transition : all 0.5s ease-in-out 0s ;
	-webkit-transition : all 0.5s ease-in-out 0s ; 
	-ms-transition : all 0.5s ease-in-out 0s ; 
}
body #header #headerInner #headderInnderSub ul#searchArea li form input.text:focus{
	color: #444 ;
	width : 120px ;
	background: #ffffff ;
	border: 1px solid #ccc ;
	padding : 5px 30px 5px 5px ;
	outline: 0 none black ;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
}
body #header #headerInner #headderInnderSub ul#searchArea li form input.image{
	width : 20px ;
	height : 20px ;
	position: absolute ;
	top : 3px ;
	right : 3px ;
}


/*Item list Local Navigation*/
#incidentalBlock{
	margin-top: 30px ;
	width : 180px ;
	float: left ;
}
#incidentalBlock #localNav{
	border-top : 1px solid #000 ;
	border-bottom : 1px solid #ccc ;
	padding-top: 1px ;
	padding-bottom: 1px ;
}
#incidentalBlock #localNav dl.index{
	margin: 0 ;
	padding : 0 ;
	line-height: 100% ;
	font-size: 100% ;
	font-family: Helvetica, Arial, sans-serif ;
}
#incidentalBlock #localNav dl.index dt{
	font-size: 120% ;
	color : #000 ;
	background-color: #f9f4ef ;
}
#incidentalBlock #localNav dl.index dt.active{
	color : #fff ;
	background-color: #cc0000 ;
}
#incidentalBlock #localNav dl.index dt a{
	padding : 10px ;
	display: block ;
	color : #000 ;
	text-decoration: none ;
	background-color: #f9f4ef ;
}
#incidentalBlock #localNav dl.index dt a:hover{
	color : #fff ;
	background-color: #cc0000 ;
	text-decoration: none ;
}
#incidentalBlock #localNav dl.index dd{

}
#incidentalBlock #localNav dl.index dd.active{
	background-color: #f9f4ef ;
}
#incidentalBlock #localNav dl.index dd a{
	padding : 10px ;
	display: block ;
	color : #000 ;
	text-decoration: none ;
}
#incidentalBlock #localNav dl.index dd a:hover{
	background-color: #f9f4ef ;
	text-decoration: none ;
}
#incidentalBlock #listBnrArea{
	margin-top : 20px ;
}
#incidentalBlock #listBnrArea ul li{
	margin-bottom : 10px ;
}


/*Item list*/

/*One Column 5 Products*/

#itemList{
	width : 980px ;
}
#itemList #itemlinelist {
	margin-left: -10px ;
	position: relative ;
}

/*One Column 4 Products*/
#contentsList{
	width : 792px ;
	float: right ;
}
#contentsList #itemlinelist {
	width : 792px ;
}
#itemlinelist .list-box-wrap{
	width : 188px ;
	margin : 0 0 20px 10px ;
	float: left ;
	position: relative;
	cursor: pointer;
	background: url("/user_data/packages/default/img/common/list_thum_bottom.gif") no-repeat bottom ;
	padding-bottom: 2px ;
}
#itemlinelist .list-box-wrap .list-inner{
	padding-bottom: 8px ;
}
#itemlinelist .list-box-wrap .list-inner a.list-img{
	display: block ;
}
#itemlinelist .list-box-wrap .list-inner h3{
	font-family: Helvetica, Arial, sans-serif ;
	font-size: 120% ;
	font-weight: lighter ;
	line-height: 120% ;
	min-height: 39px ;
	margin : 10px 5px 5px 5px ;
}
#itemlinelist .list-box-wrap .list-inner h3.creator{
	font-family: Helvetica, Arial, sans-serif ;
	font-size: 120% ;
	line-height: 100% ;
	min-height: inherit ;
	margin-top : 10px ;
	margin-bottom: 5px ;
}
#itemlinelist .list-box-wrap .list-inner h3 a{
	color : #000 ;
	text-decoration: none ;
}
#itemlinelist .list-box-wrap .list-inner ul{
	margin: 0 5px 0 5px ;
}
#itemlinelist .list-box-wrap .list-inner li{
	font-size: 85% ;
	color : #666 ;

}
#itemlinelist .list-box-wrap .list-inner li.main{
	font-size: 100% ;
	color : #000 ;
	font-weight: bold ;
}
#itemlinelist .list-box-wrap .list-inner li.sale{
	font-size: 100% ;
	color : #cc0000 ;
	font-weight: bold ;
}
#itemlinelist .list-box-wrap .list-inner li span{
	font-weight: normal ;
	color : #999 ;
}
#itemlinelist .list-box-wrap .list-inner li.main span{
	font-size: 85% ;
}
#itemlinelist .list-box-wrap .list-inner li.sale span{
	font-size: 85% ;
}

/*One Column 2 Products*/
#itemList{
	width : 980px ;
}
#itemList #bigItemlinelist {
	margin-left: -10px ;
	position: relative ;
}
#bigItemlinelist .list-box-wrap{
	width : 480px ;
	margin : 0 0 20px 10px ;
	float: left ;
	position: relative;
	cursor: pointer;
	background: url("/user_data/packages/default/img/common/list_thum_bottom.gif") no-repeat bottom ;
	padding-bottom: 2px ;
}
#bigItemlinelist .list-box-wrap .list-inner{
	padding-bottom: 8px ;
}
#bigItemlinelist .list-box-wrap .list-inner a.list-img{
	display: block ;
}
#bigItemlinelist .list-box-wrap .list-inner h3{
	font-family: Helvetica, Arial, sans-serif ;
	font-size: 120% ;
	font-weight: lighter ;
	line-height: 120% ;
	min-height: 39px ;
	margin : 10px 5px 5px 5px ;
}
#bigItemlinelist .list-box-wrap .list-inner h3.creator{
	font-family: Helvetica, Arial, sans-serif ;
	font-size: 120% ;
	line-height: 100% ;
	min-height: inherit ;
	margin-top : 10px ;
	margin-bottom: 5px ;
}
#bigItemlinelist .list-box-wrap .list-inner h3 a{
	color : #000 ;
	text-decoration: none ;
}
#bigItemlinelist .list-box-wrap .list-inner ul{
	margin: 0 5px 0 5px ;
}
#bigItemlinelist .list-box-wrap .list-inner li{
	font-size: 85% ;
	color : #666 ;
	font-weight: bold ;
}
#bigItemlinelist .list-box-wrap .list-inner li.main{
	font-size: 100% ;
	color : #000 ;
	font-weight: bold ;
}
#bigItemlinelist .list-box-wrap .list-inner li span{
	font-weight: normal ;
	color : #999 ;
}
#bigItemlinelist .list-box-wrap .list-inner li.main span{
	font-size: 85% ;
}




.list-box-comment {
	color : #999 ;
	min-height: 30px ;
	text-align: left;
	font-size: 85%;
	line-height: 120% ;
	margin-left : 5px ;
	margin-right: 5px ;
}
.list-box-comment p {
	margin: 0;
}
/*new?E?E?E?E?E?E?E?E?E?E?E?E?E?E?E?E?E?E?E?E?E?E?E?E?E?E?E?E?E?E?E?soldout icon*/
.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
}
/* === topContents Start ============================================= */
.articleTitle{
	padding-top: 30px ;
	margin-bottom: 10px ;
	width : 980px ;
	clear: both;
    overflow: hidden;
}

.articleTitle h2{
    font-family: Helvetica, Arial, sans-serif;
    color : #cc0000 ;
    font-size: 180%;
    font-weight: lighter ;
	float: left ;
    height: 34px;
    line-height: 34px;
}

.articleTitle p{
    font-family: Helvetica, Arial, sans-serif;
	float: right ;
}

.articleTitle p a{
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none ;
	display: block ;
	color: #fff ;
	background-color: #cc0000;
    font-size: 100%;
    height: 29px;
    line-height: 29px;
    padding: 0 13px;
}
.articleTitle p a:hover{
    background-color: #f9f4ef;
    color: #000000;
    text-decoration: none ;
    font-size: 100%;
    height: 29px;
    line-height: 29px;
    padding: 0 13px;
}


/* === Footer Start ============================================= */
#footer {
	margin-top: 30px ;
	background-color: #f8f7f3 ;
	margin : 0 auto ;
	_margin : 0 ;
}

#footer #siteMap{
	width : 960px ;
	margin : 0 auto ;
	_margin : 0 ;
	border-bottom: 1px solid #ccc ;
	padding-top: 30px ;
	padding-bottom: 10px ;
	position: relative ;
}
#footer #siteMap p.pageTop{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal ;
	position: absolute ;
	top : -1px ;
	right: -10px ;
	background-color: #fff ;
	border-left: 1px solid #ccc ;
	border-right: 1px solid #ccc ;
	border-bottom: 1px solid #ccc ;
}
#footer #siteMap p.pageTop a{
	text-decoration: none ;
	display: block ;
	color: #000 ;
	padding: 10px 10px 10px 25px;
	background: url("/user_data/packages/default/img/common/ico_arrow.png") no-repeat 10px center ;
}
#footer #siteMap p.pageTop a:hover{
	color: #999 ;
	text-decoration: none ;
	background: #fff url("/user_data/packages/default/img/common/ico_arrow_on.png") no-repeat 10px center ;
}
#footer #siteMap dl{
	width : 240px ;
	float: left ;
	text-align: left ;
}
#footer #siteMap dl dt{
	margin-bottom: 10px ;
}
#footer #siteMap dl dt a{
	color : #000 ;
	text-decoration: none ;
}
#footer #siteMap dl dt a:hover{
	color : #999 ;
	text-decoration: none ;
}
#footer #siteMap dl dd{
	margin-bottom: 10px ;
	padding-left: 10px ;
	font-size: 90% ;
}
#footer #siteMap dl dd a{
	color : #666 ;
	text-decoration: none ;
}
#footer #siteMap dl dd a:hover{
	color : #999 ;
	text-decoration: none ;
}

#footer #siteMap ul{
	width : 240px ;
	float: left ;
	text-align: left ;
}
#footer #siteMap ul li{
	margin-bottom: 10px ;
}
#footer #siteMap ul li.customer-name{
	color: #cc0000 ;
}
#footer #siteMap ul li a{
	color : #000 ;
	text-decoration: none ;
	display: inline-block ;
}
#footer #siteMap ul li a:hover{
	color : #999 ;
	text-decoration: none ;
}
#footer #bnrSection{
	width : 960px ;
	margin : 0 auto ;
	_margin : 0 ;
	padding-top: 20px ;
}
#footer #bnrSection dl{
	width : 220px ;
	float: left ;
	text-align: left ;
	margin-right: 20px ;
}
#footer #bnrSection dl dt{
	font-size: 110% ;
	color: #000 ;
	font-weight: normal ;
	margin-bottom: 5px ;
}
#footer #bnrSection dl dd{
	color : #999 ;
	line-height: 140% ;
	margin-bottom: 10px ;
}
#countdownArea{
	background-color: #001D30 ;
	color: #fff ;
	padding-top: 20px ;
	padding-bottom: 20px ;
}

#countdownArea dl{
	width: 960px ;
	margin : 0 auto ;
	_margin : 0 ;
}
#countdownArea dl dt{
	width : 200px ;
	margin-right: 20px ;
	float: left
}
#countdownArea dl dd{
	width : 740px ;
	float: right ;
}
#countdownArea dl dd span{
	display: block ;
	font-size: 140% ;
	margin-bottom: 10px ;
}
#countdownArea dl dd a{
	margin-top: 10px ;
	display: block ;
}
#copyRight{
	background-color: #000 ;
	padding-top: 20px ;
	padding-bottom: 20px ;
}
#copyRight p{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal ;
	color: #999 ;
	font-size: 75% ;
	width: 980px ;
	margin : 0 auto ;
	_margin : 0 ;
	text-align: right ;
}

/* === Footer End ============================================= */

/* Bottom Bnr
----------------------------------------------- */
#bottomBannerArea{
	width : 980px ;
	margin: 0 auto ;
	text-align: center ;
	padding-top: 30px ;
	padding-bottom: 30px ;
}
#bottomBannerArea ul{
	width : 960px ;
	margin-left: 10px ;
}
#bottomBannerArea ul li{

}
#bottomBannerArea ul li.odd{
	float: left ;
	width : 450px ;
	padding-right: 29px ;
	border-right: 1px dotted #ccc ;
}
#bottomBannerArea ul li.even{
	width : 450px ;
	float: right ;
	padding-left: 30px ;
}


#contents_list {
	margin: 0 auto;
	clear: both;
    overflow: hidden;
	background-color:#fff;
}
#contents_list {
    width: 980px;
}

#contentsBlock{
	float: right ;
	width : 780px ;
	height : 320px ;
	margin-top: 30px ;
}

/* Promotion */
#topPromotionArea{
	width : 780px ;
	height : 320px ;
	margin: 0 ;
}
#topPromotionArea img{
	display: block ;
	border: none ;
	vertical-align: top ;
}



/* navigation
----------------------------------------------- */
#navi,
#navi a,
#navi a:link,
#navi a:visited {
	height: 32px;
}
#navi {
	float: left;
	background: #000000;
    position: relative;
    z-index: 9998;
}
#navi li,#navi li.active {
	float: left;
	position: relative;
	display: block;
}

#navi li.active a,
#navi li.active a:link,
#navi li.active a:visited {color: #000; background-color: #ddd;}
#navi li.active div.sub.storenavi ul li.alt a,
	#navi li div.sub.storenavi ul li.alt a,
	#navi li div.sub.storiesnavi ul li.alt a,
	#navi li div.sub.peoplenavi ul li.alt a {background-color: #fff; color: #000;}

#navi li.active div.sub.storenavi ul li.alt a:hover,
	#navi li div.sub.storenavi ul li.alt a:hover,
	#navi li div.sub.storiesnavi ul li.alt a:hover,
	#navi li div.sub.peoplenavi ul li.alt a:hover {background-color: #eee;}


#navi li .sub{
	display: none;
	position: absolute;
    background-color: #fff!important;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 3px solid #000;
	top: 29px;
	left: 0;
	z-index: 9999;
}
#navi li .sub ul {z-index: 9999;}

#navi li .sub,#navi .sub li.alt{background-color: #fff;}


#navi li .sub ul li a {
    display: block;
    white-space: nowrap;
    height: 1.6em !important;
    padding: 5px 15px 3px 13px;
    font-size: 85%;
    border-bottom: 1px solid #FFFFFF;
    z-index: 9999;
}
#navi li .sub ul li a {
    zoom: 1; /* IE6/7 fix */
}
#navi li .sub ul li a:hover {
    color: #000;
}
#navi li .sub ul li a.end {
    border-bottom: none;
}
#navi li .storenavi ul li {
    float: none;
}
#navi li .peoplenavi ul li {
    min-width: 40px;
    float: none;
}
#navi li .storiesnavi ul li {
    padding: 0 ;
    float: none;
}
#navi a,
#navi a:link,
#navi a:visited {
    color: #E8C955;
}
#navi a:focus,
#navi a:hover,
#navi a:active {
    color: #000000;
    background: #eee;
}



/* === GlobalNav Start ============================================= */

body #gNav{
	border-top : 1px solid #ccc ;
	border-bottom: 1px solid #ccc ;
}
body #gNav #nav{
	width : 980px ;
	margin : 0 auto ;
	_margin : 0 ;
}
body #gNav #nav ul{
	float: left ;
}
body #gNav #nav ul li{
	font-size: 110% ;
	float: left ;
	background: #fff ;
}
body #gNav #nav ul li a{
	display: block ;
	color : #000 ;
}
body #gNav #nav ul li a:hover{
	text-decoration: none ;
	background-color: #cc0000 ;
	color : #fff ;
}
#gNav #nav ul li .sub{
	display: none;
	position: absolute;
    background-color: #fff!important;
    border : 1px solid #ccc;
	top: 32px;
	left: 0;
	z-index: 9999;
}
#gNav #nav ul li .sub ul {z-index: 9999;}

#gNav #nav ul .sub,#navi .sub li.alt{
	background-color: #fff;
}


#gNav #nav ul .sub ul li a {
    display: block;
    white-space: nowrap;
    height: 1.6em !important;
    padding: 5px 15px 3px 13px;
    font-size: 75%;
    border-bottom: 1px solid #FFFFFF;
    z-index: 9999;
}
#gNav #nav ul .sub ul li a {
    zoom: 1; /* IE6/7 fix */
}
#gNav #nav ul .sub ul li a:hover {
    color: #fff;
}
#gNav #nav ul .sub ul li a.end {
    border-bottom: none;
}
#gNav #nav ul .storenavi ul li {
    float: none;
}
#gNav #nav ul .peoplenavi ul li {
    min-width: 40px;
    float: none;
}
#gNav #nav ul .storiesnavi ul li {
    padding: 0 ;
    float: none;
}
#gNav #nav ul a,
#gNav #nav ul a:link,
#gNav #nav ul a:visited {
    
}
#gNav #nav ul a:focus,
#gNav #nav ul a:hover,
#gNav #nav ul a:active {
    color: #000000;
    background: #eee;
}


#navi01,#navi02,#navi05,#navi04,#navi06 {
    display: block;
    border-left: 1px solid #ccc ;
    height: 32px;
    padding: 0 30px;
    line-height: 32px;
    font-size: 90%;
}
#navi03 {
    display: block;
    border-left: 1px solid #ccc ;
    border-right: 1px solid #ccc ;
    padding: 0 25px;
    height: 32px;
    line-height: 32px;
    font-size: 90%;
}
#navi10 {
    display: block;
    border-left: 1px solid #ccc ;
    border-right: 1px solid #ccc ;
    padding: 0 25px;
    height: 32px;
    line-height: 32px;
    font-size: 90%;
}
body #gNav #nav ul li a#navi10{
	color: #cc0000!important ;
}
body #gNav #nav ul li a:hover#navi10{
	color: #fff!important ;
}

ul li.google_translate_box{
	float : right ;
}
/* === GlobalNav End ============================================= */

/* item list
----------------------------------------*/
/*New item list*/
#block-newitem {
    padding: 10px 0 0;
	overflow: hidden;
}
#newitemlinelist {
	clear: both;
	overflow: hidden;
}
.newitem-box-wrap {
	width: 245px;
	padding: 7px 0 0 0;
	background: url("../img/common/bg_boxtop.png") no-repeat center top;
	position: relative;
	cursor: pointer;
}
.newitem-inner {
	width: 230px;
	min-height: 300px;
    height: auto !important;
    height: 300px;
	padding: 0 8px 2px 8px;
	background: url("../img/common/bg_boxbottom.png") no-repeat center bottom;
	color: #4c483a;
	line-height: 1.2;
}
.newitem-inner h3 {
padding: 8px 6px 2px;
font-weight: 100;
font-size: 120%;
text-decoration: none;
font-family: georgia;
}

.newitem-inner h3, .newitem-inner h3 a {
font-weight: 100;
text-decoration: none;
color:#000;}

.newitem-inner h3 a:hover {
	color: #4c483a;
	text-decoration: none;
}
.newitem-box-photo {
    display: block;
	width:230px;
	background: #FFFFFF;
	overflow: hidden;
}
.newitem-box-price {
	font-family: Arial,Helvetica,sans-serif;
	padding: 0 5px 0;
	font-size: 85%;
	text-align: left;
	color: #999;
}
.newitem-box-price-fb {
	padding: 5px;
	font-size: 85%;
	text-align: left;
}

.newitem-box-price p,.newitem-box-price-fb p {
	font-family: Arial,Helvetica,sans-serif;
	margin: 0;
}
.newitem-box-comment {
	padding: 0 27px 6px 6px;
	text-align: left;
	font-size: 85%;
}
.newitem-box-comment p {
	margin: 0;
}

/*Item list*/
#itemlinelist {
	clear: both;
	overflow: hidden;
}
.item-box-wrap {
	width: 245px;
	padding: 7px 0 0 0;
	background: url("../img/common/bg_boxtop.png") no-repeat center top;
	position: relative;
	cursor: pointer;
}
.item-inner {
	width: 230px;
	min-height: 300px;
    height: auto !important;
    height: 300px;
	padding: 0 8px 8px 8px;
	background: url("../img/common/bg_boxbottom.png") no-repeat center bottom;
	color: #4c483a;
	line-height: 1.2;
}
.item-inner h3 {
    /*height: 3em;*/
	padding: 9px 10px 0;
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
}
.item-inner h3 a {
	color: #4c483a;
	text-decoration: none;
}
.item-box-photo {
    display: block;
	width:230px;
	background: #FFFFFF;
	overflow: hidden;
}
.item-box-price {
	padding: 5px 10px 0;
	font-size: 90%;
    text-align: right;
}
.item-box-price p {
	margin: 0;
}
.item-box-comment {
	padding: 2px 10px 10px;
	text-align: left;
	font-size: 85%;
}
.item-box-comment p {
	margin: 0;
}
/*box hover*/
.bl-hover {
    background-color: #e5e3d6;
}





/* News Registration Form */
#news_box{
	padding : 0 ;
	margin: 0 ;
	padding:10px; 
	margin-top:30px; 
	margin-bottom:20px;
	filter:alpha(opacity=70);
    line-height:1.3;
    border : 5px solid #ccc ;
    overflow: hidden ;
    position: relative ;
}

#news_box p.title{
	color : #e0201e ;
	font-size: 115% ;
	line-height: 140% ;
	opacity: 1 ;
	width : 265px ;
	float: left ;
}

#news_box #mc_embed_signup{
	border-left: dashed 1px #ccc ;
	width : 680px ;
	float: right ;
}

#news_title{line-height:1.5;display:inline-block; vertical-align:top;margin-top:15px;}

/*MailChimp*/
/* MailChimp Form Embed Code - Classic - 08/17/2011 */
#mc_embed_signup form {position:relative; text-align:right; padding:0px 0 0px 3%}
#mc_embed_signup .mc-field-group {vertical-align:top;display:inline-block;min-width:200px;max-width:20%; min-height:40px;margin-left:10px;}
#mc_embed_signup .mc-field-group * {vertical-align:top;}
#mc_embed_signup .mc-field-group input {display:inline-block; width:100%; padding:0; text-indent:2%;}
#mc_embed_signup .mc-field-group2 {display:inline-block; min-height:40px;margin-left:10px;}
#mc_embed_signup .button {clear:both; background-color: #000; border: 0 none; border-radius:4px; color: #fff; cursor: pointer;
 font-size:12px; font-weight: normal; 
 height: 24px; line-height: 17px; margin: 14px 5px 10px 0; padding: 5px 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}

#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}


#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:inline-block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%; margin-bottom: 10px;}
#mc_embed_signup .asterisk {color:#000; font-size:150%;}
#mc_embed_signup .mc-field-group .asterisk {position:absolute; top:20px; right:10px;}        
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {clear: both;}
#mc_embed_signup div.response {padding:1em .5em .5em 0; font-weight:normal; float:left; top:-1.5em; z-index:1; width:100%;}
#mc_embed_signup #mce-error-response {display:none;color:red;}
#mc_embed_signup #mce-success-response {color:#666; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}




/*-------------------------------------------------------------------
* login form
*---------------------------------------------------------------*/

/* modalwindow
----------------------------------------*/
#modalmask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9998;
    background-color: #000000;
    display: none;
}
.modalwindow {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999;
    padding: 4px;
    background: #ffffff;
}
.modalclose {
    text-align: right;
}
ul#links {
	padding: 15px 0 0;
    list-style: none;
    border-top: 1px solid #ccc;
    float: none !important ;
}
.modalwindow ul li{
	border : none!important ;
}
.modalwindow ul li a{
	color: #3f87bb!important ;
}
/* login
----------------------------------------------- */
#modallogin {
    width: 500px;
    height: 320px;
}
#block-login {
    padding: 20px 16px;
}
#block-login p{
	font-size : 140% ;
    font-family: Helvetica, Arial, sans-serif ;
    color : #444 ;
    font-style: normal ;
}
#block-login h2 {
    padding: 5px 0;
    text-align: left;
    font-size: 170%;
    color: #000;
    border-bottom: 1px solid #CCCC99;
}
#tbl-login {
    width: 350px;
    margin: 20px auto;
}
#tbl-login td {
    padding: 5px 0;
    text-align: left;
    font-size: 80%;
}
#tbl-login .label {
    width: 100px !important;
    padding: 0 0 2px;
    text-align: left;
}
#block-login p {
    margin: 0;
}
.fm-login {
    width: 230px;
	height: 16px;
	padding: 2px;
    border: solid 1px #CCCCCC;
}
#block-login .btn {
	padding: 10px 0 0;
    text-align: center;
}

#block-login li {
    display: block;
	padding: 0 10px 10px;
    text-align: left;
}
#point-num {
	margin: 6px 0 2px;
    padding: 0 2px;
	background: #F4ECEF;
}

/*CSS BUTTON -input*/

.btn_css { line-height: 30px;}
.btn_css input[type="submit"],.btn_css {
	cursor: pointer ;
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border-color:#000; background: #000; height: 30px; width:250px;
    color: #fff; font-size:14px; text-align: center; text-decoration: none; letter-spacing:1px; display: inline;}

.btn_css input[type="submit"]:hover,.btn_css a:hover{
    background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#555555));
    background: -moz-linear-gradient(top, #333333, #555555);
    text-decoration: none;
    vertical-align: middle;}

.btn_css input[type="submit"]:active,.btn_css a:active{ background: #333;}



/* Information */
ul#informationArea{
	border-top: 1px solid #ccc ;
}
ul#informationArea li{
	padding-top: 15px ;
	padding-bottom: 15px ;
	border-bottom: 1px solid #efefef ;
}
ul#informationArea li span{
	color: #999 ;
	padding-left: 10px ;
	padding-right: 10px ;
}
