button { 
	overflow: hidden;
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	outline: none;
	clear: both;
	-webkit-transition: -webkit-box-shadow 0.3s linear;
	
	
}

button:hover, button:active, button:focus { 
	-moz-box-shadow: 1px 1px 7px #838383;
	-webkit-box-shadow: 1px 1px 7px #838383;
	box-shadow: 1px 1px 7px #838383;
}

.buttonimg { 
	outline: none;
	/*-webkit-transition: -webkit-box-shadow 0.3s linear;*/
}

.buttonimg:hover, .buttonimg:active, .buttonimg:focus { 
	-moz-box-shadow: 1px 1px 7px #838383;
	-webkit-box-shadow: 1px 1px 7px #838383;
	box-shadow: 1px 1px 7px #838383;
}

/*---------------------------------------------
Gift Card Home
---------------------------------------------*/
#titleheader { 
	margin-top: 48px;
	margin-bottom: 35px;
}
#gcclassichero { 
	float: left;
	width: 262px;
	height: 585px;
	margin: 0 23px 50px 50px;
	display: inline;
	
}

.gctitle { 
 width: 120px;
}

.gccopy { 
	line-height: 17px;
	margin-top: 6px;
}

.gccopy p  { 
	padding: 0 0 1.5em 0;
	margin: 0;
}

.gcselect { 
	font-size: 11px;
}

.gcselect a { 
	margin-right: 8px;
}

.gcselect a.gcchecklink { 
	margin-left: 8px;
	text-decoration: underline;
}



.gcselect img { 
	vertical-align: middle;
}

#gcclassicdesc { 
	float: left;
	margin: 20px 100px 0 0;
	width: 195px;
}

#gcdigitalcolumn { 
	float: left;
	margin: 0 0 0 0;
	width: 257px;
	height: 272px;
}

#gcdigitalhero { 

}

#gcdigitaldesc { 
	padding: 28px 10px 0 10px;
}

#gcmoreinfo { 
	background: #eee;
	padding: 1em;
	text-align: center;
	clear: both;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
  border-radius: 3px;
}

#gcmoreinfo a  { 
	text-decoration: underline;
}

#gcmoreinfo strong { 
	color: #000;
	font-weight: normal;
}

#gchometerms { 
	padding: 20px 15px;
	clear: both;
}
	
.gcterms { 
	font-size: 10px;
	clear: both;
	line-height: 1.3em;
}
	
/*---------------------------------------------
Gift Card Detail
---------------------------------------------*/
#gcbalancebox { 
	width: 240px;
}


#gcbalancebox form p { 
	position: relative;
	z-index: 40;
	margin-bottom: 23px;
}


#gcbalancebox form button { 
	position: relative;
	z-index: 50;
}

#gcbalancebox form p label.error { 
	position: absolute;
	 left: 0;
	 top: -29px;
}

#gcbalancehead { 
	border-bottom: 1px solid #000;
	margin-bottom: 24px;
}

#gcnumber { 
	width: 214px;
}

#gcpin { 
	width: 36px;
}

#gccheckbalancebtn { 
	float: right;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 60px;
	height: 24px;
	margin: 7px 10px 0 0;
}

#gcmessage { 
	height: 36px;
	padding-top: 25px;
	text-align: center;
}

#gcbalancedisplay { 
	font-size: 31px;
	color: #838383;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#gcbalancereset { 
	font-size: 11px;
	text-align: center;
	padding: 5px 0 0 0;
	height: 14px;
}

#gcbalancereset a { 
	text-decoration: underline;
}

#masterWindow { 
	padding: 20px;
}


/*---------------------------------------------
Gift Card Check Balance
---------------------------------------------*/
	
#gcdetailhero { 
	width: 262px;
	text-align: center;
	float: left;
	padding: 20px 77px 50px 36px;
}

#gcdetailcontent {
	float: left;
	width: 580px;
}

#gcdetailcopy { 
	width: 465px;
	line-height: 17px;
	margin-bottom: 2em;
}


.gcform p { 
	clear: left;
	margin: 0 0 21px 0;
	padding: 0;
}

.gcform input[type=text], .gcform input[type=email], .gcform input[type=number], .gcform textarea { 
	display: block;
	margin: 0;
	padding: 9px 12px; 
	border: 1px solid #ebebeb;
	color: #838383;
	font-size: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
  border-radius: 3px;
	width: 270px;
	background: transparent url(/image/gift-card/form-bg.png) no-repeat 0 50%;

}

.gcform input { 
	margin-right: 10px;
	-webkit-transition: border 0.2s linear, -webkit-box-shadow 0.2s linear;
}

.gcform textarea { 
	background-position:-320px 50%;
	height: 83px;
	-webkit-transition: border 0.2s linear, -webkit-box-shadow 0.2s linear;
	overflow:hidden;
}

.gcform input.error,.gcform input.focus.error { 
	font-weight: normal;
	background: #feebeb;
	border: 1px solid #f4a8a8 !important;
}

.gcform input:focus,.gcform input.focus, .gcform textarea:focus, .gcform textarea.focus { 
	outline: none;
	border: 1px solid #b4ddee;
	-moz-box-shadow: 0px 0px 5px #b4ddee;
	-webkit-box-shadow: 0px 0px 5px #b4ddee;
	box-shadow: 0px 0px 5px #b4ddee;
}

.gcform input.error:focus, .gcform input.error:focus { 
	-moz-box-shadow: 0px 0px 5px #f4a8a8;
	-webkit-box-shadow: 0px 0px 5px #f4a8a8;
	box-shadow: 0px 0px 5px #f4a8a8;
	border: 1px solid #f4a8a8;
}

.gcform label { 
	padding: 10px 8px 9px 0;
	font-size: 15px;
	display: inline-block;
}

.gcform label.inline { 
	padding: 10px 14px; 
	font-size: 15px;
	display: inline-block;
	position: relative;
	color: #999;
}

.gcform label.inline + input { 
	margin-top: -38px;
	position: relative;
}

.gcform textarea { 
	margin-top: -38px;
	position: relative;
}

.gcform label.error, .gcform label.focus.error  { 
	color: #C4151B;
	font-weight: normal;
	font-size: 11px;
	padding-top: 12px;
	float: right;
	text-align: left;
	width: 245px;
}

div.error { 
	color: #C4151B;
}

p#pricep { 
	margin-bottom: 0;
	font-size: 13px;
}

p#pricep label.error { 
	padding-top: 2px;
}

.gcform #zoi_price-1 { 
	width: 29px;
	margin: 0 5px;
	background-position:-625px 50%;
	display: inline; 
	vertical-align: middle;
}


.textcounter { 
	width: 296px;
	text-align: right;
	clear: both;
	font-size: 20px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #c2c2c2;
	line-height: 1em;
	padding: 0 3px 3px 0;
}


#gcaddtocart {
	width: 118px;
	height: 26px;
}

/*form { 
	padding: 0px;
	margin: 0px;
	}
	
.detailform input, .detailform  textarea, .gcbalancedesc input, .gcbalancedesc  textarea { 
	margin: 0px;
	padding: 2px;
	border: 1px solid #666;
	}
	
input.inputbutton { 
	margin: 0px;
	border: 0px;
	}

img { 
	border: 0;
	}

#giftcardheader { 
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	}
	
#gctitle { 
	float: left;
	}
	
#gcbackbutton { 
	float: right;
	padding: 4px 10px 0 0;
}
	
#giftcardlanding { 
	height: 115px;
	margin: 43px 75px 0px 345px;
	text-align: right;
	}
	
#giftcardlanding p { 
	padding: 12px 0px;
	margin: 0px;
	}
	
.cardcontainer, .balancecontainer, .digibalancecontainer { 
	float: left;
	border: 1px solid #bfbfbf;
	width: 213px;
	min-height: 250px;
	}*/
	
/*.cardcontainer, .balancecontainer { 
	float: left;
	border: 1px solid #bfbfbf;
	min-height: 250px;
	}*/
	
/*.cardcontainer h1, .balancecontainer h1, .digibalancecontainer h1 { 
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0px 3px 0;
	margin: 0px;
	text-transform: uppercase;
	}

.cardcontainer { 
	width: 360px;
	margin-right: 10px;
	}*/
	
.balancecontainer { 
	/*min-height: 250px;*/
}

.digibalancecontainer { 
	/*width: 214px;*/
	/*margin-top: 7px;*/
	}
	
/*.containertitle { 
	padding: 15px 0 7px 10px;
	border-bottom: 1px solid #bfbfbf;
	}
	
.gcbalancedesc { 
	padding: 10px 10px;
	height: 155px;
	}
	
p.balancetext { 
	padding: 0 0 15px 0;
	margin: 0;
	}
	
.actioncontainer { 
	text-align: left;
	clear: both;
	padding: 0px 10px;
	}
	

	
#gcclassicthumb, #gcdigitalthumb  { 
	float: left;
	text-align: right;
	}
	
#gcclassicdesc { 
	float: left;
	padding: 15px 10px 15px 0px;
	width: 146px;
	}

#gcdigitaldesc { 
	float: left;
	padding: 15px 10px 15px 0px;
	width: 169px;
	}

.buynow { 
	padding: 0px 0px 15px 10px;
	}

#gcnumber { 
	width: 187px;
	height: 15px;
	margin: 0 0 10px 0;
	border: 1px solid #666;
	}
	

	
#gcpin { 
	width: 35px;
	height: 15px;
	margin: 0 0 10px 0;
	border: 1px solid #666;
	}
	
#gccheckbalance { 
	padding: 0;
	vertical-align: middle;
	margin-right: 5px;
	}
	
.balancemessage {
	padding-top: 10px; 
	}*/
	
/*Gift Card Detail Pages*/
/*#gcmainimage, #gcdetails, #digigcdetails { 
	float: left;
	border: 1px solid #bfbfbf;
	}

#gcmainimage { 
	width: 355px;
	margin: 0px 10px 0 0;
	height: 330px;
	text-align: center;
	padding: 10px 0;
	}

	
#digigcdetails { 
	width: 735px;
	margin: 0 8px 0 0;
	}
	
#gcdetails { 
	width: 590px;
	margin: 0;
	}

#detailtitle { 
	padding: 15px 0 7px 10px;
	border-bottom: 1px solid #bfbfbf;
	display: block;	
	}	
	
#detaildesc, #detailform { 
	padding-top: 20px;
	padding: 15px 10px;
	float: left;
	}
	
#digidetaildesc, #digidetailform { 
	float: left;
	}

#detaildesc { 
	padding: 10px;
	width: 241px;
	}	

#digidetaildesc { 
	padding: 10px;
	width: 315px;
	}	
	
#detailform { 
	border-left: 1px solid #bfbfbf;
	width: 308px;
	min-height: 243px;
	}
	
#detailform .error { 
	margin: 0 0 5px 0;
	}

#digidetailform { 
	border-left: 1px solid #bfbfbf;
	width: 359px;
	padding: 20px;
	}
	
#detailform .cola, #detailform .colb, #digidetailform .cola, #digidetailform .colb { 
	float: left;
	padding-bottom: 5px;
	}
	
#detailform .cola { 
	width: 138px;
	font-weight: bold;
	text-align: right;
	padding-top: 3px;
	}

#digidetailform .cola { 
	width: 138px;
	font-weight: bold;
	text-align: right;
	padding-top: 3px;
	}
	
#detailform .colb { 
	padding-left: 10px;
	width: 160px;
	}
	
#digidetailform .colb { 
	padding-left: 10px;
	width: 160px;
	}
	
#detailform .colb input, #digidetailform .colb input { 
	width: 154px;
	border: 1px solid #666;
	margin: 0;
	height: 14px;
	padding: 2px;
	}

#detailform .colb textarea, #digidetailform .colb textarea { 
	width: 154px;
	height: 50px;
	font-size: 11px;
	border: 1px solid #666;
	margin: 0;
	padding: 2px;
	}
	
#detailform .gcital, #digidetailform .gcital { 
	font-size: 10px;
	font-style: italic;
	text-align: right;
	}
	
#detailform #amountcolumn, #digidetailform #amountcolumn { 
	padding-left: 3px;
	font-weight: bold;
	}
	
#detailform #amountcolumn input, #digidetailform #amountcolumn input { 
	font-weight: bold;
	width: 3em;
	text-align: right;
	vertical-align: baseline;
	}
	
.amountrange { 
	font-weight: normal;
	font-size: 11px;
	padding-left: 12px;
	}
	
#gcaddtocart {
	clear: both;
	border-top: 1px solid #bfbfbf;
	padding: 7px 10px;
	text-align: right;
	height: 23px;
	}
	
#gcaddtocart img {
	vertical-align: middle;
	}
	
#gctellafriend { 
	font-size: 11px;
	padding: 7px 10px;
	float: left;
	}

	
#gchometerms { 
	padding: 5px 10px;
	font-size: 10px;
	clear: both;
	}
	
#gcterms img, #gchometerms img { 
	display: block;
	padding-bottom: 5px;
	}*/
