div#tab-container-1{
	width:699px;
height:179px;
margin-bottom:16px;
}


div#tab-container-1 ul#tab-container-1-nav{
	width:699px;
height:24px;
	margin: 0px;
	padding: 0px;
}
 
div#tab-container-1 ul#tab-container-1-nav li{
height:24px;
float:left;
cursor: pointer;
display: block;
text-indent:-9999px;	
}

div#tab-container-1 ul#tab-container-1-nav li.none{
	background:url(../img/top/tab04.gif) no-repeat;
	width:230px;
}

div#tab-container-1 ul#tab-container-1-nav li.activeli{
height:24px;
}
 
div#tab-container-1 ul#tab-container-1-nav li a{
display:block;
}
 
div#tab-container-1 ul#tab-container-1-nav li a#pickup{ width:146px; height:24px; background:url(../img/top/tab01.gif) no-repeat; }
div#tab-container-1 ul#tab-container-1-nav li a#newitem{ width:161px; height:24px; background:url(../img/top/tab02.gif) no-repeat; }
div#tab-container-1 ul#tab-container-1-nav li a#outlet{ width:162px; height:24px; background:url(../img/top/tab03.gif) no-repeat; }


div#tab-container-1 ul#tab-container-1-nav li a#pickup:hover { width:146px; height:24px; background:url(../img/top/tab01_o.gif) no-repeat; }
div#tab-container-1 ul#tab-container-1-nav li a#newitem:hover { width:161px; height:24px; background:url(../img/top/tab02_o.gif) no-repeat; }
div#tab-container-1 ul#tab-container-1-nav li a#outlet:hover { width:162px; height:24px; background:url(../img/top/tab03_o.gif) no-repeat; }

div#tab-container-1 ul#tab-container-1-nav li.activeli a#pickup { width:146px; height:24px; background:url(../img/top/tab01_o.gif) no-repeat; }
div#tab-container-1 ul#tab-container-1-nav li.activeli a#newitem { width:161px; height:24px; background:url(../img/top/tab02_o.gif) no-repeat; }
div#tab-container-1 ul#tab-container-1-nav li.activeli a#outlet { width:162px; height:24px; background:url(../img/top/tab03_o.gif) no-repeat; }

div.tab{
width:699px;
height:155px;
background:url(../img/top/tab01_bg.gif) no-repeat bottom;
clear:both;
}

* html div.tab{
margin:-14px 0 0 -3px;
}


#sampletab2{
background:url(../img/top/tab02_bg.gif) no-repeat bottom;
}

#sampletab3{
background:url(../img/top/tab03_bg.gif) no-repeat bottom;
}

div#tab-container-1 div.tab ul{
padding:19px 0 0 23px;
}

div#tab-container-1 div.tab ul li{
float:left;
width:117px;
height:118px;
margin:0 16px 0 0;
}

div#tab-container-1 div.tab ul li a{
display:block;
width:115px;
height:116px;
background:#fff;
border:1px solid #f9f9f9;
}

div#tab-container-1 div.tab ul li a:hover{
border:1px solid #b2b2b2;
}

div#tab-container-1 #sampletab2 ul li a{
display:block;
width:115px;
height:116px;
background:#fff;
border:1px solid #f9f9f9;
}

div#tab-container-1 #sampletab2 ul li a:hover{
border:1px solid #5fafd5;
}

div#tab-container-1 #sampletab3 ul li a{
display:block;
width:115px;
height:116px;
background:#fff;
border:1px solid #f9f9f9;
}

div#tab-container-1 #sampletab3 ul li a:hover{
border:1px solid #ff851a;
}