body {
	font: 80% Arial;
	padding: 0px;
	margin: 0px;
	margin-right: 15px;
	background: white;
}

table {
	border: 0px;
	border-collapse:collapse;
}

td {
	//padding: 2px;
	border-spacing: 0px;
	vertical-align: top;
}

td.nets {
	vertical-align: middle;
	width: 20px;
}

img { border: none; }

a { color: #a54499; }
a.top_links { color: #aeaeae; text-decoration: none; }
a.top_links:hover { color: #a54499; text-decoration: underline; }

a.filters {  }
a.filters:hover { color: red; }

/* main menu */
a.menu_main { text-decoration: none; font-size: 110%;}
a.menu_main:hover { text-decoration: underline; }
a.submenu { text-decoration: none; font-size: 110%;}
a.submenu:hover { text-decoration: underline; }
a.menu_selected { color: #faa635; text-decoration: none; font-weight: bold; font-size: 110%; }
a.menu_selected:hover { text-decoration: underline; }

/* */
.logo {
	margin-bottom: 4px;
	margin-top: 6px;
	margin-left:-2px;
}
/* вид форм */
input{ border: 1px solid #faa635; }
input[type="button"]{ border: 1px solid #a54499;  background: #a54499; color: white; }
input[type="submit"]{ border: 1px solid #a54499;  background: #a54499; color: white; }
textarea{border: 1px solid #faa635; }
select{ border: 1px solid #faa635; }

/* заголовки */
h1 { font-family: Tahoma,sans-serif; font-weight: normal; color: #faa635; font-size: 170%; margin-top: 8px; }
h2 { font-family: Tahoma,sans-serif; font-weight: normal; color: #faa635; font-size: 140%;}
h3 { font-family: Tahoma,sans-serif; font-weight: normal; color: #faa635; font-size: 120%;}

/* ценники */
.price {
	margin: 1px;
	background: #ffebbe;
	color: #ff9933;
	font-size: 14px;
	width: 120px;
	text-align: center;
}

TH {
	background-color: #f0f0f0;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

table.ordertable {
	border-width: 1px;
	border-collapse: collapse;
	border-color: #990066;
	
}
table.ordertable th {
	border-width: 1px;
	border-style: solid;
	padding: 3px; 
}
table.ordertable td {
	border-width: 1px;
	border-style: solid;
	padding: 3px; 
}

.bottom_links {
	padding: 8px;
	vertical-align: top;
	width: 33%; 
}

/* подсказки*/ 
.examples {
	padding:0px; 
	margin:0px;
	color: grey;
	font-size: 80%;
	font-style: italic;
}

.hidden {
	display: none;
	color: red;
	white-space: nowrap;
}
