﻿
/* ######### For Tabs the Wrapper ######### */


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 100%; width of menu*/
border-top: 1px solid navy; /*navy border*/
background: black url(gray4.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: Black; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid navy; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(red5.jpg) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

/* ######### For Tab Connents and Tablesr ######### */
.pricetab {
	color: #C43100;
	text-align: center;
	font-family: verdana, Geneva, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.tabtext {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
font-weight: Normal;
color: #000000;
text-decoration: none;
}
.textcenter {
	text-align: center;
}
.browsetable {
	padding: 1px;
	font-family: verdana, Geneva, Tahoma, sans-serif;
	font-size: 11px;
	text-align: left;
	border-style: none solid solid solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
}
.catheaders {
	color: #FFFFFF;
	background-image: url('red4.jpg');
}
.auto1 {
	border-width: 0px;
}
.auto-style2 {
	color: #FFFFFF;
	background-image: url('red4.jpg');
	text-align: center;
}
.auto-style1 {
	border-style: none;
	border-width: 0;
}

@media print {
.tabcontent {
display:block !important;
}

