#main_column .marginLeft{
	margin-left: 274px;
}

#main_column #box{
	position: relative;
	width:660px;
	margin: -10px auto 0 auto;
padding-left:20px;
}

@media screen and (min-width: 660px) {

#main_column #box{
	position: relative;
	width:660px;
	margin: -10px auto 0 auto;
padding-left:0px;
}

}


#tab-box{
	position: relative;
	display: inline-block;
	margin: -7px 0 0 12px;
text-align:left;
float:left;
}

#tab-box li,
#tab-box ul,
#tab-box div,
#tab-box a,
#tab-box span{
	margin: 0;
	padding: 0;
}

#tab-box li{
	list-style: none;
}

/* ----------------------------------------------------------
tab buttom
---------------------------------------------------------- */
#tab-box #tab-btn{
	width: 120px;
	text-align: left;
margin-right:15px;
	z-index: 10001;
position:relative;
}

#tab-box #tab-btn.open{
	background: #004ea2;
border-radius:5px 5px 0 0;
}

#tab-box #tab-btn.close{

	background: none;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
border-radius:5px 5px 0 0;
}

#tab-box #tab-btn a{
	display: block;
	padding: 5px 15px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
max-height:55px;
}

#tab-box #tab-btn span{
font-weight:bold;
background:url('/user_data/packages/default/img/common/arrow_down.png') no-repeat right 50%;
padding-right:15px;
}

#tab-box #tab-btn.open a span{
background:url('/user_data/packages/default/img/common/arrow_down2.png') no-repeat right 50%;
}

#tab-box #tab-btn.close a{
color:#000 !important;
}

/* ----------------------------------------------------------
category background
---------------------------------------------------------- */
#tab-box #cat-inner{
	overflow: hidden;
	position: absolute;
	display: inline-block;
	width: auto;
	background: #fff;
	box-shadow: 1px 1px 5px #aaa;
	border: 1px solid #ccc;
border-top:none;
	opacity: 0;
	z-index: 10000;
border-radius:0 0 5px 5px;
}

#tab-box #cat-inner:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#tab-box #cat-inner{
	display: inline-block;
}

* html #tab-box #cat-inner{
	height: 1%;
}

#tab-box #cat-inner{
	display: block;
}

#tab-box #cat-inner li{
border-top:1px solid #ddd;
padding-bottom:20px;
text-align:right;
padding-top:5px;
background:#fff;
margin-top:10px;
}
#tab-box #cat-inner li.nav{
border-top:none;
background:url('/user_data/packages/default/img/common/nav_arrow.gif') no-repeat 240px 7px;
cursor:pointer;
text-align:left;
padding: 5px 15px 5px 0;
width:230px;
margin-top:0;
}

#tab-box #cat-inner li.nav:hover{
background:#fef9f1 url('/user_data/packages/default/img/common/nav_arrow_on.gif') no-repeat 240px 7px;
}

#tab-box #cat-inner li.con-box{
border-top:none;
}

/* ----------------------------------------------------------
category menu
---------------------------------------------------------- */
#tab-box #cat-box{
	display: inline-block;
	z-index: 2;
	padding: 15px;
height:550px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
border-top:5px solid #004ea2;
border-right:1px solid #ddd;
}

#tab-box #cat-box #cat-list{
	display: block;
	width: 250px;
}
#tab-box #cat-box #cat-list ul{
margin-right:10px;
}

#tab-box #cat-box #cat-list li{
	display: inline-block;
	width: 100%;
	margin: 0 0 0;
	font-size: 13px;
	line-height: 17px;
}

#tab-box #cat-box #cat-list li span{
	display: block;
	font-size: 12px;
	line-height: 18px;
}

#tab-box #cat-box #cat-list li.ac{
	color: #f00;
	font-weight: bold;
}

/* ----------------------------------------------------------
category contents
---------------------------------------------------------- */
#tab-box #cat-con{
	position: absolute;
	top: 0;
	left: 0;
	padding: 24px;
	font-size: 14px;
	z-index: 1;
border-top:5px solid #004ea2;


}

#tab-box #cat-con ul{
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
}

#tab-box #cat-con li{
	display: inline-block;
text-align:left;
}


.tabBox_product {
width:400px;
}


.tabBox_product img{
float:left;
margin-right:10px;
margin-bottom:15px;
}

.tabBox_product span{
font-size:11px;
line-height:12px;
}

.tabBox_item{
clear:both;
padding-bottom:10px;
}

.tabBox_product span.price{
line-height:22px !important;
}


.end_more{
position:relative;
width:100%;
bottom:0;
right:0;
font-size:12px;
padding-top:10px;
border-top:1px solid #ddd;
text-align:right;
}

