


.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);
}

.currentCat {
	color:#4C80DD;
}

.smallText {
	font-family:arial;
	font-size:9px
}

.Price {
	color: #3664BF;
	font-weight: bold;
}

.body {
	background-image: url(/images/bodyFade2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 444444;
}

div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 444444;
}

.titlesGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: 4C7FDD;
}

.titlesGreen2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: 4C7FDD;
}

.titlesGreen3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: 4C7FDD;
}

.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:#4C7FDD;
	text-decoration:none;
}
	
a:hover {
	color:#77A7FF;
	text-decoration:none;
	}

a.menu {
	color:#4C7FDD;
	text-decoration:none;
	}
	
a:hover.menu {
	color:#77A7FF;
	text-decoration:none;
	}
	
.header {
	color:#4C7FDD;
	font-size:10pt;
}

a.header {
	color:#4C7FDD;
	text-decoration:none;
	font-weight:bold;

	}
	
a:hover.header {
	color:#77A7FF;
	text-decoration:none;
	font-weight:bold;
}

#headerMenu img {
	border:0px solid white;
}
	
.footerLeft {
	background-color:#4C80DD;
	background-image:url(/images/bg_footerLeft.gif);
	background-repeat:repeat-y;
	background-position:left;
}	

.footerRight {
	color:#A0C1FF;
	background-color:#1D44A6;
	background-image:url(/images/bg_footerRight.gif);
	background-repeat:repeat-y;
	background-position:right;
}
	
a.footer {
	color:#A0C1FF;
	text-decoration:none;
	font-weight:bold;
}	

a:hover.footer {
	color:#C3D8FF;
	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: #888888;
}

.textPages {
	padding:20px;
	text-align: justify;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

select {
	border-size: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.sideMenuBottomBG {
	background-image:url(/images/menu_BottomBG.gif);
	background-repeat:repeat-x;	
}
