﻿/*CSS Layout*/
.header {
	font-family: Arial;
}
.center {
	text-align: center;
	font-family: Arial;
	}
.topctr {
	text-align: center;
	font-family: Arial;
	font-size:x-small;
	vertical-align:top
}
.tdmiddle {
	text-align:center;
	font-family:Arial;
	font-size:small;
	vertical-align:middle
}

.right {
	text-align: right;
	font-family: Arial;
}
.smalltext {
	font-size:x-small;
}
.mediumtext {
	font-size:small;
}
.left {
	text-align: left;
	font-family: Arial;
}

.tnr-sm {
	font-family: "Times New Roman";
	font-size: small;
	text-align:center
}
.indent120 {
	margin-left: 120px;
}

.indent160 {
	margin-left: 160px;
}
.indent60 {
	margin-left: 60px;
}

.underline {text-decoration:underline
}

.redlist {
	text-align: center;
	color: #FF3300;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
	font-size:small;
}
/* redprice is price only*/
.redprice {
	text-align: center;
	color: #FF3300;
	font-family: Arial;
	font-weight: bold;
	font-size:small;
}

.greenprice {
	text-align: center;
	color: #008000;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
	font-size:small;
}
.highlight {
	background-color: #FFFF00;
	font-weight: 700;
}

/* begin image styles*/
img.add2cart {
	margin: 0 3 0 3px;
	border:0px;
	height:34px;
	width:116px;
}
img.buynow {
	margin: 0 3 0 3px;
	border:0px;
	height:38px;
	width:107px;
}

img.noborder {
	margin:3px;
	border:0px;
}
img.partspix{
	width:110px;
	height:87px;
	border:1px
	}
/* background colors */
.bgwhite {background-color:white}
.bgsilver {background-color:#C2DFFF}
.bgltgray {background-color:#C2DFFF}
.bggold {background-color:#FFFFCC}
.bggray {background-color:#D3D3D3}
.ltblue {background-color:#C2DFFF
}

/* begin tables */
table.main {
	width: 600px;
	background-color:white;
	border-style: solid;
	border-width: 4px;
	border-color:#28b;	
	border-collapse: collapse;
	border-spacing: 5px;
	text-align:center;
	font-family:Arial;
	font-size:small;
}

/* begin table data cells */	
td.borders {
	border-style: solid;
	border-width: thin;
	border-color:#C2DFFF;
	text-align:center;
}
td.bluback {
	border-style: solid;
	border-width: thin;
	border-color:#C2DFFF;
	background-color:#C2DFFF;
	text-align:center;
}
th, td { 
	padding: 5px;
}

	
/* CSS layout */
#navlist
{
color: white;
padding: 0 1px;
margin-left: 1px;
width: 98%;
font-style:normal;
font-weight:bold;
font-size: x-small;
font-family:Arial, Helvetica, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
font-size: x-small;
font-weight:bold;
}

#navlist a
{
	display: block;
	text-decoration: none;
	margin-bottom: 4px;
	margin-top: 4px;
	color: white;
	background: #39c;
	border-width: 1px;
	border-style: solid;
	border-color: #5bd #035 #068 #6cf;
	border-left: 1em solid #fc0;
/*the padding below is for the text on the button*/	
padding: 4px 8px 6px 4px;
	font-weight:700;
	/*font-size: x-small;*/
	font-size: x-small;
	font-family:Tahoma, sans-serif;

}

#navlist a#current { border-color: #5bd #035 #068 #f30; }
/* f30 makes the left edge red */

#navlist a
{
width: 99%;
/* only necessary for Internet Explorer */
}

#navlist a
{
voice-family: "\"}\"";
voice-family: inherit;
width: 154px;
/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist a
{
width: auto;
/* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a#current:hover
{
background: #28b;
border-color: #069 #6cf #5bd #fc0;
padding: 6px 5px 4px 14px;
}

#navlist a:hover
{
background: #28b;
border-color: #069 #6cf #5bd #fc0;
padding: 6px 5px 4px 14px;
}

#navlist a#current:active
{
background: #17a;
border-color: #069 #6cf #5bd white;
padding: 6px 5px 4px 14px;
}

#navlist a:active
{
background: #17a;
border-color: #069 #6cf #5bd white;
padding: 6px 5px 4px 14px;
}

h6
{
	font-family: Arial, Tahoma, "Times New Roman", sans-serif;
	color: rgb(0,0,0);
	font-size: xx-small;
	text-align: center;
}
h5
{
	font-family: Arial, Tahoma, "Times New Roman", sans-serif;
	color: rgb(0,0,0);
	font-size:x-small;
	text-align:center
}
h4
{
	font-family: Arial, Tahoma, "Times New Roman", sans-serif;
	color: rgb(0,0,0);
	font-size:small;
	text-align:center
}
h3
{
	font-family: Arial, Tahoma, "Times New Roman", sans-serif;
	color: rgb(0,0,0);
	font-size:medium;
	text-align:center
}
h2
{
	font-family: Arial, Tahoma, "Times New Roman", sans-serif;
	color: rgb(0,0,0);
	font-size:large;
	text-align:center
}
h1
{
	font-family: Arial, Tahoma, "Times New Roman", sans-serif;
	color: rgb(0,0,0);
	font-size:x-large;
	text-align:center
}
th
{
	font-family: Arial, Tahoma, "Times New Roman", sans-serif;
	color: rgb(0,0,0);
	font-size:large;
	text-align:center
}

/* The TABS headers */
#Tabs ul {
padding: 0px;
margin: 0px;
margin-left: 10px;
list-style-type: none;
}

#Tabs ul li {
display: inline-block;
clear: none;
float: left;
height: 24px;
}

#Tabs ul li a {
position: relative;
margin-top: 16px;
display: block;
margin-left: 6px;
line-height: 24px;
padding-left: 10px;
background: #f6f6f6;
z-index: 9999;
border: 1px solid #ccc;
border-bottom: 0px;

/* The following four lines are to make the top left and top right corners of each tab rounded./
-moz-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
/ end of rounded borders */

width: 130px;
color: #000000;
text-decoration: none;
font-weight: bold;
}

#Tabs ul li a:hover {
text-decoration: underline; /* a very simple effect when hovering the mouse on tab*/
}

#Tabs #Content_Area { /* this is the css class for the content displayed in each tab*/
padding: 0 15px;
clear:both;
overflow:hidden;
line-height:19px;
position: relative;
top: 20px;
z-index: 5;
height: 150px;
overflow: hidden;
}

p { padding-left: 15px; }

/* begin tabHeader*/
.tabStrip ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.tabStrip li {
	margin: 0 2px 0 0;
	list-style-type: none;
	float: left;
}
.tabLink {
	display: block;
	text-decoration: none;font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	background: #C2DFFF;
	padding:5px;
	border-style: solid;
	border-color: #94D0ED #94D0ED #94D0ED #EEC900;
	border-width: 1px 1px 0px 8px;
	color:black;
}
.tabLink:hover {
	display: block;
	text-decoration: none;font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	background: transparent;
	padding:5px;
	border-style: dashed;
	border-color: #94D0ED #94D0ED #94D0ED #EEC900;
	border-width: 1px 1px 0px 8px;
	color:black;
}

.tabLinkActive {
	display: block;
	text-decoration:underline;
	font-size:small;font-weight:bold;font-family:Arial, Helvetica, sans-serif;
	padding: 7px;
	background: #39c;
	border: #c0c0c0 solid;
	border-color: #c0c0c0  #c0c0c0  #c0c0c0  #EEC900;
	border-width: 1px 1px 0px 8px;
	color: white;
}
/*.tabContent {  /*you have to turn this off or you won't see the other TAB pages, turn on when publishing
	display: none;
}
*/
.tabContentActive {
	display: block;
	clear: both;
	background: clear;
	border: 1px #C2DFFF solid;
	padding: 1px;
	
}

/* end tabHeader*/


/* DivTable.com */
.divTable{
	display: table;
	width: 95%;
	background-color: #FFF;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
	width:50%;
}
.divTableCellnb {
	border:none;
	display: table-cell;
	padding: 3px 10px;
	width:50%;
}
.divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
	width: 95%;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
	border-style: solid;
	border-width: 3px;
	border-color: Navy;
}
.rowcenter {max-width:1280px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	text-align:center;
	padding-left:1px;
	padding-right:1px;
	vertical-align:top;
	float: auto;
}
.clearfix::after {
   content: " "; /* Older browser do not support empty content */
   display: table;
   clear: both;
	/*visibility:hidden;*/
 }