/* Payment Methods */
#paymentMethods {
	padding-left:0px;
	width:98%;
	margin:0px !important;
	padding:0px !important;	
	
	clear:both;
}
#paymentMethods li {
	list-style-type:none;
	height:28px;
	margin-bottom:3px;
}
#paymentMethods li span {
	background-image:url(../images/paymentMethods.gif);
	background-repeat:no-repeat;
	line-height:28px;
	padding-left:45px;
	position:absolute;	
}
#paymentMethods li span.dtg {
	line-height:19px;
}
#paymentMethods li span.pm_cash {
	background-position: 0px -1px;
}
#paymentMethods li span.pm_check {
	background-position:0px -337px;
}
#paymentMethods li span.pm_travelerscheck {
	background:none;
}
#paymentMethods li span.pm_debit {
	background-position:0px -365px;
}
#paymentMethods li span.pm_visa {
	background-position:0px -253px;	
}
#paymentMethods li span.pm_mastercard {
	background-position:0px -197px;
}
#paymentMethods li span.pm_amex {
	background-position:0px -29px;
}
#paymentMethods li span.pm_discover {
	background-position:0px -113px;
}
#paymentMethods li span.pm_cheque {
	background:none;
}
#paymentMethods li span.pm_travelerscheque {
	background:none;
}
#paymentMethods li span.pm_paypal {
	background-position:0px -393px;
}
#paymentMethods li span.pm_dtg_chipknip {
	background-position:0px -440px;
}
#paymentMethods li span.pm_dtg_ideal {
	background-position:0px -497px;
}
#paymentMethods li span.pm_dtg_pin {
	background-position:0px -535px;
}
#paymentMethods li span.pm_dtg_vvv {
	background-position:0px -573px;
}
#paymentMethods li span.pm_dtg_amex {
	background-position:0px -421px;
}
#paymentMethods li span.pm_dtg_visa {
	background-position:0px -554px;
}
#paymentMethods li span.pm_dtg_mastercard {
	background-position:0px -516px;
}

/* Promotions */
#coupon {
	width:98%;
}
#coupon .title {
	position:relative;
	top:4px;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	overflow:hidden;
}
#coupon .details {
	position:relative;
	width:100%;
	padding:3px;
	overflow:hidden;
}
#coupon .expiration {
	position:relative;
	float:left;
	padding:3px;
	font-size:10px;
}
#coupon .identifier {
	position:relative;
	float:right;
	padding:3px;
	font-size:10px;
}

/* Business Hours */
.business_hours { font-size:70%; }
.business_hours_wrapper { width:100%; padding:2px; }
.business_hours_line { float:left; clear:both; width:100%; }
.business_hours_day { float:left; width:28%; clear:left; font-weight:bold; }
.business_hours_hours { float:left; width:32%; clear:none; margin:2px 0px 2px 0px; }
.business_hours_header { float:left; width:32%; clear:none; font-weight:bold; text-align:left; }

/* Custom Forms */
input, textarea, select {
	width:62%;
	text-align:left;
}
textarea {
	height:100px;
}
.checkbox {
	width:auto;
	margin-right:4px;
}

#cform p {/* contains submit button */
	text-align:right; 
	margin:0px;
}
.cform_submit {
	width:115px;
	text-align:center;	
	font-weight:bold;	
	background-color:#F5F5F5;
	border-color: #DEDEDE #CCCCCC #CCCCCC #DEDEDE;	
	border-style:solid;
	border-width:1px;	
	padding-top:4px;
	padding-bottom:4px;	
}
.cform_submit:hover {	
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}
form.custom_form fieldset { 
	margin-bottom: 8px; 
	padding-bottom:4px;
	background-color:#F5F5F5;
}	
form.custom_form legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}	
form.custom_form label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}	
form.custom_form fieldset ol {
	margin: 0;
	padding: 0;
}	
form.custom_form fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}	
form.custom_form fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}	
form.custom_form fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}	
form.custom_form fieldset fieldset label {
	display: block;
	width: auto;
}
form.custom_form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
form.custom_form label { 
	width: 35%; 
}
form.custom_form fieldset fieldset label { 
	margin-left: 35%; 
	padding-left: 4px;
	text-align:left;
} 
form.custom_form {	
	font-size: 1.0em;
	color: #333;
}	
form.custom_form legend {
	padding-left: 0; 
}	
form.custom_form legend, form.custom_form label { 
	color: #333;
	text-align:right;
}
form.custom_form fieldset {	
	border: 1px solid #C9DCA6;
}	
form.custom_form fieldset fieldset {
	background: none; 
}	
form.custom_form fieldset li {
	padding: 4px 10px 4px;	
}
div.cform_required {
	font-size:.85em;
	font-weight:bold;
	padding-right:4px;
	text-align:right;
}
div.cform_required span {
	color:red;
}

/** Video Overlay **/
.video_loading {
	height:250px;
	width:250px;
	margin:0 auto;
}

.video_overlay {
	height:250px;
	width:250px;
	margin:0 auto;
	text-align:center;
	border:1px solid #000000;
}