/* CSS Document */


/* Context Tools */

.order_admin_manage_groups {
	background: url(../media/shared/order_admin_groups.gif) no-repeat top left;
}

.order_admin_manage_menu {
	background: url(../media/shared/order_manage_menu.gif) no-repeat top left;
}

.order_admin_new_dish {
	background: url(../media/shared/order_new_dish.gif) no-repeat top left;
}

.order_admin_manage_ingredients {
	background: url(../media/shared/order_manage_ingredients.gif) no-repeat top left;
}

.order_admin_app_config {
	background: url(../media/shared/order_config.gif) no-repeat top left;
}

.order_admin_manage_groups a {
	color:#FFFFFF;
}


.back {
	float: right;
	background: url(/view/theme/chilorio/media/shared/icon_left.gif) no-repeat top left;
	padding: 0 10px 0 16px;
}


/* Cart */

.cart_line {
	padding: 4px 10px;
	color: #933232;
}

.cart_line_item {
	float: left;
	width: 160px;
	font-weight: bold;
	font-style: italic;
}

.cart_line_item_qty {
	float: right;
	width: 20px;
}

.cart_line_price {
	float: right;
	width: 40px;
	text-align:right;
}

#cart_total_money {
	text-align: right;
	padding: 0 10px 10px 0;
	color: #933232;
	font-size:16px;
	font-style: italic;
}

#cart_total_cal {
	text-align: right;
	padding: 0 10px 0 0;
	color: #95a925;
	font-size:12px;
	font-weight: bold;
	font-style: italic;
}

/* Catalog */

.catalog {
	color: #933232;
}

.catalog_item_line {
	padding: 2px 0;
	font-size: 12px;
	font-weight: bold; 
	font-style: italic;
}

.catalog_item_title {
	float: left;
}

.catalog_item_price {
	padding: 0 3px 0 0;
	float: right;
}

/* Lists */

ul a:link, ul a:visited {
	color: #84413c;
	text-decoration: none;
	background: none;
}

ul a:active, ul a:hover {
	color: #e51837;
}

/* Group */

.group_title_image {
	padding: 10px 9px 10px 9px;
}

.group_image {
	width: 230px;
	float: left;
	margin: 0 10px 0 0;
}

.group_info {
	float: right;
}

.group_item_calories {
	color: #96ab26;
	text-align:right;
}

.group_header_line {
	margin-bottom:10px;
}

.group_item_title {
	float: left;
}

.group_item_price {
	font-style:italic;
	float: right;
}

.group_item_description {
}

/* Item */

.item_header_line {
	margin-bottom: 10px;
}

.item_header_title {
	float: left;
}

.item_header_price {
	float: right;
	font-style:italic;
}

.item_info {
	background-color: #f8f7b0;
	border: 1px solid #e1d8aa;
}

.item_nutritional {
	width: 135px;
	float: right;
	padding: 5px;
	color: #923e22;
}

.item_nutritional h4 {
	font-size: 14px;
	color: #95a927;
}

.item_image img {
	float: left;
	border-right: 1px solid #e1d8aa;
}

.item_option_text {
	font-size: 10px;
	color: #000000;
}

.item_quantity {
	margin: 10px 0;
	float: right;
}

/* Summary */

.summary_total {
	float: left;
	width: 100%;
	text-align: right;
}

.summery_explain_line {
	font-weight: bold;
	margin-bottom: 10px;
}

.summary_total_money {
	font-style: italic;
}

.summary_total_calories {
	color: #96ab26;
}

.summary_item_line {
	margin-bottom: 5px;
}

.summary_qty {
	width: 25px;
	float: left;
}

.summary_name {
	width: 320px;
	float: left;
	margin: 0 0 0 10px;
}

.summary_item_line_final {
	width: 125px;
	float: right;
}

.summary_total_item {
	margin-top: 7px;
	float: left;
}

.summary_change {
	float: right;
}

/* Printer */

@media print {
body {background:white; 
     font-size:12pt; 
     margin:0 }
	 
	 
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
h3 { margin-left:10px; 
     margin-bottom:0px; 
     padding-bottom:0px }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }
img { page-break-inside:avoid; 
     page-break-after:avoid; }
}

.printer #mainwrapper {
	width: 530px;
}

.printer_friendly {
	text-align: left;
	color: #000000;
}

.printer_friendly .summary_total_money {
	padding-right: 70px;
}

.printer_name {
	margin-bottom: 10px;
}

.printer_name h3 {
	width: 180px;
	float: left;
}

.printer_name .printer_underline {
	float: right;
	width: 300px;
	height: 30px;
	border-bottom: 1px solid #000000;
}



/* Admin */

.admin_item_line {
	padding: 2px 0;
}

.admin_item_title {
	float: left;
}

.admin_item_status {
	float: right;
	width: 50px;
}

.admin_item_price {
	width: 50px;
	padding: 0 3px 0 0;
	float: right;
	text-align:right;
}

