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

.en .catalog_productSmall {
	width: 355px;
	height: 132px;
	float: left;
	margin: 0 0 10px 0;

	background-color: #fff;
	background: url('images/en/bg_catalog_productSmall.jpg') 0px 0px no-repeat;

	zoom: 1;

	_overflow: hidden; /* IE6 */
}

.fr .catalog_productSmall {
	width: 355px;
	height: 132px;
	float: left;
	margin: 0 0 10px 0;

	background-color: #fff;
	background: url('images/fr/bg_catalog_productSmall.jpg') 0px 0px no-repeat;

	zoom: 1;

	_overflow: hidden; /* IE6 */
}

	.catalog_productSmallHover {
		cursor: pointer;
		/*background-position: bottom;*/
	}

	.catalog_productSmall .photo {
		display: inline; /* BUG IE 6 */
		width: 150px;
		height: 112px;
		margin: 10px 0px 0px 10px;
		
		font-size: 0px;
		float: left;
	}

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

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

	.catalog_productSmall .shadow {}

	.catalog_productSmall .data {
		width: 166px;
		height: 95px;

		padding: 10px 10px 10px 10px;
		margin-left: 9px;

		float: left;

		overflow: hidden;
	}

		.catalog_productSmall .data a {
			text-decoration: none;			
		}

		.catalog_productSmall .data .manufacturer {}

		.catalog_productSmall .data .name {
			display: block;
			/*height: 30px;*/
			margin-bottom: 5px;

			font-size: 10px;
			text-transform: uppercase;
			color: #3c3c3c;
			font-weight: bold;
		}

		.catalog_productSmall .data .description {
			font-size: 11px;
			color: #a0a0a0;
			letter-spacing: auto;
			line-height: auto;
		}

		.catalog_productSmall .productdetail {
			display: none;
		}

		.en .catalog_productSmallHover .productdetail {
			display: block;
			width: 166px;
			height: 20px;
			background: url('images/en/bg_productsmall-productdetail.jpg') bottom no-repeat #f1f1f1;

			position: relative;
			top: -20px;
			margin-bottom: -20px;
			left: 180px;
		}

		.fr .catalog_productSmallHover .productdetail {
			display: block;
			width: 166px;
			height: 20px;
			background: url('images/fr/bg_productsmall-productdetail.jpg') bottom no-repeat #f1f1f1;

			position: relative;
			top: -20px;
			margin-bottom: -20px;
			left: 180px;
		}

		.catalog_productSmall .stock {
			display: none;
		}

		.catalog_productSmall .prices {
			display: none;
		}

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

			.catalog_productSmall .prices .priceOff {
				display: none;
			}

			.catalog_productSmall .prices .priceMin {
				display: none;
			}

		.catalog_productSmall .starFlash {}

		.catalog_productSmall .productOrder {
			display: none;
		}

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

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

#catalog_ControlCategoriesInTopMenu {}

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

#catalog_ControlCategoriesList {}

#catalog_ControlCategoriesList h1 {
	display: none;
}

#catalog_ControlCategoriesList .children {	
	margin: 10px 0px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#catalog_ControlCategoriesList .children a {	
	display: block;
	width: 196px;
	height: 17px;

	padding: 2px 0px 0px 54px;
	font-style: italic;

	background: url('images/bg_catalog_ControlCategoriesList_children.jpg') 44px 7px no-repeat;
	font-size: 12px;
}

	#catalog_ControlCategoriesList .children a:hover {		
		background: url('images/bg_catalog_ControlCategoriesList_children_hover.jpg') 0px 0px no-repeat;
		
		color: white;
	}

		#catalog_ControlCategoriesList .children .Active {			
			background: url('images/bg_catalog_ControlCategoriesList_children_hover.jpg') 0px 0px no-repeat;
		
			color: white;
		}

	#catalog_ControlCategoriesList .subChildren a{
		background: none;
		display: block;
		width: 186px;
		height: 16px;

		padding: 2px 0px 0px 64px;

		font-size: 11px;
		color: #797979;

		background: url('images/bg_catalog_ControlCategoriesList_subchildren.jpg') 0px 0px no-repeat;
		border-top: 1px solid #d2d2d2;
	}

	#catalog_ControlCategoriesList .subChildren hr {
		height: 1px;
		margin: 0px;
		border: 0px;
		padding: 0px;
		_margin-top: -0.5em; /* IE 6 */
		background-color: #d2d2d2;

		color: #d2d2d2;
	}

			#catalog_ControlCategoriesList .subChildren a:hover {
				background: url('images/bg_catalog_ControlCategoriesList_subchildren_hover.jpg') 0px 0px no-repeat;
				
				color: #e81500;
			}

			#catalog_ControlCategoriesList .subChildren .Active {
				background: url('images/bg_catalog_ControlCategoriesList_subchildren_hover.jpg') 0px 0px no-repeat;
				
				color: #e81500;
			}


/* 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 {}
	
	/* rollover style for clickable element */
	#catalog_ControlProductInHome .productsHover {}

	#catalog_ControlProductInHome h1 {}

	#catalog_ControlProductInHome:hover h1 {
		filter : alpha(opacity=70);
		-moz-opacity : 0.7;
		opacity : 0.7;
	}

	#catalog_ControlProductInHome #productsTicker {}

		#catalog_ControlProductInHome #productsTicker a {}

	#catalog_ControlProductInHome #productsTicker .starFlash {}

	#catalog_ControlProductInHome #productsTicker .photo {}

		#catalog_ControlProductInHome #productsTicker .photo img {}

	#catalog_ControlProductInHome #productsTicker .data {}

	#catalog_ControlProductInHome #productsTicker .data h2 {}

		#catalog_ControlProductInHome #productsTicker .description {}

		#catalog_ControlProductInHome #productsTicker .prices {}

			#catalog_ControlProductInHome #productsTicker .prices .priceFrom { color:#e32002; }
			#catalog_ControlProductInHome #productsTicker .prices .priceMin { color:#e32002; }
			#catalog_ControlProductInHome #productsTicker .prices .priceOff { color:#878787; }

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

/*----- ---- -----*/
/*----- TODO -----*/
/*----- ---- -----*/

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

#catalog_ControlProductsOurFilter {}

	#catalog_ControlProductsOurFilter h1 {}

	#catalog_ControlProductsOurFilter .filter {}

	#catalog_ControlProductsOurFilter a {}

	#catalog_ControlProductsOurFilter a:hover {}

	#catalog_ControlProductsOurFilter .rating {}

	#catalog_ControlProductsOurFilter a:hover .rating {}

	#catalog_ControlProductsOurFilter .deleteFilter {}

	#catalog_ControlProductsOurFilter .deleteFilter:hover {}

#catalog_ControlProductsFilter {}

	#catalog_ControlProductsFilter h1 {}

	#catalog_ControlProductsFilter .filter {}

	#catalog_ControlProductsFilter h2 {}

	#catalog_ControlProductsFilter .input {}
	
	#catalog_ControlProductsFilter a {}

	#catalog_ControlProductsFilter a:hover {}

	#catalog_ControlProductsFilter .rating {}

	#catalog_ControlProductsFilter a:hover .rating {}

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

#catalog_ControlProductsInHome {}

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

	#catalog_ControlProductsInHome .btnSeeAll {}

	#catalog_ControlProductsInHome .btnSeeAll:hover {}

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

#catalog_ControlProductsSearch {
	display: block;
	width: 221px;
	height: 27px;

	padding: 10px 0px 0px 30px;

	position: relative;
	left: -30px;
	top: 22px;

	background: url('images/bg_catalog_ControlProductsSearch.jpg') 0px 0px no-repeat;
}

	#catalog_ControlProductsSearch h2 {
		display:none;
	}

	#catalog_ControlProductsSearch input {
		height: 15px;
		width: 161px;
		float: left;

		margin: 0px;
		padding: 2px 2px 0px 5px;
		border: 0px solid #ffffff;
		background: url('images/bg_input-search.jpg') 0px 0px no-repeat;

		font-size: 10px;
		color: #e5e5e6;
		font-weight: bold;
	}

	#catalog_ControlProductsSearch .btn {
		width: 23px;
		height: 17px;
		float: left;
		margin: 0px;
		padding: 0px;
		background: url('images/bg_btn-search.jpg') 0px 0px no-repeat;
	}

	#catalog_ControlProductsSearch .btn:hover {
		background: url('images/bg_btn-search_hover.jpg') 0px 0px no-repeat;
	}

	#catalog_ControlProductsSearch .searchInResults {
		display: none;
	}

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


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

#catalog_ControlRecentlyViewedProducts {}

	#catalog_ControlRecentlyViewedProducts h2 {}


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

#catalog_BreadCrumb {
	width: 710px;
	height: 20px;

	padding: 7px 10px 0px 30px;
	background: url('images/bg_breadcrumb.jpg') 0px 0px repeat-x;

	font-size: 12px;
	color: #616161;
}

	#catalog_BreadCrumb a {
		font-size: 12px;
		color: #d51b00;
		text-decoration: none;
	}

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

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

#catalog_ProductsListToolsBar {
	display: none;

	width: 720px;
	height: 24px;
	margin-bottom: 10px;
	padding: 0px;
	background: url('images/bg_productfilter.jpg') 0px 0px repeat-x;
}

	#catalog_ProductsListToolsBar .leftSide {
		width: 30px;
		float: left;
		padding-left: 5px;
		margin-top: 7px;
	}

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

		#catalog_ProductsListToolsBar .leftSide .viewGrid {
			width: 11px;
			height: 8px;
			float: left;
			background: url('images/ico-boxes.jpg') 0px 0px no-repeat;
		}

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

			#catalog_ProductsListToolsBar .leftSide .viewGrid:hover,
			#catalog_ProductsListToolsBar .leftSide .viewList:hover {
				cursor: pointer;
				background-position: 0px 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 0px 0px 0px;
		float: right;

		font-size: 10px;
		font-weight: bold;
		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 {}

	#catalog_ProductsInGrid .separator {}

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

#catalog_ProductsInList {
	border-top:1px solid #e7e7e7;
}

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

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

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

	#catalog_ProductsInList .columnTitle {
		border-bottom: 1px solid #ffffff;
	}

	#catalog_ProductsInList .columnTitle:hover {
		cursor: default;
	}

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

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

	#catalog_ProductsInList .trOdd {
		border-bottom: 1px solid #ffffff;
	}

	#catalog_ProductsInList .trEven {
		border-bottom: 1px solid #ffffff;
	}

	#catalog_ProductsInList .name {
		font-size: 10px;
		color: #000000;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
	}

	#catalog_ProductsInList tr:hover .name {
		color: black;
	}

	#catalog_ProductsInList .manufacturer {
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		color: #ec1b01;
	}

	#catalog_ProductsInList .manufacturer:hover {}

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

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

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

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

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

	#catalog_ProductsInList .viewPrice {}

	#catalog_ProductsInList .stock{}

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

	#catalog_ProductsInList tr:hover .productOrder {
		background: url('images/bg_productorder-hover.gif') 0px 0px no-repeat;
	}


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

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

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

	#catalog_SubCategoriesList .catalog_SubCategory {
		_overflow: hidden; /* IE 6 */
		width: 173px;
		height: 196px;

		float: left;

		background: url('images/bg_catalog_SubCategory.jpg') 0px 0px no-repeat;
		margin-bottom: 7px;
	}

		#catalog_SubCategoriesList .catalog_SubCategoryHover {
			cursor: pointer;
			background-position: bottom;
		}	

	#catalog_SubCategoriesList .catalog_SubCategory .photo {
		width: 150px;
		height: 112px;

		position: relative;
		top: 10px;
		left: 11px;
	}

		#catalog_SubCategoriesList .catalog_SubCategory .photo img {
			width: 150px;
			height: 112px;
		}

	#catalog_SubCategoriesList .catalog_SubCategory h2{
		display: block;
		width: 173px;
		height: 35px;
		padding-top: 12px;

		text-align: center;
		font-size: 12px;

		position: relative;
		top: 20px;
	}
	
		#catalog_SubCategoriesList .catalog_SubCategory h2 a{
			color: #3b3b39;
		}

	#catalog_SubCategoriesList .separator {
		display: block;
		width: 10px;
		height: 1px;

		float: left;
	}

/* Products > Tools
------------------------------------------------------------- */

#catalog_ToolsContainer {
	width: 350px;
	height: 20px;
	padding: 8px 0px 5px 0px;

	margin: 10px 0px 10px 0px;
	border-top: 2px solid #f4f4f4;
	border-bottom: 2px solid #f4f4f4;
}

#catalog_Tools {
	float: left;
}	

	#catalog_Tools .btn_sendtofriends,
	#catalog_Tools .btn_print { 
		display: block;
		height: 16px;
		float: left;
		margin: 0 3px;
		text-decoration: none;
		color: white;
		padding: 2px 0px 0px 31px;
		font-size: 11px;
	}

	.en #catalog_Tools .btn_sendtofriends { 
		background: url('images/en/btn_sendtofriends.gif') bottom no-repeat;
		width: 83px;
	}

	.en #catalog_Tools .btn_print { 
		background: url('images/en/btn_print.gif') bottom no-repeat;
		width: 42px;
	}
	
	.fr #catalog_Tools .btn_sendtofriends { 
		background: url('images/fr/btn_sendtofriends.gif') bottom no-repeat;
		width: 98px;
	}

	.fr #catalog_Tools .btn_print { 
		background: url('images/fr/btn_print.gif') bottom no-repeat;
		width: 52px;
	}

	#catalog_Tools .btn_sendtofriends:hover,
	#catalog_Tools .btn_print:hover { 
		background-position: 0 top;
	}

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

#catalog_ViewProductsNavigation {
	display: none;
}

	#catalog_ViewProductsNavigation .btn_previous,
	#catalog_ViewProductsNavigation .btn_next {}

	#catalog_ViewProductsNavigation .btn_previous {}
	#catalog_ViewProductsNavigation .productNumber {}
	#catalog_ViewProductsNavigation .btn_next {}

	#catalog_ViewProductsNavigation .btn_return {}

	#catalog_ViewProductsNavigation .btn_previous:hover,
	#catalog_ViewProductsNavigation .productNumber:hover,
	#catalog_ViewProductsNavigation .btn_next:hover,
	#catalog_ViewProductsNavigation .btn_return:hover {}

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

#catalog_ProductView {}

	#catalog_ProductView .breadcrumbView {
		width: 600px;
		float: left;
	}

	#catalog_ProductView .reference {
		width: 280px;
		
		text-align: right;

		position: relative;
		top: 20px;
		left: 440px;

		margin-top: -20px;
	}

	#catalog_ProductView h1 {
		width: 720px;
		height: 24px;
		margin-bottom: 10px;
		padding: 0px;
		background: url('images/bg_productfilter.jpg') 0px 0px repeat-x;
	}
		
		#catalog_ProductView h1 small {
			font-weight: normal;
			font-size: 14px;
		}
		
		#catalog_ProductView h1 .productName {}

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

	#catalog_ProductView .leftSide {
		width: 350px;
		float: left;
		margin-right: 10px;
	}

		#catalog_ProductView .shadow {
			display: block;
			width: 350px;
			height: 18px;
			background: url('images/bg_view_shadow.jpg') 0px 0px no-repeat;	
		}
		
		#catalog_ProductView .leftSide .starFlash {
			display: none;
			width: 43px;
			height: 28px;
			padding-top: 15px;	
			background: url('images/bg_starflash.gif') 0px 0px no-repeat;			

			position: absolute;
			margin: -5px 0px 0px 200px;
			
			font-size: 9px;			
			color: #ffffff;
			text-align: center;
		}

		#catalog_ProductView .leftSide .photo {
			width: 350px;
			height: 300px;

			text-align: center;
			background-color: white;
		}

			#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: #e32002; }

		#catalog_ProductView .leftSide .smallPhotos {
			width: 350px;			 			
		}

			#catalog_ProductView .leftSide .smallPhotos .smallPhotosItem IMG{
				border:1px solid red;
				height:50px;
			}

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

	#catalog_ProductRatingBox {
		display: none;
	}

	#catalog_ProductView .rightSide {
		width: 360px;
		float: right;
	}

		#catalog_ProductView .rightSide .description {
			margin-bottom: 15px;
		}

		#catalog_ProductView .rightSide .description p{
			 margin-top:0px;
		}			 

		#catalog_ProductView .rightSide .description h2{
			 margin-bottom:0px;
		}

		#catalog_ProductView .rightSide .description table td{
			background-color:white;
			border-bottom:1px solid silver;
			padding:3px;
			font-size:9px;
		}

		#catalog_ProductView .rightSide .description table th{
			text-align:center;
			font-weight:normal;
			background-color:#4E4D4B;
			color:white;
			font-size:10px;
		}

		/*--- productChoiceContainer --*/
		#productChoiceContainer {
			margin-top: 10px;
			padding: 10px;
			background: url('images/bg_productchoicecontainer.jpg') 0 0 no-repeat;
		}

			#productChoiceContainer .variationColor {}

				#productChoiceContainer .variationColor a {
					width: 28px;
					height: 28px;
					margin: 0 10px 10px 0;
					float: left;
					border-top: 1px solid #c3c3c3;
					border-left:  1px solid #c3c3c3;
					border-right: 1px solid  #e7e7e7;
					border-bottom: 1px solid  #e7e7e7;
					cursor: pointer;
				}

				#productChoiceContainer .variationColor a:hover {
					border: 1px solid #e32002;
				}
								
				#productChoiceContainer .variationColor .color {					
					display:block;
				}

				#productChoiceContainer .variationColor .activeColor{
					border: 1px solid #e32002;
					cursor: default;
				}

			#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 --*/
		
		/*--- productOrderContainer --*/
		#productOrderContainer {
			display: none;
		}

			#productOrderContainer .priceContainer {}

				#productOrderContainer .priceContainer .priceInfo {}

				#productOrderContainer .priceContainer .price {}

				#productOrderContainer .priceContainer small {}

			#productOrderContainer .flashSaleContainer {}

				#productOrderContainer .flashSaleContainer .flashSale {}

			#productOrderContainer .deliveryQuantityContainer {}

				#productOrderContainer .deliveryQuantityContainer .stockDelivery {}

					#productOrderContainer .deliveryQuantityContainer .stockDelivery small {}

				#productOrderContainer .deliveryQuantityContainer .quantity {}

					#productOrderContainer .deliveryQuantityContainer .quantity input {}
		/*--- /productOrderContainer --*/
		
		/*--- productGrarantyContainer --*/
		#productGrarantyContainer {
			margin-top: 10px;
			padding: 10px;
			background: url('images/bg_productchoicecontainer.jpg') 0 0 no-repeat;

			font-size: 11px;
		}

			#productGrarantyContainer h2 {
				padding: 0;
				margin: 0;

				font-size: 12px;
				text-transform: none;
			}

			#productGrarantyContainer a {
				float: right;

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

				color: #999999;
			}
		/*--- /productGrarantyContainer --*/
		
		/*--- productBottomContainer --*/
			#productBottomContainer,
			#productBottomContainer-important {	
				width: 354px;
				height: 5px;
				margin: 0;
				padding: 0;

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

				font-size: 0px;
			}

			#productBottomContainer { background: url('images/bg_productbottomontainer.jpg') 0 0 no-repeat; }
			#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: 27px;
			float: right;
			padding: 7px 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_addToShoppingCart:hover {
			filter : alpha(opacity=80);
			-moz-opacity : 0.8;
			opacity : 0.8; 
		}

		#catalog_ProductView .rightSide .btn_addToMyWishList {
			float: right;

			font-size: 11px;
		}
		/*--- 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 --*/

		/*--- tabs --*/

		#tabProductsTop {}

			#tabProductsTop ul {
				display: none;
			}


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

#catalog_ProductTemplates {
	font-size: 11px;
	border-top: 2px solid #e32002;
	border-left: 2px solid #f4f4f4;
	border-right: 2px solid #f4f4f4;
	border-bottom: 2px solid #f4f4f4;
}

	#catalog_ProductTemplates h2 {
		display: none;
	}

	#catalog_ProductTemplates .productTemplates {
		background-color: #ffffff;
		border-right: 1px solid #e7e7e7;
		border-bottom: 1px solid #e7e7e7;
		border-left: 1px solid #e7e7e7;
	}

	#catalog_ProductTemplates .productTemplates th {
		padding: 3px 10px;
		background-color: white;

		text-align: left;
	}

	#catalog_ProductTemplates .productTemplates tr {
		background-color: #e8e7e7;
	}

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

		text-align: left;
	}

	#catalog_ProductTemplates .productTemplates a {
		color: #000000;
	}

	#catalog_ProductTemplates .productTemplates .odd {
		background-color: #f5f5f5;
	}

	#catalog_ProductTemplates .productTemplates .even {
		background-color: #ffffff;
	}

	#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 Items
------------------------------------------------------------- */

#catalog_ProductItems {
	/*border-top: 5px solid #e32002;*/
}

	#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: #e32002;
		}

		#catalog_ProductItems small {
			color: #999999;
		}

		#catalog_ProductItems .priceOff {
		}

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

	/*#catalog_ProductItems .infoDegressif {
		padding: 5px;
		border: 1px solid #3bbdcb;
		background-color: #ffffff;

		position: absolute;
		margin-top: -30px;
		margin-left: -150px;
	}

		#catalog_ProductItems .infoDegressif .tabDegressif {
			width: 200px;
			margin-top: 10px;
			background-color: #ffffff;	
		}
	
		#catalog_ProductItems .infoDegressif .tabDegressif td {
			padding-top: 0px;
			background-color: #ffffff;
		}

		#catalog_ProductItems .infoDegressif .tabDegressif th {
			padding-top: 0px;
			background-color: #f3f3f3;

			color: #3bbdcb;
		}

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

.catalog_ProductsAssociations {
	margin-top: 10px;
}

	.catalog_ProductsAssociations h1 {
		display: none;
	}

/* 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 #f6f6f6;

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

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


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

#productReviews {}

	#productReviews h1 {
		display: none;
	}

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

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

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

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

				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: 500px;

	position: relative;
	top: 0px;
}

#catalog_ListLegend {
	display: none;
}

/*#catalog_ProductRating*/
/*#catalog_ProductTemplates*/
#catalog_ProductDescription,
#catalog_ProductDocuments {
	padding: 10px;
	background-color: #f4f4f4;
}

#catalog_Accessories,
#catalog_CrossSellings,
#catalog_ProductsSubstitutions {}
	
	#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;
	}