/* Added for new shop */

/*
STORECART RIGHT SIDEBAR
*/
#storeSideBar
{
	position: fixed;
	width: 6px;
	height: 100%;
	background-image: url(/frontend/images/backgrounds/language-bar.png);
	
	background-repeat: repeat-y;
	background-position: -6px 0;
	z-index: 9;
	right: 0;
}

#storeUserContainer
{
	width: 180px;
	height: 100px;
	position: absolute;
	top: 557px;
	right: 0;
	z-index: 1000;
        display: block;
}


#userIcon
{
	width: 19px; 
	float: right;
	height: 17px;
	margin-right: 19px;
	display: block;
	background-image: url(/frontend/images/icons/store-user.svg);
background-repeat: no-repeat;
	margin-bottom: 10px;
}
#userIcon:hover
{
	background-position: -19px 0;
}
#storeUserContainer .arrow
{
	position: absolute;
	right: 6px;
	margin-top: 2px;
	width: 5px;
	height: 10px;
	background-image: url(/frontend/images/icons/languages-arrow.png);
	background-repeat: no-repeat;
	background-position: -5px 0;
	
}

#storeCartContainer
{
	width: 180px;
	height: 100px;
	position: absolute;
	top: 587px;
	right: 0;
	z-index: 1000;
        display: block;
}


#cartIcon
{
	width: 19px; 
	float: right;
	height: 17px;
	margin-right: 20px;
	display: block;
	background-image: url(/frontend/images/icons/store-cart.svg);
	margin-bottom: 10px;
}
#cartIcon:hover
{
	background-position: -19px 0;
}
#storeCartContainer .arrow
{
	position: absolute;
	right: 6px;
	margin-top: 2px;
	width: 5px;
	height: 10px;
	background-image: url(/frontend/images/icons/languages-arrow.png);
	background-repeat: no-repeat;
	background-position: -5px 0;
	
}

/*#storeSideBar
{
	position: fixed;
	width: 6px;
	height: 100%;
	background-image: url(../images/backgrounds/language-bar.png);
	
	background-repeat: repeat-y;
	background-position: -6px 0;
	z-index: 900;
	right: 0;
}


#storeCartContainer
{
	width: 180px;
	height: 100px;
	position: absolute;
	top: 557px;
	right: 0;
	z-index: 1000;
	display: none;
}


#cartContainer
{
	display: none;
	clear: both;
}

#cartIcon
{
	width: 19px; 
	float: right;
	height: 17px;
	margin-right: 20px;
	display: block;
	background-image: url(../images/icons/store-cart.svg);
	margin-bottom: 10px;
}
#cartIcon:hover
{
	background-position: -19px 0;
}
#storeCartContainer .arrow
{
	position: absolute;
	right: 6px;
	margin-top: 2px;
	width: 5px;
	height: 10px;
	background-image: url(../images/icons/languages-arrow.png);
	background-repeat: no-repeat;
	background-position: -5px 0;
	
}*/

#cartItemsContainer
{
	min-height: 71px;
	max-height: 287px;
	overflow: hidden;
	width: 160px;
	margin-right: 20px;
	
}

#cartItemsContainer article img
{
	float: left;
}

#cartItemsContainer article .info
{
	float: left;
	padding-top: 7px;
	height: 64px;
	width: 105px;
	padding-left: 5px;

}
#cartItemsContainer article .info .quantity
{
	color: #603e54;
	font-family: 'fedraserifa_bookitalic';
	font-size: 12px;
	margin-bottom: 2px;

}

#cartItemsContainer article .info .title
{
	color: #4c4c4c;
	font-family: 'fedraserifa_bookitalic';
	font-size: 12px;
	margin-bottom: 15px;
}

#cartItemsContainer article .info .title span
{
	color: rgb(178, 178, 178);
}
#cartItemsContainer article .info .price
{
	color: #ff6212;
	font-family: 'estilo_textbold';
	font-size: 12px;
	margin-bottom: 3px;
}


#cartItemsContainer article
{
	width: 160px;
	height: 71px;
	background-color: #ffffff;
	clear: both;
	border-bottom: 1px solid #dddddd;
}
#storeCartContainer .cartTotal
{
	color: #858484;
	width: 160px;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 30px;
	background-color: #b7b7b7;
	text-transform: uppercase;
	font-family: 'estilo_textbold';
	text-decoration: none;
	font-size: 16px;
}

#storeCartContainer .cartTotal span
{
	color: #fff;
}
#storeCartContainer .cartTotalItems
{
	color: #858484;
	width: 160px;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 30px;
	background-color: #d2d0d0;
	font-family: 'estilo_textbold';
	text-decoration: none;
}
#storeCartContainer .cartTotalItems:hover
{
	background-color: #613e53;
	color: #ffffff;
}

#storeCartContainer  var
{
	color: #ffffff;
	text-decoration: none;
	font-style: normal;
}

#storeCartContainer a.endPurchase
{
	color: #ffffff;
	width: 160px;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 30px;
	background-color: #ff600f;
	text-transform: uppercase;
	font-family: 'estilo_textbold';
	text-decoration: none;
	display: none;
}

#storeCartContainer a.endPurchase:hover
{
	background-color: #613e53;
}
.contentBody .buyButton
{
	width: 79px;
	height: 35px;
	margin-left: 255px;
	margin-bottom: 20px;
	background-image: url(../images/backgrounds/store-addtocart-button.png);
	background-color: #fafafa;
	display: block;
	color: #ffffff;
	font-family: 'estilo_textbold';
	text-transform: uppercase;
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 4px;
	background-position: -179px 0;
}

.storeListItem .buyButton
{
	width: 79px;
	height: 35px;
	position: absolute;
	bottom: 20px;
	background-image: url(../images/backgrounds/store-addtocart-button.png);
	background-color: #fafafa;
	display: block;
	color: #ffffff;
	font-family: 'estilo_textbold';
	text-transform: uppercase;
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 4px;
	z-index: 100;
	background-position: -179px 0;
}

.buyButton:hover
{
	background-position: 0 0;
	text-decoration: none;
	color: #ffffff;
}
.checkoutStates
{
	position: relative;
	height: 29px;
	width: 823px;
	margin: auto;
	padding-left: 2px;
	padding-right: 2px;
	clear: both;
}

.checkoutStates .bulletsContainer .bulletOutside
{	
	width: 29px;
	height: 29px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #e9e9e9; /* color overlay */
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 0 #bfbfbf, inset 0 0 4px rgba(222,222,222,.56); /* drop shadow, inner shadow and inner glow */
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 0 #bfbfbf, inset 0 0 4px rgba(222,222,222,.56); /* drop shadow, inner shadow and inner glow */
	box-shadow: 0 1px 0 #fff, inset 0 1px 0 #bfbfbf, inset 0 0 4px rgba(222,222,222,.56); /* drop shadow, inner shadow and inner glow */
	position: absolute;
	z-index: 1;
	left: 50%; 
	margin-left: -15px;
}


.checkoutStates .bulletsContainer .bulletOutside:first-child
{
	left: 0;
	margin: 0;
}

.checkoutStates .bulletsContainer .bulletOutside:last-child
{
	right: 0;
	left: auto;
	margin: 0;
}

.checkoutStates .bullet
{
	width: 15px;
	height: 15px;
	border: 1px solid #bfbfbf; /* stroke */
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #f3f3f3; /* layer fill content */
	-moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,.14), inset 0 0 0 1px rgba(255,255,255,.01); /* inner shadow and inner glow */
	-webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,.14), inset 0 0 0 1px rgba(255,255,255,.01); /* inner shadow and inner glow */
	box-shadow: inset 1px 1px 0 rgba(255,255,255,.14), inset 0 0 0 1px rgba(255,255,255,.01); /* inner shadow and inner glow */
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjVmNWY1IiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=); /* gradient overlay */
	background-image: -moz-linear-gradient(bottom, rgba(233,233,233,.6) 0%, rgba(245,245,245,0) 100%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, rgba(233,233,233,.6) 0%, rgba(245,245,245,0) 100%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, rgba(233,233,233,.6) 0%, rgba(245,245,245,0) 100%); /* gradient overlay */
	background-image: linear-gradient(bottom, rgba(233,233,233,.6) 0%, rgba(245,245,245,0) 100%); /* gradient overlay */
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
	color: #606b6f;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	font-family: 'estilo_textbold';
	display: block;
	text-decoration: none;
}	
.checkoutStates .checked
{
	
	width: 16px;
	height: 16px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #86c000; /* layer fill content */
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
	color: #ffffff;
	text-align: center;
	font-size: 11px;
	line-height: 18px;
	font-family: 'estilo_textbold';
	display: block;
	text-decoration: none;
}
.checkoutStates .active
{
	width: 23px;
	height: 23px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #5f3d53; /* layer fill content */
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -11px;
	margin-top: -11px;
	text-align: center;
	line-height: 25px;
	color: #ffffff;
	font-size: 15px;
	font-family: 'estilo_textbold';
	display: block;
	text-decoration: none;
}
.checkoutStates .bar {
	width: 825px;
	height: 8px;
	background-color: #e9e9e9; /* color overlay */
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 0 #bfbfbf, inset 0 0 4px rgba(222,222,222,.56); /* drop shadow, inner shadow and inner glow */
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 0 #bfbfbf, inset 0 0 4px rgba(222,222,222,.56); /* drop shadow, inner shadow and inner glow */
	box-shadow: 0 1px 0 #fff, inset 0 1px 0 #bfbfbf, inset 0 0 4px rgba(222,222,222,.56); /* drop shadow, inner shadow and inner glow */
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -412px;
	margin-top: -4px;
	z-index: 0;
}


/***********************/
/*										*/
/*    STORE / CHECKOUT      */
/*										*/
/***********************/
#containerCheckout
{

	width: 921px;
	margin-bottom: 180px;
	position: relative;
	left: 50%;
	margin-left: -462px;
	min-height: 600px;
	padding-top: 40px;
	padding-bottom: 80px;
	overflow: hidden;
	line-height: 15px;
	background-image: url(../images/backgrounds/general-light-bckground.png);

}
#containerCheckout article 
{
 	border-top: 1px solid #e9e9e9;
 	padding-top: 20px;
 	height: 120px;
 	width: 921px;
}

#containerCheckout article:last-child
{
	border-bottom: 1px solid #e9e9e9;
}

#containerCheckout .labels .label:last-child
{
	text-align: right;
}
#containerCheckout .labels .label:first-child
{
	text-align: left;
}
#containerCheckout .labels
{
	height: 30px;
	width: 827px;
	margin: auto;
}
#containerCheckout .labels .label
{
	float: left;
	width: 275px;
	text-align: center;
	font-family: 'fedraserifa_bookitalic';
	font-size: 12px;
	color: #c1c0c0;
}
#containerCheckout .labels .label.active
{
	color: #603e54;
}
#containerCheckout .labels .label.checked
{
	color: #87c000;
}

#containerCheckout .checkoutStepsContainer
{
	width: 3684px;
	position: relative;
	margin-top: 30px;
	overflow: hidden;
}

.checkoutStep
{
	width: 921px;
	float: left;
}

.checkoutStep .column
{
	width: 413px;

}
.checkoutStep .column.left
{
	padding-right: 37px;
	width: 376px;
}
.checkoutStep .column.right
{
	padding-left: 37px;
	width: 376px;
}

.checkoutStep .columnsTitles .column
{
	float: left;
	width: 184px;
	color: #603e54;
	font-family: 'fedraserifa_bookitalic';
	font-size: 12px;
	margin-bottom: 15px;
	height: 20px;
}
.checkoutStep .columnsTitles .product
{
	width: 350px;
	padding-left: 50px;

}
.checkoutStep .columnsTitles .price
{
	width: 147px;
	
}

.checkoutStep .columnsTitles .quantity
{
	width: 187px;
	
}
.checkoutStep .columnsTitles .subtotal
{
	width: 187px;
}
.checkoutStep article .product
{
	width: 350px;
	padding-left: 50px;
	height: 100px;

	float: left;
}
.checkoutStep article .product figure
{
	width: 100px;
	margin-right: 20px;
	float: left;
}
.checkoutStep article .product .title
{
	width: 210px;
	float: left;
	height: 100px;
	padding-right: 20px;
	font-family: "estilo_textbold";
	font-size: 18px;
	color: #4c4c4c;
	text-transform: uppercase;
	line-height: 22px;
}
.checkoutStep article .product .title span
{
	color: rgb(128, 128, 128);
	font-size: 15px;
	display: block;
}
.checkoutStep article .product .title div
{
	min-height: 10px;
}

.checkoutStep article .quantity
{
	width: 187px;
	float: left;
	height: 100px;
	line-height: 100px;
}
.checkoutStep article .quantity .updating
{
	margin-left: 10px;
	visibility: hidden;
}
.checkoutStep article .quantity input
{
	border-radius: 1px;
	text-align: center;
	font-size: 13px;
	line-height: 34px;
	color: #4c4c4c;
	width: 58px;
	height: 34px;
	border: 1px solid rgba(0,0,0,.27);
	background-color: #e9e9e9;
	-moz-box-shadow: inset 2px 2px 3px rgba(0,0,0,.05);
	-webkit-box-shadow: inset 2px 2px 3px rgba(0,0,0,.05);
	box-shadow: inset 2px 2px 3px rgba(0,0,0,.05);
}

.checkoutStep article .subtotal
{
	width: 112px;
	float: left;
	height: 100px;
	line-height: 100px;
	font-family: "estilo_textbold";
	color: #ff5a06;
	font-size: 26px;
}
.checkoutStep article .subtotal span
{
	font-size: 18px;
}

.checkoutStep article .delete
{
	width: 20px;
	float: left;
	height: 100px;
	line-height: 100px;
	font-family: 'metro';
	font-size: 35px;
	display: block;
	color: #bfbfbf;
	text-decoration: none;
}
.checkoutStep article .delete:hover
{
	color: #603e54;
}
.checkoutStep article .price
{
	width: 147px;
	float: left;
	height: 100px;
	line-height: 100px;
	font-family: "estilo_textbold";
	font-size: 18px;
	color: #603e54;
}
#containerCheckout h1
{
	font-size: 18px;
	color: #603e54;
	font-family: 'estilo_textbold';
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 22px;
}
#containerCheckout h2
{
	font-size: 14px;
	color: #603e54;
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 16px;
}
#containerCheckout .differentFromBilling
{
	margin-bottom: 80px;
	display: none;
}
.checkoutSumary
{
	height: 180px;
	padding-top: 50px;
	border-bottom: 1px solid #e9e9e9;
	padding-right: 116px;
	margin-bottom: 50px;

}
.checkoutSumary .detailsRows
{
	float: right;
	width: 260px;
}
.checkoutSumary .detailRow
{
	width: 260px;
	height: 30px;
}

.checkoutSumary .detailRow .label
{
	float: left;
	width: 160px;
	text-transform: uppercase;
	color: #4c4c4c;
	font-size: 13px;
	font-family: 'estilo_textbold';

}
.checkoutSumary .detailRow .label span
{
	color: #ff5a06;
}
.checkoutSumary .detailRow .label span.select
{
		color:#4c4c4c !important;
}
.checkoutSumary .detailRow .label .select {
	
	font-size: 13px;
	width: 160px;
	color:#4c4c4c;
	height:26px;
	background: url(../images/backgrounds/form-select-small-background.png) no-repeat left;
	position: absolute;
	padding: 10px 26px 0 20px;
	overflow: hidden;

}
.checkoutSumary .detailRow .label select 
{
	font-size: 13px;
	width: 160px;
	color:#4c4c4c;
	height:26px;
	background: url(../images/backgrounds/form-select-small-background.png) no-repeat left;
	position: absolute;
	padding: 10px 26px 0 20px;
	overflow: hidden;

}
.checkoutSumary .detailRow.shipping
{
	height: 50px;
}
.checkoutSumary .detailRow.shipping .label span
{
	color: #ff5a06;
	font-size: 12px;
}
.checkoutSumary .detailRow .value
{
	float: right;
	width: 100px;
	text-align: right;
	color: #ff5a06;
	font-size: 15px;
	font-family: 'estilo_textbold';
	text-transform: uppercase;
}

.checkoutSumary .detailRow .value var, .checkoutSumary .detailRow .label var
{
	font-style: normal;
}

.checkoutSumary .detailRow.total
{
	margin-top: 30px;

}
.checkoutSumary .detailRow.total .label
{
	font-size: 18px;
}
.checkoutSumary .detailRow.total var
{
	font-size: 22px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.chekcoutStepNav
{
	width: 831px;
	height: 100px;
	padding-left: 45px;
	padding-right: 45px;
	margin-top: 40px;
	border-bottom: 1px solid #e9e9e9;
}
.chekcoutStepNav.bottom
{
	border-bottom: none;
}
.checkoutButton 
{
	display: block;
	width: 258px;
	height: 37px;
	border: 1px solid #d34700;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #ff5905;
	font-family: 'estilo_textbold';
	text-transform: uppercase;
	color: #ffffff;
	font-size: 15px;	
	text-align: center;
	line-height: 37px;
}
.checkoutButton.disable
{
	background-color: #e9e9e9;
	border: 1px solid #ddd;
	color: #ddd;
}
.checkoutButton.disable:hover
{
	background-color: #e9e9e9;
	border: 1px solid #ddd;
	color: #ddd;
}
.checkoutButton:last-child
{
	margin-left: 0;
}
.checkoutButton:hover
{
	text-decoration: none;
	background-color: #613d53;
	border: 1px solid #613d53;
	color: #ffffff;
}
#containerCheckout .contacts .title
{
	width: 721px;
	font-family: Georgia;
	color: #603e54;
	margin-bottom: 3px;
	font-style: italic; 
}

#containerCheckout .contacts h1
{
	font-family: 'estilo_textbold';
	text-transform: uppercase;
	font-weight: normal;
	color: #603e54;
	font-size: 18px;
	margin-bottom: 18px;
}

#containerCheckout .contacts h1 span
{
	font-family: 'fedraserifa_bookitalic';
	text-transform: lowercase;
	font-weight: normal;
	color: #603e54;
	font-size: 14px;
}

#containerCheckout .address
{
	width: 300px;
	min-height: 60px;
	float:left;
	margin-bottom: 80px;
}


#containerCheckout .phone
{
	width: 280px;
	min-height: 60px;
	float:left;

}

#containerCheckout .email
{
	width: 140px;
	min-height: 60px;
	float:left;

}
#containerCheckout .formContainer
{
	width: 827px;
	min-height: 60px;
	overflow: hidden;
	margin: auto;
}

#containerCheckout .formContainer .label
{
	float: left;
	padding-left:  11px;
	font-family: Georgia;
	color: #603e54;
	font-size: 15px;
	font-style: italic;
	width: 169px;
	margin-bottom: 8px;

}
#containerCheckout .formContainer .labelCheckbox
{
	margin-left: 6px;
	margin-top: 10px;
	font-family: Georgia;
	color: #603e54;
	font-size: 15px;
	font-style: italic;
}

#containerCheckout .formContainer .inputContainer
{
	margin-bottom: 13px;

}
#containerCheckout .formContainer .inputContainer .select {
	
	font-size: 13px;
	width: 385px;
	color:#4c4c4c;
	height:36px;
	background: url(../images/backgrounds/form-select-background.png) no-repeat left;
	position: absolute;
	padding: 20px 36px 0 10px;
	overflow: hidden;
	margin-top: -10px;
}
#containerCheckout .formContainer .inputContainer select 
{
	font-size: 13px;
	width: 385px;
	color:#4c4c4c;
	height:36px;
	background: url(../images/backgrounds/form-select-background.png) no-repeat left;
	position: absolute;
	padding: 20px 36px 0 10px;
	overflow: hidden;
	margin-top: -10px;
}

#containerCheckout .formContainer .inputContainer textarea 
{
	width: 310px;
	height: 164px;
	background: url(../images/backgrounds/form-textarea-background.png) no-repeat left;
	overflow: hidden;
	border: none;
	outline: none;
	resize: none; 
	color:#4c4c4c;
	font-size: 13px;
	padding: 10px;
}
#containerCheckout .formContainer .successMessage 
{
	float: left;
	height: 40px;
	line-height: 40px;
	font-family: Georgia;
	color: #ff5a06;
	font-style: italic;
	font-size: 15px;
	padding-left: 10px;
	display: none;
}
#containerCheckout .formContainer .errorMessage 
{
	float: left;
	height: 40px;
	line-height: 40px;
	font-family: Georgia;
	color: #ff5a06;
	font-style: italic;
	font-size: 15px;
	padding-left: 10px;
	display: none;
}
#containerCheckout .formContainer .inputContainer .textareaError
{
	width: 310px;
	height: 164px;
	background: url(../images/backgrounds/form-textarea-background.png) no-repeat left;
	overflow: hidden;
	border: none;
	background-position: -330px 0;
	outline: none;
	resize: none; 
	color:#4c4c4c;
	font-size: 13px;
	padding: 10px;
}

#containerCheckout .formContainer .error
{
	float: right;
	color: #ff5a06;
	font-size: 11px;
	text-align: right;
	display: none;
	width: 196px;
	height: 22px;
	line-height: 11px;
}

#containerCheckout .formContainer input[type=text], #containerCheckout .formContainer input[type=password], #containerCheckout .formContainer input[type=email]
{
	width: 353px;
	height: 36px;
	border-radius: 1px;
	text-align: left;
	font-size: 13px;
	line-height: 13px;
	color: #4c4c4c;
	border: 1px solid rgba(0,0,0,.27);
	background-color: #e9e9e9;
	-moz-box-shadow: inset 2px 2px 3px rgba(0,0,0,.05);
	-webkit-box-shadow: inset 2px 2px 3px rgba(0,0,0,.05);
	box-shadow: inset 2px 2px 3px rgba(0,0,0,.05);
	padding-left: 10px;
	padding-right: 10px;
}

#containerCheckout .formContainer .inputError
{
	width: 353px;
	height: 36px;
	border-radius: 1px;
	text-align: left;
	font-size: 13px;
	line-height: 13px;
	color: #4c4c4c;
	border: 1px solid rgba(255,90,6,.62) !important;
	background-color: #cec5cb !important;
	-moz-box-shadow: inset 2px 2px 3px rgba(0,0,0,.05);
	-webkit-box-shadow: inset 2px 2px 3px rgba(0,0,0,.05);
	box-shadow: inset 2px 2px 3px rgba(0,0,0,.05);
	padding-left: 10px;
	padding-right: 10px;
}

#containerCheckout .formContainer .title
{
	font-family: 'estilo_textbold';
	text-transform: uppercase;
	font-weight: normal;
	color: #603e54;
	font-size: 18px;
	margin-bottom: 29px;
}

#containerCheckout .formContainer .title span
{
	font-family: 'fedraserifa_bookitalic';
	text-transform: lowercase;
	font-weight: normal;
	color: #603e54;
	font-size: 14px;
}

#checkoutFormLoginButton
{
	width: 101px;
	height: 39px;
	display: block;
	border: 1px solid #d34700;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #ff5905;
	font-family: 'estilo_textbold';
	text-transform: uppercase;
	color: #ffffff;
	font-size: 15px;	
	text-align: center;
	line-height: 37px;
	float: right;
	margin-top: 20px;
}
#checkoutFormLoginButton:hover
{
	text-decoration: none;
	background-color: #613d53;
	border: 1px solid #613d53;
	color: #ffffff;
}
#containerCheckout .paymentsContainer
{
	width: 827px;
	min-height: 60px;
	overflow: hidden;
	margin: auto;
}


#containerCheckout .loginContainer
{
	border-bottom: 1px solid #e9e9e9;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#containerCheckout .loginContainer .forgotPassword
{
	 margin-top: 35px;
	 font-size: 11px;
	 display: block;
	 float: left;
	 margin-left: 10px;
	 
}
#containerCheckout .orderInfo
{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

#containerCheckout .finalStepConfirmation
{
	width: 827px;
	min-height: 60px;
	overflow: hidden;
	margin: auto;
}

#containerCheckout .finalStepConfirmation .checkoutButton
{
	width: 372px;
	height: 60px;
	line-height: 60px;
	margin-top: 40px;
}

#containerCheckout .finalStepConfirmation .finalStepMessage
{
	color: #ff5905;
	display: none;
}