button {
	width:auto;
  overflow:visible;
}

table.shop_buttons_footer {
	width: 100%;
}
table.shop_buttons_footer td.left {
}
table.shop_buttons_footer td.right {
	text-align: right;
}

div.shop_right {
	text-align: right;
}

.shop_category_text {
	text-align: justify;
	margin-bottom: 10px;
}

/* catalog */
table.shop_catalog {
	width: 100%;
}
table.shop_catalog td.product_info {
	background-color: #FFFFFF;
	padding-top: 10px; padding-bottom: 10px;
	padding-left: 16px; padding-right: 5px;
}
table.shop_catalog td.product_footer {
	padding-bottom: 3px;
}
img.ico_catalog {
	height: 23px;
	border: 0px;
	margin-left: 1px;
}

table.product_footer {
	float: right;
}

table.product_footer td.catalog_quick_shopping_description {
	width: 141px;
	height: 23px; /* 25px - 2px padding top */
	vertical-align: middle;
	text-align: right;
	padding-top: 1px;
	padding-right: 3px;	
	background-color: #EEEEEE;
	color: #525252;
	font-size: 11px;
	font-family: Tahoma, "Geneva CE", lucida, sans-serif;
}
table.product_footer td.catalog_quick_shopping_quantity {
	width: 40px;
	height: 23px; /* 25px - 2px padding top */
	padding-top: 2px;
	text-align: center;
	vertical-align: middle;
	background-color: #EEEEEE;
	color: #525252;
	font-size: 11px;
	font-family: Tahoma, "Geneva CE", lucida, sans-serif;
}

img.shop_catalog_product {
	/* DEPRECATED: use div.shop_catalog_product and gallery generation 2 */
	border: 0px;
	float: right;
	/* width: 200px; */
	height: 150px;
	margin-left: 3px;
}

div.shop_catalog_product {
	float: right;
	margin-left: 3px;
}

h4.shop_product_title {
	font-size: 12px;
	font-weight: bold;
	color: #a5522b;
	margin: 0px;
	margin-bottom: 3px;
	font-family: Arial, "Geneva CE", lucida, sans-serif;
}
h2.shop_catalog_product_title {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #a5522b;
	margin: 0px;
	margin-bottom: 3px;
	font-family: Arial, "Geneva CE", lucida, sans-serif;
}
a.shop_catalog_product_title, a.shop_catalog_product_title:visited, a.shop_catalog_product_title:hover {
	font-family: Arial, "Geneva CE", lucida, sans-serif;
	color: #a5522b;
	text-decoration: none;
}
a.shop_catalog_product_title:hover {
	text-decoration: underline;
}

div.shop_catalog_product_text {
	color: #795d3e;
	margin-bottom: 10px;
}
a.shop_catalog_product, a.shop_catalog_product:visited, a.shop_catalog_product:hover {
	color: #121212;
	text-decoration: none;
}
a.shop_catalog_product:hover {
	text-decoration: underline;
}
div.shop_catalog_product_code {
	float: right;
	font-family: Tahoma, "Geneva CE", lucida, sans-serif;
	font-size: 10px;
	color: #a5522b;
}
div.shop_catalog_product_price {
	color: #a5522b;
}
div.shop_catalog_quantity {
	width: 35px; height: 21px;
	background-image: url('../img/shop/bcg/input_catalog_quantity.gif');
	background-repeat: no-repeat;
	background-position: top right;
}
input.shop_catalog_quantity {
	vertical-align: middle;
	text-align: right;
	width: 26px; height: 21px;
	border: 0px;
	margin-top: 0px;
	margin-right: 3px;
	background-color: transparent;
	color: #000000;
	font-size: 12px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
}
input.add_to_cart {
	border: 0px;
	vertical-align: middle;
	width: 27px; height: 25px;
	padding: 0px;
} 
/* end of: catalog */

/* shop_catalog_list */
table.shop_catalog_list {
	width: 100%;
	background-color: transparent;
}

table.shop_catalog_list tr.even {
	 background: url('../img/layout/shopItemDay.gif') repeat-y;
}

table.shop_catalog_list tr.odd {
	 background: url('../img/layout/shopItemDayOdd.gif') repeat-y;
}

table.shop_catalog_list tr.space td {
	 font-size: 0px;
	 height: 7px;
	 background-image: none;
	 background-color: transparent;
}

table.shop_catalog_list td {
	padding: 4px;
	vertical-align: top;
}
table.shop_catalog_list td.photo {
	padding-right: 5px;
}
table.shop_catalog_list td.right {
	text-align: right;
}
table.shop_catalog_list td.main {
}
input.shop_catalog_list_quantity {
	vertical-align: middle;
	text-align: right;
	border: 0px;
	margin-right: 3px;
	border: 1px solid #c7b19e;
	background-color: #f8f8f8;
	color: #95744e;
	font-size: 13px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
}
input.shop_catalog_list_button {
	vertical-align: middle;
}
img.shop_catalog_list_product {
	/* DEPRECATED: use div.shop_catalog_list_product and gallery generation 2 */
	border: 0px;
	float: right;
	width: 125px;
	margin-left: 3px;
}

div.shop_catalog_list_product {
	float: right;
	margin-left: 3px;
}
a.shop_catalog_list_product_title {
	font-size: 13px;
	text-decoration: none;
}
a.shop_catalog_list_product_title:hover {
	text-decoration: underline;
}
div.shop_catalog_list_product_price {
	font-size: 12px;
	color: #a5522b;
}
div.shop_catalog_list_product_price span{
	font-size: 14px;
	font-weight: bold;
}
div.shop_catalog_list_product_price_including_vat {
	float: left;
	margin-top: 4px;
	font-size: 12px;
	color: #7e2800;
}
div.shop_catalog_list_product_price_including_vat span{
	font-weight: bold;
}

div.shop_catalog_list_form_quick_shopping {
	float: right;
	vertical-align: top;
}
div.shop_catalog_product_promotions {
	float: right;
	margin-top: 4px;
}

button.button_add_to_cart {
	vertical-align: middle;
	border: 0px;
	padding: 0px 3px 0px 3px;
	margin: 0px 4px 0px 2px;
	background-color: #a92b2b;
	color: #feebde;
	font-size: 12px;
}
img.button_add_to_cart {
	vertical-align: middle;
	padding: 0px;
	margin: 2px;
	margin-right: 4px;
}
/* end of: shop_catalog_list */

/* shop_panel */
table.shop_panel {
	border: 1px solid #e3d6b2;
	width: 220px;
	margin-bottom: 0px;
	margin-top: 3px;
}
table.shop_panel td.product_info {
	background-color: #fef3ed;
	vertical-align: top;
	padding-top: 7px; padding-bottom: 7px;
	padding-left: 7px; padding-right: 2px;
}
table.shop_panel td.product_footer {
	background-color: #e3d6b2;
}
table.shop_panel td.product_photo {
	vertical-align: top;
	width: 40%;
	text-align: center;
	background-color: #FFFFFF;
}
table.shop_panel td.space {
	height: 3px;
}

table.shop_panel td.product_footer table.product_footer {
	width: 100%;
}

img.shop_panel_product {
	/* DEPRECATED: use div.shop_panel_product and gallery generation 2 */
	border: 0px;
	width: 125px;
	margin-right: 3px;
}

div.shop_panel_product {
	margin-right: 1px;
}
/* end of: shop_panel */

/* shop_path_categories */
div.shop_path_categories {
	background-color: #e3d6b2;
	margin: 4px 0px 4px 0px;
}
div.shop_path_categories_padding {
	padding: 6px 10px 6px 16px;
}
div.shop_path_categories, div.shop_path_categories a {
	font-size: 11px;
}
a.shop_path_category, a.shop_path_category:visited, a.shop_path_category:hover {
	color: #795d3e;
	text-decoration: none;
}
a.shop_path_category:hover {
	text-decoration: underline;
}
a.shop_path_category_selected, a.shop_path_category_selected:visited, a.shop_path_category_selected:hover {
	color: #a5522b;
	text-decoration: none;
}
a.shop_path_category_selected:hover {
	text-decoration: underline;
}
/* end of: shop_path_categories */

/* shop_control_box */
div.shop_control_box {
	background-color: #e3d6b2;
	margin: 4px 0px 4px 0px;
}

div.shop_control_box_padding {
	padding: 4px 10px 4px 16px;
}

select.shop_control {
	border: 1px solid #EEEEEE;
	font-size: 11px;
	vertical-align: middle;
	margin-right: 15px;
}
input.shop_control_radio {
	border: 0px; margin: 0px; padding: 0px;
	background-color: transparent;
	vertical-align: middle;
}
/* end of: shop_control_box */

/* shop cart */
td.shop_form_label {
	text-align: right;
}
td.shop_form_label_required {
	text-align: right;
	color: #a5522b;
	font-weight: bold;
}
td.shop_form_required input {
	background-color: #FCFEE9;
}

table.shop_cart {
	width: 100%;
	margin-bottom: 10px;
	border: 0px;
}
table.shop_cart td {
	font-size: 11px;
	vertical-align: top;
}
table.shop_cart tr.header td {
	background-color: #e3d6b2;
}

table.shop_cart tr.row_1 td {
	background-color: #FFFFFF;
}
table.shop_cart tr.row_1_bottom td {
	background-color: #FFFFFF;
}
table.shop_cart tr.row_2 td {
	background-color: #f8f4eb;
}                                         
table.shop_cart tr.row_2_bottom  td {
	background-color: #f8f4eb;
}

table.shop_cart tr.total td {
	background-color: #e3d6b2;
	border-top: 2px solid #c5ab8f;
	padding-top: 6px; padding-bottom: 6px; 
}
table.shop_cart tr.subtotal td {
	background-color: #ebe1c9;
}

table.shop_cart td.price {
	text-align: right;
}
table.shop_cart td.price_total {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #7e2800;
}
table.shop_cart td.shop_cart_product_image {
	text-align: center;
}
img.shop_cart_product {
	height: 100px;
	border: 0px;
}
a.shop_cart_product_remove, a.shop_cart_product_remove:visited, a.shop_cart_product_remove:hover {
	font-size: 9px;
	color: #807F6F;
	text-decoration: none;
}
img.shop_cart_product_remove_icon {
	vertical-align: middle;
	width: 16px; height: 16px;
	border: 0px;
}
/* end of: shop cart */

/* shop_options */
table.shop_options {
	width: 100%;
}
table.shop_options td {
	vertical-align: top;
}
table.shop_options tr.row_1 td {
	background-color: #FFFFFF;
}
table.shop_options tr.row_2 td {
	background-color: #f8f4eb;
}
/* end of: shop_options */

/* customer orders */
table.shop_customer_orders {
	margin-bottom: 0px;
}
table.shop_customer_orders td {
	font-size: 11px;
	vertical-align: top;
}
table.shop_customer_orders tr.header td {
	background-color: #e3d6b2;
}
table.shop_customer_orders tr.row_1 td {
	background-color: #FFFFFF;
}
table.shop_customer_orders tr.row_2 td {
	background-color: #f8f4eb;
}
table.shop_customer_orders td.price {
	text-align: right;
}
/* end of: customer orders */

/* CSS for template: shop product detail (shop_pd_XXX) */

table.shop_pd {
	width: 100%;
	margin: 10px 0 10px 0;
	background-color: transparent;
}                                       
table.shop_pd td {
	vertical-align: top;
}
div.shop_pd_product_title {
	float: left;
}
div.shop_pd_product_code {
	color: #a5522b;
	float: right;
}

h1.shop_pd_product_title {
	font-size: 14px;
	color: #a5522b;
	font-weight: bold;
	margin: 0 0 10px 0;
}
div.shop_pd_product_price {
	font-size: 12px;
	color: #47301b;
	line-height: 140%;
}
div.shop_pd_product_price span{
	color: #7e2800;
	font-weight: bold;
}

div.shop_pd_product_parameter {
	color: #795d3e;
	line-height: 140%;
}
div.shop_pd_product_parameter strong {
	color: #5e432a;
}

div.shop_pd_image_intro {
	background-color: #ede4cc;
	float: left;
	padding: 0 22px 3px 0;
}

input.shop_pd_quantity {
	border: 1px solid #c7b19e;
	text-align: right;
	vertical-align: middle;
	color: #95744e;
	font-size: 12px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
}

div.shop_pd_gallery_title {
	font-size: 12px;
	color: #5e432a;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 7px;
}
img.shop_pd_photo {
	height: 65px;	/* width: 86px; */
	border: 0px;
	margin: 0px;
	padding: 0px;
}

div.shop_pd_add_to_cart {
	background-color: #e3d6b2;
	padding: 5px 5px 3px 5px;
}
div.shop_pd_add_to_cart strong{
	font-size: 12px;
	font-weight: bold;
	margin-right: 35px;
}
div.shop_pd_add_to_cart span.promotions{
}
div.shop_pd_add_to_cart span.promotions img{
	vertical-align: middle;
}
.shop_pd_add_to_cart_button {
	vertical-align: middle;
}
div.shop_pd_add_to_cart_left {
	float: left;
}
div.shop_pd_add_to_cart_right {
	float: right;
}

table.shop_pd_intro {
	width: 100%;
	margin: 10px 0 5px 0;
	border-collapse: collapse;
}
table.shop_pd_intro td {
	vertical-align: top;
	padding: 0;
}
table.shop_pd_intro td.shop_pd_info_box {
}
table.shop_pd_intro td.shop_pd_image_intro {
}

table.shop_pd_info_box {
	background-color: #F4EFDF;
	border: 1px solid #C7B19E;
	margin-bottom: 10px;
	border-collapse: collapse;
	float: right;
}

table.shop_pd_info_box td {
	vertical-align: top;
	padding: 4px 6px 4px 6px;
	font-size: 12px;
}
table.shop_pd_info_box td.label {
	text-align: right;
}
table.shop_pd_info_box td.shop_pd_product_to_cart {
	text-align: right;
	vertical-align: middle;
}

table.shop_pd_info_box h1.shop_pd_product_title{
	margin: 0;	
}


.shop_pd_product_price {
	font-weight: bold;
	color: #a5522b;
}
td.shop_pd_product_option {
	text-align: right;
}
.shop_pd_product_option {
	font-size: 11px;
}

table.shop_pd_promotions {
	width: 472px;
	margin: 0px;
	padding: 0px;
	background-color: #EEEEEE;
}
table.shop_pd_promotions td {
	text-align: right;
	height: 25px;
}

button.shop_button_add_to_cart {
	width:auto;
  overflow:visible;
	padding: 3px 4px 3px 24px;
	margin: 0px;
	background: #BEA180 url(../img/layout/cartBtn.gif) center left no-repeat;
	color: #5E432A;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #8F6F49; 
}

div.shop_pd_back_to_top {
	margin-top: 7px;
	background-color: #e3d6b2;
	padding: 5px 5px 3px 5px;
	text-align: right;
}

img.shop_pd_back_to_top {
	width: 16px; height: 16px;
	border: 0;
}

img.shop_pd_back_to_top:hover {
	background-color: #F7F2E6;
}

td.shop_pd_promotions {
	text-align: right;
	padding: 0; 	margin: 0;
}

/* end of: shop product detail (shop_pd_XXX) */

/* forms */
input.button_right, button.button_right {
	border: 0px;
	font-size: 11px;
	text-transform: uppercase;
	height: 24px;
	color: #FFFFFF;
	background-color: transparent;
	background-image : url("../img/shop/bcg/button_right.gif");
	background-position: center right;
	background-repeat: no-repeat;
}
input.button_left, button.button_left {
	border: 0px;
	font-size: 11px;
	text-transform: uppercase;
	height: 24px;
	color: #FFFFFF;
	background-color: transparent;
	background-image : url("../img/shop/bcg/button_left.gif");
	background-position: center left;
	background-repeat: no-repeat;
}
/* end of: forms */

/* color schema */
/* night */
table.shop_catalog_list.night tr.even { background: url('../img/layout/shopItemNight.gif') repeat-y; }
table.shop_catalog_list.night tr.odd { background: url('../img/layout/shopItemNightOdd.gif') repeat-y;}

.nightColorSchema div.shop_pd_image_intro {	background-color: #4e3e30; }
.nightColorSchema a.shop_catalog_list_product_title { color: #d4c397; }
.nightColorSchema div.shop_catalog_product_code {	color: #d4c397; } 
.nightColorSchema div.shop_catalog_list_product_price_including_vat, .nightColorSchema div.shop_catalog_list_product_price_including_vat span { 	color: #bea180; }

.nightColorSchema div.shop_path_categories { 	background-color: #423325; }
.nightColorSchema a.shop_path_category { 	color: #a79a8f; }
.nightColorSchema a.shop_path_category_selected { color: #d4c397; }

.nightColorSchema div.shop_control_box { background-color: #423325; }

.nightColorSchema div.shop_pd_add_to_cart {	background-color: #423325;}

.nightColorSchema div.shop_pd_product_price {	color: #a79a8f; }
.nightColorSchema div.shop_pd_product_price span{ color: #bea180; }
.nightColorSchema div.shop_pd_product_code { color: #d4c397; }
.nightColorSchema  h1.shop_pd_product_title {	color: #d4c397; }

/* garden */
table.shop_catalog_list.garden tr.even { background: url('../img/layout/shopItemGarden.gif') repeat-y; }
table.shop_catalog_list.garden tr.odd { background: url('../img/layout/shopItemGardenOdd.gif') repeat-y;}

.gardenColorSchema div.shop_pd_image_intro {	background-color: #c1b982; }
.gardenColorSchema a.shop_catalog_list_product_title { color: #ebeac0; }
.gardenColorSchema div.shop_catalog_product_code {	color: #481d12; } 
.gardenColorSchema div.shop_catalog_list_product_price_including_vat, .gardenColorSchema div.shop_catalog_list_product_price_including_vat span { 	color: #ffffff; }

.gardenColorSchema div.shop_path_categories { 	background-color: #8b854f; }
.gardenColorSchema a.shop_path_category { 	color: #ede4cc; }
.gardenColorSchema a.shop_path_category_selected { color: #3e3526; }

.gardenColorSchema div.shop_control_box { background-color: #8b854f; }

.gardenColorSchema div.shop_pd_add_to_cart {	background-color: #8b854f;}

.gardenColorSchema div.shop_pd_product_price {	color: #ede4cc; }
.gardenColorSchema div.shop_pd_product_price span{ color: #522712; }
.gardenColorSchema div.shop_pd_product_code { color: #481d12; }
.gardenColorSchema  h1.shop_pd_product_title {	color: #F7F5DD; }

/* Div Online payment*/
.online_payment { 
	width:100%;
	text-align:center; 
	margin-bottom:10px;
	display:none;
}

