.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 */
}


.sideBarTitles {
	color:#CC0000;
	font-weight:bold;
	padding:4px; padding-left:10px; 
}

.sideBarExtras1 {
	padding:8px; 
	background:white;
}

.sideMenuBars {
	color:#CC0000;
	background:white;
	padding:2px; 
	padding-left:8px; 
	border-bottom:1px solid #FECEC6;
	cursor:pointer;
}

.sideMenuBarsOver {
	color:#A30000;
	background:#FFF8F7;
	padding:2px; 
	padding-left:8px; 
	border-bottom:1px solid #FECEC6;
	cursor:pointer;
}

.opacity80 {
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
}

.opacityOff {
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
}

.currentCat {
	color:A5AA19;
}

.smallText {
	font-family:arial;
	font-size:9px
}

.Price {
	color: dd0000;
	font-weight: bold;
}



body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: 7F7F7F;
}
img{border:0;}
a {
	font-family: Arial;
	font-size: 12px;
	color: 000000;
}
a:visited {
	color: 7F7F7F;
}
a:hover {
	color: 7F7F7F;
}
a:active {
	color: 7F7F7F;
}



div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 000000;
}

.titlesGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: dd0000;
}

.titlesGreen2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: dd0000;
}

.titlesGreen3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: 686A2B;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: 626428;
}

.nounderline{
	text-decoration:none;
}
a {
	color:#CC0000;
	text-decoration:none;
}
	
a:hover {
	color:red;
	text-decoration:none;
	}

a.menu {
	color:#CC0000;
	text-decoration:none;
	}
	
a:hover.menu {
	color:red;
	text-decoration:none;
	}
	
a.header {
	color:CC0000;
	}
	
a:hover.header {
	color:red;
	}
	
.border1 {
	border:1px solid gray;
}

.headerSearch {
	height: 15px;
	width: 93px;
	border: 1px solid #CC0000;
	border-left: 0px;
	border-right: 0px;
	font-size: 10px;
	font-family: verdana,arial,helvetica;
	font-weight: bold;
	color: 7E4646;
}

.textPages {
	padding:20px;
	text-align: justify;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

select {
	border: 1px solid red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.bodyCorner {
	background-image: url(images/bodyCorner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
