/* CSS Document for Gift Finder */
.oneon {background-image:url(../images/oneon.jpg); background-repeat:no-repeat; width:134px; height:32px;}
.oneoff {background-image:url(../images/oneoff.jpg); background-repeat:no-repeat; width:134px; height:32px;}
.twooff {background-image:url(../images/twooff.jpg); background-repeat:no-repeat; width:136px; height:32px;}
.twoon {background-image:url(../images/twoon.jpg); background-repeat:no-repeat; width:136px; height:32px;}
.threeoff {background-image:url(../images/threeoff.jpg); background-repeat:no-repeat; width:132px; height:32px;}
.threeon {background-image:url(../images/threeon.jpg); background-repeat:no-repeat; width:132px; height:32px;}

.onText {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#fff; font-weight:bold; line-height:16px; padding-top:5px; padding-left:7px;}
.offText {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#6f8343; line-height:16px; padding-top:5px; padding-left:7px;}
.offText a:link {line-height:16px; color:#6f8343; text-decoration:none;}
.offText a:visited {line-height:16px; color:#6f8343; text-decoration:none;}
.offText a:hover {line-height:16px; color:#6f8343; text-decoration:underline;}

/* *****************************   */

.layercontent {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#6f8343; line-height:16px;}


.GFbutton {
	BORDER-RIGHT: 1px outset;
	BORDER-TOP: 1px outset;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	BORDER-LEFT: 1px outset;
	COLOR: white;
	BORDER-BOTTOM: 1px outset;
	BACKGROUND-COLOR: #6E9A43;
	text-align : center;
}
A.GFbutton:visited {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #dddddd;
	BACKGROUND-COLOR: #6E9A43;
	TEXT-DECORATION: none;
}
A.GFbutton:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: white;
	BACKGROUND-COLOR: #6E9A43;
	TEXT-DECORATION: none;
}

