@import url(/css/reset.css);
@import url(/css/general.css);
@import url(/css/forms.css);
@import url(/css/header.css);
@import url(/css/footer.css);

/*		Dev Styles		*/
@import url(/css/dev.css);
/*		End Dev Styles		*/

h1 {
	clear: both;
	font-size: 2em;
	line-height: 1.5em;
}

th, td {
	padding: 4px 2px 4px 0;
}

.itemPrice,
.itemSubTotal {
	text-align: right;
}

.itemPrice td,
.itemSubTotal td {
	padding-left:3px;
	padding-right:3px;
}

.itemQty {
	text-align: center;
	letter-spacing: 0;

}



.itemQty input {
	width: 30px;
	margin-top: 0;
}

form {
	width: 340px;
}

.formCheckbox,
.formRadio,
.formControls {
	padding-left: 150px;
}

.formCheckbox .legend,
.formRadio .legend,
.formControls .legend {
	display: block;
	margin-left: -150px;
}

label .formNote {
	width: 175px;
	margin-left: 150px;
}

.role_main {
	float: left;
	width: 612px;
	padding: 0;
	border: none;
	margin: 0 0px 1.5em 0;
}

.role_secondary {
	float: right;
	width: 340px;
	padding: 0;
	margin: 0 0 1.5em 0;
	color: #000;
	background: #EEEEEE;
	letter-spacing: 1px;
	line-height: 1.1em;

}

.role_main table,
.role_secondary table {
	width: 100%;
}

.role_main td,
.role_main th {
	border-bottom: 1px solid #CCC;
}

.role_main tfoot td {
	border: none;
}

.role_main#Confirm_Table tfoot td {
	border-bottom: 1px solid #CCC;
}

.role_main tfoot th {
	text-align: right;
}

#xoutkeycodeForm {

}

#xoutkeycodeForm legend {
	display: block;
	text-align: center;
	font-weight: bold;
}

#xoutkeycodeForm button {
	border-bottom-color: #DDD;
	color: #DDD;
}

#Cart_Totals {
	line-height: 1em;
    font-size: 12px;
	width: 280px;
}

#Cart_Totals .itemSubTotal {
    padding-right:20px;

	font-weight: bold;

}

#Cart_Totals input {
	width: auto;
	margin:0 0 2px 0;
}

#Cart_Totals td {
}

#Cart_Totals th {
	text-align: right;
	width: 200px;
}

.role_secondary {
	text-align: right;
}

.role_secondary a {
	color: #000;
}

#shopping_links  {
	background-color: #000;
	text-align: left;
	color: #FFF80D;
	font-size: 12px;
	width: 320px;
}
#shopping_links a  {
	color: #FFF80D;
	font-size: 14px;
letter-spacing: 0;
margin-left:10px;
}

#shopping_links span  {
letter-spacing: 0;
color: #fff;
text-align:center;
}

#shopping_links h2  {
	font-size: 17px;
	padding:4px;
}
#shopping_links li {
	float: left;
	width: 13em;
	margin-left: 1em;
	margin-bottom: 6px;
}

/*		Checkout Styles		*/
.step {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
}

.step.current h2,
.step.incomplete strong,
.step.completed strong {
	display: block;
	padding: 0 10px;
    margin-bottom: 2px;
	color: #000;
	background: #EB0000;
	font-size: 1.5em;
	line-height: 1.5em;
}

.step.current h2 {
	color: #3450A2;
	background: #FFF;
}

.step.completed strong {
	background: #EB0000;
}

.step.completed div {
	padding: 0 10px;
}

.checkoutForm {
	position: relative;
	float: left;
	width: 330px;
	border-right: none;
	margin: 1.5em 0px;
	zoom: 1;
}
 
 .noborder  {
	border-right: 0 ;

}

.checkoutForm.loginForm {
	float: right;
	border-left: 1px solid;
	border-right: 0;
}

.checkoutForm.loginForm legend {
	font-size: .9em;
	font-weight: bold;
	display:block;
}

.checkoutForm.loginForm fieldset {
	text-align: left;
}


.checkoutForm#xoutShipMethodForm {
	border: none;
	width: auto;
}

.checkoutForm#xoutShipMethodForm select {
	width: 350px;
}


#Step_Verify form {
	width: auto;
	padding: 0 10px;
}

.checkoutForm label {
	padding: 0;
}

.checkoutForm .formCheckbox label,
.checkoutForm .formRadio label {
	width: 175px;
	text-indent: -2.75em;
}


.checkoutForm input {
	position: relative;
	width: 175px;
}
/*
.checkoutForm .formCheckbox input,
.checkoutForm .formRadio input {
	margin: 0;
}
*/

.checkoutForm select {
	width: 179px;
}

#CC_Expiration select {
	width: 78px;
	margin-bottom: .5em;
}

#CC_Expiration select#card_type_placeholder2 {
	width: 77px;
	margin-right: 10px;
}

.checkoutBlurb {
	position: relative;
	float: right;
	width: 195px;
	padding: 0px;
	border-left: none;
	margin: 1.5em 0 1.5em -1px;
}

.checkoutBlurb.loginForm {
	float: left;
	border: 0;
}

.checkoutBlurb.loginForm strong {
	font-size: .9em;
	font-weight: bold;
white-space:nowrap;

}

.returnCust  {
	margin-left: 30px;
}
.returnCust legend {
	padding-bottom: 8px;
}
.returnCust .formRadio {
	padding-left: 86px;
	}

#Verify_Bill,
#Verify_Ship,
#Verify_Payment {
	text-align: left;
}

#Verify_Bill,
#Verify_Ship {
	float: left;
	width: 260px;
	margin-top: -1em;
}

#Verify_Bill {
	padding-right: 9px;
	border-right: 1px solid;
}

#Verify_Ship {
	padding-left: 10px;
	border-left: 1px solid;
	margin-left: -1px;
}

#Verify_Payment {
	clear: both;
	width: 200px;
	margin: 0 auto;
}

#Verify_Bill legend,
#Verify_Ship legend,
#Verify_Payment legend {
	padding-top: 1em;
}

#Step_Verify .formControls {
	padding: 0;
	text-align: center;
}

/*		Confirmation Styles		*/
p.xoutConfirmation {
	margin-bottom: 1.5em;
}

#Confirm_Table form {
	width: auto;
}

#Billing_Shipping_Payment div {
	margin-bottom: 1.5em;
	text-align: left;
}

.role_contentinfo {
	margin-left: 0;
}

.errorsAjax {
	color: #900;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}

.role_secondary .errorsAjax {
	color: #FFF200;
}



/*		Processing Overlay Styles		*/
#Processing .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: block;
	background: #000;
	opacity: .5;
}

#Processing #Processing_Content {
	position: absolute;
	top: 50%;
	z-index: 110;
	display: block;
	width: 440px;
	height: 80px;
	padding: 10px;
	margin: -25px 50px 0;
	background: #FFF;
}

#Processing #Processing_Content #Loading_Bar {
	display: block;
	height: 1.5em;
	margin-top: 10px;
	background: #000 url(/images/content/framework/loading_bg.gif);
}

table.confirmTable th.itemPrice, table.confirmTable th.itemSubtotal {
	text-align: center;
	}
	
table.confirmTable td.itemPrice, table.confirmTable td.itemSubtotal {
	text-align: right;
	padding: 2px 4px 2px 4px;
	}
	
#srcapplied	{
	font-size:85%;
	padding:10px 5px 0 5px;
	letter-spacing: 0;
	text-align:center;
	color:#333;
}
