﻿body 
{
	font-family:Arial;
	font-size:12px;
	height:100%;
	margin:0;
	padding:0; 
	color: #000000;
	background-color: #f8f0bf;
}

.CategoryListLink
{
    text-decoration:none;
    color: #cc0000;
    font-weight:bold;
}

.CategoryListLinkHighLight
{
    text-decoration:none;
    color: #ffffff;
    font-weight:bold;
}

.CategoryListComment
{
    color: #a0a0a0;
}


.CategoryListItemContainer
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #ffffff;    
    background-color: #f0f0f0;
}

.CategoryListItemContainerHighlight
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #ffffff;    
    background-color: #cc0000;
    color: #ffffff;
}

.RightPanel 
{
    vertical-align: top; 
    min-width: 200px; 
    text-align: left; 
    white-space: nowrap;
    background-color: #ffffff;
}

.Menu
{
	
	width: 100%;
	
}

.MenuItem
{
	border: none;
}

.MenuItemSpace
{
	width: 4px;
	display: inline;
}

#Copyright
{
	color: #505050;
	font-weight: bold;
	bottom:2px;
	margin: auto;
	text-align:center;
	}

#Content
{
	width: 700px;
	margin: auto;
	background-color:#ffffff;
	border-left: solid 1px #a0a0a0;
	border-right: solid 1px #a0a0a0;
	border-bottom: solid 1px #a0a0a0;
	min-height: 600px;
}

#OrderForm
{
	
	border: solid 1px #b0b0b0;
	background-color: #f0f0f0;
	width:450px;
	text-align: center;
	margin:auto;
}

#OrderOk
{
	border: solid 1px #b0b0b0;
	background-color: #f0f0f0;
	width:450px;
	text-align: center;
	margin:auto;
}

#MenuStrip
{
	
	background-color:#d70000;
	text-align:center;
	height:25px;
}





.ItemPanel
{
	width:80%;
	margin: auto;
}


.ViewItemTitle
{
	font-size:larger;
	font-weight:bold;
	text-align:center;
	padding:10px;
	
}

.ViewItemDescription
{

	text-align:justify;
}


.ViewItemPrice
{
	font-weight:bold;
	padding:10px;
}

.ViewItemImage
{
	text-align:center;
}

.ViewItemImageDescription
{
	text-align:center;
	color: #a0a0a0;
	font-size:smaller;
}


.TableHeader
{
	border-width: 1px;
	border-style: solid;
	border-color: #003380;
	background-color: #99CCFF;
	padding: 3px;
	text-align: center;
}

.TableHeader A
{
	text-decoration: none;
	color: #003399;
}

.TableHeader A:hover
{
	text-decoration:underline;
}

.TableItem
{
	border-width: 1px;
	border-style: solid;
	border-color: #a0a0a0;
	padding: 5px;
	color: #202020;
}

.ProductTitleLink
{
	vertical-align:top;
	text-decoration: none;
	color: #cc0000;
	font-weight: bold;
	font-size: 15px;
}

.ProductTitle
{
	font-size: 16px;
}
.ProductDescription
{
	font-size: 15px;
	text-align: justify;
	font-weight: normal;
	color: #333333;
}

.OrderInfo
{
	font-size: 12px;
	width: 100%;
	display: block;
	color: #606060;
}

.OrderInfo a
{
	color: #cc0000;
	text-decoration: none;
}

.BasketTableHeader
{
	color: #505050;  
	font-size: 13px; 
	font-weight: bold; 
	padding-top: 4px;
    padding-bottom: 4px; 
    text-align: center; 
    background-color: #eaeaea; 
    border: solid 1px #a0a0a0;
}

.BasketTableHeader A
{
	text-decoration: none;
	color: #003399;
}

.BasketTableHeader A:hover
{
	text-decoration:underline;
}


.TextBox
{
	border: solid 1px #909090;
}
