/* one-way styles */
.fullwidth { width: 100%; }
.gt { text-align: right; }
.center { text-align: center; }
.clear{clear:both;}
.fl {float: left; }
.fr {float: right; }

/* shop styles */
.price {
	font-weight: bold;
	color: #43A528;
}

table.padding {
  border-spacing:0;
  border-collapse:collapse;
}
table.padding td {
	padding: 4px;
}

table.shop td {
	vertical-align: top;
}

table.shop tr.header td {
	background-color: #e4e4e4;
}
table.shop tr.row_1 td, table.shop tr.row_1_bottom td {
	background-color: #fff;
}
table.shop tr.row_2 td, table.shop tr.row_2_bottom td {
	background-color: #f0f0f0;
}

.shop_category_text {
	text-align: justify;
	margin-bottom: 10px;
}

div.panel_title {
	font-weight: bold;
}

ul#eshop_categories {
}
/* shop cart */
td.shop_form_label {
	text-align: right;
}
td.shop_form_label_required {
	text-align: right;
	color: #c52600;
	font-weight: bold;
}
td.shop_form_required input {
	background-color: #FCFEE9;
}

table.shop_cart {
	max-width: 100%;
	margin-bottom: 10px;
}

table.shop_cart tr.total td {
	background-color: #e4e4e4;
	border-top: 2px solid #494949;
	padding-top: 6px; padding-bottom: 6px; 
	color: #000;
}
table.shop_cart tr.subtotal td {
	background-color: #ebebeb;
}

table.shop_cart td.price_total {
	text-align: right;
	font-weight: bold;
}
table.shop_cart td.shop_cart_product_image {
	text-align: center;
}
img.shop_cart_product {
	_height: 100px;
	max-width: 150px;
	max-height: 100px;
	border: 0px;
}
a.shop_cart_product_remove, a.shop_cart_product_remove:visited, a.shop_cart_product_remove:hover {
	font-size: 11px;
	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_catalog */
div.shop_catalog {
}

/* sci - shop_catalog_item */
div.shop_catalog_item {
	position: relative;
	width: 100%;
	float: left;
	border: 1px solid #cbcbcb;
	background: #ffffff url('../img/shop/bcg/shop_catalog_item.png') bottom left repeat-x;
	overflow: hidden;
	text-align: center;
	margin: 0 0 7px 0;
}

div.shop_catalog_item.last-col {
	/* none column is last in fluid layout */
	/* margin-right: 0; */
}

div.shop_catalog_item h2 a {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

div.shop_catalog_item h2 a:hover {
	text-decoration: underline;
}

div.shop_catalog_item h2 {
	margin: 5px 0 5px 0;
}

div.sci_price { font-size: 14px; }

div.sci_image {
	width: 100%;
	height: 174px;
	display: table;
	table-layout:fixed;
}
div.sci_image_valign {
	display: table-cell;
	vertical-align: middle;
}

div.sci_image img {
	max-width: 170px; max-height: 170px;
	border: 0; padding: 0; margin: 0;
}

div.sci_form {
	width: 100%;
	margin-bottom: 10px;
}

div.sci_content {
	width: 100%;
	margin-bottom: 10px;
}


div.shop_catalog_product_promotions {
	position: absolute;
	top: 0px; right: 0;
}
img.ico_catalog {
	height: 13px;
	border: 0;
	margin: 0 0 0 0;
}

hr.sci {
	border: 0;
}

input.sci_quantity {
	padding: 0;
	font-size: 15px;
	line-height: 24px;
	width: 24px;
	height: 24px;
	text-align: center;
	border: 1px solid #C8C8C8;
	vertical-align: middle;
	margin: 0;
	margin-right: 2px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

button.sci {
	width:auto;
	overflow:visible;
	height: 26px;
	font-size: 14px;
	margin: 0;
	margin-right: 2px;
	padding: 0 4px;
	vertical-align: middle;
	color: #000;
	background: #fbfbfb url('../img/shop/bcg/button.png') top left repeat-x;
	border: 1px solid #909090;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}

button.sci:hover {
	border: 1px solid #444444;
	background: #fbfbfb url('../img/shop/bcg/button_hover.png') bottom left repeat-x;
}

hr.sci {
	clear: left;
	padding: 10px 0 10px 0;
	margin: 0 5px 0 5px;
	width: 540px;
	border: 0;
}

/* shop_toolbar */

div.shop_toolbar {
	width: 100%;
	text-align: center;
}

div.shop_toolbar a {
	color: #000;
}

div.shop_toolbar.bottom {
	margin-top: 0px;
}

div.shop_toolbar.top {
	margin-bottom: 15px;
}

div.shop_toolbar button.arrow img {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

div.shop_toolbar button.arrow {
	padding: 0; 
	border: 1px solid #b6b6b6;	
	background: #fbfbfb url('../img/shop/bcg/button.png') top left repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;	
	margin: 0 2px 0 2px;
	padding: 3px;
	cursor: pointer;
}

div.shop_toolbar button.arrow.gt {
	margin-right: 3px;
}

div.shop_toolbar button.arrow:hover {
	border: 1px solid #000; 
}

div.shop_toolbar .pagination {
	padding: 5px 0; /* IE 7 fix */
}

div.shop_toolbar .pagination .current, div.shop_toolbar .pagination a {
	font-size: 14px;
	padding: 5px 7px;
}

div.shop_toolbar .pagination .current {
	border: 1px solid #cbcbcb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-right: 1px;
}

div.shop_toolbar .pagination a {
	border: 1px solid #cbcbcb; 
	background: #fbfbfb url('../img/shop/bcg/button.png') top left repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;	
	text-decoration: none;
	margin-right: 1px;
}
div.shop_toolbar .pagination a:hover { 
	color: #fff;
	background-image: none;
	background-color: #000;
	text-decoration: none; 
	border: 1px solid #000; 
}

/* gallery generation 2 using table */
/*
centrovani obrazku na stred vertikalne: 
http://www.jakpsatweb.cz/css/css-vertical-center-solution.html
*/
img.gallery_2 {
	/* _width: 160px; _height: 160px; */
	max-width: 250px; max-height: 250px;
	border: 0; padding: 0; margin: 0;
}

div.gallery_2_item_env {
	width: 250px; height: 250px;
	overflow: hidden;
	float: left;                    
	border:3px solid #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin:0 4px 4px 0;
}
table.gallery_2_item {
	width: 250px; height: 250px;
	padding: 0;
	overflow: hidden;
	font-size: 0;
	border-collapse: collapse;
	background-color: #ffffff;
	table-layout: fixed;
}
table.gallery_2_item td {
	padding: 0;
	width: 250px; height: 250px;
	overflow: hidden;
	text-align: center;
	font-size: 0;
	vertical-align: middle;
	border-collapse: collapse;
	border: 0;
	table-layout: fixed;
}
/* end of: gallery generation 2 using table */

/* CSS for template: shop product detail (shop_pd_XXX) */

h1.shop_pd_product_title {
	color: #005F82;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 10px 0;
}

input.shop_pd_quantity {
	border: 1px solid #b6b6b6;
	text-align: right;
	vertical-align: middle;
	color: #3B3B3B;
}

div.shop_pd_gallery_title {
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 7px;
}

td.shop_pd_info_box {
}
td.shop_pd_image_intro {
}

div.shop_pd_image {
  margin: 0 0 10px 0;  
} 

div.shop_pd_image img {
	max-width: 250px;
	max-height: 250px;
	margin:0 4px 4px 0;
}

table.shop_pd_info_box {
	background: #ffffff url('../img/shop/bcg/shop_pd_info_box.png') top left repeat-x;
	border: 1px solid #bbbbbb;
	margin-bottom: 10px;
	border-collapse: collapse;
	/* float: right; */
	-moz-box-shadow:    0px 0px 4px 4px #a7a7a7;
  -webkit-box-shadow: 0px 0px 4px 4px #a7a7a7;
  box-shadow:         0px 0px 4px 4px #e2e2e2;
}

table.shop_pd_info_box td {
	vertical-align: top;
	padding: 5px 7px;
}
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_option { }

button.shop_button_add_to_cart {
	font-weight: bold;
	vertical-align: middle;
}

div.shop_pd_back_to_top {
	background-color: transparent;
	margin: 7px 0px 4px 0px;
	text-align: right;
}

div.shop_pd_back_to_top_padding {
	padding: 5px 9px 5px 9px;
}

img.shop_pd_back_to_top {
	width: 16px; height: 16px;
	border: 0;
}

img.shop_pd_back_to_top:hover {
	background-color: #e8e8e8;
}

td.shop_pd_promotions {
	text-align: right;
	padding: 0; 	margin: 0;
}

/* end of: shop product detail (shop_pd_XXX) */

/* shop_path_categories */
div.shop_path_categories {
	margin: 0 0px 10px 0px;
}
div.shop_path_categories_padding {
	padding: 6px 8px;
	padding: 0;
}
div.shop_path_categories, div.shop_path_categories a {
}
a.shop_path_category, a.shop_path_category:visited, a.shop_path_category:hover {
	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 {
	text-decoration: none;
}
a.shop_path_category_selected:hover {
	text-decoration: underline;
}
/* end of: shop_path_categories */

/* shop subcategories */
.shop_subcategories {
	clear:both;
	padding-bottom: 10px;
}
/* end of: shop subcategories */

/* products_compare */

div.products_compare {
	overflow: auto;
	width: 100%;
}
div.products_compare table {
	border-collapse: collapse;
}
div.products_compare table tr td {
	width: 162px;
	border: 1px solid #EBEBEC;
	padding: 4px;	
}
div.products_compare table tr td.label {
	background-color: #F8F8F8;
}
div.products_compare table tr td a img.preview {
	width: 140px;
}

div.products_compare a.title {
	color: #0BB1E8;
	font-weight: bold;
	text-decoration: none;
}

div.products_compare a.title:hover {
	text-decoration: underline;
}

div.set_currency { text-align: right; margin-bottom: 15px; }

div.set_currency a {
	text-decoration:none;
	margin-left: 5px;
}

div.set_currency img.ico{
	width: 16px; height: 16px; vertical-align: middle;
}

.agreement label { background-color: #FCFEE9; padding: 2px;}
.agreement input[type=checkbox] { transform: scale(1.5); }