
ul#tabnav {
	margin:0px; height:31px; padding-left:10px; background:url('/img/tab_bottom.gif') repeat-x bottom;
	}

ul#tabnav.twoline {
	height:33px;
}
	
ul#tabnav.twoline li a {
	height:23px;
}
	
ul#tabnav li {
	display:block;
	font-size: 10px;
	color:#333;
	line-height:11px;
	float:left;
	text-align:center;
    background:url("/img/left_off.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 7px;
	}

ul#tabnav li.active {
    background:url("/img/left_on.gif") no-repeat left top;
}
	
ul#tabnav li a {
	display:block;
	background:url("/img/right_off.gif") no-repeat right top; text-decoration:none;
    padding:5px 10px 4px 3px;
	color:#3E6A9B;
	float:left;
	
	font-size: 10px; 
	}
	
ul#tabnav li.active a {
	background-image:url("/img/right_on.gif");
    padding-bottom:5px;
	}

div#tabnav_content {

		border-width:0px 1px 1px 1px; border-color:#CCCCCC; min-height:150px; border-style:solid; padding:20px 15px 20px 15px; vertical-align:top; }	
	
	
div#productDetail {
	border-width:0px 1px 1px 1px; border-color:#CCCCCC; height:150px; border-style:solid; padding:20px 15px 20px 15px; vertical-align:top; }
	
	
	
	/* 
===========================================================
tony t add
=========================================================== */

#tabnav2 {
	height:32px; margin:0px; padding-left:10px; background:url('/img/tab_bottom.gif') repeat-x bottom;
	}
#tabnav2 li {
	display:block;
	font-size:10px;	
	line-height:11px;
	float:left;
	text-align:center;
    background:url("/img/left_off.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 7px;
	}

#tabnav2 li.active {
    background:url("/img/left_on.gif") no-repeat left top;
}
	
#tabnav2 li a {
	display:block;
	background:url("/img/right_off.gif") no-repeat right top; text-decoration:none;
    padding:5px 10px 4px 3px;
	color: #3E6A9B;
	float:left;
	}

	
#tabnav2 li.active a {
	background-image:url("/img/right_on.gif");
    padding-bottom:5px;
	}
