/****************************************************** CHECKOUT PROCESS ***/

#shoptimusprime {
	background: #edebd2;
	padding: 10px;
	margin-top: -5px;
}

/**********************************
		CHECKOUT PAGE
*********************************/

#checkoutsteps {
	background-color: #939170;
	margin: 0px -20px 3px -20px;
	padding: 5px 20px 20px 20px;
}


#checkoutsteps ul {
	list-style: none;
}

#checkoutsteps li.active a,
#checkoutsteps a:hover {
	background:url(../images/checkout_tableft.gif) no-repeat left top;
	color: #000;
	display: block;
	padding: 6px 14px 0 3px;
	margin-top: -4px;

}

#checkoutsteps li.active a span,
#checkoutsteps a:hover span{
	background:url(../images/checkout_tabright.gif) no-repeat right top;
	padding: 6px 8px 5px 5px;
	color: #000;
	display: block;
	margin-top: -6px;

	
}

#checkoutsteps a:hover {
	margin-top: -4px;
  
}

#checkoutsteps a {
	color: #fff;
	font-weight: bold;
	font-size: 9px;
	float: left;
	padding: 6px 14px 0 3px;
	margin-top: -4px;
	text-decoration: none;
}

#checkoutsteps a span {
	padding: 6px 8px 5px 5px;

}

/* Alert Message styles */
div.error {
	color: #9a2527;
	padding: 10px 0 10px 25px;
	background-color: #e8e7e7;
	border: 1px solid #7d7171;
	width: 400px;
}
span.error {
    color: #ff0000;
}
.success {
	color: #0000ff;
	font-weight: bold;
}
span.warning {
    color: #ff0000;
}

/* Checkout */
div.checkoutpage {
    width: 40%;
}
div.checkoutpage h4 {
        font-weight: bold;
        font-size: 1.1em;
        color: #fff;
        margin: 0;
        padding: 5px;
        border-bottom: 0;
}
div.personal {
    float: left;
        margin-right: 5%;
        padding-top: 20px;
}
div.address {
    float: right;
        margin-right: 5%;
        padding-top: 20px;
}
div.checkout h4 {
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px dashed #ababab;
    text-transform: lowercase;
    color: #fff;
    font-weight: bold;
}
div.security h4 {
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px dashed #ababab;
    text-transform: lowercase;
    color: #fff;
        font-weight: bold;
}


/* Billing and shipping */
div.billship {
	width: 45%;
}
div.billing {
	float: left;
	margin-left: 0;
	padding-top: 20px;
}
div.shipping { 
	float: right;
	margin-right: 2%;
	padding-top: 20px;
}
div.billship>h4 {
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
div.billship table th {
	text-align: left;
	padding-right: 10px;
	font-weight: normal;
}
div.billship table th.required {
	font-weight: bold;
}
div.billship table td {
	padding: 5px 0 5px 0;
}
.small {
	font-size: 85%;
}

/* VIEW CART TABLE */
table#view-cart {
	color: #000;
}
table#view-cart a:link,
table#view-cart a:active,
table#view-cart a:visited {
	color: #000;
}
table#view-cart a:hover {
	color: #999999;
}
table#view-cart .options {
    padding-left: 10px;
}
table#view-cart th {
    font-weight: bold;
    text-transform: uppercase;
    background-color: #53523d;
    margin: 2px;
    height: 20px;
    text-align: center;
    color: #fff;
}
table .left {
	text-align: left;
	padding-left: 15px;
}
table .right {
	text-align: right;
	padding-right: 15px;
}
table#view-cart td.heading {
    text-align: right;
    font-weight: bold;
    padding-right: 10px;
}

table#view-cart td,
table#view-cart th {
    padding: 5px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
}
table#view-cart .cartHeader {

}
/* SIGNUP TABLE */
table#signup td {
	padding: 4px;
}

/* SHIPPING */
#address {
	width: 45%;
	float: left;
}

#address ul {
	list-style: none;
}

#address ul li {
	padding: 3px;
}

#address li span {
	margin-left: 80px;
	margin-top: -15px;
	display: block;
}

#shipping {
	width: 45%;
	margin-left: 30px;
	float: left;
}

table.shippingoptions {
	/*background: #e4e4e4;*/
}

table.shippingoptions .shipalternate {
	/*background: #fff;*/
}


table.shippingoptions td.description {
	color: #fff;
	padding: 20px;
}

table.shippingoptions td.shipprice {
	font-weight: bold;
	padding-right: 10px;
	text-align: center;
}

#shipping input.radio {
	padding-bottom: 20px;
	width: 20px;
	height: 30px;
}


#payment {
	width: 45%;
        float: left;
        font-size: 1.0em;
}

#payment strong {
        width: 120px;
        float: left;
}

#payment input {
        width: 200px;
}

#payment ul {
	list-style: none;
}

#payment ul li {
	padding: 5px 0 5px 0;
}

/* Order Summary */

#summary {
	width: 48%;
        float: left;
        margin-left: 5%;
        font-size: 1.0em;
}

#summary li {
        height: 30px;
        padding-top: 10px;
        display: block;

}

#summary li.top {
        background: #ddd;
}

#summary li span {
        margin-top: -20px;
        padding-left: 30px;
}

#summary li span.total {
        float: right;
        margin-right: 10px;
        padding-top: 10px;
}

table.ordersummary {
        padding-top: 10px;
        padding-bottom: 2px;
}

table.ordersummary td {
        padding: 4px;
}

table.ordersummary td.quantity {
        text-align: center;
}
table.ordersummary td.item {
        text-align: right;
}

tr.alternate {
        background-color: #ababab;
}
ul.totals {
        border-top: 0;
        border-top: 1px solid #c4c4c4;
        margin: 0;
        padding: 0;
}

li.subtotal {
        text-align: right;
        border-bottom: 1px solid #c4c4c4;
}

li.shipping {
        text-align: right;
        display: block;
}
li.handling {
        text-align: right;
        display: block;
        margin-top: -20px;
}
li.tax {
        text-align: right;
        display: block;
        margin-top: -20px;
}

li.discount {
        border-top: 1px solid #c4c4c4;
        font-weight: bold;
        text-align: right;
        display: block;
        margin-bottom: 10px;
}


li.grandtotal {
        border-top: 1px solid #c4c4c4;
        font-size: 1.5em;
        font-weight: bold;
        text-align: right;
        display: block;
        margin-top: -10px;
}

.placeorder {
        float: right;
        position: relative;
}

.placeorder-wait {
        float: right;
        position: relative;
        border: 0;
}

.ssl {
        float: right;
        display: block;
        margin-top: 0;
}

a.modify  {
        color: #fff;
        font-size: .8em;
        float: right;
        margin-top: -15px;
}

.inputSubmit {
        color: #FFF;
        background: url(../images/button_bg.jpg) repeat-x;
        background-color: #999;
        border: 1px solid #FFF;
        font-size : 0.9em;
        font-weight: bold;
        padding: 6px 8px 6px 8px;
        margin-left: 0px;
        cursor: pointer;
        margin-top: 10px;
}

.inputSubmit:hover {
        color: #FFFFFF;
        background: url(../images/button_bgOver.jpg) repeat-x;
        background-color: #001C30;
        border: 1px solid #FFF;
        font-weight: bold;
        padding: 6px 8px 6px 8px;
}

div.sp_leftbox { float: left; width: 350px; margin-right: 20px; }
div.sp_rightbox { float: right; padding-left: 20px; width: 350px; }
div.sp_box { padding: 10px 0 10px 0; background-color: #EBF6FC; margin-bottom: 20px; }

/* Recommended */
#recommended {
	margin-top: 10px;
}
.recommend-box {
	padding: 15px 10px 10px 20px;
	float: left;
	height: 300px;
}
.recommend-box p {
	padding: 2px 0 2px 0;
}
.recommend-title {
	font-size: 12px;
	font-weight: bold;
}
.recommend-price {
	font-size: 14px;
	font-weight: bold;
}
.recommend-button {
	padding: 5px;
	background-color: #722920;
	border: 1px solid #fff;
}
a.recommend-button:link,
a.recommend-button:visited,
a.recommend-button:active {
	text-decoration: none;
	color: #fff;
}
a.recommend-button:hover {
	background-color: #b57d77;
}
.buyinstructions {
	font-weight: bold;
	font-size: 16px;
	margin: -40px 0 20px 0;
}