div.article
{
	width: 750px;
	text-align: left;
}

div.search
{
	width: auto;
	margin-top: 10px;
	padding: 5px 5px 5px 15px;
	font-family: Verdana;
	background: #abc;
	border-radius: 4px;
	box-shadow: 1px 1px 2px #678;
	text-shadow: 1px 1px 1px #fff;
}
div.search input
{
	margin-top: 1px;
	padding: 1px;
	font-family: Verdana;
	border-radius: 3px;
}
div.search input[type=text]
{
	max-width: 420px;
}
div.search input[type=submit]
{
	width: 80px;
	cursor: pointer;
	background: #ffe;
}

div.struktura
{
	margin-top: 10px;
	font-family: Verdana;
}

div.razdel
{
	padding: 2px 2px 3px 5px;
	background: #abc;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
	border-radius: 3px;
}

#kupit
{
	margin-top: 2px;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	box-shadow: 0 1px 6px 1px #aaa;
	text-shadow: 0 1px 0 #fff;
	padding: 3px 5px 4px 5px;
	border-radius: 3px;
}
#kupit:hover
{
	background-color: #efe;
}
#kupit b
{
	color: #595;
}


b.g
{
	color: #579;
}

a.N
{
	text-decoration: none;
}
A.N:hover
{
	text-decoration: underline;
}

ul.dsheet
{
	margin-top: 10px;
}
ul.dsheet li
{
	list-style: url("/im/point.gif");
	margin-top: 6px;
	margin-left: 15px;
}

.v13
{
	font-family: Verdana;
	font-size: 13px;
}
.v14
{
	font-family: Verdana;
	font-size: 14px;
}

div.desc
{
	margin-top: 5px;
	font-family: Verdana;
}

table.dh, table.dh2
{
	width: 100%;
}
table.dh tr
{
	vertical-align: top;
}
table.dh td, table.dh2 td
{
	font-family: Verdana;
}
table.dh td b, table.dh2 td b
{
	color: #456;
}
table.dh td.b2, table.dh2 td.b2
{
	font-weight: bold;
	color: #579;
}

table.dh2
{
	margin-top: 12px;
	border-spacing: 1px;
}
table.dh2 td
{
	padding: 7px;
}
table.dh2 tr:nth-child(2n) td
{
	background: #f0f0f0; /* Цвет фона */
	border-radius: 3px;
} 
table.dh2 tr:nth-child(1) td, table.dh2 tr.last td
{
	background: #89a; /* Цвет фона */
	color: #fff; /* Цвет текста */
	border-radius: 3px;
}
table.dh2 tr:nth-child(1) td, table.dh2 tr.last td {
	padding: 4px;
}

/**** Ali ****/

#cashback
{
	display: table;
	margin: 1px auto 1px auto;
	text-align: center;
	color: #00e;
}
#cashback em
{
	position: relative;
	top: 17px;
	right: 0;
	background-color: #fff;
	border-radius: 3px;
	padding: 0 2px 0 1px;
	color: #074;
}
#cashback div
{
	display: table-cell;
	max-width: 249px;
	font-size: 12px;
	padding: 1px;
	overflow: hidden;
	cursor: pointer;
}
#cashback img
{
	height: 240px;
	max-width: 249px;
}
#cashback div:hover
{
	color: #083;
}
