#ModalOverlay {
	background-color:#000;
}

#ModalContainer {
	left: 50%;
	top: 15%;
}

.modalClose {
	z-index: 100000;
	cursor: pointer;
	display: block;
	position: absolute;
	height: 20px;
	width: 20px;
	right: 10px;
	top: 10px;
	background: url('close.gif') no-repeat;
}

#ModalLoadingOverlay {
	background: #000;
	cursor: pointer;
}

#ModalLoadingIndicator {
	width: 100px;
	height: 100px;
	margin-left: -50px;
	margin-top: -50px;
	background: url(loading.gif) no-repeat;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 30001;
}

#ModalContentContainer {
	-webkit-box-shadow: 0 0 30px 4px #777;
	-moz-box-shadow: 0 0 30px 4px #777;
	box-shadow: 0 0 30px 4px #777;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-background-clip: padding-box;
}

#ModalTitle, .ModalTitle {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	background: #f2f4f7;
	color: #313131;
	font-size: 110%;
	font-weight: bold;
	padding: 10px 14px;
	border: 1px solid #606263;
	border-bottom-color: #b8b8b8;
	-webkit-background-clip: padding-box;
	text-align: left;
}

#ModalContent, .ModalContent {
	border: 1px solid #606263;
	border-top-width: 0;
	background: #fff;
	margin: 0;
	text-align: left;
	color: #444;
	padding: 10px;
}

#ModalContent a, .ModalContent a {
    color: #444;
}

.ModalContentWithButtons .ModalContent, .ModalContentWithButtons #ModalContent {
	margin-bottom: 0;
	border-bottom-width: 0;
}

#ModalButtonRow, .ModalButtonRow {
	border: 1px solid #606263;
	border-top-color: #919394;
	background: #e7ebf0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-background-clip: padding-box;
	text-align: right;
	padding: 4px 8px;
	height: 30px;
	line-height: 30px;
}

#ModalButtonRow input, .ModalButtonRow input {
	text-align: center;
}

#ModalButtonRow input.Submit, .ModalButtonRow input.Submit,
#ModalButtonRow input.SubmitButton, .ModalButtonRow input.SubmitButton {
	font-weight: bold;
}

.fastCartBottom {
    display: none; /* also viewed hidden */
}

.fastCartSummaryBox {
    text-align: center;
}

.fastCartSummaryBox br {
    display: none;
}

.fastCartContent .fastCartTop a.btn-secondary {
    display: block;
    line-height: 1.2;
    padding: 7px 15px !important;
}

.fastCartContent .fastCartTop a.btn-secondary,
.fastCartContent .fastCartTop a.btn-secondary:focus {
    background: #fff !important;
    border: 1px solid #005C9B !important;
    color: #005C9B !important;
    font-family: "Karla", Arial, Helvetica, Sans-Serif;
}

.fastCartContent .fastCartTop a.btn-secondary:hover,
.fastCartContent .fastCartTop a.btn-secondary:active {
    background: #fff !important;
    border: 1px solid #5c2e91 !important;
    color: #5c2e91 !important;
}
