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

.catalog_product {
	width: 174px;
	height: 274px;
	float: left;
	margin: 0 0 20px 0;
	border: 1px solid #abdef6;

	zoom: 1;
}

	.catalog_productHover {
		cursor: pointer;
	}

	.catalog_product .photo {
		width: 174px;
		height: 174px;

		font-size: 0px;
	}

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

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

	.catalog_product .starFlash {
		display: block;
		width: 164px;
		height: 14px;
		margin: 0 auto;
		padding: 2px 0;
		background-color: #dff6fe;

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

		text-align:center;
		text-transform: uppercase;
		font-weight: bold;
	}

	.catalog_product .data {
		width: 164px;
		height: 42px;
		margin: 0 auto;
		padding: 22px 0 3px 0;
		border-bottom: 1px solid #abdef6;

		text-align: center;
	}

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

		.catalog_product .data .manufacturer {
		}

		.catalog_product .data .name {
			display: block;
			margin: 0;

			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #277194;
			font-weight: bold;
			line-height: 14px;
		}

		.catalog_product .data h1 {
			padding: 0;
			margin: 0;
		}


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

	.catalog_product .prices {
		margin: 5px 0 0 0;
		padding: 5px;
		float: right;

		text-align: right;
	}

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

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

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

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

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

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

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

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

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

	.catalog_product .stock {
		width: 10px;
		height: 11px;
		float: left;
		margin: 12px 0 0 5px;
	}

	.catalog_product .productOrder {
		display: none;
	}

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

#catalog_ControlManufacturerNames {
	margin: 10px 0 0 0;
	padding: 10px;
	background-color: #d2d718;
	
	font-size: 11px;
	color: #fff;
	text-align: center;
}

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

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

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

#catalog_ControlCategoriesInTopMenu {
}

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

#catalog_ControlCategoriesList {
	width: 199px;
	margin: 10px 0 0 0;

	position: relative;
	left: -17px;
	margin-right: -17px;
	z-index: 10;
}
	
	#catalog_ControlCategoriesList h1 {
		display: none;
	}

		#catalog_ControlCategoriesList a {
			display: block;
			height: 20px;
			padding: 6px 17px 0 17px;
			margin: 0 0 2px 0;
			background: url('images/bg_parents.gif') 0 0 no-repeat;
			
			color: #fff;
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
		}

		#catalog_ControlCategoriesList .childs a {
			display: block;
			height: 17px;
			padding: 2px 17px 0 17px;
			margin: 0 0 2px 0;
			background: url('images/bg_childs.gif') 0 0 no-repeat;
			
			color: #fff;
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
		}

		#catalog_ControlCategoriesList .subChilds a {
			display: block;
			width: 152px;
			padding: 3px 10px 3px 48px;
			background: url('images/puce_childs.gif') 36px 8px no-repeat;
			
			font-size: 10px;
			color: #a88c7b;
		}

		#catalog_ControlCategoriesList a:hover,
		#catalog_ControlCategoriesList .active {
			background-position: 0 bottom;

			color: #fff;
		}

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

#catalog_ControlCategoriesList {
	_width: auto;
	_margin: 10px 0 0 0;

	_position: relative;
	_left: 0px;
	_margin-right: 0px;
	_z-index: 0;
}
	
	#catalog_ControlCategoriesList h1 {
		_display: none;
	}

		#catalog_ControlCategoriesList a {
			_display: block;
			_margin: 0;
			_padding: 3px 10px;
			_border-bottom: 2px solid #acdef5;
			_background-color: #aacc23;
			_background-image: none;
		}

		#catalog_ControlCategoriesList .childs a {
			_display: block;
			_margin: 0;
			_padding: 1px 10px 1px 20px;
			_border-bottom: 2px solid #acdef5;
			_background-color: #ff8a00;
			_background-image: none;
			_font-weight: normal;
		}

		#catalog_ControlCategoriesList .subChilds a {
			_display: block;
			_margin: 0;
			_padding: 1px 10px 1px 30px;
			_border-bottom: 2px solid #acdef5;
			_background-color: #ff7592;
			_background-image: none;
			_font-weight: normal;
		}

		#catalog_ControlCategoriesList a:hover,
		#catalog_ControlCategoriesList .active {
			_background-color: #ff8a00;
		}

		#catalog_ControlCategoriesList .childs a:hover {
			_background-color: #ff7592;
			_background-image: none;
		}

/* 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 {}

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

#catalog_ControlProductsInHome { }

	#catalog_ControlProductsInHome h2 {
		padding: 2px 10px;
		background-color: #4e99bc;

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

	#catalog_ControlProductsInHome .catalog_product {
		width: 255px;
		height: 110px;
		float: left;
		padding: 5px;
		margin: 0 0 10px 0;

		zoom: 1;

		_width: 254px;
	}

	#catalog_ControlProductsInHome .catalog_productHover {
		cursor: pointer;
	}

	#catalog_ControlProductsInHome .catalog_product .photo {
		width: 110px;
		height: 110px;
		float: left;
		margin: 0 5px 0 0;

		font-size: 0px;
	}

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

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

	#catalog_ControlProductsInHome .catalog_product .starFlash {
		display: block;
		width: 140px;
		margin: 0 auto;
		padding: 2px 0;
		float: left;
		background-color: #dff6fe;

		text-align:center;
		text-transform: uppercase;
		font-weight: bold;
	}

	#catalog_ControlProductsInHome .catalog_product .data {
		width: 140px;
		height: 40px;
		float: left;
		margin: 0 auto;
		padding: 3px 0;
		border-bottom: 1px solid #abdef6;

		text-align: left;
	}

		#catalog_ControlProductsInHome .catalog_product .data a {
			text-decoration: none;
		}

		#catalog_ControlProductsInHome .catalog_product .data .manufacturer {
		}

		#catalog_ControlProductsInHome .catalog_product .data .name {
			display: block;
			margin: 0;
			padding: 0;

			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #277194;
			font-weight: bold;
			line-height: 14px;
		}

		#catalog_ControlProductsInHome .catalog_product .data h1 {
			margin: 0;
			padding: 0;
		}

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

	#catalog_ControlProductsInHome .catalog_product .prices {
		width: 130px;
		margin: 3px 0 0 0;
		float: left;
	}

		#catalog_ControlProductsInHome .catalog_product .prices .priceMin {	
			height: 16px;
			display: block;
			float: left;

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

		#catalog_ControlProductsInHome .catalog_product .prices .priceOff {
			height: 14px;
			display: block;
			float: left;
			padding: 2px 3px 0 3px;

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

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

	#catalog_ControlProductsInHome .catalog_product .stock {
		width: 135px;
		float: left;
		margin: 0;
	}

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

	#catalog_ControlProductsInHome .btnSeeAll {	
		display: none;
	}

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

#catalog_ControlProductsOurFilter {
}

	#catalog_ControlProductsOurFilter h1 {
		margin: 0;
		padding: 2px 10px;
		background-color: #4e99bc;

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

	#catalog_ControlProductsOurFilter .filter {
	}

	#catalog_ControlProductsOurFilter a,
	#catalog_ControlProductsOurFilter .deleteFilter {
		display: block;
		padding: 5px 10px 5px 24px;
		margin: 0;
		border-bottom: 1px solid #abdef6;
		background: url('images/puce_parents.gif') 10px 8px no-repeat;
		
		color: #4e99bc;
		font-size: 11px;
		text-decoration: none;
    }

	#catalog_ControlProductsOurFilter .deleteFilter {
		background: url('images/puce_delete.gif') 10px 8px no-repeat;
	}

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

		color: #fff;
	}

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

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

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

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

	#catalog_ControlProductsFilter h1 {
		margin: 0;
		padding: 2px 10px;
		background-color: #4e99bc;

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

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

	#catalog_ControlProductsFilter h2 {
		display: block;
		padding: 5px 10px 5px 24px;
		margin: 0;
		border-bottom: 1px solid #abdef6;
		background: url('images/puce_parents.gif') 10px 8px no-repeat;
		
		color: #4e99bc;
		font-size: 11px;
		text-decoration: none;
    }
	
	#catalog_ControlProductsFilter a {
		display: block;
		padding: 3px 10px 3px 34px;
		border-bottom: 1px solid #abdef6;
		background: url('images/puce_childs.gif') 23px 8px no-repeat;
		
		color: #4e99bc;
		text-decoration: none;
    }

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

		color: #4e99bc;
	}

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

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

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

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

#catalog_ControlProductsSearch {
	width: 145px;
	height: 80px;
	padding: 5px 10px 10px 10px;
	background: url('images/bg_productssearch.jpg') 0 0 no-repeat;

	_overflow: hidden;
}

	#catalog_ControlProductsSearch h2 {
		margin-bottom: 5px;
		color: #277194;
	}

	#catalog_ControlProductsSearch .input {
		width: 133px;
		height: 16px;
		margin: 0;
		padding: 2px 5px 0 5px;
		border: 1px solid #7ebcda;

		font-size: 11px;
		color: #2c7497;
	}

	#catalog_ControlProductsSearch .btn {
		width: 79px;
		height: 37px;
		float: right;
		margin: 3px 0 0 0;
		padding: 0;
		border: 0px solid #fff;
		background: url('images/btn_search.jpg') 0 0 no-repeat;

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

	#catalog_ControlProductsSearch .btn:hover {
		background-position: 0 bottom;
	}

	#catalog_ControlProductsSearch .searchInResults {
		display: none;
	}

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

#catalog_ControlBestSales {}

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

#catalog_ControlRecentlyViewedProducts {}

/* Controls > Products Mix For Shopping Cart
-------------------------------------------------------------- */

#catalog_ProductsMixForShoppingCart {
}

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


/* Products > Landing Page
-------------------------------------------------------------- */

.catalog_LandingPage {
	margin: 0 0 15px 0;

	font-size: 0px;
}

/* Products > Category Description
-------------------------------------------------------------- */

.catalog_CategoryDescription {
	padding: 10px;
	margin: 0 0 15px 0;
	background-color: #dff6fe;

	font-size: 14px;
}

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

#catalog_BreadCrumb {
	margin: 0 0 15px 0;

	font-size: 11px;
}

	#catalog_BreadCrumb a {
		text-decoration: none;
	}

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

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

#catalog_ProductsListToolsBar {
	height: 21px;
	padding: 0 10px;
	border-top: 1px solid #abdef6;
	background-color: #dff6fe;

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

	#catalog_ProductsListToolsBar .toolsLeft {
		float: left;
	}

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

			font-size: 11px;
			color: #4e99bc;
			text-decoration: none;
		}

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

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

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

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

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

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

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

		#catalog_ProductsListToolsBar .toolsRight .input {
			padding: 0px;
			background-color: #ffffff;

			font-size: 9px;
			color: #4e99bc;
		}

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

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

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

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

#catalog_ManufacturersInGrid {
}

	#catalog_ManufacturersInGrid .catalog_product .prices {
		height: 54px;
	}

		#catalog_ManufacturersInGrid .catalog_product .prices .priceMin,
		#catalog_ManufacturersInGrid .catalog_product .prices .priceOff,
		#catalog_ManufacturersInGrid .catalog_product .prices .priceFrom,
		#catalog_ManufacturersInGrid .catalog_product .prices .publicPrice,
		#catalog_ManufacturersInGrid .catalog_product .prices .taxRate {
			width: 154px;
		}

	#catalog_ManufacturersInGrid .catalog_product .quantity {
		width: 154px;
		margin: 5px 0 0 0;
		padding: 5px;
		float: right;
		border-top: 1px solid #f8f2eb;

		text-align: right;		
	}

		#catalog_ManufacturersInGrid .catalog_product .quantity .btnAddToShoppingCart {
			display: block;
			width: 30px;
			height: 20px;
			float: right;
			background: url('images/btn_add.gif') 0 0 no-repeat;

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


	#catalog_ManufacturersInGrid .productSeparator {
		width: 18px;
		height: 1px;
		float: left;
	}

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

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

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

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

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

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

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

	#catalog_ProductsInList .columnTitle {
		border-bottom: 1px solid #abdef6;
		background-color: #dff6fe;
	}

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

	#catalog_ProductsInList .columnTitle:hover a {
		color: #2d99d9;
	}

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

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

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

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

	#catalog_ProductsInList .manufacturer {
		display: block;
	}

	#catalog_ProductsInList .name {
	}

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

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

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

	#catalog_ProductsInList .priceOff {
		font-size: 11px;
		color: #ff627f;
	}

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

	#catalog_ProductsInList .viewPrice {
	}

	#catalog_ProductsInList .stock{
	}

	#catalog_ProductsInList .productOrder {
	}

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

#catalog_SubCategoriesList {
}

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

	#catalog_SubCategoriesList .catalog_SubCategory {
		width: 174px;
		float: left;
		margin: 0 0 13px 0;
		border: 1px solid #abdef6;

		zoom: 1;
	}

	#catalog_SubCategoriesList .catalog_SubCategoryHover {
		cursor: pointer;
	}

		#catalog_SubCategoriesList .catalog_SubCategory .photo {
			width: 174px;
			height: 174px;

			font-size: 0px;
		}

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

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

		#catalog_SubCategoriesList .catalog_SubCategory h1 {
			margin: 0;
			padding: 10px 6px;
			background-color: #dff6fe;
			
			font-size: 12px;
			font-weight: bold;
			text-align: center;
			text-transform: none;
		}

		#catalog_SubCategoriesList .catalog_SubCategory a { color: #277194; }

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

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

#catalog_Tools {
	margin: 10px 0 0 0;
	padding: 0 5px 0 0;
}	

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

		text-decoration: none;
		text-transform: uppercase;
	}

	#catalog_Tools .btn_print { background: url('images/ico-print.gif') 0 0 no-repeat; }
	#catalog_Tools .btn_sendtofriends { background: url('images/ico-sendtofriend.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 {
	width: 120px;
	float: right;

	position: relative;
	margin: 0 0 -15px 0;
	z-index: 10;

	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: #4e99bc;
		text-decoration: none;
		text-align: center;
	}

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

		color: #fff;
	}

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

#catalog_ProductView {
}

	#catalog_ProductView .breadcrumbView {
		width: 100%;
		float: left;
		padding: 0 0 10px 0;
		margin: 0 0 20px 0;
		border-bottom: 1px solid #abdef6;
	}

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

	#catalog_ProductView .productViewLeft {
		width: 302px;
		float: left;
	}

		#catalog_ProductView .productViewLeft .starFlash {
			display: block;
			width: 90px;
			height: 53px;
			padding: 37px 0 0 0;
			background: url('images/bg_starflash_view.png') 0 0 no-repeat;
			_background: url('images/bg_starflash_view.gif') 0 0 no-repeat;

			position: relative;
			top: -14px;
			margin-bottom: -90px;
			left: 224px;
			
			font-size: 12px;
			color: #fff;
			text-align: center;
		}

		#catalog_ProductView .productViewLeft .photo {
			width: 300px;
			height: 300px;
			border: 1px solid #abdef6;

			text-align: center;
		}

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

			#catalog_ProductView .productViewLeft .photo .zoom,
			#catalog_ProductView .productViewLeft .photo .moreImg,
			#catalog_ProductView .productViewLeft .photo .seeVideo {
				display: block;
				width: 46px;
				height: 17px;
				padding: 4px 0 0 25px;
				float: left;
				cursor: pointer;

				position: relative;
				top: 279px;
				margin-bottom: -21px;
				
				color: #4e99bc;
				font-size: 10px;
				text-decoration: none;
				text-align: left;
			}

			#catalog_ProductView .productViewLeft .photo .zoom { 
				background: url('images/bg_zoom.gif') 0px 0px no-repeat;
			}

			#catalog_ProductView .productViewLeft .photo .moreImg { 
				background: url('images/bg_moreimg.gif') 0px 0px no-repeat;

				left: 71px;
				_left: 0px;
			}

			#catalog_ProductView .productViewLeft .photo .seeVideo {
				width: 72px;
				background: url('images/bg_seevideo.gif') 0px 0px no-repeat;

				left: 209px;
				_left: 0px;
			}

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

		#catalog_ProductView .productViewLeft #catalog_ProductItemSmallPhotos {
			width: 300px;
			margin-bottom: 10px;
		}

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

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

			#catalog_ProductView .productViewLeft #catalog_ProductItemSmallPhotos li {
				width: 50px;
				height: 50px;
				float: left;
				padding: 2px;
				margin: 4px 4px 0 0;
				border: 1px solid #abdef6;
			}

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

				_width: 50px;
				_height: 50px;
			}

	#catalog_ProductView .productViewRight {
		width: 417px;
		float: right;
	}

		#catalog_ProductView .productViewRight h1 {
			margin: 0 0 10px 0;
			padding: 0;
			background-color: transparent;

			text-transform: none;
		}

		#catalog_ProductView .productViewRight .productName {
			display: block;

			font-size: 20px;
		}

		#catalog_ProductView .productViewRight .manufacturer {
			display: block;

			font-size: 14px;
			color: #42aeef;
		}

		#catalog_ProductView .productViewRight .reference {
			width: 100px;
			float: left;
			margin-bottom: 10px;
		}

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

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

			#catalog_ProductView .productViewRight #productOrderContainer .priceContainer {
				height: 50px;
				border-top: 1px solid #abdef6;
				border-bottom: 1px solid #abdef6;
				background-color: #dff6fe
			}

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

					font-size: 10px;
				}

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

						position: absolute;
						z-index: 100;
					}

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

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

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

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

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

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

			#catalog_ProductView .productViewRight #productOrderContainer .flashSaleContainer {
				height: 20px;
				padding: 4px 0 0 10px;
				border-top: 1px solid #fff;
				border-bottom: 1px solid #abdef6;
				background-color: #dff6fe
			}

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

			#catalog_ProductView .productViewRight #productOrderContainer .deliveryQuantityContainer {
				height: 40px;
				border-top: 1px solid #fff;
				border-bottom: 1px solid #abdef6;
				background-color: #dff6fe
			}

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

					#catalog_ProductView .productViewRight #productOrderContainer .deliveryQuantityContainer .stockDelivery small {
						color: #4e99bc;
					}

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

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

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

				font-size: 0px;
			}

			#catalog_ProductView .productViewRight .productBottomContainer { background: url('images/bg_productbottomontainer.jpg') 0 0 no-repeat; }
			#catalog_ProductView .productViewRight .productBottomContainer-important { background: url('images/bg_productbottomontainer-important.jpg') 0 0 no-repeat; }
		/*--- /productBottomContainer --*/
		
		/*--- btn_addTo --*/
		#catalog_ProductView .btn_addToShoppingCart {
			display: block;
			width: 208px;
			height: 26px;
			float: right;
			padding: 8px 0 0 32px;
			margin: 8px 0 0 0;
			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 .btn_AddToWishList {
			display: block;
			width: 117px;
			height: 29px;
			float: right;
			padding: 5px 10px 0 10px;
			margin: 8px 5px 0 0;
			background: url('images/btn_addtowishlist.jpg') 0 0 no-repeat;

			position: relative;
			right: -2px;

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

		#catalog_ProductView .btn_addToShoppingCart:hover,
		#catalog_ProductView .btn_AddToWishList:hover {
			filter : alpha(opacity=80);
			-moz-opacity : 0.8;
			opacity : 0.8; 
		}
		/*--- btn_addTo --*/


		/*--- productSubstitution --*/
		#productSubstitution {
			margin-top: 10px;
			padding: 10px;
			background-color: #ff8a00;
			
			color: #fff;
			font-size: 12px;
		}

			#productSubstitution a {
				color: #fff;
				text-decoration: underline;
			}

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

			#productSubstitution h2 {
				padding: 0 0 0 0;
				margin: 0 0 5px 0;

				font-size: 12px;
				text-transform: none;
			}
		/*--- /productSubstitution --*/


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

#catalog_ProductTemplates {
	font-size: 11px;
}

	#catalog_ProductTemplates h2 {
		display: none;
	}

	#catalog_ProductTemplates .productTemplates {
	}

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

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

		text-align: left;
	}

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

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

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

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

#catalog_ProductRatingBox {
	display: none;
}

#catalog_ProductRating {
	display: none;
}

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

#catalog_ProductItems {
}

	#catalog_ProductItems table {
	}

	#catalog_ProductItems h2 {
		display:none;
	}

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

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

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

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

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

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

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

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

		#catalog_ProductItems small {
			color: #4e99bc;
		}

		#catalog_ProductItems .priceOff {
		}

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

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

.catalog_ProductsAssociations {
}

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

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

#catalog_ProductDocuments {
}

	#catalog_ProductDocuments h2 {
		display: none;
	}

	#catalog_ProductDocuments a {
		display: block;
		height: 20px;
		padding: 5px 0 0 30px;
		margin: 0 0 1px 0;
		border-top: 1px solid #abdef6;
		border-bottom: 1px solid #abdef6;
		background: url('images/ico-file.gif') 0 0 no-repeat #dff6fe;
		
		color: #4e99bc;
		text-decoration: none;
	}

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

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

#productReviews {
}

	#productReviews h1 {
		display: none;
	}

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

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

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

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

				font-size: 10px;
			}

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

	#productReviews .reviews {}

	#productReviews .reviews table {}

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

/* Products > Misc
-------------------------------------------------------------- */

#catalog_ListLegend {
	padding: 10px 0;
	border-bottom: 1px solid #abdef6;

	font-size: 10px;
}

/* Wishlist > View
-------------------------------------------------------------- */

.btnAddToShoppingCart2 {
	display: block;

	float: right;
	width: 32px;
	height: 18px;
	background: url('images/btn_addtoshoppingcart.gif') 0 0 no-repeat;
	margin-right: 10px;
}

.tableItems {
	margin-bottom: 10px;
	padding: 10px; 
	border: 1px solid #abdef6;
	background-color: #effafd;
}

.btn_printWishList { 
	display: block;
	height: 16px;
	position:relative;

	top: 8px;
	left: 712px;
	margin-bottom: -16px;
		
	background: url('images/ico-print.gif') 0 0 no-repeat;
}



/* Wishlist > List
-------------------------------------------------------------- */

#catalog_WishList .btn_sendtofriends {
		display: block;
		height: 16px;
		float: left;
		padding: 0 0 0 20px;
		margin: 0 0 0 150px;

		text-decoration: none;
		text-transform: uppercase;
	}

	#catalog_WishList .btn_sendtofriends { background: url('images/ico-sendtofriend.gif') 0 0 no-repeat; }
	
	#catalog_WishList .btn_sendtofriends:hover { 
		background-position: 0 bottom;
	}
	
	.btn_printWishListSales {
		display: block;
		height: 16px;
		position:relative;
		
		top:0px;
		left: 698px;
		margin-bottom:-16px;
		
		background: url('images/ico-print.gif') 0 0 no-repeat;	
	}

	.wishlistTab {
		display: block;
		background-color: white;
		color: #4e99bc;
		font-weight: bold;

		padding: 5px 8px;
		float: left;
		margin-right: 5px;

		cursor: pointer;
	}

		.wishlistTab:hover {
			background-color: #abdef6;
			color: white;
		}

		.wishlistTabActive {
			display: block;
			background-color: #abdef6;
			color: white;
			font-weight: bold;

			padding: 5px 8px;
			float: left;
			margin-right: 5px;

			cursor: pointer;
		}

			.wishlistTabActive:hover {
				background-color: #abdef6;
				color: white;
			}