body
{
	background-color: #8db835;
	margin: 10px 0 20px 0;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial;
	font-size: 11px;
	color: white;
}


#container
{
	width: 900px;
	margin: 0 auto;
	background-image: url(media/images/page/container-background.gif);
	background-repeat: repeat-y;
}

#navigation
{
	width: 188px;
	color: black;

	background-color: inherit;
	overflow: hidden;
}

#footer
{
	width: 900px;
	margin: 0 auto;
	text-align: right;
	font-size: 0.9em;
	vertical-align: middle;
	line-height: 1.7em;
	white-space: nowrap;
	color: black;
}

#footer-links
{
	float: left;
	text-align: left;
	padding: 0 0 0 185px;
}

#footer-text
{
	float: right;
	padding: 0 15px 0 0;
}

#header
{
	height: 151px;
	width: 900px;
	margin: 0px auto;
	background-image: url(media/images/page/header.gif);
	background-position: top right;
	background-color: #b2ce40;
	overflow: hidden;
}

#basket
{
	padding: 40px 0 0px 220px;
	color: white;

}

#page-title
{
	font-size: 1.5em;
	font-weight: bold;
	padding: 50px 0 20px 220px;
	color: black;

}

#content
{
	float: right;
	width: 640px;
	margin-right: 40px;
	display: inline;
	color: black;
}

#container-footer-stripe
{
	height: 19px;
	background-image: url(media/images/page/container-footer-stripe.gif);
}

#container-footer-insert
{
	width: 900px;
	height: 19px;
	margin: 0 auto;
	background-image: url(media/images/page/container-bottom-stripe.gif);
}

#container-footer
{
	width: 900px;
	height: 40px;
	margin: 0 auto;
	background-image: url(media/images/page/container-footer.gif);
}


div#navigation .firstdepartment		
{
	padding: 0 0 5px 0;
	font-weight: bold;
}

div#navigation h4
{
	font-size: 1em;
	font-weight: bold;
	padding: 8px 0 0px 0;
}

div#navigation .department-off
{
	width: auto;
	padding: 7px 0 7px 7px;
	font-weight: bold;
	cursor: pointer;
	white-space: nowrap;
	color: black;
}

div#navigation .department-off:hover
{
	background-image: url(media/images/widgets/department-over.gif);
	background-repeat: repeat-y;
	color: white;
	background-position: top right;
}

div#navigation .department-off-static
{
	width: auto;
	padding: 7px 0 7px 7px;
	font-weight: bold;
	cursor: pointer;
	white-space: nowrap;
	color: black;
}

div#navigation .department-off-static:hover
{
	background-image: url(media/images/widgets/department-over.gif);
	background-repeat: repeat-y;
	color: white;
	background-position: top right;
}


div#navigation .department-on
{
	width: auto;		
	padding: 7px 0 7px 7px;
	font-weight: bold;
	background-image: url(media/images/widgets/department-over.gif);
	background-repeat: repeat-y;
	background-position: top right;
	cursor: pointer;
	white-space: nowrap;
	color: white;
}

div#navigation .department-on-static
{
	width: auto;		
	padding: 7px 0 7px 7px;
	font-weight: bold;
	background-image: url(media/images/widgets/department-over.gif);
	background-repeat: repeat-y;
	background-position: top right;
	cursor: pointer;
	white-space: nowrap;
	color: white;
}


div#navigation .navigation-splitter
{
	height: 0px;
	border-top: 1px dotted gray;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#navigation ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0 0 5px 0;
	background-image: url(media/images/widgets/department-over.gif);
	background-repeat: repeat-y;
	background-position: top right;
	color: white;
}


#navigation a, #basket a
{
	color: white;
	text-decoration: none;
}

#navigation a.static:hover
{
	text-decoration: none;
}

#navigation a:hover, #basket a:hover
{
	text-decoration: underline;
}

#navigation li
{
	margin: 0px;
	padding: 0 0 5px 25px;
}

img
{
	border: 0px;
}

h1
{
	margin: 0px;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h3
{
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

ul
{
	margin: 0px;
	padding: 0px;
}

li
{
	margin: 0 0 5px 16px;
	list-style-position: outside;
}

table.productlisting td
{
	width: 160px;
	vertical-align: top;
}

table.productlisting td h2
{
	font-size: 12px;
	font-weight: bold;
}

table.basket
{
	border-collapse: collapse;
}

table.basket td
{
	vertical-align: top;
}

th
{
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	padding: 0 0 10px 0;
}

td.totals
{
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
}

tr.header
{
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #888;
}

div.spacer
{
	height: 1px;
	background-image: url(/media/images/widgets/spacer.gif);
	background-repeat: repeat-x;
	margin: 10px 0;
}

.product-list-item
{
	padding: 10px 0;
	margin-bottom: 10px;
}

.product-list-item h1
{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.product-brief-description
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 7px 0 0 0;
	color: #8db835;
}

.product-list-brief-description
{
	padding: 0px;
	color: #8db835;
}

.product-list-price
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 0;
}

.product-list-image
{
	float: left;
	margin-right: 10px;
}

.product-list-atb-button
{
	float: right;
	padding: 0 0 5px 5px;
}

.product-list-details-container
{
	margin-top: 10px;
}

.product-splitter
{
	height: 1px;
	margin: 10px 0;
	overflow: hidden;
	background-image: url(media/images/widgets/product-splitter.gif);
	background-repeat: no-repeat;
}

#product-description
{

	line-height: 1.3em;
	color: #333;
}
