﻿html
{
     height: 100%;
}

body 
{
	 font-family: Arial; 
	 font-size: 10pt;
	 height: 100%; 
	 margin: 0;
}
        a
        {
            color: #942329;
            text-decoration: none;
        }
        h2
        {
            color: #942329;
        }
       
 .HeaderTop
 {
 	height: 180px;
 }
      
 .PageHeader
 {
	background-image: url(Images/Headerbg2.png);
	background-repeat: repeat-x;
 }
       
 .MainHeader
 {
	background-image: url(Images/Header2.png);
	background-repeat: no-repeat;
 }
       
.ContentTable
{
	width: 100%; 
	height: 100%;
}

.ContentTable td
{
	padding-left: 0px;
	padding-right: 0px;
}


.ContentHeader
{
	height: 50px;
	background-image: url(Images/ContentHeader.jpg);
	background-repeat: repeat-x;
}

.ContentBlock
{
	vertical-align: top;
	padding-right: 10px; 
	padding-left: 10px;
}

.BottomLinks
{
	height: 20px; 
	text-align: center; 
	background-color: #e4d6ce;
}

.BottomLinks a
{
	text-decoration: underline;
	color: #942329;
}

.CopyrightRow
{
	height: 20px; 
	text-align: center; 
	font-size: 8pt; 
	background-color: #e4d6ce;
}

.ProductTableItem
{
	width: 100%;
	background-color: White; 
	border: solid 1px #70808F; 
	margin-bottom: 10px;
}

.ProductTableItemSold
{
	width: 100%;
	background-color: #EBEBE7; 
	border: solid 1px #70808F; 
	margin-bottom: 10px;
}

/* ======= POPUP ======= */

.PopUpTitle
{
	margin: 0;
	color: #B7770D;
	height: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-image: url(Images/MenuBack.png);
    background-repeat: repeat-x;
    border-bottom: solid 1px #B7770D;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
}

.ModalPopup 
{
	background-color:#ffffdd;
	padding:3px;
	width:700px;
	height: 600px;
	overflow: auto;
}

.ModalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=30);
	opacity:0.3;
}

/* LOGIN */
.LoginControl
{
	text-align: center;
	margin: 0 auto;
	width: 300px;
}

.LoginHeader
{
	color: White;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	height: 25px;
	background-color: #B7770D;
}

.LoginContent
{
	border-left: solid 1px #B7770D;
	border-right: solid 1px #B7770D;
	padding: 20px;
}

.LoginFooter
{
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	background-color: #B7770D;
}

.LoginFooter a
{
	color: White;
}

/* ADMIN */

.AdminHeader
{
	font-size: 14px;
	font-weight: bold;
	color: #B7770D;
}

/* BORDER */
.BorderTopLeft
{
}

.BorderTopMiddle
{
}

.BorderTopRight
{
}

.BorderLeft
{
}

.BorderRight
{
}

.BorderBottomLeft
{
}

.BorderBottomMiddle
{
}

.BorderBottomRight
{
}

.BorderRow
{
	height: 1px;
}

/* MENU */
        .Menu
        {
            font-size: 18px;
            font-weight: bold;
            width: 100%;
        }

.MenuHeader
{
	Height: 50px;
	width: 262px;
	background-image:url(Images/MenuHeader.jpg);
}

.MenuTop
{
	padding-top: 20px;
	width: 244px;
	height: 23px;
	background-image: url(Images/bu_19.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.MenuBottom
{
	width: 244px;
	height: 23px;
	background-image: url(Images/bu_20.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.MenuItem
{
	width: 244px;
	height: 30px;
	background-image: url(Images/bu_25.jpg);
	background-repeat: repeat-y;
	background-position: left;
            line-height: 30px;
            vertical-align: middle;
            padding-left: 10px;
        }

.MenuItemHeader
{
	font-size: 18px;
	font-weight: bold; 
	color: #942329;
    background-image: url(Images/bu_25.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
        
.SubMenuItem
        {
            font-size: 14px;
            height: 500px;
            background-image: url(Images/bu_25.jpg);
	background-repeat: repeat-y;
	background-position: left;
        }

.SubMenuItem2
        {
            font-size: 14px;
            background-image: url(Images/bu_25.jpg);
	background-repeat: repeat-y;
	background-position: left;
	text-align: center;
        }

.SubMenuItem li
{
	margin-bottom: 10px;
}

.SubMenuItem a
{
	color: #942329;
}

.SubMenuItem2 a
{
	color: #942329;
	text-decoration: underline;
}

div.TopMenu ul {
	margin: 0px;
	padding: 0px;
}

div.TopMenu li {
	list-style: none;
	list-style-image: none;
	height: 50px;
	margin: 0px;
	margin-right: 1px;
	margin-left: 10px;
	padding: 0px;
	padding-left: 0px;
	float: left;
	background-repeat: no-repeat;
    background-position: center left;
    line-height: 50px;
    vertical-align: middle;
}

div.TopMenu div.TabMenuTab {
    background-image: url(Images/bu_12.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 0px 10px 0px 0px;
	height: 50px;
	float: left;
}

.TabMenuTab a
{
	color: #FFFFFF;
	font-size:18px;
}

.BasketHeader
        {
	border-bottom: solid 1px #70808F; 
	font-weight: bold;
    background-image: url(Images/BasketHeader.png); 
    background-repeat: repeat-x;
    height: 15px;
        }
