body {
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	scrollbar-base-color: #F5FFEE;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-shadow-color: #8F8F8F;
	scrollbar-face-color: #E7FFD5;
}

td {
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-size: 12px;
	font-weight: bold;
}

input, select, textarea {
	font-family: Tahoma;
	font-size: 12px;
	background-color: white;
	border-color: #A6ADBD;
	border-style: solid;
	border-width: 1px;
}

input[type="checkbox"] {
	border-style:none;
}

a {
	font-size: 12px;
	font-family: Tahoma;
	color: #009900;
}
a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Ссылки в каталоге */
a.catalog {
	font-family: Verdana;
}
a.catalog:visited {
	color: #006E00;
}

/* Ссылки в новостях */
a.news {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a.topmenu:link, a.topmenu:visited, a.topmenu:hover {
	text-decoration: none;
	font-size: 17px;
	font-family: Tahoma;
	/*font-weight: bold;*/
	color: #339900;
	margin-left: 20px;
	margin-right: 10px;
}

#maincontainer {
	position: relative;
}

#logocontainer {
	position: relative;
	width: 80px;
	height: 82px;
	left: 0px;

}

#headercontainer {
	position: relative;
	width: 650px;
	height: 45px;
	left: 0px;
	top: -82px;
	text-align: center;
}

#topmenucontainer {
	position: relative;
	width: 535px;
	height: 28px;
	left: 116px;
	padding-top: 5px;
	padding-right: 0px;
	background-color: #E7FFD5;
	margin: 0px;
	top: -82px;
}

#contentcontainer {
	position: relative;
	margin-top: 12px;
	width: 650px;
	top: -82px;
}

#rightcontainer {
	width: 300px;
	padding-top: 15px;
	padding: 10px;
}

#footercontainer {
	width: 900px;
	height: 25px;
	text-align: center;
	color: green;
	font-family: Verdana;
	font-size: 12px;
}

#admin_headercontainer {
	position: relative;
	width: 1024px;
	height: 30px;
	left: 0px;
}

#admin_topmenucontainer {
	position: relative;
	width: 1024px;
	height: 28px;
	left: 0px;
	padding-top: 5px;
	padding-left: 10px;
	background-color: #E7FFD5;
}

#admin_contentcontainer {
	position: relative;
	margin-top: 12px;
	width: 1024px;
}

.error {
	color: red;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF6600;
	font-weight: normal;
	margin-bottom: 8px;
	margin-left: 25px;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: green;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: orange;
}

.highlighted {
	color: #009900;
	text-transform: uppercase;
	font-weight: bold;
}

.pager {
}

.pager_selected {
}

.block {
	background-color: #FFFFE3;
}

.small {
	font-size: 10px;
}

.table_head {
	background-color: #E0E7E0;
}

.table_row1 {
	background-color: #F5FFEE;
}

.table_row2 {
	background-color: #FFFFFF;
}

a.parent_pages {
	display:block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background:url(/include/images/bullet_closed.gif) no-repeat center left;
	margin-bottom:5px;
	padding-left:15px;
}

.bluelinks a {
	color: #3366ff;
}
