
.content-modal {
	overflow: hidden;
	padding: 10px;
	z-index: 1;
	width: 100%;
	position: relative;
	display: table;
	margin: 10px auto;
}

.post-content-modal {
	overflow: hidden;
	min-height: 845px;
	display: table;
	margin: 0px auto;
}

.modal {
	float: left;
	display: table;
	width: 162px;
	overflow: hidden;
}

.modal-date {
	position: relative;
	display: block;
	margin: -3px 0 3px -42px;
	width: 100%;
}

.modal-date span {
	background: none repeat scroll 0% 0% #3F788B;
	padding: 5px;
	margin: -5px;
	border-radius: 3px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-family: Arial, Helvetica, sans-serif;
}

.modal-window {
	border-radius: 5px;
}

.modal-window a {
	color: #666;
}

.modal-window {
	margin: 25px 0;
	position: relative;
}

.category-name {
	width: 155px;
}

.modal-window-main {
	width: 150px;
}

.modal-window-main ul li a {
	width: 100px;
	display: block;
	text-align: center;
	margin: 10px;
	overflow: hidden;
}

.modal-window-main ul {
	list-style: none;
	margin-bottom: 12px;
	padding: 0
}

.modal-window-main li {
	font: 14px Georgia, Verdana;
	margin-bottom: 4px;
	cursor: pointer;
	text-align: center;
}

.modal-window-main li:hover {
}

.tbox {
	position: fixed !important;
	display: none;
	padding: 14px 17px;
	z-index: 900
}

.tinner {
	padding: 15px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff url(images/preload.gif) no-repeat 50% 50%;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

.tmask {
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	z-index: 800
}

.tclose {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(images/close.png) no-repeat;
}

.tclose:hover {
	background-position: 0 -30px
}

#error {
	background: #ff6969;
	color: #fff;
	text-shadow: 1px 1px #cf5454;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0
}

#error .tcontent {
	padding: 10px 14px 11px;
	border: 1px solid #ffb8b8;
	-moz-border-radius: 5px;
	border-radius: 5px
}

#success {
	background: #2ea125;
	color: #fff;
	text-shadow: 1px 1px #1b6116;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10;
	-moz-border-radius: 0;
	border-radius: 0
}

#bluemask {
	background: #000;
}

#frameless {
	padding: 0
}

#frameless .tclose {
	left: 6px
}

.modal-post-title {
	text-align: center;
	text-transform: uppercase;
	color: #3F788B;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 5px double #ccc;
}

.modal-opisanie {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #3F788B;
 list-style:;
	min-height: 50px;
}

.modal-opisanie span {
	font-weight: normal;
	text-transform: none;
	color: black;
}

.modal-table {
	max-width: 95%;
	margin: 0 auto;
}

.modal-table td {
	vertical-align: top;
	padding: 1px;
	width: 10%;
	text-align: center;
}

.stl-1 {
	background: #090;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	text-shadow: -1px -1px 1px #000;
	border-radius: 5px;
}

.stl-2 {
	background: #09F;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	text-shadow: -1px -1px 1px #000;
	border-radius: 5px;
}

.stl-3 {
	background: #C00;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	text-shadow: -1px -1px 1px #000;
	border-radius: 5px;
}

.stl-4 {
	background: #630;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	text-shadow: -1px -1px 1px #000;
	border-radius: 5px;
}

.stl-5 {
	background: #3E7B7B;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	text-shadow: -1px -1px 1px #000;
	border-radius: 5px;
}

.stl-6 {
	background: #ACB61B;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	text-shadow: -1px -1px 1px #000;
	border-radius: 5px;
}

.stl-7 {
	background: #B10390;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	text-shadow: -1px -1px 1px #000;
	border-radius: 5px;
}

tbody tr td.stolbik-1 div.modal-window {
	background: #fff;
	box-shadow: 0 0 5px #090;
}

tbody tr td.stolbik-1 div.modal-window:hover
{
    box-shadow: 0 0 25px #090;
}

tbody tr td.stolbik-2 div.modal-window {
	background: #fff;
	box-shadow: 0 0 5px #09F;
}

tbody tr td.stolbik-2 div.modal-window:hover
{
    box-shadow: 0 0 25px #09F;
}

tbody tr td.stolbik-3 div.modal-window {
	background: #fff;
	box-shadow: 0 0 5px #C00;
}

tbody tr td.stolbik-3 div.modal-window:hover
{
    box-shadow: 0 0 25px #C00;
}

tbody tr td.stolbik-4 div.modal-window {
	background: #fff;
	box-shadow: 0 0 5px #630;
}

tbody tr td.stolbik-4 div.modal-window:hover
{
    box-shadow: 0 0 25px #630;
}

tbody tr td.stolbik-5 div.modal-window {
	background: #fff;
	box-shadow: 0 0 5px #ACB61B;

}

tbody tr td.stolbik-5 div.modal-window:hover
{
    box-shadow: 0 0 25px #ACB61B;
}

tbody tr td.stolbik-6 div.modal-window {
	background: #fff;
	box-shadow: 0 0 5px #3E7B7B
}

tbody tr td.stolbik-6 div.modal-window:hover
{
    box-shadow: 0 0 25px #3E7B7B
}

tbody tr td.stolbik-7 div.modal-window {
	background: #fff;
	box-shadow: 0 0 5px #ACB61B;
}

tbody tr td.stolbik-7 div.modal-window:hover
{
    box-shadow: 0 0 25px #ACB61B;
}

tbody tr td.stolbik-8 div.modal-window {
	background: #fff;
	box-shadow: 0 0 5px #B10390;
}

tbody tr td.stolbik-8 div.modal-window:hover
{
    box-shadow: 0 0 25px #B10390;
}

tbody tr td.stolbik-1 div.modal-window div.modal-window-main div.modal-main li div.modal-date span {
	background: #090;
}

tbody tr td.stolbik-2 div.modal-window div.modal-window-main div.modal-main li div.modal-date span {
	background: #09F;
}

tbody tr td.stolbik-3 div.modal-window div.modal-window-main div.modal-main li div.modal-date span {
	background: #C00;
}

tbody tr td.stolbik-4 div.modal-window div.modal-window-main div.modal-main li div.modal-date span {
	background: #630;
}

tbody tr td.stolbik-5 div.modal-window div.modal-window-main div.modal-main li div.modal-date span {
	background: #ACB61B;
}

tbody tr td.stolbik-6 div.modal-window div.modal-window-main div.modal-main li div.modal-date span {
	background: #3E7B7B;
}

tbody tr td.stolbik-7 div.modal-window div.modal-window-main div.modal-main li div.modal-date span {
	background: #ACB61B;
}

tbody tr td.stolbik-8 div.modal-window div.modal-window-main div.modal-main li div.modal-date span {
	background: #B10390;
}
