﻿/*ORDERING MASTERPAGE - ordering.master */

#body_wrapper
{
	background-color: #84A89C;
}

#ordering_templatebody_wrapper
{
	width: 100%;
	background-color: #84A89C; /*templates background colour*/
	float: none;
	height: 100%;
	min-height: 350px;
	overflow: hidden;
}

#ordering_templatebody_container
{
	background-color: Transparent;
	color: Black;
	margin-top: 5px;
	height: 100%;
	min-height: 350px;
}

#ordering_leftmenu
{
	width: 168px;
	max-width: 178px;
	height: auto;
	min-height: 350px;
	float: left;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
}

#ordering_body
{
	width: 450px;
	max-width: 460px;
	height: auto;
	min-height: 350px;
	float: left;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
}

#ordering_divider
{
	width: 5px;
	max-width: 5px;
	height: 100%;
	min-height: 100%;
	float: left;
	background-color: #84A89C; /*templates right block divider colour*/
}

#ordering_rightblock
{
	width: 145px;
	max-width: 155px;
	height: auto;
	min-height: 350px;
	float: left;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
}

#ordering_warning
{
	background-color: #84A89C;
	width: 95%;
	height: auto;
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
}

.ordering_submenuMenu
{
	width: 100%;
}

.ordering_submenuItemMenu
{
	border-bottom: dotted 1px #84A89C;
	height: 15px;
	line-height: 15px;
	padding: 2px 0px 2px 5px;
	color: #5A57A6;
}

.ordering_submenuSelectedStyle
{
	background-image: url( "../ordering/images/ordering-menu_selected.gif" );
	background-repeat: repeat-x;
	color: #000000;
	height: 15px;
	line-height: 15px;
	padding: 2px 0px 2px 5px;
}

.ordering_submenuHoverStyle
{
	background-color: #E0E9E6;
	height: 15px;
	line-height: 15px;
	padding: 2px 0px 2px 5px;
}


.ordering_h2
{
	color: #84A89C;
}

.ordering_h3
{
	color: #84A89C;
}

.BasketTableTotals table
{
	border: #84A89C 3px solid;
	color: #000000;
	width: 100%;
}

.BasketTableCellTotals tr
{
	background-color:#FFFFFF;
	padding: 2px;
	width: 100%;
}

