﻿/* <PUBLICATION-CART> */
DIV.publication-cart
{
	
}
DIV.publication-cart TABLE TR TD.material
{
	width: 1%;
	white-space: nowrap;
}
DIV.publication-cart TABLE TR TD.material SELECT
{
	width: 320px;
}
DIV.publication-cart TABLE TR TD.delivery
{
	width: 1%;
	white-space: nowrap;
}
DIV.publication-cart TABLE TR TD.delivery SELECT
{
	width: 160px;
}
DIV.publication-cart TABLE TR TH.count,
DIV.publication-cart TABLE TR TD.count
{
	text-align: right;
	width: 1%;
}
DIV.publication-cart TABLE TR TH.count INPUT,
DIV.publication-cart TABLE TR TD.count INPUT
{
	width: 48px;
}
DIV.publication-cart DIV.controls DIV.order
{
	margin-left: 12px;
}
DIV.publication-cart DIV.controls DIV.order SELECT
{
	width: 120px;
}
DIV.publication-cart DIV.controls DIV.order SELECT,
DIV.publication-cart DIV.controls DIV.order INPUT,
DIV.publication-cart DIV.controls DIV.order BUTTON
{
	float: left;
}
DIV.publication-cart DIV.controls DIV.order INPUT
{
	padding: 0px;
	width: 80px;
}
DIV.publication-cart DIV.controls BUTTON.change-order
{
	float: left;
	vertical-align: middle;
	border: none;
	background: none;
	padding: 1px 2px 0px 0px;
	margin-top: 1px;
}
/* </PUBLICATION-CART> */

/* <QUICK-PUBLICATION-CART> */
DIV.quick-publication-cart
{
	margin: 8px 0px;
}
/* </QUICK-PUBLICATION-CART> */