﻿body {
	padding: 0px;
	margin: 0px;
	border-style: 0;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	color: black;
	background-color: #E5E5E5;
	border-width: 0px;
}

.opacityIE
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
}

.opacityMozilla
{
	-moz-opacity: 0.5; /* Mozilla 1.6 и ниже */
}

.opacityKonqueror
{
	-khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
}

.opacityFirefox
{
	opacity: 0.5; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

.myTable {

	width:766px;
	border:1;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.myBGTDe {
	height: 675px;
	width: 766px;
	text-align: center;
	vertical-align: top;
}

.ramka {
	background-image: url('images/ramka.png');
	background-repeat: no-repeat;
	background-position: center 0px;
}

.myCont {
	height:4px;
	width: 766px;
	background-image: url('images/cont-tail.gif');
	background-repeat: no-repeat;
}
.WaitingGoods
{
	color: lime;
	font-weight:bold;
}
.AbsentGoods
{
	color: #FF99FF;
	font-weight:bold;
}
.Basket, .Basket:visited
{
	font-size:14px;
	color: olive;
	text-decoration: none;
}
.Basket:hover
{
	color: olive;
	text-decoration: underline;
}
.TovarQuestion, .TovarQuestion:visited
{
	color: black;
	text-decoration: none;
}
.TovarQuestion:hover
{
	color: black;
	text-decoration: underline;
}
a,a:visited
{
	color: #3737FF;
	text-decoration: underline;
}
a:hover
{
	color: yellow;
	text-decoration: none;
}

tr.selectedPointCursor
{
	cursor:pointer;
	background-color: #D3D3D3;
}

tr.normalPointCursor
{

}

tr.selected
{
	background-color: silver;
}

tr.normal
{

}

.button
{
	border-width:1px;
	border-style:solid;
	border-color:#222222;
	background-color:#75CBFF;
	width:140px;
	height:25px;
}

.addForm
{
	border-width:1px;
	width:100%;
	height:400px;
	border-style:solid;
	border-color:#AAAAAA;
}

.loginForm
{
	border-width:1px;
	border-style:solid;
	border-color:#AAAAAA;
}

.editUser
{
	border-width:1px;
	border-style:solid;
	border-color:#AAAAAA;
	width:230px;	
}

.editGoods
{
	border-width:1px;
	border-style:solid;
	border-color:#AAAAAA;
	background-color:#D6D6D6;
	width:700px;	
}
.textBoxAntispam
{
	border-width:1px;
	border-style:solid;
	border-color:#AAAAAA;
	width:80px;	
}

.registerFormField
{
	width:130px;
	border-width:1px;
	border-style:solid;
	border-color:#555555;
}

.registerFormFieldAddres
{
	width:555px;
	height:100px;
	border-width:1px;
	border-style:solid;
	border-color:#555555;
}

.errors
{
	color:#FF0000;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
}
