
/*------стандартные----------*/

html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

body, td, select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 16px;
	color: #000000;
}

#main {	

}

p {
	margin-bottom: 15px;
}

/*------списки----------------*/

ol, ul {
	margin-left: 5px;
	margin-bottom: 15px;
}
ol li {
	margin-left: 20px;
}
ul li {
	margin-left: 12px;
	list-style-type: disc;
}
ul ul li  {
	list-style-type: square;
}
ul ul ul li  {
	list-style-type: circle;
}


/*------заголовки----------------*/

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
	font-weight: normal;
	margin: 0px;
}

.header {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
	font-weight: normal;
	margin: 0px;
}

.qheader {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	line-height: 22px;
	color: #000000;
	font-weight: normal;
	margin: 0px;
}

/*------таблицы----------------*/

table.tbl {
	border-right: 1px #c8c8c8 dotted;
	border-bottom: 1px #c8c8c8 dotted
}
table.tbl td {
	border-left: 1px #c8c8c8 dotted;
	border-top: 1px #c8c8c8 dotted;
	padding: 3px;
}
table.tbl tr {
	vertical-align: top
}
tr.tbl td {
	background-color: #FFFF66
}

/*------форма----------------*/

form {
	margin: 0px;
}

textarea {
	border: #c8c8c8 1px solid;
	height: 60px;
	font-size: 8pt;
	color: #959595;
	padding: 0px 2px 0px 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input {
	font-size: 8pt;
	border: #c8c8c8 1px solid;
	color: #959595;
	height: 14px;
	padding: 0px 2px 0px 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input.mysearch {
	height: 15px;
	width: 123px;
}

input.search {
	height: 11px;
	width: 11px;
}

input.button {
	background: url(news_li.gif) left 6px no-repeat;
	border: 0px;
	text-decoration: underline;
	color: #006bbe;
	font-weight: normal;
	font-size: 9pt;
	height: 16px;
	padding: 0px 0px 0px 8px;
	cursor: pointer;
}

input.order {
	background: url(price_bg.gif) repeat-x;
	height: 30px;
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
}


/*------ссылки---------------*/

a {
	color: #00537d;
}
a:hover {
	color: #00759f;
}

a.menu {
	color: #00537d;
	font-size: 9pt;
	background: url(menu_li.gif) left 7px no-repeat;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
}
a.menu:hover {
	color: #00759f;
}
span.menu {
	color: #00537d;
	font-size: 9pt;
	background: url(menu_li.gif) left 7px no-repeat;
	padding: 0px 0px 0px 10px;
	text-decoration: underline;
}

a.menu_a {
	color: #00537d;
	font-size: 9pt;
	background: url(menu_li_plus.gif) left 4px no-repeat;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
}
a.menu_a:hover {
	color: #00759f;
}
span.menu_a {
	color: #00537d;
	font-size: 9pt;
	background: url(menu_li.gif) left 7px no-repeat;
	padding: 0px 0px 0px 10px;
	text-decoration: underline;
}

a.milo {
	color: #000000;
	font-size: 9pt;
	text-decoration: none;
}
a.milo:hover {
	text-decoration: underline;
}

a.map {
	color: #000000;
	font-size: 8pt;
}
a.map:hover {

}

a.news {
	font-size: 9pt;
}
a.news:hover {
	
}

a.archive {
	background: url(news_li.gif) left 5px no-repeat;
	padding: 0px 0px 0px 8px;
	font-size: 8pt;
}

a.cat {
	font-size: 18pt;
	color: #000000;
	text-decoration: none;
	background: url(cat_li.gif) left top no-repeat;
	padding: 0px 0px 0px 30px;
	line-height: 29px;
	display: block;
}
a.cat:hover {
	
}

a.subcat {
	font-size: 8pt;
}
span.subcat {
	font-size: 8pt;
}

a.item {
	font-size: 14pt;
}

a.pricelist {
	/*color: #;*/
	font-size: 14pt;
}


/*------текст----------------*/

.code {
	color: #343434;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	font-size: 12pt;
	padding: 0px 5px 0px 6px;
}

.number {
	color: #343434;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	font-size: 18pt;
	padding: 5px 0px 0px 0px;
}

.text {
	font-size: 8pt;
}

.small {
	font-size: 9pt;
}

.date {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

span.date {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16pt;
}

.slogan {
	color: #000000;
	font-weight: bold;
}

div.banner {
	width: 760px;
	height: 540px;
	position: relative;
}

a.ban_name {
	color: #458c00;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	text-decoration: none;
}
a.ban_name:hover {
	text-decoration: underline;
}

.ban_type {
	font-size: 11pt;
}

.ban_price {
	color: #ffffff;
	font-size: 23pt;
	padding: 0px 11px 0px 9px;
	line-height: 23px;
}

.ban_slogan {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	line-height: 26px;
/*	display: block;*/
	padding: 6px 18px 9px 18px;
}

.plus_w
{
    background:url(plus.gif) no-repeat;
    height:16px;
    width:16px;
    border:none;
    cursor: pointer;
}
.minus_w
{
    background:url(minus.gif) no-repeat;
    height:16px;
    width:16px;
    border:none;
    cursor: pointer;
}
.plus
{
    background:url(plus_w.gif) no-repeat;
    height:16px;
    width:16px;
    border:none;
    cursor: pointer;
}
.minus
{
    background:url(minus_w.gif) no-repeat;
    height:16px;
    width:16px;
    border:none;
    cursor: pointer;
}

tr.cart td {
	color: #ffffff;
	background: url(price_bg.gif) repeat-x;
}

//========innerfade============

#banner_body {
	margin: 0;
	padding: 0;
}

.b_body {
	width: 760px;
	height: 540px;
}