﻿/* Notice line */
.order .content .notice
{
	background-color: #9DBA71;
	display: block;
	padding: 8px;
	margin-bottom: 7px;
}

/* Left and right panel */
.order .content .leftPanel, .order .content .rightPanel
{
	display: inline-block;
	float: left;
}
/* Right panel */
.order .content .rightPanel fieldset
{
	width: 280px;
	padding: 0 0 8px 0;
	position: relative;
	text-align: center;
}
.order .content .rightPanel fieldset .orderImage
{
	position: absolute;
	top: -4px;
	left: -3px;	
}
.order .content .rightPanel fieldset .caption
{
	margin: 20px 0;
	display: inline-block;	
}

.order .content .rightPanel ul
{
	height: 37px;
	text-align: center;
}
.order .content .rightPanel li
{
	display: inline;
}
.order .content .rightPanel .orderNowLarge
{
	height: 21px;
	line-height: 24px;
	width: 78px;
	float: none;
	background: #ABC287 url(../Images/OrderButtonLarge.jpg) no-repeat top left;
	padding: 6px 6px 4px 36px;
	overflow: hidden;
	display: inline-block;
	text-decoration: none;
}
.order .content .rightPanel hr
{
	margin: 5px 0 !important;
	margin: -2px 0;
	color: #7DC06E;
	background-color: #7DC06E;
}
.order .content .rightPanel img
{
	border: none;
	float: none;
	margin: 0;	
}

.order .content .rightPanel table
{
	width: 100%;
	margin-bottom: 8px;
}
.order .content .rightPanel table th, .order .content .rightPanel table tr td.totalPriceHeader, .order .content .rightPanel table tr td.totalPrice
{
	border-bottom: solid 1px #7DC06E;
	border-top: solid 1px #7DC06E;
	text-align: left;
	padding: 3px;
	font-weight: normal;
}
.order .content .rightPanel table td
{
	text-align: right;
	padding: 3px;
	font-weight: bold;
}
.order .content .rightPanel table tr th.name, .order .content .rightPanel table tr td.name
{
	text-align: left;
}
.order .content .rightPanel table tr th.quantity
{
	width: 26px;
}
.order .content .rightPanel table tr th.price
{
	width: 45px;	
}
.order .content .rightPanel table tr th.removeProductHeader
{
	width: 18px;	
}
.order .content .rightPanel table tr td.removeProduct input
{
	background-image: url(../Images/RemoveProduct.jpg);
	background-repeat: no-repeat;
	width: 13px;
	height: 15px;
	margin: 0;
	border: none;
	cursor: pointer;
}
 .order .content .rightPanel table tr td.totalPrice
 {
	text-align: right;
	font-weight: bold;
 }

/* Left panel */
.order .content .leftPanel h4.title
{
	padding: 0 0 0 30px;
	background-color: #E9F5E9;
}
.order .content .leftPanel h4 span
{
	background-color: #C9E1BE;	
	padding: 0 3px;
}
.order .content .leftPanel h4 span span
{
	font-weight: normal;
	font-style: italic;
	display: inline;	
}
.order .content .leftPanel ul
{
	width: 472px;
	padding-right: 8px;	
}
.order .content .leftPanel img.productImage
{
	width: 63px;
	height: 63px;
	margin-top: 0;
}
.order .content .leftPanel div
{
	padding-left: 90px;	
}
.order .content .leftPanel div h4
{
	margin-bottom: 10px;
}
.order .content .leftPanel div h4 span
{
	font-weight: normal;
}
.order .content .leftPanel div h4 input
{
	float: none;
	display: inline;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
	background: #f0ffeb;
	width: 40px;
	color: #063A06;
	font-weight: bold;
	margin-left: 4px;
}

.order .content .leftPanel div h4.quantity
{
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	text-align: right;
}
.order .content .leftPanel div h4.quantity span, .order .content .leftPanel div h4.quantity input
{
	float: left;
}
.order .content .leftPanel div h4.quantity button
{
	float: none;
	width: auto;
	height: 21px;
	padding-left: 20px;
	background: #B6CC97 url(../Images/OrderButton.gif) no-repeat 2px 2px;
	line-height: 14px;
}