
/* import global style definitions */

@import url("_global.css");

/* altering to inherited global style definitions */

#page-content h1,
#page-content h2.h1-style {
	margin: 25px 0px 20px 0px;
	padding: 0px 0px 0px 25px;
	background: url(/_design/prices/h1-bullet.jpg) no-repeat scroll 2px 2px;
	font-size: 18px;
}

.section-header {
	background-image: url(/_design/prices/prices-header.jpg);
}

#page-content ul {
	float: none;
	clear: both;
}

#page-content ul.currency-select {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	float: none;
	clear: both;
	}

#page-content ul.currency-select li {
	margin: 0px;
	padding: 4px;
	float: left;
}

#page-content ul.currency-select li a {
	width: 232px;
	margin: 0px;
	padding: 0px;
	background: url(/_design/prices/bg-flags.jpg) no-repeat scroll center top;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

#page-content ul.currency-select li a:hover {
	text-decoration: underline;
}

#page-content ul.currency-select li a span {
	margin: 0px;
	padding: 18px 15px 20px 95px;
	text-align: left;
	display: block;
}

#page-content ul.currency-select li a span.jpy {
	background: url(/_design/prices/jpy.gif) no-repeat scroll 15px 15px;
}

#page-content ul.currency-select li a span.usd {
	background: url(/_design/prices/usd.gif) no-repeat scroll 15px 15px;
}

#page-content ul.currency-select li a span.gbp {
	background: url(/_design/prices/gbp.gif) no-repeat scroll 15px 15px;
}



#page-content ul.currency-select li a em {
	font-style: normal;
	text-decoration: none;
}

#page-content p {
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	float: left;
}

#page-content .no-underline {
	text-decoration: none;
	font-size: 13px;
}

#page-content .no-bullet {
	list-style-type: none;
}

#page-content #currencies {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}

#page-content #currencies ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: right;
	float: right;
}

#page-content #currencies ul li {
	margin: 0px;
	padding: 0px;
	float: right;
}

#page-content #currencies ul li a {
	margin: 0px;
	padding: 8px 80px 8px 10px;
	display: block;
}

#page-content #currencies ul li a.jpy {
	background: url(/_design/prices/jpy.gif) no-repeat scroll right center;
}

#page-content #currencies ul li a.usd {
	background: url(/_design/prices/usd.gif) no-repeat scroll right center;
}

#page-content #currencies ul li a.gbp {
	background: url(/_design/prices/gbp.gif) no-repeat scroll right center;
}

#page-content #currencies ul li.selected {
	display: none;
}

#page-content #prices {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: both;
}

#page-content .anchor {
	width: 100%;
	height: 15px;
	float: left;
}

#page-content table.prices-box {
	width: 100%;
	border: 0px;
	float: left;
	border-top: 1px solid #014b34;
	border-left: 1px solid #014b34;
	background-color: #EFEFEF;
	padding: 0px;
	margin: 0px;
}

#page-content table.prices-box tr.header {
	background-color: #e3186a;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	background-image: url(/_design/prices/prices-box-header-bg.gif);
	background-position: 0px bottom;
	background-repeat: repeat-x;
}

#page-content table.prices-box tr.header td.destination {
	text-align: left;
}

#page-content table.prices-box tr.header td.destination strong a {
	color: white;
}

#page-content table.prices-box tr.header td.destination strong {
	font-size: 13px;
	color: #ffffff;
	padding-left: 16px;
	background: url(/_design/prices/arrow-bullet.gif) no-repeat scroll 1px center;
}

#page-content table.prices-box td {
	width: 11%;
	font-size: 11px;
	border: 0px;
	border-right: 1px solid #014b34;
	border-bottom: 1px solid #014b34;
	padding: 3px;
	margin: 0px;
	text-align: center;
}

#page-content table.prices-box td.project {
	width: 32%;
	background-color: #417c6a;
	color: #FFFFFF;
	text-align: left;
}

#page-content table.prices-box td.project a {
	color: white;
	font-weight: normal;
}

#page-content table.prices-box td.sub-project {
	width: 24%;
	background-color: #8cb0a5;
	color: #004f39;
	padding-left: 5px;
	font-size: 10px;
	text-align: left;
}

#page-content table.prices-box td.sub-project a {
	color: #004f39;
	font-weight: normal;
}

#page-content #prices .back-to-top {
	width: 100%;
	height: 13px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: right;
	border-top: 2px solid #ed1c62;
	clear: both;
	float: left;
}

#page-content #prices .back-to-top a {
	margin: 0px;
	padding: 0px 18px 2px 40px;
	color: #ffffff;
	background: url(/_design/prices/back-to-top-bg.gif) no-repeat scroll center center;
	font-weight: normal;
	line-height: 12px;
	display: block;
	float: right;
}