@charset "windows-1251";
/* CSS Document */


/* Экран */
div.screen {
	width: 470px;
	margin: 30px auto 1px;
	text-align: center;
	border: 1px solid #000;
}
/* Примечание под экраном */
div.screen_note {
	color: #F00;
	font-size: 10px;
	padding: 10px;
	text-align: center;
}
/* Таблица с кнопками социальных сетей под экраном */
table.screen_social {
	margin: auto;
}

/* Блок с отзывами */
#reviews table.foto {
	float: left;
	background-color: #F5F5F5;
	width: 160px;
	height: 160px;
}
#reviews h3 {
	margin-left: 180px;
	margin-top: 0px;
}
#reviews h3 a, #reviews h3 a:visited {
	color: #06F;
	text-decoration: none;
}
#reviews h3 a:hover {
	text-decoration: underline;
}
#reviews .datetime {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C00;
	padding-top: 3px;
	font-weight: bold;
}
#reviews p {
	margin-left: 180px;
}
#reviews .clearfloat {
	height: 30px;
}
/* Кнопка "Все отзывы" */
#reviews a.all_reviews {
	display: block;
	text-align: center;
	text-decoration: none;
	background-color: #AEDFFF;
	color: #FFF;
	font-weight: bold;
	padding: 2px 2px 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-left: auto;
	width: 130px;
}
#reviews a.all_reviews:hover {
	background-color: #09F;
}

/* Ековер (коробоча) */
div.ecover {
	margin-right:40px;
	text-align:center
}
