
/* import global style definitions */

@import url("_global.css");

@media screen {

	/* altering to inherited global style definitions */

	#page-content h1,
	#page-content h2.h1-style {
		margin: 16px 0px 15px 0px;
		padding: 0px 0px 0px 25px;
		background: url(/_design/prices/h1-bullet.jpg) no-repeat scroll 2px 2px;
		font-size: 18px;
	}
	
	#page-content h2 {
		width: auto;
		margin: 20px 0px 0px 0px;
		padding: 0px 0px 0px 18px;
		background: url(/_design/prices/h2-bullet.gif) no-repeat scroll left 2px;
		clear: both;
		float: none;
	}

	.section-header {
		background-image: url(/_design/prices/prices-header.jpg);
	}

	#currencies {
		width: 100%;
		float: left;
	}

	#currencies ul {
		height: 30px;
		padding: 0px;
		margin: 0px;
		list-style-type: none;
		float: left;
	}

	#currencies ul li {
		width: 245px;
		height: 30px;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
		float: left;
	}

	#currencies ul li a {
		width: 100%;
		padding: 8px 0px 0px 25px;
		color: #417e6f;
		background: url(/_design/prices/currency-tabs.gif) no-repeat scroll left top;
		border: none;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		display: block;
		float: left;
	}

	#currencies ul li a:hover {
		color: #1f6c59;
		background-position: left -30px;
		text-decoration: underline;
	}
	
	#currencies ul li a.selected {
		background-position: left -60px;
	}

	.anchor {
		width: 100%;
		height: 15px;
		float: left;
	}

	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;
	}

	table.two-week-specials tr.header {
		cursor: pointer;
	}

	table.two-week-specials.hide tr.prices {
		display: none;
	}

	table.two-week-specials.show tr.prices {
		display: table-row;
	}

	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;
	}

	table.prices-box tr.header td.destination {
		text-align: left;
	}

	table.prices-box tr.header td.destination strong {
		font-size: 13px;
		color: #ffffff;
		padding-left: 16px;
		background-image: url(/_design/prices/arrow-bullet.gif);
		background-position: 2px center;
		background-repeat: no-repeat;
	}

	table.prices-box tr.header td.destination strong a {
		color: white;
	}

	table.prices-box td {
		width: 9%;
		font-size: 11px;
		border: 0px;
		border-right: 1px solid #014b34;
		border-bottom: 1px solid #014b34;
		padding: 3px;
		margin: 0px;
		text-align: center;
	}
	
	table.prices-box td.price {
		font-weight: normal;
	}

	table.prices-box td.project {
		width: 37%;
		background-color: #417c6a;
		color: #FFFFFF;
		text-align: left;
	}

	table.prices-box td.project a {
		color: white;
		font-weight: normal;
	}

	table.prices-box td.sub-project {
		width: 37%;
		background-color: #8cb0a5;
		color: #004f39;
		padding-left: 5px;
		font-size: 10px;
		text-align: left;
	}

	table.prices-box td.sub-project a {
		color: #004f39;
		font-weight: normal;
	}

	.back-to-top {
		width: 100%;
		float: left;
		height: 13px;
		text-align: right;
		border-top: 2px solid #ed1c62;
		overflow: hidden;
	}

	.back-to-top a {
		color: #ffffff;
		display: block;
		margin-left: 320px;
		line-height: 11px;
		padding-right: 18px;
		padding-bottom: 2px;
		background-image: url(/_design/prices/back-to-top-bg.gif);
		background-position: right center;
		background-repeat: no-repeat;
	}
	
	#page-content img {
		margin: 4px 0px 6px 12px;
		border: 2px solid #ea2577;
		clear: right;
		float: right;
	}
	
	strong.white {
		color:#FFF;
	}
}

@media print {

	#page-content #currencies,
	#page-content .back-to-top {
		display: none;
	}


	#page-content table.prices-box {
		width: 100%;
		padding: 0pt;
		margin: 0pt;
		margin-top: 20pt;
		margin-bottom: 20pt;
		border: none;
		border-top: 1pt solid black;
		border-left: 1pt solid black;
	}

	#page-content table.prices-box td {
		padding: 3pt;
		margin: 0pt;
		border: none;
		border-right: 1pt solid black;
		border-bottom: 1pt solid black;
		font-size: 8pt;
		text-align: center;
	}

	#page-content table.prices-box tr.header {
		font-size: 9pt;
		font-weight: bold;
	}

	#page-content table.prices-box tr.header td.destination {
		text-align: left;
	}

	#page-content table.prices-box tr.header td.destination strong {
		font-size: 10pt;
		padding-left: 6pt;
	}

	#page-content table.prices-box td.project {
		width: 160pt;
		padding-left: 6pt;
		font-weight: bold;
		text-align: left;
	}

	#page-content table.prices-box td.sub-project {
		width: 160pt;
		padding-left: 6pt;
		font-size: 8pt;
		text-align: left;
	}

}
