/* one-way styles */
.fullwidth { width: 100%; }
.gt { text-align: right; }
.center { text-align: center; }
.clear{clear:both;}
.fl {float: left; }
.fr {float: right; }
.linethrough { text-decoration: line-through; }

/* shop styles */
.price {
	font-weight: bold;
	color: #335ca6;
}
.savings {
	color: #8CBCD9;
}

.stock_quantity_empty { color: #000; }
.stock_quantity_low { color: #D16F41; }
.stock_quantity_full { color: #1EB048; }

.discount {
	color: #848B91;
	font-size: 90%;
	/* line height must be the same as the rest of the line */
	line-height: 100%;
}

div.sci_price .discount {
	margin-right: 2px;
}

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;
}

/* eshop_categories_tree */
ul#eshop_categories_tree {
	margin:0 0 20px 0; 
	padding:0;
	list-style-type:none;
}

ul#eshop_categories_tree ul {
	list-style-type:none;
	padding: 0;
	margin: 0;
}

ul#eshop_categories_tree li {
	padding-left:25px;
}

ul#eshop_categories_tree > li {
	border-bottom:1px solid #C9C9C9;
}
ul#eshop_categories_tree ul li {
	border-top:1px solid #C9C9C9;
}

ul#eshop_categories_tree a.link {
	display:inline-block;
	text-decoration: none;
	font-size:15px;
	font-weight: bold;
}

ul#eshop_categories_tree a.ico_tree, ul#eshop_categories_tree span.ico_tree {
	width: 20px; height: 20px;
	display: inline-block;
	margin-left: -25px;
	padding-top: 10px;
	text-decoration: none;
	vertical-align: top;
}

ul#eshop_categories_tree > li li a.ico_tree, ul#eshop_categories_tree > li li span.ico_tree {
	padding-top: 7px;
}

ul#eshop_categories_tree a.ico_tree.active, ul#eshop_categories_tree span.ico_tree.active {
	color: #222222; /* theme */
	cursor: pointer;
	font-size: 17px;
	line-height: 17px;
	font-weight: normal;
}

ul#eshop_categories_tree a.link {
	color:#222;
	text-decoration: none;
	font-size:15px;
	font-weight: bold;
	display: inline-block;
	padding: 10px 0;
}

ul#eshop_categories_tree a.link:hover {
	text-decoration: underline;
}

ul#eshop_categories_tree > li li a.link {
	font-size:14px;
	font-weight: normal;
	padding: 7px 0;
}

ul#eshop_categories_tree a.link.active {
	color: #0bb1e8;
}

/* shop cart */
td.shop_form_label {
	text-align: right;
}
td.shop_form_label_required {
	text-align: right;
	color: #222222; /* theme */
	font-weight: bold;
}
td.shop_form_required input {
	background-color: #FCFEE9;
}

table.shop_cart {
	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: 270px;
	max-width: 100%;
	float: left;
	border: none;
	background: #ffffff;
	overflow: hidden;
	text-align: center;
	margin: 0 19px 19px 0;
}

div.shop_catalog_item {
	/* background gradient
	http://www.cssmatic.com/gradient-generator#'\-moz\-linear\-gradient\%28top\%2C\%20rgba\%28255\%2C255\%2C255\%2C1\%29\%200\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C1\%29\%2056\%25\%2C\%20rgba\%28223\%2C223\%2C223\%2C1\%29\%20100\%25\%29\%3B'
	*/
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 56%, rgba(223,223,223,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(56%, rgba(255,255,255,1)), color-stop(100%, rgba(223,223,223,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 56%, rgba(223,223,223,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 56%, rgba(223,223,223,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 56%, rgba(223,223,223,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 56%, rgba(223,223,223,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0 );
}

div.shop_catalog_item:hover {
-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.4);
}

div.shop_catalog_item.last-col {
	margin-right: 0;
}

div.shop_catalog_item h2 {
	font-size: 16px;
	line-height: 51px; /* only for 1-line long titles, line-height = h2 height */ 
	font-weight: bold;
}

div.shop_catalog_item h2 a {
	text-decoration: none;
}

div.shop_catalog_item h2.long {
	font-size: 14px;
	line-height: 20px;
}

div.shop_catalog_item h2 a:hover {
	text-decoration: underline;
}

div.shop_catalog_item h2 {
	height: 51px;
	overflow:hidden;
	/*
	margin: 5px 0 5px 0;
	*/
}

div.sci_price { font-size: 17px; }

div.sci_image {
	width: 100%;
	height: 200px;
	display: table;
	table-layout:fixed;
}
div.sci_image_valign {
	display: table-cell;
	vertical-align: middle;
}

div.sci_image img {
	max-width: 100%;
	max-height: 200px;
	border: 0; padding: 0; margin: 0;
}

div.sci_form {
	width: 100%;
	margin-bottom: 10px;
}

div.sci_content {
	width: 100%;
	margin-bottom: 14px;
}


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 {
	width: 10px;
	/*
	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;
	*/
}

button.cart {
	border-color: #555;
	background-color: #555;
	/* border-color: theme; */
	/* background-color: theme; */
	color: #fff;
}

button.cart:hover {
	border-color: #333;
	background-color: #333;
}

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: 0;	
	background-color: #E8E8E8;
	margin: 0 2px 0 2px;
	padding: 5px;
	font-size: 18px;
	line-height: 20px;
	cursor: pointer;
}

div.shop_toolbar button.arrow.gt {
	margin-right: 3px;
}

div.shop_toolbar button.arrow:hover {
	border: 0; 
}

div.shop_toolbar .pagination {
	padding: 5px 0; /* IE 7 fix */
}

div.shop_toolbar .pagination .current, div.shop_toolbar .pagination a {
	font-size: 14px;
	padding: 7px 9px;
}

div.shop_toolbar .pagination .current {
	background-color: #E8E8E8;
	margin-right: 1px;
}

div.shop_toolbar .pagination a {
	background-color: #D7D7D7;
	text-decoration: none;
	margin-right: 1px;
	transition:all 0.3s ease 0s;
}
div.shop_toolbar .pagination a:hover { 
	color: #fff;
	background-image: none;
	background-color: #000;
	text-decoration: none; 
}

/* gallery generation 2 using table */
/*
centrovani obrazku na stred vertikalne: 
http://www.jakpsatweb.cz/css/css-vertical-center-solution.html
*/
div.gallery { margin-bottom: 15px; }
img.gallery_2 {
	/* _width: 160px; _height: 160px; */
	max-width: 208px; max-height: 156px;
	border: 0; padding: 0; margin: 0;
}

img.gallery_2 {
	transition:all 0.3s ease 0s; 
}
img.gallery_2:hover {
	opacity: 0.7;
}

img.shop_pd_preview {
	cursor: pointer;
}

div.gallery_2_item_env {
	width: 208px; height: 156px;
	overflow: hidden;
	border: none;
	float: left;
	margin:0 6px 6px 0;
}
table.gallery_2_item {
	width: 208px; height: 156px;
	padding: 0;
	overflow: hidden;
	font-size: 0;
	border-collapse: collapse;
	background-color: #ffffff;
	table-layout: fixed;
}
table.gallery_2_item td {
	padding: 0;
	width: 208px; height: 156px;
	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 {
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 10px 0;
}

input.shop_pd_quantity {
	text-align: right;
	vertical-align: middle;
}

div.shop_pd_gallery_title {
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 7px;
}

div.spd_box {
	float: left;
}

div.spd_box.b1 {
	width: 49%;
}

div.spd_box.b2 {
	width: 49%;
	float: right;
	max-width: 100%;
}

div.shop_pd_image {
	width: 100%;
  margin: 0 0 10px 0;  
} 

div.shop_pd_image img {
	max-width: 100%;
	max-height: 500px;	
}

div.shop_pd_info_box_container {
	display: inline-block;
	float: right;
	padding: 15px 20px;
	border: 1px solid #bbbbbb;
	-moz-box-shadow:    0px 0px 10px 6px #e2e2e2;
  -webkit-box-shadow: 0px 0px 10px 6px #e2e2e2;
  box-shadow:         0px 0px 10px 6px #e2e2e2;
	margin-bottom: 10px;
	/* background gradient 
	http://www.cssmatic.com/gradient-generator#'\-moz\-linear\-gradient\%28top\%2C\%20rgba\%28255\%2C255\%2C255\%2C1\%29\%200\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C1\%29\%2064\%25\%2C\%20rgba\%28230\%2C230\%2C230\%2C1\%29\%20100\%25\%29\%3B'
	*/
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 64%, rgba(230,230,230,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(64%, rgba(255,255,255,1)), color-stop(100%, rgba(230,230,230,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 64%, rgba(230,230,230,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 64%, rgba(230,230,230,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 64%, rgba(230,230,230,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 64%, rgba(230,230,230,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0 );
}

table.shop_pd_info_box {
	border: none;
	border-collapse: collapse;
}

table.shop_pd_info_box td {
	vertical-align: top;
	padding: 3px 5px;
}
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 {
	margin: 20px 0 0 0;
	text-align: right;
}

div#shop_pd_back_to_top a {
	display: inline-block;
	width:30px;
	height:30px;
	border:none;
	background: #BBB url(../img/template/shop/ico/to_top.png) no-repeat center center;
	opacity: 0.7;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;	 	
}

div#shop_pd_back_to_top a:hover {
	opacity: 1;	
	-moz-opacity: 1;
	filter:alpha(opacity=0);
}  

button.link {
	font-size: 15px;
	font-weight: normal;
	text-transform: none;
	border: none;
	background: transparent !important;
	cursor: pointer;
	color: #2E2E2E;
	padding: 0; margin: 0;
	overflow: visible;
}
button.link:hover {
	border: none;
	text-decoration: underline;
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
}

div.shop_pd_action_link {
	margin-top: 3px;
	font-size: 13px;
	color: #444444;
}

div.shop_pd_action_link button {
	font-size: 13px;
}

img.shop_pd_action_ico {
	width: 16px; height: 16px;
	margin: 0 10px 0 0;
	vertical-align: middle;
	border: 0;
}

td.shop_pd_promotions {
	text-align: right;
	padding: 0; 	margin: 0;
}

/* end of: shop product detail (shop_pd_XXX) */

/* shop panel item container (spic_XXX)  */
div.shop_panel_item_container {
	padding: 7px 0 15px 0;
	text-align: center;
}

div.shop_panel_item_container h3 {
	font-size: 100%;
	margin: 0 0 4px 0;
	padding: 0;
}

div.shop_panel_item_container h3 a {
	color: #000000;
	text-decoration: none;
}

div.shop_panel_item_container h3 a:hover {
	text-decoration: underline;
}

.spic_price { }

input.spic_quantity {
	font-size: 90%;
	width: 20px;
	text-align: center;
	border: 1px solid #C8C8C8;
	vertical-align: middle;
	margin-right: 2px;
}

button.spic_submit {
}

div.spic_form {
	margin: 4px 0 4px 0;
}

hr.spic {
	clear: left;
	padding: 0 0 0px 0;
	margin: 0 5px 0 5px;
	width: 170px;
	border: 0;
	border-top: 1px solid #EAEAEA;
}

div.spic_image table.gallery_item {
	margin: 0 auto;
}

/* end of: shop panel item container (spic_XXX)  */

div.cart_briefly, div.customer_briefly {
	margin-bottom: 15px;
}

div.shop_catalog, div.shop_toolbar {
	clear:both;
}

/* shop_path_categories */
div.shop_path_categories {
	margin: 0 0px 10px 0px;
}
div.shop_path_categories_padding {
	padding: 4px 8px;
}
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: 12px;
}

ul.subcat {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.subcat li {
	display: inline;
	padding: 0;
	margin: 0;
}

ul.subcat li a {
	display: inline-block;
	width: 32.33%;
	margin: 0 0.5% 10px 0.5%;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	border: 0;
	text-decoration: none;
	background-color: #8F8F8F;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}

ul.subcat li a:hover {
	background-color: #EAEAEA;
	color: #fff;
}

/* end of: shop subcategories */

/* products_compare */

div.products_compare {
	overflow: auto;
	width: 100%;
	max-width: 860px;
}
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 {
	font-weight: bold;
	text-decoration: none;
}

div.products_compare a.title:hover {
	text-decoration: underline;
}

.agreement label { background-color: #FCFEE9; padding: 2px;}
.agreement input[type=checkbox] { transform: scale(1.5); }