/* Правая колонка главной страницы */
.right_column {
	margin-top:32px;
	/*padding-left:10px;*/
	font-size:12px;
	color:#333333;
	margin-left:320px;
}
/* override: */
.left_column {
	padding-bottom: 20px;
}
.shops_list .magazin {
	width:284px;
	min-height: 318px;
	float:left;
	padding:0 35px 0 10px;
}
.shops_list .right_block{
	padding-right: 0 !important;
}
* html .shops_list .magazin {
	height: 318px;
}

.shops_list .magazin .descr div {
	position: relative;
}

.shops_list .descr {
	float:left;
	width: 204px; /* 284(block) - 80 (time)*/
}
.shops_list .descr .title {
	display: block;
	height: 18px;
	line-height: 18px;
	float: left;
	font-size:18px;
}
.shops_list .descr .obnovl {
	clear: left;
	padding-top:6px;
	font-style:italic;
	line-height:15px;
}
.shops_list .descr .obnovl .refresh_day {
	width: 185px;
}

.shops_list .descr .obnovl .last_refresh,
.shops_list .descr .obnovl .next_refresh {
	white-space: nowrap;
}

.shops_list .img_cont img,
.shops_list .img_cont {
	display: block;
	position:relative;
	width: 284px;
	height: 178px;
}
.shops_list .img_cont a
{
	display: block;
	position: relative;
}
.shops_list .img_cont .tip{
	position:absolute;
	top: 110px;
	left: -5px;
	width: 128px;
	height:32px;
	z-index: 10;
	font-size:10px;
	color:#FFFFFF;
	padding:7px 0 0 9px;
	line-height:11px;
}
.shops_list .img_cont .tomorrow {
	background:url(../images/tomorrow_obnov.gif);
}
.shops_list .img_cont .today {
	background:url(../images/today_obnov.gif);
}
.shops_list .img_cont .yesterday {
	background:url(../images/yesterday_obnov.gif);
}
.shops_list .time {
	float:right;
	background:url(../images/time.gif) no-repeat 0 10px;
	width:60px;
	padding:4px 0 5px 20px;
	font-size:10px;
	color:#000000;
	line-height:11px;
	border-bottom:solid 1px #cccccc;
	border-top:solid 1px #cccccc;
}
.shops_list .the_biggest {
	background:url(../images/crown.gif) no-repeat 0 20px;
	border-top:none;
	line-height:9px;
	margin-top: 0 !important;
}
.shops_list .right_block .open_soon {
	/*left: -22px;*/
	left: -1px;
}

.shops_list .time,
.shops_list .descr {
	margin-top: 8px;
}

/* gallery column styles */
.gallery {
	margin-top:40px;
	float: left;
	position: relative;
	left: -14px; /* because of <a> has padding: 4px */
}
.gallery div.foto {
	margin:10px 3px 2px 10px;
}
* html .gallery div.foto { display: inline; }
.more_foto {
	background:url(../images/more_foto_border.gif) no-repeat top;
	margin-top:12px;
	height:90px;
	width:89px;
	text-align:center;
	font-size:10px;
	padding:42px 0 0 1px;
}
.more_foto_hover {
	/*background:url(../images/more_foto_black.gif) no-repeat !important;*/
	background-position: bottom;
}
.more_foto a {
	display: inline;
	width: auto;
	height: auto;
	padding: 0;
	background: none;
	text-decoration:underline;
	color:#cccccc;
}
.more_foto a:hover {
	color:#0f0e0e;
	background: none;
}
.more_foto span {
	color:#0f0e0e;	
}

/* news column styles */
.news {
	clear:left;
	position: relative;
	left: -15px;
}
.news ul {
	font-family:Trebuchet MS;
	font-size:11px;
	color:#000000;
	padding: 20px 0 0 0;
	margin: 0;
	list-style:none;
	width:296px;
	line-height:15px;
}
.news li {
	padding-left:14px;
	background:url(../images/bullet.gif) no-repeat 0 17px;
}
.news div {
	border-bottom:dotted #cccccc 1px;
	padding:10px 45px 10px 0;
}
.news div.last {
	border:none;
}
.news em {
	color:#999999;
	font-size:10px;
}

/* some leftcolumn adjustments */
.left_column .text p {
	padding: 7px 0;
	margin:0;
}


