div.overlay {
	width:170px;
	height:40px;
}

p.overlay {
	font-family: 'FontBold', arial, helvetica, sans-serif;

	font-size: 13px;
	text-align:left;
	margin-right:5px;
	/*margin-left:10px;
	margin-top:10px;*/
	margin-left:0px;
	margin-top: 5px;
}

/* -------- Index -------- */

div.index_overlay {
	position:absolute;
	z-index:10;
	width:170px;
	height:85px;
	top:375px;
	left:0px;
	background: url(../../img/web/image_transparent.png);
}

p.index_overlay {
	font-family: 'FontBold', arial, helvetica, sans-serif;

	font-size: 16px;
	text-align:left;
	margin-right:5px;
	margin-left:10px;
	margin-top:10px;
}


/* -------- Gallery -------- */

#gallery_container, #product_container, #order_step_container, #error_container {
	display:inline-block;
	margin:auto;
	margin-top:10px;
}

#order_step_container {
	margin-top:20px;
}

div.gallery {
	position:relative;
	float:left;
	margin:10px;
	width:170px;
	height:auto;
}

div.one_galleries {
	width:600px;
}

div.two_galleries {
	width:300px;
}

div.three_galleries {
	width:200px;
}

#paginator {
	margin: 5px;
}

img.index_img {
	height: 460px;
	-moz-box-shadow: 0 0 15px 0 #999999;
	box-shadow: 0 0 15px 0 #999999;
	-webkit-box-shadow: 0 0 15px 0 #999999;
}

img.thumbnail {
	height:170px;
	-moz-box-shadow: 0 0 15px 0 #999999;
	box-shadow: 0 0 15px 0 #999999;
	-webkit-box-shadow: 0 0 15px 0 #999999;
}

p.title {
	font-family: 'FontRegular', arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
}

span.author {
	color:#A88E59;
}

div.overlayGallery {
	top:105px;
}

.bold {
	font-family: 'FontBold', arial, helvetica, sans-serif;
}

span.pathNormal {
	font-family: 'FontRegular', arial, helvetica, sans-serif;

}

/* -------- Product -------- */

#preview {
	position:relative;
	float:left;
	/*width:400px;*/
	text-align:center;
}

img.preview {
	/*border: 1px solid #AAAAAA;
	-moz-box-shadow: 0 0 15px 0 #999999;
	-webkit-box-shadow: 0 0 15px 0 #999999;*/
}

#selection {
	position:relative;
	float:left;
	width:400px;
	text-align:right;
}

div.product_step {
	text-align:left;
	width:390;
	height:28px;
	background:#EFEFEF;
	padding:10px;
	padding-bottom:0px;
}

label.group1 {
	color:#808080;
	width:200px;
}

div.options {
  	color:#434242;
  	padding-top: 10px; 
  	padding-bottom: 10px; 
  	width: 400px;
}

#product_tags{
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}

select.product_options {
	width:300px;
	max-width: 205;
}

#size_text {
	font-size: 14px;
	color:#808080;
}

hr.selection {
	height: 2px;
	border: 0px;
	color: #D7B56D;
	background-color:: #D7B56D;
	margin-top:20px;
	margin-bottom:10px;
}

span.selection_price {
	float:left;
	margin-left:100px;
	font-size: 25px;
	color: #7A200A;
}

#add_to_cart {
	position:relative;
	float:right;
}

a.add_to_cart {
	text-decoration:underline;
	position:relative;
	top:4px;
}

#description {
	display:block;
	float:left;
	clear:both;
	margin-top:20px;
	width:100%;
}

hr.description {
	height: 1px;
	border: 0px;
	color: #AAAAAA;
	background-color: #AAAAAA;
	margin-bottom:10px;
}

a.underlined{
	text-decoration: underline;
}

#description_image {
	position:relative;
	float:left;
	width:300px;
}

#description_text {
	font-size:12px;
	text-align:left;
	margin-left:100px;
	float:right;
	width:400px;
}

/* ---------- Cart ---------*/

ul.step {
	list-style: none;
	margin: 0px;
	padding: 0px;
	/*margin-top:10px;*/
}

ul.step li {
	height: 40px;
	float: left;
	width: 200px;
	text-align: center;
	background: transparent url('../../img/web/step_standar.png') no-repeat bottom center;
}

ul.step li.step_first {
	background: transparent url('../../img/web/step_first_standar.png') no-repeat bottom center;
}

ul.step li.step_current {
	background: transparent url('../../img/web/step_current.png') no-repeat bottom center;
	font-family: 'FontBold', arial, helvetica, sans-serif;
}

ul.step li.step_last {
	background: transparent url('../../img/web/step_last_standar.png') no-repeat bottom center;
}

ul.step li.first_current {
	background: transparent url('../../img/web/step_first_current.png') no-repeat bottom center;
	font-family: 'FontBold', arial, helvetica, sans-serif;
}

ul.step li.last_current {
	background: transparent url('../../img/web/step_last_current.png') no-repeat bottom center;
	font-family: 'FontBold', arial, helvetica, sans-serif;
}

#cart_product_container {
	width:800px;
	margin:auto;
	clear:both;
	margin-top:40px;
}

div.cart_product {
	height:100px;
}

hr.cart_line {
	clear:both;
	margin-top:10px;
}

#price_container {
	text-align:right;
	padding:0px;
}

img.unit_button {
	position:relative;
	top: 3px;
}

#cart_price_detail_container {
	position:relative;
	width:850px;
	margin:auto;
	margin-top:20px;
}

#price_detail {
	position:relative;
	float:right;
	margin-right:25px;
	text-align:right;
}

#delivery_destination {
	font-family: 'FontRegular', arial, helvetica, sans-serif;
	text-decoration:underline;
}

hr.cart_total {
	height: 2px;
}

div.select_fix {
	position:relative;
	top:3px;
} 

#cart_country_select {
	width:200px;
	margin-right: 10px;
	padding:0px;
}

div.new_line {
	position:relative;
	clear:both;
}

#back_arrow {
	position:relative;
	float:left;
}

#next_button_container {
	position:relative;
	margin: auto;
	top: 5px;
}

#total_price {
	position:relative;
	float:right;
	margin-right:20px;
	top:5px;
}

#next_button {
	float:right;
	font-family: 'FontRegular', arial, helvetica, sans-serif;
	background: #7A200A;
	position:relative;
	color:#FFFFFF;
	padding: 4px 5px 6px 70px;
	width:120px;
}
	
/* ---------- Login ---------*/	
	
#login_container {
	display:inline-block;
	margin:auto;
	margin-top:30px;
}
	
#existing_user, #new_user {
	position:relative;
	float:left;
	margin:10px;
	border: 1px solid #CCCCCC;
	width: 350px;
	height:250px;
	text-align:left;
}

div.login_title {
	width:340px;
	height: 30px;
	background: #CCCCCC;
	padding-top:10px;
	padding-left:10px;
	font-family: 'FontBold', arial, helvetica, sans-serif;
}

div.login_text {
	font-size: 14px;
	padding: 10px;
}

div.login_email {
	margin-top:10px;
}

label.title {
	font-family: 'FontBold', arial, helvetica, sans-serif;
}

input.login {
	width: 320px;
}

div.login_button {
	position:relative;
	float:right;
	font-family: 'FontBold', arial, helvetica, sans-serif;
	background: #D7B56D;
	color:#FFFFFF;
	padding: 5px;
	width:150px;
	text-align:center;
	margin-right:10px;
}
	
a.forgot_pass {
	text-decoration:underline;
}

/* ---------- Data ---------*/

div.data_container {
	display:inline-block;
	margin:auto;
	margin-top:30px;
}
	
div.data_title {
	clear:both;
	text-align:left;
	font-family: 'FontBold', arial, helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
}

span.instructions {
	font-family: 'FontRegular', arial, helvetica, sans-serif;
	font-size:14px;
}

span.mandatory{
	color:#D7B56D;
	font-family: 'FontRegular', arial, helvetica, sans-serif;
	font-size:12px;
}

div.data {
	padding-right:12px;
	height:50px;
	padding-top:10px;
	position: relative;
}

label.data_title {
	width: 100%;
	font-size:12px;
}

input.data {
	width:100%;
}

#country_select {
	width:60%;
	margin:0px;
	float:left;
}

#country_delivery_price {
	position:absolute;
	top:30px;
	right: 10px; 
	padding: 0px;
	margin: 0px;
	text-align:right;	
	font-size:13px;
}

#comments {
	width:100%;
	height: 80px;
	padding:5px;
	border: 1px solid #CCCCCC;
	resize:none;
}

#data_checkbox_container {
	font-family: 'FontRegular', arial, helvetica, sans-serif;
	margin:auto;
	margin-top:10px;
	font-size: 14px;
}

#billing_data_container {
	display:inline-block;
	margin-top:10px;
}

.lopd{
	text-align: left;
	margin-top: 10px;
}

.lopd a{
	text-decoration: underline;
}

/* ---------- Payment ---------*/

#payment_section_container {
	display:inline-block;
	margin:auto;
	margin-top:10px;
}

#conditions {
	margin-top:10px;
	font-family: 'FontRegular', arial, helvetica, sans-serif;
	font-size:12px;
}

a.conditions {
	text-decoration:underline;
}

#conditions_check {
	position:relative;
	top:1px;
}

div.payment_titles {
	font-family: 'FontBold', arial, helvetica, sans-serif;
	color:#7A200A;
	/*color:#D7B56D;*/
	font-size:14px;
}

img.payment_icon {
	padding:10px;
}

#payment_buttons_container {
	margin: 0 auto;
	width: 100%;
}

#creditCard_payment {
		
}

#transfer_info {
	display:none;
	line-height: 20px;	
	font-size: 14px;
}

span.transferHL {
	font-family: 'FontBold', arial, helvetica, sans-serif;
}

div.payment_price_total {
	width:120px;
	font-size: 15px;
	text-align:right;
	font-family: 'FontBold', arial, helvetica, sans-serif;
}

/* ---------- Error ---------*/

#error_container {
	color:#7A200A;
	font-family: 'FontBold', arial, helvetica, sans-serif;
	margin-top:40px;
}

div.error {
	font-family: 'FontBold', arial, helvetica, sans-serif;
	color:#7A200A;
	font-size: 11px;
	height:auto;
	margin-top:5px;
}

/* ---------- Conditions ---------*/

#conditions_container {
	font-size: 14px;
	text-align:left;
	width:800px;
	margin:auto;
	margin-bottom:20px;
}

div.conditions_title {
	font-family: 'FontBold', arial, helvetica, sans-serif;
	margin:10px;
	margin-top:20px;
}

p.conditions_title {
	font-family: 'FontBold', arial, helvetica, sans-serif;
}

/* -------------- Success ---------- */
#success_container {
	margin-top:60px;
}

#thankyou_title {
	color:#D7B56D;

}
/* ---------- Footer ---------*/

#footer {
	width: 100%;
	clear:both;
	position:relative;
	text-align:center;
	margin-top:-40px; /* negative value of footer height */
 	font-size: 12px;
 	color: #AAAAAA;
 	width:950px;
 	height:40px;
 	background: #FFFFFF;
 	padding-top:20px;
}
/* ---------------------- */   

/* ---- Autocomplete -----*/


.autocomplete-suggestions {
    border: 1px solid rgb(153, 153, 153);
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}

.autocomplete-selected {
    background: none repeat scroll 0% 0% rgb(240, 240, 240);
}

#picture_text {
	text-align: left; 
	padding-left: 10px; 
	padding-right: 10px; 
	font-size: 12px;
	text-overflow: initial;
	white-space: normal;
	
}

div#finish_popup_container {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

div#finish_popup_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #666;
	opacity: 0.5;
}

div#finish_popup {
	position: relative;
	height: 250px;
	
	width: 450px;
	left: 50%;
	max-width: 90%;
	transform: translateX(-50%);
	
	top: 150px;
	background: #fff;
	opacity: 1;
	border: 3px solid #ccc;
	text-align: center;
	display: none;
}

div#finish_popup_text {
	font-family: 'FontLight', arial, helvetica, sans-serif;
	font-size: 26px;
	margin-top: 40px;
}

div#finish_popup_button {
	font-family: 'FontLight', arial, helvetica, sans-serif;
	font-size: 24px;
	position: relative;
	padding: 8px 15px 12px 15px;
	width: 120px;
	border: 1px solid #999;
	-webkit-box-shadow: 5px 5px 0px 0px #ccc;
	-moz-box-shadow: 5px 5px 0px 0px #ccc;
	box-shadow: 5px 5px 0px 0px r#ccc;
	margin: 0 auto;
	margin-top: 40px;
}


#price_detail .select_container_cart{
	float: left;
	margin-right: 20px;
	margin-top: 2px;
}

#price_detail .price_total{
	margin-top: 20px;
}



.chosen-single{
	background: none !important;
	border-radius: 0 !important;
	border: 1px solid #555 !important;
	color: #000 !important;	
	text-align: left !important;
}

.chosen-drop{
	border: 1px solid #555 !important;
	text-align: left !important;
}

.chosen-search-input{
	color: #444 !important;
}

.cart_text input[type="text"]{
	width: 150px;
	border: 1px solid #555;
	color: #000;
}

.discount{
	margin-top: 5px;
}

.discount_button{
	background: #00A7D3;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	width: 70px;
	display: inline-block;
	cursor: pointer;
}

.discount_error{
    text-align: left;
    background-color: #f5d4d4;
    color: #ca0808;
    padding: 5px;
    display: inline-block;
    width: 260px;
}