@charset "UTF-8";
/* CSS Document */

#content{
	width: 1000px;
	margin: 0 auto;
	margin-top: 45px;
	position: relative;
}

#content #cartItems{
    width: 100%;
	margin: 0;
	padding: 20px;
	border: 2px solid #9facb5;
	background-color: #fff;
	-moz-border-radius: 20px;
	border-radius: 20px;
	behavior: url(scripts/border-radius-fix.htc);

}

#content #cartItems tr{
	list-style-type: none;
	clear:left;
	padding: 10px;
	background-color: #fff;
}

#content #cartItems tr.even, #content #cartItems tr.even td{
	background-color: #d9dee1;
    border-color: #d9dee1;
}

#content #cartItems td{
    padding: 10px;
}

#content #cartItems tr td.alignRight{
	text-align: right;
}

#content #cartItems li span.num{
	width: 12%;
}

#content #cartItems li span.disc{
	width: 12%;
}


#content #cartTotal{
	float: right;
	padding-right: 30px;
	text-align: right;
	line-height: 2em;
}

.button{
	position: relative;
	margin: 10px auto;
	padding: 0 7px;
	border: none;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: url(/images/button_bg.gif) center center repeat-x #013355;
/*	behavior: url(/scripts/border-radius-fix.htc);*/
	-moz-border-radius: 5px;
	border-radius: 5px;	
}


div.checkoutAddress{
	position:relative;
	float: left;
	min-width: 250px;
	height: 150px;
	behavior: url(/scripts/border-radius-fix.htc);
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #d9dee1;
	border: #9facb5 1px solid;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.deleteAddress {
    float: right;
}

/*Shipping selection*/

#carrierSelection{
	float: left;
	margin: 30px;
	margin-top: 10px;
}

#shipNotes{
	float:right;
	margin: 30px;
	margin-top: 10px;
}

#shipNotes ul{
	padding: 0;
	list-style: none;
}

#shipNotes ul li{
	list-style-type: none;	
}

#shipNotes ul li label{
	float: left;
	display: block;
	/*width: 12em;*/
	width: 17em;
	text-align: right;
	padding-right: 15px;
	font-size: 0.9em;
	margin-bottom: 15px;
}

#shipMethods{
	float: right;
}

#shipMethods ul{
	padding: 0;
	list-style: none;
}

#shipMethods ul li{
	list-style-type: none;
}

#shipMethods h3{
	width:200px;	
}

/*End Shipping selection*/
.container.payments {
	width: 100%;
}

#pmt_methods form{
	margin: 20px auto;
	/*height: 215px;*/
}

#pmt_methods form fieldset{
	height: 100%;
}

#pmt_methods ul.splits{
	padding: 0;
	margin: 0 auto;
	list-style: none;
	width: 90%;
}

#pmt_methods ul.splits li{
	clear: right;
	list-style-type: none;
	margin: 10px auto;
    background-color: #fff;
    padding: 1em;
}

#pmt_methods ul.splits li.even{
    background-color: #d9dee1;
}

#pmt_methods ul.splits li .address{
    float: left;
    width: 300px;
}
#pmt_methods ul.splits li span{
	margin-right: 125px;
	float: right;
}

#pmt_methods ul.splits li a{
	float: right;
	margin: 0;
}

#addressList{
	float:left;
	width: 400px
}
#addressList ul{
	height: 150px;
	overflow: scroll;
	overflow-x: hidden;
	-ms-overflow-x: hidden;
}



#pmt_methods ul li label.error{
	display: inline;
	float: left;
	/*width: auto;*/
}

#pmt_methods #addressList ul li label.error{
	position:absolute;
	top: 40px;
	margin-left: 0;
}

#payment_form{
	width:auto;
}

#reviewNotice{
    font-size: 1.5em;
    text-align: center;
    padding: 0 2em;
    font-weight: 200;
}

#orderContact ul{
    list-style: none;
}