#sp_content {padding: 10px;}

#sp_checkout { color: #000; }

#sp_page_title { font-size: 155%; margin-bottom: 15px; border-bottom: 3px solid #BBBBBB; color: #000; }
.sp_section_title { font-size: 125%; padding-bottom: 8px; color: #000; }

#sp_continue_shopping { padding: 2px 0 15px 0; }
#sp_continue_shopping a:link,
#sp_continue_shopping a:active,
#sp_continue_shopping a:visited,
#sp_continue_shopping a:hover { font-size: 80%; color: #0F4161; text-decoration: underline; }

a { outline: none; }

a:active { outline: none; }

/* Cart summary */
/*
#cart_checkout {
    position:absolute;
    left:50%;
}
*/
/* Auto-complete */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
	color: #000;
}

.ac_loading {
	background: white url('../images/indicator.gif') right center no-repeat;
	color: #000;
}

.ac_odd,
.ac_even {
	background-color: #eaeaea;
	color: #000;
}

.ac_over {
	background-color: #999999;
	color: #fff;
}

div.sp_leftbox { float: left; width: 400px; margin-right: 20px; }
div.sp_rightbox { float: right; padding-left: 20px; width: 400px; }

div.sp_clear { clear: both; }

div.sp_box { padding: 10px 0 10px 0; background-color: #EBF6FC; margin-bottom: 20px; }

div.sp_field { padding: 4px 0 4px 0; overflow: auto; height: 100%; }
    div.sp_field div.sp_left { float: left; width: 100px; margin-right: 25px; text-align: right; }
    div.sp_field div.sp_required { font-weight: bold; }
    div.sp_field div.sp_left span.sp_instructions { font: 10px 'Verdana', 'Arial', 'Helvetica'; color: #999; font-style: italic; text-transform: none;}

    div.sp_field div.sp_right { }
    div.sp_field div.sp_right span.sp_error { font-size: 1.2em; color: #ff0000; margin-left: 126px;}
		
span.sp_required { color: #ff0000; }
.sp_success { font-size: 90%; color: green; }

table#sp_cart_summary { padding: 10px; }
table#sp_cart_summary span.sp_item_price { font-size: 80%; color: #999; }

table#sp_cart_summary thead { background-color: #DCEEF9; border: 1px solid #A7DAFA; }
table#sp_cart_summary thead th { padding: 4px; color: #333333; font-weight: bold; }

#sp_head_item { text-align: left; }
#sp_head_quantity { text-align: center; }
#sp_head_price { text-align: right; }

table#sp_cart_summary tbody td { padding: 10px; }

.sp_cart_item { text-align: left; font-size: 90%; }
.sp_cart_item_quantity { text-align: center; }
.sp_cart_item_price { text-align: right; padding: 3px; }

.sp_cart_item_options { margin-left: 10px; list-style: none; }
.sp_cart_item_options li { font-size: 90%; color: #555555; }

tfoot { font-size: 90%; color: #333; background-color: #fff; }
.col1 { border-bottom: 1px solid #e4e4e4; border-right: 1px solid #e4e4e4; padding: 5px 5px 5px 8px; }
.col2 { border-bottom: 1px solid #e4e4e4; border-right: 1px solid #e4e4e4; padding: 5px; text-align: right; }
#total_label, #total_row { font-weight: bold; }

#cc_logos { background-image: url('../images/checkout-card-logos.png'); background-repeat: no-repeat; background-position: center; width: 171px; height: 23px; margin: 5px 0 5px 100px; }

.sp_separator { border-bottom: 1px dashed #999999; width: 300px; }
table.sp_order_summary { padding: 10px; }
table.sp_order_summary td { padding: 2px; }
.sp_order_summary th { text-align: right; padding-right: 5px; }
.sp_order_total,
.sp_order_total_label { font-weight: bold; }
.sp_message { padding: 3px 3px 3px 15px; margin: 4px; background-color: #ababab; border: 1px solid #999; }
.sp_account_loading { position: relative; left: 220px; top: -22px; }

table#sp_feedback { margin-top: 20px; }
table#sp_feedback td,
table#sp_feedback th { font-size: 1.2em; padding-bottom: 20px; }
#sp_feedback th { font-weight: bold; text-align: right; padding-right: 5px; width: 35%; vertical-align: top; }
#sp_feedback td { padding-left: 15px; }

.sp_shipping_methods td label {padding-left: 15px;}

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

table.sp_view_cart td {
    padding: 5px;
    border: 1px solid #fff;
    vertical-align: middle;
    background-color: #fafafa;
}
#sp_update_cart {margin: 5px 0 10px 0;}

/* Cart Page buttons */

a.sp_cart_continue {
	background-image:url("../images/cart-continue.png");
	padding-top:24px;
	width:161px;
	height: 0;
	overflow: hidden;
	margin-left: 15px;
	display: inline-block;
	
}

a.sp_cart_checkout {
	background-image:url("../images/cart-checkout.png");
	padding-top:24px;
	width:94px;
	height: 0;
	overflow: hidden;
	margin-left: 15px;
	display: inline-block;
	margin-right: 10px;
}
a.sp_cart_continue:hover, a.sp_cart_checkout:hover {
	background-position:right -24px;
}

/* Express Checkout page */
#sp_checkout_header {
	margin: 10px 0 20px 0;
	text-align: center;
}
#sp_cart_action {background-color:#fff; float: right; padding-top: 15px; margin-bottom: 10px; width: 100%; text-align: right;}

/* Checkout Process */
.warning {color: #ff0000;}
div.checkoutpage {
    width: 40%;
}
div.checkoutpage h4 {
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
	margin: 0;
	padding: 0;
	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: #000;
	font-weight: bold;
}
div.security h4 {
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px dashed #ababab;
    text-transform: lowercase;
    color: #000;
	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 {
	color: #000;
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	margin-bottom: 10px;
}
div.billship table th {
	text-align: left;
	padding-right: 10px;
	font-weight: normal;
}
div.billship table th.required {
	font-weight: bold;
}
.small {
	font-size: 85%;
}
.bread-crumbs {
	font-size: 11px;
}
div#breadcrumb {
    padding: 0 0 10px 0;
}
.heading {
	font-weight: bold;
    text-transform: uppercase;
}
/* shipping */
ul.shippingaddress {
	list-style: none;
}
/*payment */

#payment {
	width: 35%;
	float: left;
	font-size: 1.2em;
}

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

#payment input {
	width: 200px;
}

/* Order Summary */

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

#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;
	color: #000;
}

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: -15px;
}

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

.inputSubmit {
	color: #FFF;
	background-color: #7C0000;
	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-color: #000;
	border: 1px solid #FFF;
	font-weight: bold;
	padding: 6px 8px 6px 8px;
}

.inputSmall {
	font-size: 0.75em;
	padding: 4px 6px 4px 6px;
}

.inputSmall:hover {
	padding: 4px 6px 4px 6px;
}
/**** LOGIN ****/
table#login {
	padding-top: 20px;
}
table#login td {
	padding: 5px;
}
table#login th {
	font-weight: bold;
    text-align: right;
    padding-right: 10px;
}
div.checkoutpage table td {
	font-weight: bold;
	padding-top: 4px;
	padding-left: 5px;
}
div.billship table td {
	padding-top: 4px;
}
div.box>h4 {
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px dashed #ababab;
    text-transform: lowercase;
    color: #000;
	font-weight: bold;
}
/** SHIPPING **/
#address {
	width: 45%;
	float: left;
}

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

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

table.shippingoptions,
table.ordersummary {
	background: #fff;
}

table.ordersummary {
	font-size: 11px;
}

table.shippingoptions .alternate,
table.ordersummary .alternate {
	background: #e4e4e4;
}
table.shippingoptions td.description {
	color: #000;
}
.paymentoptions {
	font-size: 11px;
}
.paymentoptions li {
	padding-top: 10px;
	list-style: none;
}
span.required {
	color: #ff0000;
}
