﻿@charset "utf-8";
/* CSS Document */

div.ItemMatrix {
}
div.ItemMatrix div.Cell {
	width: 162px;
	height: 233px;	/* one line header */
	height: 248px;	/* two line header */
	float: left;
	padding: 5px 10px 5px 10px;
	border-right: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
div.ItemMatrix div.Cell:hover {
	background-color: #f8fafe;
	border: 1px solid #888;
	padding: 4px 10px 5px 9px;
}
div.ItemMatrix div.LastColumn {
	padding-right: 12px;
	border-right: none;
}
div.ItemMatrix div.LastRow {
	border-bottom: none;
}

div.ItemMatrix div.Cell a {
	text-decoration: none;
	cursor: pointer;
}
div.ItemMatrix div.Cell div.Title {
	line-height: normal;
	height: 45px;
}
div.ItemMatrix div.Cell div.Title h2 {
	font-size: 12px;
	font-weight: bold;
	color: #0066b2;
	max-height: 30px;
	/*
	white-space: nowrap;
	*/
	overflow: hidden;
	text-overflow: ellipsis;
}
div.ItemMatrix div.Cell div.Title h3 {
	font-size: 10px;
	font-weight: bold;
	color: #555;
	display: inline;
}
div.ItemMatrix div.Cell div.Title span.Variants {
	font-size: 10px;
	color: #555;
}		
div.ItemMatrix div.Cell div.Image {
	background-color: white;
	text-align: center;
	line-height: normal;
	height: 120px;
	overflow: hidden;
	display: table;
	border-collapse: collapse;
	width: 100%;
}
div.ItemMatrix div.Cell div.Image div {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}
div.ItemMatrix div.Cell div.Image div img {
	display: block;
	margin: auto;
}
div.ItemMatrix div.Cell div.Description {
	height: 60px;
	overflow: hidden;
	color: #666;
	line-height: 1.4em;
	font-size: 11px;
}
div.ItemMatrix div.Cell div.Description span.MoreInfo {
	color: #008ed3;
}
div.ItemMatrix div.Cell:hover div.Description span.MoreInfo {
	text-decoration: underline;
}
div.ItemMatrix div.Cell div.Price {
	margin-top: 5px;
	line-height: normal;
	color: #52bd1e;
	font-size: 12px;
}
div.ItemMatrix div.Cell div.Price span.Amount {
	font-weight: bold;
}
div.ItemMatrix div.Cell div.Price span.NewAmount {
	font-weight: bold;
}
div.ItemMatrix div.Cell div.Price span.OldAmount {
	font-weight: normal;
	font-size: 11px;
	text-decoration: line-through;
	color: #777;
	margin-right: 5px;
}




div.ProductMatrix {
}
div.ProductMatrix div.Cell {
	width: 162px;
	height: 247px;	/* one line header */
	height: 262px;	/* two line header */	
	float: left;
	padding: 5px 10px 5px 10px;
	border-right: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
div.ProductMatrix div.Cell:hover {
	background-color: #f8fafe;
	border: 1px solid #888;
	padding: 4px 10px 5px 9px;
}
div.ProductMatrix div.LastColumn {
	padding-right: 12px;
	border-right: none;
}
div.ProductMatrix div.LastRow {
	border-bottom: none;
}

div.ProductMatrix div.Cell a {
	text-decoration: none;
	cursor: pointer;
}
div.ProductMatrix div.Cell div.Title {
	line-height: normal;
	height: 60px;
}
div.ProductMatrix div.Cell div.Title h2 {
	font-size: 12px;
	font-weight: bold;
	color: #0066b2;
	max-height: 30px;
	/*
	white-space: nowrap;
	*/
	overflow: hidden;
	text-overflow: ellipsis;
}
div.ProductMatrix div.Cell div.Title h3 {
	font-size: 10px;
	font-weight: bold;
	color: #555;
	display: inline;
}
div.ProductMatrix div.Cell div.Title div.Properties {
	color: #0066b2;
}
div.ProductMatrix div.Cell div.Title span.Variants {
	font-size: 10px;
	color: #555;
}		
div.ProductMatrix div.Cell div.Image {
	background-color: white;
	text-align: center;
	line-height: normal;
	height: 120px;
	overflow: hidden;
	display: table;
	border-collapse: collapse;
	width: 100%;
}
div.ProductMatrix div.Cell div.Image div {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}
div.ProductMatrix div.Cell div.Image div img {
	display: block;
	margin: auto;
}

div.ProductMatrix div.Cell div.Description {
	height: 60px;
	overflow: hidden;
	color: #666;
	line-height: 1.4em;
	font-size: 11px;
}
div.ProductMatrix div.Cell div.Description span.MoreInfo {
	color: #008ed3;
}
div.ProductMatrix div.Cell:hover div.Description span.MoreInfo {
	text-decoration: underline;
}
div.ProductMatrix div.Cell div.Price {
	margin-top: 5px;
	line-height: normal;
	color: #52bd1e;
	font-size: 12px;
}
div.ProductMatrix div.Cell div.Price span.Amount {
	font-weight: bold;
}
div.ProductMatrix div.Cell div.Price span.NewAmount {
	font-weight: bold;
}
div.ProductMatrix div.Cell div.Price span.OldAmount {
	font-weight: normal;
	font-size: 11px;
	text-decoration: line-through;
	color: #777;
	margin-right: 5px;
}



div.RelatedProductCarousel {
	margin: 10px 0px 30px 0px;
	border: 1px solid #CCC;
	border-right: 0px;
	border-top: 0px;
	width: 732px !important;
	padding: 0px 8px 0px 0px;
}


div.ItemMatrix ul.RelatedProductCarousel {
}
div.ItemMatrix ul.RelatedProductCarousel div.Cell {
	border-bottom: 1px solid white;
}
div.ItemMatrix ul.RelatedProductCarousel div.Cell:hover {
	border-bottom: 1px solid #888;
}



div.ProductMatrix ul.RelatedProductCarousel {
}
div.ProductMatrix ul.RelatedProductCarousel div.Cell {
	border-bottom: 1px solid white;
}
div.ProductMatrix ul.RelatedProductCarousel div.Cell:hover {
	border-bottom: 1px solid #888;
}





div.ProductMatrix.TopProductsVMatrix {
	border-bottom: 1px dotted #CCC;
}
div.ProductMatrix.TopProductsVMatrix div.Cell {
	padding: 4px 10px 5px 10px !important;
	border: 1px dotted #CCC;
	border-bottom: 0px;
}
div.ProductMatrix.TopProductsVMatrix div.Cell:hover,
div.ProductMatrix.TopProductsVMatrix div.Cell.LastRow:hover {
	background-color: #f8fafe;
	border: 1px solid #888;
	padding: 4px 10px 4px 10px !important;
}
div.ProductMatrix.TopProductsVMatrix div.Cell.LastRow {
	border-bottom: 1px dotted #CCC;
	padding: 4px 10px 4px 10px !important;
}

div.ItemMatrix.TopProductsVMatrix {
	border-bottom: 1px dotted #CCC;
}
div.ItemMatrix.TopProductsVMatrix div.Cell {
	padding: 4px 10px 5px 10px !important;
	border: 1px dotted #CCC;
	border-bottom: 0px;
}
div.ItemMatrix.TopProductsVMatrix div.Cell:hover,
div.ItemMatrix.TopProductsVMatrix div.Cell.LastRow:hover {
	background-color: #f8fafe;
	border: 1px solid #888;
	padding: 4px 10px 4px 10px !important;
}
div.ItemMatrix.TopProductsVMatrix div.Cell.LastRow {
	border-bottom: 1px dotted #CCC;
	padding: 4px 10px 4px 10px !important;
}


