.Box {
	border: 1px solid #0d2204;
}


html {
	margin: 0px;
}
body {
margin: 0px;
background: white;
}

.paymentdetails {
	
}

.adminorderbox {
	page-break-before: always;
}

.noprint {
	display:none;
}

.deliverydetails {
	padding-top: 30px;
}

#Page {
	

}

#Order {
	display: none;
}


#Navigation {
    display: none;
}


#OrderBox {
	display: none;
}


#Delivery {
    display: none;
}

#Content {
	border: none;
}

html>body #Content {

}

#PageContent {
	padding: 15px;
}

.Box {
	border: 1px #1c250b solid;
	background: white;
}

.BoxHeading {
	background: #FFFFFF;
	font-family: tahoma, arial, helvetica;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px;
	padding-left: 10px;
	color: black;
}

.BoxContent {
	font-family: verdana, tahoma, arial, helvetica;
	font-size: 10pt;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.Quote {
	font-family: garamond;
	font-size: 1.3em;
	padding: 0.75em;
	font-weight: bold;
}

#Navigation li {
	margin-left: -25px;
	list-style-type: none;
}


#NavList {
	padding-top: 0px; 
	margin-top: 0px;
	padding-bottom: 5px; 
	margin-bottom:0px;
	
}

html>body #NavList {
	margin-left: -10px;
}

#ie7Warning {
	border: 2px solid red;
	padding: 5px;
}

a:link { 
	color: #000000;
	text-decoration: none;
}

a:visited { 
	color: #000000;
	text-decoration: none;
}

a:hover { 
	color: #000000;
	text-decoration: underline;
}

a:active { 
	color: #000000;
	text-decoration: none;
}

.importantLinks {
	font-weight: bold;
}

.copy {
display: none;

}
.DeliveryDetailsBoxContent {
	font-size: 1.25em;
}
.noprint {
	display: none;
}
label
{
	width: 13em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block
}

.formField {
	padding-top: 5px;
}

form {
	margin: 0px;
}

.BoxPadding {
	padding-top: 10px;
}

.ErrorMessage {
	color: red;
	font-weight: bold;
}

#HomeHotspot {
	position: absolute;
	top: 20px;
	left: 15px;
	width: 350px;
	height: 50px;
	cursor: pointer;
}

.styledTable>thead {
	font-weight: bold;
	background: #476f00;
	color: white;
}

.styledTable {
	border: 1px solid #0d2204;
	padding: 0px;
	border-collapse: collapse;
}

.styledTable>td {
	padding:2px;
}

.styledTable>thead>td:first-child {
	padding-left: 10px;
}



.tsubhead {
	font-weight: bold;
}

.tsubhead>td {
	padding-top: 5px;
}

.productCategoryHeading {
	font-weight: bold;
	font-size: 14pt;
}

.productProduct {
	padding-left: 10px;
}

.productProductName {
	font-weight: bold;
}

.productProductDescription {
	font-style: italic;
}