	.cols {
		width:100%;
		clear:both;
	}
	.cols .left,
	.cols .right {
		display:inline;
		float:left;
		width:72%;
		margin-right:-100%;
	}
	.cols .right {
		width:28%;
		margin-left:72%;
	}
	.cols .left .content{
		padding: 0 15px 0 0;
	}

	.floats
	{
	/* Компенсируем отступы между float-блоками, чтобы они занимали все доступное пространство */
	margin: -3em 0 0 -2em;

	/* Эти правила для IE */
	position: relative;
	display: inline-block;
	clear: both;
	}
	.floats:after
	{
	content: '';
	display: block;
	clear: both;
	}
	.floats .left-f
	{
	text-align:center;
	position: relative;
	float: left;

	/* Убираем удвоение отступов в IE */
	display: inline;

	/* Прячем все, что вдруг вылезло за наши ограничения */
	overflow: hidden;

	/* Отсупы между float-блоками */
	margin: 3em 0 0 2em;

	/* Задаем минимальную ширину по картинке и тексту */
	width: 14em;
	min-width: 200px;
	}
	.floats .left-f .r
	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size:12px;
	}
	.floats .left-f .r a{
		font-weight:bold;
	}
	.floats .left-f .min
	{
	/* Задаем минимальную высоту по картинке */
	margin: 0 0 170px 0;

	/* Задаем минимальную высоту по тексту */
	height: 5em;

	/* Дублируем значение минимальной ширины по картинке для IE */
	width: 200px;
	}
	.floats .left-f img {
		margin:0 0 4pt 0;
	}
	div.publication {
		text-align:left;
		width:110px;
		height:144px;
		margin:0 auto;		
	}
	div.publication2 img,
    div.publication img{
        color:black;
        display:block;
        font-style:italic;
        text-align:center;
        width:96px;
        height:130px;
        background:#ffffe2;
        -moz-box-shadow: 3px 3px 6px #888;
        -webkit-box-shadow: 3px 3px 6px #888;
        box-shadow: 3px 3px 6px #888;
    }
    
	div.periodicals-types {
		clear:left;
	}
	div.periodicals-types ul {
		padding:0;
		margin:0;
	}

	div.periodicals-types ul li{
		list-style-type:none;
		float:left;
		padding:0;
		margin:0 5px 5px 0;
	}
	div.periodicals-types ul li a{
		font-style:italic;
		padding:2px;
		position:relative;
		z-index:100;
	}
	
	div.gotoCart{
		border:1px dotted #fff;
		padding:10px;
		font-size:10pt;
		font-style:italic;
	}
	table.monthes {
		border:1px dotted #fff;
		width:100%;
		border-collapse:collapse;
		margin-bottom: 30px;
	}
	table.monthes th, 
	table.monthes td{
		padding:0 5px 5px 5px;				
	}
	table.monthes th{
		padding-top:5px;
		text-align:left;
		font-weight:bold;
	}
	table.monthes td span.disabled{
		color:#bbb;
	}

	div.publication2 {
		text-align:left;
		width:110px;
		height:144px;
		padding:5px 0 0 7px;
		float:left;
		margin:0 15px 15px 0;		
	}

	/* Cart */

	table.order,
	table.cart {
		width:99.9%;
		table-layout:fixed;
		border-collapse:collapse;
	}
	table.order td,
	table.order th,
	table.cart td,
	table.cart th
		{
		padding: .5em .2em .5em 0;
		vertical-align:top;
		text-align:left;
	}
	table.cart th{
		font-weight:bold;
	}
	table.cart tr.line td{
		border-top:1px solid #13A1FC;
	}
	table.cart td.small{
		font-size:11px;
	}
	table.cart td.right{
		text-align:right;
	}


	table.order.small {
		margin-top:10px;
	}

	table.order.small td{
		font-size:12px;
	}

	fieldset.signup {
		width:60%;
		border: solid 1px #fff;
		padding-top:15px;
	}

	fieldset.order {
		width:97%;
		border: solid 1px #fff;
		padding-top:15px;
	}
	
	fieldset legend
	{
		color: #ff0000; /* #fff; */
	}

	fieldset.signup input,
	fieldset.signup textarea,
	fieldset.order input,
	fieldset.order textarea
	{
		padding:2px;
		border:1px solid #7b95a8;
		border-top-color:#546c7e;
		border-bottom-color:#a3b9c9;
	}

	div.error_message{
		border:1px solid #838383;
		padding:10px;
		background:#ffd1d1;
		color:#000;
		-margin:10px;
	}
	

	table.periodical.order.small sup{
		color:#f00;
		font-size:12px;
		font-weight:bold;
		margin-right:-5px;
	}
	
	table.periodical.order.small td{
		padding:0 5px 10px 0;	
	}

	table.periodical.order.small td label{
		display:block;
		text-align:right;
		padding-right:7px;
	}
	
	table.periodical.order.small td.small{
		font-size:11px;
		line-height:21px;
	}
	table.periodical.order.small td .wide {
		width:100%;
	}
	
	#navblock
{
	text-align: center;
	clear: both;
}

/* --------- navblock ------------ */
#navblock ul
{
	list-style: none;
	margin: 0px auto;
}

#navblock ul li
{	
	padding: 0px 5px;
	display: inline;
}

#navblock ul li:before
{
	content: none;
}

#navblock ul li b
{
}

#navblock ul li a
{
}
	
