@charset "utf-8";

/* ---------------------------------------------------------------- *
	TAB
 * ---------------------------------------------------------------- */
.tabNav	{
	width: 100%;
	
}
.tabNav li	{
	height:36px;
	float: left;
	margin:0;
	padding:0;
	font-weight: bold;
	text-align: center;
}

#tab1 h3,#tab2 h3,#tab4 h3{
	background:url(../img/hardliquor/title_bg.gif) no-repeat;
	width:326px;
	height:28px;
	margin:0;
	padding:8px 0 0 12px;
	color:#FFF;
	font-size:12px;
}

#tab3 h3{
	background:url(../img/hardliquor/title_bg_l.gif) no-repeat;
	width:678px;
	height:28px;
	margin:0;
	padding:8px 0 0 12px;
	color:#FFF;
	font-size:12px;
}

.tab_left{
	width:338px;
	float:left;
	margin-right:8px;
}

.tab_right{
	width:338px;
	float:right;
}

#tab1 .price,#tab2 .price,#tab4 .price{
	margin:0;
	width:332px;
	height:43px;
	padding:7px 3px 10px 3px;
	border-bottom:solid 1px #2c2c2c;
	color:#FFF;
	line-height:200%;
	position:relative;
}

#tab1 .price2,#tab2 .price2,#tab4 .price2{
	margin:0;
	width:332px;
	height:69px;
	padding:7px 3px 10px 3px;
	border-bottom:solid 1px #2c2c2c;
	color:#FFF;
	line-height:200%;
	position:relative;
}

#tab1 .price dt,#tab2 .price dt,#tab4 .price dt,
#tab1 .price2 dt,#tab2 .price2 dt,dt,#tab4 .price2 dt{
	width:325px;
	float:left;
	padding:0;
	margin-right: -13em;
	display: inline;
	}
	
#tab1 .price dd,#tab2 .price dd,#tab4 .price dd,
#tab1 .price2 dd,#tab2 .price2 dd,#tab4 .price2 dd{
	text-align:right;
	float:right;
	padding:0;
	margin:0;
	width:100px;
	position:absolute;
	left: 237px;
	top: 9px;
}

