/* ===================================
    CSS STYLES FOR Module AmazonPortal
   ===================================
*/

/* PRODUCT LIST STYLES */
.ProductList
{
	background-color: whitesmoke;
}

.ProductListHeader
{
	font-weight: bold;
	font-size: medium;
	font-family: tahoma;
	background-color: transparent;
}

.ProductListItem
{
	background-color: white;
}

.ProductListAlternatingItem
{
}

.ProductListFooter
{
}

.ProductListSeparator
{
}

.ProductListListPriceText
{
}

.ProductListOurPriceText
{
	color: maroon;
}
.ProductListPager
{
	background-color: white;
	text-align: center;
}

/* CATEGORY LIST STYLES */

.CategoryList
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Tahoma;
	background-color: gainsboro;
}

.CategoryListHeader
{
	font-weight: bold;
	color: white;
	background-color: #6b696b;
}
.CategoryListItem
{
	background-color: #f7f7de;
}
.CategoryListAlternatingItem
{
}
.CategoryListFooter
{
}
.CategoryListSeparator
{
}

/* SHOPPING CART STYLES */
.ShoppingCartLink
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	background-color: lightgoldenrodyellow;
}

.ShoppingCart
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Tahoma;
	background-color: whitesmoke;
}

.CartHeader
{
	font-weight: bold;
	color: white;
	background-color: #6b696b;
}

.CartItem
{
	background-color: #f7f7de;
}

.CartAlternatingItem
{
	background-color: white;
}

.CartFooter
{
	background-color: #cccc99;
}
