﻿/* Tab Content - menucool.com */

ul.tabs
{
    padding: 5px 0 5px 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*/
}

.tabmain{
	margin-bottom:15px;
}
     
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:3px; /*distance between tabs*/
}
        
ul.tabs li a
{
    font: bold 13px Arial;
    text-decoration: none;
    position: relative;
    padding: 5px 16px;
    border: 1px solid #CCC;
    border-bottom-color:#B7B7B7;
    color: #000;
    background: #F0F0F0 url(../images/tabbg.gif) 0 0 repeat-x;
    border-radius: 0px 0px 0 0;
    outline:none;
	line-height:
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
    border: 1px solid #B7B7B7;
    background:#F0F0F0 url(../images/tabbg_selected.gif) left top repeat-x;
	color:#FFFFFF
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
	color:white;
    top: 0px;
    background:url(../images/tabbg_selected.gif) left top repeat-x;
    border:1px solid #41a9ff;
    border-bottom-color: white;
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
     

div.tabcontents
{
    border: 1px solid #B7B7B7; padding: 15px;
    background-color:#FFF;
    border-radius: 0 2px 2px 2px;
	position:relative;
}

div.tabcontents p{
	margin-bottom:20px;
	margin-top:5px;
	text-align:justify;
}
div.tabcontents p img{
	float:left; margin:0 10px 10px 0;
}
div.tabcontents a{
	float:right;
	margin-top:-15px;
	color:#fc3a3a;
	text-decoration:none;
	position:absolute;
	bottom:5px;
	right:10px;
}
div.tabcontents a:hover{
	text-decoration:underline;
}

.tabList{
	float:left;
	margin-right:12px;
}
.tabList h2{
	color:#164d89;
	font-size:13px;
	border-bottom:1px dotted #fc3a3a;
	height:30px;
	font-weight:normal;
	line-height:14px;
}
.tabList ul{
	padding-top:5px;
	font-size:11px;
}
.tabList ul li{
	list-style:none;
	line-height:14px;
	padding:2px;
}

.tabList ul.hlight{
	color:#fc3a3a;
	font-size:14px;
}
.tabList ul.hlight li{
	line-height:18px;
	padding:4px;
}

#view1_tabs2, #view2_tabs2, #view3_tabs2{
	height:211px;
}

#view1, #view2, #view3{
	height:110px;
}