﻿#checkoutSteps
{
	background-color: #efefef;
	margin-bottom: 20px;
	width: 780px;
	color: #8a8a8a;
	border: 1px solid #bfbfbf;
}


#checkoutSteps ul
{
	min-height: 40px;
	width: 100%;
    display: table;
    table-layout: fixed; /* optional, for equal spacing */
    border-collapse: collapse;
    font-size: 80%;
}

#checkoutSteps ul li
{
	min-height: 40px;
	padding: 5px 5px 5px 5px;

    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


#checkoutSteps ul li span
{
	display: block;
}

.step
{
	/*display: block;
	width: 144px;
	float: left;
	text-align: center;*/
}

.active
{
	background-color: #ff4388;
	font-weight: bold;
	color: white;
}

.border-right
{
	border-right: 1px solid #bfbfbf;
}

#checkoutSubtitle
{
	text-transform: uppercase;
	font-size: 18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #555;
	font-weight: bold;
	width: auto;
	padding: 5px 0 5px 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #bfbfbf;
}

#address .checkbox {
	border:medium none;
	margin: 10px;
	width:auto;
}

.checkoutButtons input
{
	/*font-size: 120%;
	min-width: 150px;*/
}

.checkoutButtons
{
	clear: both;
	padding-top: 15px;
}

.checkoutButtonLeft
{
	float: left;
	border-right: 1px solid #bfbfbf;
	padding: 5px 10px 5px 0;
}

.checkoutButtonRight
{
	float: left;
	padding: 5px 0px 5px 10px;
}

.address
{
	/*float: left;*/
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.address h3
{
 	color: #ff4388;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
}

.address span
{
	display: block;
	font-size: 12px;
	margin: 5px;
}

#shippingAddress {
	/*margin-top:10px*/
}

#paymentDetails
{
	clear: both;
}

#ids
{
	background-color: #ffffcc;
	border: 1px solid #bfbfbf;
	width: 225px;
	float: right;
	margin-right: 0;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	line-height: 140%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#ids label
{
	width: 49%;
	display: block;
	float: left;
}

#ids span
{
	width: 49%;
	text-align: right;
	display: block;
	float: right;
}

#orderReview
{
	font-size: 11px;
	border-collapse: collapse;
	border: 1px solid #bfbfbf;
	border-bottom: 0;
}

#orderReview table
{
	width: 100%;
}

#orderReview th
{
	padding: 5px 5px 5px 5px;
}

#orderReview td
{
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
}

#orderReview td img
{
	height: 50px;
	width: 50px;
	display: block;
	margin: 0;
	padding: 0;
}

.headerRow
{
	background-color: #FFCDDF;
}

#orderReview .skuColumn
{
	width: 160px;
}

#orderReview .descriptionColumn
{
	width: 300px;
}

#orderReview .imageColumn
{
	width: 50px;
}

#Total
{
	width: 33%;
	float: left;
	float: right;
	font-size: 11px;
	margin-top: 10px;
}

#Total table
{
	width: 100%;
	border: 1px solid #bfbfbf;
}

#Total td
{
	padding: 7px 5px 7px 5px;
	text-align: right;
	border-right: 1px solid #bfbfbf;
	font-weight: bold;
}

#Total .value
{
	font-weight: normal;
}	

#Total .summary
{
	background-color: #ffffcc;
	border-top: 1px solid #bfbfbf;
}
	
#paymentDetail
{
	margin-top: 10px;
	font-size: 11px;
	border: 1px solid #00b2ca;
	line-height: 1.5em;
	width: 50%;
}

#paymentDetail div
{
	padding: 7px 5px 7px 5px;
}

#paymentDetail span
{
	padding: 7px 5px 7px 5px;
	width: 100%;
}

#paymentDetail #payementDetailHeader
{
	font-weight: bold;
}

#confirmationTextWrapper
{
	width: 100%;
	text-align: center;
	font-size: 1em;
	background-color: #FFCDDF;
	border: 1px solid #FF4388;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 150%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
}

#confirmationText
{
	padding: 10px;
}

#checkoutContent
{
	margin-bottom: 20px;
}

#paymentTypes
{
	line-height: 64px;
	vertical-align: middle;
}


#paymentTypes img
{
	display: block;
	float: left;
	/*width: 64px;*/
	height: 64px;
}

#orderNotesArea
{
	width: 50%;
	height: 7em;
	font-size: 11px;
	font-family: inherit;
}

#orderNotesContainer
{
	font-size: 11px;
}

#checkoutContent legend
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	color: #ff4388;
}

#orderNotesContainer label
{
	display: block;
	padding-top: 10px;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
}

#orderNotesContainer textarea
{
	border: 1px solid #bfbfbf;
	padding: 7px 5px 7px 5px;
	/*width: 40em;*/
	font-size: 11px;
	font-family: inherit;
	overflow: auto;
}

/* Shipping options */
#ShippingOptions {
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 0;
}
	
#ShippingOptions tr{
	border:1px solid #bfbfbf;
}
	
#ShippingOptions td{
	vertical-align:middle;
	padding: 5px;
}

#ShippingOptions .shipLogo{
	width:200px;
}

/* Payment methods */

#paymentTypeContainer {
	margin-bottom: 40px;	
}

.singleIcon {
	margin-right: 68px;	
}

.doubleIcon {
	margin-right: 2px;
}

#creditCardInfo label {
	width:150px;
}

#boOptions {
    width: 90%;
    margin: 0 auto;
    font-size: 90%;
    line-height: 1.4em;
}

#boOptions inner {
    padding-bottom: 2em;
}

#boOptions fieldset {
    clear:both
}

/**/
#boOptions fieldset li{
   margin-bottom: 8px;
   font-size:0.9em;
}
/**/

#boOptions p {
    margin-bottom: 1em;
}

#boOptions input {
    margin-top: 10px; /*before 1.5em*/
}

/* shipping method styles align text*/

label,Shipping0,Shipping1,Shipping2 {
	/*width: 93%;*/
  	display:inline-block;
}

input,Shipping0,Shipping1,Shipping2 {
  
  vertical-align:top;
  display:inline-block;
  margin: 0;
  
}