﻿
/* catalog_ControlProductsInHome
-------------------------------------------------------------- */

#catalog_ControlProductsInHome {}

	#catalog_ControlProductsInHome h2 {
		display: none;
	}

	#catalog_ControlProductsInHome .separator {
		width: 1px;
		height: 390px;
		float: left;

		margin: 0px 5px 0px 5px;

		background-color: #e8e8e8;
	}

	#catalog_ControlProductsInHome .btnSeeAll {
		display: none;
	}

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

.catalog_productSmall {
	width: 150px;
	height: 385px;

	float: left;
	padding: 5px;
	
	margin: 0px 0px 10px 0px;
	zoom:1; /* Should be IE only */
}
	
	/* rollover style for clickable element */
	.catalog_productSmallHover {
		cursor: pointer;
	}

	.catalog_productSmall .starFlash {
		width: 150px;
		height: 10px;
		display: block;
		background-color: #d90118;

		position: relative;
		top: 156px;
		margin-bottom: -14px;
		
		font-size: 11px;
		font-weight: bold;
		color: #fff;

		text-align: center;
	}

	.catalog_productSmall .photo {
		width: 150px;
		height: 105px;

		font-size: 0;
	}

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


		.catalog_productSmall .stock {
			font-size: 10px;
			float: left;
		}

			.catalog_productSmall .stock .qtyInStock {
				padding: 0 0 0 23px;
				background: url('images/ico_stock.gif') 0 0 no-repeat;
				display: inline-block;
				height: 15px;
			}

			.catalog_productSmall .data  .stock img {}

		.catalog_productSmall .data  {
			width: 150px;
			height: 52px;
			font-size: 12px;
			color: black;
			font-weight: bold;

			margin: 5px 0px 5px 0px;
			padding: 0px 0px 2px 0px;

			overflow: hidden;
			border-bottom: 1px dotted #e7e7e7;
		}
			.catalog_productSmall .data a {
				color: #000;
				text-decoration: none;
			}

		.catalog_productSmall .data .manufacturer {
			color: #707173;
		}

		.catalog_productSmall .model {
			display: block;
			color: #979797;
			font-size: 11px;

			height: 40px;

			overflow: hidden;
		}

		.catalog_productSmall .description {
			display: block;
			color: #6d6d6d;
			font-size: 11px;

			height: 120px;

			overflow: hidden;
		}

		.catalog_productSmall .prices {
			width: 95px;

			margin: 10px 0px 0px 0px;
			float: left;
		}

			.catalog_productSmall .prices .priceFrom {
				font-size: 10px;
				color: #707173;
			}

			.catalog_productSmall .prices .priceMin {
				display: block;

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

			.catalog_productSmall .prices .priceOff {
				display: block;
				float: left;
				margin: 0 10px 0 0;

				font-size: 10px;
				color: #707173;
				background: url('images/bg_priceOff.jpg') 0px 7px repeat-x;
			}		
		
		.catalog_productSmall .productOrder {
			width: 47px;
			height: 19px;
			float: right;
			color: white;
			text-shadow: #54000a 0px -1px 1px;
			text-align: center;

			margin: 12px 0px 0px 0px;
			padding: 3px 0px 0px 0px;
			background: url('images/bg_productOrder.jpg') 0 0 no-repeat;
		}

			.catalog_productSmallHover .productOrder {
				text-shadow: #1e1e1e 0px -1px 1px;
				background: url('images/bg_productOrder.jpg') bottom no-repeat;
			}

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

#catalog_ControlCategoriesInTopMenu {}

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

#catalog_ControlCategoriesList {
	width: 210px;
	background: url('images/bg_controlCategories.jpg') 0 0 repeat-x #242424;

	padding: 15px 25px;
}

	#catalog_ControlCategoriesList h1 {
		display: none;
	}

	#catalog_ControlCategoriesList a {
		display: block;

		text-decoration: none;
		color: white;
		font-size: 11px;

		margin: 0px 0px 5px 0px;
	}

		#catalog_ControlCategoriesList a:hover {
			background: #f9f9f9;
			color: black;

			padding: 0px 5px;
		}

		#catalog_ControlCategoriesList a:hover .name {
			width: 150px;
		}

	#catalog_ControlCategoriesList a .name {
		float: left;
		white-space: nowrap;

		margin: 0px;
		padding: 0px;
		width: 160px;
		white-space: normal;
}

	#catalog_ControlCategoriesList a .acc_count{
		float: right;
		color: #969696;
		white-space: nowrap;

		margin: 0px;
		padding: 0px;
	}

		#catalog_ControlCategoriesList .subChilds a .acc_count {
			font-style: normal;
		}
		
	#catalog_ControlCategoriesList a:hover .acc_count {
	}

	#catalog_ControlCategoriesList .childs {
		margin: 0px 0px 5px 0px;
	}

	#catalog_ControlCategoriesList .childs a {
		padding: 1px 0px 1px 10px;
		margin: 0px 0px 0px 0px;
		color: #cecece;
		border-bottom: 1px solid #505050;

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

	#catalog_ControlCategoriesList .childs a .name {
		width: 155px;
	}

		#catalog_ControlCategoriesList .childs a:hover {
			color: black;
			background-color: white;
		}

	#catalog_ControlCategoriesList .subChilds {}

			#catalog_ControlCategoriesList .subChilds a {
				padding: 1px 0px 1px 17px;
				margin: 0px 0px 0px 0px;
				color: #777777;
				border-bottom: 1px solid #505050;
				font-style: italic;

				background: url('images/catalog_ControlCategoriesList_subchilds_a.jpg') 8px 6px no-repeat;
			}

				#catalog_ControlCategoriesList .subChilds a .name {
					width: 145px;
				}

/* 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_ControlProductsCarrousel {
	width: 298px;
	height: 148px;
	float: left;
	border: 1px solid #e7e7e7;
	background: url('images/bg_productinhome.gif') 0 0 repeat-y;

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

/*-----*/

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

#catalog_ControlProductsCarrousel li { 
	width: 298px;
	height: 148px;
	overflow: hidden;
}

/*-----*/

	#catalog_ControlProductsCarrousel h1 {
		display: block;
		width: 184px;
		height: 28px;
		font-size: 18px;
		color: #fff;
		padding: 4px 0 0 16px;
		margin: 0;
		font-weight: normal;
		text-transform: uppercase;
		border-bottom: 0 solid #fff;
		background-color: #181818;
		background-image: none;

		position: relative;
		top: 98px;
		margin-bottom: -32px;
		left: 99px;
	}

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

	#catalog_ControlProductsCarrousel .starFlash {
		width: 200px;
		height: 14px;
		display: block;
		float: right;
		background-color: #d90118;

		position: relative;
		top: 128px;
		right: -1px;
		margin-bottom: -14px;
		
		font-size: 11px;
		font-weight: bold;
		color: #fff;

		text-align: center;
	}

	#catalog_ControlProductsCarrousel .photo {
		width: 148px;
		height: 144px;
		font-size: 0;
		float: left;
		background-color: #fff;
	}

		#catalog_ControlProductsCarrousel .photo img {
			margin: 4px 0 0 4px;
		}

	#catalog_ControlProductsCarrousel .data {
		width: 130px;
		height: 110px;
		padding: 24px 10px 10px 10px;
		float: left;
		text-align: left;
		font-size: 10px;
		color: #181818;
		background-color: #fafafa;
	}

	#catalog_ControlProductsCarrousel .data h2 {
		font-size: 10px;
		font-weight: bold;
		margin: 0;
	}
	
	#catalog_ControlProductsCarrousel .data a {
		color: #000;
		text-decoration: none;
	}

		#catalog_ControlProductsCarrousel .manufacturer{
			display:block;
			margin: 0 0 5px 0;	
		}
		
		#catalog_ControlProductsCarrousel .description {
			display:none;
		}

		#catalog_ControlProductsCarrousel .prices {}

			#catalog_ControlProductsCarrousel .prices .priceFrom { float: left; color: #54a6d8; }
			#catalog_ControlProductsCarrousel .prices .priceMin { float: left; color: #54a6d8; }
			#catalog_ControlProductsCarrousel .prices .priceOff { float: left; color: #878787; background: url('images/bg_priceOff.jpg') 0px 7px repeat-x; }

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

#catalog_ControlProductsOurFilter {
	margin: 0 0 10px 0;
	background-color: #e8e7e7;
}

	#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: #d90118;

		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: 5px 10px;
		border-top: 1px solid #fff; 
		border-bottom: 1px solid #bfbfbf; 
		background-color: #e8e7e7; 
		
		color: #000;
		font-size: 10px;
	}

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

		color: #fff;
	}

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

#catalog_ControlProductsFilter {
	margin: 0 0 10px 0;
	background-color: #e8e7e7;
	border-bottom: 1px solid #bfbfbf;
}

	#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;
		margin: 0;
		border-top: 1px solid #fff;
		background-color: #d1d1d1;

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

	#catalog_ControlProductsFilter .input {
		width: 165px;
		margin: 5px;
		border-bottom: 1px solid #bfbfbf;
    }
	
	#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: #d90118;

		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 {
	width: 351px;
	height: 28px;

	padding: 6px 0px 0px 0px;
	background: url('images/bg_CatalogProductsSearch.jpg') 0 0 repeat-y #b30015;

	position: relative;
	top: -7px;
	left: 349px;
	z-index: 2;

	margin-bottom: 0px;
	overflow: hidden;
}

	.searchPage #catalog_ControlProductsSearch {
		top: 0px;
	}

	#catalog_ControlProductsSearch .titre {
		color: white;
		float: left;

		margin: 4px 4px 0px 55px;
	}

	#catalog_ControlProductsSearch input {
		height: 12px;
		width: 140px;
		float: left;

		margin: 2px 0px 0px 0px;
		padding: 3px;
		border: 0 solid #fff;

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

	#catalog_ControlProductsSearch .btn {
		width: 35px;
		height: 21px;
		float: left;
		margin: 0px 0px 0px 5px;
		padding: 0px 0px 2px 0px;
		background: url('images/bg_catalog_ControlProductsSearch_btn.jpg') 0 0 no-repeat;

		color: white;
	}

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

	#catalog_ControlProductsSearch .searchInResults {
		display: none;
	}

	#MqPage #catalog_ControlProductsSearch {
		width: 200px;

		left: 490px;
		padding: 6px 0px 0px 10px;
	}

		#MqPage #catalog_ControlProductsSearch .titre {
			display: none;
		}

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

#catalog_ControlBestSales {}

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

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

#catalog_ControlRecentlyViewedProducts {
	width: 179px;

	border: 1px solid #e7e7e7;
}

	#catalog_ControlRecentlyViewedProducts h2 {
		width: 169px;
		height: 20px;
		margin: 0;
		padding: 6px 0 0 10px;
		background-color: #d90118;
		
		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: 179px;
		height: 136px;	
		overflow: hidden;
	}

		#catalog_ControlRecentlyViewedProducts li .photo { 
			width: 179px;
			height: 126px;
			padding: 5px 0;

			text-align: center;
		}

		#catalog_ControlRecentlyViewedProducts li .data,
		#catalog_ControlRecentlyViewedProducts li .stock { 
			display: none;
		}

		#prevBtn_RecentlyViewed,
		#nextBtn_RecentlyViewed {
			display: block;
			width: 10px;
			height: 100px;
			text-indent: -9999px;

			position: relative;
			top: -111px;
		}

		#prevBtn_RecentlyViewed a,
		#nextBtn_RecentlyViewed a {
			display: block;
			width: 10px;
			height: 110px;
		}

		#prevBtn_RecentlyViewed { float: left; background: url('images/previous.gif') 0 0 no-repeat; }
		#nextBtn_RecentlyViewed { float: right; background: url('images/next.gif') 0 0 no-repeat; }
	
/* Controls > Up Sells Products
-------------------------------------------------------------- */

#catalog_ControlUpSellsProducts {
	width: 676px;

	margin-top: 20px;
}

	#catalog_ControlUpSellsProducts .catalog_productSmall {
		padding: 5px 6px 5px 9px;
		border-right: 1px solid #e8e8e8;

		margin: 0px 3px 0px 0px;
	}

	#catalog_ControlUpSellsProducts h2 {display: none;}
	
	#catalog_ControlUpSellsProducts ul, 
	#catalog_ControlUpSellsProducts li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#catalog_ControlUpSellsProducts li { 
		width: 676px;

		overflow: hidden;
		background-color: #fff;
	}

	#catalog_ControlUpSellsProducts .separator {
		width: 1px;
		height: 390px;
		float: left;

		margin: 0px 5px 0px 5px;

		background-color: #e8e8e8;
	}

	#prevBtn_UpSells a, #nextBtn_UpSells a {
		display: block;
		width: 16px;
		height: 16px;
	}

		#prevBtn_UpSells a:hover, #nextBtn_UpSells a:hover {background-position: bottom;}

	#nextBtn_UpSells a {
		background: url('images/btn_next_ol.gif') 0 0 no-repeat; 

		position: absolute;
		margin: -420px 0px 0px 660px;
	}

	#prevBtn_UpSells a {
		background: url('images/btn_prev_ol.gif') 0 0 no-repeat; 

		position: absolute;
		margin: -420px 0px 0px 640px;
	}
	

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

#catalog_BreadCrumb {
	padding: 5px 10px;
	
	font-size: 11px;
	background-color: #f4f4f4;
	color: #4c4c4c;

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

	#catalog_BreadCrumb a {
		font-size: 11px;
		color: #e1272f;
		text-decoration: none;
	}

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

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

#catalog_ProductsListToolsBar {
	width: 676px;
	height: 23px;

	margin-bottom: 7px;
	padding: 0;

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

	#catalog_ProductsListToolsBar .leftSide {
		width: 200px;
		float: left;
		padding-left: 10px;
		padding-top: 1px;
	}

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

	#main #mainRight #catalog_ProductsListToolsBar .rightSide {
		display: block;

		width: 250px;

		padding: 2px 10px 0px 0px;
		float: right;
		text-align: right;
		font-size: 10px;

		overflow: hidden;
	}

		#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 .separator {
		width: 1px;
		height: 390px;
		float: left;

		margin: 0px 5px 0px 5px;

		background-color: #e8e8e8;
	}

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

#catalog_ProductsInList {
}

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

	#catalog_ProductsInList tr:hover {
		cursor: pointer;
	}

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

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

	#catalog_ProductsInList .columnTitle:hover {}

		#catalog_ProductsInList .columnTitle a {
			color: #606060;
			font-weight: bold;
			text-decoration: none;
		}

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

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

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

	#catalog_ProductsInList .name {
		font-size: 12px;
		color: black;
		font-weight: bold;
		text-decoration: none;
	}

	#catalog_ProductsInList tr:hover .name {}

	#catalog_ProductsInList .manufacturer {
		display: block;
		
		color: #707173;
		text-decoration: none;
	}

	#catalog_ProductsInList tr:hover .manufacturer {}

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

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

	#catalog_ProductsInList tr:hover .priceMin {}

	#catalog_ProductsInList .priceOff {
		font-size: 10px;
		color: #a2a2a2;
		background: url('images/bg_priceOff.jpg') 0px 7px repeat-x;
	}

	#catalog_ProductsInList tr:hover .priceOff {}

	#catalog_ProductsInList .viewPrice {}

	#catalog_ProductsInList .stock{}

	#catalog_ProductsInList .productOrder {
		width: 47px;
		height: 19px;
		float: right;
		color: white;
		text-shadow: #54000a 0px -1px 1px;
		text-align: center;
		text-decoration: none;

		margin: 0px 0px 0px 0px;
		padding: 3px 0px 0px 0px;
		background: url('images/bg_productOrder.jpg') 0 0 no-repeat;
	}

	#catalog_ProductsInList tr:hover .productOrder {background-position: bottom;text-shadow: #1e1e1e 0px -1px 1px;}

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

#catalog_SubCategoriesList {}

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

	#catalog_SubCategoriesList .catalog_SubCategory {
		width: 217px;
		height: 190px;
		float: left;
		margin-bottom: 10px;

		overflow: hidden;
	}

		#catalog_SubCategoriesList .catalog_SubCategoryHover {
			cursor: pointer;
		}	

	#catalog_SubCategoriesList .catalog_SubCategory .photo {
		width: 215px;
		height: 138px;
		border: 1px solid #e1e1e1;

		padding-bottom: 50px;

		overflow: hidden;

		text-align: center;
	}

	#catalog_SubCategoriesList .catalog_SubCategory h2 {
		width: 201px;
		height: 19px;
		display: block;

		margin-left: 8px;
		padding: 3px 0px 0px 0px;

		background: url('images/bg_title_subcategory.png') 0 0 no-repeat;

		font-size: 11px;
		letter-spacing: 0px;

		color: white;
		text-shadow: #54000a 0px -1px 1px;
		text-align: center;

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

		#catalog_SubCategoriesList .catalog_SubCategoryHover h2 {
			background: url('images/bg_title_subcategory.png') bottom no-repeat;
			text-shadow: black 0px -1px 1px;
		}

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

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

#catalog_ToolsContainer {
	width: 200px;

	position: absolute;
	margin-top: -30px;
	margin-bottom: -30px;
	margin-left: 465px;

	padding: 0px 12px 0px 0px;
}

#catalog_Tools {
	float: right;
}

/* 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;position: relative;font-size: 12px;font-weight: normal; }
	#catalog_ViewProductsNavigation .btn_next { background: url('images/btn_next.gif') 0 0 no-repeat; }

	#catalog_ViewProductsNavigation .btn_return { 
		display: block;

		position: relative;
		top: -2px;

		width: 44px;
		height: 14px;
		float: right;
		margin: 0 0 0 3px;
		padding: 0px 0px 2px 0px;
		background: url('images/btn_return.gif') 0 0 no-repeat;

		color: #fff;
		text-decoration: none;
		text-align: center;
		font-size: 10px;
		text-shadow: #54000a 0px -1px 1px;
	}

	#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 {
		padding: 0;
		margin: 0px 0px 5px 0px;

		font-size: 18px;
		text-align: left;
	}
		
		#catalog_ProductView h1 small {
			font-weight: normal;
		}
		
		#catalog_ProductView h1 .reference {}

	.breadcrumbView {
		padding: 5px 10px;
		margin: 0px 0px 12px 0px;
		
		font-size: 11px;
		background-color: #f4f4f4;
		color: #4c4c4c;

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

		.breadcrumbView a { text-decoration: none; }
		.breadcrumbView a:hover { text-decoration: underline; }

	#catalog_ProductView .reference {}

	#catalog_ProductView .reference h2 {
		display: inline;
		font-size: 13px;
		text-transform: none;
	}

	#main #mainRight #catalog_ProductView .leftSide {
		width: 330px;
		float: left;
		overflow: hidden;
	}

		#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: 328px;
			height: 229px;
			border: 1px solid #e7e7e7;

			text-align: center;
			overflow: hidden;
		}

		#catalog_ProductView .leftSide .photo table td {}

			#catalog_ProductView .leftSide .photo a {
				display: block;
				width: 329px;
				height: 229px;
				cursor: url("images/ico_zoom.cur"), pointer;				
			}

			#catalog_ProductView .leftSide .photo .zoom,
			#catalog_ProductView .leftSide .photo .moreImg {
				display: none;
			}

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

		#catalog_ProductView .leftSide #catalog_ProductItemSmallPhotos {
			width: 330px;
			margin: 10px 0 0 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: 108px;
				height: 70px;
				float: left;
				border: 1px solid #e7e7e7;
				overflow: hidden;
			}
			
			#catalog_ProductView .leftSide #catalog_ProductItemSmallPhotos img {
				max-width: 108px;
				max-height: 81px;
			}

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

		#catalog_ProductRatingBox .ratingTitle {
			padding: 15px; 
			color:#676767;
			border: 1px solid #e7e7e7;

			margin-bottom: 10px;
		}

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

		#main #mainRight #catalog_ProductView .rightSide .productName {
			line-height: 20px;
		}


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

		/*--- 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 {
			width: 320px;
			background-color: #f0f0f0;

			padding: 5px;
		}

			#productOrderContainer hr {
				height: 2px;
				background-color: #c4c4c4;
				color: #c4c4c4;

				border-bottom: 1px solid white;

				margin: 10px 0px 10px 0px;
			}

			#productOrderContainer .contour {
				padding: 10px;
				border: 1px solid white;

				background: url('images/bg_contour.jpg') 0 0 repeat-x #e4e4e4;
			}

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

				#productOrderContainer .priceContainer .priceInfo {
					width: 120px;
					float: left;
					padding: 10px 0 0 10px;

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

				#productOrderContainer .priceContainer .price {
					width: 120px;
					height: 35px;
					float: right;
					padding: 2px 10px 0 10px;
					
					font-size: 28px;
					
					color: #e2001a;
					text-shadow: white 2px 2px 0px;
					font-weight: bold;
					text-align: right;
					letter-spacing: -1px;
				}

				#productOrderContainer .priceContainer .priceOff {
					font-size: 10px;
					color: #707173;
					background: url('images/bg_priceOff.jpg') 0px 7px repeat-x;
				}

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

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

			#productOrderContainer .flashSaleContainer {}

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

			#productOrderContainer .deliveryQuantityContainer {}

				#productOrderContainer .deliveryQuantityContainer .stockDelivery {
					width: 150px;
					float: left;
					padding: 0px 0 0 10px;
					
					font-size: 10px;
				}

				#productOrderContainer .deliveryQuantityContainer .stockDelivery .lblStock {				
					background: url('images/ico_stock.gif') 0 0 no-repeat;
					padding: 0 0 0 23px;
					display: inline-block;
					height: 15px;
				}

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

				#productOrderContainer .deliveryQuantityContainer .quantity {
					width: 100px;
					height: 21px;
					float: right;
					padding: 15px 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 --*/
		#catalog_ProductView .rightSide .btn_addToShoppingCart {
			display: block;
			width: 212px;
			height: 26px;
			float: right;
			padding: 8px 0 0 28px;
			margin-top: 8px;
			background: url('images/btn_addtoshoppingcart.jpg') 0 0 no-repeat;

			position: relative;
			right: -2px;

			color: white;
			font-size: 15px;
			text-shadow: #54000a 0px -1px 1px;
			text-align: center;
			text-decoration: none;
		}

		#catalog_ProductView .rightSide .btn_addToShoppingCart:hover {
			filter : alpha(opacity=80);
			-moz-opacity : 0.8;
			opacity : 0.8; 
		}
		
		#catalog_Tools .btn_sendtofriends,
		#catalog_Tools .btn_AddToWishList,
		#catalog_Tools .btn_print { 
			display: block;
			width: 16px;
			height: 16px;
			float: left;
			margin: 0 2px;
		}

		#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_AddToWishList {background: url('images/btn_addToWishList.gif') 0 0 no-repeat;}
		
		#catalog_Tools .btn_sendtofriends:hover,
		#catalog_Tools .btn_AddToWishList:hover,
		#catalog_Tools .btn_print:hover { 
			background-position: 0 bottom;
		}

		/*--- 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: 2px solid #d90118;
}

	#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 {
	float: left;
	width: 480px;
	border: 1px solid #dadada;
}

	#catalog_ProductItems table {}

	#catalog_ProductItems h2 a {
		display: block;
		height: 19px;
		padding: 3px 10px 0 10px;
			
		font-size: 11px;
		text-align: center;
		text-decoration: none;
		white-space: nowrap; /* @ IE 6 */
		outline: 0; /* @ Firefox, prevent dotted border after click */   

		background: url('images/bg_tab_selected.jpg') 0 0 repeat-x;

		color: #575757;
		text-shadow: white 1px 1px 0px;
	}

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

		#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: 0;
			 font-size: 20px;
			 color: #d90118;
		}

		#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 .separator {
		width: 1px;
		height: 241px;
		float: left;

		margin: 0px 5px 0px 5px;

		background-color: #e8e8e8;
	}

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

#catalog_ProductDocuments {
	float: left;
	margin: 0px 0px 0px 0px;

	border: 1px solid #dadada;
}

	#catalog_ProductDocuments h2 {
		display: inline;
	}

	#catalog_ProductDocuments h2 a {
		display: block;
		height: 19px;
		padding: 3px 10px 0 10px;
			
		font-size: 11px;
		text-align: center;
		text-decoration: none;
		white-space: nowrap; /* @ IE 6 */
		outline: 0; /* @ Firefox, prevent dotted border after click */   

		background: url('images/bg_tab_selected.jpg') 0 0 repeat-x;

		color: #575757;
		text-shadow: white 1px 1px 0px;
	}

		#catalog_ProductDocuments h2 a:hover {
			color: #575757;
		}

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

		text-decoration: none;
	}

	#catalog_ProductDocuments a:hover { 
		background-color: #d90118; 
		
		color: #fff;
	}

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

#productReviews {
	display: block;
}

	#productReviews h1 {
		display: none;
	}

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

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

		#productReviews .reviewsFilter .leftSide3 {
			display: block;
			width: 550px;
			float: left;
		}

			#productReviews .reviewsFilter .leftSide3 .input {
				border: 1px solid #d90118;
				font-size: 10px;
			}

		#productReviews .reviewsFilter .rightSide3 {
			display: block;
			width: 100px;

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

	#productReviews .reviews {}

	#productReviews .reviews table {}

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

	#productReviews .productReviews {}

		#productReviews .productReviews {
			margin: 10px 0px;
			padding: 10px;
		}

		#productReviews .productReviews .productReviewsItem {
			margin: 0px 0px 10px 0px;
		}

		#productReviews .productReviews .number {
			display: none;
		}

		#productReviews .productReviews .data {
			padding: 10px;
			background-color: #efefef;

			color: #5f5f5f;
		}

		#productReviews .productReviews .data b {
			color: #160f09;
		}

		#productReviews .productReviews .author {
			display: block;
			padding: 4px 0 0 30px;
			background: url('images/bg_author.gif') 0 0 no-repeat;

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

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

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

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

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

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

#catalog_ProductDescription,
#catalog_ProductDescriptionShort,
#catalog_ProductDocuments .documents {
	padding: 5px;
	background-color: #f0f0f0;
}

#catalog_ProductDescription .contour,
#catalog_ProductDescriptionShort .contour,
#catalog_ProductDocuments .contour {
	padding: 10px;
	border: 1px solid white;

	background: url('images/bg_contour.jpg') 0 0 repeat-x #e4e4e4;
}

	#catalog_ProductDocuments .documents {
		display: block;
		width: 666px;
	}

#catalog_ProductRating {
	border: 1px solid #dadada;
	margin-bottom:10px;
}

#catalog_CrossSellings, #catalog_Upsells {
	float: left;
	width: 676px;
	border-top: 1px solid #e8e8e8;
}

	#catalog_CrossSellings h2 {
		display: inline;
	}

	#catalog_CrossSellings h2 a, #catalog_Upsells h2 a {
		display: block;
		height: 19px;
		padding: 3px 10px 0 10px;
			
		font-size: 11px;
		text-align: center;
		text-decoration: none;
		white-space: nowrap; /* @ IE 6 */
		outline: 0; /* @ Firefox, prevent dotted border after click */   

		background: url('images/bg_tab_selected.jpg') 0 0 repeat-x;

		color: #575757;
		text-shadow: white 1px 1px 0px;
	}

#catalog_Accessories,
#catalog_ProductsSubstitutions {
	float: left;
	border: 1px solid #dadada;
	width: 676px;
}

#catalog_Accessories h2 a,
#catalog_ProductsSubstitutions h2 a {
	display: block;
	height: 19px;
	padding: 3px 10px 0 10px;
		
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; /* @ IE 6 */
	outline: 0; /* @ Firefox, prevent dotted border after click */   

	background: url('images/bg_tab_selected.jpg') 0 0 repeat-x;

	color: #575757;
	text-shadow: white 1px 1px 0px;
}
	
	#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;
	}

.catalog_ProductsMixForShoppingCart {}

	.catalog_ProductsMixForShoppingCart .catalog_productSmall {
		margin: 0px;
		background-color: white;
	}

	.catalog_ProductsMixForShoppingCart .separator {
		width: 1px;
		height: 241px;
		float: left;

		margin: 0px 5px 0px 5px;

		background-color: #e8e8e8;
	}

/* catalog MqSearch
-------------------------------------------------------------- */

#catalog_ControlMQSearch {}

	#catalog_ControlMQSearch {}

	#MqHome #catalog_ControlMQSearch {
		position: absolute;
		margin: -75px 0px 0px 0px;
		z-index: 2;

		display: block;

		width: 310px;
		height: 82px;

		padding: 10px 20px;

		background: url('images/bg_catalog_ControlMQSearch_home.jpg') 0 0 repeat-x #b60015;
	}

		#MqHome #catalog_ControlMQSearch h1 {
			color: white;
			text-transform: none;
			margin: 3px 0px 7px 0px;

			font-size: 26px;
		}

		#MqHome #catalog_ControlMQSearch .input {
			display: block;
			margin-bottom: 10px;
			width: 150px;

			float: none;
		}

		#MqHome #catalog_ControlMQSearch .btn {
			display: block;

			float: left;

			width: 150px;
			height: 47px;

			border: none;

			background: url('images/bg_catalog_ControlMQSearch_home_btn.jpg') 0 0 no-repeat;
			font-size: 17px;
			text-align: center;

			position: absolute;
			margin: -56px 0px 0px 160px;
			padding: 0px 0px 4px 0px;

			overflow: normal;
			white-space : normal;
		}

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


/* Version horizontale */

#MqPage #catalog_ControlMQSearch {
	width: 480px;
	height: 25px;

	background: url('images/bg_catalog_ControlMQSearch.jpg') 0 0 repeat-x;

	top: 0px;
	margin-bottom: -34px;
	z-index: 2;

	padding: 9px 5px 0px 5px;
	color: white;
	font-size: 12px;

	overflow: hidden;
}

	#MqPage #catalog_ControlMQSearch h1 {
		display: none;
	}

		#MqPage #catalog_ControlMQSearch .input {
			float: left;

			width: 90px;
			margin: 0px 3px 0px 0px;
		}

		#MqPage #catalog_ControlMQSearch .btn {
			height: 18px;
			width: 70px;

			font-size: 11px;

			padding: 0px 0px 5px 0px;
			*padding: 0px;

			line-height: 8px;
			border: none;
			background-position: bottom;

			float: left;
		}

			#MqPage #catalog_ControlMQSearch .btn {
				background-position: top;
			}

		#MqPage #catalog_ControlMQSearch .checkbox {
			display: block;
			width: 170px;

			float: left;

			overflow: hidden;
		}	

			#MqPage #catalog_ControlMQSearch .checkbox input {
				float: left;
			}

			#MqPage #catalog_ControlMQSearch .input2 {
				width: 140px;
			}

			#MqPage #catalog_ControlMQSearch .checkbox label {
				float: right;
				position: relative;
				top: 2px;

				margin: 0px 10px 0px 0px;
			}
