﻿/* Tab Content - menucool.com */
.h_main_board {
	width: 425px;
	height: 168px;
	float: left;
	font-size: 12px;
	padding: 10px 0 0 0;
	/* [disabled]border: 1px solid #F00; */
}

div.tabcontents #view1 ,div.tabcontents #view2 ,div.tabcontents #view3
{
	/* [disabled]background-color: #F00; */
	height: 120px
}


ul.tabs
{
	padding: 0px 0;
	margin: 0;
	font-size: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the tabs as desired*/
	padding-left: 20px; /* Offset of the first tab */
}
        
ul.tabs li
{
	display: inline;
	margin: 0;/*no distance between tabs*/
	background: White;
	margin-left: -4px;
}
        
ul.tabs li a
{
	text-decoration: none;
	position: relative;
	padding: 7px 22px;
	color: #000;
	outline: none;
	background: #F6F6F9;
	border: 1px solid #CCC;
	border-right: 0;
	font-size: 12px;
}

/*Note: IE8 and earlier doesn't support li:last-child. You have to add another class to the last tab (LI) and specify its border-right as below.*/
ul.tabs li:last-child a
{
    border-right:1px solid #CCC;
}
  
        
ul.tabs li a:hover
{
	color: #000;
	background: white;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
	top: 0px;
	font-weight: normal;
	background: #FFF;
	border-bottom: 1px solid #FFF;
	color: #000;
}
        
        
ul.tabs li.selected a:hover
{
	text-decoration: none;
}

div.tabcontents
{
	border-top: 1px solid #CCC;
	padding: 15px 0px 0 0;
}
