/*
 * CATEGORY TITLE
 */
.category-title {
	margin: 15px 2px 10px 2px;
	position: relative;
	width: 1012px;
	height: 81px;
	overflow: hidden;
}
.category-title .category-image-wrapper {
	background: url('img/category-img-wrapper.png') no-repeat;
	width: 78px;
	height: 77px;
	text-align: center;
	padding: 2px;
	float: left;
	position: relative;
}
.category-title .category-image-wrapper img {
	max-width: 70px;
	max-height: 70px;
}
.category-title .category-image-wrapper .corner {
	position: absolute;
	width: 21px;
	height: 16px;
	top: 0px;
	right: 0px;
	background: url('img/category-img-corner.png') no-repeat;
}

.category-title #all-categories-title {
	position: absolute;
	top: 5px;
	right: 347px;
	width: 250px;
	height: 20px;
	
}
.category-title #all-categories-title div {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 20px;
	white-space: nowrap;
	color: #858585;
	font-size: 18px;
	font-weight: normal;
	text-align: right;
}
.category-title #all-categories {
	float: left;
	width: 344px;
	height: 81px;
	overflow: hidden;
	position: relative;
}
.category-title #all-categories .all-category-image-wrapper {
	background: url('img/category-img-wrapper.png') no-repeat;
	width: 78px;
	height: 77px;
	text-align: center;
	padding: 2px;
	margin: 0px 2px;
	float: left;
	position: relative;
}
.category-title #all-categories .all-category-image-wrapper img {
	max-width: 70px;
	max-height: 70px;
}
.category-title #all-categories .all-category-image-wrapper .corner {
	position: absolute;
	width: 21px;
	height: 16px;
	top: 0px;
	right: 0px;
	background: url('img/category-img-corner.png') no-repeat;
}
.category-title .category-item .hover {
	background: url('img/category-img-wrapper-hover.png') no-repeat;
	position: absolute;
	top: 0px; left: 0px; bottom: 0px; right: 0px;
	display: block;
}
.category-title .category-item:hover .hover,
.category-title .category-item.show-image .hover {
	background: none;
}

.category-title .sub-categories {
	float: left;
	border-left: 5px solid transparent;
	width: 571px;
	height: 81px;
	overflow: hidden;
}
.category-title .sub-categories  h2 {
	margin: 0px;
}
.category-title .sub-categories  h2 a {
	color: #656565 !important;
	font-size: 18px !important;
	font-weight: normal !important;
	margin: 0px 0px 3px 0px !important;
}

.category-title .sub-categories a {
	color: #716f6f;
	text-decoration: none;
	font-size: 15px;
	margin-right: 20px;
	margin-bottom: 5px;
	display: inline-block;
	white-space: nowrap;
}
.category-title .sub-categories a:hover,
.category-title .sub-categories a.active {
	color: #252525;
}

/*
 * SLIDER
 */
.products-slider {
	width: 1016px;
	height: 276px;
	background: url('img/slider-bg.png') no-repeat;
	margin-left: -5px;
	padding-top: 1px;
	position: relative;
}
.products-slider .products-data {
	overflow: hidden;
	width: 851px;
	height: 213px;
	position: relative;
	/*border: 1px solid black;*/
	margin: 20px auto 4px auto;
}
.products-slider .products-data .products-slider-data {
	position: absolute;
	white-space: nowrap;
}
.products-slider .products-data .products-slider-data a {
	display: inline-block;
	background: url('img/slider-product-bg.png') no-repeat;
	width: 147px;
	height: 156px;
	padding: 20px 10px;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	position: relative;
}
.products-slider .products-data .products-slider-data a .image {
	display: block;
	height: 140px;
}
.products-slider .products-data .products-slider-data a .image img {
	max-width: 137px;
	max-height: 137px;
}
.products-slider .products-data .products-slider-data a .title {
	display: block;
	font-size: 16px;
	color: #656565;
}
.products-slider .products-data .products-slider-data a .hover {
	background: url('img/slider-product-bg-hover.png') no-repeat;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.products-slider .products-data .products-slider-data a:hover {
	text-decoration: none;
}
.products-slider .products-data .products-slider-data a:hover .hover,
.products-slider .products-data .products-slider-data a.active .hover {
	background: none;
}

.products-slider .products-data .products-slider-data a .category-name {
	display: block;
	position: absolute;
	bottom: -14px;
	left: -2px;
	height: 14px;
	width: 171px;
	overflow: hidden;
	
	line-height: 12px;
	font-size: 12px;
	text-align: left;
	color: #454545;
}
.products-slider .products-data .products-slider-data a .category-name-wrapper {
	display: block;
	width: 400px;
}
.products-slider .products-data .products-slider-data a .category-name-title {
	float: left;
	padding: 0px 3px 0px 5px;
}
.products-slider .products-data .products-slider-data a .category-name-bg {
	display: block;
	position: relative;
	float: left;
	margin-top: 5px;
	height: 5px;
	width: 200px;
}

.products-slider .button-left {
	display: block;
	position: absolute;
	width: 21px;
	height: 175px;
	background: url('img/slider-button-left.png') no-repeat top;
	top: 36px;
	left: 35px;
}
.products-slider .button-right {
	display: block;
	position: absolute;
	width: 21px;
	height: 175px;
	background: url('img/slider-button-right.png') no-repeat top;
	top: 36px;
	right: 35px;
}
.products-slider .button-left:hover,
.products-slider .button-right:hover {
	background-position: bottom;
}

.products-slider .slider-line {
	position: relative;
	width: 849px;
	height: 18px;
	background: url('img/slider-line-bg.png') no-repeat;	
	margin: 0px auto 0px auto;
	padding: 1px 34px 2px 34px;
}
.products-slider .slider-line .slider-button {
	background: url('img/slider-line-button.png') no-repeat;
	position: absolute;
	width: 33px;
	height: 18px;
}

/*
 * PRODUCT IMAGES
 */
.products-wrapper {
	margin-top: 20px;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #7b7b7b;
}

.products-wrapper .images-panel {
	float: left;
	width: 250px;
	min-height: 50px;
	margin-right: 18px;
}
.products-wrapper .images-panel .main-image-wrapper {
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.products-wrapper .images-panel .main-image {
	display: block;
	position: relative;
	width: 240px;
	height: 240px; 
	padding: 5px;
	background: url('img/product-img-main-wrapper.png') no-repeat;	
	text-align: center;
}
.products-wrapper .images-panel .main-image img {
	max-height: 240px;
	max-width: 240px;
}
.products-wrapper .images-panel .main-image .corner {
	display: block;
	position: absolute;
	background: url('img/product-img-main-corner.png') no-repeat;	
	top: 0px;
	right: 0px;
	width: 93px;
	height: 91px;
}

.products-wrapper .images-panel .images-wrapper {
	width: 260px;
	margin-left: -5px;
}
.products-wrapper .images-panel .images-wrapper a {
	display: block;
	position: relative;
	width: 110px;
	height: 110px; 
	padding: 5px;
	float: left;
	background: url('img/product-img-wrapper.png') no-repeat;	
	text-align: center;
	margin: 5px;
}
.products-wrapper .images-panel .images-wrapper a img {
	max-height: 110px;
	max-width: 110px;
}
.products-wrapper .images-panel .images-wrapper a .corner {
	display: block;
	position: absolute;
	background: url('img/product-img-corner.png') no-repeat;	
	top: 0px;
	right: 0px;
	width: 24px;
	height: 24px;
}

.products-wrapper .data-panel {
	float: left;
	width: 738px;
	min-height: 50px;
}

/*
 * PRODUCT CONTENT
 */
.products-wrapper .data-panel h1 {
	font-size: 20px !important;
}
.products-wrapper .data-panel h1 .product-reference {
	font-size: 16px;
	color: #888;
}
.products-wrapper .data-panel h2 {
	margin: 15px 0px 8px 10px;
	color: #7b7b7b;
	font-size: 17px;
	font-weight: normal;
}

.product-text {
	width: 713px;
	background: url('img/product-text-bg.png') repeat-y;
	position: relative;
	margin: 6px 0px 20px 0px;
	padding: 2px 10px;
}
.product-text .top {
	position: absolute;
	background: url('img/product-text-bg-top.png') no-repeat;
	top: -6px;
	left: 0px;
	right: 0px;
	height: 6px;
}
.product-text .bottom {
	position: absolute;
	background: url('img/product-text-bg-bottom.png') no-repeat;
	bottom: -6px;
	left: 0px;
	right: 0px;
	height: 6px;
}
