﻿.SelectedSmallImage
{
	border: solid 2px #006699;
}
.SmallImage
{
}
.BigImage
{
	border: solid 1px #006699;
}

/* Category Navigator START */
.CategoryNavigator, .CategoryNavigator A, .CategoryNavigator A:link, .CategoryNavigator A:visited, .CategoryNavigator A:active
{
	font-weight: bold;
	font-size: 10pt;
	color: #4B4F53;
}
/* Category Navigator END */

/* CategoryList Style START */

.CategoryList
{
	width: 100%;
}
.CategoryList .EllipsesText
{
	width: 175px;
}
.CategoryListRow td, .CategoryListAlternatingRow td
{
	border-bottom: solid 1px #EBEBEB;
	height: 25px;
	white-space: nowrap;
}
.CategoryListRow a, .CategoryListRow a:visited, .CategoryListRow a:link, .CategoryListRow a:active,
.CategoryListAlternatingRow a, .CategoryListAlternatingRow a:visited, .CategoryListAlternatingRow a:link, .CategoryListAlternatingRow a:active
{
	font: bold 11px Verdana,Arial;
	color: #336699;
	padding: 1px;
}
.CategoryListRow a:hover, .CategoryListAlternatingRow a:hover
{
	color: #336699;
}
.CategoryListRow .CategoryImageTextSpliter, .CategoryListAlternatingRow .CategoryImageTextSpliter
{
	padding-left: 4px;
}


.CategoryListHorizontal
{
	text-align: left;
	width: 100%;
}
.CategoryListHorizontal .EllipsesText
{
	width: 180px;
}
.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: 11px;
	font-weight: bold;
	color: #336699;
	padding: 4px;
	text-indent: 4px;
}
.CategoryListVerticalRow a:hover, .CategoryListVerticalAlternatingRow a:hover
{
	border: solid 1px;
	padding: 3px;
	text-decoration: none;
}
.CategoryListVerticalRow .CategoryImageTextSpliter, .CategoryListVerticalAlternatingRow .CategoryImageTextSpliter
{
	padding-left: 4px;
}

/* CategoryList Style End */


/* Chart List Style Start */

.CharList
{
	text-align: left;
	width: 100%;
}
.CharList .EllipsesText
{
	width: 170px;
}
.ChartListRow
{
	height: 18px;
	text-align: left;
}
.ChartListRow td, .ChartListAlternatingRow td
{
	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
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	padding: 2px;
}

.ChartListRow a:hover .ChartListAlternatingRow a:hover
{
	color: #8da6cc;
}

.ChartListAlternatingRow td
{
}
.ChartListAlternatingRow a, .ChartListAlternatingRow a:link, .ChartListAlternatingRow a:visited
{
}
.ChartListAlternatingRow a:hover
{
}

.CurrentTopSellerContainer a, .CurrentTopSellerContainer a:link, .CurrentTopSellerContainer a:visited
{
	width: 170px;
}

/* Chart List Style End */

/** Configuration system **/
.sysMain_tdbg
{
	background-color: #cccccc;
}
.sysConfig_PriceRule
{
	background-color: #cccccc;
}
.sysConfig_title
{
	color: White;
	background-color: #6C829C;
	font-weight: bold;
}
.sysConfig_tdbg
{
	background-color: #cccccc;
}
.sysConfig_stbItem
{
	background-color: #EDF9C8;
}
.sysConfig_optItem
{
	background-color: #E3F5F9;
}
.sysConfig_despItem
{
	background-color: #ffffcc;
}
.sysConfig_hidItem
{
	background-color: #88B788;
}
.sysConfig_smallFont
{
	color: #018400;
}
.sysMain_item
{
	background-color: #EDF9C8;
}
.sysMain_title
{
	color: White;
	background-color: #6C829C;
	font-weight: bold;
}
.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;
}
