
/*----------TAB Bond----------*/

ul.tabPro {
	list-style: none;
    margin: 0;
	padding: 0;

}

ul.tabPro li {
     display: inline;

}

ul.tabPro li .txt-title { display:block; }


ul.tabPro li a{
    text-decoration: none;  height:52px;    border-bottom:#000 solid 1px; 
	float:left; 
}

ul.tabPro li a.selected{
	position:relative;
	z-index:60; height:52px; 

}

ul.tabPro li a:hover {
	text-decoration: none;
	position:relative;
	z-index:60;
}



ul li.tab_first a.selected{
	display:block; width:128px; height:52px; background:url(../img/w-domestic.gif) no-repeat; border-right:1px solid #CCC;
	

}
ul li.tab_first a{
	display:block; width:128px; height:52px; background:url(../img/w-domestic.gif) no-repeat;  border-right:1px solid #CCC;
background-position:0 -52px;
}

ul li.tab_first a:hover{
	display:block; width:128px; height:52px; background:url(../img/w-domestic.gif) no-repeat;
	
	position:relative;
	z-index:60;
}


ul li.tab_second a.selected{
	display:block; width:128px; height:52px; background:url(../img/w-inter.gif) no-repeat;
	
}
ul li.tab_second a{
	display:block; width:128px; height:52px; background:url(../img/w-inter.gif) no-repeat; 
	background-position:0 -52px; 
}

ul li.tab_second a:hover{
	display:block; width:128px; height:52px; background:url(../img/w-inter.gif) no-repeat; 
	
}



		
		        
ul.tabPro li a:focus {
  	outline: 0;
}

div.tabs-pro > div {
	width:1000px;

}
 
.tab_inner_first{
	width:1000px;
	border-top:#000000 solid 1px;
	position:relative;
	top:-1px;
	z-index:0; text-align:left; padding:0;

}
.tab_inner_first ul{ padding-left:15px; }
.tab_inner_second{
	width:1000px;
	border-top:#000000 solid 1px;
	position:relative;
	top:-1px;
	z-index:0; text-align:left; padding:0;
}

.box-inter{ display:blockl; width:1000px; min-height:445px; background:url(../img/wheretobuy-inter.jpg) no-repeat; }
.box-inter img{ max-width:1000px; }

.box-inter a{ text-decoration:none; }
.box-inter a:hover{ text-decoration:underline; }


