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

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

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

	zoom: 1;

	_overflow: hidden; /* IE6 */
}

.nl .catalog_productSmall {
	background: url('images/nl/bg_catalog_productSmall.jpg') 0px 0px no-repeat;
}

.en .catalog_productSmall {
	background: url('images/en/bg_catalog_productSmall.jpg') 0px 0px no-repeat;
}

	.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: 172px;
		height: 86px;

		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: #8d8d8d;
			letter-spacing: auto;
			line-height: auto;

			/*display: block;
			height: 56px;
			overflow: hidden;*/
		}

		.catalog_productSmall .productdetail {
			display: none;
		}

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

			position: relative;
			top: -15px;
			margin-bottom: -15px;
			left: 185px;
		}

		.nl .catalog_productSmallHover .productdetail {
			background: url('images/nl/bg_productsmall-productdetail.jpg') bottom no-repeat #f1f1f1;
		}

		.en .catalog_productSmallHover .productdetail {
			background: url('images/en/bg_productsmall-productdetail.jpg') bottom no-repeat #f1f1f1;
		}

		.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: 11px;
		height: 1px;
		float: left;
	}

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

#catalog_ControlCategoriesInTopMenu {
}

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

#catalog_ControlCategoriesList {}

#services-categories #catalog_ControlCategoriesList {margin: 3px 0 0 0;}

	#catalog_ControlCategoriesList H1{
		display:none;
	}
	
	#catalog_ControlCategoriesList .children {}
		#catalog_ControlCategoriesList .children a {
			display: block;
			height: 13px;
			padding: 3px 5px 3px 20px;
			text-align: left;
			color: white;
			font-size: 11px;
			text-transform: uppercase;
			
			margin: 1px 0px 0px 0px;
			background: url('images/bg_children_a.jpg') top no-repeat;
			color: #4a4a4a;
			text-shadow: white 0px 1px 0px;
		}

			#catalog_ControlCategoriesList .children .active {
				background-image: none;
				font-weight: bold;
				background-color: white;
			}

	#catalog_ControlCategoriesList .subChildren {
	}
		#catalog_ControlCategoriesList .subChildren a{
			background: url('images/bg_subchildren_a.jpg') top no-repeat;
			text-transform: none;
			color: #7c7c7c;
		}

			#catalog_ControlCategoriesList .subChildren .active {
				background-image: none;
				background-color: white;
				font-weight: bold;
				text-decoration: underline;
			}
		
	#catalog_ControlCategoriesList .subSubChildren {
	}
		#catalog_ControlCategoriesList .subSubChildren a {
			height: 11px;

			background-color: white;
			background-image: none;
			border-top: 1px solid #ededed;
			border-bottom: 1px solid #ededed;
			color: #7b7b7b;
		}

		#catalog_ControlCategoriesList .subSubChildren .active {
			font-weight: bold;
			text-decoration: underline;
		}

/* 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: 207px;
	height: 150px;
	margin: 17px 0 0 0;
	float: left;
	border: 1px solid #e7e7e7;

	zoom: 1; /* Should be IE only */
}

/*-----*/

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

#catalog_ControlProductInHome li { 
	width: 207px;
	height: 150px;
	overflow: hidden;
}

/*-----*/

	#catalog_ControlProductInHome h1 {
		display: none;
	}

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

	#catalog_ControlProductInHome .starFlash {
		display: none;
	}

	#catalog_ControlProductInHome .photo {
		width: 207px;
		height: 150px;
		font-size: 0;
	}

		#catalog_ControlProductInHome .photo img {
		}

	#catalog_ControlProductInHome .data {
		display: none;
	}

	#catalog_ControlProductInHome .data h2 {
		display: none;
	}
	
	#catalog_ControlProductInHome .data a {
		display: none;
	}

		#catalog_ControlProductInHome .description {
			display: none;
		}

		#catalog_ControlProductInHome .prices {display: none;}

			#catalog_ControlProductInHome .prices .priceFrom {}
			#catalog_ControlProductInHome .prices .priceMin {}
			#catalog_ControlProductInHome .prices .priceOff {}

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

#catalog_ControlProductsOurFilter {
	border-bottom: 10px solid #fff;
}

	#catalog_ControlProductsOurFilter h1 {
		width: 171px;
		height: 20px;
		margin: 0;
		padding: 4px 0 8px 10px;
		border: 0 solid #eaeaea;
		background-color: #181818;
		background-image: none;

		font-size: 18px;
		color: #fff;
		font-weight: normal;
		text-transform: uppercase;
		text-decoration: none;
	}

	#catalog_ControlProductsOurFilter .filter {
	}

	#catalog_ControlProductsOurFilter a {
		display: block;
		padding: 5px 10px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #bfbfbf;		
		
		font-size: 10px;
		color: #000;
		font-weight: bold;
		text-decoration: none;
    }

	#catalog_ControlProductsOurFilter a:hover {
		border-top: 1px solid #ea3599;
		border-bottom: 1px solid #b70266;
		background-color: #fe000b;

		color: #fff;
	}

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

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

	#catalog_ControlProductsOurFilter .deleteFilter {
		padding: 0 10px;
		border-top: 1px solid #ea3599;
		border-bottom: 1px solid #b70266;
		background-color: #fe000b;
		
		font-size: 11px;
		color: #fff;
	}

	#catalog_ControlProductsOurFilter .deleteFilter:hover {
		border-top: 1px solid #ff3b33;
		border-bottom: 1px solid #cc0800;
		background-color: #ff0a00;

		color: #fff;
	}

#catalog_ControlProductsFilter {
}

	#catalog_ControlProductsFilter h1 {
		width: 171px;
		height: 20px;
		margin: 0;
		padding: 4px 0 8px 10px;
		border: 0 solid #eaeaea;
		background-color: #181818;
		background-image: none;

		font-size: 18px;
		color: #fff;
		font-weight: normal;
		text-transform: uppercase;
		text-decoration: none;
    }

	#catalog_ControlProductsFilter .filter {
    }

	#catalog_ControlProductsFilter h2 {
		padding: 5px 10px 0;
		margin: 0;
		border-top: 1px solid #fff;

		font-size: 11px;
		color: #000;
		font-weight: bold;
		text-transform: uppercase;
    }

	#catalog_ControlProductsFilter .input {
    }
	
	#catalog_ControlProductsFilter a {
		display: block;
		padding: 5px 10px 5px 16px;
		border-bottom: 1px solid #bfbfbf;
		background: url('images/puce-filter-a.gif') 10px 11px no-repeat;
		
		font-size: 10px;
		color: #444444;
		font-weight: bold;
		text-decoration: none;
    }

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

		color: #fff;
	}

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

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

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

#catalog_ControlProductsSearch {
	padding: 10px;
	background-color: #181818;
	
	color: #fff;
}

	#catalog_ControlProductsSearch h2 {
		display: none;
	}

	#catalog_ControlProductsSearch input {
		height: 14px;
		float: left;
		margin: 0;
		padding: 3px 0px 0px 7px;
		border: 0 solid #fff;
		background: url('images/bg_input-search.gif') 0 0 no-repeat;

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

	#catalog_ControlProductsSearch .btn {
		width: 20px;
		height: 20px;
		float: right;
		margin: 0;
		padding: 0;
		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 {
	background: url('images/bg_radiant_grey0.gif') 0 0 repeat-x;
}

	#catalog_ControlBestSales h1 {
		width: 171px;
		height: 20px;
		margin: 0;
		padding: 6px 0 0 10px;
		border: 0 solid #fff;
		background: url('images/bg_h1_bestsales.gif') 0 0 no-repeat;

		font-size: 11px;
		color: #fff;
		font-weight: bold;
		letter-spacing: 0;
	}

	#catalog_ControlBestSales a {
		display: block;
		padding: 6px 9px;
		border-top: 1px solid #fff;
		border-right: 1px solid #e7e7e7;
		border-bottom: 1px solid #e7e7e7;
		border-left: 1px solid #e7e7e7;

		font-size: 10px;
		color: #000;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
	}	
		
		#catalog_ControlBestSales a:hover {
			color: #fe000b;
		}

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

#catalog_ControlRecentlyViewedProducts {
	width: 181px;
}

	#catalog_ControlRecentlyViewedProducts h2 {
		width: 171px;
		height: 20px;
		margin: 0;
		padding: 6px 0 0 10px;
		background-color: #fe000b;
		
		font-size: 11px;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 0;
	}
	
	#catalog_ControlRecentlyViewedProducts ul, 
	#catalog_ControlRecentlyViewedProducts li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#catalog_ControlRecentlyViewedProducts li { 
		width: 181px;
		height: 126px;	
		overflow: hidden;
		background-color: #fff;
	}
	
/* Controls > Up Sells Products
-------------------------------------------------------------- */

#catalog_ControlUpSellsProducts {
	width: 181px;
}

	#catalog_ControlUpSellsProducts h2 {
		width: 171px;
		height: 20px;
		margin: 0;
		padding: 6px 0 0 10px;
		background-color: #fe000b;
		
		font-size: 11px;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 0;
	}
	
	#catalog_ControlUpSellsProducts ul, 
	#catalog_ControlUpSellsProducts li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#catalog_ControlUpSellsProducts li { 
		width: 181px;
		height: 126px;	
		overflow: hidden;
		background-color: #fff;
	}
	

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

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

	padding: 7px 5px 0px 30px;
	margin: 0px 0px 4px 0px;
	background: url('images/bg_breadcrumb.jpg') 0px 0px no-repeat;

	font-size: 12px;
	color: #616161;
	text-shadow: white 1px 1px 0px;
}

	#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: block;
	width: 743px;
	height: 24px;
	margin-bottom: 7px;
	padding: 0;
	background: url('images/bg_productfilter.jpg') 0 0 no-repeat;
}

	#catalog_ProductsListToolsBar .leftSide {
		width: 40px;
		float: left;
		padding-left: 5px;
	}

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

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

		#catalog_ProductsListToolsBar .leftSide .viewList {
			width: 20px;
			height: 21px;
			float: left;
			background: url('images/ico-lines.gif') 0 0 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') 0 bottom no-repeat; }
			#catalog_ProductsListToolsBar .leftSide .viewList .active { background:url('images/ico-lines.gif') 0 bottom no-repeat; }

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

		font-size: 10px;
		font-weight: bold;
		text-align: right;
	}

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

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

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

#catalog_ProductsInGrid {
}

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

	#catalog_ProductsInGrid .separator {
	}

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

#catalog_ProductsInList {
}

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

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

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

	#catalog_ProductsInList .columnTitle {
		background-color: #e7e7e7;
	}

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

		#catalog_ProductsInList .columnTitle a {
		}

		#catalog_ProductsInList .columnTitle a:hover {
		}

	#catalog_ProductsInList .trOdd {
		background-color: #fff;
	}

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

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

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

	#catalog_ProductsInList .manufacturer {
		display: none;
	}

	#catalog_ProductsInList .manufacturer:hover {
	}

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

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

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

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

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

	#catalog_ProductsInList .viewPrice {
	}

	#catalog_ProductsInList .stock{
	}

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

		text-align: center;
		font-size: 10px;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
	}

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

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

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

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

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

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

#catalog_SubCategoriesList {
}

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

	#catalog_SubCategoriesList .catalog_SubCategory {
		_overflow: hidden; /* IE 6 */
		/*width: 178px;*/
		width: 241px;
		height: 222px;

		float: left;
		
		border-top: 1px solid #e5e5e5;
		background: url('images/fr/bg_catalog_SubCategory.jpg') 0px 0px no-repeat;
		margin-bottom: 7px;
	}

	.nl #catalog_SubCategoriesList .catalog_SubCategory {
		_overflow: hidden; /* IE 6 */
		/*width: 178px;*/
		width: 241px;
		height: 222px;

		float: left;
		
		border-top: 1px solid #e5e5e5;
		background: url('images/nl/bg_catalog_SubCategory.jpg') 0px 0px no-repeat;
		margin-bottom: 7px;
	}

	.en #catalog_SubCategoriesList .catalog_SubCategory {
		_overflow: hidden; /* IE 6 */
		/*width: 178px;*/
		width: 241px;
		height: 222px;

		float: left;
		
		border-top: 1px solid #e5e5e5;
		background: url('images/en/bg_catalog_SubCategory.jpg') 0px 0px no-repeat;
		margin-bottom: 7px;
	}

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

	#catalog_SubCategoriesList .catalog_SubCategory .photo {
		width: 213px;
		height: 138px;

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

		#catalog_SubCategoriesList .catalog_SubCategory .photo img {
			width: 213px;
			height: 138px;
		}

	#catalog_SubCategoriesList .catalog_SubCategory h2{
		display: block;
		width: 236px;
		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 {
	display: none;
}

#catalog_BreadCrumb .productName {
}

#catalog_Tools {
	float: right;
	position: relative;
	top: -24px;
	margin-bottom: -13px;
}	

	#catalog_Tools .btn_sendtofriends,
	#catalog_Tools .btn_print { 
		display: block;
		width: 13px;
		height: 13px;
		float: left;
		margin: 0 3px;

		position: relative;
		z-index: 4;
	}

	#catalog_Tools .btn_sendtofriends { background: url('images/btn_sendtofriends.gif') 0 0 no-repeat; }
	#catalog_Tools .btn_print { background: url('images/btn_print.gif') 0 0 no-repeat; }
	
	#catalog_Tools .btn_sendtofriends:hover,
	#catalog_Tools .btn_print:hover { 
		background-position: 0 bottom;
	}

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

#catalog_ViewProductsNavigation {
	float: right;

	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: #fff;
		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 .productName {
		font-weight: bold;
	}
		#catalog_ProductView h1 .manufacturer {
			font-size: 14px;
			font-weight: bold;
		}

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

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

		font-size: 11px;
		color: #4d4d4d;
		border-bottom: 1px solid #e7e7e7;
		padding-bottom: 5px;
	}

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

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

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

		border-bottom: 1px solid #e7e7e7;
		padding-bottom: 5px;
	}

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

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

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

		#catalog_ProductView .leftSide .photo {
			width: 350px;
			height: 300px;
			border: 2px 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') 0 0 no-repeat; }
			#catalog_ProductView .leftSide .photo .moreImg { float: right; background: url('images/bg_moreimg.gif') 0 0 no-repeat; }

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

		#catalog_ProductView .leftSide #catalog_ProductItemSmallPhotos {
			width: 352px;
			margin: 10px 0;
		}
		
			#catalog_ProductView .leftSide #catalog_ProductItemSmallPhotos ul,
			#catalog_ProductView .leftSide #catalog_ProductItemSmallPhotos li {
				margin: 0;
				padding: 0;
				list-style: none;
			}
			
			#catalog_ProductView .leftSide #catalog_ProductItemSmallPhotos li {
				width: 49px;
				height: 49px;
				float: left;
				margin: 0 5px 5px 0;
				border: 2px solid #e7e7e7;
			}
			
			#catalog_ProductView .leftSide #catalog_ProductItemSmallPhotos img {
				max-width: 50px;
				max-height: 50px;
			}

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

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

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

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

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

			#productChoiceContainer .size {
				font-size: 11px;
			}

				#productChoiceContainer .size {
					width: 250px;
					float: left;
				}

				#productChoiceContainer .size input {
					width: 150px;
					border-top: 1px solid #c3c3c3;
					border-left:  1px solid #c3c3c3;
					border-right: 1px solid  #e7e7e7;
					border-bottom: 1px solid  #e7e7e7;
				}

			#productChoiceContainer .fieldLink {
				float: right;

				color: #999999;
				font-size: 11px;
			}
		/*--- /productChoiceContainer --*/
		
		/*--- productOrderContainer --*/
		#productOrderContainer {
			display: none;
			width: 354px;
			margin-top: 10px;
		}

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

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

					font-size: 10px;
				}

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

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

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

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

				#productOrderContainer .flashSaleContainer .flashSale {
					font-size: 10px;
				}

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

				#productOrderContainer .deliveryQuantityContainer .stockDelivery {
					width: 237px;
					height: 19px;
					float: left;
					padding: 7px 0 0 10px;
					
					font-size: 10px;
				}

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

				#productOrderContainer .deliveryQuantityContainer .quantity {
					width: 87px;
					height: 21px;
					float: left;
					padding: 5px 10px 0 10px;

					text-align: right;
				}

					#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 --*/
		
		/*--- btn_addTo --*/
		.btn_addToShoppingCart {
			display: none;
			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: #fff;
			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 --*/


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

#catalog_ProductTemplates {
	font-size: 11px;
	border-top: 5px solid #fe000b;
}

	#catalog_ProductTemplates h2 {
		display: none;
	}

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

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

		text-align: left;
	}

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

		text-align: left;
	}

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

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

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

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

		color: #3dc1d0;
	}

/* 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: #000;
		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;
		}

		.btnAddToWishList {
			display: none;
			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: 0;
			 font-size: 20px;
			 color: #fe000b;
		}

		#catalog_ProductItems small {
			color: #999999;
		}

		#catalog_ProductItems .priceOff {
		}

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

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

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

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

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

			color: #3bbdcb;
		}

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

#catalog_ProductsAssociations {
}

	#catalog_ProductsAssociations h1 {
		display: none;
	}

	#catalog_ProductsAssociations .borders{
	}

	#catalog_ProductsAssociations .separator {
	}

/* 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 #e5e5e5;
		color: #575757;
		text-shadow: white 1px 1px 0px;
		font-size: 12px;

		text-decoration: none;
	}

	#catalog_ProductDocuments a:hover { 
		background-color: #fe000b; 
		text-shadow: #920002 -1px -1px 0px;	
		color: #fff;
	}

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

#productReviews {
}

	#productReviews h1 {
		display: none;
	}

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

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

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

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

				font-size: 10px;
			}

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

	#productReviews .reviews {}

	#productReviews .reviews table {}

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


/* Products > Misc
-------------------------------------------------------------- */
	
#catalog_SendToFriendsPanel {
	background-color: #fff;
}

	#catalog_SendToFriendsPanel input[type='checkbox'] {
		float: left;
	}

	#catalog_SendToFriendsPanel label{
		float: left;
		margin-left: 5px;
		margin-top: 2px;
	}

#catalog_ListLegend {
	display: none;
	padding: 5px 0;
	border-bottom: 1px solid #e7e7e7;

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

#catalog_ProductDescription,
#catalog_ProductDocuments {
	padding: 10px;
	border: 2px solid #e7e7e7;
}

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