/**
* 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';

/*.mod_prod
{
	border-bottom: 1px solid #007bc3;
}

.mod_prod .clabel
{
	border-bottom: 1px solid #007bc3;
	border-top: 1px solid #007bc3;
	color: #007bc3;
	font-weight: bold;
	padding: 2px 0 2px 10px;
	white-space: nowrap;
}

.mod_prod .edata h4,
.mod_prod .odata h4
{
	text-align: right;
}*/

.products .name {
	text-align: left;
}

.products .edata,
.products .odata
{
	padding: 7px 3px 3px;
}

.products .amount,
.products .cost
{
	padding-left: 10px;
	text-align: right;
	width: 60px;
}
.products .remove
{
	padding-left: 10px;
	width: 60px;
}
.products .change
{
	padding-left: 10px;
	width: 110px;
}

.layout_header2
{
	padding-bottom: 10px;
	width: 100%;
}
.layout_footer1
{
	padding-top: 5px;
	width: 100%;
}
.layout_footer2
{
	padding-top: 20px;
	width: 100%;
}

#total
{
	color: #333;
	font-weight: bold;
}
#total span
{
	padding-left: 10px;
}

.button a{
	color: #666666;
	padding: 1px 2px;
	text-decoration: none;
	display:block;
}a.button{
	color: #666666;
	padding: 1px 2px;
	text-decoration: none;
	display:block;
	font-weight: normal;
	padding: 2px 6px;
}
a.button {
	margin:0;
	border: 1px solid #C5C5C5;
}
#doc_checkout_list .layout_footer1,
#doc_cart_form .layout_footer1 {
	border: 1px solid #BA1116;
	padding: 5px;
}
#continue_shopping {
	width: 110px;
}
#checkout {
	float:right;
	width: 60px;
}
.drinkstitle {
	padding: 10px 10px 0 0;
}
.drinksdetails {
	padding: 2px 10px 15px 0;
}
textarea.drinkstext {
	background: #FFF;
	border: 1px solid #CCC;
	width: 300px;
	height: 70px;
}
.drinkstextbox {
	padding: 17px 0 0 0;
}
