.catalogTitle {
	color: #333436;
	font-family: Asuka, sans-serif;
	line-height: 22px;
	font-size: 32px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	height: 22px;
}

.boutique-container {
	margin-top: 0;
    margin-left: -10px;
    box-sizing: border-box;
}

.boutique-container a,.boutique-container a:link,.boutique-container a:visited{
    text-decoration: none;
    color: inherit;
    display: block;
}

.boutique a{
    text-decoration: none;
}

.boutique .pagination{
	font-family: Asuka, sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	color: #E11B27;
}

.boutique {
	width: auto;
	margin-left: 170px;
}

.boutique .alphabet {
	height: 30px;
	padding: 0;
	margin: 0;
	line-height: 26px;
	font-size: 15px;
	background-color: #333436;
	color: #AFB0B4;
	text-align: left;
	z-index: 0;
	overflow: hidden;
}

.boutique .alphabet li{
	font-family: asuka;
	text-align: center;
	text-transform: lowercase;
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	padding-top: 1px;
	height: 30px;
	width: 24px;
	color: rgba(255, 255, 255, 0.6);
	cursor: default;
	vertical-align: bottom;
}
.boutique .alphabet li:first-child {
	margin-right: -4px;
	margin-left: 14px;
}

.boutique .alphabet li a{
    display: inline-block;
    height: 30px;
	width: 24px;

}

.boutique .alphabet li.filter{
	color: white;
	cursor: pointer;
}


.boutique .alphabet li.filter:hover{
    color: white;
    background-color: #e11b27;
}
.boutique li.boutiquesearch{
	height: 100%;
	width: auto;
	padding: 0;
	margin: 0;
    z-index: 1;
    float: right;
}


.boutique li.boutiquesearch:hover{
        background-color: #333436;
}

.boutique li.boutiquesearch input{
	height: 23px;
	width: 80px;
	font-size: 12px;
	line-height: 15px;
	padding: 3px 0 0 0;
	margin: 0;
	padding-left: 30px;
	border: none;
	background: url("../../../images/loupe.png") no-repeat 8px 5px white;
	margin: 2px;
	background-size: 16px;
}

.boutique .next, .boutique .previous{
	margin: 0;
	padding: 0;
	height: 18px;
	position: relative;
}

.boutique .next span, .boutique .previous span{
	font-family: Asuka, sans-serif;
	font-size: 16px;
	color: white;
	background-color: #E11B27;
	line-height: 18px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	padding: 0 10px;
    vertical-align: top;
}

.boutique .next span.arrow, .boutique .previous span.arrow{
	display: block;
	content: "";
	height: 18px;
	width: 18px;
	background-color: #333436;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}

.boutique .next {
	float: right;
}

.boutique .previous {
	float: left;
}

.boutique .next span {
	margin-right: 20px;
}

.boutique .previous span {
	margin-left: 20px;
}
.boutique .next span.arrow {
	right: 0px;
}

.boutique .previous span.arrow {
	left: 0px;
}

.boutique .next span.arrow:before, .boutique .previous span.arrow:before {
	content: "";
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border: 6px solid transparent;
}
.boutique .next span.arrow:before {
	border-left-color: white;
	top: 3px;
	left: 6px;
}
.boutique .previous span.arrow:before {
	border-right-color: white;
	top: 3px;
	left: 0px;
}

.boutique .bottom-bar {
	margin-bottom: 20px;
}
.boutique .bottom-bar .next span:hover, .boutique .bottom-bar .previous span:hover {
	color: white;
	background-color: #323232;
	cursor: pointer;
}

.boutique .bottom-bar .next.hide span:hover, .boutique .bottom-bar .previous.hide span:hover {
	cursor: default;
	background-color: #E11B27;
}

.boutique .previous.hide, .boutique .arrowleft.hide, .boutique .next.hide, .boutique .pagination.hide{
	opacity: 0.4;
	cursor: default;
}

.boutique .bottom-bar.hide {
	visibility: hidden;
}
.boutique .content {
	position: relative;
	margin: 20px 0 0 0;
	padding: 0;
}
.boutique .items {
	width: 715px;
	margin: 0 auto;
}
.boutique .boutique_category {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
	vertical-align: top;
	width: 133px;
	height: 260px;
	position: relative;
}
.boutique .boutique_category a {
	display: block;
}
.boutique .boutique_category .boutique_hover {
	display: none\9;
    opacity: 0;
	position: absolute;
	height: 190px;
	width: 133px;
	background: #E11B27 url("../../../images/kzplay_affiche_corner.png") 0 0 no-repeat;
	overflow: hidden;
	z-index: 1;

    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
}
.boutique .boutique_category .boutique_hover h2 {
	font-family: "Arial black", Arial, sans-serif;
	color: white;
	margin: 30px 10px 5px 10px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
}
.boutique .boutique_category:hover .boutique_hover {
	display: block\9;
    opacity: 1;
}

.boutique .boutique_category a{
	text-decoration: none;
}

.boutique .boutique_category a h2 {
	text-align: center;
	margin: 5px 0;
	padding: 0px;
	font-size: 11px;
	text-decoration: none;
	color: #E11B27;
	line-height: 12px;
	text-transform: uppercase;
	font-family: "Arial Black", Arial, sans-serif;
}

.boutique .boutique_category .boutique_category_image {
	height: 190px;
	width: 133px;
	/*overflow: hidden;*/
	position: relative;

}

.boutique .boutique_category .boutique_category_image div.pictos {
	position: absolute;
	width: 95px;
	height: auto;
	padding: 0;
	margin: 0;
	bottom: 10px;
	right: -4px;
	z-index: 1;
}

.boutique .boutique_category .boutique_category_image div.pictos span {
	display: block;
	width: 70px;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 0;
	left: 0;
}
.boutique .boutique_category .boutique_category_image div.pictos .separator {
	height: 1px;
	width: 95px;
	z-index: 1;
	background: -moz-linear-gradient(top left, white, #E11B27);
	background: -webkit-linear-gradient(top left, white, #E11B27);
	background: -ms-linear-gradient(top left, white, #E11B27);
	background: -o-linear-gradient(top left, white, #E11B27);
	background: linear-gradient(top left, white, #E11B27);
}

.boutique .boutique_category .boutique_category_image div.pictos .omv, .boutique .boutique_category .boutique_category_image div.pictos .trailer {
	background-color: #E11B27;
	color: white;
	height: 20px;
	text-transform: uppercase;
	font-family: "Arial black", Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	padding-left: 25px;
	z-index: 1;
	-webkit-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.3);
	background-repeat: no-repeat;
}

.boutique .boutique_category .boutique_category_image div.pictos .omv:before, .boutique .boutique_category .boutique_category_image div.pictos .trailer:before {
	content: "";
	height: 0;
	width: 0;
	display: block;
	position: absolute;
	border: 2px solid white;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	top: 8px;
	left: 0px;
}

.boutique .boutique_category .boutique_category_image div.pictos .omv {
	background-position: 7px 3px;
	-ms-background-size: 12px;
	-moz-background-size: 12px;
	background-size: 12px;
	background-image: url("../../../images/preview_picto_big.png");
}
.boutique .boutique_category .boutique_category_image div.pictos .trailer {
	background-position: 5px 5px;
	-ms-background-size: 16px;
	-moz-background-size: 16px;
	background-size: 16px;
	background-image: url("../../../images/manga_trailer_picto_big.png");
}
/*IE8.0 Hack!*/
@media \0screen {
    .boutique .boutique_category .boutique_category_image div.pictos .omv {
        background-image: url("../../../images/preview_picto_small.png");
    }
    .boutique .boutique_category .boutique_category_image div.pictos .trailer {
    	background-image: url("../../../images/manga_trailer_picto_small.png");
    }
}

.boutique .boutique_category .boutique_category_image div.pictos:after{
	content: "";
	display: block;
	height: 0px;
	width: 0px;
	position: absolute;
	right: 0px;
	border: 2px solid #841345;
	border-bottom: 2px solid transparent;
	border-right: 2px solid transparent;
	border-left: 2px solid #841345;
}

.boutique-filters {
	float: left;
	width: 170px;
	margin: 0 0 0 -10px;
}

.boutique-filters ul{
	margin: -3px 0 10px 0;
	padding: 0;
}

.boutique-filters li{
	cursor: pointer;
	width: 205px;
	height: 17px;
	color: #333436;
	list-style: none;
	margin-bottom: 2px;
	padding-left: 0px;
	margin-left: 20px;
}

.boutique-filters li div{
	float: left;
	height: 17px;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	padding-left: 5px;
	margin-left: 2px;
	width: 130px;
	background-color: #AFB0B4;
	font-family: Arial, sans-serif;
}
.boutique-filters div.logosmiley {
	margin: 0;
	padding: 0;
	width: 43px;
	display: none;
}

.boutique .alphabet li.boutique_currentfilter, .boutique li.boutique_currentfilter{
	color: #E11B27;
	background-color: white;
}

.boutique-filters .filter-title {
	margin: 0;
	color: #333436;
	height: 30px;
	font-family: Asuka, sans-serif;
	line-height: 22px;
	font-size: 22px;
	text-transform: uppercase;
	padding-left: 20px;
}
.boutique-filters .filter-title.mangatitle {
	padding-left: 35px;
	font-size: 18px;
	background: url("../../../images/kzplay_img_titre.png") no-repeat;
}
.boutique-end{
	clear:both;
}
.boutique-filters .boutique_currentfilter{
	opacity: 1;
}

.boutique-filters li:hover div{
	color: #E11B27;
}
.boutique-filters li.boutique_currentfilter div {
	background: #E11B27 url("../../../images/kzplay_coin_catalog.png") top right no-repeat;
	width: 150px;
	color: white;
}

.boutique-filters li .logosmiley {
	background-repeat:no-repeat;
	background-position:0px -22px;
}
.boutique-filters li:hover div.logosmiley, .boutique-filters li.boutique_currentfilter div.logosmiley {
	background-position:0px 0px;
}


.boutique-filters .small-filters li{
	display: inline-block;
	width: 50px;
	margin-bottom: 5px;
	text-align: center;
	/*border: solid 2px #333436;*/
	opacity: 0.5;
}

.boutique-filters .small-filters li:hover{
	/*border: solid 2px black;*/
	opacity: 1;
}

.boutique-filters .small-filters .boutique_currentfilter{
	opacity: 1;
}

.boutique .loading.showloading{
	display: block;
}
.boutique .loading{
	display: none;
	background: #333333;
	color: white;
	position: absolute;
	top: 40%;
	bottom: 40%;
	left: 40%;
	right: 40%;
	height: 20px;
	border: solid white 1px;
	opacity: 0.5;
}


img.new_img{
	position: absolute;
	bottom: 150px;
	left: 88px;
	z-index: 1;
}

ul.filter2column li {
	float: left;
	width: auto;
}
ul.filter2column li:nth-child(2n+1) {
	margin-left: 0px;
	float: right;
}
ul.filter2column li.default {
	float: none;
	margin-left: 20px;
}
ul.filter2column li.boutique_currentfilter:not(.default) div {
	width: 72px;
	margin-right: -7px;
}
ul.filter2column li:not(.default) div {
	width: 52px;
	margin-right: 13px;
}

ul.filter2column:after {
	content: "";
	clear: both;
	display: block;
}

.boutique-filters .redbox:before {
	content: "";
	height: 0;
	width: 0;
	display: block;
	position: absolute;
	border: 4px solid white;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	top: 10px;
}

.boutique-filters .redbox {
	background-repeat: no-repeat;
	background-color: #E11B27;
	height: 28px;
	position: relative;
}

.boutique-filters .redbox a {
	display: block;
	color: white;
	line-height: 28px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial black, Arial, sans-serif;
	padding-left: 40px;
	text-transform: uppercase;
}

.boutique-filters .redbox:hover {
	background-color: #AB0102;
}

.boutique .redbox.separator:after {
	content: "";
	height: 1px;
	width: 100%;
	display: block;
	position: absolute;
	background: -moz-linear-gradient(top left, white, #e11b27);
	background: -webkit-linear-gradient(top left, white, #e11b27);
	background: -ms-linear-gradient(top left, white, #e11b27);
	background: -o-linear-gradient(top left, white, #e11b27);
	background: linear-gradient(top left, white, #e11b27);
	top: 0;
}

.boutique-filters .trailer {
	/*background-image: url("../images/kzmanga_trailer_picto_big.png");*/
	background-size: 20px;
	background-position: 13px 8px;
}
.boutique-filters .preview {
	/*background-image: url("../images/kzmanga_preview_picto_big.png");*/
	background-size: 13px;
	background-position: 17px 6px;
	margin-bottom: 10px;

}

.boutique .filtergroup-trailer-omv {
	float: right;
	margin-top: 1px;
}
.boutique .filtergroup-trailer-omv ul {
	margin: 0;
	padding: 0;
}
.boutique .filtergroup-trailer-omv ul li {
	display: inline-block;
	height: 17px;
	list-style-type: none;
}
.boutique .filtergroup-trailer-omv ul li.activated a {
	background-image: url("../../../images/box_catalogue_on.png");
}
.boutique .filtergroup-trailer-omv ul li a {
	display: block;
	height: 17px;
	padding: 0 5px 0 30px;
	background-color: #e11b27;
	line-height: 18px;
	font-size: 12px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url("../../../images/box_catalogue_off.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}
.boutique .filtergroup-trailer-omv ul li a:hover {
	background-color: #333436;
}