/* Primatives */

body 
{
	background: url(../images/new-side/bg.gif) repeat-y;
	padding: 0 0 0 12px;
	margin: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

h1, h2, h3, h4
{
	font-weight: Bold;
	color: #007A54;
}

h2
{
	font-size: 1em;
}

h3
{
	font-size: .9em;
}

a img
{
	border: none;
}

p.firstParagraph
{
	margin-top: 0;
}

address
{
	font-style: normal;
}

/* Classes */

.frame
{
	width: 960px;
}

.hr
{
	border-bottom: solid 1px #999;
	margin: 15px 0;
}

div.side-bar
{
	width: 248px;
	float: left;
}

div.logo
{
	background: url(../images/new-side/logo-bg.gif) no-repeat;
	margin-left: 1px;
	padding: 18px 0 0 11px;
	height: 58px;
}

ul.Navigation
{
	list-style-type: none;
	background: url(../images/new-side/navigation-bg.gif) no-repeat top right;
	font-size: .85em;
	padding: 13px 0 0 0;
	margin: 0;
	width: 248px;
	min-height: 311px;
}

	ul.Navigation li
	{
		padding: 0;
		margin: -1px 0 0 0;
		width: 180px;
	}
	
		ul.Navigation li a
		{
			text-decoration: none;
			text-transform: uppercase;
			font-weight: Bold;
			background-image: url(../images/new-side/navigation-item.png);
			background-repeat: no-repeat;
			padding: 3px 0 0 9px;
			display: block;
			height: 22px;
			color: #1a6636;
		}
		
		ul.Navigation li a:hover, 
		ul.Navigation li.selected a
		{
			background-position: 0 -28px;
		}
		
		ul.Navigation li.last a
		{
			padding-bottom: 3px;
		}
		
div.cz
{
	margin-top: 10px;
	float: left;
	width: 700px;
}

div.top-banner
{
	margin-bottom: 20px;
	background: url(../images/new-side/banner-bg.gif);
	width: 500px;
	height: 65px;
	float: left;
}

div.banner-content
{
	position: relative;
	width: 480px;
	height: 65px;
	float: left;
}

div.awards
{
	margin-left: 15px;
	float: left;
}

div.checkout-zone
{
	position: absolute;
	bottom: 5px;
	right: -15px;
}


.green-bubble
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: .85em;
	height: 28px;
}

.green-bubble a
{
	text-decoration: none;
}

.green-bubble div
{
	float: left;
}

.green-bubble div.gbm
{
	background: url(../images/cart/bg.png) repeat-x;
	padding: 3px 2px 8px 0;
	height: 20px;
}

	.green-bubble div.gbm div
	{
		position: relative;
		margin: 0 -2px 0 -8px;
		color: #1a6636;
	}
	
.green-bubble div.dgbm
{
	background: url(../images/cart/dbg.png) repeat-x;
	padding: 3px 0 8px 0;
	height: 20px;
}

	.green-bubble div.dgbm div
	{
		position: relative;
		margin: 0 0 0 5px;
		color: #fff;
	}

.green-bubble div.gbs
{
	padding-bottom: 8px;
	background: url(../images/cart/switch.png) no-repeat;
	height: 20px;
	width: 9px;
}

.green-bubble div.gbl
{
	padding-bottom: 8px;
	background: url(../images/cart/lr.png) no-repeat;
	height: 20px;
	width: 17px;
}

.green-bubble div.gbr
{
	padding-bottom: 8px;
	background: url(../images/cart/rr.png) no-repeat;
	height: 20px;
	width: 16px;
}

.green-bubble div.dgbr
{
	padding-bottom: 8px;
	background: url(../images/cart/drr.png) no-repeat;
	height: 20px;
	width: 16px;
}

.green-bubble div.gbm a
{
	color: #1a6636;
}

.green-bubble div.dgbm a
{
	color: #fff;
}

div.add-to-cart
{
	margin: 10px 0 0 10px;
}

div.product h2
{
	margin: 0 0 8px 0;
}

div.product div.description-column
{
	float: left;
	width: 220px;
}

	div.product div.description-column p,
	div.product div.description-column p.firstParagraph
	{
		margin: 0 0 1em 0;
	}

div.product div.image-column
{
	margin-right: 15px;
	float: left;
	width: 120px;
}

div.product .options-list div
{
	width: 280px;
	clear: both;
}

div.product .options-list input
{
	position: relative;
	float: left;
}

div.product .options-list label
{
	margin-bottom: 5px;
	width: 250px;
	float: right;
}

.vat-notice
{
	margin-left: 30px;
	font-weight: bold;
}

div.bar-bar
{
	background: url(../images/bar.jpg) no-repeat;
	padding: 17px 25px 0 30px;
	height: 55px;
	width: 595px;
}

div.bar-bar h2, div.bar-bar p
{
	margin: 0;
}

div.bar-bar h2
{
	color: #acd586;
}

div.bar-bar span
{
	color: #fff;
}

table.cart
{
}

table.cart td
{
	vertical-align: top;
	text-align: right;
}

table.cart tbody td
{
	padding: 15px 5px;
}

table.cart thead tr td
{
	border-bottom: solid 2px #888;
	font-weight: bold;
	padding: 5px;
}

table.cart tbody tr td, table.cart tfoot tr td
{
	padding: 15px 5px;
}

table.cart tbody tr td, table.cart tr.body-item td
{
	border-bottom: solid 1px #ccc;

}

table.fields td
{
	padding: 5px 0;
}

td.removecol {
	width: 75px;
}