﻿table.CartListRows
{
	margin-left: 5px;
	width: 410px;
	border-right: solid 1px #EBEFBC;
	font-size:12px;
}

table.CartListRows th
{
	background-color: #EBEFBC;
	/*text-transform: uppercase;*/
	text-align: center;
	color : #2F3480;
	height: 25px;
}

table.CartListRows td
{
	padding: 1px 5px 1px 5px;
	border-left: solid 1px #EBEFBC;
	border-bottom: solid 1px #EBEFBC;
}

table.CartListRows td.Quantity
{
	text-align: center;
	vertical-align: middle;
	width: 80px;
}

table.CartListRows td.Price
{
	text-align: right;
}

table.CartListRows td.Delete
{
	text-align: center;
}

table.CartListRows tr.footer td.empty
{
	border-left: solid 0px black;
}

table.CartListRows tr.footer td.total
{
	border-bottom: solid 1px #EBEFBC;
	font-weight: bold;
}

table.CartListRows tr.footer td
{
	border-top: solid 1px #EBEFBC;
	text-align: right;
}

table.Quantity td
{
	border: none;
	padding: 0px;
}

p.CartEmpty 
{
	margin-left: 25px;
	font-style: italic;
}

td.Quantity input
{
	text-align: right;
	width: 48px;
	height: 19px;
	padding-right :2px;
	margin: 0px 3px 0px 3px;
}
td.Unite
{
	white-space:nowrap;
	vertical-align:middle;
	width:120px;
}

ul.ListCategories
{
	margin: 20px;
}

ul.ListCategories
{
	 list-style-image: url(none.jpg);
}

table.ListArticles 
{
	margin-left: 0px;
	width: 440px;
	font-size:12px;
}
table.ListArticles tr.empty
{
	border : solid 0px #00513E;
}

table.ListArticles th
{
	background-color: #EBEFBC;
	/*text-transform: uppercase;*/
	text-align: center;
	color : #2F3480;
	border-left: solid 1px #EBEFBC;	
	border-right: solid 1px #EBEFBC;		
	height: 25px;		
}

table.ListArticles tr.article td
{
	padding: 1px 5px 1px 5px;
	border-left: solid 1px #EBEFBC;	
	border-bottom: solid 1px #EBEFBC;	
}

table.ListArticles td.Quantity
{
	text-align: center;
	vertical-align: middle;
	border-right: solid 1px #EBEFBC;
	width: 80px;	
}
table.ListArticles td.Add
{
	text-align: right;	
}

table.ListArticles td.Price
{
	text-align: right;
	width: 100px;
}

div.CatalogBockCategory
{
	border: solid 2px black;
	margin: 5px;
	height: 200px;
}

div.CatalogBockCategoryHead
{
	text-align: center;
	border-bottom: solid 1px black;
	height: 20px;
	vertical-align: middle;
}

div.CatalogBockCategoryList
{
	width: 100px;
	float:left;
	height: 180px;
}

div.CatalogBockCategoryList
{
	width: 100px;
	float:left;
}

div.CatalogBockCategoryProduct
{
	text-align: center;
}

span.CatalogBockCategoryProductName
{
	font-weight: bold;
	font-size: large;
}

span.CatalogBockCategoryProductPrice
{
	font-weight: bold;
}
 
