body {
	background-color:#6F9BCA;
	scrollbar-face-color:#254F97;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#BFBFBF;
	scrollbar-3dlight-color:#BFBFBF;
}


th {
	color : #000000;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}

.header {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	font-size : 16px;	
	font-family :Tahoma,Verdana,Arial;
	font-weight:bolder;
}

.help {
	color : #ff0000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	font-size : 11px;
	font-weight:bold;
	font-variant:small-caps;
	font-family : Tahoma,Verdana,Arial;
}

.t01 {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 40px;
	margin-right : 30px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}
.table01 {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 40px;
	margin-right : 30px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	border-color:#254F97;
	border-width:3px;
	border-style:ridge;
	background-color:#ffffff;
}

.t01 a {
	color : #ff6600;
}
.t01 a:hover {
	color : #99B3E9;
}

.t02 {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 60px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}

.right {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 60px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}

.list a {
	color : #000000;
}

.right a{
	color : #ff6600;
}
.right a:hover {
	color : #99b3e9;
}

.left {
	color : #000000;
	margin-top : 10px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 25px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}

.left b {
	color : #FFFFFF;
}

.left a {
	color : #FF6600;
}

.left a:hover {
	color : #FF0000;
}

.price_table{
	color : #000000;
	margin-top : 10px;
	padding-bottom : 5px;
	margin-bottom : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}

p {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}

p a {
	color : #000000;
	font-weight: bold;
}

p a:hover {
	color : #294A7B;
}

ul{
list-style-type:disc;
list-style-image:url(../images/menu_dot.gif);
list-style-position:outside;
}

/* Menu section */
.product{
	color : #000000;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-size :11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	text-decoration:none;
}

.product:hover{
	color : #254F97;
	background: url(../images/e04.gif) no-repeat;
	text-decoration:none;
}

.menu01 {
	color : #000000;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 25px;
	margin-right : 0px;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.menu01 a {
	color : #000000;
	text-decoration: none;
}

.menu01 a:hover {
	color : #254F97;
}

.menu02 {
	color : #000000;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 45px;
	margin-right : 0px;
	font-size : 9px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}

.menu02 a {
	color : #000000;
	text-decoration: none;
}

.menu02 a:hover {
	color : #254F97;
	text-decoration:underline;
}

/* end old menu */
/* drop menu css */
.chromestyle{
width: 100%;
font-weight: bold;
font-size:12px;
font-family:tahoma;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
content: " " url(down.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px tahoma;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

/* end drop menu css */
/* cart css */
.boxText { 
font-family: Verdana, Arial, sans-serif; font-size: 10px;
}

.menuStyle { 
font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight:bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxHeading {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #6F9BCA;
  color: #ffffff;
}

.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}
/* end cart css */