.itemInput {
	margin-left: 20px;
}

.itemInput input[type=checkbox] {
	display: inline-block;
	position: relative;
	top: 5px;
}
span.pluginPriceDisplay {
	font-size: 115%;
	font-weight: bold;
}

article.fullWidth {
	clear: both;
}

article.colLeft {
	float: left;
	width: 70%;
	padding: 10px 2% 10px 0;
}
article.colRight {
	float: right;
	width: 128px;
	text-align: center;
}
.colRight img {
	display: block;
	margin: 0 auto .5em auto;
}
.colRight h4 {
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
}

span.showDesc {
	display: block;
	font-size: 90%;
	margin-left: 20px;
	margin-top: 2px;
	padding: 3px 5px;
	cursor: pointer;
	background-color: #e7e7e7;
	border: 2px solid #dbdbdb;
	border-radius: 3px;
}

ul, ol {
	list-style-type: disc;
	margin-bottom: 30px;
}
ol {
	list-style-type: decimal;
}
li {
	margin-left: 15px;
}

.priceDisplay {
	width: 100%;
	text-align: center;
}



#orderPaymentTypeBlock {
	padding: 0;
}



.inline {
	display: inline-block;
	width: auto;
}

#orderForm {
	clear: both;
	margin-bottom: 100px;
}

fieldset {
	width: 94%;
	padding: 20px 3%;
	background-color: #f6f6f6;
	margin-bottom: 3em;
}

input[type="text"],
input[type="url"],
input[type="email"],
input[type="number"],
select {
	display: block;
	padding: 5px;
	font-size: 125%;
	width: 98%;
}
input[type="checkbox"] {
	width: 2em;
	height: 2em;
	margin-right: 1%;
}
input[type=button], input[type=submit] {
	font-size: 120%;
	margin-top: 1em;
}
#fileDownload {
	font-size: 150%;
	display: inline-block;
	margin: 2em 0;
}
label {
	display: block;
	padding: 8px;
	color: #FFF;
	background: #0598f4;
	width: 96%;
}
small {
	display: block;
/* 	text-align: right; */
}

.eeLocalInfo {
	font-size: 80%;
}
fieldset ul li ul {
	margin-bottom: 0;
}

label.domainOption {
	float: left;
	width: 29.5%;
	color: #FFF;
/* 	background: #94bbd3; */
	margin: .3em .5% .3em .5%;
	line-height: 2;
}
label.domainOption input[type=radio] {
	width: 2em;
	height: 2em;
	margin-right: 10px;
	display: inline-block;
	position: relative;
	top: 2px;
}

#orderStagingInput {
	clear: both;
	display: none;
}


#addInvoiceInfoInput {
/* 	display: none; */
}

#addInvoiceInfoInput textarea {
	margin-top: -.2em;
	width: 98%;
	font-size: 1.2em;
}

#couponEntry {
	width: 30%;
	float: right;
	text-align: center;
}

#getCouponCode {
	font-size: 60%;
}

#couponCodeYES {
	color: #EEE;
	background: #0598f4;
	padding: .5em .8em;
	border-radius: .8em;
	display: inline-block;
	text-decoration: none;
	width: auto;
	font-size: 80%;
}
#couponCodeYES:hover {
	background: #1aa7ff;
}

#orderNewPrice {
	font-weight: bold;
	margin-left: 20px;
}

.imgRight {
	width: 40%;
	height: auto;
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #666;
}

/* ---- Stripe Payment Element ---- */

#stripeForm {
	margin: 20px 0;
}

#payment-element {
	padding: 16px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	background: #fafafa;
	margin-bottom: 16px;
}

#eeStripeSubmit {
	display: block;
	margin: 0 auto;
	padding: 12px 40px;
	font-size: 1.1em;
	cursor: pointer;
}

#eeStripeSubmit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

#payment-message {
	color: #c0392b;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
}

.hidden {
	display: none;
}



