﻿/* Common > Product Small
-------------------------------------------------------------- */

.catalog_product {
	width: 226px;
	height: 377px;
	margin: 0 0 20px 0;
	border: 3px solid #2b1d28;
	float: left;

	zoom: 1;
}

	.catalog_productHover {
		cursor: pointer;
	}

	.catalog_product .photo {
			width: 226px;
			height: 291px;
			background-color: #000;
			
			font-size: 0px;
	}

	.catalog_product .photo td { text-align: center; }

	.catalog_productHover .photo {
		filter : alpha(opacity=70);
		-moz-opacity : 0.7;
		opacity : 0.7;
	}

		.catalog_product .starFlash {
			height: 14px;
			padding: 2px 10px;
			float: right;
			background-color: #3eacda;
			
			position: relative;
			top: -40px;
			margin-bottom: -18px;

			color: #fff;
			font-size: 11px;
		}

		.catalog_product .prices {
			height: 14px;
			min-width: 50px;
			padding: 2px 10px;
			float: right;
			background-color: #cb457d;

			position: relative;
			top: -18px;
			margin-bottom: -18px;

			text-align: right;
		}

			.catalog_product .prices .priceFrom {
				display: none;
			}

			.catalog_product .prices .priceOff {
			}

			.catalog_product .prices .priceMin {	
				height: 14px;

				color: #fff;
				font-size: 12px;
				font-weight: normal;
			}

			.catalog_product .prices .publicPrice {
				display:none;
			}

			.catalog_product .prices .taxRate {
				display:none;
			}

	.catalog_product .data {
		display: block;
		width: 206px;
		height: 76px;
		padding: 5px 10px;
		background-color: #2b1d28;
		
		color: #feb9db;
		font-size: 14px;
		text-decoration: none;
	}
		
		.catalog_product .data a {
			text-decoration: none;			
		}

		.catalog_product .data .flashConteur {
			margin: 7px 0 0 0;
			padding: 2px;
			background-color: #fff;
			
			color: #cb457d;
			font-size: 11px;
			text-align: center;
		}
			
		.catalog_product .data .name {
			display: block;
		}

		.catalog_product .data .manufacturer {
			display: block;

			font-size: 11px;
		}

		.catalog_product .data .description {
			display:none;
		}

		.catalog_product .stock {
			display:none;
		}

		.catalog_product .productOrder {
			display: none;
		}

/* Controls > Manufacturer Names
-------------------------------------------------------------- */

#catalog_ControlProductsCarrousel {
}

	#catalog_ControlProductsCarrousel ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	#catalog_ControlProductsCarrousel li {
		float: left;
		height: 188px;
		overflow: hidden;
	}

	#catalog_ControlProductsCarrousel .catalog_product {
		width: 115px;
		height: 146px;
		margin: 0 0 0 20px;
		border: 3px solid #2b1d28;
	}
	
	#catalog_ControlProductsCarrousel h1 {
	}

	#catalog_ControlProductsCarrousel .catalog_product .data,
	#catalog_ControlProductsCarrousel .catalog_product .stock,
	#catalog_ControlProductsCarrousel .catalog_product .prices .priceOff,
	#catalog_ControlProductsCarrousel .catalog_product .prices .priceFrom,
	#catalog_ControlProductsCarrousel .catalog_product .starFlash,
	#catalog_ControlProductsCarrousel .productSeparator,
	#catalog_ControlProductsCarrousel .btnSeeAll { display: none; }

	#catalog_ControlProductsCarrousel .catalog_product .photo {
		width: 115px;
		height: 146px;
		background-color: #000;
		overflow: hidden;

		text-align: center;
	}

		#catalog_ControlProductsCarrousel .catalog_product .photo img {
			min-width: 115px;
		}

	#catalog_ControlProductsCarrousel .catalog_product .prices {
		*display: none;
		
		border: 0px solid #2b1d28;
		background-color: #cb457d;

		position: relative;
		top: -18px;
		margin-bottom: -18px;

		z-index: 1;
	}

		#catalog_ControlProductsCarrousel .catalog_product .prices .priceMin {
			height: 14px;

			color: #fff;
			font-size: 12px;
			font-weight: normal;
		}

	/*.prevBtn,
	.nextBtn {
		display: none;
		width: 10px;
		height: 10px;
	}*/

	#catalog_ControlProductsCarrousel .btnSeeAll { display: none; }

/* Controls > Manufacturer Names
-------------------------------------------------------------- */

#catalog_ControlManufacturerNames {
	padding: 10px;
	
	font-size: 10px;
	color: #c5a1c3;
}

	#catalog_ControlManufacturerNames a {
		color: #c5a1c3;
		text-decoration: none;
	}


/* Controls > Categories In Top Menu
-------------------------------------------------------------- */

#catalog_ControlCategoriesInTopMenu {
}

/* Controls > Categories List
-------------------------------------------------------------- */

#catalog_ControlCategoriesList {
	width: 200px;
	min-height: 340px;

	background-color: #342430;
}
	
	#catalog_ControlCategoriesList h1 {
		display: none;
	}

		#catalog_ControlCategoriesList a {
			display: block;
			padding: 11px 5px;
			
			color: #e6408d;
			font-size: 12px;
			text-decoration: none;
		}

		#catalog_ControlCategoriesList .childs a {
			display: block;
			padding: 5px 5px 5px 15px;
			
			color: #e5c8e1;
			font-size: 11px;
			text-decoration: none;
		}

		#catalog_ControlCategoriesList .subChilds a {
			display: none;
		}

		#catalog_ControlCategoriesList a:hover {
			background-color: #ca437d;

			color: #fff;
		}

/* Controls > Flash Sales
-------------------------------------------------------------- */

#catalog_ControlFlashSales {
	padding: 10px 10px 10px 70px;
	border-top: 1px solid #342430;
	border-bottom: 1px solid #342430;
	background: url('images/bg_flashsales.jpg') 0 0 no-repeat #bd3770;
}

	#catalog_ControlFlashSales a {
		color: #fff;
		text-decoration: none;
	}

	#catalog_ControlFlashSales .number{
		display: block;
		height: 30px;
		margin: 0 5px 0 0;
		float: left;

		font-size: 26px;
		line-height: 26px;
		text-align: center;
	}

	#catalog_ControlFlashSales .text{
	}

/* Controls > Last Searches
-------------------------------------------------------------- */

#catalog_ControlLastSearches {
}

	#catalog_ControlLastSearches h2 {
    }

	#catalog_ControlLastSearches .separator {
    }

/* Controls > Last Searches By User
-------------------------------------------------------------- */

#catalog_ControlLastSearchesByUser {
}

	#catalog_ControlLastSearchesByUser h2 {
    }

	#catalog_ControlLastSearchesByUser .separator {
    }

/* Controls > Product In Home
-------------------------------------------------------------- */

#catalog_ControlProductInHome {
	width: 180px;
	margin: 1px 0 0 0;
	padding: 7px 10px 10px 10px;

	background-color: #bd3770;
}

	#catalog_ControlProductInHome h1 {
		color: #150414;
		font-size: 14px;
	}

	#catalog_ControlProductInHome ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	#catalog_ControlProductInHome li {
		width: 200px;
		height: 102px;
		float: left;
		overflow: hidden;
	}

	#catalog_ControlProductInHome .photoContainer {
		width: 70px;
		height: 70px;
		padding: 3px;
		float: left;
		background: url('images/bg_photocontainer.gif') 0 0 no-repeat;
	}

	#catalog_ControlProductInHome .photo {
		width: 70px;
		height: 70px;
		overflow: hidden;

		text-align: center;
	}

	#catalog_ControlProductInHome .data {
		width: 90px;
		height: 42px;
		float: left;
		padding: 0 0 0 10px;
	}

		#catalog_ControlProductInHome .data h2 {
			font-size: 10px;
		}

		#catalog_ControlProductInHome .data h2 a {
			color: #feb9db;
			text-decoration: none;
		}

		#catalog_ControlProductInHome .data .description {
			display: none;
		}

	#catalog_ControlProductInHome .prices {
		width: 90px;
		height: 20px;
		float: left;
		padding: 0 0 0 10px;
	}

	#catalog_ControlProductInHome .prices .priceOff {
		margin-bottom: 5px;

		font-size: 10px;
	}

	#catalog_ControlProductInHome .prices .priceMin {
		background-color: #ffa3c9;
		display: block;

		color: #d30059;
	}

	#catalog_ControlProductInHome .priceFrom,
	#catalog_ControlProductInHome .viewPrice,
	#catalog_ControlProductInHome .starFlash { display: none; }

/* Controls > Products In Home
-------------------------------------------------------------- */

#catalog_ControlProductsInHome { }

	#catalog_ControlProductsInHome .catalog_product {
		width: 168px;
		height: 210px;
		margin: 0 0 0 0;
		border: 3px solid #2b1d28;
	}
	
	#catalog_ControlProductsInHome h1,
	#catalog_ControlProductsInHome .catalog_product .data,
	#catalog_ControlProductsInHome .catalog_product .stock,
	#catalog_ControlProductsInHome .catalog_product .prices .priceOff,
	#catalog_ControlProductsInHome .catalog_product .prices .priceFrom,
	#catalog_ControlProductsInHome .catalog_product .starFlash,
	#catalog_ControlProductsInHome .productSeparator { display: none; }

	#catalog_ControlProductsInHome .catalog_product .photo {
		width: 168px;
		height: 210px;
		background-color: #000;
		overflow: hidden;
	}
		#catalog_ControlProductsInHome .catalog_product .photo img {
			min-width: 168px;
		}

	#catalog_ControlProductsInHome .catalog_product .prices {
		border: 0px solid #2b1d28;
		background-color: #cb457d;

		position: relative;
		top: -18px;
		margin-bottom: -18px;
	}

		#catalog_ControlProductsInHome .catalog_product .prices .priceMin {
			height: 14px;

			color: #fff;
			font-size: 12px;
			font-weight: normal;
		}

	#catalog_ControlProductsInHome .btnSeeAll {
		display: block;
		width: 154px;
		height: 28px;
		padding: 4px 10px;
		background-color: #2b1d28;
		overflow: hidden;
		
		color: #feb9db;
		font-size: 12px;
		text-decoration: none;
		text-align: center;
	}

/* Controls > Products Our Filter
-------------------------------------------------------------- */

#catalog_ControlProductsOurFilter {
}

	#catalog_ControlProductsOurFilter h1 {
		border-top: 1px dotted #af9581;
		border-bottom: 1px dotted #af9581;
		background-color: #c6b2a2;

		font-size: 11px;
		color: #fff;
	}

	#catalog_ControlProductsOurFilter .filter {
	}

	#catalog_ControlProductsOurFilter a,
	#catalog_ControlProductsOurFilter .deleteFilter {
		display: block;
		width: 166px;
		padding: 3px 10px 3px 34px;
		border-bottom: 1px solid #cfe8f9;
		
		font-size: 11px;
		color: #696969;
		text-decoration: none;

		background: url('images/puce_childs.png') 22px 8px no-repeat;
    }

	#catalog_ControlProductsOurFilter .deleteFilter {
		margin: 10px 0 0 0;
		border-top: 1px solid #cfe8f9;
	}

	#catalog_ControlProductsOurFilter a:hover,
	#catalog_ControlProductsOurFilter .deleteFilter:hover {
		background-color: red;

		color: #fff;
	}

	#catalog_ControlProductsOurFilter .rating {
		width: 9px;
		height: 9px;
		display: block;
		background: url('images/rating-filter.gif') 0px 0px no-repeat;
	}

	#catalog_ControlProductsOurFilter a:hover .rating {
		background: url('images/rating-filter-o.gif') 0px 0px no-repeat;
	}

/* Controls > Products Filter
-------------------------------------------------------------- */

#catalog_ControlProductsFilter {
	margin: 10px 0 0 0;
}

	#catalog_ControlProductsFilter h1 {
		margin: 0;
		padding: 8px 10px;
		border-top: 1px dotted #af9581;
		border-bottom: 1px dotted #af9581;
		background-color: #c6b2a2;

		font-size: 11px;
		color: #fff;
    }

	#catalog_ControlProductsFilter .filter {
		padding: 0 0 10px 0;
    }

	#catalog_ControlProductsFilter h2 {
		display: block;
		width: 176px;
		padding: 5px 10px 5px 24px;
		margin: 0;
		border-bottom: 1px dotted #af9581;
		background: url('images/puce_parents.gif') 10px 8px no-repeat;
		
		font-size: 11px;
		color: #533827;
		text-decoration: none;
		text-transform: uppercase;
    }
	
	#catalog_ControlProductsFilter a {
		display: block;
		width: 166px;
		padding: 3px 10px 3px 34px;
		background: url('images/puce_childs.gif') 23px 8px no-repeat;

		color: #a88c7b;
		text-decoration: none;
    }

	#catalog_ControlProductsFilter a:hover {
		background-color: #cfc1b5;

			color: #fff;
	}

	#catalog_ControlProductsFilter .input {
		width: 175px;
		margin: 5px 0 0 22px;

		color: #a88c7b;
    }

	#catalog_ControlProductsFilter .rating {
		width: 9px;
		height: 9px;
		display: block;		
		float:left;
		background: url('images/rating-filter.gif') 0px 0px no-repeat;
	}

	#catalog_ControlProductsFilter a:hover .rating {
		background: url('images/rating-filter-o.gif') 0px 0px no-repeat;
	}

/* Controls > Products Search
-------------------------------------------------------------- */

#catalog_ControlProductsSearch {
}

	#catalog_ControlProductsSearch h2 {
	}

	#catalog_ControlProductsSearch .input {
	}

	#catalog_ControlProductsSearch .btn {
	}

	#catalog_ControlProductsSearch .btn:hover {
	}

	#catalog_ControlProductsSearch .searchInResults {
	}

/* Controls > Best Sales
-------------------------------------------------------------- */

#catalog_ControlBestSales {
}

	#catalog_ControlBestSales h1 {
	}

	#catalog_ControlBestSales a {
	}	
		
		#catalog_ControlBestSales a:hover {
		}

/* Controls > Recently Viewed Products
-------------------------------------------------------------- */

#catalog_ControlRecentlyViewedProducts {
	padding: 15px 0px 20px 5px;
	margin: 20px 0 0 0;
	border: 1px solid #2b1d28;
	background-color: #402d3b;

	text-align: center;
}

	#catalog_ControlRecentlyViewedProducts h1 {
	}

	#catalog_ControlRecentlyViewedProducts a {
		display: block;
		width: 115px;
		height: 146px;
		float: left;
		margin: 0 0 0 20px;
		border: 3px solid #2b1d28;
		overflow: hidden;

		text-align: center;
	}

		#catalog_ControlRecentlyViewedProducts a img { min-width: 115px; }

/* Products > Products Hidden
-------------------------------------------------------------- */

/* Products > BreadCrumb
-------------------------------------------------------------- */

#catalog_BreadCrumb {
	width: 756px;
	padding: 6px 10px;
	margin: 0 0 1px 0;
	border-bottom: 1px solid #2b1d28;
	background-color: #4d3647;

	position: relative;
	top: -20px;
	left: -20px;
	_margin-right: -40px;

	font-size: 11px;
}

	#catalog_BreadCrumb a {
		color: #e6408d;
		text-decoration: none;
	}

		#catalog_BreadCrumb a:hover {
			text-decoration: underline;
		}

/* Products > Products List Tools Bar
-------------------------------------------------------------- */

#catalog_ProductsListToolsBar {
	height: 21px;
	padding: 0 10px;
	border-top: 1px solid #503b4b;
	background-color: #402d3b;

	font-size: 11px;
}

	#catalog_ProductsListToolsBar .toolsLeft {
		float: left;
	}

		#catalog_ProductsListToolsBar .toolsLeft a {
			display: block;
			height: 16px;
			float: left;
			margin: 2px 10px 0 0;
			padding: 2px 0 0 14px;

			font-size: 11px;
			text-decoration: none;
		}

		#catalog_ProductsListToolsBar .toolsLeft .viewGrid {
			background: url('images/ico-boxes.gif') 0 0 no-repeat;
		}

		#catalog_ProductsListToolsBar .toolsLeft .viewList {
			background: url('images/ico-lines.gif') 0 0 no-repeat;
		}

		#catalog_ProductsListToolsBar .toolsLeft .viewGridActive { 
			background:url('images/ico-boxes.gif') 0 bottom no-repeat;
		}

		#catalog_ProductsListToolsBar .toolsLeft .viewListActive { 
			background:url('images/ico-lines.gif') 0 bottom no-repeat; 
		}

		#catalog_ProductsListToolsBar .toolsLeft .viewGrid:hover,
		#catalog_ProductsListToolsBar .toolsLeft .viewList:hover {
			background-position: 0 bottom;
			cursor: pointer;
		}

	#catalog_ProductsListToolsBar .toolsRight {
		margin: 2px 0 0 0;
		float: right;

		font-size: 11px;
		text-align: right;
	}

		#catalog_ProductsListToolsBar .toolsRight .input {
			padding: 0px;
			border: 1px solid #2e1f2a;
			background-color: #4d3647;

			font-size: 10px;
		}

/* Products > Products In Grid
-------------------------------------------------------------- */

#catalog_ProductsInGrid {
}

	#catalog_ProductsInGrid .productSeparator {
		width: 20px;
		height: 1px;
		float: left;
	}

/* Manufacturers > Products In Grid
-------------------------------------------------------------- */

#catalog_ManufacturersInGrid {
}

	#catalog_ManufacturersInGrid .catalog_product .prices {
	}

		#catalog_ManufacturersInGrid .catalog_product .prices .priceMin,
		#catalog_ManufacturersInGrid .catalog_product .prices .priceOff,
		#catalog_ManufacturersInGrid .catalog_product .prices .priceFrom,
		#catalog_ManufacturersInGrid .catalog_product .prices .publicPrice,
		#catalog_ManufacturersInGrid .catalog_product .prices .taxRate {
		}

	#catalog_ManufacturersInGrid .catalog_product .quantity {
	}

		#catalog_ManufacturersInGrid .catalog_product .quantity .btnAddToShoppingCart {
		}

	#catalog_ManufacturersInGrid .productSeparator {
	}

/* Products > Products In List
-------------------------------------------------------------- */

#catalog_ProductsInList {
	margin: 0 0 15px 0;
}

	#catalog_ProductsInList td {
		padding: 5px;
		white-space: nowrap;
	}

	#catalog_ProductsInList tr:hover {
		background-color: #e6408d;
		cursor: pointer;
	}

	#catalog_ProductsInList tr a {
		color: #e5c8e1;
		text-decoration: none;
	}

	#catalog_ProductsInList tr:hover a {
		color: #fff;
	}

	#catalog_ProductsInList th {
		padding: 5px;
		margin: 1px;
		white-space: nowrap;
	}

	#catalog_ProductsInList .columnTitle {
		background-color: #4d3647;

		color: #fff;
	}

	#catalog_ProductsInList .columnTitle:hover {
		background-color: #4d3647;
		cursor: default;
	}

	#catalog_ProductsInList .columnTitle:hover a {
		color: #fff;
	}

		#catalog_ProductsInList .columnTitle a {
			font-size: 11px;
			color: #fff;
			font-weight: bold;
			text-decoration: none;
		}

		#catalog_ProductsInList .columnTitle a:hover {
			color: #fff;
			text-decoration: underline;
		}

	#catalog_ProductsInList .trOdd {
	}

	#catalog_ProductsInList .trEven {
		background-color: #3c2a37;
	}

	#catalog_ProductsInList .manufacturer {
	}

	#catalog_ProductsInList .name {
	}

	#catalog_ProductsInList .priceFrom {
		font-size: 10px;
	}

	#catalog_ProductsInList tr:hover .priceFrom {
		color: #fff;
	}
	
	#catalog_ProductsInList .priceMin {
		font-size: 14px;
		color: #e6408d;
		font-weight: bold;
	}

	#catalog_ProductsInList tr:hover .priceMin {
		color: #fff;
	}

	#catalog_ProductsInList .priceOff {
		font-size: 10px;
	}

	#catalog_ProductsInList tr:hover .priceOff {
		color: #fff;
	}

	#catalog_ProductsInList .viewPrice {
	}

	#catalog_ProductsInList .stock{
	}

	#catalog_ProductsInList .productOrder {
		float: right;
		/*background: url('images/bg_productorder.gif') right 0 no-repeat;*/
	}

/* Products > Sub Categories List
------------------------------------------------------------- */

#catalog_SubCategoriesList {
}

	#catalog_SubCategoriesList a {
		text-decoration: none;
	}

	#catalog_SubCategoriesList .catalog_SubCategory {
		width: 226px;
		height: 335px;
		margin: 0 0 20px 0;
		border: 3px solid #2b1d28;
		float: left;

		zoom: 1;
	}

	#catalog_SubCategoriesList .catalog_SubCategoryHover {
		cursor: pointer;
	}

		#catalog_SubCategoriesList .catalog_SubCategory .photo {
			width: 226px;
			height: 291px;
			background-color: #000;

			font-size: 0px;
		}

		#catalog_SubCategoriesList .catalog_SubCategory .photo td { text-align: center; }

		#catalog_SubCategoriesList .catalog_SubCategoryHover .photo {
			filter : alpha(opacity=70);
			-moz-opacity : 0.7;
			opacity : 0.7;
		}

		#catalog_SubCategoriesList .catalog_SubCategory h1 {
			display: block;
			width: 206px;
			height: 34px;
			padding: 5px 10px;
			background-color: #2b1d28;
			
			color: #feb9db;
			font-size: 14px;
			text-decoration: none;
		}

	#catalog_SubCategoriesList .categoriesSeparator {
		width: 20px;
		height: 1px;
		float: left;
	}

/* Products > View Products Navigation
------------------------------------------------------------- */

#catalog_ViewProductsNavigation {
	height: 14px;
	float: right;

	position: relative;
	top: -41px;
	margin-bottom: -14px;
}

	#catalog_ViewProductsNavigation .btn_previous,
	#catalog_ViewProductsNavigation .btn_next {
		display: block;
		width: 14px;
		height: 14px;
		float: left;
		margin: 0 3px;
	}

	#catalog_ViewProductsNavigation .btn_previous { background: url('images/btn_previous.gif') 0 0 no-repeat; }
	#catalog_ViewProductsNavigation .productNumber { float: left; }
	#catalog_ViewProductsNavigation .btn_next { background: url('images/btn_next.gif') 0 0 no-repeat; }

	#catalog_ViewProductsNavigation .btn_return { 
		display: block;
		width: 44px;
		height: 14px;
		float: right;
		margin: 0 0 0 3px;
		background: url('images/btn_return.gif') 0 0 no-repeat;

		color: #ffffff;
		text-decoration: none;
		text-align: center;
	}

	#catalog_ViewProductsNavigation .btn_previous:hover,
	#catalog_ViewProductsNavigation .productNumber:hover,
	#catalog_ViewProductsNavigation .btn_next:hover,
	#catalog_ViewProductsNavigation .btn_return:hover { 
		background-position: 0 bottom;
	}

/* Products > Product View
------------------------------------------------------------- */

#catalog_ProductView {
	padding: 0 0 20px 0;
}

	#catalog_ProductView .productViewLeft {
		width: 358px;
		float: left;
		margin: 0 10px 0 0;
	}

		#catalog_ProductView .productViewLeft .photoContainer {
			width: 350px;
			height: 450px;
			border: 3px solid #2b1d28;
			background-color: #000;

			text-align: center;
		}

			#catalog_ProductView .productViewLeft .photoContainer a {
				cursor: url("images/ico_zoom.cur"), pointer;
			}

			#catalog_ProductView .productViewLeft .photoContainer .zoom,
			#catalog_ProductView .productViewLeft .photoContainer .moreImg {
				display: none;
			}

			#catalog_ProductView .productViewLeft .photoContainer .zoom { }
			#catalog_ProductView .productViewLeft .photoContainer .moreImg { }

			#catalog_ProductView .productViewLeft .photoContainer .zoom:hover,
			#catalog_ProductView .productViewLeft .photoContainer .moreImg:hover { color: #4babe7; }
	
	/*--------*/
	#catalog_ProductView .productViewLeft #catalog_ProductItemSmallPhotos {
		padding: 0 0 10px 0; 
	}

		#catalog_ProductView .productViewLeft #catalog_ProductItemSmallPhotos ul,
		#catalog_ProductView .productViewLeft #catalog_ProductItemSmallPhotos li {
			margin: 0;
			padding: 0;
			list-style: none;
		}

		#catalog_ProductView .productViewLeft #catalog_ProductItemSmallPhotos li {
			width: 50px; 
			height: 64px;
			float: left;
			margin: 5px 5px 0 0;
			border: 1px solid #2b1d28;
			background-color: #000;
			cursor: url("images/ico_zoom.cur"), pointer;
		}

			#catalog_ProductView .productViewLeft #catalog_ProductItemSmallPhotos li img {
				width: 50px;
				max-height: 64px; 
			}

	/*--------*/

	#catalog_ProductView .productViewRight {
		width: 358px;
		float: right;
		margin: 0 0 0 10px;
	}

		#catalog_ProductView .productViewRight h1 {
		}

		#catalog_ProductView .productViewRight .starFlash {
			height: 14px;
			padding: 2px 10px;
			margin: 0 0 10px 0;
			float: left;
			background-color: #3eacda;

			color: #fff;
			font-size: 11px;
		}

		#catalog_ProductView .productViewRight .fn {
			display: block;

			color: #e6408d;
			font-size: 16px;
			text-decoration: none;
		}

		#catalog_ProductView .productViewRight .manufacturer {
			display: block;

			color: #feb9db;
			font-size: 11px;
		}
		

		#catalog_ProductView .productViewRight .catalog_ProductDescriptionShort {
			margin: 0 0 10px 0;

			font-size: 14px;
		}

			#catalog_ProductView .productViewRight .anchorLink {
				display: block;
				width: 5px;
				height: 10px;
				margin: 0;

				background: url('images/puce_link.gif') 0 0 no-repeat;
			}
		
		/*--- productOrderContainer --*/
		#catalog_ProductView .productViewRight #productOrderContainer {
			margin-top: 10px;
		}

			#catalog_ProductView .productViewRight #productOrderContainer .priceContainer {
				height: 50px;
				border-top: 1px solid #2e1f2a;
			}

				#catalog_ProductView .productViewRight #productOrderContainer .priceContainer .priceInfo {
					width: 140px;
					height: 32px;
					float: left;
					padding: 18px 0 0 10px;

					font-size: 10px;
				}

					/*-----*/
					#catalog_ProductView .productViewRight #productOrderContainer .priceContainer .priceInfo .infoDegressif {
						padding: 5px;
						border: 1px solid #0182d4;
						background-color: #ffffff;

						position: absolute;
						z-index: 100;
					}

						#catalog_ProductView .productViewRight #productOrderContainer .priceContainer .priceInfo .infoDegressif .tabDegressif {
							width: 200px;
							margin-top: 10px;
							background-color: #ffffff;	
						}
					
						#catalog_ProductView .productViewRight #productOrderContainer .priceContainer .priceInfo .infoDegressif .tabDegressif td {
							padding-top: 0px;
							background-color: #ffffff;
						}

						#catalog_ProductView .productViewRight #productOrderContainer .priceContainer .priceInfo .infoDegressif .tabDegressif th {
							padding-top: 0px;
							background-color: #f3f3f3;

							color: #0182d4;
						}
					/*-----*/

				#catalog_ProductView .productViewRight #productOrderContainer .priceContainer .priceMin {
					width: 140px;
					height: 42px;
					float: right;
					padding: 2px 10px 0 10px;
					
					font-size: 24px;
					font-weight: bold;
					color: #e6408d;
					text-align: right;
				}

				#catalog_ProductView .productViewRight #productOrderContainer .priceContainer small {
					height: 13px;
					float: right;
					padding-right: 10px;
					
					position: relative;
					top: -19px;
					margin-bottom: -13px;

					font-size: 10px;
				}

			#catalog_ProductView .productViewRight #productOrderContainer .flashSaleContainer {
				padding: 5px 0;
				border-top: 1px solid #2e1f2a;
			}

				#catalog_ProductView .productViewRight #productOrderContainer .flashSaleContainer .flashSale{
					display: block;
					margin: 7px 0;
					padding: 5px;
					background-color: #fff;

					color: #cb457d;
					font-size: 11px;
					text-align: center;
					font-weight: bold;
				}

			#catalog_ProductView .productViewRight #productOrderContainer .deliveryQuantityContainer {
				height: 40px;
				border-top: 1px solid #2e1f2a;
				border-bottom: 1px solid #2e1f2a;
			}

				#catalog_ProductView .productViewRight #productOrderContainer .deliveryQuantityContainer .stockDelivery {
					width: 237px;
					height: 34px;
					float: left;
					padding: 6px 0 0 10px;
					
					font-size: 10px;
				}

					#catalog_ProductView .productViewRight #productOrderContainer .deliveryQuantityContainer .stockDelivery small { }

				#catalog_ProductView .productViewRight #productOrderContainer .deliveryQuantityContainer .quantity {
					width: 87px;
					height: 29px;
					float: right;
					padding: 11px 10px 0 10px;

					text-align: right;
				}

				#catalog_ProductView .productViewRight #productOrderContainer .deliveryQuantityContainer .quantity input {
					border: 1px solid #2e1f2a;
					background-color: #4d3647;
				}

		/*--- /productOrderContainer --*/
		
		/*--- productGrarantyContainer --*/
		#catalog_ProductView .productViewRight #productGrarantyContainer { }
			#catalog_ProductView .productViewRight #productGrarantyContainer h2 { }
			#catalog_ProductView .productViewRight #productGrarantyContainer a { }
		/*--- /productGrarantyContainer --*/
		
		/*--- productBottomContainer --*/
			#catalog_ProductView .productViewRight .productBottomContainer,
			#catalog_ProductView .productViewRight .productBottomContainer-important {	
				width: 354px;
				height: 5px;
				margin: 0;
				padding: 0;

				position: relative;
				top: -5px;
				margin-bottom: -5px;

				font-size: 0px;
			}

			#catalog_ProductView .productViewRight .productBottomContainer { background: url('images/bg_productbottomontainer.jpg') 0 0 no-repeat; }
			#catalog_ProductView .productViewRight .productBottomContainer-important { background: url('images/bg_productbottomontainer-important.jpg') 0 0 no-repeat; }
		/*--- /productBottomContainer --*/
		
		/*--- btn_addTo --*/
		#catalog_ProductView .productViewRight .btn_addToShoppingCart {
			display: block;
			float: right;
			padding: 5px 10px;
			margin-top: 10px;
			background-color: #3eacda;

			font-size: 16px;
			color: #0d394b;
			text-decoration: none;
		}

		#catalog_ProductView .productViewRight .btn_addToShoppingCart:hover {
			background-color: #ca437d;

			color: #150414;
		}
		/*--- 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_Tools --*/

		#catalog_ProductView .productViewRight .catalog_Tools {
			width: 160px;
			float: left;
			padding: 6px 0 0 0;
			margin: 10px 0 0 0;
		}	

			#catalog_ProductView .productViewRight .catalog_Tools a {
				display: block;
				width: 14px;
				height: 0px;
				float: left;
				margin: 0 8px 0 0;
				padding: 14px 0 0 0;
				overflow: hidden;

				text-decoration: none;
			}

			#catalog_ProductView .productViewRight .catalog_Tools .btn_addToWishList { background: url('images/ico_addtowishlist.gif') 0 0 no-repeat; }
			#catalog_ProductView .productViewRight .catalog_Tools .btn_sendtofriends { background: url('images/ico_sendtofriend.gif') 0 0 no-repeat; }
			#catalog_ProductView .productViewRight .catalog_Tools .btn_print { background: url('images/ico_print.gif') 0 0 no-repeat; }
			#catalog_ProductView .productViewRight .catalog_Tools .btn_facebook { background: url('images/ico_facebook.gif') 0 0 no-repeat; }
			#catalog_ProductView .productViewRight .catalog_Tools .btn_twitter { background: url('images/ico_twitter.gif') 0 0 no-repeat; }
			#catalog_ProductView .productViewRight .catalog_Tools .btn_more { background: url('images/ico_more.gif') 0 0 no-repeat; }

/* Products > Product Templates
------------------------------------------------------------- */

#catalog_ProductTemplates {
	height: 134px;

	font-size: 11px;
}

	#catalog_ProductTemplates h2 {
		display: none;
	}

	#catalog_ProductTemplates .productTemplates {
		background-color: #342430;
	}

	#catalog_ProductTemplates .productTemplates th {
		padding: 3px 10px;

		font-weight: bold;
		text-align: left;
	}

	#catalog_ProductTemplates .productTemplates td {
		padding: 3px 10px;
		border-bottom: 1px solid #402d3b;

		text-align: left;
	}

	#catalog_ProductTemplates .productTemplates a {
		text-decoration: none;
		color: #e5c8e1;
	}

	#catalog_ProductTemplates .productTemplates a:hover {
		text-decoration: underline;
	}

	#catalog_ProductTemplates .productTemplates .odd {
	}

	#catalog_ProductTemplates .productTemplates .even {
	}

	#catalog_ProductTemplates .productTemplates .rating {
		width: 10px;
		height: 10px;
		display: block;
		float: left;
		margin-right: 1px;
		background: url('images/rating.gif') 0 0 no-repeat;

		color: #3dc1d0;
	}

/* Products > Product Rating
------------------------------------------------------------- */

#catalog_ProductRatingBox {
	display: none;
}

	#catalog_ProductRating .btnRating { }

	#catalog_ProductRating .btnRating:hover { }

	#catalog_ProductRating .rating-box { }

	#catalog_ProductRating .rating-box .rating { }

/* Products > Product Items
------------------------------------------------------------- *

#catalog_ProductItems {
}

	#catalog_ProductItems table {
	}

	#catalog_ProductItems h2 {
		display:none;
	}

	#catalog_ProductItems th {
		padding: 3px 6px;
		background-color: #e8e7e7;

		font-size: 11px;
		color: #000000;
		font-weight: bold;
	}

	#catalog_ProductItems td {
		padding: 3px 6px;
		border-bottom: 1px solid #e7e7e7;
	}
	
		#catalog_ProductItems input {
			border-top: 1px solid #c3c3c3;
			border-left:  1px solid #c3c3c3;
			border-right: 1px solid  #e7e7e7;
			border-bottom: 1px solid  #e7e7e7;
		}

		#catalog_ProductItems .btnAddToShoppingCart {
			display: block;
			width: 32px;
			height: 16px;
			margin-top: 3px;
			background: url('images/btn_addtoshoppingcart.gif') 0 0 no-repeat;
		}

		#catalog_ProductItems .btnAddToWishList {
			display: block;
			width: 16px;
			height: 16px;
			background: url('images/btn_addtowishlist.gif') 0 0 no-repeat;

			position: relative;
			top: -16px;
			right: 35px;
		}

		#catalog_ProductItems .btnAddToShoppingCart:hover,
		#catalog_ProductItems .btnAddToWishList:hover {
			filter: alpha(opacity=80);  
			-moz-opacity: 0.80;
			opacity: 0.80;
		}

		#catalog_ProductItems td h3 {
			 margin: 0px;
			 font-size: 20px;
			 color: #4babe7;
		}

		#catalog_ProductItems small {
			color: #999999;
		}

		#catalog_ProductItems .priceOff {
		}

		#catalog_ProductItems td .photo {
			background-color: #ffffff;
		}

/* Products > Products Associations
------------------------------------------------------------- */

.catalog_ProductsAssociations {
}

	.catalog_ProductsAssociations .catalog_product {
		margin: 0 0 5px 0;
	}

	.catalog_ProductsAssociations .productSeparator {
		width: 5px;
		height: 1px;
		float: left;
	}

/* Products > Documents
------------------------------------------------------------- */

#catalog_ProductDocuments {
}

	#catalog_ProductDocuments h2 {
		display: none;
	}

	#catalog_ProductDocuments a {
		display: block;
		height: 20px;
		padding: 5px 0 0 20px;
		margin: 0 0 1px 0;
		background: url('images/ico-file.gif') 5px 7px no-repeat #342430;

		text-decoration: none;
	}

	#catalog_ProductDocuments a:hover { 
		background-color: #e6408d; 
		
		color: #ffffff;
	}

/* Products > Product Reviews
------------------------------------------------------------- */

#productReviews {
}

	#productReviews h1 {
		display: none;
	}

	#productReviews .reviewsFilter {
		padding: 3px 10px;
		background-color: #4babe7;

		font-size: 11px;
		color: #ffffff;
		font-weight: bold;
	}

		#productReviews .reviewsFilter .leftSide {
			width: 500px;
			float: left;
		}

			#productReviews .reviewsFilter .leftSide .input {
				border: 1px solid #4babe7;

				font-size: 10px;
			}

		#productReviews .reviewsFilter .rightSide {
			width: 120px;
			float: right;
			padding-top: 2px;
			
			text-align: right;
		}
			
			#productReviews .reviewsFilter .rightSide a {
				color: #ffffff;
			}

	#productReviews .reviews {}

	#productReviews .reviews table {}

	#productReviews .reviews table td {
		padding: 3px 10px;
	}

/* Products > Misc
-------------------------------------------------------------- */
	
#catalog_SendToFriendsPanel {
	width: 600px;
	background-color: #ffffff;
	
	position: absolute;
}

#catalog_ListLegend {
	display: none;
}

/*#catalog_ProductRating*/
/*#catalog_ProductTemplates*/
/*#catalog_ProductDescription,
#catalog_ProductDocuments {
	padding: 10px;
	border: 1px solid #e7e7e7;
}

#catalog_Accessories,
#catalog_CrossSellings,
#catalog_ProductsSubstitutions {
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
}
	
	#catalog_Accessories .catalog_product,
	#catalog_CrossSellings .catalog_product,
	#catalog_ProductsSubstitutions .catalog_product {
		padding: 5px 6px 5px 7px;
	}

	#catalog_Accessories .catalog_productHover,
	#catalog_CrossSellings .catalog_productHover,
	#catalog_ProductsSubstitutions .catalog_productHover {
		background: url('images/bg_producthover2.gif') 0px 0px no-repeat;
		cursor: pointer;
	}