/**
* CSS for doc_cart.php
*
* This will be appended in {@link SITE_DIR_CSS}/index.php automatically.
*
* @package Site
* @subpackage CSS
* @author Pavel "Papi" Jartsev <papi@digitalfruit.ee>
* @filesource
*/

@import 'doc_prod.css';

.layout_body .qty
{
	padding-left: 10px;
	width: 1%;
}
.layout_body .qty input.text
{
	width: 40px;
}
.layout_body .remove
{
	padding-left: 10px;
	white-space: nowrap;
	width: 1%;
}
.layout_header2
{
	padding-bottom: 10px;
}
.layout_footer1
{
	padding-top: 5px;
}
.layout_footer2
{
	padding-top: 20px;
}
.layout_footer2 .button
{
	margin-left: 20px;
}
