﻿.ProductList
{}

.ProductList td
{
	border-bottom: dotted thin gray;
	padding-top: 15px;
	padding-bottom: 15px;	
}

.SignPriceSale
{
	padding: 3px;
	background-color: Red;
	color: White;
	font-weight: bold;
	font-size: 10px;	
}

.SignNew
{
	padding: 3px;
	background-color: #EF5822;
	color: White;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;		
}

.SignNotInStore
{
	padding: 3px;
	background-color: #097833;
	color: White;
	font-weight: bold;
	font-size: 10px;		
}

.PriceSale
{
	color: Red;
	font-weight: bold;	
}

.DataGrid_Item_OrderNotConfirmed
{
	 font-weight: bold;	
}

.DataGrid_Item_OrderInProcess
{
	 color:Red;
}

.DataGrid_Item_OrderCompleted
{
	 color: gray;
	
}

.DataGrid_Item_OrderCancelled
{
	 color: Silver;
	 text-decoration: line-through;
}

.DataGrid_Item_OrderCancelled a,
.DataGrid_Item_OrderCompleted a,
.DataGrid_Item_OrderInProcess a,
.DataGrid_Item_OrderNotConfirmed a
{
	 text-decoration: underline;
	 color: #0DB14B;	
}

.ESHOP_Navigation_Item,
.ESHOP_Navigation_Marked
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 12px;
	border-bottom: solid 1px #A9CC90;
	background-color: #BADE9F;
	margin-bottom: 1px;	
	background-image: url(../../Images/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.ESHOP_Navigation_Marked
{
	background-color: #CA7013;
	color: White;
	border-bottom: solid 1px #B06210;
	background-image: url(../../Images/menu_arrow_white.gif);
}

.ESHOP_Navigation_SubItem
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-size: 10px;
	border-bottom: solid 1px #A9CC90;
	background-color: #C9EBAF;
	margin-bottom: 1px;	
}
