.gobuy_header {
	font-family: Georgia, "Trebuchet MS", Arial;
	font-size: 16px;
	font-weight: bold;
}
.gobuy_header_b {
	font-family: Georgia, "Trebuchet MS", Arial;
	font-size: 18px;
	font-weight: bold;
}
.gobuy_header_b a {
	font-family: Georgia, "Trebuchet MS", Arial;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration:underline;
}
.gobuy_header_b a:hover {
	font-family: Georgia, "Trebuchet MS", Arial;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
}
.gobuy_HSBC_header {
	font-family: Georgia, "Trebuchet MS", Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FF6633;
	text-align: center;
}
.gobuy_HSBC_header a {
	font-family: Georgia, "Trebuchet MS", Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FF6633;
	text-align: center;
	text-decoration:underline;
}
.gobuy_HSBC_header a:hover {
	font-family: Georgia, "Trebuchet MS", Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FF6633;
	text-align: center;
	text-decoration:none;
}
.gobuy_Fortis_header {
	font-family: Georgia, "Trebuchet MS", Arial;
	font-size: 18px;
	font-weight: bold;
	color: #4E387E;
	text-align: center;
}
.gobuy_text_regular {
	font-family: Georgia, "Trebuchet MS", Arial;
	font-size: 14px;
	text-decoration: none;
}

.gobuy_BONUS_header {
	font-family: Georgia, "Trebuchet MS", Arial;
	font-size: 18px;
	font-weight: bold;
	color: #669933;
	text-align: center;
}
.gobuy_HSBC_headerSmall {

	font-family: Georgia, "Trebuchet MS", Arial;
	font-size: 18px;
	font-weight: normal;
	color: #FF6633;
	text-align: center;
}
.gobuy_BONUS_headerSmall {

	font-family: Georgia, "Trebuchet MS", Arial;
	font-size: 18px;
	font-weight: normal;
	color: #669933;
	text-align: center;
}
.gobuy_PTT_header {

	font-family: Georgia, "Trebuchet MS", Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FF3366;
	text-align: center;
}
.gobuy_text_small_red {
	font-family: Georgia, "Trebuchet MS", Arial;
	font-size: 10px;
	text-decoration: none;
	color: #FF0000;
}
.gobuy_text_small_grey {

	font-family: Georgia, "Trebuchet MS", Arial;
	font-size: 12px;
	text-decoration: none;
	color: #999999;
}
.gobuy_text_regular_grey {


	font-family: Georgia, "Trebuchet MS", Arial;
	font-size: 14px;
	text-decoration: none;
	color: #999999;
}
.gobuy_text_regular_2 {


	font-family: Georgia, "Trebuchet MS", Arial;
	font-size: 14px;
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}


/* STEPS MENU */
#wizzard {
		line-height: 1.3;

	}

		#wizzard #steps {
			font-size: 1.4em;
			height: 58px;

		}

		#wizzard ul {

			width: 640px;
			height: 58px;
			margin: 0 auto;
   			background:url(images/dotted-bottom-line.png) center bottom repeat-x;
			border-width: 1px 0;
			text-align: left;
			font-size: 1em; /* overwriting default values */
			list-style-image:none; 
			list-style-type:none;
		}

			#wizzard ul li {
				width: 154px;
				height: 58px;
				float: left;
				color: #00A0E2;
				padding-top: 5px;
			}

			#wizzard ul li.current {
				color: #EB5F1F;

			}

			#wizzard ul li.done a {
				color: #9E948D;
			}

				#wizzard ul li a {
					display: block;
					height: 50px;
					padding: 8px 12px 0px 28px;
					position: relative;
					background-position: 24px 24px;
					background-repeat: no-repeat;

				}

					#wizzard ul li a strong {
						position: absolute;
						left: 8px;
						font-size: 1.14em;
					}

				#wizzard ul li a:hover {
					background-color: #F2F2F2;
					color: #00A0E2;
					text-decoration: none;

				}


/* STEPS MENU */
