/*
Для импорта s-style.css нужно в
файле style.css вписать строку ниже
@import url('s-style.css');

---------------------------------
	$sape_text - Текст
---------------------------------*/
.s-text {
	color: #444444;
	font: 12px "Trebuchet MS", "Tahoma", sans-serif;
	margin-left: 10px;
}

.s-text a:hover{
	border: none;
	color: #444444;
	text-decoration: none;
	font: 12px "Trebuchet MS", "Tahoma", sans-serif;
	cursor: text;
}
.s-text a, .s-text a:visited{
	color: #444444;
	text-decoration: none;
	font: 12px "Trebuchet MS", "Tahoma", sans-serif;
	cursor: text;
}
/*---------------------------------
	$sape_link - Ссылка на сайт
---------------------------------*/

.s-link {
	float: right;
	color: #d90202;
	cursor: pointer;
	margin-right: 20px;
	font: 13px "Trebuchet MS", "Tahoma", solid;
	text-decoration: none;
}
/*---------------------------------
			Картинка
---------------------------------*/

.s-img {
	border: 1px solid #dddddd;
	text-align: center;
	background-color: #eeeeee;
	padding: 5px 5px 5px 5px;-moz-border-radius: 3px;-khtml-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;
	cursor: pointer;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.s-table {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
	border-radius: 8px;
	-o-border-radius: 8px;
	-icab-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
	bottom: -8px; # произвольные отступы, также можно воспользоваться другими атрибутами (left, right, top).
	left: 38px;
	width: 165px;
}