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

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

	zoom: 1;
}

	.catalog_productHover {
		cursor: pointer;
	}

	.catalog_product .data {
		height: 38px;
		margin: 3px;
		padding: 10px 6px;
		background-color: #f2f2f2;

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

		.catalog_product .data .manufacturer {
			display: block;

			font-size: 12px;
			font-weight: bold;
		}

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

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

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

	.catalog_product .starFlash {
		display: block;
		width: 80px;
		height: 15px;
		padding: 2px 0 1px 0;
		background: url('images/bg_starflash.gif') 0 0 no-repeat;

		position: relative;
		margin-bottom: -21px;
		left: 91px;
		
		color: #fff;
		font-size: 10px;
		text-align:center;
		text-transform: uppercase;
	}

	.catalog_product .photo {
		margin: 30px 0 0 0;
		width: 174px;
		height: 110px;

		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 .stock {
			width: 7px;
			height: 12px;
			padding: 0 0 0 5px;
			float: left;

			position: relative;
			top: 15px;
			margin-bottom: -12px;
		}

		.catalog_product .prices {
			width: 164px;
			margin: 5px 0 0 0;
			padding: 5px;
			float: right;
			border-top: 1px solid #f2f2f2;

			text-align: right;
		}

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

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

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

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

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

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

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

		.catalog_product .productOrder {
			display: none;
		}

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

#catalog_ControlManufacturerNames {
	padding: 10px;
	
	font-size: 10px;
	color: #9f8c81;
}

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

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

#catalog_ControlCategoriesInTopMenu {
}

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

#catalog_ControlCategoriesList {
	width: 210px;
}
	
	#catalog_ControlCategoriesList h1 {
		display: none;
	}

		#catalog_ControlCategoriesList a {
			display: block;
			width: 176px;
			padding: 5px 10px 5px 24px;
			border-bottom: 1px dotted #c0c0c0;
			background: url('images/puce_parents.gif') 10px 8px no-repeat;
			
			font-size: 11px;
			color: #474747;
			text-decoration: none;
			text-transform: uppercase;
		}

		#catalog_ControlCategoriesList .childs a {
			display: block;
			width: 166px;
			padding: 3px 10px 3px 34px;
			background: url('images/puce_childs.gif') 23px 8px no-repeat;
			
			font-size: 10px;
			color: #898989;
		}

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

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

			color: #c41c5b;
		}

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

	#catalog_ControlProductInHome .productsHover { }

	#catalog_ControlProductInHome h1 { }

	#catalog_ControlProductInHome .productsTicker {	}

	#catalog_ControlProductInHome .productsTicker .photo { }

		#catalog_ControlProductInHome .productsTicker .photo img { }

	#catalog_ControlProductInHome .productsTicker .data { }

		#catalog_ControlProductInHome .productsTicker .data h2 { }

		#catalog_ControlProductInHome .productsTicker h2 a { }

		#catalog_ControlProductInHome .productsTicker .description { }

		#catalog_ControlProductInHome .productsTicker .prices { }

			#catalog_ControlProductInHome .productsTicker .prices .priceFrom { }

			#catalog_ControlProductInHome .productsTicker .prices .priceOff { }

			#catalog_ControlProductInHome .productsTicker .prices .priceMin { }

	#catalog_ControlProductInHome .productsTicker .starFlash { }

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

#catalog_ControlProductsInHome {
	border-bottom: 1px solid #c0c0c0;
}

	#catalog_ControlProductsInHome h1 { }
	
	#catalog_ControlProductsInHome .productSeparator {
		width: 11px;
		height: 1px;
		float: left;	
	}

	#catalog_ControlProductsInHome .btnSeeAll {	
		display: none;
	}


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

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

#catalog_ControlProductsOurFilter { }

	#catalog_ControlProductsOurFilter h1 {
		border-top: 1px dotted #c0c0c0;
		border-bottom: 1px dotted #c0c0c0;
		background-color: #454545;

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

	#catalog_ControlProductsOurFilter .filter {
	}

	#catalog_ControlProductsOurFilter a,
	#catalog_ControlProductsOurFilter .deleteFilter {
		display: block;
		width: 166px;
		padding: 3px 10px 3px 34px;
		border-bottom: 1px solid #cfe8f9;
		
		font-size: 11px;
		color: #696969;
		text-decoration: none;

		background: url('images/puce_childs.png') 22px 8px no-repeat;
    }

	#catalog_ControlProductsOurFilter .deleteFilter {
		margin: 10px 0 0 0;
		border-top: 1px solid #cfe8f9;
	}

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

		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: 8px 10px;
		border-top: 1px dotted #c0c0c0;
		border-bottom: 1px dotted #c0c0c0;
		background-color: #454545;

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

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

	#catalog_ControlProductsFilter h2 {
		display: block;
		width: 176px;
		padding: 5px 10px 5px 24px;
		margin: 0;
		border-bottom: 1px dotted #c0c0c0;
		background: url('images/puce_parents.gif') 10px 8px no-repeat;
		
		font-size: 11px;
		color: #474747;
		text-decoration: none;
		text-transform: uppercase;
    }
	
	#catalog_ControlProductsFilter a {
		display: block;
		width: 166px;
		padding: 3px 10px 3px 34px;
		background: url('images/puce_childs.gif') 23px 8px no-repeat;

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

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

		color: #c41c5b;
	}

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

		color: #898989;
    }

	#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: 190px;
	padding: 10px;
	border-bottom: 1px dotted #c0c0c0;
	background-color: #454545;
}

	#catalog_ControlProductsSearch h2 {
		display: inline;
		float: left;
		margin: 0 0 3px 0;

		font-size: 11px;
		color: #fff;
		font-weight: normal;
		text-transform: uppercase;
	}

	#catalog_ControlProductsSearch .input {
		width: 154px;
		height: 16px;
		float: left;
		margin: 0;
		padding: 2px 5px 0 5px;
		border: 1px solid #333333;

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

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

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

	#catalog_ControlProductsSearch .searchInResults {
		display: none;
	}

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

#catalog_ControlBestSales { }

	#catalog_ControlBestSales h1 { }

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

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

#catalog_ControlRecentlyViewedProducts { }

	#catalog_ControlRecentlyViewedProducts h2 { }

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

#catalog_BreadCrumb {
	margin: 0 0 15px 0;

	font-size: 11px;
}

	#catalog_BreadCrumb a {
		color: #474747;
		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 #c0c0c0;
	background-color: #f2f2f2;

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

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

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

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

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

	#catalog_ProductsInGrid .productSeparator {
		width: 18px;
		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 #f2f2f2;

		text-align: right;		
	}

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

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

		#catalog_ManufacturersInGrid .catalog_product .quantity .btnAddToShoppingCart:hover {
			background-position: 0 bottom;
		}

	#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: #f1f7f8;
		cursor: pointer;
	}

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

	#catalog_ProductsInList tr:hover a { }

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

	#catalog_ProductsInList .columnTitle {
		background-color: #75aabb;
	}

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

	#catalog_ProductsInList .columnTitle:hover a {
		color: #fff;
	}

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

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

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

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

	#catalog_ProductsInList .manufacturer { }

	#catalog_ProductsInList .name { }

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

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

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

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

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

	#catalog_ProductsInList .viewPrice {
	}

	#catalog_ProductsInList .stock{
	}

	#catalog_ProductsInList .productOrder {
		height: 11px;
		float: right;
	}

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

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

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

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

		zoom: 1;
	}

	#catalog_SubCategoriesList .catalog_SubCategoryHover {
		cursor: pointer;
	}

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

		#catalog_SubCategoriesList .catalog_SubCategory .photo {
			width: 174px;
			height: 110px;
			margin: 0 0 3px 0;

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

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

#catalog_Tools {
	padding: 10px 0;
}

	#catalog_Tools .btn_sendtofriends,
	#catalog_Tools .btn_print { }

	#catalog_Tools .btn_print { }
	#catalog_Tools .btn_sendtofriends { }
	
	#catalog_Tools .btn_sendtofriends:hover,
	#catalog_Tools .btn_print:hover { }

/* 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: #ffffff;
		text-decoration: none;
		text-align: center;
	}

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

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

#catalog_ProductView {
	background: url('images/bg_productview.gif') 0 20px no-repeat;
}

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

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

		#catalog_ProductView .breadcrumbView a { color: #898989; text-decoration: none; }
		#catalog_ProductView .breadcrumbView a:hover { color: #5897ab; text-decoration: underline; }

	#catalog_ProductView .productViewLeft {
		width: 300px;
		float: left;
		margin: 40px 0 0 21px;
	}

		#catalog_ProductView .productViewLeft .starFlash {
			display: block;
			width: 80px;
			height: 15px;
			padding: 2px 0 1px 0;
			background: url('images/bg_starflash.gif') 0 0 no-repeat;

			position: relative;
			margin-bottom: -21px;
			left: 220px;
			
			color: #fff;
			font-size: 10px;
			text-align:center;
			text-transform: uppercase;
		}

		#catalog_ProductView .productViewLeft .photo {
			width: 300px;
			height: 300px;
			border-bottom: 1px solid #c0c0c0;

			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 {
				display: block;
				width: 57px;
				height: 17px;
				padding: 4px 7px 0 0;
				cursor: pointer;

				position: relative;
				top: -26px;
				margin-bottom: -21px;
				
				font-family: arial;
				font-size: 10px;
				color: #7f7f7f;
				text-decoration: none;
				text-align: right;
			}

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

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

		#catalog_ProductView .productViewLeft .smallPhotos {
			width: 300px;
			height: 60px;
			border-left: 1px solid #e7e7e7;
			border-bottom: 1px solid #e7e7e7;
			border-right: 1px solid #e7e7e7;
			margin-bottom: 10px;

			overflow: hidden;
		}

			#catalog_ProductView .productViewLeft .smallPhotos a {
				cursor: url("images/ico_zoom.cur"), pointer;
			}
	
	/*--------*/
	#catalog_ProductView .productViewLeft #catalog_ProductItemSmallPhotos {
		padding: 0 0 10px 0; 
		border-bottom: 1px solid #c0c0c0;
	}


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

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

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

	#catalog_ProductView .productViewRight {
		width: 377px;
		float: right;
		margin: 40px 21px 0 0;
	}

		#catalog_ProductView .productViewRight h1 {
			margin: 0;
			padding: 0;
			background-color: transparent;
	
			text-transform: none;
		}

		#catalog_ProductView .productViewRight .productName {
			display: block;

			font-size: 18px;
		}

		#catalog_ProductView .productViewRight .manufacturer {
			display: block;

			font-size: 14px;
			color: #5897ab;
		}

		#catalog_ProductView .productViewRight .reference {
			display: block;
			margin: 0 0 10px 0;

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

		#catalog_ProductView .productViewRight #catalog_ProductDescription {
			margin: 0 0 10px 0;
		}

			#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-bottom: 1px solid #e5e5e5;
				background-color: #f2f2f2;
			}

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

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

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

			#catalog_ProductView .productViewRight #productOrderContainer .listDegressivePrices {
				padding: 4px 0 0 10px;
				border-top: 1px solid #fff;
				border-bottom: 1px solid #e5e5e5;
				background-color: #f2f2f2;
			}

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

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

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

					text-align: right;
				}

					#catalog_ProductView .productViewRight #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 --*/
		
		/*--- 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 .productViewRight .btn_addToShoppingCart {
			display: block;
			width: 208px;
			height: 25px;
			float: right;
			padding: 9px 0 0 32px;
			margin-top: 8px;
			background: url('images/btn_addtoshoppingcart.jpg') 0 0 no-repeat;

			position: relative;
			right: -2px;

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

		#catalog_ProductView .productViewRight .btn_addToShoppingCart:hover {
			filter : alpha(opacity=80);
			-moz-opacity : 0.8;
			opacity : 0.8; 
		}

		#catalog_ProductView .productViewRight .btn_AddToWishList {
			float: right;
			padding: 5px 0 0 0;

			font-size: 11px;
		}
		/*--- btn_addTo --*/

		/*--- productSubstitution --*/
		#productSubstitution {
			margin-top: 10px;
			padding: 10px;
			background-color: #e2f1fa;

			font-size: 11px;
			color: #5897ab;
		}

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

				font-size: 12px;
				color: #5897ab;
				text-transform: none;
			}

			#productSubstitution a {
				text-decoration: underline;
			}
		/*--- /productSubstitution --*/


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

#catalog_ProductTemplates {
	font-size: 11px;
	margin: 0 0 10px 0;
}

	#catalog_ProductTemplates h2 {
		display: none;
	}

	#catalog_ProductTemplates .productTemplates {
	}

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

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

		text-align: left;
	}

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

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

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

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

/* Products > Product Rating
------------------------------------------------------------- */

#catalog_ProductRatingBox {
	display: none;
}

	#catalog_ProductRating .btnRating { }
	#catalog_ProductRating .btnRating:hover { }
	#catalog_ProductRating .rating-box { }
	#catalog_ProductRating .rating-box .rating { }

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

#catalog_ProductItems { }

	#catalog_ProductItems table { }

	#catalog_ProductItems h2 {
		display:none;
	}

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

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

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

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

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

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

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

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

		#catalog_ProductItems small {
			color: #999999;
		}

		#catalog_ProductItems .priceOff {
		}

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

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

.catalog_ProductsAssociations { }

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

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

#catalog_ProductDocuments { }

	#catalog_ProductDocuments h2 {
		display: none;
	}

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

		text-decoration: none;
	}

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

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

#productReviews { }

	#productReviews h1 {
		display: none;
	}

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

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

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

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

				font-size: 10px;
			}

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

	#productReviews .reviews {}

	#productReviews .reviews table {}

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

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

#catalog_ListLegend {
	padding: 5px 10px;
	border-bottom: 1px solid #c0c0c0;

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

#catalog_ProductRating {
	display: none;
}

/*-------*/

.catalog_ProductsMixForShoppingCart {
	margin: 0;
}

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

/*-------*/

#catalog_lblAddToWishList {
	padding: 15px;
	background-color: #fff;
}
