p {
	margin: 15 0 15 0;
	padding: 5 0 0 0;
	background: url("../images/p_bg.gif") top repeat-x;
}
p.title {
	font-weight: bold;
}
p.plain {
	margin: 5 0 5 0;
	padding: 5 0 0 0;
	background: none;
}

.text {
	width: 100%;
	font-size: 13px;
	color: #000000;
	padding: 20 10 10 110;
	vertical-align: top
	text-align: center;
}

.text li {
	list-style: none;

	font-size: 13px;
	color: #000000;
	padding: 0;
	margin-bottom: 5px;
	vertical-align: top
	text-align: center;
}

#top {
	width: 100%;
	height: 42px;
	background: url("../images/top_bg.gif") repeat-x;
}

#top_bg {
	width: 100%;
	height: 48px;
	background: url("../images/picture.gif") right no-repeat;
}
#bottom_menu li {}

#menu {
	background: url("../images/top_bg2.gif") repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	font-size: 11px;
	text-align: center;
	width: 99;
	height: 36px;
	display: inline;
	list-style: none;

}

#menu a {
	margin-left: 1px;
	padding: 5 5 5 5;
	color: #ffffff;
	width: 99;
	height: 36px;
	text-decoration: none;
	background: url("../images/but_off.gif");
}

#menu a:hover {
	background: url("../images/but_on.gif");
}

#greyline {width: 100%;
	height: 5px;
	background-color: #cccccc;
}

#blackline {width: 100%;
	height: 1px;
	background-color: #000000;
}
#navibar {
	padding: 5px;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

#navibar a {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

#navibar a:hover {
	color: #000000;
	text-decoration: none;
}

#good_title {
	background-color: #cccccc;
	font-size: 19px;
	color: #000000;
	text-decoration: none;
	width: 240;
	height: 30;
	text-align: right;
	padding: 5px;
}

#good_image {
	display: inline;
	width: 240;
	text-align: right;
	padding: 0;
}
#good_description {
	font-size: 13px;
	color: #000000;
	padding: 0 0 0 20;
	vertical-align: top
}

#good_description h4 {
	margin: 10;
	font-size: 14px;
}

#good_description p {
	margin: 5;
	padding: 0 0 0 5;
}

#good_description td {
	margin: 0;
	border: 1px solid #000000;
	font-size: 11px;
	padding: 5;
}

body {
	font-family: verdana, sans serif, arial;
	margin: 0 0 0 0;
}

h1 {
  font: 19px arial;
  color: #060;
  margin-bottom: 5px;
  display: block;
  clear: both;
}

h2 {
  font: 17px arial;
  color: #060;
  margin-bottom: 5px;
  display: block;
  clear: both;
}


/*********************[ ошибки ]*****************************/

p.alert {
	padding: 10px 15px 10px 15px;
	border: 5px solid #f90;
	background-color: #ffc;
}

p.success {
	padding: 10px 15px 10px 15px;
	border: 5px solid green;
	background-color: #fff;
}

/*******************[ ссылки для администрирования ]***************/

#edit {
	background-color: #eee;
	font-size: 11px;
	line-height: 20px;
	padding: 5px 5px 5px 10px;
}

#edit a.edit {
	width: 200px;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	background: url("/images/icon-edit.gif") left center no-repeat;
}

#edit a.del {
	width: 200px;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	background: url("/images/icon-del.gif") left center no-repeat;
	margin-left: 5px;
}

#file p.zip { background: url("/images/icon-zip.gif") 10px center no-repeat; }
#file p.doc { background: url("/images/icon-doc.gif") 10px center no-repeat; }
#file p.rtf { background: url("/images/icon-rtf.gif") 10px center no-repeat; }
#file p.pdf { background: url("/images/icon-pdf.gif") 10px center no-repeat; }

/*********************[ разное ]*****************************/

span.red {
	color: #c30;
}

p.note {
	padding: 5px 10px 5px 10px;
	color: #999;
	background-color: #eee;
	font-size: 11px;
}
form#admin {
	background-color: #eee;
	border-left: 5px solid #963;
	padding: 5px 10px 5px 10px;
	margin: 0 0 10px 0;
	font-size: 11px;
}

input.button, input.logout {
margin-top: 5px;
font: 11px verdana;
background: #9c0;
border: 1px solid #000;
color: #000;
padding: 1px;
padding-left: 10px;
padding-right: 10px;
}


#advert { font-size: 11px; color: #999; padding: 10px 30px 10px 30px; text-align: center;}

#advert  a {color: #999 !important;}

#advert  a:hover {color: #00f !important;}