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

.catalog_productSmall {
	width: 168px;
	height: 250px;
	float: left;
	padding: 5px;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;

	zoom:1; /* Should be IE only */
}
	
	/* rollover style for clickable element */
	.catalog_productSmallHover {
		background: url('images/bg_producthover.gif') 0 0 no-repeat;
		cursor: pointer;
	}

	.catalog_productSmall .starFlash {
		width: 168px;
		height: 14px;
		display: block;
		background-color: #e5037f;

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

		text-align: center;
	}

	.catalog_productSmall .photo {
		width: 168px;
		height: 168px;

		font-size: 0;
	}

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

	.catalog_productSmall .data {
		width: 168px;
		margin-top: 3px;
		padding-top: 3px;
		border-top: 2px dotted #e7e7e7;
	}
		
		.catalog_productSmall .data a {
			color: #000;
			text-decoration: none;
		}

		.catalog_productSmall .data  .stock {
			width: 7px;
			height: 7px;
			float: right;
			margin-top: 3px;
			padding-right: 7px;
		}

			.catalog_productSmall .data  .stock img {
				position: relative;
				top: -5px;
			}

		.catalog_productSmall .data .name {
			height: 43px;
			display: block;
			float: right;

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

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

		.catalog_productSmall .data .manufacturer {
			display: none;
		}

		.catalog_productSmall .data .prices {
			float: right;

			text-align: right;
		}

			.catalog_productSmall .data .prices .priceFrom {
				height: 16px;
				display: block;
				float: left;
				padding: 2px 0 0 7px;

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

			.catalog_productSmall .data .prices .priceMin {
				height: 18px;
				display: block;
				float: left;
				padding-left: 7px;

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

			.catalog_productSmall .data .prices .priceOff {
				height: 16px;
				display: block;
				float: left;
				padding: 2px 0 0 7px;

				font-size: 10px;
				color: #a2a2a2;
			}		
		
		/*.catalog_productSmall .data  .productOrder {}*/

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

#catalog_ControlCategoriesInTopMenu {
}

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

#catalog_ControlCategoriesList {
}

	#catalog_ControlCategoriesList .childs {
	}

	#catalog_ControlCategoriesList .subChilds {
	}

/* 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;
		padding: 4px 0 0 16px;
		margin: 0;
		font-weight: normal;
		text-transform: uppercase;
		background-image: none;
		border-bottom: 0 solid #fff;
		background-color: #181818;

		position: relative;
		top: 98px;
		margin-bottom: -32px;
		left: 99px;
	}
	
		#catalog_ControlProductsCarrousel h1 a {
			color: #fff;
			text-decoration:none;
			
		}

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

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

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

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

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

		color: #fff;
	}

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

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

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

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

	#catalog_ControlProductsSearch h2 {
		display: none;
	}

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

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

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

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

	#catalog_ControlProductsSearch .searchInResults {
		display: none;
	}

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

#catalog_ControlBestSales {
}

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

/* 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: #e5037f;
		
		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: 181px;
}

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

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

#catalog_BreadCrumb {
	width: 400px;
	height: 24px;
	margin-bottom: 10px;
	padding: 8px 0 0 20px;
	background: url('images/bg_breadcrumb.gif') right 0 no-repeat;

	position: relative;
	z-index: 10;

	color: #fff;
}

	#catalog_BreadCrumb a {
		font-size: 14px;
		color: #fff;
		text-decoration: none;
	}

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

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

#catalog_ProductsListToolsBar {
	width: 538px;
	height: 24px;
	margin-bottom: 7px;
	padding: 0;
	background: url('images/bg_productfilter.jpg') 0 0 no-repeat;
}

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

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

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

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

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

			#catalog_ProductsListToolsBar .leftSide .viewGrid .active { background:url('images/ico-boxes.gif') 0 bottom no-repeat; }
			#catalog_ProductsListToolsBar .leftSide .viewList .active { background:url('images/ico-lines.gif') 0 bottom no-repeat; }

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

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

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

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

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

#catalog_ProductsInGrid {
}

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

	#catalog_ProductsInGrid .separator {
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	#catalog_ProductsInList .manufacturer {
		display: block;
		
		font-size: 10px;
		text-decoration: none;
	}

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

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

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

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

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

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

	#catalog_ProductsInList .viewPrice {
	}

	#catalog_ProductsInList .stock{
	}

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

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

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

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

#catalog_SubCategoriesList {
}

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

	#catalog_SubCategoriesList .catalog_SubCategory {
		width: 262px;
		height: 188px;
		float: left;
		margin-bottom: 10px;
		border: 1px solid #e7e7e7;
	}

		#catalog_SubCategoriesList .catalog_SubCategoryHover {
			cursor: pointer;
			border: 1px solid #e5037f;
		}	

	#catalog_SubCategoriesList .catalog_SubCategory .photo {
		width: 262px;
		height: 154px;

		text-align: center;
	}

	#catalog_SubCategoriesList .catalog_SubCategory h2 {
		width: 262px;
		height: 27px;
		display: block;
		padding-top: 7px;
		background: url('images/bg_title_subcategory.jpg') 0 0 no-repeat;

		font-size: 12px;
		color: #fff;
		text-align: center;
	}

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

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

#catalog_ToolsContainer {
	width: 180px;
	height: 14px;
	float: right;

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

#catalog_Tools {
	float: right;
}	

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

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

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

#catalog_ViewProductsNavigation {
	float: right;

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

	#catalog_ViewProductsNavigation .btn_previous,
	#catalog_ViewProductsNavigation .btn_next {
		display: block;
		width: 14px;
		height: 14px;
		float: left;
		margin: 0 3px;
	}

	#catalog_ViewProductsNavigation .btn_previous { background: url('images/btn_previous.gif') 0 0 no-repeat; }
	#catalog_ViewProductsNavigation .productNumber { float: left; }
	#catalog_ViewProductsNavigation .btn_next { background: url('images/btn_next.gif') 0 0 no-repeat; }

	#catalog_ViewProductsNavigation .btn_return { 
		display: block;
		width: 44px;
		height: 14px;
		float: right;
		margin: 0 0 0 3px;
		background: url('images/btn_return.gif') 0 0 no-repeat;

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

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

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

#catalog_ProductView {
}

	#catalog_ProductView h1 {
		width: 540px;
		border: 0px solid #fff;
		padding: 0;
		margin: 0;
	}
		
		#catalog_ProductView h1 small {
			font-weight: normal;
		}
		
		#catalog_ProductView h1 .productName {
		}

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

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

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

		font-size: 10px;
		color: #7f7f7f;
	}

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

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

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

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

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

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

		#catalog_ProductView .leftSide .photo {
			width: 352px;
			height: 300px;
			border: 1px solid #e7e7e7;

			text-align: center;
		}

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

			#catalog_ProductView .leftSide .photo .zoom,
			#catalog_ProductView .leftSide .photo .moreImg {
				display: block;
				width: 57px;
				height: 17px;
				padding: 4px 7px 0 0;
				cursor: pointer;

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

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

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

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

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

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

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

		#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: 354px;
			margin-top: 10px;
		}

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

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

					font-size: 10px;
				}

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

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

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

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

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

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

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

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

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

					text-align: right;
				}

					#productOrderContainer .deliveryQuantityContainer .quantity input {
						border-top: 1px solid #c3c3c3;
						border-left:  1px solid #c3c3c3;
						border-right: 1px solid  #e7e7e7;
						border-bottom: 1px solid  #e7e7e7;
					}
		/*--- /productOrderContainer --*/
		
		/*--- btn_addTo --*/
		#catalog_ProductView .rightSide .btn_addToShoppingCart {
			display: block;
			width: 208px;
			height: 27px;
			float: right;
			padding: 7px 0 0 32px;
			margin-top: 8px;
			background: url('images/btn_addtoshoppingcart.jpg') 0 0 no-repeat;

			position: relative;
			right: -2px;

			font-size: 14px;
			font-weight: bold;
			color: #fff;
			text-decoration: none;
		}

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

		#catalog_ProductView .rightSide .btnAddToWishList {
			float: right;

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

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

			font-size: 11px;
		}

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

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


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

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

	#catalog_ProductTemplates h2 {
		display: none;
	}

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

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

		text-align: left;
	}

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

		text-align: left;
	}

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

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

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

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

		color: #3dc1d0;
	}

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

#catalog_ProductItems {
}

	#catalog_ProductItems table {
	}

	#catalog_ProductItems h2 {
		display:none;
	}

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

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

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

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

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

		#catalog_ProductItems small {
			color: #999999;
		}

		#catalog_ProductItems .priceOff {
		}

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

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

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

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

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

			color: #3bbdcb;
		}

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

#catalog_ProductsAssociations {
}

	#catalog_ProductsAssociations h1 {
		display: none;
	}

	#catalog_ProductsAssociations .borders{
	}

	#catalog_ProductsAssociations .separator {
	}

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

#catalog_ProductDocuments {
}

	#catalog_ProductDocuments h2 {
		display: none;
	}

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

		text-decoration: none;
	}

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

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

#productReviews {
}

	#productReviews h1 {
		display: none;
	}

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

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

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

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

				font-size: 10px;
			}

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

	#productReviews .reviews {}

	#productReviews .reviews table {}

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


/* Products > Misc
-------------------------------------------------------------- */
	
#catalog_SendToFriendsPanel {
	background-color: #fff;
	
	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 {
	padding: 10px;
	margin:10px 0 0 0;
	border: 1px solid #e7e7e7;
	font-size: 11px;
}

#catalog_ProductDescription .readMore,
#catalog_ProductDescription .readLess
{
	float: right;
	margin: 5px 0 0 0;
	color: #53A6D7;
	cursor:pointer;
}

#catalog_ProductDocuments {
	padding: 10px;
	border: 1px solid #e7e7e7;
}

#catalog_Accessories,
#catalog_CrossSellings,
#catalog_ProductsSubstitutions {
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
}
	
	#catalog_Accessories .catalog_productSmall,
	#catalog_CrossSellings .catalog_productSmall,
	#catalog_ProductsSubstitutions .catalog_productSmall {
		padding: 5px 6px 5px 7px;
	}

	#catalog_Accessories .catalog_productSmallHover,
	#catalog_CrossSellings .catalog_productSmallHover,
	#catalog_ProductsSubstitutions .catalog_productSmallHover {
		background: url('images/bg_producthover2.gif') 0 0 no-repeat;
		cursor: pointer;
	}