html, body{
        padding: 0px;
        margin: 0px;
		background-color: #82ab08;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #ffffff;
		font-weight: bold;
}


#fbFooter {
	height: 61px;
	background-color: #000000;
	background-image: url('../img/redo-menu_02.gif');
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	bottom:0;
	white-space:nowrap;


}
#fbToolbar {
height: 61px;
float:right;
}

#fbToolbarPgNums {


	margin-top: 15px;
}

#cart_text a:link {
	color: #000000;
	text-decoration: underline;
}

#cart_text a:active {
	color: #000000;
	text-decoration: underline;
}
#cart_text a:visited {
	color: #000000;
	text-decoration: underline;
}

.fbPaginationMinor {
	color: #000000;
	margin-left: 10px;
}

#fbContents {
	float: left;
	margin-top: 0px;
	margin-left: 15px;
	color:#000000;
}

#fbMenu {
	float: right;
	margin: 0px;
	
}

#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #FFFFFF;
}
.helptext{
	font-family: verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
		font-weight:normal;
}
