body {
    font-family: "Arial","Verdana","Lucida Grande","Bitstream Vera Sans","Sans";
    font-size: 12px;
    color: #333333;
    margin: 20px 0 20px 0;
}

/* BROWSER CORRECTIONS
   ======================== */

form {
	margin: 0px;
}

/* HEADER
   ======================== */

#Header {
    position: relative;
    margin: auto;
    width: 960px;
    background-color: #E0E0E0;
    margin-bottom: 4px;
    text-align: center;
}

/* WRAPPER
   ======================== */

#Wrapper {
    position: relative;
    margin: auto;
    width: 980px;
}

/* GENERAL STYLES
   ======================== */
   
h1 {
	margin-top: 0px;
    font-size: 20px;
    color: #61a7d9;
}

h2 {
	margin-top: 4px;
    font-size: 16px;
    color: #444444;
}

h3 {
	margin-top: 4px;
    font-size: 16px;
    color: #444444;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    /* color: #000000; */
    margin: 12px 0 0 0;
    color: #444444;
}

h5 {
    font-size: 13px;
    color: #61a7d9;
    margin: 3px 0 8px;
}

h6 {
    font-size: 12px;
    margin: 3px 0 6px;
}

a {
    color: #0063DC;
}

a:hover {
	/*
    background: #0063DC;
	*/
    color: #0053CC;
    text-decoration: none;
}

a.cancel {
    color: #FF0000;
}

a:hover.cancel {
    color: white;
    background: #FF0000;
}

table th {
    text-align: left;
}

#Submit {
    margin: 12px 0 0 0;
}

#Submit .cancel {
    float: right;
    margin: 0 8px;
}

#Submit .submit {
    float: right;
    margin: 0 8px;
}

#Submit .disabled-submit {
	font-weight: bold;
    float: right;
    margin: 0 8px;
    color: #AAAAAA;
}

#Submit #PleaseWait {
	float: right;
}

#Buttons input {
    cursor: pointer;
}

p.form_headline {
    font-size: 12px;
    font-weight: bold;
    margin: 12px 0 0 0;
}

.form_text_area {
    border: 1px solid black;
}

.warning {
    color: orange;
}

small.warning {
	font-size: 7px;
}

.error {
    color: red;
}

input.input_field {
    width: 133px;
    background: #FFFFFF url('/images/bg-input.gif') top left repeat-x;
    border-color: #7C7C7C rgb(195, 195, 195) rgb(221, 221, 221);
    border-style: solid;
    border-width: 1px;
    color: #777777;
    margin: 0pt;
    padding: 2px 0pt 2px 2px;
}

p.intro {
	font-weight: bold;
	margin: 20px 0px;
	color: #444444;
}

/* WINDOW BOX
   ======================== */

div.window-box {
	margin: 10px 0px 10px 0px;
	background-color: white;
	clear: both;
}

div.window-box-top {
	color: white;
	background-color: #1b87d3;
	margin: 0px;
	text-align: center;
}

div.window-box-contents {
	border: 2px solid #1b87d3;
	color: #555555;
	background-color: #f0f9fc;
}

div.window-box-body {
	padding: 5px 5px 0px 5px;
}

div.window-box-bottom {
	display: none;
}

div.window-box-body img.icon {
	float: left;
	margin: 2px 10px 2px 2px;
}

div.window-box-body span.description {
	font-size: 11px;
}

/* MESSAGE BOX
   ======================== */

div.message-from-customer-box {
	margin: 10px 90px 10px 10px;
	padding: 5px 10px 10px 5px;
	border: 1px solid #c2ceda;
	background-color: #FAFAFA;
}

div.message-from-customer-box span.date {
	float: right;
}

div.message-to-customer-box {
	margin: 10px 10px 10px 90px;
	padding: 5px 10px 10px 5px;
	border: 1px solid #c2ceda;
	background-color: #EAEAF9;
}

div.message-from-customer-box span.date {
	float: right;
}

/* IMAGE BOX
   ======================== */

div.image-box {
	float: right;
	clear: right;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 5px;
}

div.image-box img {
	float: right;
	margin: 0px 0px;
}

p.image-comment {
	clear: both;
	float: right;
	margin-top: 0px;
	width: 250px;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #333333;
	text-align: right;
}

/* ICON BOX
   ======================== */
   
img.icon {
	margin: 0 auto;
	align: center;
	border: 0px;
	/* margin-top: 5px; */
}

p.icon-comment {
	display: block;
	margin: 2px auto;
	margin-bottom: 8px;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	width: 100px !important;
	color: #333333;
}

td.icon-column {
	text-align: center;
}

/* LINK
   ======================== */

a.arrow-link {
	float: right;
}

span.disabled-link {
	color: #AAAAAA;
    text-decoration: underline;
}

span.disabled-arrow-link {
	float: right;
	color: #AAAAAA;
    text-decoration: underline;
}

div.big-arrow-link-box {
	clear: right;
	float: right;
}

div.big-arrow-link-box a.big-arrow-link {
	font-size: 18px;
	font-weight: bold;
}

div.big-arrow-link-box span.disabled-big-arrow-link {
	font-size: 18px;
	font-weight: bold;
	color: #AAAAAA;
}

/* PRICE BOX
   ======================== */
   
div.small-price-box {
	background-image: url('/images/small-price-box-bg.png');
	background-repeat: no-repeat;
	background-position: top left;
	width: 120px;
	height: 127px;
	text-align: center;
}

div.small-price-box p {
	position: relative;
	top: +35px;
	left: +5px;
	text-align: center;
	font-size: 10px;
	font-weight: bold; /* normal; */
	margin: 0 auto;
}

div.small-price-box big {
	font-size: 24px;
	font-weight: bold;
}

/* SUBMIT
   ======================== */

div.submit-button {
	float: right;
	height: 55px;
	width: 100px;
	margin-bottom: 0px;
}

div.submit-button span.operation {
	font-size: 7px;
}

div.submit-button span.delay {
	font-size: 7px;
}

/* THUMB BOX
   ======================== */

table.thumb-box-set {
	width: 100%;
	margin: 0px 20px 20px 20px;
	border-spacing: 15px;
}

table.thumb-box-set tr td {
	width: 50%;
	padding: 2px 2px 2px 5px;
}

table.thumb-box-set tr.top {
	vertical-align: top;
}

table.thumb-box-set tr.bottom {
	vertical-align: top;
}

table.thumb-box-set tr.top td {
	border-bottom: 1px solid #c2ceda;
	margin-bottom: 5px;
}

table.thumb-box-set tr.bottom td {
	border-top: 1px solid #c2ceda;
	margin-top: 5px;
}

table.thumb-box-set tr td.left {
	border-right: 1px solid #c2ceda;
	margin-right: 5px;
}

table.thumb-box-set tr td.right {
	border-left: 1px solid #c2ceda;
	margin-left: 5px;
}

/* Disabled service: */

div.disabled-service-thumb-content {
	/* color: #AAAAAA; */
}

div.disabled-service-thumb-content div.small-price-box {
	display: none;
}

/* TOP
   ======================== */
   
#Top {
    height: 68px;
    width: 980px;
    background: url('/images/myfi-top-logo.png') top left no-repeat;
    margin-bottom: 30px;
}
/*
#Top #TopHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 980px;
    height: 2px;
    background: url('/images/top-bg-header.png') top left repeat-x;
}

#Top #TopFooter {
    position: absolute;
    top: 66px;
    left: 0;
    width: 980px;
    height: 2px;
    background: url('/images/top-bg-footer.png') top left repeat-x;
}*/

/* LOGO
   ======================== */
   
#Top #Logo {
    float: left;
    width: 249px;
    padding: 11px 0 0 10px;
}

#Top #Logo img {
    border: none;
}

#Top #Logo a:hover  {
    background: none;
}

/* NAVIGATION
   ======================== */
   
#Top #Nav {
    display: table-cell;
    float: right;
    padding-top: 25px;
    width: 650px;
}

#Top #Nav ul {
    margin: 0;
    display: block;
    float: right;
    list-style-type: none;
}

#Top #Nav li {
    float:left;
    padding: 0px 10px;
    font-size: 14px;
    border-right: 1px solid #e8eefb;
}

#Top #Nav li.logout, #Top #Nav li.signup, #Top #Nav li.home {
    border: none;
}

#Top #Nav li.not_logged_in {
    color: #dddddd;
}

#Top #Nav ul li a {
    font-weight: bold;
    text-decoration: none;
    color: #e8eefb;
}

#Top #Nav ul li a:hover {
    text-decoration: underline;
    color: #FFFFFF;
    background: none;
}


/* LOGIN
   ======================== */
   
#Login {
    background: #F5F5F5;
    padding: 10px;
    margin-bottom: 30px;
}

#Login h1 {
    font-size: 16px;
    padding: 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #61A7D9;
}

#Login table {
    width: 290px;
}

#Login table tr td {
    width: 133px;
}

#Login table tr td.login {
   padding-right: 6px;
}

#Login table tr td.password {
   padding-left: 6px;
}

label {
    font-weight: bold;
    font-size: 12px;
}

#Login input.input {
    width: 133px;
    background: #FFFFFF url('/images/bg-input.gif') top left repeat-x;
    border-color: #7C7C7C rgb(195, 195, 195) rgb(221, 221, 221);
    border-style: solid;
    border-width: 1px;
    color: #777777;
    margin: 0pt;
    padding: 2px 0pt 2px 2px;
}

#Login p.button {
    text-align: right;
    margin: 4px 0 4px 0;
}

#Login input#remember_me {
    margin: 0;
    padding: 0;
}

#Login p.remember_me {
    margin: 2px 0;
}

#Login p.error {
    margin: 2px 0;
    color: red;
}

/* SIGNUP
   ======================== */

#signup fieldset{
    border: 1px solid #dddddd;
    padding: 10px;
    margin: 0;
}

#signup fieldset legend {
    font-size: 24px;
    color: #61a7d9;
}

#signup fieldset p.info {
    margin: 4px 0;
}

#signup table {
    width: 607px;
}

#signup table tr td.left {
    width: 303.5px;
    padding-right: 12px;
}

#signup table tr td.postal_address {
    width: 93.5px;
    padding-right: 12px;
}

#signup table tr td.postcode {
    width: 103.5px;
    padding-right: 12px;
}

#signup table tr td.right {
    width: 303.5px;
    padding-left: 12px;
}

#signup label {
    font-weight: bold;
    font-size: 12px;
}

#signup input.input {
    width: 95%;
    background: #FFFFFF url('/images/bg-input.gif') top left repeat-x;
    border-color: #7C7C7C rgb(195, 195, 195) rgb(221, 221, 221);
    border-style: solid;
    border-width: 1px;
    color: #777777;
    margin: 0pt;
    padding: 2px 0pt 2px 2px;
}

#signup p.button, #signup p.button_next {
    text-align: right;
    margin: 0;
}

#signup p.button_next input{
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    font-size: 13px;
    color: #0063DC;
    border-bottom: 1px solid #0063DC;
}

#signup p.button_next input:hover{
    background: #0063DC;
    color: #FFFFFF;
}

/* STEP-BY-STEP
   ======================== */

/*
table.step-by-step {
	margin: 5px 20px 10px 20px;
}
*/

td.step-by-step-numeral {
	vertical-align: top;
	font-family: Arial;
	font-weight: bold;
	font-size: 96px;
	color: #3393d0;
	text-align: center;
	width: 80px;
}

td.step-by-step-info {
	vertical-align: top;
	/* margin: 5px auto; */
}

td.step-by-step-info p {
	margin: 0px;
}

td.step-by-step-info p strong {
	font-weight: bold;
	color: #444444;
}

tr.disabled td.step-by-step-numeral {
	color: #AAAAAA;
}

tr.disabled td.step-by-step-info {
	color: #AAAAAA;
}

/* BIG STEP-BY-STEP: */

table.big-step-by-step tr td.step-by-step-numeral {
	font-size: 96px;
	width: 80px;
}

table.big-step-by-step tr td p.step-by-step-title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 4px;
}

/* SMALL STEP-BY-STEP: */

table.small-step-by-step tr td.step-by-step-numeral {
	font-size: 64px;
	width: 24px;
}

table.small-step-by-step tr.disabled td.step-by-step-numeral {
	font-size: 20px;
	color: #AAAAAA;
}

table.small-step-by-step tr td p.step-by-step-title {
	font-size: 12px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 2px;
}

table.small-step-by-step tr.disabled td p.step-by-step-title {
	font-size: 12px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}

table.small-step-by-step tr td p.step-by-step-description {
	font-size: 10px;
}

table.small-step-by-step tr td p.step-by-step-description span.extra {
	display: none;
}

table.small-step-by-step tr.disabled td p.step-by-step-description {
	display: none;
}



/* COMPARE
   ======================== */

/* compare-services: */

table.compare-services {
	margin-left: 5px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.compare-services tr th {
	text-align: center;
}

table.compare-services tr.odd-row {
	height: 30px;
	background-color: #E8E8E8;
}

table.compare-services tr.even-row {
	height: 30px;
	background-color: #FFFFFF;
}

table.compare-services tr td.feature-column {
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	width: 210px;
	height: 20px;
}

table.compare-services tr.description td {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

table.compare-services tr.description td p {
	margin: 10px;
}

table.compare-services tr td.free-service, table.compare-services tr td.wifi-service, table.compare-services tr td.adsl-service, table.compare-services tr td.disabled-service {
	font-size: 10px;
	text-align: center;
	/* color: #111111; */
	width: 148px;
}

/* compare-contracts */

table.compare-contracts {
	margin-left: 5px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.compare-contracts tr th {
	text-align: center;
}

table.compare-contracts tr.odd-row {
	height: 30px;
	background-color: #E8E8E8;
}

table.compare-contracts tr.even-row {
	height: 30px;
	background-color: #FFFFFF;
}

table.compare-contracts tr.odd-demand-point-row {
	background-color: #E8E8F8;
}

table.compare-contracts tr.even-demand-point-row {
	background-color: #E0E0FF;
}

table.compare-contracts tr td.feature-column {
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	width: 210px;
	height: 20px;
}

table.compare-contracts tr td.feature-column {
	padding-left: 15px;
}

table.compare-contracts tr td.free-service, table.compare-contracts tr td.wifi-service, table.compare-contracts tr td.adsl-service {
	font-size: 10px;
	text-align: center;
	/* color: #111111; */
	width: 148px;
}

table.compare-contracts tr td.disabled-service {
	font-size: 10px;
	text-align: center;
	color: #AAAAAA;
	width: 148px;
}

table.compare-contracts tr td.disabled-service img {
   opacity: 0.6;
   filter: alpha(opacity=60);
   zoom: 1;
}

table.compare-contracts tr th.disabled-service div.small-price-box {
	display: none;
}

table.compare-contracts tr.description td {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

table.compare-contracts tr.description td p {
	margin: 10px;
}

/* SERVICE
   ======================== */

a.free-service:link, a.free-service:active, a.free-service:visited {
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
    color: #61a7d9;
	background-color: transparent;
	text-decoration: none;
	margin: 20px auto;
}

a.wifi-service:link, a.wifi-service:active, a.wifi-service:visited {
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
    color: #61a7d9;
	background-color: transparent;
	text-decoration: none;
	margin: 10px auto;
}

a.adsl-service:link, a.adsl-service:active, a.adsl-service:visited {
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
    color: #61a7d9;
	background-color: transparent;
	text-decoration: none;
	margin: 20px auto;
}

a.disabled-service:link, a.disabled-service:active, a.disabled-service:visited, span.disabled-service {
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
    color: #AAAAAA;
	margin: 20px auto;
}

span.service-not-available {
	color: #772222;
}

span.service-soon-available {
	color: #333333;
}

span.service-almost-available {
	color: #993333;
}

span.service-available {
	color: #339933;
}

/* WIZARD
   ======================== */

fieldset.wizard {
    border: 1px solid #dddddd;
    padding: 10px;
    margin: 0;
}

fieldset.wizard legend {
    font-size: 24px;
    color: #61a7d9;
}

fieldset.wizard p.info {
    margin: 4px 0;
}

fieldset.wizard table {
    width: 607px;
}

fieldset.wizard table tr td.left {
    width: 303.5px;
    padding-right: 12px;
}

fieldset.wizard table tr td.right {
    width: 303.5px;
    padding-left: 12px;
}

fieldset.wizard label {
    font-weight: bold;
    font-size: 12px;
}

fieldset.wizard input.input {
    width: 285px;
    background: #FFFFFF url('/images/bg-input.gif') top left repeat-x;
    border-color: #7C7C7C rgb(195, 195, 195) rgb(221, 221, 221);
    border-style: solid;
    border-width: 1px;
    color: #777777;
    margin: 0pt;
    padding: 2px 0pt 2px 2px;
}

fieldset.wizard p.button, fieldset.wizard p.button_next {
    text-align: right;
    margin: 0;
}

fieldset.wizard p.button_next input{
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    font-size: 13px;
    color: #0063DC;
    border-bottom: 1px solid #0063DC;
}

fieldset.wizard p.button_next input:hover{
    background: #0063DC;
    color: #FFFFFF;
}


/* OFFER 
   ======================== */

fieldset.offer {
	clear: both;
    border: 1px solid #dddddd;
    padding: 10px;
    margin: 30px 15px 30px;
}

fieldset.offer legend {
    font-size: 24px;
    color: #61a7d9;
}

fieldset.offer {
    border-bottom: 2px solid #dddddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
 
fieldset.offer p.name {
    font-size: 16px;
    font-weight: bold;
}

fieldset.offer p.description {
    /* font-size: 14px; */
    /* color: #888888; */
    margin: 5px 0;
}

p.free_router {
		float: right;
		margin: 0;
}

fieldset.offer table {
	margin: auto 4px;
}

fieldset.offer table.icon-table {
	font-size: 10px;
}

fieldset.offer table.icon-table tr td {
	vertical-align: top;
	/* margin: 5px auto; */
}

fieldset.offer table.icon-table tr td img.icon {
	margin: 8px 2px;
}

fieldset.offer table td.order {
    text-align: right;
}

fieldset.offer table td.order a {
    font-weight: bold;
    font-size: 12px;
}

fieldset.offer table td.price {
    color: #BE332C;
    font-weight: bold;
}

fieldset.offer p.free_router, fieldset.offer p.free_months {
    margin: 3px 0;
    color: #BE332C;
    font-size: 12px;
    font-style: italic;
}

fieldset.offer a.order_button {
	float: right;
}

div.alert {
    margin: 8px 0;
    padding: 10px;
    background: #CC0000;
    border: 1px solid #CCCCCC;
    color: #FFFFFF;
}

/* FAQ 
   ======================== */

p.question {
	font-size: 12px;
	font-weight: bold;
	margin-left: 4px;
	color: #444444;
}

p.answer {
	margin-left: 8px;
}

/* ORDER 
   ======================== */

table.order {
	margin: 12px 4px;
	font-size: 10px;
}

table.order tr td {
	vertical-align: top;
	/* margin: 5px auto; */
}

table.order tr td img.icon {
	margin: 8px 2px;
}

p.offer_price {
    font-size: 16px;
    /* color: #BE332C; */
}

p.free_router {
    /* color: #BE332C; */
    font-size: 14px;
    font-style: italic;
}

.terms {
    border: 1px solid black;
    height: 200px;
    width: 500px;
}

/* CONTENT
   ======================== */

#Container {
    position: relative;
    width: 980px;
}

#Content {
	position: relative;
    float: left;
    width: 980px;
}

#ContentLeft {
	position: relative;
    float:left;
    width: 629px;
    padding-right: 24px;
}

#ContentRight {
	position: relative;
    float: right;
    width: 310px;
}

#ContentOne {
    float: left;
    padding-left: 24px;
    padding-right: 24px;
}

#ContentOne p, #ContentOne h1, #ContentOne h2, #ContentOne h3, #ContentOne h4, #ContentOne h5 {
	margin-right: 400px;
}

#ContentOne img {
	float: right;
	clear: right;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 30px;
	margin-right: 0px;
}

#ContentHomeLeft {
    float:left;
    width: 700px;
    padding-right: 24px;
}

#ContentHomeRight {
    float: right;
    width: 240px;
}

#ContentHomeRight h1 {
    margin-top: 0px;
}

/* CONTRACTS LIST 
   ======================== */
   
table.contracts {
    width: 100%;
    font-size: 14px;
}

table.contracts td {
    padding: 5px 0;
}

table.contracts td.price {
    color: #BE332C;
}

span.contract_status_active {
    color: green;
}

span.contract_status_canceled {
    color: #FF0000;
}

/* GOOGLE MAPS
   ======================== */
   
div#searchcontrol {
    margin-top: 24px;
}

.gsc-control {
    width: 700px !important;
}

#searchcontrol {
    margin-top: 0px !important;
}
/* NOTICE AND ERRORS
   ======================== */

div#warning {
    padding: 0 0 0 20px;
    margin-bottom: 24px;
    background: url('/images/error.png') top left no-repeat;
    color: #FF0000;
}

div#notice {
    padding: 0 0 0 20px;
    margin-bottom: 24px;
    background: url('/images/notice.png') left no-repeat;
    color: green;
}

div#notice_active_contract {
    padding: 0;
    margin: 4px 0 16px;
    color: green;
    font-size: 13px;
}

/* SETTINGS
   ======================== */
#Settings input.input {
    width: 350px;
    background: #FFFFFF url('/images/bg-input.gif') top left repeat-x;
    border-color: #7C7C7C rgb(195, 195, 195) rgb(221, 221, 221);
    border-style: solid;
    border-width: 1px;
    color: #777777;
    margin: 0pt;
    padding: 2px 0pt 2px 2px;
}

/* SIGNUP
   ======================== */
#Signup input.input, #Edit input.input {
    width: 396px;
    background: #FFFFFF url('/images/bg-input.gif') top left repeat-x;
    border-color: #7C7C7C rgb(195, 195, 195) rgb(221, 221, 221);
    border-style: solid;
    border-width: 1px;
    color: #777777;
    margin: 0pt;
    padding: 2px 0px 2px 2px;
}

input.input-postcode {
  width: 100px !important;
}

input.input-address {
  width: 280px !important;
}

#Signup td.left, #Edit td.left {
    width: 400px;
    padding-right: 90px;
    padding-bottom: 10px;
}

#Signup td.right, #Edit td.right {
    width: 400px;
    padding-left: 90px;
}

.signup_button {
    text-align: right;
}

td.two-column {
  padding-right: 10px;
}

/* SPONSORED LINKS
   ======================== */
div.website {
	display: box;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: url('/images/dotted.png') bottom repeat-x;
	width: 310px;
}

div.website a {
	font-size: 12px;
}
div.website h4 {
	margin: 0px;
}

div.website p {
	margin:0px;
}

p.sponsored_links {
	font-weight: lighter;
	font-size: 10px;
}

div.sponsored_links {
	margin-top: 15px;
	margin-bottom: 35px;
}

div.sponsored_links p {
	font-weight: lighter;
	font-size: 10px;
	margin:0 0 3px 0;
}
div.sponsored_links a {
	font-weight: bold;
}

/* MAPS
   ======================== */

#maps_iframe {
  height: 440px; 
  width: 629px;
}

.maps-iframe-continue {
  height: 350px !important;
}



/* FOOTER
   ======================== */

#Footer {
    float: left;
    width: 980px;
    border-top: 1px solid #dddddd;
    margin-top: 20px;
    padding: 10px 0;
    text-align: center;
    color: #7c7c7c;
}
