@charset "utf-8";

/*-----------------------------------------------
 tk-2000
-----------------------------------------------*/
.productTitle {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1.1;
	color: #004473;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, verdana, sans-serif;
	font-size: 32px;
	max-height: 999999px;
}

#productDetailFeaturesBox {
	padding-top: 30px;
}

#product-view-main {
	/*    margin: 0 -70px 20px;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #ddd;
	/*    padding: 20px;*/
}

#product-view-main .product-additional-images ul {
	height: 80px;
}



#product-view-main .right h2 {
	font-weight: bold;
	font-size: 23px;
	line-height: 140%;
}

#product-view-main .right h3 {
	font-size: 20px;
	line-height: 120%;
	font-weight: normal;
}

#product-view-main .left H4 {
	color: #555;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 0;
}

.product-view .feature-columns .left,
.product-view .columns .left {
	width: 250px;
}

.product-view .feature-columns .right,
.product-view .columns .right {
	width: 650px;
}

#product-view-main .right {
	width: 360px;
	box-sizing: border-box;
	padding: 100px 20px 0 0;
}

#product-view-main .left {
	width: 600px;
	box-sizing: border-box;
	padding: 20px;
}
#product-view-main hr,
.product-view hr {
	height: 5px;
	background: transparent url(../images/hr-background.png) no-repeat 0 0;
	border: 0;
	margin: 10px 0;
}
#product-view-main .product-additional-images {
	margin: 10px 0 0 0;
}

#product-view-main .product-additional-images ul {
	height: 80px;
	width: 600px;
}

#product-view-main .product-additional-images ul li {
	float: left;
	margin-right: 10px;
}
.left {
	float: left;
}

.right {
	float: right;
}
.right h2 {
	line-height: 130%;
}



.kweb-popup {
	position: relative;
	display: block;
}



.scrollbar-images {
	margin-top: 10px;
	width: 100%;
	height: 4px;
	background-color: #e7e7e7;
}

.scrollbar-images .handle {
	width: 100px;
	height: 100%;
	background: #8d8d8d;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

#slidePanel {
	position: relative;
}

#slidePanel #slideBigImage {
	background: #fff;
	width: 100%;
}
.slika{
	position: relative;
}
.hoverimg{
	display: none;
}
.slika:hover .hoverimg{
		position: absolute;
    display: block;
    top: 35%;
    left: 45%;
}
.kweb-change-image{
	cursor: pointer;
}
#slideThumbs {
	padding-top: 10px;
	overflow: hidden;
}
#cboxLoadedContent{
	height: auto !important;
}
#slideThumbs img {
	float: left;
	margin-right: 6px;
	border: 2px solid #fff;
	cursor: pointer;
	height: auto;
	width: 10%;
}

.additional-ops {
	margin-top: 40px;
}

.explanation_clm {
	padding: 30px 0;
}

.explanation_clm h2,
.explanation_clm p {
	margin-bottom: 20px;
}

.explanation_clm p:last-child {
	margin-bottom: 0;
}

.product-view .feature-columns .right table,
.product-view .columns .right table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.product-view .feature-columns .right table tr td,
.product-view .columns .right table tr td {
	padding: 5px;
	border: 1px solid #d6d6d6;
}

.product-view .feature-columns .right table tr.alt td,
.product-view .columns .right table tr.alt td {
	background-color: #f5f5f5;
}
ul.related-products-list li .description{
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
}

ul.related-products-list li .description h5 {
    font-size: 10px;
    font-family: Arial;
    line-height: 115%;
}
ul.related-products-list li {
    float: left;
    margin: 0 7px 10px 0;
    padding: 2px;
    width: 120px;
    height: 100%;
    background-color: #f7f7f7;
    height: 197px;
    overflow: hidden;
}
ul.related-products-list li:nth-child(5n) {
    margin-right: 0;
}