body {
	margin:0;
	padding:0;
	color:#818181;
	background:#D7E9DD;
	font-size:12px;
	font-family: Verdana, Arial, sans-serif;
}

a {
	color: #616161;
	font-weight: bold;
}

form {
	margin:0;
	padding:0;
}

.wrapper {
	width:770px;
	margin:0 auto;
}

.container {
	position:relative;
	padding: 0;
}

.header {
	position:relative;
	height:82px;
	background: #D7E9DD url(../images/header.png) no-repeat bottom left;
	margin:0;
}

.header h1 span {
	display: none;
}

.header h1 a {
	display: block;
	width: 254px;
	height: 82px;
}

.header a  {
	font-weight: normal;
}

.header ul li a:hover {
	text-decoration:underline;
}

.navbar {
	color: #818181;
	right: 0;
	bottom: 0;

	position: absolute;

	z-index: 64;

	height:82px;
	margin: 0;
	background: none;

	width: 516px;
}

.navbar ul {
	height: 82px;
	margin: 0;
	padding: 0;
}

.navbar ul li {
	display: block;
	float: left;
	height: 81px;
	line-height: 81px;
	width: 
	padding: 0;
	margin: 0 0 0 2px;

	text-align: center;
}

.navbar ul li a {
	background: #FFF;
	margin: 0;
	padding: 8px 8px 34px 8px;

	text-decoration: none;

	display: block;
	height: 40px;
	line-height: 15px;
	font-size: 88%;
	font-weight: normal;
}

.navbar ul li.two a span,
.navbar ul li.three a span,
.navbar ul li.four a span,
.navbar ul li.five a span,
.navbar ul li.six a span,
.navbar ul li.seven a span
 {
	display: none;
}

.navBar u li.six {
	width: 60px;
}

.navbar ul li.two a,
.navbar ul li.three a,
.navbar ul li.four a,
.navbar ul li.five a,
.navbar ul li.six a,
.navbar ul li.seven a
{
	width: 78px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center 6px;
	background-image: url(../images/nav-two.jpg);
}

.navbar ul li.three a
{
	background-image: url(../images/nav-three.jpg);
	width: 82px;
}

.navbar ul li.four a
{
	width: 70px;
	background-image: url(../images/nav-four.jpg);
}

.navbar ul li.five a
{
	width: 54px;
	background-image: url(../images/nav-five.jpg);
}

.navbar ul li.six a
{
	width: 62px;
	background-image: url(../images/nav-six.jpg);
}

.navbar ul li.seven a
{
	width: 62px;
	background-position: 2px 0px;
	background-image: url(../images/nav-seven.jpg);
}

.navbar ul li a:hover {
	margin-top: -6px;
	text-decoration: none;
}

.infoBar {
	height:22px;
	margin: 2px 0;
	text-align: right;
	background: #FFF;
	padding: 4px;
	position: relative;
}

.infoBar img {
	border: 0;
	vertical-align: middle;
}

.infoBar ul {
	list-style: none;
	display: inline;
}

.infoBar ul li {
	display: inline;
	margin-right: 24px;
}

h2 {
	border-top: 1px solid #2a9e53;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;

	height: 298px;

	background: url(../images/headImage.jpg) no-repeat center center;
}

h2 span {
	display: none;
}

.left {

}

.main {
	background: #fff;
	width: 100%;
	overflow: hidden;
}

.leftcolumn {
	float: left;
	margin-left: 12px;
	padding-top: 12px;

	width: 220px;
}

.right {
	float: right;
	width: 532px;
	padding-top: 12px;
}

h3 {
	font-size: 140%;
	font-weight: normal;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 12px;
	font-family: "Century Gothic", Arial, sans-serif;
}

h3 span {
	color: #2a9e53;
}

h3 a span {
	color: #000;
}

h3 a span.featured {
	color: #900;
}

.content {
	margin: 4px;
}

.footer {
	text-align: center;
	padding:0;
	border-top: 1px solid #2a9e53;
	font-size:13px;
	clear:both;
	background: #fff;
	width: 99%;
	overflow: auto;
	padding-left: 1%;
}

.footer p.main {
	margin: 0 12px 0 12px;
	padding: 0;
}

.footer a {
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}

.footer div.third {
	width: 33%;
	float: left;
}

.footer div.third p {
	font-size: 85%;
	margin: 0;
	padding: 0;
	height: auto;
	line-height: auto;
}

.footer .address {
	display: none;
}

.footer .creator {
	clear: both;
	margin-top: 8px;
	padding-top: 16px;
	font-size: 80%;
}

#cartPanel {
	position: absolute;
	overflow: auto;

	opacity: 0;
	background: #FFF url(../images/loading-BG.gif) center center no-repeat;

	top: 29px;
	right: 0px;	

	width: 478px;
	height: 0;

	border: 4px solid #D7E9DD;
	border-right: 0;

	display: block;
}

#cartContent {
	width: 458px;
	height: 0;

	background: #fff;
}

#cartContent a img,
.smallBasket a img,
.largeBasket a img {
	border: 0;
}

.smallBasket {
	position: relative;

	width: 450px;
	margin: 4px 4px 0 4px;
	padding: 4px;
	height: 180px;	

	background: #fff;
}

.smallBasket p {
	margin: 0;
	padding: 0;
}

.largeBasket {
	position: relative;

	margin: 4px 4px 0 4px;
	padding: 4px;

	background: #fff;
}

.smallBasket p {
	margin: 0;
	padding: 0;
}


.smallBasket .item,
.largeBasket .item {
	margin: 2px;
	padding: 2px;
}

.smallBasket h4,
.largeBasket h4 {
	float: left;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}

.smallBasket a,
.largeBasket a {
	color: #666;
}

.smallBasket .variety,
.largeBasket .variety {
	clear: both;
	margin-left: 12px;
}

.smallBasket .variety p,
.largeBasket .variety p {
	margin: 0;
	padding: 0;

	font-size: 95%;
}

.smallBasket .info,
.largeBasket .info {
	width: 150px;
	text-align: right;

	float: right;
	font-size: 10px;
	margin-right: 4px;
}

.smallBasket .info input {
	font-size: 10px;
}

.largeBasket h4 {
	font-size: 115%;
}

.largeBasket .info {
	font-size: 14px;
	width: 25%;
}

.largeBasket .info input {
	font-size: 14px;
}

.largeBasket pre {
	font-size: 14px;
}

.smallBasket pre,
.largeBasket pre {
	display: inline;
}

.largeBasket h4 {
	padding-bottom: 8px;
}

.largeBasket .variety {
	font-size: 105%;
}

.moreLink {
	position: absolute;
	width: 100%;
	
	background: #D7E9DD;

	bottom: 0;
	left: 0;
	height: 24px;
	line-height: 24px;
	font-size: 14px;


	text-align: right;
}

.moreLink a {
	outline: none;
	padding-right: 16px;
	color: #666;
}

#ajaxFrame h3 {
	color:#A81920;

	padding: 0;
	margin: 8px;
	font-size: 100%;
	
	line-height: 22px;
	font-size: 22px;
	height: 22px;
}

.breadcrumbs {
	background: #FFF;
	padding: 4px;
}

.breadcrumbs ul {
	margin: 0 0 0 0;
	padding: 0;
}

.breadcrumbs ul li {
	margin: 0 0.25em 0.1em 0;
	padding: 0;
	float: left;
	list-style: none;
}

.breadcrumbs ul li.active {
	color: #888;	
}

.breadcrumbs a {
	color: #666;
}

.breadcrumbs a:hover {
	color: #888;
}

.largeCategory {
	margin: 20px;

	background: #FFF;

	border-bottom: 1px dashed #BBB;
	padding: 6px;
}

.largeCategory .body {
	background-repeat: no-repeat;
}

.largeCategory .body p {
	padding-left: 74px;
	font-size: 90%;
}


.visitLink {
	text-align: right;
}

.browseProduct {
	margin: 6px;

	float: left;

	width: 150px;
	height: 225px;

	padding: 0;
	position: relative;
	border: 2px solid #777;
}

.browseProduct h3 {
	position: absolute;

	top: 0;
	left: 0;

	width: 144px;

	font-size: 95%;

	padding: 3px;
	margin: 0;
	z-index: 63;

	background-color: #DDD;
	opacity: 0.6;
}

.browseProduct h3 a {
	color: #000;
}

.browseProduct .body {
	position: absolute;
	top: 0;
	left: 0;

	width: 150px;
	height: 225px;

	z-index: 60;
}

.browseProduct .body a {
	float: left;
}

.browseProduct .body p {
	display: none;
}

.browseProduct .body .productImageLink {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	padding: 0;
	margin: 0;
	z-index: 60;
}

.browseProduct .body .productImageLink img {
	border: 0;
	width: 150px;
	max-height: 225px;
	padding: 0;
	margin: 0;
}

.browseProduct .information .state {
	display: none;
}

.browseProduct .information {
	position: absolute;
	left: 0;
	bottom: 0;

	width: 150px;
	text-align: right;
	margin-bottom: 0;
	z-index: 64;

	background-color: #DDD;
	opacity: 0.9;
}

.browseProduct .information .price {
	margin: 0 4px 4px 4px;
	color: #333;
	z-index: 64;
	
	font-size: 92%;
	text-align: center;
}

.browseProduct .information .price a {
    float: none;
}

.browseProduct .visitLink {
	display: none;
}

.mainView .browseProduct {
	background: #FFF;

	margin: 6px;

	float: none;

	width: 720px;
	height: auto;

	padding: 0;
	position: static;
	border: none;
}

.mainView .browseProduct h3 {
	display: none;
}

.mainView .browseProduct h3 a {
	color: #000;
}

.mainView .browseProduct .body {
	background-repeat: no-repeat;

	position: static;
	top: 0;
	left: 0;

	width: auto;
	height: auto;

	margin: 0;
	padding: 0 0 0 0;

	z-index: 60;
	border: 2px solid #777;
}

#largeFrame .dynamicForm h3 {
	display: block;

	position: static;
	background-color: none;
	background: none;

	font-size: 140%;
	font-weight: bold;

	color: #2a7e53;

	margin: 0;
	padding: 0;
	opacity: 1;
    width: auto;
}

.mainView .browseProduct p {
	margin-top: 6px;
	padding: 0 4px 0 4px;
}

#largeFrame .dynamicForm .body {
	padding: 4px;
	height: 540px;
	overflow: auto;
}

.mainView .browseProduct .body a {
	float: none;
}

.mainView .browseProduct .body p {
	display: block;
}

.mainView .browseProduct .body .productImageLink {
	position: static;
	top: 0;
	left: 0;
	width: 150px;
	padding: 0;
	margin: 0;
	z-index: 60;
}

.mainView .browseProduct .body .productImageLink img {
	border: 0;
	width: 150px;
	padding: 0;
	margin: 0;
}

.mainView .browseProduct .information .state {
	display: none;
}

.mainView .browseProduct .information {
	position: static;
	left: 0;
	bottom: 0;

	width: auto;
	font-size: 85%;
	text-align: right;
	margin-bottom: 0;
	z-index: 64;

	background-color: #DDD;
	opacity: 0.6;
}

.mainView .browseProduct .information .price {
	margin: 4px;
	color: #333;
	z-index: 64;
	font-size: 90%;
}

.mainView .browseProduct .visitLink {
	display: none;
}

.mainView .browseProduct .productVarieties {
	margin-left: 12px;
}

.mainView .browseProduct .productVarieties .variety {
	float: left;
	margin-left: 8px;
}

.mainView .browseProduct .productVarieties .currentPrice {
	float: left;
	margin-left: 8px;

	margin-top: 10px;
	font-size: 120%;

	color: #A00;
}

.mainView .browseProduct .buyLink {
	margin-top: 10px;

	color: #777;
	font-weight: bold;
}

.mainView .browseProduct h4 {
	margin: 0 0 6px 0;
	padding: 0;

	font-size: 130%;
}

.mainView .browseProduct h5 {
	margin: 3px 0 0 0;
	padding: 0;

	width: 35%;
	text-align: right;

	float: left;
	font-size: 105%;
}


.buyLink {
	text-align: right;
	margin: 6px;
}

.loader {
	position: absolute;

	opacity: 0.6;
	background-color: #999;

	color: #FFF;
	font-size: 180%;

}

.tableLoad {
	width: 100%;

	font-size: 42px;
	text-align: center;
	color: #FFF;

	font-weight: bold;
}

.cartSummaryInfo {
	position: absolute;
	margin: 0;
	padding: 8px;
	border: 1px solid #500;
	text-align: center;
	background-color:  #900;
	width: 200px;

	color: #FFF;

	opacity: 0.9;
}

.removeLink {
	float: left;
	height: 12px;
	width: 12px;
	font-size: 10px;
	line-height: 12px;
	margin-right: 8px;
}

.updateCart {
	width: 100%;
	text-align: right;
	margin: 12px 12px 12px 0;
}


.total {
	border-top: 1px solid;
	margin-right: 6px;
	padding-top: 8px;

	text-align: right;
	font-size: 120%;
}

.total span {
	font-weight: bold;
}

.basketForm {
	background-color: #eee;

	margin: 12px 8px 12px 8px;
}

.basketForm .largeBasket {
	margin-top: 16px;
}

.flash {
	margin: 0 auto;
	padding: 0.5em;	

	width: auto;
	overflow: auto;
}

.flash h3 {
	border: 1px solid #2A9E53;

	margin: auto;
	padding: 0.2em 0 0.2em 0;

	font-size: 100%;

	width: auto;
	text-indent: 0.5em;
	
	background-color: #2A9E53;
	color: #FFF;
	font-weight: bold;
}

.flash h4 {
	font-size: 110%;
	text-indent: 1.5em;

	margin: 0;
	padding: 0 0 0.8em 0.5em;

	color: #A00;
	text-decoration: underline;
}

.flash fieldset {
	border: 1px solid #2A9E53;
	font-size: 100%;

	width: auto;
	overflow: auto;
	padding: 1em 0 1em 0;
	margin: 0;

	background: #ECE9E9;
}

.flash fieldset label {
	display: block;
	float: left;

	width: 8em;
	margin: 0 1em 0 5em;
	clear: both;

	text-align: right;
	line-height: 1.7em;
	height: 1.7em;

	margin-bottom: 0.3em;

	font-weight: 85%;
}

.flash .required {
	font-weight: bold;
}

.flash fieldset input,
.flash fieldset select {
	float: left;
}

.flash .controls {
	margin: 0;
	padding: 0;

	width: 50em;
	overflow: auto;
}

.flash .submit {
	margin: 0.5em 0 0 0.5em;
	padding: 0;

	float: right;

	background-color: #666;
	color: #FFF;
	font-weight: bold;

}

.flash p {
	clear: both;

	padding: 1em 1em 0em 22.5em;

	font-size: 85%;
}

.flash p.noTab {
	padding: 0.5em 1em 0.5em 1em;
}

.errors {
	background: #ECE9E9;
	width: 49em;

	margin: 1em auto 1em auto;
	border: 1px solid #A00;
	padding: 0.5em;
	color: #A00;
}

.errors p {
	color: #A00;
}

.errors ul {
	font-weight: bold;
}

.removeLink {
	line-height: 2.5em;
	float: left;
	margin-left: 1em;
}

label.error {
	font-size: 85%;

	color: #D00;
}

input.error {
	background: #FEE;
}

.loginForm {
	margin-top: 0.5em;
}

.productGallery .row {
	clear: both;

	width: auto;
	margin: 6px 12px 6px 12px;
}

.productGallery .row a {
	display: inline;

	width: 150px;
	text-align: center;

	margin: 0 12px 0 0;
}

.productGallery .row img {
	border: 0;

	max-width: 150px;
	border: 2px solid #777;
}

#largeFrame {
	display: none;

	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;

	background: #333 url(../images/frame-bg.gif) center center no-repeat;
	opacity: 0.85;

	z-index: 128;

	width: 108px;
	height: 108px;
	max-height: 600px;
}

p.none {
	margin: 1em;
}

.infoBar .search {
	position: absolute;
	top: 0.2em;
	left: 0;

	padding: 0;
	margin: 0;
}

.infoBar .search * {
	margin: 0 0 0 0.5em;
	padding: 0;
}

.cartPreview {
	margin-top: 4px;
}

.categoryNav li ul {
	display: none;
}

.zoomImage {
	position: fixed;
	top: 0;
	left: 0;
	display: 0;
	z-index: 255;

	border: 2px solid #555;
	background: #555;
	font-size: 9px;
	padding-bottom: 18px;
}

.zoomImage p {
	line-height: 18px;
	text-align: right;
	margin-top: -2px;
	padding: 0;

	color: #FFF;
}

.loadImage {
	position: fixed;
	background: transparent url(../images/imLoadbg.gif) no-repeat center center;
	z-index: 254;
}

.myAccount ul {
	margin: 0 0 0.5em 0;

	padding: 0 0 0 2em;
	font-size: 90%;
}

.myAccount a {
	color: #888;
}

.left ul {
	margin: 0 0 0.5em 0;

	padding: 0 0 0 2em;
	font-size: 90%;
}

.left a {
	color: #888;
}

body div.copyright {
    display: none;
}

.copyright {
	clear: both;
}

.onlyVar {
    margin: 0.5em;
    padding: 0.5em;
    font-size: 120%;
}
