﻿/* catalog_ControlCategoriesList
------------------------------------------------------------- */

#catalog_ControlCategoriesList {
	position: relative;
	margin: 12px 0 0 0;
}

#catalog_ControlCategoriesList h1 {
	display: none;
}

#catalog_ControlCategoriesList ul#topnav {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;

	position: relative;
	z-index: 2;

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#catalog_ControlCategoriesList ul#topnav li {
	/*float: left;*/
	position: relative;

	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

#catalog_ControlCategoriesList ul#topnav li:last-child a
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;

	border-right: none;
	height: 32px;
	color: #ee3650;
	line-height: 12px;
	text-align: center;
}

	#catalog_ControlCategoriesList ul#topnav li:last-child a span {display: block;text-align: center;float: none;}

#catalog_ControlCategoriesList ul#topnav li a {
	display: block;
	/* height: 36px; */
	padding: 6px 14px;
	height: 32px;

	color: #27475b;
	font-size: 12px;
	/* line-height: 36px; */
	text-align: center;
	border-right: solid 1px #27475b;

/*	position: static;*/
}

	#catalog_ControlCategoriesList ul#topnav li a span {
		display: block;
		line-height: 32px;
	}

#catalog_ControlCategoriesList ul#topnav li:hover a,
#catalog_ControlCategoriesList ul#topnav li a:hover {
	background-color: #ee3650;

	color: #fff;
}

#catalog_ControlCategoriesList ul#topnav li .sub {
	display: none;
	position: absolute;
	width: 0;
	box-shadow: 0 0 3px #b2b2b2;

	top: 44px;
	left: 0;

	background: #ffffff;
	float: left;
}

#catalog_ControlCategoriesList ul#topnav li:hover .childs {
	display: block;
}

#catalog_ControlCategoriesList ul#topnav li .sub ul {
	width: 215px;
}


#catalog_ControlCategoriesList ul#topnav li .sub .childUl > li{
	float: none;
  	padding: 0;
	width: 100%;

	display: inline-block;
	box-sizing: border-box;
	position: relative;
}


#catalog_ControlCategoriesList ul#topnav li .row {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#catalog_ControlCategoriesList ul#topnav li .sub ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	background: white;
	border: 1px solid gray;
	font-size: 12px;
	box-sizing: border-box;
	width: 215px;
}

#catalog_ControlCategoriesList ul#topnav .sub ul li {
	float: left;
	color: #fff;
	width: 100%;
}

	#catalog_ControlCategoriesList ul#topnav .sub ul li a {
		display: block;
		width: 100%;
		height: auto;
		float: none;
		padding: 10px;
		margin: 0;
		background-color: #fff;
		border: 0;
		color: #000000;
		text-align: left;
		text-decoration: none;
		font-size: 12px;
		box-sizing: border-box;
	}

		#catalog_ControlCategoriesList ul#topnav .sub ul li:hover > a{
			background-color: #ebecf0;
		}


#catalog_ControlCategoriesList ul#topnav .sub  ul  li  .subChilds {
	display: none;
  position: absolute;
  top: -1px;
  left: 100%;
  min-height: 100%;
  box-sizing: border-box;
  width: 255px;
  /* padding: 10px; */
  margin-left: 0px;
}

#catalog_ControlCategoriesList ul#topnav .sub  ul > li:hover > .subChilds{
	display: block;
}

#catalog_ControlCategoriesList ul#topnav .sub > ul > li > .subChilds ul {
	font-size: 0;
	width: 100%;
}

/* Common > Product starFlash
-------------------------------------------------------------- */

.starFlash, .starFlash_heart, .starFlash_new, .starFlash_end {
  display: block;
  background-color: #ee3650;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  line-height: 25px;
  text-align: center;
  z-index: 9;
  padding: 5px 10px;
}

.starFlash_heart:after{
	content:"";
	  font-family: FontAwesome;
	  font-weight: normal;
	  font-style: normal;
	  text-decoration: inherit;
}

.starFlash_new{
	background-color: #27AE60;
}

.starFlash_new:after{
	content: "New";
}

.starFlash_end:after{
	content: "";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
}

/* Common > Product Small
-------------------------------------------------------------- */
#catalog_ControlProductsInHome,
#catalog_SubCategoriesList {
}

.productInHomeNews .flexslider,
.productInHomeDiscount .flexslider {
  /*width: 800px !important;*/
  padding: 0;
  border: none;
}


.productInHomeNews .flexslider .catalog_product,
.productInHomeDiscount .flexslider .catalog_product {
  margin: 0;
  padding: 0;
}

	#catalog_SubCategoriesList .all-brands {
		width: 240px;
		margin: 20px 0 0 -120px;

		position: relative;
		left: 50%;

		font-size: 1.1em;
	}

	#catalog_ControlProductsInHome h2 {
		padding: 10px 0;
		margin-top: 0;
		text-align: left;
		font-size: 26px;
		font-style: normal!important;
	}

	#catalog_ControlProductsInHome .btnSeeAll {
		display: none;
	}

	.catalog_product,
	.catalog_SubCategory {

	    display: flex;
	    align-content: stretch;
	    flex-direction: column;

		width: 203px;
		height: 425px;
		float: left;
		padding: 10px;
		margin: 0 0;

		background-color: #fff;

		border-bottom: 1px solid #dedede;
		border-right: 1px solid #dedede;
		border-top:  1px solid white;
		border-left: 1px solid white;
  		-webkit-transition: 0.25s linear;
		transition: 0.25s linear;
		position: relative;
		z-index: 1;
		zoom:1;
	}

		#ctl00_mainContent_ctl00_ctl00_listProductsInGrid > span:nth-of-type(7n) .catalog_product {border-right: 1px solid transparent;}

	.catalog_SubCategory {
		width: 198px;
		height: 240px;
	}

	.catalog_productHover,
	.catalog_SubCategoryHover {
		border: 1px solid #ee3650;
	}

	.catalog_product .photo,
	.catalog_SubCategory .photo
	{
		width: 203px;
		height: 203px;
		margin: 0 0 15px 0;

		font-size: 0;
		line-height: 198px;
		text-align: center;
		background: #fff;
		overflow: hidden;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.catalog_product .photo img,
	.catalog_SubCategory .photo img {
		width: 100%;
		height: auto;
	}

		.catalog_product .data a,
		.catalog_SubCategory .data a {
			text-decoration: none;
		}

		.catalog_product .data .name,
		.catalog_SubCategory .data .name {
		  display: block;
		  text-align: center;
		  color: #27475b;
		  margin-bottom: 20px;
		  font-size: 14px;
		  /*height: 60px;*/
		}

		.catalog_product .data .manufacturer {
			display: block;
			text-align: center;
			/*margin-bottom: 20px;*/
			color: rgb(129, 129, 129);

		}

		.catalog_product .data .description {
			display: none;
		}

		.catalog_product .prices {
			display: block;
			width: 100%;
			text-align: center;
			float: left;

			margin-top: auto;
			margin-bottom: 20px;
			align-self: baseline;
		}

		.catalog_product .prices > div{
			margin-bottom: 20px;
			float: left;
			width: 100%;
		}

			.catalog_product .prices .priceFrom {
				display: block;

				color: #707173;
			}

			.catalog_product .prices .priceMin {
			  display: inline-block;
			  font-size: 18px;
			  color: #ee3650;
			  text-align: center;
			  line-height: 23px;
			}

			.catalog_product .prices .priceOff {
				  display: inline-block;
				  text-align: center;
				  margin-right: 5px;
				  line-height: 25px;
				  font-size: 14px;
				  color: #27475b;
			}

		.catalog_product .stock {
			display: block;
			width: 20px;
			height: 20px;

			position: absolute;
			right: 0;
			bottom: 0;
		}

			.catalog_product .data  .stock img {
			}

		.catalog_product .productOrder {
			width: 100%;
			float: left;
			text-align: center;

			margin-bottom: 20px;
			align-self: baseline;
			text-align: center;
		}

		.catalog_product .productOrder > span{
			background-color: #ee3650;
			  color: white;
			  border-radius: 8px;
			  padding: 4px 15px;
			  font-size: 14px;
			  display: inline-block;
			  -webkit-transition: 0.25s linear;
			  transition: 0.25s linear;
			  text-transform: uppercase;
		}

		.catalog_product.catalog_productHover{
			z-index: 2;
		}


		.productSeparator {
			float: left;
			height: 0px;
			width: 0px;
		}

/* Controls > Products Filter
-------------------------------------------------------------- */

#catalog_ControlProductsOurFilter {
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
		border-bottom: 1px solid #EAEAEA;
}

	#catalog_ControlProductsOurFilter h2 {}

	#catalog_ControlProductsOurFilter .filter {}

	#catalog_ControlProductsOurFilter a {
		display: block;
		padding: 2px 10px 2px 10px;
		background: url('images/puce-filter-a-delete.png') 1px 7px no-repeat;

		font-size: 11px;
		color: #707173;
		text-decoration: none;
	}

	#catalog_ControlProductsOurFilter a:hover {
		padding: 2px 6px 2px 16px;
		background: url('images/puce-filter-a-delete-hover.png') 5px 7px no-repeat #70516a;

		color: #fff;
	}

	#catalog_ControlProductsOurFilter .rating {
		width: 9px;
		height: 9px;
		display: block;
		float: left;
		background: url('images/rating-filter.png') 0 0 no-repeat;
	}

	#catalog_ControlProductsOurFilter a:hover .rating {
		background: url('images/rating-filter-o.png') 0 0 no-repeat;
	}

	#catalog_ControlProductsOurFilter .deleteFilter {display: none;}

	#catalog_ControlProductsOurFilter .deleteFilter:hover {}

/*----------*/

#catalog_ControlProductsFilter {
	margin: 0 0 10px 0;
}

	#catalog_ControlProductsFilter h1 {
		display: none;
    }

	#catalog_ControlProductsFilter .filter {
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
		border-bottom: 1px solid #EAEAEA;
	}

	#catalog_ControlProductsFilter h2 { }

	#catalog_ControlProductsFilter .input {
		width: 179px;
		margin: 5px 0px 5px 0px;
		border: 1px solid #e4e4e4;
		color: #707173;
    }

	#catalog_ControlProductsFilter a {
		display: block;
		padding: 3px 10px 3px 10px;
		background: url('images/puce-filter-a.png') 1px 7px no-repeat;

		font-size: 11px;
		color: #707173;
		text-decoration: none;
    }

	#catalog_ControlProductsFilter a:hover {
		padding: 3px 10px 3px 16px;
		background: url('images/puce-filter-a-hover.png') 6px 7px no-repeat #70516a;

		color: #fff;
	}

	#catalog_ControlProductsFilter .rating {
		width: 9px;
		height: 9px;
		display: block;
		float: left;
		background: url('images/rating-filter.png') 0 0 no-repeat;
	}

	#catalog_ControlProductsFilter a:hover .rating {
		background: url('images/rating-filter-o.png') 0 0 no-repeat;
	}

		#catalog_ControlProductsFilter a.filterSize {
			width: 22px;
			height: 22px;
			float: left;
			background-color: #70516a;
			background-image: none;
			padding: 0;
			margin: 0 3px 3px 0;

			color: #ffffff;
			line-height: 22px;
			text-align: center;
		}
			#catalog_ControlProductsFilter a.filterSize:hover {
				background-color: #ee3650;
			}

		#catalog_ControlProductsFilter a.filterColor {
			width: 20px;
			height: 20px;
			float: left;
			background-image: none;
			padding: 0;
			margin: 0 3px 3px 0;
			border: 1px solid #e6e7e7;

			text-align: center;
			font-size:36px;
			line-height:13px;
		}
			#catalog_ControlProductsFilter a.filterColor:hover {
				border: 1px solid #adadad;
				background: none;
			}

/* Controls > Products Search
-------------------------------------------------------------- */

/* Hack search Box Closer
#searchBoxCloser {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent;
	z-index: 2;
}
/

#catalog_ControlProductsSearch {
	height: 42px;
	position: absolute;
	top: 122px;
	right: 0;
}

	#catalog_ControlProductsSearch h2,
	#catalog_ControlProductsSearch .searchInResults,
	#catalog_ControlProductsSearch .advancedSearch {
		display: none;
	}

	#catalog_ControlProductsSearch ul.search-form,
	#catalog_ControlProductsSearch ul.search-form li {
	    margin: 0;
	    padding: 0;
	    list-style-type: none;
	}

	#catalog_ControlProductsSearch .search-form {
	    position: relative;
	    float: right;
	    z-index: 99;
	}

	#catalog_ControlProductsSearch .search-form input[type="text"] {
	    position: relative;
	    width: 12px;
	    height: 32px;
	    padding: 0 0 0 20px;
	    border: 2px solid #fff;

	    font-size: 12px;
	    text-indent: -9999px;

	    -webkit-border-radius: 18px;
	       -moz-border-radius: 18px;
	            border-radius: 18px;

	    -webkit-transition: width 0.5s ease-in-out;
	       -moz-transition: width 0.5s ease-in-out;
	            transition: width 0.5s ease-in-out;
	}

	#catalog_ControlProductsSearch .search-form.open input[type="text"] {
	    width: 230px;
	    text-indent: 0px;
	    box-shadow: 0 0 3px #b2b2b2;
	}

	#catalog_ControlProductsSearch .search-form input[type="submit"] {
		display: none;
	}

	#catalog_ControlProductsSearch .btn-search-form,
	#catalog_ControlProductsSearch .search-form.open input[type="submit"] {
		display: block;
	    cursor: pointer;
	    border-width: 0px;

	    position: absolute;
	    padding: 0;

		text-align: center;
		font-size: 16px;
		color: #fff;
	}

	#catalog_ControlProductsSearch .btn-search-form {
		z-index: 100;
	    width: 32px;
	    height: 32px;
	    background-color: #ee3650;

	    top: 5px;
	    right: 2px;

	    line-height: 32px;
	}

	#catalog_ControlProductsSearch .search-form.open input[type="submit"] {
		z-index: 110;
	    width: 30px;
	    height: 30px;
	    background-color: transparent;

	    top: 6px;
	    right: 3px;

	    line-height: 30px;
	} */

	.search-form
	{
		text-align: center;
		padding: 4px;
		position: relative;
  	top: 8px;
	}

	.search-form input[type=text]
	{
		display: inline-block;
		min-width: 580px;
		height: 36px;
		padding: 0 14px;
	}

	.search-form input[type=submit]
	{
		display: none;
	}

/* Products > BreadCrumb
-------------------------------------------------------------- */

#breadCrumb {
	display: block;
	padding: 20px 0;
	font-size: 12px;
}

	#breadCrumb a {
		text-decoration: none;
	}

		#breadCrumb a:hover {
			text-decoration: underline;
		}

/* Products > Products List Tools Bar
-------------------------------------------------------------- */

#catalog_ProductsListToolsBar {
	height: 36px;
	border: 1px solid #dedede;
	background-color: #f7f7f7;

	font-size: 12px;
	line-height: 24px;
}

	#catalog_ProductsListToolsBar .leftSide{
		width: 80px;
		float: left;
	}

		#catalog_ProductsListToolsBar .leftSide .viewGrid,
		#catalog_ProductsListToolsBar .leftSide .viewList {
			width: 36px;
			height: 36px;
			border-right: 1px solid #dedede;
			float: left;
			cursor: pointer;
		}

		#catalog_ProductsListToolsBar .leftSide a {
		    display: block;
		    width: 36px;
			height: 36px;

			font-size: 18px;
			text-align: center;
			line-height: 36px;
			color: #27475b;
		}

		#catalog_ProductsListToolsBar .leftSide a:hover,
		#catalog_ProductsListToolsBar .leftSide a.active,
		#catalog_ProductsListToolsBar .leftSide a:hover,
		#catalog_ProductsListToolsBar .leftSide a.active {
			color: #ee3650;
		}

	#catalog_ProductsListToolsBar .rightSide {
		min-width: 210px;
		float: right;
		padding: 4px 15px 0 0;
	}

		#catalog_ProductsListToolsBar .rightSide label,
		#catalog_ProductsListToolsBar .rightSide .input {
			float: right;
		}

		#catalog_ProductsListToolsBar .rightSide select { height: 22px; padding: 0; }

/* Products > Products List Pager
-------------------------------------------------------------- */

.pagerTop,
.pagerBottom {
	height: 24px;
	padding: 5px 0;
	margin: 15px 0 15px 0;

	font-size: 12px;
	line-height: 24px;
}

.pagerBottom {
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	/*border-top: 1px solid #dedede;*/
}

	.pagerTop select,
	.pagerBottom select {
		margin: 0;
		padding: 0;
		height: 24px;
	}

	.pagerTop .left,
	.pagerBottom .left {
		display: block;
		width: 40%;
		height: 24px;
		float: left;
		text-align: left;
	}

	.pagerTop .left a,
	.pagerBottom .left a {
		display: block;
		width: 22px;
		height: 22px;
		float: left;
		margin: 0 7px 0 0;
		text-align: center;
		border: 1px solid #dedede;
		background-color: #f7f7f7;

		line-height: 22px;
		color: #27475b;
	}

	.pagerTop .left a:hover,
	.pagerBottom .left a:hover,
	.pagerTop .left a.current,
	.pagerBottom .left a.current {
		border: 1px solid #ee3650;
		background-color: #ee3650;
		color: #fff;
	}

	.pagerTop .left .label,
	.pagerBottom .left .label,
	.pagerTop .left .input,
	.pagerBottom .left .input {
		display: block;
		height: 24px;
		float: left;
		margin: 0 7px 0 0;
	}

	.pagerTop .center,
	.pagerBottom .center {
		display: block;
		width: 20%;
		height: 24px;
		float: left;
		text-align: center;
	}

	.pagerTop .right,
	.pagerBottom .right {
		display: block;
		width: 40%;
		height: 24px;
		float: right;
		text-align: right;
	}

		.pagerTop .right span,
		.pagerTop .right .input,
		.pagerBottom .right span,
		.pagerBottom .right .input {
			width: auto;
			display: inline-block;
			padding: 0 0 0 5px;
		}

/* Products > Legend
-------------------------------------------------------------- */

#catalog_ListLegend {
	padding: 10px;
	border: 1px solid #dedede;
	background-color: #f7f7f7;

	font-size: 11px;
}

/* Products > Products In Grid
-------------------------------------------------------------- */

#catalog_ProductsInGrid {}

/* 	#catalog_ProductsInGrid .catalog_product { margin-bottom: 26px; }
#catalog_ProductsInGrid .productSeparator { width: 26px; } */

/* Products > Products In List
-------------------------------------------------------------- */

#catalog_ProductsInList {
	border: 1px solid #dedede;
}

	#catalog_ProductsInList th {
		padding: 10px;
		margin: 1px;
		white-space: nowrap
	}

	#catalog_ProductsInList tr:hover {
		background-color: #ee3650;
		cursor: pointer;
		color: #fff;
	}

	#catalog_ProductsInList tr:hover a,
	#catalog_ProductsInList tr:hover .priceMin {
		color: #fff;
	}

	#catalog_ProductsInList td {
		padding: 5px;
		white-space: nowrap;
	}

		#catalog_ProductsInList td.photoList {
			font-size: 10px;
			white-space: normal;
		}

	#catalog_ProductsInList .columnTitle {
		border-bottom: 1px solid #dedede;
	}

	#catalog_ProductsInList .columnTitle,
	#catalog_ProductsInList .columnTitle a,
	#catalog_ProductsInList .columnTitle:hover,
	#catalog_ProductsInList .columnTitle:hover a {
		background-color: #f7f7f7;
		color: #27475b;
		font-size: 12px;
	}

	#catalog_ProductsInList .trOdd {
		background-color: #fff;
	}

	#catalog_ProductsInList .trEven {
		background-color: #f7f7f7;
	}

		#catalog_ProductsInList .ref {
			display: inline-block;
			width: 115px;
			height: 40px;
			border-right: 1px solid #dedede;
			line-height: 40px;
		}

		#catalog_ProductsInList .manufacturer {
			display: inline-block;
			width: 140px;
			height: 40px;
			line-height: 40px;

			text-align: center;
		}

		#catalog_ProductsInList .name {
			display: inline-block;
			width: 300px;
			height: 40px;
			padding: 0 0 0 15px;
			line-height: 40px;
			border-left: 1px solid #dedede;
			border-right: 1px solid #dedede;
		}

	#catalog_ProductsInList .priceFrom {
		color: #707173;
	}

	#catalog_ProductsInList .priceMin {
		margin: 0 0 0 10px;

		color: #ee3650;
		font-weight: 600;
	}

	#catalog_ProductsInList .priceOff {
	}

/* Products > View Products Navigation
------------------------------------------------------------- */

#catalog_ViewProductsNavigation {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
}

	#catalog_ViewProductsNavigation a {
		display: block;
		width: 20px;
		height: 20px;
		float: left;

		line-height: 20px;
		text-align: center;
	}

	#catalog_ViewProductsNavigation .productNumber {
		display: block;
		height: 20px;
		float: left;
		padding: 0 5px;

		line-height: 20px;
		text-align: center;
	}

	#catalog_ViewProductsNavigation .btn-back-to-list {
		display: block;
		width: 110px;
		height: 20px;
		float: left;
	}

/* Products > Product View
------------------------------------------------------------- */

#catalog_ProductView {}

	#catalog_ProductView .leftSide {
		width: 465px;
		float: left;

		position: relative;
	}

		/* Products > Product View photoGallery */

		#catalog_ProductView .leftSide #gallery {
			position: relative;
			z-index: 1;
		}

		#catalog_ProductView .leftSide #gallery #zoompos {
		  position: absolute;
		  top: -10px;
		  right: -238px;
		  z-index: 99;
		  float: right;
		}

		#catalog_ProductView .leftSide #gallery #zoompos *{
			border: 1px solid #ee3650;
		}



			#catalog_ProductView .leftSide #gallery .cloud-zoom-lens {
				margin: -1px;
				background-color: #fff;
				cursor: move;
			}

			#catalog_ProductView .leftSide #gallery .cloud-zoom-title {}

			#catalog_ProductView .leftSide #gallery .cloud-zoom-big {
				overflow: hidden;
				background-repeat: no-repeat;
				background-color: #ffffff;
			}

			#catalog_ProductView .leftSide #gallery .cloud-zoom-loading {
				color: white;
				background-color: #222;
				padding: 3px;
			}

			#catalog_ProductView .leftSide #gallery .bigPhotos {
				height: 465px;
				width: 465px;
				overflow: hidden;
				position: relative;
			}

				#catalog_ProductView .leftSide #gallery .bigPhotos #slidesPhoto {
					height:465px;
					/* jQuery changes the width later on to the sum of the widths of all the slides. */
					width: 920px;

					overflow:hidden;
				}

				#catalog_ProductView .leftSide #gallery .bigPhotos .slide {
					width: 465px;
					height: 465px;
					float: left;
				}

				#catalog_ProductView .leftSide #gallery .bigPhotos .slide #wrap {
					zoom: 1;
					z-index: 50!important;
				}

			#catalog_ProductView .leftSide #gallery #smallPhotos {
			}

				#catalog_ProductView .leftSide #gallery #smallPhotos ul {
					margin: 0;
					padding: 0;
				}

				#catalog_ProductView .leftSide #gallery #smallPhotos li {
					list-style: none;
					float: left;
					margin: 10px 10px 0 0;
					border: 1px solid #dedede;
				}

				#catalog_ProductView .leftSide #gallery #smallPhotos li img {
					display: block;
					font-size: 0;
				}

		/* end photoGallery */

	#catalog_ProductView .rightSide {
		width: 465px;
		float: right;
	}

		#catalog_ProductView .rightSide h1 {
			margin: -14px 0 0 0;
			padding: 0;
		}

		#catalog_ProductView .rightSide h4,
		#catalog_ProductView .rightSide .productReference {
			display: inline-block;
		}

		#catalog_ProductView .rightSide h4 {
			padding: 0;
		}

		#catalog_ProductView .rightSide .productReference {
			padding: 4px 0 0 0;

			font-size: 11px;
			font-weight: 400;
		}

		#catalog_ProductView .imgManufacturer {
			display: inline-block;
			width: 100px;
			height: 100px;
			float: left;
			margin: 4px 15px 0 0;
			border: 1px solid #dedede;

			font-size: 0;
			line-height: 100px;
			text-align: center;
		}

			#catalog_ProductView .imgManufacturer img {
				max-width: 100px;
				max-height: 100px;
				vertical-align: middle;
			}

		#catalog_ProductView .description {
			/* CSS Customer */
		}

 		#catalog_ProductView .description a:hover {
			text-decoration: underline;
		}

		#catalog_ProductRatingBox {
			padding: 15px 0 0 0;
			margin: 15px 0 0 0;
			border-top: 1px solid #dedede;
		}

		#catalog_ProductRatingBox .ratingTitle {
			float: left;
		}

		#catalog_ProductRatingBox a:hover {
			text-decoration: underline;
		}

		#catalog_ProductRatingBox .rating-box {
			width: 75px;
			height: 14px;
			float: left;
			margin: 2px 10px 0 2px;
			background: url('images/bg_ratingBox.png') 0 0 repeat-x;
		}

		#catalog_ProductRatingBox .rating-box .rating {
			display: block;
			height: 14px;
			width: 100px;
			background: url('images/rating.png') 0 0 repeat-x;
		}

		#catalog_ProductRatingBox .btnRating {
		}

		#catalog_ProductRatingBox .btnRating:hover {
		}

		#catalog_ProductView .blocVariationColor,
		#catalog_ProductView .blocVariationSize {
			padding: 15px 0 0 0;
			margin: 15px 0 0 0;
			border-top: 1px solid #dedede;
		}

		#catalog_ProductView .blocVariationColor h3,
		#catalog_ProductView .blocVariationSize h3 {
			margin: 0 0 5px 0;
			font-style: italic;
		}

		#catalog_ProductView .blocVariationColor a.variationColor {
			display: block;
			width: 71px;
			height: 71px;
			float: left;
			margin: 0 10px 0 0;
			border: 1px solid #fff;

			opacity: 0.6;
		}

		#catalog_ProductView .blocVariationColor a.variationColor:hover,
		#catalog_ProductView .blocVariationColor a.variationColor.active {
			border: 1px solid #70516a;
			color: #70516a;
			opacity: 1;
			overflow: hidden;
		}

			#catalog_ProductView .blocVariationColor a.variationColor img {
				max-width: 71px;
				max-height: 71px;
				vertical-align: middle;
			}

			#catalog_ProductView .blocVariationSize select {
				float: left;
				margin: 0 10px 0 0;
				padding: 3px 3px 3px 5px;

				line-height: 20px;
			}

			#catalog_ProductView .blocVariationSize .sizeGuide {
				float: right;
				width: 220px;
				height: 20px;

				display: block;
				padding: 2px 0;
				margin: 0;
				background: #EAE2E0;
				color: #583552;
				text-decoration: none;
				text-align: center;
				line-height: 20px;
			}

			#catalog_ProductView .blocVariationSize .sizeGuide:hover {
				background: #ee3650;
				color: #ffffff;
			}

		/*--- productChoiceContainer --*
		#productChoiceContainer {
			margin-top: 10px;
			padding: 10px;
			background: url('images/bg_productchoicecontainer.jpg') 0 0 no-repeat;
		}

			#productChoiceContainer .size {
				font-size: 11px;
			}

				#productChoiceContainer .size {
					width: 250px;
					float: left;
				}

				#productChoiceContainer .size input {
					width: 150px;
					border-top: 1px solid #c3c3c3;
					border-left:  1px solid #c3c3c3;
					border-right: 1px solid  #e7e7e7;
					border-bottom: 1px solid  #e7e7e7;
				}

			/*#productChoiceContainer .fieldLink {
				float: right;

				color: #999999;
				font-size: 11px;
			}*/
		/*--- /productChoiceContainer --*/


		/*--- btn_addTo --*
		#catalog_ProductView .rightSide .btn_addToShoppingCart {
			width: 325px;
			float: right;
			display: block;

			padding: 3px 15px 5px 15px;
			margin: 10px 0px 0 0;

			background-color: #ee3650;

			font-size: 16px;
			color: #fff;
			text-decoration: none;
			text-align: center;
		}

		#catalog_ProductView .rightSide .btn_addToShoppingCart:hover {
			background-color: #777779;
		}

		#catalog_ProductView .rightSide .btnAddToWishList {
			display: block;
			float: left;
			width: 20px;
			height: 20px;
			margin: 5px 0 0 3px;

			color: #525252;

			background: url('images/bg_addwishlistView.png') 0 3px no-repeat;

			text-indent: -9999px;
		}

			#catalog_ProductView .rightSide .btnAddToWishList:hover {
				text-decoration: underline;
			}

		/* Products > Tools
		------------------------------------------------------------- *


		#catalog_Tools {}

			#catalog_Tools .btn_sendtofriends,
			#catalog_Tools .btn_print {
				display: block;
				width: 20px;
				height: 24px;

				float: left;
			}

			#catalog_Tools .btn_sendtofriends { background: url('images/btn_sendtofriends.png') 0 0 no-repeat; }
			#catalog_Tools .btn_print { background: url('images/btn_print.png') 0 0 no-repeat; }

			#catalog_Tools .btn_sendtofriends:hover,
			#catalog_Tools .btn_print:hover {}

			.backLink {
				display: block;
				height: 21px;
				width: 105px;

				padding: 6px 0px 0px 25px;

				background: url('images/bg_back.png');
				float: right;

				text-decoration: none;
				color: white;
			}

				.backLink:hover {
					background-position: left bottom;
					color: white;
				}

		/*--- btn_addTo --*



		/*--- productSubstitution --*
		#productSubstitution {
			margin-top: 10px;
			padding: 10px;
			background: url('images/bg_productchoicecontainer-important.jpg') 0 0 no-repeat;

			font-size: 11px;
		}

			#productSubstitution h2 {
				padding: 0 0 0 0;
				margin: 0 0 5px 0;

				font-size: 12px;
				text-transform: none;
			}
		/*--- /productSubstitution --*

		#catalog_ProductRating {

		}


		/*--- productOrderContainer --*/
		#productOrderContainer {
			margin: 15px 0 0 0;
			padding: 15px;
			border: 1px solid #dedede;
			background-color: #f7f7f7;
		}

		#productOrderContainer .quantity {
			width: 40px;
			float: left;
		}

			#productOrderContainer .quantity .qte {
				display: none;
			}

			#productOrderContainer .quantity .input {
				width: 24px;
				height: 24px;
				margin: 0;

				line-height: 24px;
				text-align: center;
			}

		#productOrderContainer .priceContainer {
			width: 170px;
			float: left;
			margin: 0 0 0 15px;
		}

			#productOrderContainer .priceContainer .priceMin {
				font-size: 22px;
				color: #ee3650;
				line-height: 40px;
			}

			#productOrderContainer #ctl00_mainContent_ctl00_ctl00_pnlUnitPriceOff{
				margin-top: 18px;
			 	/*margin-left: -50px;*/
			}

			#productOrderContainer #ctl00_mainContent_ctl00_ctl00_lblTaxRate{
				/*margin-left: -50px;*/
			}

			#productOrderContainer #ctl00_mainContent_ctl00_ctl00_pnlStockManagment{
				text-align: right;
			  	margin-top: 10px;
			  	float: right;
			}

			#productOrderContainer .priceContainer .tva {
				font-size: 11px;
			}

			#productOrderContainer .priceContainer .stock {
				background-color: red;
			}

		#productOrderContainer .btn_addToShoppingCart {
			width: 180px;
			padding: 10px;
			float: right;
			background-color: #ee3650;

			color: #fff;
			font-size: 17px;
			font-style: italic;
			text-align: center;

			-webkit-transition: 0.25s linear;
			transition: 0.25s linear;
		}

		#productOrderContainer .btn_addToShoppingCart:hover {
			background-color: #27AE60;
		}

		#productOrderContainer .tabDegressif {
			width: 100%;
			font-size: 0.8em;
		}

		#productOrderContainer .tabDegressif td,
		#productOrderContainer .tabDegressif th {
			padding: 5px 10px;
			background-color: #fff;
		}
			/*

			#productOrderContainer .flashSaleContainer {
				display:none;
			}

				#productOrderContainer .flashSaleContainer .flashSale {}

			#productOrderContainer .deliveryQuantityContainer {
				width: 68px;
				margin: 10px 0px 0px 0px;
				float: left;

				color: #70195f;
				line-height: 27px;
			}

				#productOrderContainer .deliveryQuantityContainer .stockDelivery {
					float: left;

					font-size: 13px;
				}

					#productOrderContainer .deliveryQuantityContainer .stockDelivery small {
						color: #52314a;
					}

				#productOrderContainer .deliveryQuantityContainer .quantity {
					float: right;

					text-align: right;
					line-height: 27px;
				}

					#productOrderContainer .deliveryQuantityContainer .quantity input {
						height: 27px;
						border: 1px solid #ddd;

						margin: 0px;
						padding: 0px;
						line-height: 27px;
					}

		/*--- /productOrderContainer --*/

/*.fb_share_size_Small {
	margin: 3px;
	float: right;
}*/


		#catalog_Tools {
			margin: 5px 0 0 0;
		}

			#catalog_Tools .icon {
				padding: 5px;
				margin: 0 0 5px 0;
				background-color: #fff;
				box-shadow: 0 0 6px #dedede;
				border: 1px solid #dedede;

				font-size: 14px;
			}

			#catalog_Tools .fb-like { margin: 10px 0 0 15px; }

		#tabProducts {
			margin: 30px 0 0 0;
		}

/* Products > Product Templates
------------------------------------------------------------- */

#catalog_ProductTemplates {
}

	#catalog_ProductTemplates h2 {
		display: none;
	}

	#catalog_ProductTemplates .productTemplates {
		width: 45%;
	}

	#catalog_ProductTemplates .productTemplates th {
		text-align: left;
	}

	#catalog_ProductTemplates .productTemplates td {
		text-align: left;
		width: 50%;
		vertical-align: top;
	}

	#catalog_ProductTemplates .productTemplates a {	}

	#catalog_ProductTemplates .productTemplates .odd {
		background-color: #f7f7f7;
	}

	#catalog_ProductTemplates .productTemplates .even {
		background-color: #fff;
	}

	#catalog_ProductTemplates .productTemplates .rating {
		width: 10px;
		height: 10px;
		display: block;
		float: left;
		margin-right: 1px;
		background: url('images/rating.png') 0 0 no-repeat;

		color: #3dc1d0;
	}

/* Products > Products Associations
------------------------------------------------------------- */

.catalog_ProductsAssociations { margin: 0 0 0 1px; }

	.catalog_ProductsAssociations .productSeparator { width: 0px; }

/* Products > Products Mix For ShoppingCart
------------------------------------------------------------- */

.catalog_ProductsMixForShoppingCart {

}

	.catalog_ProductsMixForShoppingCart h3 {
		text-align: center;
		margin: 0 0 10px 0;
	}

	.catalog_ProductsMixForShoppingCart .catalog_product {
		width: 168px;
		margin: 0;
		height: 400px;
	}

		.catalog_ProductsMixForShoppingCart .catalog_product .photo {
			width: 168px;
			height: 168px;

			line-height: 168px;
		}

			.catalog_ProductsMixForShoppingCart .catalog_product .photo img {
			max-width: 168px;
			max-height: 168px;
			}

	.catalog_ProductsMixForShoppingCart .productSeparator {
		width: 0px;
	}


/* Products > Product Reviews - REPLACE BY FACEBOOK
------------------------------------------------------------- *

#productReviews {}

	#productReviews h1 {
		display: none;
	}

	#productReviews .reviewsFilter {
		padding: 3px 10px 3px 10px;
		background-color: #dcd2d0;

		font-size: 11px;
		color: #fff;
		font-weight: bold;
	}

		#productReviews .reviewsFilter .input {
			font-size: 10px;
		}

		#productReviews .btnAddRating {
			display: block;
			width: 180px;
			padding: 2px 10px 10px 10px;
			margin: 0 auto 10px auto;
			background-color: #ce0f50;

			color: #fff;
			font-size: 20px;
			text-align: center;
			text-decoration: none;
		}

		#productReviews .reviewsFilter .leftSide {
			width: 500px;
			float: left;

			overflow: hidden;
		}

			#productReviews .reviewsFilter .leftSide .input {
				font-size: 10px;
			}

		#productReviews .reviewsFilter .rightSide {
			width: 120px;
			float: right;
			padding-top: 2px;

			text-align: right;

			overflow: hidden;
		}

			#productReviews .reviewsFilter .rightSide a {
				color: #fff;
			}

	#productReviews .reviews {}

	#productReviews .reviews table {}

	#productReviews .reviews table td {
		padding: 3px 10px;
	}

	#productReviews .productReviews {}

	#productReviews .productReviews .productReviewsItem {
		margin: 0 0 10px 0;
		background-color: #f3f3f3;
	}

		#productReviews .productReviews .productReviewsItem .number {
			display: none;
		}

		#productReviews .productReviews .productReviewsItem .ratingContainer {
			display: block;
			width: 70px;

			margin: 10px 0px 0px 10px;

			float: left;
		}

		#productReviews .productReviews .productReviewsItem .ratingContainer .rating-box {
			width: 70px;
			height: 14px;
			float:left;
			background: url('images/bg_ratingBox.png') 0 0 no-repeat;

			margin-bottom: 10px;
		}

		#productReviews .productReviews .productReviewsItem .ratingContainer .rating {
			display: block;
			height: 14px;
			width: 100px;
			background: url('images/bg_rating.png') 0 0 no-repeat;
		}

		#productReviews .productReviews .productReviewsItem .data {
			width: 860px;
			float:left;
			margin: 10px;
		}

		#productReviews .productReviews .productReviewsItem .author {
			padding: 9px 0 0 90px;
			background: url('images/bg_productreviewsitem_author.png') 0 top no-repeat white;
			color: #70516a;
		}


/* Products > Misc
-------------------------------------------------------------- *

#catalog_SendToFriendsPanel {
	position: absolute;

	background-color: #fff;
}

	#catalog_SendToFriendsPanel input[type='checkbox'] {
		float: left;
	}

	#catalog_SendToFriendsPanel label{
		float: left;
		margin-left: 5px;
		margin-top: 2px;
	}



#catalog_ProductDescription {
}

#catalog_ProductDescription .readMore,
#catalog_ProductDescription .readLess {
	float: right;
	margin: 5px 0 0 0;
	color: #53A6D7;
	cursor:pointer;
}



#container_lnkManufacturerPage_btn {
	display: block;
	height: 53px;
	width: 246px;

	float: left;
}

.lnkManufacturerPage_btn {
	font-size: 11px;
	text-decoration: none;
	background: url('images/arrow.png') 0 50% no-repeat;
	padding: 0 0 0 10px;
	clear: both;
}

	.lnkManufacturerPage_btn:hover {}

#catalog_ProductDocuments {
	padding: 10px;
	border: 1px solid #e7e7e7;
}

#catalog_Accessories,
#catalog_CrossSellings,
#catalog_ProductsSubstitutions {
	border-top: 1px solid #e7e7e7;
}

	#catalog_Accessories .catalog_productSmall,
	#catalog_CrossSellings .catalog_productSmall,
	#catalog_ProductsSubstitutions .catalog_productSmall {}

	#catalog_Accessories .catalog_productSmallHover,
	#catalog_CrossSellings .catalog_productSmallHover,
	#catalog_ProductsSubstitutions .catalog_productSmallHover {
		cursor: pointer;
	}


/* Manufacturers > Index
------------------------------------------------------------- */

#manufacturersIndex {
	padding: 1px 0 0 0;
}

	#manufacturersIndex .splitColumn {
		width: 235px;
		float: left;
	}

		#manufacturersIndex .block {
			width: 220px;
		}

			#manufacturersIndex .block .intitule {
				display: block;
				margin: 0 0 5px 0;
				padding: 7px 0;

				font-size: 12px;
				color: #70516a;
				font-weight: bold;
				text-decoration: none;
			}

			#manufacturersIndex .block a {
				display: block;
				padding: 7px 0;

				color: #7e7f81;
				text-decoration: none;
			}

			#manufacturersIndex .block a:hover {
				color: #ee3650;
				text-decoration: none;
			}

			#manufacturersIndex .block .lnkName {
				width: 171px;
				border-bottom: 1px dotted #e4e4e4;
			}

			#manufacturersIndex .block .lnkPage {
				display: block;
				width: 37px;
				height: 15px;
				border-bottom: 1px dotted #e4e4e4;

				font-weight: bold;
			}

				#manufacturersIndex .block .lnkPage:hover {
					color: #ee3650;
				}


.manufacturerView {}

.manufacturerView .manufacturerImg {
	float: left;
	margin: 0 10px 10px 0;
}

.manufacturerView .manufacturerDescription {
	overflow: hidden;
	display: block;
}

/* Control Products By Manufacturer
------------------------------------------------------------- */

#catalog_ControlProductsByManufacturer {}

	#catalog_ControlProductsByManufacturer .catalog_product {}

	#catalog_ControlProductsByManufacturer .catalog_product {
		width: 113px;
		height: 160px;
		float: left;

		margin: 0px 0px 15px 0px;
		border: 1px solid transparent;

		zoom:1; /* Should be IE only */

		overflow: hidden;
	}

	#catalog_ControlProductsByManufacturer .catalog_product .starFlash,
	#catalog_ControlProductsByManufacturer .catalog_product .starFlash_new,
	#catalog_ControlProductsByManufacturer .catalog_product .starFlash_heart,
	#catalog_ControlProductsByManufacturer .catalog_product .starFlash_end {
		display: block;
		width: 46px;
		height: 32px;

		position: relative;

		margin-bottom: -48px;
		margin-left: 130px;
		margin-top: 15px;

		padding: 14px 0px 0px 0px;

		background: url('images/starFlash.png') 0 0 no-repeat;

		color: white;
		text-align: center;
	}

	#catalog_ControlProductsByManufacturer .catalog_product .photo {
		margin: 20px 0px 0px 10px;
		width: 93px;
		height: 75px;

		font-size: 0;
	}

		#catalog_ControlProductsByManufacturer .catalog_product .photo img {
			max-width: 93px;
			max-height: 75px;


			font-size: 0px;
		}

		#catalog_ControlProductsByManufacturer .catalog_product .photo td { text-align: center; }

	#catalog_ControlProductsByManufacturer .catalog_product .data {
		width: 85px;
		height: 30px;

		margin: 10px 0px 0px 10px;

	}

		#catalog_ControlProductsByManufacturer .catalog_product .data a {
			text-decoration: none;
		}

		#catalog_ControlProductsByManufacturer .catalog_product .data .manufacturer {
			display: none;
			color: #707173;
			font-weight: bold;
			font-size: 12px;
		}

		#catalog_ControlProductsByManufacturer .catalog_product .data .name {
			display: block;
			color: #b2b1b1;

			font-size: 10px;
			margin: 0px 0px 10px 0px;
		}

		#catalog_ControlProductsByManufacturer .catalog_product .data .description {
			display: none;
		}

		#catalog_ControlProductsByManufacturer .catalog_product .stock {
			display: none;
			position: relative;
			margin-top: -17px;
			margin-left: 158px;
		}

			#catalog_ControlProductsByManufacturer .catalog_product .data  .stock img {
				position: relative;
				top: -5px;
			}

		#catalog_ControlProductsByManufacturer .catalog_product .prices {
			margin: 0px 0px 0px 10px;
		}

			#catalog_ControlProductsByManufacturer .catalog_product .prices .priceFrom {
				font-size: 10px;
				color: #707173;
			}

			#catalog_ControlProductsByManufacturer .catalog_product .prices .priceMin {
				font-size: 20px;
				color: #70516a;
				font-weight: bold;
			}

			#catalog_ControlProductsByManufacturer .catalog_product .prices .priceOff {
				font-size: 10px;
				color: #27475b;
			}

			#catalog_ControlProductsByManufacturer .catalog_product .productOrder {
				display: none;
			}

		#catalog_ControlProductsByManufacturer .productSeparator {
			float: left;
			height: 0px;
			width: 0px;

			background-color: #e4e4e4;
			border-right: 1px solid white;
		}

		#catalog_ControlProductsByManufacturer .btnSeeAll {
			display: none;
		}

#catalog_ProductsByManufacturer {
	padding: 1px 0 0 0;
}

#catalog_ProductsByManufacturer .manufacturerImg {
	float: left;
	margin: 0 10px 0 0;
}

#catalog_ProductsByManufacturer .manufacturerDescription {
}

/* hiddenProduct
------------------------------------------------------------- */

.hiddenProduct {
	width: 500px;
	text-align: center;
	margin:50px auto;
	padding: 10px;
	background: #eae2e0;
}

/* wishlist
------------------------------------------------------------- */

div#listShoppingCartTab * {
  vertical-align: middle;
}
