﻿/*----------------Tabs style--------------------------*/
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; 
	margin-top:10px;
	font-family:Trebuchet MS;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	line-height:26px;
	vertical-align : middle;
	font-size:10px;	
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;	
    line-height:26px;
    background-image:url(images/tabBg.JPG);
    background-position:center bottom;
    background-repeat :repeat-x;  	
	list-style: none;		             
	padding:0px 10px 0px 10px;
	border-right:solid 2px #92bc56;
	border-bottom:solid 1px #CCC;		
    color:#645f5b;
	font-weight:bold;	
	font-size:small;
	text-decoration : none;
	vertical-align :middle;
	cursor:hand;
}

.TabbedPanelsTabHover 
{	
   position: relative;
	top: 1px;
	float: left;	
    line-height:26px;
    background-image:url(images/tabBg.JPG);
    background-position:center bottom;
    background-repeat :repeat-x;  	
	list-style: none;		             
	padding:0px 10px 0px 10px;
	border-right:solid 2px #92bc56;
	border-bottom:solid 1px #CCC;		
    color:#645f5b;
	font-weight:bold;	
	font-size:small;
	text-decoration : none;
	vertical-align :middle;
	cursor:pointer;
}

.TabbedPanelsTabSelected {
	background-color: #fff;
	background-image:url(images/tabSelected.JPG);
	background-position:center top;	
	background-repeat: repeat-x;
	line-height:26px;
	border-bottom:solid 1px #FFF;	
	border-right:solid 1px #CCC;
	border-left:solid 1px #CCC;	
	border-top:solid 1px #CCC;
	color:#f67b38;
}

.TabbedPanelsTab a {
	color: blue;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
    color:#404040;
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;	
	border-right: solid 1px #ccc;
	border-top:solid 1px #CCC;
	background-color: #fff;
	padding-top : 5px;
	padding-left:5px;
}

.TabbedPanelsContent {
	padding: 4px;
	text-align:left;
	position:relative;
	overflow:auto;
}

.TabbedPanelsContentVisible {
}

/********************Product Package***********************/