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

.catalog_productSmall {
	width: 148px;
	height: 230px;
	float: left;
	margin: 0 0 15px 0;
	background: url('images/bg_productsmall.jpg') 0 0 no-repeat;
	cursor: pointer;

	text-align: center;

	zoom:1; 
}

	.catalog_productSmallHover {
	}

	.catalog_productSmall .photo {
		width: 148px;
		height: 148px;
		padding: 4px 0 0 0;

		font-size: 0px;
	}

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

	.catalog_productSmall .data {
		width: 148px;
	}
		
		.catalog_productSmall .data a {
			display: block;
			height: 35px;
			
			font-weight: bold;
			color: #6d6969;
			text-decoration: none;
		}

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

		.catalog_productSmall .data .name {
		}

		.catalog_productSmall .data .description {
			display: block;
			width: 148px;
			height: 17px;
			padding: 3px 0 0 0;
			margin: 0 0 3px 0;
			background: url('images/btn_productsmall.jpg') 0 bottom no-repeat;
			
			text-align: center;
			font-size: 10px;
			color: #ffffff;
		}

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

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

			.catalog_productSmall .data .prices .priceFrom {
			}

			.catalog_productSmall .data .prices .priceMin {
			}

			.catalog_productSmall .data .prices .priceOff {
			}
		

		.catalog_productSmall .data  .productOrder {
			width: 148px;
			height: 17px;
			padding: 3px 0 0 0;
			background: url('images/btn_productsmall.jpg') 0 0 no-repeat;

			text-align: center;
			font-size: 10px;
			color: #ffffff;
		}

		.catalog_productSmall .data  .productOrder:hover {
			background-position: bottom;
		}

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

#catalog_ControlCategoriesInTopMenu {
}

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

#catalog_ControlCategoriesList {
	/*width: 230px;

	position: relative;
	left: -20px; */
}
	
	#catalog_ControlCategoriesList h1 {
		display: none;
	} 

	#catalog_ControlCategoriesList a {
		display: block;
		padding: 3px 0;

		text-decoration: none;
	}

	#catalog_ControlCategoriesList .parent {
		padding: 3px 10px;
		border-bottom: 1px solid #fff;
		background-color: #5691BF;
		
		color:#fff;
	}

	#catalog_ControlCategoriesList .parent:hover {
		background-color: #89ac2b;

		color:#fff;
	}

	#catalog_ControlCategoriesList .childs a {
		padding: 3px 0 3px 25px;
		border-bottom: 1px solid #FFF;
		background: url('images/puce.gif') 10px 7px no-repeat #d9e0e6;

		font-size: 11px;
	}

	#catalog_ControlCategoriesList .childs a:hover {
		background-color: #a6c4dd;

		color:#fff;
	}

	#catalog_ControlCategoriesList .subChilds a {
		padding: 3px 0 3px 35px;
		border-bottom: 1px solid #FFF;
		background: url('images/puce.gif') 20px 7px no-repeat #eff2f5;

		font-size: 11px;
	}

	#catalog_ControlCategoriesList .subChilds a:hover {
		background-color: #a6c4dd;

		color:#fff;
	}
	
	#catalog_ControlCategoriesList .subSubChilds a {
		padding: 3px 0 3px 45px;
		border-bottom: 1px solid #FFF;
		background: url('images/puce.gif') 30px 7px no-repeat #eff2f5;

		font-size: 11px;
	}

	#catalog_ControlCategoriesList .subSubChilds a:hover {
		background-color: #a6c4dd;

		color:#fff;
	}
	
	#catalog_ControlCategoriesList .subSubSubChilds a {
		padding: 3px 0 3px 55px;
		border-bottom: 1px solid #FFF;
		background: url('images/puce.gif') 40px 7px no-repeat #eff2f5;

		font-size: 11px;
	}

	#catalog_ControlCategoriesList .subSubSubChilds a:hover {
		background-color: #a6c4dd;

		color:#fff;
	}

/* Controls > Flash Sales
-------------------------------------------------------------- */

#catalog_ControlFlashSales {
}

	#catalog_ControlFlashSales .number{
	}

	#catalog_ControlFlashSales .text{
	}

/* Controls > Last Searches
-------------------------------------------------------------- */

#catalog_ControlLastSearches {
}

	#catalog_ControlLastSearches h2 {
    }

	#catalog_ControlLastSearches .separator {
    }

/* Controls > Last Searches By User
-------------------------------------------------------------- */

#catalog_ControlLastSearchesByUser {
}

	#catalog_ControlLastSearchesByUser h2 {
    }

	#catalog_ControlLastSearchesByUser .separator {
    }

/* Controls > Product In Home
-------------------------------------------------------------- *

#catalog_ControlProductInHome {
	width: 298px;
	height: 148px;
	float: left;
	border: 1px solid #e7e7e7;
	background: url('images/bg_productinhome.gif') 0px 0px repeat-y;

	zoom: 1;
}
	
	#catalog_ControlProductInHome .productsHover {
		cursor:pointer;

		filter : alpha(opacity=70);
		-moz-opacity : 0.7;
		opacity : 0.7;
	}

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

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

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

	#catalog_ControlProductInHome #productsTicker {
		width:298px;
		height:148px;
		padding:0px;
		margin:0px;
		list-style-type:none;
		border:0px solid #ffffff;
	}

		#catalog_ControlProductInHome #productsTicker a {
			color:#000000;
			text-decoration:none;
		}

	#catalog_ControlProductInHome #productsTicker .starFlash {
		width: 200px;
		height: 14px;
		display: block;
		float: right;
		background-color: #005D9E;

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

		text-align: center;
	}

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

		#catalog_ControlProductInHome #productsTicker .photo img {
			width:140px;
			height:140px;
			margin:4px 0px 0px 4px;
		}

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

	#catalog_ControlProductInHome #productsTicker .data h2 {
		font-size:10px;
		font-weight:bold;
		margin:0px;
	}

		#catalog_ControlProductInHome #productsTicker .description {
			display:block;
			height:26px;
			overflow:hidden;
			color:#878787;
		}

		#catalog_ControlProductInHome #productsTicker .prices {}

			#catalog_ControlProductInHome #productsTicker .prices .priceFrom { color:#005D9E; }
			#catalog_ControlProductInHome #productsTicker .prices .priceMin { color:#005D9E; }
			#catalog_ControlProductInHome #productsTicker .prices .priceOff { color:#878787; }

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

/*----- ---- -----*/
/*----- TODO -----*/
/*----- ---- -----*/

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

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

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

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

	#catalog_ControlProductsOurFilter .filter {
	}

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

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

		color: #ffffff;
	}

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

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

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

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

		color: #ffffff;
	}

#catalog_ControlProductsFilter {
}

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

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

	#catalog_ControlProductsFilter .filter {
    }

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

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

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

	#catalog_ControlProductsFilter a:hover {
		background-color: #005D9E;

		color: #ffffff;
	}

	#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 In Home
-------------------------------------------------------------- *

#catalog_ControlProductsInHome {
}

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

	#catalog_ControlProductsInHome .btnSeeAll {	
	}

	#catalog_ControlProductsInHome .btnSeeAll:hover {
	}

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

#catalog_ControlProductsSearch {
	width: 250px;
	height: 16px;
	float: right;
	margin: 5px  0 0 0;
}

	#catalog_ControlProductsSearch h2 {
		height: 15px;
		float: right;
		padding: 1px 0 0 0;
		margin: 0;

		font-size: 11px;
		color: #6d6969;
	}

	#catalog_ControlProductsSearch input {
		width: 118px;
		height: 12px;
		float: right;

		margin: 0;
		padding: 2px 5px;
		border: 0 solid #ffffff;
		background: url('images/bg_input-search.gif') 0 0 no-repeat;

		font-size: 10px;
		color: #6d6969;
	}

	#catalog_ControlProductsSearch .btn {
		width: 16px;
		height: 16px;
		float: right;

		margin: 0 0 0 5px;
		padding: 0;
		background: url('images/btn_search.gif') 0 0 no-repeat;
	}

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

	#catalog_ControlProductsSearch .searchInResults {
		display: none;
	}

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

#catalog_ControlBestSales {
	background: url('images/bg_radiant_grey0.gif') 0 0 repeat-x;
}

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

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

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

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

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

#catalog_ControlRecentlyViewedProducts {
}

	#catalog_ControlRecentlyViewedProducts h2 {
		width: 171px;
		height: 20px;
		margin: 0px;
		padding: 6px 0px 0px 10px;
		background-color: #005D9E;
		
		font-size: 11px;
		color: #ffffff;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 0px;
	}

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

#catalog_BreadCrumb {
	padding: 3px 20px;
	margin: 0 0 10px 0;
	background-color: #eaeae3;

	font-size: 10px;
}

	#catalog_BreadCrumb a {
	}

	#catalog_BreadCrumb a:hover {
	}

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

#catalog_ProductsListToolsBar {
	display: none;

	height: 17px;
	padding: 3px 20px 0 20px;
	margin: 0 0 10px 0;
	background-color: #eaeae3;
}

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

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

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

		#catalog_ProductsListToolsBar .leftSide .viewList {
			width: 14px;
			height: 14px;
			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: 0px bottom;
			}

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

	#catalog_ProductsListToolsBar .rightSide {
		width: 240px;
		float: right;

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

		#catalog_ProductsListToolsBar .rightSide .input {
			height: 16px;
			padding: 0px;
			border-color: #c7c7c7;
			background-color: #ffffff;

			position: relative;
			top: -1px;

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

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

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

	#catalog_ProductsInGrid .separator {
		width: 18px;
		height: 1px;
		float: left;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	#catalog_ProductsInList .manufacturer {
		display: none;
	}

	#catalog_ProductsInList .manufacturer:hover {
	}

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

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

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

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

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

	#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: #ffffff;
		font-weight: bold;
		text-transform: uppercase;
	}

	#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 {
		display: block;

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

	#catalog_SubCategoriesList .catalog_SubCategory {
		width: 148px;
		height: 172px;
		float: left;
		margin: 0 0 18px 0;
		background: url('images/bg_productsmall.jpg') 0 0 no-repeat;
		cursor: pointer;

		text-align: center;

		zoom:1; 
	}

		#catalog_SubCategoriesList .catalog_SubCategoryHover {
		}	

	#catalog_SubCategoriesList .catalog_SubCategory .photo {
		width: 148px;
		height: 148px;
		padding: 4px 0 0 0;

		font-size: 0px;
	}

	#catalog_SubCategoriesList .catalog_SubCategory h2 {
		width: 148px;
		height: 17px;
		padding: 3px 0 0 0;
		background: url('images/btn_productsmall.jpg') 0 bottom no-repeat;

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

	#catalog_SubCategoriesList .catalog_SubCategory h2:hover {
		background-position: 0 0;
	}

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

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

#catalog_ToolsContainer {
}

#catalog_Tools {
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}	

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

		text-decoration: none;
	}

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

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

	#catalog_ProductView h1 {	
		padding-bottom: 3px;

		font-size: 12px;
	}
		
		#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: 480px;
		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: 228px;
		height: 16px;
		padding: 2px 0 0 0;
		background-color: #2b73ac;

		position: relative;
		left: 1px;
		margin-bottom: -19px;

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

	#catalog_ProductView .leftSide {
		width: 230px;
		/*height: 300px;*/
		float: left;
		margin-right: 10px;
	}

		#catalog_ProductView .leftSide .starFlash {
			display: none;
		}

		#catalog_ProductView .leftSide .photo {
			width: 228px;
			height: 228px;
			padding: 18px 0 0 0;
			border: 1px solid #e7e7e7;

			text-align: center;
		}

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

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

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

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

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

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

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

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

		/*--- productChoiceContainer --*/
		#productChoiceContainer {
			display: none;
		}

			#productChoiceContainer .variationColor {
			}

				#productChoiceContainer .variationColor a {
				}

				#productChoiceContainer .variationColor a:hover {
				}
				
								
				#productChoiceContainer .variationColor .color {					
				}

				#productChoiceContainer .variationColor .activeColor{
				}

			#productChoiceContainer .size {
			}

				#productChoiceContainer .size {
				}

				#productChoiceContainer .size input {
				}

			#productChoiceContainer .fieldLink {
			}
		/*--- /productChoiceContainer --*/
		
		/*--- productOrderContainer --*/
		#productOrderContainer {
			display: none;
		}

			#productOrderContainer .priceContainer {
			}

				#productOrderContainer .priceContainer .priceInfo {
				}

				#productOrderContainer .priceContainer .price {
				}

				#productOrderContainer .priceContainer small {
				}

			#productOrderContainer .flashSaleContainer {
			}

				#productOrderContainer .flashSaleContainer .flashSale{
				}

			#productOrderContainer .deliveryQuantityContainer {
			}

				#productOrderContainer .deliveryQuantityContainer .stockDelivery {
				}

					#productOrderContainer .deliveryQuantityContainer .stockDelivery small {
					}

				#productOrderContainer .deliveryQuantityContainer .quantity {
				}

					#productOrderContainer .deliveryQuantityContainer .quantity input {
					}
		/*--- /productOrderContainer --*/
		
		/*--- productGrarantyContainer --*/
		#productGrarantyContainer {
			display: none;
		}

			#productGrarantyContainer h2 {
			}

			#productGrarantyContainer a {
			}
		/*--- /productGrarantyContainer --*/
		
		/*--- productBottomContainer --*/
			#productBottomContainer,
			#productBottomContainer-important {	
				display: none;
			}

			#productBottomContainer {  }
			#productBottomContainer-important {  }
		/*--- /productBottomContainer --*/
		
		/*--- btn_addTo --*/
		#catalog_ProductView .rightSide .btn_addToShoppingCart {
			display: none;
		}

		#catalog_ProductView .rightSide .btn_addToShoppingCart:hover {
		}

		#catalog_ProductView .rightSide .btn_AddToWishList {
			display: none;
		}
		/*--- 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 {
	display: none;
}

	#catalog_ProductTemplates h2 {
		display: none;
	}

	#catalog_ProductTemplates .productTemplates {
		background-color: #ffffff;
		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: #000000;
	}

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

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

/*	#catalog_ProductTemplates .productTemplates td {
		padding: 2px;
		border-bottom: 1px dotted #e1d8c7;
		background-color: #fcfcfa;
	}
	
	#catalog_ProductTemplates .productTemplates td h2 {
		margin:2px;
		background-color:#fbfaf6;
	}*/
	
	/*#catalog_ProductTemplates .productTemplates .linkToFilter {
		color: #000000;
	}

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

		color: #000000;
	}

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

#catalog_ProductRatingBox {
	margin: 8px 4px 0px 4px;
	padding: 10px;
	border: 1px solid #abdeec;
}

#catalog_ProductRating .btnRating {
	display: block;
	margin-top: 5px;
	padding: 1px 3px;
	background-color: #2cadd0;

	font-size: 11px;
	color: #ffffff;
	text-align: center;
}

#catalog_ProductRating .btnRating:hover {
	background-color: #ec3461;
	color: #ffffff;
}

#catalog_ProductRating .rating-box {
    width: 69px;
    height: 13px;   
    background: url('images/product_rating_blank_star.gif') repeat-x;        

	position: relative;
}

#catalog_ProductRating .rating-box .rating {
    height: 13px;
    background: url('images/product_rating_full_star.gif') repeat-x;

	position: absolute;
    top: 0;
    left: 0;
}

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

#catalog_ProductItems {
	/*border-top: 5px solid #005D9E;*/
}

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

		#catalog_ProductItems small {
			color: #999999;
		}

		#catalog_ProductItems .priceOff {
		}

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

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

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

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

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

			color: #3bbdcb;
		}

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

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

	#catalog_ProductsAssociations h1 {
		display: none;
	}

	#catalog_ProductsAssociations .separator {
		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 #e7e7e7;

		text-decoration: none;
	}

	#catalog_ProductDocuments a:hover { 
		background-color: #005D9E; 
		
		color: #ffffff;
	}


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

#productReviews {
}

	#productReviews h1 {
		display: none;
	}

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

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

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

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

				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: 380px;
	height: 290px;

	position: relative;
	top: 0px;
}

#catalog_ProductRating,
#catalog_ListLegend {
	display: none;
}

/*#catalog_ProductTemplates*/
#catalog_ProductDescription,
#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;
	}*/