@CHARSET "UTF-8";
/** Default */
.kx_site,
.kx_news,
.kx_list,
.kx_display {
	margin: 0;
	padding: 0;
}

.kx_list li, 
.kx_display {
	display: table;
	margin-bottom: 10px;
}

.kx_list .kx_time, .kx_list .kx_content,
.kx_display .kx_time, .kx_display .kx_content {
	display: table-cell;
}

.kx_list .kx_time,
.kx_display .kx_time {
	width: 200px;
}

.kx_list .kx_content,
.kx_display .kx_content {
	padding-left: 10px;
}

.kx_title,
.kx_list .kx_title,
.kx_display .kx_title {padding-left: 0; font-size: 1.3em;}

.kx_list .kx_head,
.kx_display .kx_head  {margin-bottom: 10px;}

.kx_time {
	text-align: center;
	vertical-align: middle;
}
.kx_time .kx_day 	{display: block; font-size: 2.2em;}
.kx_time .kx_month 	{display: block; font-size: .9em;}
.kx_time .kx_year 	{display: block; font-size: .9em;}

.kx_item,
.kx_item.kx_type_news,
.kx_item.kx_type_album {
	list-style: none;
}

.kx_action {
	padding: 2px;
	cursor: pointer;
}
.kx_action.kx_action_prev_item {}
.kx_action.kx_action_next_item {}

/** Typography */
.kx_content {}
.kx_content h1,h2,h3,h4,h5 {margin-bottom: 10px}
.kx_content p {margin-bottom: 10px;}
.kx_content ul {margin: 10px;}
.kx_content ul li {list-style-type: disc;}
.kx_content ul li li {list-style-type: circle;}
.kx_content ul li li li {list-style-type: square;}

/** Flash Messages*/
#kx_flash_messages {
	position: absolute;
	top:0; left: 50%;
	margin: 0; padding: 0;
}
	#kx_flash_messages .kx_item {
		position:relative;
		width: 500px;
		list-style: none;
		padding: 5px;
		margin-bottom: 5px;
		margin: 0 0 5px -250px;

		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;

		border: 2px solid #83D13D;
		background-color: #fff; 
	}

/** Site */
.kx_site {width: 100%; display: block;}
	.kx_site .kx_display {}
	.kx_site .kx_content {padding-left:0; width: 100%; display: block;}


/** News */
.kx_list .kx_title a {text-decoration: none;}
.kx_list .kx_description {}


/** Gallery */
#flashcontent {
	width: 100%;
	height: 100%;
}


/** Galery preview */
.kx_gallery_album {}
.kx_gallery_album .kx_content {
	width: 100%;
	height: 350px;
}

.kx_gallery_images {
	margin: 0;
	padding: 0;
	display:table;
	overflow: hidden;
}
.kx_gallery_images .kx_item {
	float:left;
	display: table-cell;
	width: 25%;
	height: 150px;
	vertical-align: middle;
	text-align: center;
}
.kx_gallery_images .kx_item img {
	border: 1px solid #eee;
	padding: 5px;
}
.kx_gallery_images .kx_item:hover img {
	border-color: #333;
}

/** Gallery style for URL route: /gallery/index/index */

.kx_gallery_inline {
	overflow: hidden;
}
.kx_gallery_inline.kx_list {
	position:relative;
	display:block;
	overflow: hidden;
}
	.kx_gallery_inline .kx_gallery {
		overflow:auto;
	}
	
	.kx_gallery_inline .description {
		display: none;
	}
	.kx_gallery_inline .kx_item {
		margin: 0 !important;
		padding: 0 !important;
		list-style: none !important;
		overflow: hidden;
	}

	.kx_gallery_inline.kx_list .kx_head,
	.kx_gallery_inline.kx_list .kx_content {
		display:block;
		clear:both;
		margin-bottom: 10px;
		text-align: center;
	}
	.kx_gallery_inline.kx_list .kx_item {
		position:relative;
	}
		.kx_gallery_inline.kx_list .kx_item img {
			text-align: center;
		}

		.kx_gallery_inline .kx_gallery {
			width: 100% !important;
		}
			.kx_gallery_inline .kx_gallery .kx_content {
				height: 200px;
			}
	
		.kx_gallery_inline .kx_gallery_album {
			display: block;
			overflow: hidden;
			height: 200px;
		}
		.kx_gallery_inline .kx_gallery_album .kx_item,
		.kx_gallery_inline .kx_gallery_album .kx_item.kx_gallery_type_image,
		.kx_gallery_inline .kx_gallery_album .kx_item.kx_gallery_type_media {
			position:relative;
			display: block;
			float:left;
			width: 200px !important;
		}
			.kx_gallery_inline .kx_gallery_album .kx_item .kx_head {
				position: absolute;
				top: 105px; left: 0;
	
				background:#111;
				padding:2px;
			
				opacity: 0.6; /* Safari, Opera */
				-moz-opacity:0.60; /* FireFox */
				filter: alpha(opacity=60); /* IE */
				z-index: 9;
			}
				.kx_gallery_inline .kx_gallery_album .kx_item .kx_head .kx_title {
					font-size:.8em !important;
				}
				.kx_gallery_inline .kx_gallery_album .kx_item .kx_head a {
					color: #fff;
				}
			.kx_gallery_inline .kx_gallery_album .kx_item .kx_content {
				position: relative;
			}
			.kx_gallery_inline .kx_gallery_album .kx_item img,
			.kx_gallery_inline .kx_gallery_album .kx_item img a{
				margin: 0 !important;
				padding: 0 !important;
				border: 0 !important;
			}

	.kx_action.kx_action_prev_item {}
	.kx_action.kx_action_next_item {}
	
	.carusel-container {
		position: absolute;
	}
	
/** Shop */
.kx_shop_product {}
.kx_shop_product.kx_display {
	display: block;
}

	.kx_shop_product .kx_head {
		display: block;
		position: relative;
	}
		.kx_shop_product .kx_head .kx_title {}
		.kx_shop_product .kx_head .kx_price,
		.kx_shop_product .kx_head .ks_action_addToCart {
			position:absolute;
			top: 0; 
		}
		.kx_shop_product .kx_head .kx_price {
			right: 150px;
			font-size: 1.5em;
			letter-spacing:-1px;
			font-weight: bold;
		}
		.kx_shop_product .kx_head .ks_action_addToCart {
			right: 10px;
		}

	.kx_shop_product kx_content {
		display: block;
	}
		.kx_shop_product kx_content .kx_product_info {}
		.kx_shop_product kx_content .kx_description {}
		.kx_shop_product kx_content .kx_images {}




.ks_action_checkout {
	width: 70px;
	height: 25px;
	display: block;
	overflow: hidden;
	text-indent: -200em;
}

/** Shop messages */
.kx_block {
	padding: 10px;
}
	.kx_block .kx_shop_category_products_noexsists {}
	.kx_block .kx_shop_manufacturer_products_noexsists {}
	.kx_block .kx_shop_category_product_noexsists {}
	.kx_block .kx_shop_category_noexsists {}
	.kx_block .kx_shop_cart_empty {}
		

.kx_product_info {}
	.kx_product_info dt {font-weight: bold;}
	.kx_product_info dd {}

	.kx_manufacturer {}

.kx_shop_product .kx_content {
	margin-bottom: 10px;
}

	.kx_shop_product .kx_content .kx_summary,
	.kx_shop_product .kx_content .kx_image_main {
		float: left;
	}

	.kx_shop_product .kx_content .kx_summary {width: 380px;}
	.kx_shop_product .kx_content .kx_image_main {width: 170px;}

/** Shop Images slider*/
.kx_images .kx_item {
	list-style:none; 
}

.kx_images, .container {
	width: 153px;
	position:relative; 
}
	.kx_images .container {
		height:50px;
		overflow:hidden;
	}
	.kx_images .slides {
		position:absolute;
		left:0; top: 0;
	}
		.slides li {
			position:absolute;
			top:0;
	
			width:50px; 
			height:50px; 

			text-align:center;
		}
	
		.slides li, .slides img, .slides a {
			padding: 0; 
			margin: 0; 
			border: 0;
		}
		
			.kx_images ul.pagination {
				background-color: #fff;
				height: 20px;
				width: 100%;
				position:absolute;
				top:0; left: 0;
				padding-left: 40px;
				padding-top: 10px;
				z-index: 3;
			}
			.kx_images ul.pagination li {
				float:left;
				margin:0 2px;
				list-style: none;
			}	
			.kx_images ul.pagination a {
				display:block;
				width:7px;
				padding-top:7px;
				text-indent:-999999px;
				height:0;
				overflow:hidden;
				background-image:url(shop/pagination.png);
				background-position:0 0;
				background-repeat:no-repeat;
			}
	
			.kx_images ul.pagination li.active a {
				background-position:0 -7px
			}
			.kx_images a.previous, .kx_images a.next {
				position:absolute; 
				top:10px;
	
				display:block;
				width:26px; 
				height:0;
				
				overflow:hidden;
	
				padding-top:26px;
	
				background-image:url(shop/arrows.png);
				background-repeat:no-repeat;
	
				z-index: 33;
			}
			.kx_images a.previous {
				left:-10px; 
				background-position:0 0; 
				
			}
			.kx_images a.next {
				right:-10px; 
				background-position:-26px 0; 
			}
			.kx_images a.previous:hover {background-position:0 -26px}
			.kx_images a.next:hover {background-position:-26px -26px}

/** Shop cart */

.kx_shop_cart {}
	.kx_shop_cart .kx_head,
	.kx_shop_cart .kx_content {padding: 10px}
	.kx_shop_cart .kx_head {}
		.kx_shop_cart .kx_head .kx_title {}
	.kx_shop_cart .kx_content {}

.kx_shop_cart table {
	width: 100%;
}
	.kx_shop_cart table td {
		padding: 2px;
		border-bottom: 1px solid #888;
		vertical-align: middle;
	}
	.kx_shop_cart table thead {
		font-weight: bold;
	}
	.kx_shop_cart table tbody {}
	.kx_shop_cart table tbody tr:hover td {
		background-color: #999;
	}

		.kx_shop_cart table tbody .ks_amount {
			width: 40px;
			text-align: center;
		}

	.kx_shop_cart table tfoot {}

	
/** Shop checkout */
.kx_shop_checkout {
	overflow: hidden;
}
	.kx_shop_checkout .kx_shop_checkout_default_form,
	.kx_shop_checkout .kx_shop_checkout_invoice_form {
		float: left;
		width: 50%;
	}

	.kx_shop_checkout .kx_shop_checkout_default_form {}
	.kx_shop_checkout .kx_shop_checkout_invoice_form {}
	
	.kx_shop_checkout form {
		padding: 5px;
	}
	
	.kx_shop_checkout form input {
		width: 90%;
	}
	
/** Search */
.kx_search_result {}
.kx_search_result > .kx_head {
	display: block;
}
.kx_search_result > .kx_content {
	display: block;
}
	.kx_search_result .ks_list {}
	.kx_search_result .ks_list .kx_item {list-style: none !important; margin: 0 0 20px 0; padding: 0;}
	