@charset "windows-1251";
/* ric.spb.ru */
a.note {font-family:Arial, Helvetica, sans-serif; font-size:16px; text-decoration:none; color: #000000; font-weight:bold;}
i.note {font-family:Arial, Helvetica, sans-serif; font-size:16px; text-decoration:none; color: #0860AB; font-weight:bold;}
a.note:hover {font-family:Arial, Helvetica, sans-serif; font-size:16px; text-decoration:underline; color: #FF9900; font-weight:bold;}


.lefttree {
	text-align:left;
	color:#fff;
	font:normal normal normal 0.8em/120% Arial, Helvetica, sans-serif;
/*	height:100%;*/
}
.lefttree div {
	background:url(../images/liststyle_off.jpg) no-repeat center left;
	cursor:pointer;
	font-weight:bold;
	margin:10px 0 0 5px;
	padding:0 0 0 15px;
	line-height:11px;
}

.lefttree div.selected {
	background:url(../images/liststyle_on.jpg) no-repeat center left;
}

.lefttree ul {
	padding:0 0 0 25px;
	list-style:none;
	display:none;
	margin:10px 0 0 0;
}

/*special for IE*/
.lefttree ul li a,
.lefttree ul li a:visited,
.lefttree ul li a:link {
	color:#fff; 
}

.lefttree ul li a:hover {
	color:FF9900;
}
/*
.lefttree {
	text-align:left;
	color:#fff;
}

.lefttree ul {
	font:normal normal bold 0.8em/120% Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin:10px 0;
	padding:0 0 0 20px;
	cursor:pointer;
	list-style:none;
}


.lefttree ul.deselected {
	list-style:url(../images/liststyle_off.jpg);
}
.lefttree ul.selected {
	list-style:url(../images/liststyle_on.jpg);
}


.lefttree ul.selected ul {
	display:block;
}

.lefttree ul li ul{
	display:none;
	font:normal normal normal 1em/120% Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
}
*/
#notify {
	margin:0;
	padding:10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#f00;
	text-align:center;
}

#group_tovar {
	margin:0;
	padding:10px 0;
	border:0;
	text-align:left;
	width:25%;
	vertical-align:top;
}

#group_tovar ul{
	margin:0;
	padding:0;
}

#group_tovar ul li{
	list-style:none;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

#group_tovar ul li ul{
	margin:10px 0;
	padding:0;
}

#group_tovar ul li ul li{
	list-style:none;
	margin:0;
	padding:0;
	font-weight:normal;
}

#group_tovar ul li ul li a{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
}

.price {
	font:normal normal normal 7pt/120% Verdana,Arial;
}

.price th{
	font:normal normal normal 14px/120% Arial, Helvetica, sans-serif;
}

.price th.desc {
	width:1%;
}
.price th.code {
	width:5%;
}
.price th.width10 {
	width:10%;
}

.price tr {
	height:30px;
}

.price tr.odd {
	background:#c8c8c8;
}

.price tr.odd td.desc{
	background:#eee;
}

.price tr td.desc a,
.price tr td.desc a:visited,
.price tr td.desc a:hover{
	background:url(/images/ico.gif) no-repeat left top;
	border:none;
	display:block;
	height:11px;
	text-decoration:none;
	width:10px;
}

.price tr td.name a,
.price tr td.name a:visited{
	color:#000;
	text-decoration:none;
}

.price tr td.name a:hover{
	color:#00f;
	text-decoration:none;
}

