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

.catalog_product {
	width: 171px;
	height: 287px;
	float: left;
	margin: 0 0 15px 0;
	border: 1px solid #cfe8f9;
	background-color: #fff;

	zoom: 1;
}

	.catalog_productHover {
		cursor: pointer;
	}

	.catalog_product .photo {
		width: 171px;
		height: 181px;

		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 .data {
		padding: 15px 0;
		border-bottom: 1px solid #cfe8f9;
		background: url('images/bg_productsmall-data.jpg') center 0 no-repeat;

		text-align: center;
	}
		
		.catalog_product .data a {
			text-decoration: none;			
		}

		.catalog_product .data .manufacturer {
			display: block;
			width: 171px;

			font-size: 12px;
			font-weight: bold;
			color: #0182d4;
		}

		.catalog_product .data .name {
			display: block;
			width: 171px;
			height: 24px;

			font-size: 10px;
			color: #585858;
		}

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

		.catalog_product .stock {
			width: 7px;
			height: 18px;
			padding: 5px;
			float: left;
		}

		.catalog_product .prices {
			width: 140px;
			height: 18px;
			padding: 5px;
			float: right;
			text-align: right;
		}

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

			.catalog_product .prices .priceOff {
				height: 15px;
				display: block;
				float: right;
				padding: 7px 5px 0 3px;

				font-size: 10px;
				color: #a5a5a5;
			}

			.catalog_product .prices .priceMin {
				height: 18px;
				display: block;
				float: right;

				font-size: 18px;
				color: #4babe7;
				font-weight: bold;
			}

		.catalog_product .starFlash {
			display: block;
			width: 131px;
			height: 14px;
			margin: 0 auto;
			background: url('images/bg_starflash.jpg') 0 0 no-repeat;

			position: relative;
			top: -105px;
			
			font-size: 11px;
			color: #ffffff;
			text-align: center;
		}

		.catalog_product .productOrder {
			display: none;
		}

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

/* Controls > Products Carrousel
-------------------------------------------------------------- */

#catalog_ControlProductsCarrousel {
	height: 220px;
	padding: 0 10px;
	margin: 0 0 15px 0;
	border: 1px solid #cfe8f9;
	background-color: #fff;
	overflow: hidden;
}

	#catalog_ControlProductsCarrousel h1 { display: none; }

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

	#catalog_ControlProductsCarrousel li{
		float: left;
	}

	#catalog_ControlProductsCarrousel li .productItem {
		width: 122px;
		height: 240px;
		float: left;
		padding: 5px;
		margin: 0 10px 0 0;

		text-align: center;
	}

		#catalog_ControlProductsCarrousel li .productItem .photo {
			width: 120px;
			height: 140px;
			font-size: 0px;

			text-align: center;
		}

		#catalog_ControlProductsCarrousel li .productItemHover .photo {
			filter : alpha(opacity=70);
			-moz-opacity : 0.7;
			opacity : 0.7;
		}

		#catalog_ControlProductsCarrousel li .productItem .data {
			padding: 15px 0;
			margin: 0 0 5px 0;
			border-bottom: 1px solid #cfe8f9;
			background: url('images/bg_productsmall-data.jpg') center 0 no-repeat;
		}

			#catalog_ControlProductsCarrousel li .productItem .data .manufacturer {
				display: block;
				width: 120px;

				font-size: 12px;
				font-weight: bold;
				color: #0182d4;
			}
		
			#catalog_ControlProductsCarrousel li .productItem .data h2 a {
				display: block;
				width: 120px;
				height: 18px;

				font-size: 10px;
				color: #585858;
				text-decoration: none;
			}

			#catalog_ControlProductsCarrousel li .productItem .data .description {
				display: none;
			}

		#catalog_ControlProductsCarrousel li .productItem .prices .priceMin {
			padding: 5px;

			font-size: 14px;
			color: #4babe7;
			font-weight: bold;
		}

		#catalog_ControlProductsCarrousel li .productItem .prices .priceOff {
			padding: 3px 5px 0 3px;

			font-size: 10px;
			color: #a5a5a5;
		}

		#catalog_ControlProductsCarrousel li .productItem .starFlash {
			display: block;
			width: 131px;
			height: 14px;
			margin: 0 auto;
			background: url('images/bg_starflash.jpg') 0 0 no-repeat;

			position: relative;
			top: -100px;
			
			font-size: 11px;
			color: #ffffff;
			text-align: center;
		}	

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

#catalog_ControlCategoriesInTopMenu {
}

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

#catalog_ControlCategoriesList {
	width: 960px;
	height: 15px;
	padding: 20px 5px 5px 5px;
	margin: 0 0 5px 0;
	background: url('images/bg_controlcategorieslist.jpg') 0 0 no-repeat;
}
	
	#catalog_ControlCategoriesList h1 {
		display: none;
	}

		#catalog_ControlCategoriesList a {
			display: block;
			float: left;
			padding: 0 10px;
			
			font-size: 11px;
			color: #696969;
			text-decoration: none;
		}

		#catalog_ControlCategoriesList .childs a { }
		#catalog_ControlCategoriesList .subChilds a { }

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

			color: #fff;
		}

	#catalog_ControlCategoriesList .categoriesSeparator {
		float: left;
	}

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

#catalog_ControlFlashSales { }
	#catalog_ControlFlashSales .number{ }
	#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: 802px;
	height: 160px;
	margin: 0 0 15px 0;
	border: 1px solid #cfe8f9;
	background-color: #fff;
	overflow: hidden;

	zoom: 1;
}

	#catalog_ControlProductInHome .productsHover {
		cursor: pointer;

		filter : alpha(opacity=70);
		-moz-opacity : 0.7;
		opacity : 0.7;
	}

	#catalog_ControlProductInHome h1 {
		display: none;

		width: 84px;
		height: 20px;
		padding: 7px 0 0 16px;

		position: relative;
		top: 15px;
		left: -6px;
		margin-right: -6px;
		margin-bottom: -27px;
		z-index: 10;

		font-size: 14px;
		color: #ffffff;
		font-weight: normal;
	}

	#catalog_ControlProductInHome .product {
	}

		#catalog_ControlProductInHome .product ul,
		#catalog_ControlProductInHome .product li {
			margin: 0;
			padding: 0;
			list-style: none;
		}

	#catalog_ControlProductInHome .product .photo {
		width: 132px;
		height: 100px;
		padding: 11px 0;

		font-size:0px;
		text-align: center;
	}

	#catalog_ControlProductInHome .product .data {
		padding: 10px 0;
		background: url('images/bg_product-data.jpg') center 0 no-repeat;

		text-align: center;
	}

		#catalog_ControlProductInHome .product .data a {
			font-size: 10px;
			color: #585858;

			text-decoration: none;			
		}

		#catalog_ControlProductInHome .product .data .manufacturer { display: none; }

		#catalog_ControlProductInHome .product .data .name a {
			display: block;
			width: 132px;
			height: 24px;
		}

		#catalog_ControlProductInHome .product .description { display:none; }
		#catalog_ControlProductInHome .product .prices { display: none; }
			#catalog_ControlProductInHome .product .prices .priceFrom { display: none; }
			#catalog_ControlProductInHome .product .prices .priceOff { display: none; }
			#catalog_ControlProductInHome .product .prices .priceMin { display: none; }
	#catalog_ControlProductInHome .product .starFlash { display: none; }

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

#catalog_ControlProductsInHome {
}

	#catalog_ControlProductsInHome h1 {
		display: none;
	}

	#catalog_ControlProductsInHome .borders{
		border-top: 1px solid #e7e7e7;
		border-left: 1px solid #e7e7e7;
	}
	
	#catalog_ControlProductsInHome .separator {
	}

	#catalog_ControlProductsInHome .btnSeeAll {
		display: none;
	}

	#catalog_ControlProductsInHome .btnSeeAll:hover {
	}

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

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

	#catalog_ControlProductsOurFilter h1 {
		width: 211px;
		height: 20px;
		padding: 7px 0 0 16px;
		background: url('images/bg_h1_productsourfilter.gif') 0 0 no-repeat;

		position: relative;
		left: -6px;
		margin-right: -6px;

		font-size: 14px;
		color: #ffffff;
		font-weight: normal;
	}

	#catalog_ControlProductsOurFilter .filter {
	}

	#catalog_ControlProductsOurFilter a,
	#catalog_ControlProductsOurFilter .deleteFilter {
		display: block;
		width: 176px;
		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: #fd2711;

		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 {
		width: 211px;
		height: 20px;
		padding: 7px 0 0 16px;
		background: url('images/bg_h1_productsfilter.gif') 0 0 no-repeat;

		position: relative;
		left: -6px;
		margin-right: -6px;

		font-size: 14px;
		color: #ffffff;
		font-weight: normal;
    }

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

	#catalog_ControlProductsFilter h2 {
		width: 186px;
		padding: 7px 10px 7px 24px;
		margin: 0;
		border-top: 1px solid #cfe8f9;
		border-bottom: 1px solid #cfe8f9;
		
		font-size: 12px;
		color: #0182d4;
		text-decoration: none;

		background: url('images/puce_parents.png') 4px 9px no-repeat #dff2ff;
    }
	
	#catalog_ControlProductsFilter a {
		display: block;
		width: 176px;
		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_ControlProductsFilter a:hover {
		background-color: orange;

		color: #fff;
	}

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

	#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 {
	width: 162px;
	height: 24px;
	padding: 6px 0 0 10px;
	float: right;
}

	#catalog_ControlProductsSearch h2 {
		display: none;
	}

	#catalog_ControlProductsSearch .input {
		width: 109px;
		height: 16px;
		float: left;
		margin: 0 5px;
		padding: 2px 5px 0 5px;
		border: 0px solid #fff;
		background: url('images/bg_input-search.gif') 0 0 no-repeat;

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

	#catalog_ControlProductsSearch .btn {
		width: 18px;
		height: 18px;
		float: left;
		margin: 0;
		padding: 0;
		border: 0px solid #fff;
		background: url('images/btn_search.gif') 0 0 no-repeat;
	}

	#catalog_ControlProductsSearch .btn:hover {
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
	}

	#catalog_ControlProductsSearch .searchInResults {
		display: none;
	}

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

#catalog_ControlBestSales {
}

	#catalog_ControlBestSales h1 {
	}

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

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

#catalog_ControlRecentlyViewedProducts {
}

	#catalog_ControlRecentlyViewedProducts h2 {
	}

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

#catalog_ProductsMixForShoppingCart {
}

#catalog_ProductsMixForShoppingCart .catalog_product {
	width: 100px;
	height: 233px;
	float: left;
	padding: 10px;
	margin: 0 0 15px 0;
	border: 1px solid #cfe8f9;
	background-color: #fff;

	zoom: 1;
}

	#catalog_ProductsMixForShoppingCart .catalog_productHover {
		cursor: pointer;
	}

	#catalog_ProductsMixForShoppingCart .catalog_product .photo {
		width: 100px;
		height: 110px;

		font-size: 0px;
	}

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

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

	#catalog_ProductsMixForShoppingCart .catalog_product .data {
		padding: 15px 0;
		border-bottom: 1px solid #cfe8f9;
		background: url('images/bg_productsmall-data.jpg') center 0 no-repeat;

		text-align: center;
	}
		
		#catalog_ProductsMixForShoppingCart .catalog_product .data a {
			text-decoration: none;			
		}

		#catalog_ProductsMixForShoppingCart .catalog_product .data .manufacturer {
			display: block;
			width: 100px;

			font-size: 12px;
			font-weight: bold;
			color: #0182d4;
		}

		#catalog_ProductsMixForShoppingCart .catalog_product .data .name {
			display: block;
			width: 100px;
			height: 24px;

			font-size: 10px;
			color: #585858;
		}

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

		#catalog_ProductsMixForShoppingCart .catalog_product .stock {
			width: 7px;
			height: 18px;
			padding: 5px;
			float: left;

			position: relative;
			margin-bottom: -28px;
		}

		#catalog_ProductsMixForShoppingCart .catalog_product .prices {
			width: 100px;
			height: 34px;
			padding: 5px 0;
		}

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

			#catalog_ProductsMixForShoppingCart .catalog_product .prices .priceOff {
				width: 100px;
				height: 12px;
				padding: 2px 0;

				font-size: 10px;
				color: #a5a5a5;
				text-align: center;
			}

			#catalog_ProductsMixForShoppingCart .catalog_product .prices .priceMin {
				width: 100px;
				height: 18px;

				font-size: 14px;
				color: #4babe7;
				font-weight: bold;
				text-align: center;
			}

		#catalog_ProductsMixForShoppingCart .catalog_product .starFlash {
			display: block;
			width: 100px;
			height: 14px;
			margin: 0 auto;
			background: url('images/bg_starflash.jpg') center 0 no-repeat;

			position: relative;
			
			font-size: 11px;
			color: #ffffff;
			text-align: center;
		}

		#catalog_ProductsMixForShoppingCart .catalog_product .productOrder {
			display: none;
		}

	#catalog_ProductsMixForShoppingCart .productSeparator {
		width: 16px;
		height: 1px;
		float: left;
	}

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

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

#catalog_BreadCrumb {
	width: 715px;
	height: 18px;
	padding: 5px 10px 2px 10px;
	background-color: #fff;
	float: left;

	font-size: 11px;
}

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

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

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

#catalog_ProductsListToolsBar {
	width: 300px;
	height: 21px;
	padding: 2px 10px;
	background-color: #fff;
	float: right;

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

	#catalog_ProductsListToolsBar .leftSide {
		width: 40px;
		float: right;
	}

		#catalog_ProductsListToolsBar .leftSide a {
			display: block;
			width: 18px;
			height: 18px;
		}

		#catalog_ProductsListToolsBar .leftSide .viewGrid {
			width: 18px;
			height: 18px;
			float: left;
			margin: 2px 0 0 0;
			background: url('images/ico-boxes.gif') 0px 0px no-repeat;
		}

		#catalog_ProductsListToolsBar .leftSide .viewList {
			width: 18px;
			height: 18px;
			float: left;
			margin: 2px 0 0 0;
			background: url('images/ico-lines.gif') 0px 0px no-repeat;
		}

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

			#catalog_ProductsListToolsBar .leftSide .viewGrid .active { background:url('images/ico-boxes.gif') 0px bottom no-repeat; }
			#catalog_ProductsListToolsBar .leftSide .viewList .active { background:url('images/ico-lines.gif') 0px bottom no-repeat; }

	#catalog_ProductsListToolsBar .rightSide {
		width: 240px;
		padding: 2px 12px 0 0;
		float: right;

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

		#catalog_ProductsListToolsBar .rightSide .input {
			padding: 0px;
			border-color: #c7c7c7;
			background-color: #ffffff;

			font-size: 9px;
			color: #000000;
		}

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

#catalog_ProductsInGrid {
}

/* 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: #dff2ff;
		cursor: pointer;
	}

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

	#catalog_ProductsInList tr:hover a {
		color: #0182d4;
	}

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

	#catalog_ProductsInList .columnTitle {
		background-color: #74bbe9;
	}

	#catalog_ProductsInList .columnTitle:hover {
		background-color: #74bbe9;
		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 {
		background-color: #ffffff;
	}

	#catalog_ProductsInList .trEven {
		background-color: #f5f5f5;
	}

	#catalog_ProductsInList .manufacturer {
	}

	#catalog_ProductsInList .name {
	}

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

	#catalog_ProductsInList tr:hover .priceFrom {
		color: #ffffff;
	}
	
	#catalog_ProductsInList .priceMin {
		font-size: 14px;
		color: #4babe7;
		font-weight: bold;
	}

	#catalog_ProductsInList tr:hover .priceMin {
		color: #0182d4;
	}

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

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

	#catalog_ProductsInList .viewPrice {
	}

	#catalog_ProductsInList .stock{
	}

	#catalog_ProductsInList .productOrder {
		float: right;
	}

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

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

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

	#catalog_SubCategoriesList .catalog_SubCategory {
		width: 358px;
		height: 230px;
		float: left;
		margin: 0 0 14px 0;
		border: 1px solid #cfe8f9;
		background-color: #fff;

		zoom: 1;
	}

	#catalog_SubCategoriesList .catalog_SubCategoryHover {
		cursor: pointer;

		filter : alpha(opacity=70);
		-moz-opacity : 0.7;
		opacity : 0.7;
	}

		#catalog_SubCategoriesList .catalog_SubCategory .photo {
			width: 359px;
			height: 170px;
			padding: 20px 0;

			font-size:0px;
			text-align: center;
		}

		#catalog_SubCategoriesList .catalog_SubCategory h2 {
			width: 211px;
			height: 20px;
			padding: 7px 0 0 16px;
			background: url('images/bg_h1_productsfilter.gif') 0 0 no-repeat;

			position: relative;
			top: -20px;
			left: -6px;
			margin-right: -6px;
			margin-bottom: -27px;
			z-index: 10;

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

	#catalog_SubCategoriesList .separator {
		width: 14px;
		height: 1px;
		float: left;
	}

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

#catalog_ViewProductsNavigation {
	float: right;

	position: relative;
	z-index: 10;
	top: 8px;
	right: 10px;
	
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

	#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 {
}

	#catalog_ProductView h1 {
	}
		
		#catalog_ProductView h1 small {
			font-weight: normal;
		}

		#catalog_ProductView h1 .manufacturer {
			font-size: 14px;
			font-weight: bold;
		}
		
		#catalog_ProductView h1 .productName {
		}

		#catalog_ProductView h1 .reference {
			font-size: 14px;
			color: #7f7f7f;
			font-weight: bold;
		}

	#catalog_ProductView .breadcrumbView {
		width: 520px;
		float: left;
		margin-bottom: 10px;

		font-size: 10px;
		color: #7f7f7f;
	}

		#catalog_ProductView .breadcrumbView a { color: #7f7f7f; text-decoration: none; }
		#catalog_ProductView .breadcrumbView a:hover { color: #7f7f7f; text-decoration: underline; }

	#catalog_ProductView .reference {
		width: 150px;
		float: right;
		margin-bottom: 10px;

		font-size: 10px;
		color: #7f7f7f;
		text-align: right;
	}

	#catalog_ProductView .leftSide {
		width: 300px;
		float: left;
	}

		#catalog_ProductView .leftSide .photo {
			width: 300px;
			height: 300px;
			border: 1px solid #e7e7e7;

			text-align: center;
		}

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

			#catalog_ProductView .leftSide .photo .zoom,
			#catalog_ProductView .leftSide .photo .moreImg {
				display: block;
				width: 57px;
				height: 17px;
				padding: 4px 7px 0 0;
				cursor: pointer;

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

				font-size: 10px;
				color: #7f7f7f;
				text-decoration: none;
				text-align: right;
			}

			#catalog_ProductView .leftSide .photo .zoom { float: left; background: url('images/bg_zoom.gif') 0px 0px no-repeat; }
			#catalog_ProductView .leftSide .photo .moreImg { float: right; background: url('images/bg_moreimg.gif') 0px 0px no-repeat; }

			#catalog_ProductView .leftSide .photo .zoom:hover,
			#catalog_ProductView .leftSide .photo .moreImg:hover { color: #4babe7; }

		#catalog_ProductView .leftSide .starFlash {
			display: block;
			width: 131px;
			height: 14px;
			margin: 0 auto;
			background: url('images/bg_starflash.jpg') 0 0 no-repeat;

			position: relative;
			top: -20px;
			margin-bottom: -14px;
			
			font-size: 11px;
			color: #ffffff;
			text-align: center;
		}

			#catalog_ProductItemSmallPhotos {
			}

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

			#catalog_ProductItemSmallPhotos li {
				width: 53px;
				height: 53px;
				float: left;
				margin: 4px 4px 0 0;
				border: 1px solid #e7e7e7;
			}

		/*-- Tools --*/

		#catalog_Tools {
			margin: 10px 0 0 0;
			padding: 10px 0 0 0;
			border-top: 1px solid #e7e7e7;
		}	

			#catalog_Tools .btn_sendtofriends,
			#catalog_Tools .btn_print { 
				display: block;
				height: 16px;
				float: left;
				padding: 0 0 0 20px;
				margin: 0 10px 0 0;
			}

			#catalog_Tools .btn_sendtofriends { background: url('images/ico-sendtofriend.gif') 0 0 no-repeat; }
			#catalog_Tools .btn_print { background: url('images/ico-print.gif') 0 0 no-repeat; }

		/*-- /Tools --*/

	#catalog_ProductView .rightSide {
		width: 388px;
		float: right;
		padding-left: 10px;
	}

		#catalog_ProductView .rightSide .description {
			height: 200px;
			margin-bottom: 15px;
			overflow: hidden;
		}

			#catalog_ProductView .rightSide .description p {
				margin: 0 0 10px 0;
			}
		
		/*--- productOrderContainer --*/
		#catalog_ProductView .rightSide #productOrderContainer {
			margin-top: 10px;
		}

			#catalog_ProductView .rightSide #productOrderContainer .priceContainer {
				height: 50px;
				background: url('images/bg_pricecontainer.jpg') 0 0 no-repeat;
			}

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

					font-size: 10px;
				}

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

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

					font-size: 10px;
					color: #999999;
				}
			
			/*-----*/
			#catalog_ProductView .rightSide #productOrderContainer .infoDegressif {
				padding: 4px 10px;
				background: url('images/bg_flashsalecontainer.jpg') 0 0 no-repeat;

				font-size: 10px;
			}

				#catalog_ProductView .rightSide #productOrderContainer .infoDegressif .tabDegressif {
					width: 100%;
					margin-top: 10px;
				}
			
				#catalog_ProductView .rightSide #productOrderContainer .infoDegressif .tabDegressif td {
					padding-top: 0px;
					border-bottom: 1px solid #fff;
				}

				#catalog_ProductView .rightSide #productOrderContainer .infoDegressif .tabDegressif th {
					padding-top: 0px;
					background-color: #ffffff;

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

			#catalog_ProductView .rightSide #productOrderContainer .flashSaleContainer {
				height: 20px;
				padding: 4px 0 0 10px;
				background: url('images/bg_flashsalecontainer.jpg') 0 0 no-repeat;
			}

				#catalog_ProductView .rightSide #productOrderContainer .flashSaleContainer .flashSale{
					font-size: 10px;
					color: #0182d4;
				}

			#catalog_ProductView .rightSide #productOrderContainer .deliveryQuantityContainer {
				height: 40px;
				background: url('images/bg_deliveryquantitycontainer.jpg') 0 bottom no-repeat;
			}

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

					#catalog_ProductView .rightSide #productOrderContainer .deliveryQuantityContainer .stockDelivery small {
						color: #999999;
					}

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

					text-align: right;
				}

					#catalog_ProductView .rightSide #productOrderContainer .deliveryQuantityContainer .quantity input {
						border-top: 1px solid #c3c3c3;
						border-left:  1px solid #c3c3c3;
						border-right: 1px solid  #e7e7e7;
						border-bottom: 1px solid  #e7e7e7;
					}
		/*--- /productOrderContainer --*/
		
		/*--- productGrarantyContainer --*/
		#catalog_ProductView .rightSide #productGrarantyContainer { }
			#catalog_ProductView .rightSide #productGrarantyContainer h2 { }
			#catalog_ProductView .rightSide #productGrarantyContainer a { }
		/*--- /productGrarantyContainer --*/
		
		/*--- productBottomContainer --*/
			#catalog_ProductView .rightSide .productBottomContainer,
			#catalog_ProductView .rightSide .productBottomContainer-important {	
				width: 354px;
				height: 5px;
				margin: 0;
				padding: 0;

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

				font-size: 0px;
			}

			#catalog_ProductView .rightSide .productBottomContainer { background: url('images/bg_productbottomontainer.jpg') 0 0 no-repeat; }
			#catalog_ProductView .rightSide .productBottomContainer-important { background: url('images/bg_productbottomontainer-important.jpg') 0 0 no-repeat; }
		/*--- /productBottomContainer --*/
		
		/*--- btn_addTo --*/
		#catalog_ProductView .rightSide .btn_addToShoppingCart {
			display: block;
			width: 208px;
			height: 26px;
			float: right;
			padding: 8px 0 0 32px;
			margin-top: 8px;
			background: url('images/btn_addtoshoppingcart.jpg') 0 0 no-repeat;

			position: relative;
			right: -2px;

			font-size: 14px;
			font-weight: bold;
			color: #ffffff;
			text-decoration: none;
		}

		#catalog_ProductView .rightSide .btn_AddToWishList {
			display: block;
			width: 117px;
			height: 29px;
			float: left;
			padding: 5px 10px 0 10px;
			margin-top: 8px;
			background: url('images/btn_addtowishlist.jpg') 0 0 no-repeat;

			position: relative;
			right: -2px;

			font-size: 11px;
			line-height: 11px;
			font-weight: bold;
			color: #ffffff;
			text-decoration: none;
			text-align: center;
		}

		#catalog_ProductView .rightSide .btn_addToShoppingCart:hover,
		#catalog_ProductView .rightSide .btn_AddToWishList:hover {
			filter : alpha(opacity=80);
			-moz-opacity : 0.8;
			opacity : 0.8; 
		}
		/*--- 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 --*/


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

#catalog_ProductTemplates {
	font-size: 11px;
}

	#catalog_ProductTemplates h2 {
		display: none;
	}

	#catalog_ProductTemplates .productTemplates {
	}

	#catalog_ProductTemplates .productTemplates th {
		padding: 3px 10px;
		background-color: #e2f1fa;
		
		color: #0182d4;
		text-align: left;
	}

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

		text-align: left;
	}

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

	#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 4px 0;
	}

	.catalog_ProductsAssociations .productSeparator {
		display: block;
		width: 4px;
		height: 1px;
		float: left;
	}

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

#catalog_ProductDocuments {
}

	#catalog_ProductDocuments h2 {
		display: none;
	}

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

		text-decoration: none;
	}

	#catalog_ProductDocuments a:hover { 
		background-color: #4babe7; 
		
		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 {
	padding: 5px 0 10px 0;

	font-size: 10px;
	color: #999999;
}

#catalog_ListLegend_InHome {
	padding: 5px;
	margin: 0 0 15px 0;
	background-color: #cfe8f9;

	font-size: 10px;
	color: #4babe7;
}

