/**************************** Buttons **************************/

.button-dummy, .button {
	display: block;
	background-repeat: no-repeat;
	width: 147px;
	height: 26px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 4px;
	background: transparent;
	border: none;
	cursor: pointer;
	text-decoration: none;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
	text-shadow: rgba(0%, 0%, 0%, 0.4) 0px -1px 1px;
	font-weight: 300;
	font-family: "museo-sans-1","museo-sans-2", "Helvetica Neue", "Helvetica", "Arial";
	color:#d5dbe0;
}

form .button {
	padding-bottom: 2px;
}

.button-dummy {
	position: absolute;
	z-index: 1;
	top:0px;
}

button::-moz-focus-inner { 
	border: 0;
}

.grey-button-light {
	background-position: center 1px;
	background-image: url(../images/buttons-light.png);
}

.grey-button-dark {
	background-position: center 1px;
	background-image: url(../images/buttons-dark.png);
}

.blue-button {
	background-position: center 1px;
	background-image: url(../images/blue-buttons.png);
}

.button:hover,
.button-hover {
	background-repeat: no-repeat;
	background-position: center -39px;
}

.button:active,
.button-active {
	background-repeat: no-repeat;
	background-position: center -79px;
}

/**************************** Popover **************************/

.popover-container {
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius: 8px;
	border: 1px solid white;
	box-shadow:0px 2px 4px #1e1e1e;
	-webkit-box-shadow: 0px 2px 4px #1e1e1e;
	-moz-box-shadow: 0px 2px 4px #1e1e1e;
}

.download-popover {
	border: none;
	border-top: 1px solid white;
	background-color: #c9ccd1;
	background:-webkit-gradient(linear, left top, left bottom, from(#ebedf0), to(#c9ccd1));
	background:-moz-linear-gradient(top, #ebedf0, #c9ccd1);  
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

.download-popover-arrow {
 	background-image: url(../images/popover-arrow.png);
}

.popover {
	position: absolute;
	z-index: 1;
 	display: none;
}

.popover h5 {
	color: #5b5c5d;
	font-size: 12pt;
	font-family: "Helvetica Neue", "Helvetica", "Arial";
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	font-weight: bold;
}

.ui-popover p {
	text-shadow: none;
	font-size: 9pt;
	color:#e7eef0;
}

.ui-popover h2 {
	margin:0;
	padding: 0;
	font-size: 13pt;
	text-shadow: none;
	color:#e7eef0;
}

.popover-left {
	float:left;
}

.popover-right {
	float:right
}

.popover-footer {
	clear: both;
	font-size: 12px;
	padding-top: 2px;
	color:#5b5c5d;
}

.popover-contents {	
	margin: 12px;
}

.popover .os-req {
	color: #0971ba;
}

.popover-arrow {
	width:28px;
	height: 16px;
	position: relative;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	top:-1px;
}

#download-popover td:first-child {
	text-align: right;
	font-weight: bold;
	font-size: 11pt;
	padding-right: 0.3em;
}

#buy-popover .popover-left p,
#buy-popover .popover-right p {
	font-size: 12pt;
}

#buy-popover p {
	margin-top: 0px;
	margin-bottom: 0.5em;
}

#buy-popover h5.price {
	color: #5b5c5d;
	font-weight: bold;
}

#buy-popover h5.price span.base-price {
	text-decoration: line-through;
	margin-left: 0.5em;
	margin-right: 0.5em;
	font-weight: normal;
	text-shadow: none;
	font-size: 80%;
	color: #7b7c7d;
}

/**************************** POI **************************/

.poi {
	position: absolute;
}

.poi-callout {
	left:0px;
	top:0px;
	width: 11px;
	height: 11px;
	position:absolute;
	margin-top: 0px;
	background-repeat: no-repeat;
	opacity:1.0;
	background-image: url(../images/callout-small-red.png);
}

.poi-callout img {
	display: none;
	margin: 0px;
}

.image-fit {
	width:100%;
	height: 100%;
}

.poi-callout-dummy {
	z-index: 2;
	position: absolute;	
	width: 21px;
	height: 21px;
	margin-top: -5px;
	margin-left: -5px;
}

.poi-ui-popover {
	opacity:0;
	z-index: 1;
	position: absolute;
	display: none;
}

.poi-center-box {
	margin-top: -1px;
}

.poi-box {
	background-color: #4f5357;
	border-radius:6px;
	border: solid 1px;
	border-color:#2c2e30;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.75);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #4a4e52), color-stop(1.0, #2c2f31));
	background: -moz-linear-gradient(top, #4a4e52 0, #2c2f31 100%);	
}

.poi-inner-box {
	position: relative;
	border: solid 1px;
	border-color: transparent;
	border-top-color: #5b6065;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding: 10px;
}

.poi-ui-popover h2 {	
	color: white;
	text-shadow: none;
	text-decoration: none;
	border-bottom: 1px solid #636363;
	font-size: 13pt;
}

.poi-ui-popover p {
	color:white;
	text-shadow: none;
	font-size: 11pt;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	margin-top: 0.6em;
	margin-bottom: 0.3em;
}

.poi-arrow-holder,
.poi-arrow {
	width:18px;
	height:11px;
	top:1px;
}

.poi-arrow-holder {
	height: 11px;
}

.poi-arrow {
	z-index: 1;
	position: relative;
	background-image: url(../images/up-arrow-darkblue.png);
}

.poi-center-arrow {
	margin-left: auto;
	margin-right: auto;
}
	
.poi-right-arrow {
	top:2px;
	margin-right: 20px;
	float:right;
}

.poi-left-arrow {
	top:2px;
	float: left;
	margin-left: 20px;
}

/**************************** Header **************************/

.header {
	height: 620px;
}

.header-left {
	position: relative;
	background-image:url("../images/header-left.jpg");
	background-repeat: repeat-x;
	background-color: #303437;
}

.header-right {
	position: relative;
	background-image:url("../images/header-right.jpg");
	background-repeat: repeat-x;
	background-color: #303437;
}

.header-center {
	position: relative;
	background-image:url("../images/header-center.jpg");
	background-repeat: no-repeat;
	background-color: #303437;
}

/**************************** Mini header **************************/

.mini-header {
	height: 540px;
}

.mini-header .header-edge {
	position: absolute;
	top: 537px;
	height: 3px;
	width: 100%;
	background-color: transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.3)));
	background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.3) 100%);
}

/**************************** Forms **************************/

form .button {
	margin-right: 40px;
	margin-top: 5px;
	height: 40px;
	padding-top: 1px;
	float: right;
}

