﻿/* Tab Content - menucool.com */

ul.tabs
{
    padding: 7px 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:3px; /*distance between tabs*/
}
        
ul.tabs li a
{
    font: normal 12px Verdana;
    text-decoration: none;
    position: relative;
    padding: 7px 16px;
    border: 1px solid #CCC;
    border-bottom-color:#B7B7B7;
    color: #000;
    background: #F0F0F0 url(tabbg.gif) 0 0 repeat-x;
    border-radius: 3px 3px 0 0;
    outline:none;
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
    border: 1px solid #B7B7B7;
    background:#F0F0F0 url(tabbg.gif) 0 -36px repeat-x;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
    font-weight:bold;
    background: white;
    border: 1px solid #B7B7B7;
    border-bottom-color: white;
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
     

div.tabcontents
{
    border: 1px solid #B7B7B7; 
	padding: 30px;
	width:800px;
    background-color:#FFF;
    border-radius: 0 3px 3px 3px;
}

#detail-con{
	float:none;
		width:450px;
		display: table-cell;
		margin:0px;
		}
#box_detail {
		margin-left:0px;
		margin-top: 0px;
		margin-bottom:0px;
			border:solid;
		border-color:#CCC;
		border-width:1px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		height: 100%;
		width: 452px;
		background-color: #CCCCCC;
	}
	#instruction_detail {
		-webkit-border-bottom-right-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
		margin: 0px;
		height: 100%;
		width: 450px;
		border:1px;
		background-color: #FFFFFF;
	}.container_detail {
		width: 100%;
		height: 100%;
		margin: 0px auto;
		position: relative;
	}	#detail_head {
	text-align: left;
	color: #333333;
	font-size: 16px;
	padding-top: 6px;
	padding-bottom:1px;
	padding-left:20px;
	}