html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 8pt verdana, arial;
	color: #000;
	background-color: #ECEBEB;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(layout/poz.jpg);
	}
#container {
	margin: auto;
	padding: 0;
	text-align: center;
	font: 9pt verdana, arial;
	width: 720px;
	background-color: #FFFFFF;
	background-repeat: repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #336699;
	border-left-color: #336699;
	}
#header {
	margin: auto;
	text-align: center;
	height: 77px;
	background-repeat: repeat-x;
	background-image: url(layout/pozm.jpg);
	}
#menu {
	margin: auto;
	padding: 5px;
	width: 700px;
	text-align: right;
	}
#menu a {
	background: #000 url(layout/menu-fill.gif) repeat-x;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
	text-decoration: none;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font: bold 9pt  verdana, arial;
	
}
#menu a:hover  {
	color: #DAD9D9;
	padding: 5px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font: bold 9pt  verdana, arial;
}
#content {
	margin: auto;
	padding: 6px;
	text-align: left;
	min-height: 450px;
	width: 700px;
	font: 9pt verdana, arial;
	color: #000;
}
#content a {
	color: #9E0A0A;
	text-decoration: none;
	font: bold 9pt  verdana, arial;
}
#content a:hover  {
	color: #000;
	font: bold 9pt  verdana, arial;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9E0A0A;
}
#footer {
	margin: auto;
	padding: 0;
	height: 49px;
	text-align: center;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #336699;
	border-bottom-color: #336699;
	border-left-color: #336699;
}
a {
	color: #9E0A0A;
	text-decoration: none;
	font: bold 8pt  verdana, arial;
}
a:hover  {
	color: #000;
	font: bold 8pt  verdana, arial;
	text-decoration: none;
}
.small {
	color: #A5A2A2;
	text-decoration: none;
	font: normal 8pt  verdana, arial;
}
h3 {
	color: #000;
	text-decoration: none;
	font: normal 15pt  verdana, arial;
}
ul {
	list-style-type: square;
	margin-left: 1em;
	margin-top: 0;
}
td {
	font: 9pt verdana, arial;
	color: #000;
}
.sellerbox {
	padding: 10px;
	background: #FAF8F8;
	border: 1px solid #C9C8C8;
}
textarea {
	color: #000;
	text-decoration: none;
	background: #F4F3F3;
	border: 1px solid #ADAEAF;
	font: normal 9pt  verdana, arial;
}
input, select, button {
	color: #000;
	text-decoration: none;
	background: #F4F3F3;
	border: 1px solid #ADAEAF;
	font: normal 9pt  verdana, arial;
}
input:hover {
	background: #F4F3F3;
	border: 1px solid #000;
}
.tdhover, .tdhoverActive
{
	background: #FFFFFF;
}

.tdhover a:hover, .tdhover a:active, .tdhoverActive a:hover, .tdhoverActive a:active
{
	background: #F3F3F4;
}
.tdhover2, .tdhover2Active
{
	background: #F3F3F4;
}
.tdhover2 a:hover, .tdhover2 a:active, .tdhover2Active a:hover, .tdhover2Active a:active
{
	background: #F3F3F4;
}

