.double-border-box {
	padding: 5px;
	margin-bottom: 40px;
	background-color: #fafafa;
	border: 1px solid #d8d8d8;
}

.double-border-content {
	padding: 15px 30px;
	background-color: #fff;
	border: 1px solid #d8d8d8;
}

.double-border-content p:last-child,
.double-border-content ul:last-child {
	margin: 0;
}

.double-border-content section {
	width: 45%;
	float: left;
	margin-right: 5%;
}

.double-border-content footer {
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.double-border-content section li {
	margin: 0;
	font-size: 12px;
	line-height: 20px;
}

.double-border-content section li a:link,
.double-border-content section li a:visited {
	color: #007eaf;
}

.double-border-content section li a:hover,
.double-border-content section li a:active {
	text-decoration: underline;
}

.double-border-content .address {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d8d8d8;
}

.double-border-content .address:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

.double-border-content footer {
	float: right;
	padding: 25px 0;
	text-align: center;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.double-border-content footer dl {
	margin-bottom: 20px;
}

.double-border-content footer dt {
	font-size: 16px;
	font-family: 'TheMix-Bold';
}

.double-border-content footer dd {
	font-size: 13px;
	font-family: 'TheMix-RegularItalic';
}

.double-border-content footer .download {
	padding: 7px 15%;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
	border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.user-panel {
	border: 0;
	width: 100%;
}

.user-panel th,
.user-panel td {
	border: 0;
}

.user-panel th {
	font-size: 14px;
	font-weight: normal;
	font-family: 'TheMix-Bold';
}

.user-panel tbody tr {
	border-bottom: 9px solid #fff;
}

.user-panel td {
	height: 32px;
	padding: 0px 10px;
	vertical-align: middle;
	background-color: #f6f6f6;
}

.invoices td.number {
	color: #fff;
	background-color: #666;
}

.user-panel .blue-btn {
	float: right;
	padding: 0 5%;
	font-size: 13px;
	font-weight: bold;
	line-height: 32px;
	margin-right: -10px;
	text-transform: uppercase;
	border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.user-panel td i {
	top: 6px;
	margin-left: 10px;
	position: relative;
}

.order-detail .subtotal,
.order-detail .total {
	border-bottom: 0;
}

.order-detail .subtotal th,
.order-detail .total th {
	font-size: 13px;
	vertical-align: middle;
	background-color: #f6f6f6;
	font-family: Helvetica, Arial, sans-serif;
}

.order-detail tr:odd td {
	background-color: #fff;
}

.order-detail .total th,
.order-detail .total td {
	color: #77aa38;
	font-size: 14px;
	font-weight: bold;
}

.options {
	padding-top: 17px;
	margin-bottom: 40px;
	border-top: 1px solid #b1b1b1;
}

.options ul:first-child {
	float: left;
}

.options ul:last-child {
	float: right;
}

.options ul:last-child li {
	margin-left: 10px;
}

.options li {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
}

.options li a {
	padding: 7px 10px;
	border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.ctr {
	text-align: center;
}

.cart-resume {
	width: 100%;
}

.cart-resume,
.cart-resume th,
.cart-resume td {
	border: 0;
}

.cart-resume tr {
	border-bottom: 9px solid #fff;
}

.cart-resume td {
	padding: 0;
	border-right: 10px solid #fff;
	vertical-align: middle;
}

.cart-resume td img {
	width: 98px;
	border: 1px solid #b1b1b1;
}

.cart-resume .desc,
.cart-resume .prize {
	padding: 0px 10px;
	background-color: #f6f6f6;
}

.cart-resume .desc {
	font-size: 11px;
	line-height: 16px;
}

.cart-resume .input-number {
	padding: 0;
	width: 58px;
	height: 29px;
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #b1b1b1;
}

.cart-resume .less,
.cart-resume .more {
	width: 24px;
	height: 24px;
	font-size: 14px;
	margin: 9px 0 0;
	text-align: center;
	line-height: 24px;
	display: inline-block;
	border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.cart-resume .prize,
.cart-resume .discount,
.cart-resume .subtotal {
	font-size: 18px;
	font-weight: bold;
	padding: 0px 10px;
}

.cart-resume .prize {
	color: #007eaf;
}

.cart-resume .prize.promocion {
	color: gray;
	text-decoration: line-through;
}

.cart-resume .discount {
	color: #77aa38;
}
.cart-resume .discount.promocion {
	color: gray;
	text-decoration: line-through;
}

.cart-resume .subtotal {
	color: #fff;
	background-color: #92b631;
	background-image: linear-gradient(left , rgb(148,184,49) 5%, rgb(181,208,86) 50%, rgb(155,187,49) 100%);
	background-image: -o-linear-gradient(left , rgb(148,184,49) 5%, rgb(181,208,86) 50%, rgb(155,187,49) 100%);
	background-image: -moz-linear-gradient(left , rgb(148,184,49) 5%, rgb(181,208,86) 50%, rgb(155,187,49) 100%);
	background-image: -webkit-linear-gradient(left , rgb(148,184,49) 5%, rgb(181,208,86) 50%, rgb(155,187,49) 100%);
	background-image: -ms-linear-gradient(left , rgb(148,184,49) 5%, rgb(181,208,86) 50%, rgb(155,187,49) 100%);
	background-image: -webkit-gradient(linear,left bottom,right bottom,color-stop(0.05, rgb(148,184,49)),color-stop(0.50, rgb(181,208,86)),color-stop(1, rgb(155,187,49)));	
}

.cart-resume .subtotal.promocion {
	color: #fff;
	background-color: white;
	background-image: linear-gradient(left , rgb(50,50,50) 5%, rgb(50,50,50) 50%, rgb(50,50,50) 100%);
	background-image: -o-linear-gradient(left , rgb(50,50,50) 5%, rgb(50,50,50) 50%, rgb(50,50,50) 100%);
	background-image: -moz-linear-gradient(left , rgb(50,50,50) 5%, rgb(50,50,50) 50%, rgb(50,50,50) 100%);
	background-image: -webkit-linear-gradient(left , rgb(50,50,50) 5%, rgb(50,50,50) 50%, rgb(50,50,50) 100%);
	background-image: -ms-linear-gradient(left , rgb(50,50,50) 5%, rgb(50,50,50) 50%, rgb(50,50,50) 100%);
	background-image: -webkit-gradient(linear,left bottom,right bottom,color-stop(0.05, rgb(50,50,50)),color-stop(0.50, rgb(150,150,150)),color-stop(1, rgb(50,50,50)));	
}

.cart-resume .btn-delete {
	width: 32px;
	height: 32px;
	display: block;
	line-height: 32px;
	text-align: center;
	background-color: #b13c26;
	border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image: linear-gradient(to bottom,#df7d6b,#a32a14);
}

.cart-resume .btn-delete:hover {
	box-shadow: inset 0px 2px 5px #333;
	-moz-box-shadow: inset 0px 2px 5px #333;
	-webkit-box-shadow: inset 0px 2px 5px #333;
}

.cart-resume .btn-delete i {
	position: relative;
	top: 5px;
}

.cart-resume tfoot td {
	border-right: 0;
	background: url(../images/avanzada/gray.gif) 0px 0px repeat-x;
}

.cart-resume tfoot td {
	padding-top: 20px;
}

.cart-resume .total-label {
	font-size: 25px;
	text-align: right;
	font-family: 'TheMix-RegularItalic';
}

.cart-resume .total-money {
	color: #007eaf;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

form.register-form .submit-box {
	float: none;
	width: 100%;
	margin-bottom: 40px;
}

input.register {
	border: 0;
	float: right;
	font-size: 13px;
	padding: 7px 15px;
	text-transform: uppercase;
	color: #fff !important;
	text-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0 !important;
	-webkit-box-shadow: 0 0 0 !important;
	box-shadow: 0 0 0 !important;
}

.double-border-box.client-data {
	margin-bottom: 20px;
}

.double-border-box.client-data .double-border-content {
	padding: 13px;
}

.change-address {
	font-size: 12px;
	font-weight: bold;
	padding: 4px 15px;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.step-nav {
	padding: 6px 30px;
	margin-bottom: 40px;
	border: 1px solid #d8d8d8;
	font-family: 'TheMix-Bold';
}

.step-nav .one_third {
	margin-bottom: 0;
}

.step_2,
.step_3 {
	padding-top: 5px;
	padding-left: 90px;
}

.step_2 		{	background: url(../images/avanzada/step_2_inactive.png) left center no-repeat; }
.step_2.current {	background: url(../images/avanzada/step_2_active.png) left center no-repeat; }
.step_3 		{	background: url(../images/avanzada/step_3_inactive.png) left center no-repeat; }
.step_3.current {	background: url(../images/avanzada/step_3_active.png) left center no-repeat; }

.step-nav h2,
.step-nav h3 {
	margin: 0;
	padding: 0;
	min-height: 67px;
}

.step-nav h2 {
	color: #666;
	font-size: 15px;
	line-height: 72px;
	font-family: 'TheMix-ExtraBoldItalic';
}

.step-nav h3 {
	color: #8b8b8b;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
}

.step-nav h3 span {
	display: block;
	font-size: 30px;
	line-height: 30px;
}

.step-nav .current h3 {
	color: #666;
}

/*
	Coupon validation
*/

.coupon h3 {
	color: #666;
	padding: 10px 0;
	font-size: 16px;
	margin: 0 0 15px;
	line-height: 20px;
	font-family: 'TheMix-Bold';
}

.coupon form input {
	height: 32px;
}

.coupon form input.input-text {
	width: 210px;
}

.coupon form input.blue-btn {
	padding: 0px 18px;
}

.coupon form small {
	font-size: 15px;
	margin-left: 15px;
	font-family: 'TheMix-RegularItalic';
}

.coupon form span {
	font-family: 'TheMix-ExtraBoldItalic';
}

/*
	Sending ways
*/

.legend {
	width: 240px;
	margin-left: 10px;
}

.legend header {
	min-height: 150px;
	padding: 20px 10px 10px;
	background: url(../images/avanzada/legend_header.png) center top no-repeat;
}

.legend header h4 {
	color: #fff;
	font-size: 25px;
	line-height: 28px;
	font-family: 'TheMix-ExtraBoldItalic';
}

.legend .button-like {
	display: block;
}

.legend p {
	font-size: 12px;
	line-height: 20px;
}

.legend form {
	margin-bottom: 20px;
}

.delivery {
	margin-bottom: 10px;
}

.delivery table {
	width: 100%;
}

.delivery table tr td:last-child {
	border-right: 0;
}

.delivery .extended td {
	padding-top: 20px;
	background: url(../images/avanzada/extended.png) left top no-repeat;
}

.delivery .extended td span {
	color: #77aa38;
	font-size: 13px;
	font-weight: bold;
}

.delivery .extended td b {
	font-size: 18px;
	font-weight: bold;
}

.delivery .shipping-costs {
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
}

.delivery .choice {
	float: left;
	padding: 18px 0 9px;
}

.delivery .choice label {
	color: #666;
	margin-right: 20px;
}

.delivery .choice span {
	font-weight: bold;
}

.delivery .subtotal-shipping {
	width: 50%;
	float: right;
}

.delivery .subtotal-shipping dt,
.delivery .subtotal-shipping dd {
	width: 48%;
}

.delivery .subtotal-shipping dt {
	float: left;
	font-size: 15px;
	line-height: 55px;
	text-align: right;
	font-family: 'TheMix-BoldItalic';
}

.delivery .subtotal-shipping dd {
	float: right;
	color: #77aa38;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	padding: 9px 0 0;
}

.delivery .subtotal-shipping dd small {
	display: block;
	color: #007eaf;
	font-size: 12px;
	font-weight: normal;
	font-family: 'TheMix-RegularItalic';
}

.delivery-total {
	border-bottom: 1px solid #b1b1b1;
}

.delivery-total dt,
.delivery-total dd {
	line-height: 55px;
	display: inline-block;
}

.delivery-total dt {
	float: left;
	font-size: 25px;
	margin-left: 50%;
	font-family: 'TheMix-BoldItalic';
}

.delivery-total dd {
	float: right;
	color: #007eaf;
	font-size: 30px;
	font-weight: bold;
}

/*
	PC_Paso 2
*/

.payment-choice {
	padding-bottom: 40px;
}

.payment-choice ol {
	margin: 15px 0 0;
}

.payment-choice ol li {
	margin: 0 25px 0 0;
	text-align: center;
	display: inline-block;
}

.payment-choice ol li img {
	margin-bottom: 10px;
}

.payment-choice ol li span {
	display: block;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	border-top: 1px solid #b1b1b1;
	font-family: 'TheMix-BoldItalic';
}

.payment-choice .notes {
	padding: 15px;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.payment-choice .notes h1,
.payment-choice .notes li {
	font-size: 12px;
	line-height: 20px;
}

.payment-choice .notes h1 {
	color: #666;
	margin: 0 0 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.payment-choice .notes ul,
.payment-choice .notes li {
	margin: 0;
}

.payment-choice .notes li span {
	font-weight: bold;
	margin-right: 10px;
}

.payment-choice .notes li a,
.payment-choice .notes li span {
	color: #77aa38;
}