/* Checkout Styles for Buyz.com */

div#checkout {
	margin: 0;
	position: relative;
	text-align: left;
	width: 960px;
	float: right;
}

div#verisign {
	position: absolute;
	top: 2em;
	right: 0;
}

img#cart_steps {
	margin: 4em 1em 1em;
}

#livechat_link {
	position: absolute;
	top: 0;
	right: 80px;
}

#verisign_logo {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0.2em;
	display: none;
}

a.banner {
	margin: 1.5em;
	display: block;
	border: solid 2px #c5effd;
	text-align: center;
	width: 141px;
}

.banner img {
	border: solid 2px #fff;
	background-color: #fff;
}	

a:hover.banner { border-color: #069; }

table.data {
	border-collapse: collapse;
	width: 93%;
	margin: 0.5em 1em;
}

.data th {
	white-space: nowrap;
	padding: 0.3em 0.6em;
	color: #069;
	background-color: #f5fcff;
	border: 1px solid #c5effd;
	font: bold 1em Arial, Verdana, Helvetica, sans-serif;
}

.data td {
	padding: 0.3em 0.6em;
	color: #777;
	border: 1px solid #c5effd;
	font-size: 0.9em;
}

.data img {
	border: 0;
	margin: 0.3em;
}

.checkout_bml {
	color: #0077d4;
	font-size: 1.1em;
}

.checkout_bml a {
	text-decoration: underline;
}

.checkout_bml em {
	font-weight: bold;
	font-style: normal;
	font-size: 1.3em;
}

input.proceed_button {
	position: relative;
	left: 63%;
	margin: 1em 1em 2em;
}

#bml_proceed_button {
	left: 35%;
}

#other_paymethods {
	position: absolute;
	right: 0;
	bottom: 2em;
}

#what_is_bml {
	position: absolute;
	right: 1em;
	top: 4em;
}

#checkout ul {
	list-style: disc;
	padding: 0 0.5em;
	margin: 1em;
}

#checkout li {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	padding-left: 14px;
	margin: 0;
	line-height: 1.3em;
	white-space: nowrap;
	/* background: url(http://llpromo.bidz.com/img/li.gif) no-repeat left center; */
	text-align: left;
}

#checkout ol li, #checkout ul li {
	white-space: normal;
	background: none;
	padding-left: 0;
}

h2 {
	font: bold italic 1.4em Arial, Verdana, Helvetica, sans-serif;
	margin: 1em 0.5em 0.5em;
	text-align: left;
}

h4 {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0.5em;
	text-align: left;
}

p.message {
	font: normal 18px Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	margin: 2em;
	text-align: center;
}

p.note {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	margin: 1em;
	text-align: left;
}

p.important {
	color: #f60;
	margin: 1em;
}

p#confirm_message {
	margin: 50px 1em;
}

div#billing_form, div#shipping_form, div#bml_billing_form, div#bml_verify_form {
	width: 380px;
	float: left;
	margin: 0 1em;
}

div#billing_form ul {
	margin-top: 4.4em;
}

#checkout form ul {
	list-style: none;
}

#checkout form li {
	list-style: none;
	margin: 0.3em 0;
}

#checkout form label {
	display: block;
	font-size: 0.9em;
}

input#applyaddress {
	margin: 0 1em;
}

#checkout form #shipmethod_form label, #checkout #bml_verify_form label {
	display: inline;
}

#checkout #bml_verify_form li {
	margin: 1.4em 0;
}

div#shipmethod_form, div #coupon_form, div#cc_form, div#layaway_form {
	border: solid 1px #c5effd;
	background-color: #f5fcff;
	margin: 1em;
}

div#shipmethod_form { float: left; }

div#shipmethod_form ul {
	border-right: solid 1px #c5effd;
	width: 24em;
	float: left;
	/* IE Bug Fix
	height: 1%; */
}

div#shipmethod_form li {
	float: left;
	/* height: 1%; */
	white-space: nowrap;
}

div#shipmethod_form p {
	float: left;
	width: 55%;
	/* IE Bug Fix
	height: 1%; */
}

div#coupon_form, div#cc_form, div#layaway_form {
	float: left;
	width: 55%;
	padding: 0.7em;
	/* IE Bug Fix
	height: 1%; */
}

div#layaway_form table {
	background-color: #fff;
}

div#total_form {
	float: right;
	width: 35%;
	/* IE Bug Fix*/
	height: 1%;
}

div#total_form table {
	margin: 0.5em;
}

div#address_form { float: left; }

div#address_form div {
	width: 200px;
	float: left;
	margin: 0 1em;
}

div#address_form p {
	font-size: 0.9em;
	margin-left: 1em;
}

#coupon_total_set {
	width: 95%;
	float: left;
	margin: 0.5em 2.2em;
	/* IE Bug Fix
	height: 1%; */
}

.hint {
	color: #0077d4;
	text-decoration: underline;
	cursor: pointer;
	font-size: 0.5em;
}

.clear {
	clear: both;
}

td.total {
	font-size: 1.2em;
	font-weight: bold;
}

td.discount {
	font-weight: bold;
	color: #009933;
}

#checkout ul#alternate_info li { list-style: disc;}

/* congratulations or any attract attention message styles */

.congratulations
{
	background-color: #ffa;
	padding: 0.5em;
	width: 60%;
	font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
	border: solid 2px #eee;
}

.congratulations h2 {
	font-size: 1.8em;
}

.congratulations p {
	font-size: 1.3em;
	margin: 0.3em;
	color: #666;
}

.congratulations p em {
	font-weight: bold;
	font-style: normal;
	color: #0077d4;
}

.congratulations ul {
	font-size: 1em !important;
}

.congratulations li {
	font-size: 1.1em !important;
}

/* relist items ajax UI styles */
div.result {
	margin: 0.3em;
	color: #0077d4;
}
.result input {
	margin: 0.3em;
}

/* Popup styles */

.msgPopup  {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 390px;
	/*height: 200px;*/
	margin: -110px 0 0 -195px;			
	padding: 0;
	border: solid 2px #999;
	background-color: #edf4fa;
	z-index: 210;
	display: block;
	text-align: center;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	visibility: hidden;
}

.msgPopup img {
	cursor: pointer;
	position: absolute;
	text-align: right;
	right: 1px;
	top: 1px;
	width: 23px;
	height: 23px;
	border: 0;
}

.msgPopup #msgHeader, .msgPopup #infoHeader {
	font: normal 20px Verdana, Arial, Helvetica, sans-serif;
	color: #f60;
	margin: 15px 5px;
	padding: 0;
	text-align:center;
}

.msgPopup #msgErrorText li, .msgPopup #infoText li {
	margin: 5px 15px;
	text-align: left;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}

.msgPopup #infoText {
	margin: 5px 15px;
}

.msgPopup a {
	padding: 15px 0px;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	/*line-height: 60px;*/
}


.offerPopup {
	position: absolute;
	left: 5%;
	top: 20px;
	width: 90%;
	margin: 0;			
	padding: 0;
	border: solid 3px #0077d4;
	background-color: #edf4fa;
	z-index: 220;
	display: block;
	text-align: center;
	font: normal 30px Verdana, Arial, Helvetica, sans-serif;
	color: #0077d4;
	visibility: hidden;
}	
.offerPopup img {
	cursor: pointer;
	position: absolute;
	text-align: right;
	right: 2px;
	top: 2px;
	width: 23px;
	height: 23px;
	border: 0;
}
.offerPopup #vcoHeader {
	font: normal 42px Verdana, Arial, Helvetica, sans-serif;
	color: #0077d4;
	margin: 0.3em 0.5em;
	text-align: center;
}
.offerPopup #vcoItem {
	font: normal 20px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 1em;
	text-align: left;
}
.offerPopup #vcoItem img {
	position: relative;
	top: 20px;
	left: 20px;
	width: 100px;
	height: 100px;
	border: 0;
}
.offerPopup #vcoItem div {
	float: left;
	width: 140px;
	height: 140px;
	/*background: transparent url(http://llpromo.bidz.com/buyz/images/item_thumb_bg.png) no-repeat scroll;*/
	margin: 0 20px;
	border: 0;
}
.offerPopup #vcoText {
	font: normal 30px Verdana, Arial, Helvetica, sans-serif;
	color: #0077d4;
	margin: 0.3em 2em;
	text-align: center;
	clear: left;
}
.offerPopup #vcoText a {
	font: normal 30px Verdana, Arial, Helvetica, sans-serif;
	/*background: transparent url(http://llpromo.bidz.com/buyz/images/actnow_bigbtn.gif) no-repeat scroll;*/
	width: 252px;
	height: 63px;
	color: #0077d4;
	display: block;
	margin: 0.8em auto;
	text-align: center;
}
.offerPopup #vcoText a span {
	display: none;
}
.offerPopup .vcoAmount {
	font: bold 42px Verdana, Arial, Helvetica, sans-serif;
	color: #f60;
	margin: 0.3em 0.5em;
	text-align: center;
}

