.clearer {
	clear: both;
}
.clearer1 {
	clear: both;
	height: 1px;
}
#cmsrepeats {
	display: none;
}

a img {
	border: none;
}

body {
	background-color: #333333;

	font-family: Arial, Sans-Serif;
	font-size: 12px;
	margin: 0px;
	border: none;
}
body, a {
	color: #bbbbbb;
}

#actualOutside {
    position: absolute;
    top: 50%;
    /*margin-top: -265px;*/
    margin-top: -285px;

    left: 50%;
    margin-left: -420px;
}

#pageOutside {
	overflow: hidden;
	width: 840px;
	height: 530px;
	background-color: black;
    position: relative;
}
/*
.flowPage #pageOutside {
    position: relative;
    top: 0;
    margin-top: 0;
}
*/
#pageBorder {
	padding: 20px 30px 20px 30px;
}


#topNav {
	border-bottom: 1px solid #666666;
	padding-bottom: 3px;
	margin-bottom: 8px;
}
#topNavLogo {
	float: left;
}
#checkoutButton {
    position: absolute;
    left: 10px;
    text-decoration: none;
    background-image: url(../images/checkout.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-top: 8px;
    font-size: 16px;
    height: 30px;
    color: white;
    cursor: pointer;
}
.notMacPlatform #checkoutButton {
    font-weight: bold;
}
#topNavButtons {
	float: right;
	margin-top: 9px; /* this is as low as they go before pushing down the rest of the page */
}
#topNav a {
	margin-left: 15px;
}
#betweenNav {
	height: 438px;
	overflow: hidden;
    position: relative;
}
#footer {
	border-bottom: 1px solid #666666;
}
#trailer {
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: right;
    background-color: black;
    margin-top: -25px;
    position: relative;
    z-index: 100;
}

#checkoutButton {
    color: #40ff40;
}

h3 {
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-top: 1px;
    padding-bottom: 2px;
    letter-spacing: 4px;
    font-size: 16px;
    font-weight: normal !important;
}

.red {
    color: #D52430;
}


.popup {
	float: right;
	background-color: #222222;
}
.popup .titlebar, .popup .pane {
	width: 370px;
	padding-left: 3px;
	border: 1px solid #404040;
}
.popup .titlebar {
	height: 12px;
	border-bottom: none;
	font-size: 12px;
	background-image: url(../images/window-title-bg2.jpg);
}
.popup .titlebar a {
	text-decoration: none;
	display: block;
	color: #D52430;
}
.popup .titlebar a:hover {
	color: #bbbbbb;
}
.popup .pane {
	height: 409px;
	overflow: auto;
	font-size: 12px;
}