* {
	margin: 0; padding: 0;
}

html {
	font: .7em/1.1em "Tahoma", Times, serif;
	color: rgb(85,82,53);
}

a {
	color: #AE5B33;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#col_right h1 {
	padding-top: 8px;
	text-align: center;
	font: bold 1.3em "Tahoma", Times, serif;
}

#col_left h1 {
	padding-top: 43px;
	text-align: center;
	font: bold 1.2em "Tahoma", Times, serif;
}

#content h2,
#content_left h2 {
	margin-bottom: .5em;

	font: bold 1.2em "Tahoma", Times, serif;
}

#content h3,
#content_left h3 {
	margin-bottom: .2em;

	font: bold 1.0em "Tahoma", Times, serif;
}

#content blockquote,
#content_left blockquote {
	margin-bottom: .5em;

	font-style: italic;
	text-align: right;
}

#content p,
#content ul,
#content_left p,
#content_left ul {
	margin-bottom: 1em;
	
	text-align: justify;
}

#content li,
#content_left li {
	padding-left: 2px;
	margin-left: 18px;
	
	list-style: disc;
}

.centered {
	text-allign: center;
}

img {
	border: 0;
}

#content table td {
	text-align: left;
	vertical-align: top;
}

/* Формы */

#content .text {
	float: right;
	margin-top: -14px;
}

#content .button {
	margin-left: 166px;
}

.special_offer {
	float: right;
	margin-left: 8px;
	padding: 5px 7px;
	
	border: 1px solid #AE5B33;
}

/* дата в новостях */

.LIn_date {
	margin-top: 0px;
	padding: 5px 5px 4px 6px;
	float: left;
	margin-right: 7px;
	
	border: 1px solid #AE5B33;
	background: #F8F0D9;
}


/* Прокрутки */

#scroll_local {
	position: absolute;
	left:0px;
	top:55px;
	width:210px;
	height:350px;	
}

#box_local {
	position: absolute;
	
	left: 0px;
	top: 0px;
	width: 190px;
	height: 350px;
	
	z-index:1;
}

#up_local {
	position:absolute;
	right: 0px;
	top:  -30px;
	width: 17px;
	height: 30px;
	z-index: 2;
	cursor: pointer;
	
	background: url(i/scroll_up_local.gif) no-repeat;
}

#track_local {
	position:absolute;
	background: url(i/scroll_track.gif) repeat-y 9px 0;
	right: 0px;
	top: 0px;
	height: 320px;
	width: 17px;
	z-index:3;
}

#drag_local {
	position: absolute;
	top: 0px;
	right: -1px;
	height: 19px;
	width: 19px;
	z-index: 4;
	cursor: pointer;
	
	background: url(i/scroll_drag.gif);
}

#down_local {
	position:absolute;
	right: 0px;
	top: 320px;
	width: 20px;
	height: 30px;
	z-index:5;
	cursor:pointer;
	
	background: url(i/scroll_down_local.gif) no-repeat;
}

#contentMask_local {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 190px;
	height: 320px;
	clip:rect(0,190px,320px,0);
	overflow:hidden;
	z-index:6;
}

#content_local {
	position: absolute;
	left: 0;
	top: 0px;
	width: 190px;
}

