.rightimage {
	float: right; 
	margin: 0 0 10px 10px;
}
.leftimage {
	float: left; 
	margin: 0 10px 10px 0;
}
.hidden {
	display: none;
}

/*
adjust padding-top to set an aspect ratio, or set a fixed height.
if you need a max-width and an aspect ratio, then you have to wrap the
.iframe-stretcher in another container with a max-width set on that (and probably
margin: 1em auto; or similar)
*/
.iframe-stretcher {
	padding: 0;
	position: relative;
}
.iframe-stretcher.four-three {
	padding-top: 75%;
}
.iframe-stretcher.sixteen-nine {
	padding-top: 56.25%;
}
.iframe-stretcher.square {
	padding-top: 100%;
}
.iframe-stretcher img {
	display: block;
	width: 100%;
	height: auto;
}
.iframe-stretcher iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#map {
	min-height: 300px;
}

a.download-link {
	display: block; 
	padding: 2px 2px 2px 20px;
	cursor: pointer;
	background: url("/images/icons/pdf.gif") no-repeat 0 2px;
}
.pdf-icon {
	background: url("/images/icons/pdf.gif") no-repeat 0 2px !important;
}
.email-icon {
	background: url("/images/icons/email.gif") no-repeat 0 2px !important;
}
.video-icon {
	background: url("/images/icons/video.gif") no-repeat 0 2px !important;
}
.link-icon {
	background: url("/images/icons/link.png") no-repeat 0 2px !important;
}

.messages-wrapper {
	border-top: 1px solid #333;
	border-top-color: rgba(255, 255, 255, 0.2);
}
.message {
	position: relative;
	padding: 10px 15px;
	margin: 5px 0;
	color: #000;
}
.message .remover span {
	font: 13px/1 FontAwesome;
	position: absolute;
	top: 1px;
	right: 2px;
	cursor: pointer;
}
.message .remover span:after {
	content: '\f00d';
}

form .form-item textarea.textarea-small {
	height: 2em;
}
form .form-item textarea.textarea-medium {
	height: 8em;
}
form .form-item textarea.textarea-large {
	height: 20em;
}

span.required {
	color: #E74A4A;
}

.accept-credit-cards span {
	display: block;
	margin-top: 1ex;
	word-spacing: 1em;
}
.cart-discount-redeem input {
	font-family: monospace;
}

.password_strength_1 {
	color: #D02000;
}
.password_strength_2 {
	color: #A05000;
}
.password_strength_3 {
	color: #708000;
}
.password_strength_4 {
	color: #40B000;
}
.password_strength_5 {
	color: #00D000;
}

#problem-reporter {
	position: absolute;
	z-index: 100000;
	overflow: hidden;
	top: 200px;
	width: 25px;
}
#problem-reporter.problem-reporter-pos-right {
	right: 0;
}
#problem-reporter.problem-reporter-pos-left {
	left: 0;
}
#problem-reporter.problem-reporter-shown {
	width: 256px;
}
#problem-reporter .problem-reporter-tab {
	z-index: 2;
	position: absolute;
	top: 0;
	width: 25px;
	height: 136px;
	overflow: hidden;
	text-indent: -100em;
	background: #FFFAEC url('../images/problem-report-text.png') no-repeat center;
	border: solid #F7EDDF;
}
#problem-reporter.problem-reporter-pos-right .problem-reporter-tab {
	left: 0;
	border-width: 1px 0 1px 1px;
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
}
#problem-reporter.problem-reporter-pos-left .problem-reporter-tab {
	right: 0;
	border-width: 1px 1px 1px 0;
	-webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
}
#problem-reporter form {
	background: #FFFAEC;
	border: solid #F7EDDF;
	z-index: 1;
	padding: 1em 15px;
	width: 200px;
}
#problem-reporter.problem-reporter-pos-right form {
	float: left;
	margin-left: 25px;
	border-width: 1px 0 1px 1px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
#problem-reporter.problem-reporter-pos-left form {
	float: right;
	margin-right: 25px;
	border-width: 1px 1px 1px 0;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
#problem-reporter form .form-item {
	margin: 1em 0 0;
	padding: 0;
	float: none;
	clear: none;
}
#problem-reporter form .form-item:first-child {
	margin-top: 0;
}
#problem-reporter form .form-item label {
	display: block;
	float: none;
	padding: 0;
	margin: 0 0 0.5ex;
}
#problem-reporter form .form-item input,
#problem-reporter form .form-item textarea {
	width: 95%;
	margin: 0;
	padding: 2px;
}
#problem-reporter form .form-item textarea {
	height: 4em;
}
#problem-reporter .three-recaptcha {
	margin: 1em 0 0;
	-ms-transform: scale(0.657894736842105);
	-moz-transform: scale(0.657894736842105);
	-webkit-transform: scale(0.657894736842105);
	transform: scale(0.657894736842105);/* 200/304 */
	-ms-transform-origin: left top;
	-moz-transform-origin: left top;
	-webkit-transform-origin: left top;
	transform-origin: left top;
}
