/*
 * Title: jQuery Etalage plugin CSS
 * Author: Berend de Jong, Frique
 * Author URI: http://www.frique.me/
 * Version: 1.3.2 (20120904.1)
 *
 * ------------------------------------ STYLE ------------------------------------
 * Edit this section to style your thumbnails, zoom area, magnifier etc.
 * If the id of your Etalage instance is different, do a find/replace on #etalage.
 * -------------------------------------------------------------------------------
 */

.anchors{
	visibility: hidden;
	height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

/*
.orion-isp-fixed{
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 999;
	opacity: 0.5;
	display: none;

}

.orion-isp-fixed .bg{
	position: absolute;
	background: url(/public/images/1_07px.png); 
	width: 340px;
	height: 40px;
	box-shadow: 1px 1px 5px #AAA;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	display: none;
}

*/
.orion-isp-fixed .txt{
	padding: 3px 10px;
	position: relative;
	color: white;
	text-align: left;
	background: url(/public/images/1_07px.png);
	box-shadow: 1px 1px 5px #AAA;
	border-radius: 0px 0px 9px 9px;
	-moz-border-radius: 0px 0px 9px 9px;
	-webkit-border-radius: 0px 0px 9px 9px;
	-khtml-border-radius: 0px 0px 9px 9px;
	overflow: hidden;
	float: right;
}

.orion-isp-fixed {
opacity: 1 !important;
clear: both;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: default;
}

.orion-isp-fixed .text_left {
float: left;
font: 15px inter;
padding-top: 3px;
/* text-shadow: 1px 1px 1px #FFF, -1px -1px 1px #CCC; */
}
.orion-isp-fixed  .text_right {
	float: right;
}

.loadpage {
	clear: both;
}


#orion-isp-btn:hover{
	background-position: 0 -28px !important;
}

#orion-isp-btn:active{
	padding: 8px 13px 5px;
}

#orion-isp-btn {
	display: block;
	background: url(/public/images/buy5.jpg?v.1) repeat-x left top;
	width: 140px;
	height: 13px;
	line-height: 13px;
	padding: 7px 13px 6px;
	margin: 2px auto;
	background-color: whiteSmoke;
	border: 1px solid white;
	font-size: 14px;
	font-family: pt_sans;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	text-align: center;
}

.quicknav {
	display: none;
	position: fixed;
	bottom: 35px;
	width: 209px; /*ie7*/
	width: inherit;
	text-align: center;
	font: bold 13px 'tahoma', 'geneva', sans-serif;
	z-index: -1;
}
.q-top a {
    display: inline-block;
    max-width: 60px;
    color: #8e8e8e;
    cursor: pointer;
}
.q-top .icon-q-top {
	display: block;
	width: 29px;
	height: 22px;
	margin: 0 auto 3px;
	background: url(/public/images/ornament.png) no-repeat -141px -100px;
}


#etalagelist{
	display: none;
}

.OneProduct {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.45) inset;
}

.etalagesleft { 
	display: block;
	margin: 10px;
	width: 300px;
	height: 285px;
	float: left;
	position: relative;
	background: url(/public/images/loading.gif) center no-repeat;
}

.ProductCartLeft .etalagesleft {
	display: block;
	margin: 0px 10px 10px 10px;
	width: 340px;
	height: 285px;
	float: left;
	position: relative;
	background: url(/public/images/loading.gif) center no-repeat;
}

.etalagesright {
	display: block;
	margin: 10px;
	width: 430px;
	height: 285px;
	float: right;
	position: relative;
	/*background: rgba(204, 204, 204, 0.39);*/
}


.etalagesright .product-title{
	margin-right: -10px;
	margin-top: 5px;
	overflow: hidden;
}

.etalagesright .ProductCartRayting {
margin-top: 10px;
visibility: hidden;
}

.etalagesright .product-title a{
	color: #0F68B1;
	border-bottom: 1px solid rgba(15, 104, 177, 0.34);
	text-decoration: none;
	font: 18px inter_light;
	font-weight: bold;
	white-space: nowrap;
	display: inline-block;
	height: 19px;
	max-width: 410px;
	overflow: hidden;
}
.etalagesright .product-title a:hover{
	color: #C51C3E;
	border-bottom: 1px solid #EBB8C3;
}
.etalagesright .product-title a span {
	color: #C51C3E;
}
.etalagesright .product-stock{
	width: 210px;
	position: absolute;
	bottom: 10px;
	left: 0px;
	vertical-align: middle;
	font-family: pt_sans_narrow;
	color: #363636;
	font-size: 15px;
	line-height: 14px;
	visibility: hidden;
}

.etalagesright .product-stock p{
	/*height: 35px;*/
}

.etalagesright .product-stock span{
	color: #C51A3C;
	font-weight: bold;
}

.etalagesright .product-stock img {
	float: left;
	padding-right: 10px;
	padding-top: 3px;
}

.etalagesright .product-stock li.fastkey {
	display: none;
}

.etalagesright .product-stock li.sep {
	display: none;
}
.etalagesright .product-stock li.sep14 {
	display: none;
}

.etalagesright .product-stock li p{
	text-align: left;
	width: 140px;
	color: #808080;
	font-size: 11px;
	font-family: Arial;
}

.etalagesright .product-stock li p span {
	color: #808080;
	font-size: 11px;
	font-weight: 700;
}

.etalagesright .product-price_im{
	position: absolute;
	right: 30px;
	height: 60px;
	width: 155px;
	text-align: center;
	vertical-align: middle;
	bottom: 58px;
border: 3px solid #FFF;
/* border-color: rgba(0, 0, 0, 0.05); */
	border-radius: 8px;



}
.etalagesright .product-price_im p {
color: #747474;
padding-top: 7px;
font: 14px inter_light;
color: #000;
}
.etalagesright .product-price_im span{
padding-top: 5px;
color: #DD322C;
font-size: 32px;
width: 100%;
position: relative;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
font-family: inter_light;
font-weight: bold;
}


.etalagesright .product-price_rz{
	position: absolute;
	right: 20px;
	height: 70px;
	width: 180px;
	text-align: center;
	vertical-align: middle;
	top: 100px;
	color: #747474;
}

.etalagesright .product-price_rz p {
padding-top: 10px;
font: 14px inter_light;
color: #000;
}

.etalagesright .product-price_rz span {
font-size: 21px;
font-family: inter_light;
font-weight: bold;
color: #3D3D3D;
}


.etalagesright .product-buy{
	bottom: 10px;
	right: 20px;
	width: 180px;
	position: absolute;
	text-align: center;
}

.etalagesright .product-buy a.buy {
background: url(/public/images/buy3.jpg?v1) repeat-x left top;
position: relative;
display: inline-block;
height: 21px;
width: 135px;
line-height: 21px;
padding: 6px 13px 6px;
text-decoration: none;
font-size: 17px;
font-family: inter;
color: #FFF !important;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
-moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
text-align: center;
}
.etalagesright .product-buy a.buy:hover {
	background-position: 0 -34px !important;
}
.etalagesright .product-buy a.buy:active {
	top: 1px;
}


.etalagesright .product-block {
	height: 70px;
	position: absolute;
	width: 200px;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #ccc;
	-moz-box-shadow: 0 0 8px lightblue;
	-webkit-box-shadow: 0 0 8px lightblue;
	box-shadow: 0 0 8px lightblue;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
	vertical-align: middle;
	top: 100px;
}

.etalagesright .product-block h3 {
	font-size: 18px;
	color: #007fae;
	padding-top: 5px;
}

.etalagesright .product-block p span {
	color: #DC1F55;
	font-size: 20px;
	padding-top: 5px;
}

.etalagesbottom {
	display: block;
	margin: 10px;
	margin-top: -5px;
	width: 780px;
	height: 205px;
	float: left;
	position: relative;
	/*background: rgba(204, 204, 204, 0.39);*/
	overflow-x: hidden;
	overflow-y: hidden;
	border-top: 1px dotted #ccc;
	padding-top: 5px;
}


.etalagesbottom:hover{
	overflow-x: auto; 
	overflow-y: auto;
}

.etalagesbottom_child {
display: block;
height: 185px;
min-height: 185px;
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-moz-column-rule: 1px dotted #ccc;
-webkit-column-rule: 1px dotted #ccc;
column-rule: 1px dotted #ccc;
-webkit-column-gap: 20px;
-moz-column-gap: 20px;
column-gap: 20px;
}
#fastview_ya_share {
position: absolute;
right: 190px;
bottom: 9px;
text-align: center;
width: 310px;
}

}
#fastview_ya_share .b-share_theme_counter .b-share-btn__wrap {
float: none !important;
margin: 0px 0px 0px 5px !important;
display: inline-block;
}

.etalagesbottom_descr {
	display: block;
	width: 770px;
	min-height: 170px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-moz-column-rule: 1px dotted #ccc;
	-webkit-column-rule: 1px dotted #ccc;
	column-rule: 1px dotted #ccc;
	
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	text-align:justify;
	text-indent:20px;
}


.etalagesbottom_child strong {
line-height: 19px;
font-size: 15px;
font-family: inter_light;
font-weight: bold;
width: 100%;
display: block;
background: rgba(204, 204, 204, 0.38);
}

.etalagesbottom_child p {
background: url(/public/images/char.jpg) repeat-x bottom left;
line-height: 14px;
font-size: 12px;
font-family: inter;
position: relative;
cursor: default;
color: #000;
}
.etalagesbottom_child p:hover {
	color: #C51C3E;
}
.etalagesbottom_child span {
	display: inline-block;
	background: #fff;
	white-space: nowrap;
}

.etalagesbottom_child .f_right {
	float: right!important;
	top: 0px;
	right: 0px;
	position: absolute;
	white-space: nowrap;
}

.etalage_noimage{
	background: white url(/public/images/temp/one-product-4.jpg) center no-repeat;

/*	border: 1px solid #ccc;
	-webkit-box-shadow: 0 0 4px #ccc;
	-moz-box-shadow: 0 0 4px #ccc;
	box-shadow: 0 0 4px #ccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
*/
	width: 280px;
	height: 280px;
}


#etalagelist .etalage_thumb{
	background: white url(/public/images/loading.gif) center no-repeat;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
/*

	border: 1px solid #ccc;
	-webkit-box-shadow: 0 0 4px #ccc;
	-moz-box-shadow: 0 0 4px #ccc;
	box-shadow: 0 0 4px #ccc;
*/
}


#etalagelist .etalage_small_thumbs li{
	margin: 5px;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0);
}

#etalagelist ul li.etalage_smallthumb_active{
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: default;
}

#etalagelist .etalage_zoom_area,
.etalage_zoom_area{
	/*background: url(/public/images/loading.gif) center no-repeat;*/
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 0 9px #ccc;
	-moz-box-shadow: 0 0 9px #ccc;
	box-shadow: 0 0 9px #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

}

#etalagelist .etalage_magnifier{
	background: white;
	-webkit-box-shadow: 0 0 4px #000;
	-moz-box-shadow: 0 0 4px #000;
	border-radius: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}

.etalage img{
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
margin: 4px;
}


.etalage_zoom_area div{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/*
 * ------------------------------------ FUNCTIONALITY --------------------------------------
 * The following CSS serves to make Etalage function properly. Don't edit or edit carefully.
 * -----------------------------------------------------------------------------------------
 */

.etalage, .etalage_thumb, .etalage_thumb_image, .etalage_source_image, .etalage_zoom_preview, .etalage_icon, .etalage_hint{ display:none }
.etalage, .etalage ul, .etalage li, .etalage img, .etalage_hint, .etalage_icon, .etalage_description{ margin:0; padding:0; border:0; list-style:none }
.etalage, .etalage_magnifier div, .etalage_magnifier div img, .etalage_small_thumbs ul, ul .etalage_small_thumbs li, .etalage_zoom_area div, .etalage_zoom_img{ position:relative }
.etalage img, .etalage li{ -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -o-user-select:none; user-select:none; -webkit-user-drag:none; -moz-user-drag:none; user-drag:none }
.etalage, .etalage_small_thumbs li{ float:left }
.etalage_right{ float:right }
.etalage li{ position:absolute }
.etalage img{ vertical-align:bottom; max-width:none }
.etalage_magnifier{ cursor:default }
.etalage_magnifier div, .etalage_small_thumbs{ overflow:hidden }
.etalage_magnifier div img{ display:none }
.etalage_icon, .etalage_hint{ cursor:default; width:0; height:0; overflow:hidden }
.etalage_small_thumbs li.vertical{ float:none }
.etalage_zoom_area{ z-index:996 }
.etalage_zoom_area div{ overflow:hidden; z-index:997 }
.etalage_zoom_preview{ position:absolute; z-index:998 }
.etalage_zoom_img, .etalage_hint{ z-index:999 }
.etalage{ direction:ltr }
div.etalage_description{ position:absolute; bottom:0; left:0; z-index:999 }
div.etalage_description.rtl{ direction:rtl; text-align:right }