
.pngFix { behavior: url(/iepngfix/iepngfix.htc); }

.scroller {
filter:chroma(color=#00FF00); /* here you are defining which color you want to be transparent in your scrollbars */

scrollbar-arrow-color: white;
scrollbar-face-color: #00FF00; /* transparent */
scrollbar-3dlight-color: #00FF00; /* transparent */
scrollbar-darkshadow-color: #00FF00; /* transparent */
scrollbar-highlight-color: white;
scrollbar-shadow-color: white;
scrollbar-track-color: #00FF00; /* transparent */
}

.opacity80 {
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
}

.opacityOff {
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
}
a img { border:none; }
p {
	text-align:justify;	
}

.transWhiteBG { 
	display:none; 
	top:0px; 
	left:0px;
	position:absolute; 
	width:100%; 
	height:100%; 
	padding-top:100px; 
}

/* Mozilla ignores crazy MS image filters, so it will skip the following */
.transWhiteBG {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/transWhiteBG.png');
}
/* IE ignores attributes */
.transWhiteBG[class] { background-image:url(/images/transWhiteBG.png); }


.currentCat {
	color:#4C80DD;
}

.smallText {
	color:black;
	font-family:arial;
	font-size:9px
}

.Price {
	color: #3664BF;
	font-weight: bold;
}


.background {
	background-image: url(/images/bodyFade2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
}

div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
}

.titlesGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D252B6;
}

.titlesGreen2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #D252B6;
}

.titlesGreen3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D252B6;
}

.titlesRed3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: red;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#626428;
}

a {
	color:#D355B7;
	text-decoration:none;
}

a:hover {
	color:#ff00ff;
	text-decoration:none;
}

/*
a.menu {
	color:#4C7FDD;
	text-decoration:none;
	}
	
a:hover.menu {
	color:#ff00ff;
	text-decoration:none;
	}
*/
	
a.sideMenu {
	color:#D355B7;
	text-decoration:none;
	font-weight:bold;
}
	
a:hover.sideMenu {
	color:#ff00ff;
	text-decoration:none;
	font-weight:bold;
}
	
.header {
	color:#AD0267;
}

.subhead {
	color:#AD0267;
	font-weight:bold;
}

a.header {
	color:#9B2D88;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover.header {
	color:#D355B7;
	text-decoration:none;
	font-weight:bold;
	}
	
.footerBG {
	background-image:url(/images/bg_footerRight.gif);
	background-repeat:repeat-y;
	background-position:right;
}
	
.footer {
	color:#EA8ED6;
}
	
a.footer {
	color:#ffccff;
	text-decoration:none;
	font-weight:bold;
}	

a:hover.footer {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}	

.border1 {
	border:1px solid gray;
}

.headerSearch {
	height: 15px;
	width: 120px;
	font-size: 10px;
	border:0px;
	font-family: verdana,arial,helvetica;
	font-weight: bold;
	color: #CCCCCC;
}

.textPages {
	padding:20px;
	text-align: justify;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#9B2D88;
}

select {
	border: 1px solid red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.sideMenuBottomBG {
	background-image:url(/images/menu_BottomBG.gif);
	background-repeat:repeat-x;	
}

.lightheader {
	font-family: verdana,arial;
	font-weight: bold;
	background-image: url(/images/lightbg.gif);
	color: #D252B6;
	
}

.prodBoxes {
	text-align:center;
	border:1px solid #D355B7;
	height:160px;
}

.prodBoxText {
	text-align:center;
	font-weight:bold;
	color:pink;
	padding-bottom:4px;
}

.purplesub {
	font-weight:bold;
	color:#800080;
}

