/* Generics */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: white;
	color: #598c3e;
  min-width:-moz-min-content; /* fix ff3 footer issue */
}
html, body {
	margin: 0px;
	padding: 0px;
	border: none;
}

form { margin: 0px; }
input[type='text'] { border: 1px solid #cccccc } /* moz fix */
textarea { border: 1px solid #cccccc; }
input { font-size: 10px; padding-left: 2px;}
select, option { font-size: 11px; }

h1,h2,h3,h4,h5 { margin: 0px; }
h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }

table thead th { text-align: left; }
table tr.odd { background-color: #F1F5E1; }

/* for right aligned close buttons on popups */
a.close {
	float: right;
	text-decoration: none;
	font-weight: normal;
}


h1 a {
	text-decoration: none;
	color: #5a812b;
}

a { color: #3c571c; text-decoration: none; }
a:hover { color: red; }
a img { border: 0px; }

ul.plain,ul.plain ul { padding: 0px; margin: 0px; }
ul.plain li {list-style: none;  }
ul.plain li ul li { padding-left: 4px; }

ul.numbered li { list-style: decimal }

.warning { color: red; }
.required {	color: red; }
.hint { color: gray; font-size: 10px; }
.pointer { cursor: pointer; }
.button { cursor: pointer }
.incomplete { border: 1px solid red; }
input[type='text'].incomplete { border: 1px solid red; }
.hidden { display: none; }
.small_detail { font-size: 85%; color: #999999; }
.selected {	font-weight: bold; }
.ghost_field {
	color: gray;
}

.top_line {
	border-top: 1px solid #6c8108;
	padding-top: 8px;
	margin-top: 8px;
}
.bottom_line {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #6c8108;	
}

a.green_button {
	display: block;
	width: 100px;
	background-image: url('/images/green_button_bg.gif');
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
	font-size: 11px;
	color: white;
	line-height: 50px;
	text-transform: lowercase;
	text-decoration: none;
}

/* Page Layout */

#content {
	padding: 8px;
}

#quick_links a, #footer a {

font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	text-decoration: none;
}

/* Basket */

#buy_button {
	text-transform: uppercase;
}

.buy .options {
	font-size: 10px;
	line-height: 20px;
}
.buy .options a {
	color: orange;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
.buy strike {
	font-size: 12px;
	color: gray;
}
.buy .sale {
	color: red;
}

.boxes #basket {
	margin-left: 2px;
}


/* Float Container */

#float_container {
	z-index:999;
	position: relative;
	margin-left: 6px;
	height: 1px;
	width: 99%;
	padding:0px;
}
#float {
	position: absolute;
	line-height:auto;
	top:0px;
	height:394px;
	
	left: 0px;
	right: 158px;
	padding:4px;
	
	border:1px solid green;
	background-color: white;
	
}

#float div.scroll_area {
	padding:4px;
	margin-top:8px;
	height:365px;
	margin-right:-4px;
	overflow-y:scroll;
	overflow-x:hidden;
}

#float_anchor {
	position: relative;
}

#float_anchor div.float {
	position: absolute;
	width: auto;
	left: 0px;
	right: 158px; /* moz */
	right: expression(window.XMLHttpRequest ? '0px' : '180px'); /* ie7 / ie6 needs more */
	margin-right: expression(window.XMLHttpRequest ? '158px' : '0px');
	top: 0px;
	top: expression(window.XMLHttpRequest ? '0px' : '19px');
	padding: 4px;

	border: 1px solid green;
	background-color: white;
	z-index: 999;
}

/* Social bookmarks */

.social_bookmarks {
	padding: 4px;
}

.social_bookmarks li {
	padding: 0px;
	float: left;
	width: 130px;
	height: 20px;
	margin-right: 16px;
	list-style: none;
}
.social_bookmarks a {
	text-decoration: none;
}

/* Search */


ul.pages {
	margin: 0px;
	margin-top: 8px;
	padding: 0px;
}
ul.pages li {
  clear: left;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
	text-align: left;
/*	width: 280px;*/
}

ul.pages li .image {
	width: 120px;
	height: 80px;
	border: 1px solid green;
	float: left;
	margin-right: 8px;
	text-align: center;
}
ul.pages li .image a {
	font-weight: normal;
}

ul.pages li div.excerpt {
/*	font-size: 8px;*/
}

ul.pages li a {
	text-decoration: none;
	font-weight: bold;
}

/* delivery_place */

.areas {
	margin-top: 8px;
}

.areas ul {
  margin-left: 16px;
}

.areas ul.inline li {
	display: inline;
  float: left;
  width: 30%;
  margin-right: 8px;
}

/* tooltips */

#tooltip {
    padding: 4px;
    background: white;
    border: 1px solid #666666;
    text-align: left;
    font-size: 12px;
	width:200px;
	margin-top: 14px;
	margin-left: 14px;
	z-index: 999;
}

#tooltip.auto_width {
	width: auto;
}

#tooltip.left {
    margin-left:-300px;
}

#tooltip.top {
	margin-top: -100px;
}

span.tip {
/*	cursor: pointer;*/
	cursor: help;
	text-decoration: underline;
}

/* SEO Voodo */

/* visually remove SEO retro bold tags */
b {
	font-weight: normal;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border: none;
	margin: 0px;
	padding: 0px;
	background: transparent;
}
img.cleaner {
	clear:none;
	width:95%;
	height:1px;
/*	border:1px solid red;*/
}

.spaced {
	margin-top: 16px;
}

/* Error */

.errorExplanation {
	color: red;
	margin-bottom: 16px;
}

.errorExplanation ul {
	margin: 0px;
}
.errorExplanation h2, .errorExplanation p {
	font-size: 12px;
}

.fieldWithErrors {
	display: inline;
}

.fieldWithErrors input {
	border: 1px solid red;
	margin-bottom: 4px;
}
.fieldWithErrors select {
	border: 1px solid red;
	margin-bottom: 4px;
}

/* magic clearfix from karim ------------------------------------------------ */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-table; }
/* hides from ie-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end hide from ie-mac */