﻿.SelectedSmallImage
{
	border: solid 2px #006699;
}
.SmallImage
{
}
.BigImage
{
	border: solid 1px #006699;
}

/* CategoryList Style Start */

.CategoryList
{
	text-align: left;
	width: 100%;
}

/*.CategoryList td, */
.CategoryList .CategoryImageTextSpliter
{
	width: 4px;
}

.CategoryListHeader, .CategoryListHeader th, .CategoryListHeader th
{
}
.CategoryListFooter
{
	font-size: 11px;
	font-weight: bold;
}

.CategoryListRow, .CategoryListAlternatingRow
{
	text-align: left;
	height: 18px;
}
.CategoryListRow td, .CategoryListAlternatingRow td
{
	table-layout: inherit;
	white-space: nowrap;
	vertical-align: middle;
}
.CategoryListRow a, .CategoryListRow a:link, .CategoryListRow a:visited, .CategoryListAlternatingRow a, .CategoryListAlternatingRow a:link, .CategoryListAlternatingRow a:visited
{
	background: url(images/catalog-bg.gif) no-repeat top left;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	width: 200px;
	height: 16px;
	vertical-align: middle;
}
.CategoryListRow a:hover .CategoryListAlternatingRow a:hover
{
	border: solid 1px #006699;
	text-decoration: none;
	color: #8da6cc; /*color: #ade6ff;*/
}

.CategoryListAlternatingRow td
{
}
.CategoryListAlternatingRow a, .CategoryListAlternatingRow a:link, .CategoryListAlternatingRow a:visited
{
}
.CategoryListAlternatingRow a:hover
{
}


.CategoryListHorizontal
{
	text-align: left;
	width: 100%;
}

.CategoryListVerticalRow, .CategoryListVerticalAlternatingRow
{
	width: 10%;
	white-space: nowrap;
}

.CategoryListVerticalRow a, .CategoryListVerticalRow a:link, .CategoryListVerticalRow a:visited, .CategoryListVerticalAlternatingRow a, .CategoryListVerticalAlternatingRow a:link, .CategoryListVerticalAlternatingRow a:visited
{
	display: inline-block;
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	width: 180px;
	padding: 2px;
	text-indent: 4px;
}

.CategoryListVerticalRow a:hover, .CategoryListVerticalAlternatingRow a:hover
{
	color: #000000;
	background-color: #BBDDFF;
	text-decoration: none;
}

.CategoryListVerticalRow .CategoryImageTextSpliter, .CategoryListVerticalAlternatingRow .CategoryImageTextSpliter
{
	padding-left: 4px;
}

/* CategoryList Style End */

/* Chart List Style Start */

.CharList
{
	text-align: left;
}

.ChartListRow
{
	text-align: left;
}
.ChartListRow td, .ChartListAlternatingRow td
{
	height: 16px;
	padding: 0px 6px 0px 6px;
	table-layout: inherit;
	white-space: nowrap;
	border-bottom: dotted 1px #AAAAAA;
}
.ChartListRow a, .ChartListRow a:link, .ChartListRow a:visited, .ChartListAlternatingRow a, .ChartListAlternatingRow a:link, .ChartListAlternatingRow a:visited
{
	/*width: 100%;*/
}

.ChartListRow a:hover .ChartListAlternatingRow a:hover
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #8da6cc; /*color: #ade6ff;*/
}

.ChartListAlternatingRow td
{
}
.ChartListAlternatingRow a, .ChartListAlternatingRow a:link, .ChartListAlternatingRow a:visited
{
}
.ChartListAlternatingRow a:hover
{
}

.CurrentTopSellerContainer a, .CurrentTopSellerContainer a:link, .CurrentTopSellerContainer a:visited
{
	width: 220px;
}

/* Chart List Style End */

/* Product Compare START */
.ProductCompareHeaderController
{
}

.ProductCompareHeader
{
}

.ProductCompareAttributeRow
{
}

.ProductCompareAlternateAttributeRow
{
}

.ProductCompareAttribute
{
}

.ProductCompareAlternateAttribute
{
}

/* Product Compare END */

.ProductCompare
{
	/*border-collapse: collapse;*/
	border: solid 1px #AAAAAA;
}
.ProductCompare td
{
	border: solid 1px #AAAAAA;
	padding: 2px;
}
.ProductCompareHeaderController
{
	vertical-align: middle;
	text-align: center;
	background: #EEEEEE;
	height: 20px;
}
.ProductCompareBasicAttribute .AttributeName,
.ProductCompareAlternateBasicAttribute .AttributeName
{
	padding-left: 4px;
	padding-right: 4px;
	white-space: nowrap;
}
.ProductCompareBasicAttribute
{
	background: #FFFFFF;
	font-weight: bold;
}
.ProductCompareAlternateBasicAttribute
{
	background: #F8F8F8;
	font-weight: bold;
}
.ProductCompareHeader
{
	background: #EEEEEE;
	font-weight: bold;
	font-size: 10pt;
	height: 20px;
	text-indent: 4px;
}
.ProductCompareAttribute
{
	background: #FFFFFF;
}
.ProductCompareAttribute .AttributeName,
.ProductCompareAlternateAttribute .AttributeName
{
	white-space: nowrap;
	font-weight: bold;
	text-indent: 8px;
}
.ProductCompareAlternateAttribute
{
	background: #F8F8F8;
}
