/*************************************************
*
* GearNuts InstaPlay CSS
*
**************************************************/

#payments_popup {
	background:#ACA9A9;
	background:rgba(127,127,127,0.8);
	border-radius:13px;
		-moz-border-radius:13px;
		-webkit-border-radius:13px;
	box-shadow:0 0 20px rgba(0,0,0,0.5);
		-webkit-box-shadow:0 0 20px rgba(0,0,0,0.5);
		-moz-box-shadow:0 0 20px rgba(0,0,0,0.5);
	padding:10px;
	position:absolute;
		z-index:210;
	width:860px;
	zoom:1.0;
}
#payments_popup .clear {
	display:none;
}
#payments_popup .inner {
	background:#FFF;
	border-radius:8px;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
	overflow:auto;
	width:100%;
	zoom:1.0;
}

#payment_product_info {
	display:inline;
	float:right;
	margin-right:20px;
	padding:20px 0;
	text-align:center;
	width:355px;
}
#payment_product_info h4 {
	background:#FFF;
	font-size:16px;
	margin:5px 0 10px;
	text-align:center;
}
#payment_schedule_wrap {
	background:#DAF4FD;
	border-radius:8px;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
	padding:5px 0;
	width:355px;
}
#payment_schedule {
	margin:0 auto;
	width:335px;
}
#payment_schedule td {
	background:#DAF4FD;
	border-bottom:1px dotted #000000;
	padding:5px;
	vertical-align:top;
}
#payment_schedule .last td {
	border-bottom:0px;
	text-align:left;
}
#payment_schedule td.payment_label {
	background-image:url(/store/include/images/detail/icon-whybuy.gif);
	background-repeat:no-repeat;
	background-position:0 7px;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	padding-left:22px;
}
#payment_schedule td.payment_desc {
	color:#666666;
	font-size:10px;
}
#payment_schedule td .payment_amount {
	color:#1baae6;
	font-size:14px;
	font-weight:bold;
}
#payment_schedule .today td.payment_label, #payment_schedule .today td .payment_amount {
	font-size:18px;
}
#payment_schedule .today td.payment_label {
	background-position:0 8px;
}

#payment_offer_info {
	background:#FFF;
	float:left;
	padding:20px 0 20px 20px;
	width:445px;
}
#payment_offer_info h3 {
	font-size:34px;
	margin:5px 0;
}
#payment_offer_info h3 span {
	background:url(/include/images/instaplay-large.gif) no-repeat 0 0;
	display:block;
	height:85px;
	overflow:hidden;
	width:265px;
	text-align:left;
	text-indent:-999px;
}
#payment_offer_info p {
	font-size:14px;
	line-height:26px;
}

/* Cart Page */
#paymentsBlock {
	background:#DAF4FD;
	border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
	float:left;
	margin-top:10px;
	overflow:hidden;
	padding:10px;
	position:relative;
}
#paymentsBlockOffer {
	float:left;
	width:51%;
	position:relative;
}
#paymentsBlockOffer h4 {
	font-size:20px;
}
#paymentsBlockOffer strong {
	white-space:nowrap;
}
#instaplayLearnmore {
	text-transform:uppercase;
}

#paymentsBlockDetails {
	background:#f4fcfe;
	border-radius:8px;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
	float:right;
	margin-top:8px;
	padding:10px;
	width:42%;
}
#paymentsBlockDetails h5 {
	border-bottom:2px solid #B2E6FA;
	color:#1db7f7;
	font-size:16px;
	padding-bottom:5px;
	text-align:center;
}
#paymentsBlockDetails li {
	clear:both;
	font-size:14px;
	display:block;
	overflow:auto;
	padding:10px 0 10px;
	width:222px;
}
#paymentsBlockDetails li.first {
	margin-right:10px;
}
#paymentsBlockDetails li input {
	float:left;
}
#paymentsBlockDetails li label {
	float:left;
	padding:2px 0 0 3px;
}
#paymentsBlockDetails li.first label {
	padding-top:4px;
}
#paymentsBlockDetails label span.redtext {
	color:#F80000;
	font-size:14px;
}
#paymentsBlockDetails li .smalltext {
	color:#777;
	font-size:11px;
}
#cart #payment_offer_info h3 {
	margin:0 0 5px;
}
#cart #payment_schedule_wrap {
	background:#DAF4FD;
	border-radius:0 0 8px 8px;
		-moz-border-radius:0 0 8px 8px;
		-webkit-border-bottom-right-radius:8px;
		-webkit-border-bottom-left-radius:8px;
	padding:0 0 5px 0;
	width:355px;
}
#cart #payment_schedule_wrap h4 {
	background:#1DB7F7;
	border-radius:8px 8px 0 0;
		-moz-border-radius:8px 8px 0 0;
		-webkit-border-top-left-radius:8px;
		-webkit-border-top-right-radius:8px;
	color:#FFF;
	padding:5px 0;
}
#cart #payment_schedule_wrap h4 em {
	display:block;
	font-size:22px;
	text-transform:uppercase;
	text-align:center;
}

#paymentsBlockLegal {
	clear:both;
	display:none;
}
#paymentsBlockLegal h6 {
	padding-top:15px;
}
#paymentsBlockLegal p {
	font-size:11px;
	line-height:13px;
}
#paymentsBlockLegal ul {
	font-size:11px;
	list-style:disc;
	margin:10px 0;
	padding:0 0 0 15px;
}
#paymentsBlockLegal li {
	padding:2px 0;
}
#paymentsBlockLegal .buttons {
	margin:0 auto;
	text-align:center;
	width:381px;
}
#paymentsCancel {
	background:url(/include/images/button-cart-cancel.gif) no-repeat 0 0;
	border:none;
	display:block;
	float:left;
	height:34px;
	margin-top:5px;
	overflow:auto;
	text-align:left;
	text-indent:-9999px;
	width:159px;
}
#paymentsCancel:hover {
	background-position:0 -34px;
}
#paymentsCheckout {
	background:url(/include/images/button-cart-confirm.gif) no-repeat 0 0;
	border:none;
	display:block;
	float:left;
	height:45px;
	margin-left:10px;
	text-align:left;
	text-indent:-9999px;
	vertical-align:middle;
	width:212px;
}
#paymentsCheckout:hover {
	background-position:0 -45px;
}
