@charset "UTF-8";
.title_page h1 {
		font-family: 'Anton', sans-serif;
 	font-size: 48px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #333;
}

.title_page h3 {
	font-family: 'Anton', sans-serif;
	display: block;
	color: #333;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
.title_page {
	background-image: url(https://www.misterrunning.com/template/images/bg-separate-listing.png);
	height: 130px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 25px;
}
.left_cont {
	float: left;
	width: 50%;
	/* background-image: url(../template/images/gift-bg.png); */
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 240px;
	padding-right: 30px;
	/* padding-left: 40px; */
	padding-bottom: 60px;
}
.left_cont h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.left_cont p {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
.right_cont {
	float: right;
	width: 50%;
	padding: 20px;
	margin-bottom: 50px;
	border:solid 1px #EAEAEA;
}
.right_cont #gift_form fieldset table tr td .error {
	display: inline;
	width: auto;
}
.advise_login {
	float: right;
	width: 50%;
	border: 1px solid #F60;
	background-color: #F90;
	font-size: 12px;
	color: #FFF;
	line-height: 30px;
	font-weight: bold;
}
.select_gift {
	margin-right: -50px;
	padding-top: 15px;
	padding-bottom: 30px;
	width: 400px;
}
.select_gift ul li {
	display: block;
	float: left;
	height: 90px;
	width: 112px;
	margin-right: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #C7C7C7;
	overflow: hidden;
	text-align: -999px;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 10px -3px #000;
	border:solid 2px #FFF;
	cursor:pointer;
}

.select_gift ul li.active{
	border:solid 2px #F60;
}

.preview_gift {
	height: 260px;
	margin-bottom: 20px;
	float: left;
	width: 400px;
	background-image: url(https://www.misterrunning.com/banners/images/test_gift.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	box-shadow: 0px 0px 14px -6px #000;
}
.preview_gift .inner {
	float: right;
	width: 180px;
	font-size: 6px;
	padding-top: 10px;
	padding-right: 15px;
}
.preview_gift .inner strong {
	display: block;
	color: #999;
	background-color: #333;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

#payment label {
	cursor: pointer;
}
	
#payment_insert {
    padding: 30px;
    background-color: #e7f8ff;
	position: relative;
	display: inline-block;
}

.payment_gestPay{
	display: inline-block;
}
	
	.fieldcontainerL {
    width: 300px;
    float: left;
}

div#Fields label {
    font-weight: normal;
    display: block;
    /* float: left; */
}

div#CCField {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

div#ExpDate {
    float: left;
    width: 333px;
    margin-bottom: 10px;
}

.fieldcontainerS {
    display: inline-block;
    width: 100px;
}
	
	legend {
    border: none;
}

div#CCVField {
    float: left;
     
}
	
	div#NameField {
    float: left;
    margin-right: 20px;
}
	
.Off{
	display:none;
	visibility:hidden;
}
.On{
	display:block;
	visibility:visible;	
}
.FreezePaneOn
   {
	}
#InnerFreezePane{
 padding-top: 26px;   
    
}

#InnerFreezePane div {
    font-size: 1em;
    color: #59a6c5;
}


#ErrorBox {
    text-align: center;
    font-weight: bold;
    color: red;
    padding-top: 20px;
}

.formular fieldset label {
    width: 48%;
}

.preview_gift {
    margin-left: 20px;
}