body { 
text-align: left;		/* Fix to centre page in IE */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	 text-transform:lowercase;
	 text-indent: 0px;
	
	margin: 0;
	padding: 0; color:#FFF;
	background-color: #111;
	
	background-image: url(../img/common/bg_1.gif);
	background-repeat: repeat;
	background-position: left top;
	color: #999;}
a { text-decoration: underline; }
a:link { color: #999; text-decoration: none; }
a:visited { color: #999; text-decoration: none; }
a:hover {
	color: #111;
	text-decoration: none;
}
a:active {
	color: #FFF;
}
hr { color: #999; }
h1 { font-size:10px; color:#000; font-weight:normal; margin: 0 0 0; text-indent: 0px; display:inline;}
h2 { font-size:10px; text-align: left; color:#000; font-weight:normal; margin: 0 0 0; text-indent: 0px; display:inline; }
h3 { font-size:10px; color:#fff; font-weight:normal; margin: 0 0 0; text-indent: 0px; display:inline;}

.e-shop_but{
display: block;
background-image: url(img/downbox_e-shop-off.gif);  /*путь к неактивной кнопке*/
width: 320px;
height: 140px;
}
a.e-shop_but:hover{
display: block;
background-image: url(downbox_e-shop-off.gif);   /*путь к анимированному gif */
width: 320px;
height: 140px;
}
