
/*----------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; background:#ffffff; color:#000000;  border-bottom:#000 solid 1px; 
	float:left; 
}

ul.tabPro li a.selected{
	position:relative;
	z-index:60; height:52px; background:#000; color:#ffffff; border-bottom:#000 solid 1px;

}

ul.tabPro li a:hover {
	text-decoration: none;
	position:relative;
	z-index:60;
}



ul li.tab_first a.selected{
  display:block; width:149px; height:52px; background:url(../img/c-karat.gif) no-repeat; border-right:#cccccc solid 1px; 
}
ul li.tab_first a{
	display:block; width:149px; height:52px; background:url(../img/c-karat.gif) no-repeat;  border-right:#cccccc solid 1px; 
    background-position:0 -52px;
}

ul li.tab_first a:hover{
	display:block; width:149px; height:52px; background:url(../img/c-karat.gif) no-repeat;
	position:relative;
	z-index:60;
}


ul li.tab_second a.selected{
	display:block; width:194px; height:52px; background:url(../img/c-engle.gif) no-repeat;
	
}
ul li.tab_second a{
	display:block; width:194px; height:52px; background:url(../img/c-engle.gif) no-repeat; 
	background-position:0 -52px; 
}

ul li.tab_second a:hover{
	display:block; width:194px; height:52px; background:url(../img/c-engle.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; }


