﻿/* VG Cart Styles - Created by James Ellison, Virtual Graffiti, Inc */
/* Sheet Color = #336699*/

form { margin: 0px; padding: 0px; } /* Form Fix for IE */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
}
body {
	background-color: #CCCCCC;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
 	width:1000px; 
	text-align:left; 
	min-width: 500px; 
	margin: 0px auto 20px auto;
	background:#FFFFFF;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.pricetableHeader {
  background-image:url(../images/pricetable-bg.gif);
  background-repeat:repeat-x;
}

.grayBox {
	border: 1px solid #666666;
	padding: 10px;
	margin-left: 5px;
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 80%;
	text-align: left;
	background-color: #eeeeee;
}

a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #336699;
}
a:hover {
	text-decoration: underline;
	color: #336699;
}
a:active {
	text-decoration: none;
	color: #336699;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h1 {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 1px;
	margin-left: 2px;
}
.smallHeaderText {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	margin-left: 2px;
}
h2 {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	margin-top: 1px;
}
.redsubtext {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
}
h3 {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 1px;
}
h4 {
	font-size: 8pt;
}
h5 {
	font-size: 7pt;
}
hr {
	color: #336699;
}
.priceTable, priceTable td {
	border-collapse: collapse;
}
.priceTable td {
	border: 1px solid #000;
}
.TextBox {
	font-family:arial; 
	font-size:9pt; 
	color:#336699; 
	font-weight:normal;
	background-color:white; 
	border:black; 
	border-style:groove; 
	border-top-width:1px; 
	border-bottom-width:1px; 
	border-right-width:1px; 
	border-left-width:1px;
}
.footerText {
	font-size: 8pt;
}
.phone {
  float: right;
  color: #336699;
  font-family: arial, verdana, helvetica, sans-serif;
  font-weight: bold;
  font-size: 110%;
  letter-spacing: 0.8px;
  text-align: right;
  margin: 0;
  padding-right: 10px;
}
.smallText{
	font-size: 8pt;
}
.largeText{
	font-size: 14pt;
}
.whiteText{
	color: #FFF;
}
.blackText{
	color: #000;
}
.redText{
	color: #C00;
}
.redBoldText{
    font-weight: bold;
	color: #C00;
}
.price{
	color: #000;
	font-weight: bold;
}
.red{
	color: #C00;
}
.listprice{
	color: #000;
	text-decoration: line-through;
}

#Header {
 	width:100%;
	height:100px;  
	background:#FFFFFF;
	margin:0px;
	padding:0px;
}

.doNotDisplay {
  display: none !important;
}

#googleSearchResults iframe {width: 100%;}

a:hover {
	Text-Decoration:None;
	Color: #336699;
}

.headerText {
	font-size: 11pt;
	font-weight: bold;
	font-family: Arial;
	font-style: italic;
}
	
/*Top Menu Navigation Start */

.headerTitle {
  margin: 0;
  width: 100%;
}

.subHeader {
  font-family: Arial, San Sarif;
  color: black;
  background-color: #CCCCCC;
  font-size: 95%;
  text-align: left;
  margin: 0;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  background-image:url(../images/menu/topmenu-bg.gif);
  background-repeat:repeat-x;
}

.subHeader a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
  padding-left: 1.5ex;
  padding-right: 1.5ex;
  border-right: 1px solid #666;
}

.subHeader a:hover {
  color: #336699;
  background-color: #FFF;
  background-image:url(../images/menu/topmenu-bg-over.gif);
  background-repeat:repeat-x;
}

/*Top Menu Navigation End */

/* Left Menu */

.leftnavHeader {
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 4px;
	background-color:#000;
	background-image:url(../images/pricetable-bg.gif);
    background-repeat:repeat-x;
}

.leftnavdiv ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 170px; /* Width of Menu Items */
	border-bottom: 1px solid #CCC;
	}

.leftnavdiv ul li {
	position: relative;
	z-index:2
}
	
/*Sub level menu items */

.leftnavdiv ul li ul {
	position: absolute;
	width: 170px; /*sub menu width*/
	top: 0;
}

/* Sub level menu links style */

.leftnavdiv ul li a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #000;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
	text-decoration: none;
	background: #EEEEEE;
	padding: 5px 5px;
	border: 1px solid #CCC;
	border-bottom: 0;
}

.leftnavdiv ul li a:visited {
	color: black;
}

.leftnavdiv ul li a:hover {
	background-color: #FFF;
	color: #336699;
}

.leftnavdiv .subfolderstyle {
	background: url(../images/arrow.gif) no-repeat center right;
	color: #000;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 8pt;
	text-decoration: none;
	background-color: #EEEEEE;
	font-weight: bold;
	visibility: visible;
} 

* html .leftnavdiv ul li { float: left; height: 1%;}
* html .leftnavdiv ul li a { height: 1%; }

.title {
	position: relative;
	padding: 4px;
	font-family: Arial, San-Sarif;
	font-size: 8pt; 				
	color: black;
	font-weight: bold;
	background: #EEEEEE;
	border-bottom: solid 1px #000000;
}

/* Left Menu End */

img {
	border: 0px;

}



/*Tabs*/
.tabPane{
	height:21px;	/* Height of tabs */
	border-bottom:1px solid #919b9c;
	margin-left: 10px;
	width:800px;	
}
.aTab{
	border-left:1px solid #919b9c;
	border-right:1px solid #919b9c;
	border-bottom:1px solid #919b9c;
	padding:10px;
	margin-left: 10px;		
	width:780px;
}
.tabPane DIV{
	float:left;
	height:100%;	/* Height of tabs */
	padding-left:5px;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:bottom left;
	cursor:pointer;
	position:relative;
	bottom:-1px;
	margin-left:0px;
	margin-right:0px;
}
.tabPane .tabActive{
	background-image:url('../images/ajax/tab_left_active.gif');
	margin-left:0px;
	margin-right:0px;	
		
}
.tabPane .tabInactive{
	background-image:url('../images/ajax/tab_left_inactive.gif');
	margin-left:0px;
	margin-right:0px;

}

.tabPane .inactiveTabOver{
	background-image:url('../images/ajax/tab_left_over.gif');
	margin-left:0px;
	margin-right:0px;
}
.tabPane span{
	font-family:arial;
	vertical-align:top;
	font-size:11px;
	padding-left:3px;
	padding-right:3px;		
	line-height:21px;
	float:left;
}
.tabPane .tabActive span{
	padding-bottom:1px;
	line-height:20px;
}

.tabPane img{
	float:left;
}
/*Accordion*/
.acc-table{
background-color: #cccccc;
font-weight: bold;
display: block;
padding:4px 4px 4px 20px;
text-decoration:none;
border:1px solid #000;
cursor:pointer;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
align:center;
margin-top:-2px;
}

.acc-table:hover{ /*header of 2nd demo*/
background-color: #eee;
color: #013e7f;
text-decoration:none;
cursor:pointer;}

 .acc-table .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 7px;
left: 5px;
border: none;
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
background-color: #eee;
color: #013e7f;
text-decoration:none;
cursor:pointer;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: black;
}
/*End Accordion*/