/*********************************************************
General css
*********************************************************/

a img {border:0px;}

input {
	font:100% Verdana, Arial, Helvetica; 
	}
	
input.Text {
	border:solid 1px #509c2d;
	background-color:#ffffff;
	height:15px; 
	padding:0px;
	margin:0px;
	}
	
input.Button {
	border:none;
	background-color:Transparent;
	text-transform:uppercase;
	color:#509c2d;
	cursor:pointer;
	}
	
input.Button:hover {
	text-decoration:underline;
	}

textarea {font:100% Verdana, Arial, Helvetica; border:solid 1px #509c2d;}
select {font:100% Verdana, Arial, Helvetica;}

body {
    margin:0px;
    padding:0px;
    background-color:#ffffff;
    color:#000000;
	background-image:url(../gfx/BodyBg.gif);
	background-repeat:repeat-x;
	font:100% Verdana, Arial, Helvetica;
	}

#MainContainer {
	width:960px;
	margin:auto;
	/*position:relative;*/
	}
	
	
/*********************************************************
Top
*********************************************************/
	
#Top {
	height:106px;
	font-size:0.68em;
	margin:20px 0px 0px 0px;
	position:relative;
	/*background-color:Aqua;*/
	}
	
#Top h1 {
	background-image:url(../gfx/Logo.gif);
	background-repeat:no-repeat;
	width:171px;
	height:41px;
	cursor:pointer;
	margin-bottom:19px;
	margin-top:0px;
	}
	
#Top h1 a {
	width:171px;
	height:41px;
	display:block;
	}
	
#Top h1 a span {
	display:none;
	}
	
#Top #TopBox {
	background-image:url(../gfx/TopBoxBg.png);
	background-repeat:no-repeat;
	height:130px;
	width:217px;
	padding:8px 4px 8px 4px;
	position:absolute;
	right:0px;
	top:-20px;
	font-size:0.9em;
	color:#ffffff;
	}
	
#Top #TopBox a#LogoGroup {
	padding:0px 0px 0px 10px;
	}
	
#Top #TopBox a#LogoByggros {
	padding:0px 0px 0px 25px;
	}
	
#Top #TopBox div {
	border-top:solid 1px #32692f;
	border-bottom:solid 1px #509c2d;
	margin:6px 0px 6px 0px;
	padding:0px;
	}
	
#Top #TopBox ul {
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	list-style:none;
	}
	
#Top #TopBox ul li {
	float:left;
	margin:0px;
	padding:0px;	
	}
	
#Top #TopBox a {
	color:#ffffff;
	text-decoration:none;
	padding:0px 5px 0px 5px;
	}
	
#Top #TopBox a:hover {
	text-decoration:underline;
	}
	
#Top #TopBox a#Sitemap {
	background-image:url(../gfx/IconSitemap.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	text-decoration:none;
	padding:0px 5px 0px 12px;
	margin:0px 0px 0px 5px;
	}
	
#Top #TopBox a#Sitemap:hover {
	text-decoration:underline;
	}
	
#Top #TopBox a#Friend {
	background-image:url(../gfx/IconFriend.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	text-decoration:none;
	padding:0px 5px 0px 14px;
	margin:0px 0px 0px 5px;
	}
	
#Top #TopBox a#Friend:hover {
	text-decoration:underline;
	}
	
#Top #TopBox a#Print {
	background-image:url(../gfx/IconPrint.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	text-decoration:none;
	padding:0px 5px 0px 12px;
	margin:0px 0px 0px 0px;
	}
	
#Top #TopBox a#Print:hover {
	text-decoration:underline;
	}
	
#Top #TopBox a.Selected {
	text-decoration:underline;
	}
	
#Top #TopBox input.Search {
	margin:2px 0px 0px 10px;
	width:168px;
	}
	
#Top #TopBox input.SearchButton {
	background-image:url(../gfx/ButtonSearch.png);
	background-repeat:no-repeat;
	margin:2px 0px 0px 8px;
	width:17px;
	height:17px;
	}
	
#Top .RadMenu_Ankas li a.Selected {
	color:#54a22f !important;
	height:23px;
	display:inline-block; /*fixes bug with hasLayout in IE6*/
	}
	
#Top .RadMenu_Ankas li a.Selected span {
	color:#54a22f !important;
	}
	
	
/*********************************************************
Navigation
*********************************************************/
	
#Navigation {
	margin:32px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	}
	
#Navigation li {
	float:left;
	margin:0px 0px 0px -8px;
	padding:0px;	
	}
	
#Navigation li a {
	background-repeat:no-repeat;
	background-position:center bottom;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	padding:2px 8px 13px 8px;
	display:block;
	}
	
#Navigation li a:hover {
	color:#54a22f;
	}
	
#Navigation li a.Selected1 {
	color:#54a22f;
	background-image:url(../gfx/MenuSelected1.gif);
	}
	
#Navigation li a.Selected2 {
	color:#54a22f;
	background-image:url(../gfx/MenuSelected2.gif);
	}
	
#Navigation li a.Selected3 {
	color:#54a22f;
	background-image:url(../gfx/MenuSelected3.gif);
	}
	
#Navigation li a.Selected4 {
	color:#54a22f;
	background-image:url(../gfx/MenuSelected4.gif);
	}
	
#Navigation li a.Selected5 {
	color:#54a22f;
	background-image:url(../gfx/MenuSelected5.gif);
	}
	

	
/*********************************************************
Content
*********************************************************/
	
#Content {
	margin:0px 0px 0px 0px;
	padding:0px 0px 130px 0px;
	font-size:0.68em;
	}
	
	
/*********************************************************
All pages
*********************************************************/

#Breadcrumb {
    width:700px;
	font-size:0.68em;
	margin:0px 0px 8px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	}
	
#Breadcrumb li {
	float:left;
	margin:0px;
	padding:0px 5px 0px 0px;
	color:#727272;	
	}
	
#Breadcrumb li a {
	background-image:url(../gfx/BreadcrumbBg.gif);
	background-repeat:no-repeat;
	background-position:left center;
	color:#54a22f;
	text-decoration:none;
	}
	
#Breadcrumb li a:hover {
	text-decoration:underline;
	}
	
#ShoppingBasket {
	height:20px;
	margin-bottom:8px;
	font-size:0.68em;
	}
	
#ShoppingBasket a {
	background-image:url(../gfx/BasketGreen.gif);
	background-repeat:no-repeat;
	background-position:right center;
	color:#54a22f;
	text-decoration:none;
	float:right;
	width:200px;
	padding:3px 0px 3px 0px;
	margin:0px 12px 0px 0px;
	}
	
#ShoppingBasket a:hover {
	text-decoration:underline;
	}
	
#ShoppingBasket em {
	font-weight:bold;
	font-style:normal;
	}
	
#Content h2 {
	color:#000000;
	font-family:Helvetica, Arial, Verdana;
	font-weight:normal;
	font-size:1.7em;
	line-height:1.1em;
	margin:0px 0px 8px 0px;
	}
	
#Content h3 {
	color:#000000;
	font-weight:bold;
	font-size:1em;
	margin:0px 0px 5px 0px;
	}
	
#Content p {
	line-height:1.3em;
	color:#000000;
	margin:5px 0px 10px 0px;
	}
	
/*********************************************************
Extra (Right column)
*********************************************************/
	
#Content #Extra {
	padding-bottom:10px;
	margin-right:4px;
	width:217px;
	float:right;
	}
	
#Content #Extra .ExtraTop {
	background-image:url(../gfx/ExtraTopBg.gif);
	background-repeat:no-repeat;
	height:28px;
	overflow:hidden;
	}
	
#Content #Extra .ExtraTop h2 {
	color:#ffffff;
	font-family:Verdana;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1em;
	line-height:1.4em;
	padding:7px 0px 0px 8px;
	float:left;
	}
	
#Content #Extra .ExtraTop a {
	background-image:url(../gfx/SmallArrow.gif);
	background-repeat:no-repeat;
	background-position:right center;
	float:right;
	display:block;
	padding:6px 10px 5px 0px;
	margin:0px 7px 0px 0px;
	text-decoration:underline;
	color:#ffffff;
	}
	
#Content #Extra .ExtraTop a:hover {
	text-decoration:underline;
	color:#000000;
	}
	
#Content #Extra .ExtraContent .ImageContent {
	background-color:#ffffff;
	text-align:center;
	}
	
#Content #Extra .ExtraContent .ImageContent img {
	display:inline;
	}
	
#Content #Extra .ExtraContent {
	background-image:url(../gfx/ExtraBottomBg.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-color:#efefef;
	margin-bottom:20px;
	}
	
#Content #Extra address {
	font-style:normal;	
	padding:18px 10px 18px 10px;
	/*margin:10px;*/
	}
	
#Content #Extra address span {
	display:block;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	}
	
#Content #Extra address a {
	color:#54a22f;
	}
	
#Content #Extra address a:hover {
	color:#000000;
	}
	
#Content #Extra .ExtraContent img {
	margin:0px 0px 0px 0px;
	display:block;
	}
	
#Content #Extra .ExtraContent h3 {
	margin:5px 0px 0px 0px;
	display:block;
	}
	
#Content #Extra .ExtraContent #ProductDetail {
	padding:0px 10px 0px 10px;
	margin:0px;
	}
	
#Content #Extra ul {
	list-style:none;
	padding:0px 0px 15px 0px;
	margin:0px;
	}
	
#Content #Extra ul#News {
	margin:0px;
	padding:10px 10px 20px 10px;
	list-style:none;
	}
	
#Content #Extra ul#News li {
	margin:0px;
	padding:8px 0px 8px 0px;
	color:#797979;
	clear:both;
	}
	
#Content #Extra ul#News li a {
	background-image:url(../gfx/SmallArrowGreen.gif);
	background-repeat:no-repeat;
	background-position:right center;
	text-decoration:underline;
	padding:0px 10px 0px 0px;
	margin:-5px 0px 10px 0px;
	color:#54a22f;
	float:left;
	display:block;
	}
	
#Content #Extra ul#News li a:hover {
	color:#000000;
	}
	
#Content #Extra ul#Links {
	margin:0px;
	padding:15px 10px 20px 10px;
	list-style:none;
	}
	
#Content #Extra ul#Links li {
	margin:0px;
	padding:2px 0px 2px 0px;
	color:#797979;
	}
	
#Content #Extra ul#Links li a {
	background-image:url(../gfx/SmallArrowGreen.gif);
	background-repeat:no-repeat;
	background-position:right center;
	text-decoration:underline;
	padding:0px 10px 0px 0px;
	color:#54a22f;
	}
	
#Content #Extra ul#Links li a:hover {
	color:#000000;
	}
	
#Content #Extra ul#ProductNavigation {
	margin:0px;
	padding:0px 0px 5px 0px;
	list-style:none;
	}
	
#Content #Extra ul#ProductNavigation li {
	margin:0px;
	padding:0px;
	border-bottom:solid 1px #ffffff;
	color:#797979;
	float:none;
	}
	
#Content #Extra ul#ProductNavigation li a {
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
	padding:3px 10px 3px 10px;
	color:#727272;
	display:block;
	}
	
#Content #Extra ul#ProductNavigation li a:hover {
	color:#54a22f;
	font-weight:normal;
	}
	

	
/*********************************************************
Front
*********************************************************/

#Front {
	margin:0px;
	padding:0px;
	width:712px;
	float:left;
	}
	
#Front #MainSpot {
	background-image:url(../gfx/FrontSpotBg.png);
	background-repeat:no-repeat;
	background-position:right top;
	height:250px;
	}
	
#Front #MainSpot img {
	float:left;
	}
	
#Front #MainSpot div {
	/*background-color:Aqua;*/
	width:200px;
	padding:25px 20px 20px 25px;
	float:left;
	}
	
#Front #MainSpot h2 {
	max-height:2.3em;
	overflow:hidden;
	}
	
#Front #MainSpot p {
	max-height:11.9em;
	overflow:hidden;
	}
	
#Front a {
	background-image:url(../gfx/SmallArrowGreen.gif);
	background-repeat:no-repeat;
	background-position:right center;
	text-decoration:underline;
	padding:0px 10px 0px 0px;
	color:#54a22f;
	}
	
#Front a.smallSpotImage {
	background-image:none;
    padding:0px;
	}
	
#Front a:hover {	
	color:#000000;
	}
	
#Content #SmallSpots {
	width:741px;
	margin:25px 0px 0px -29px;
	padding:0px;
	list-style:none;
	}
	
#Content #SmallSpots li {
	margin:0px;
	padding:0px 0px 0px 29px;
	width:156px;
	float:left;
	}
	
#Content #SmallSpots li h3 {
	height:2.7em;
	}
	
#Content #SmallSpots li p {
	margin-top:10px;
	}
	
/*********************************************************
Article
*********************************************************/

#Article {
	margin:0px;
	padding:0px;
	width:700px;
	float:left;
	}
	
#Article div {
	clear:both;
	}
	
#Article img {
	margin:5px 30px 20px 0px;
	padding:0px;
	float:left;
	}
	
#Article img.Large {
	margin:5px 0px 20px 0px;
	padding:0px;
	}
	
#Article img.Small {
	width:200px;
	margin:5px 30px 20px 0px;
	padding:0px;
	}
	
#Article span {
	color:#727272;
	}
	
#Article ul {
	list-style:none;
	margin:0px;
	padding:0px;
	clear:both;
	}
	
#Article a {
	background-image:url(../gfx/SmallArrowGreen.gif);
	background-repeat:no-repeat;
	background-position:right center;
	text-decoration:underline;
	padding:0px 10px 0px 0px;
	color:#54a22f;
	}
	
#Article a:hover {	
	color:#000000;
	}
	
/*********************************************************
Contact
*********************************************************/

#Contact {
	margin:0px;
	padding:0px;
	width:712px;
	float:left;
	}
	
#Contact ul {
	list-style:none;
	width:738px;
	margin:20px 0px 0px 0px;
	padding:0px;
	}
	
#Contact ul li {
	margin:0px 30px 20px 0px;
	padding:0px;
	width:210px;
	height:200px;
	float:left;
	/*background-color:Red;*/
	}
	
#Contact ul li h3 {
	width:185px;
	/*background-color:Aqua;*/
	}
	
#Contact ul li img {
	width:165px;
	height:110px;
	margin:0px 0px 5px 0px;
	overflow:hidden;
	}
	
#Contact ul li span {
	display:block;
	margin:2px 0px 2px 0px;
	}
	
#Contact ul li a {
	color:#54a22f;
	}
	
#Contact ul li a:hover {
	color:#000000;
	}
	
/*********************************************************
Partnernet
*********************************************************/

#Partnernet {
	margin:0px;
	padding:0px;
	width:700px;
	float:left;
	}
	
#Partnernet .LoginBox1 {
	background-color:#eeeeee;
	width:220px;
	margin:5px 30px 20px 0px;
	padding:15px;
	float:left;
	}
	
#Partnernet .LoginBox2 {
	background-color:#eeeeee;
	/*width:400px;*/
	margin:5px 30px 20px 0px;
	padding:15px 0px 15px 15px;
	float:left;
	}
	
#Partnernet table {
	margin-right:15px;
	float:left;
	}
	
#Partnernet table td.Comment {
	vertical-align:top;
	padding-top:2px;
	}
	
#Partnernet table input {
	width:130px;
	height:14px;
	margin:0px;
	padding:0px 10px 2px 0px;
	}
	
#Partnernet table textarea {
	width:130px;
	height:58px;
	margin:0px;
	padding:0px 10px 2px 0px;
	}

#Partnernet table input.Login {
	background-image:url(../gfx/ButtonBgNext.gif);
	background-color:#509e2f;
	border:none;
	width:75px;
	height:17px;
	margin:0px;
	padding:0px 10px 2px 0px;
	color:#ffffff;
	float:right;
	cursor:pointer;
	}
	
#Partnernet table input.Send {
	background-image:url(../gfx/ButtonBgNext.gif);
	background-color:#509e2f;
	border:none;
	width:75px;
	height:17px;
	margin:0px;
	padding:0px 10px 2px 0px;
	color:#ffffff;
	float:right;
	cursor:pointer;
	}
	
#Partnernet a {
	color:#54a22f;
	}
	
#Partnernet a:hover {
	color:#000000;
	}
	
/*********************************************************
Product Group
*********************************************************/

#ProductGroup {
	margin:0px;
	padding:0px;
	width:700px;
	float:left;
	}
	
#ProductGroup img {
	margin:5px 0px 20px 30px;
	padding:0px;
	float:right;
	}
	
#ProductGroup ul {
	list-style:none;
	margin:0px;
	padding:0px;
	margin-top:10px;
	margin-bottom:20px;
	}
	
#ProductGroup a {
	background-image:url(../gfx/SmallArrowGreen.gif);
	background-repeat:no-repeat;
	background-position:right center;
	text-decoration:underline;
	padding:0px 10px 0px 0px;
	color:#54a22f;
	}
	
#ProductGroup a:hover {	
	color:#000000;
	}
	
/*********************************************************
Product
*********************************************************/

#Product {
	margin:0px;
	padding:0px;
	width:720px;
	float:left;
	}

#Product img {
	margin:5px 30px 20px 0px;
	padding:0px;
	float:left;
	}
	
#Product img.Large {
	margin:5px 0px 20px 0px;
	padding:0px;
	}
	
#Product ul {
	list-style:none;
	margin:0px;
	padding:0px;
	clear:both;
	margin-top:10px;
	margin-bottom:20px;
	}
	
#Product a {
	background-image:url(../gfx/SmallArrowGreen.gif);
	background-repeat:no-repeat;
	background-position:right center;
	text-decoration:underline;
	padding:0px 10px 0px 0px;
	color:#54a22f;
	}
	
#Product a:hover {	
	color:#000000;
	}
	
#Product table {
	margin:5px 0px 0px 0px;
	padding:0px;
	width:720px;
	}
	
#Product table tr.Header {
	background-image:url(../gfx/TableTopBg.gif);
	background-repeat:repeat-x;
	height:42px;
	color:#ffffff;
	}
	
#Product table tr.Header td {
	padding:1px 5px 1px 5px;
	vertical-align:top;
	}
	
	
#Product table tr.Header td.First {
	background-image:url(../gfx/TableTopFirst.gif);
	background-repeat:no-repeat;
	background-position:left top;
	}
	
#Product table tr.Header td.Last {
	background-image:url(../gfx/TableTopLast.gif);
	background-repeat:no-repeat;
	background-position:right top;
	}
	
#Product table tr.Header td em {
	font-style:normal;
	font-weight:bold;
	display:block;
	margin:7px 0px 0px 0px;
	}
	
#Product table tr.Header td table {
	float:left;
	text-align:center;
	background-color:#ffffff;
	border-collapse:collapse;
	width:40px;
	height:40px;
	margin:0px 10px 0px 0px;
	padding:0px;
	}
	
#Product table tr.Header td table tr td {
	vertical-align:middle;
	margin:0px;
	padding:0px;
	}
	
#Product table tr.Header td table tr td img {
	float:none;	
	margin:0px;
	padding:1px;
	}
	
#Product table tr.Color1 {
	background-color:#ffffff;
	}
	
#Product table tr.Color2 {
	background-color:#eeeeee;
	}
	
#Product table tr td {
	padding:5px 5px 5px 5px;
	}
	
#Product table tr td a {
	color:#54a22f;
	}
	
#Product table tr td a:hover {
	color:#000000;
	}
	
#Product table tr td.Description  {
	width:450px;
	}
	
#Product table tr td.Price {
	text-align:right;
	}
	
#Product table tr td.Select {
	padding:1px 5px 1px 5px;
	}
	
#Product table tr td input.Text {
	width:60px;
	}
	
#Product table tr td input.AddToBasket {
	width:15px;
	height:13px;
	border:none;
	background-color:Transparent;
	background-image:url(../gfx/Basket.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
#Product table tr td input.InStock {
	width:15px;
	height:13px;
	border:none;
	background-color:Transparent;
	background-image:url(../gfx/IconInStock.gif);
	background-repeat:no-repeat;
	}
	
#Product table tr td input.OutOfStock {
	width:15px;
	height:13px;
	border:none;
	background-color:Transparent;
	background-image:url(../gfx/IconOutOfStock.gif);
	background-repeat:no-repeat;
	}
	
	
/*********************************************************
ProductList
*********************************************************/

#ProductListText {
	margin:0px;
	padding:0px 0px 20px 0px;
	width:700px;
	float:left;
	}
	
#ProductListText h3 {
	font-size:1.1em;
	color:#727272;
	margin:0px 0px 20px 0px;
	padding:0px;
	}
	
#ProductListText h4 {
	font-size:1em;
	margin:0px 0px 0px 0px;
	padding:0px;
	}
	
#ProductListText p {
	margin:0px 0px 10px 0px;
	padding:0px;
	}
	
#ProductListText ul {
	list-style:none;
	margin:0px 0px 10px 0px;
	padding:0px;
	}
	
	
#ProductListText a {
	background-image:url(../gfx/SmallArrowGreen.gif);
	background-repeat:no-repeat;
	background-position:right center;
	text-decoration:underline;
	padding:0px 10px 0px 0px;
	color:#54a22f;
	}
	
#ProductListText a:hover {	
	color:#000000;
	}
	
#ProductListText table {
	margin-top:20px;
	padding:0px;
	width:700px;
	}
	
#ProductListText table tr.Header td {
	padding:10px 15px 10px 15px;
	text-align:center;
	vertical-align:top;
	background-color:#efefef;
	}
	
#ProductListText table tr.Header td em {
	font-style:normal;
	font-weight:bold;
	display:block;
	margin:0px;
	}
	
#ProductListText table tr td {
	padding:1px 10px 1px 10px;
	text-align:center;
	}
	
#ProductList {
	margin:0px 4px 0px 0px;
	padding:0px 4px 0px 0px;
	width:960px;
	clear:both;
	}
	
#ProductList table {
	margin:0px;
	padding:0px;
	width:956px;
	}
	
#ProductList table tr.Header {
	background-image:url(../gfx/TableTopBg.gif);
	background-repeat:repeat-x;
	height:42px;
	color:#ffffff;
	}
	
#ProductList table tr.Header td {
	padding:1px 5px 1px 5px;
	text-align:center;
	vertical-align:top;
	}
	
#ProductList table tr.Header td.First {
	background-image:url(../gfx/TableTopFirst.gif);
	background-repeat:no-repeat;
	background-position:left top;
	}
	
#ProductList table tr.Header td.Last {
	background-image:url(../gfx/TableTopLast.gif);
	background-repeat:no-repeat;
	background-position:right top;
	}
	
#ProductList table tr.Header td em {
	font-style:normal;
	font-weight:bold;
	display:block;
	margin:7px 0px 0px 0px;
	}
	
#ProductList table tr.Color1 {
	background-color:#ffffff;
	}
	
#ProductList table tr.Color2 {
	background-color:#eeeeee;
	}
	
#ProductList table tr td span {
	font-weight:bold;
	}
	
#ProductList table tr td {
	padding:5px 5px 5px 5px;
	text-align:center;
	}
	
#ProductList table tr td.Description {
	padding-left:15px;
	text-align:left;
	}
	
#ProductList table tr td.Price {
	text-align:right;
	}
	
#ProductList table tr td.Total {
	text-align:right;
	}
	
#ProductList table tr td.Select {
	padding:1px 5px 1px 5px;
	}
	
#ProductList table tr td a {
	color:#54a22f;
	}
	
#ProductList table tr td a:hover {
	color:#000000;
	}

#ProductList table tr td select {
	width:60px;
	}
	
#ProductList table tr td input.Text {
	width:60px;
	}
	
#ProductList table tr td input.AddToBasket {
	width:15px;
	height:13px;
	border:none;
	background-color:Transparent;
	background-image:url(../gfx/Basket.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
#ProductList table tr td input.Delete {
	width:15px;
	height:13px;
	border:none;
	background-color:Transparent;
	background-image:url(../gfx/IconDelete.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	}	
	
#ProductList table tr td input.InStock {
	width:15px;
	height:13px;
	border:none;
	background-color:Transparent;
	background-image:url(../gfx/IconInStock.gif);
	background-repeat:no-repeat;
	}
	
#ProductList table tr td input.OutOfStock {
	width:15px;
	height:13px;
	border:none;
	background-color:Transparent;
	background-image:url(../gfx/IconOutOfStock.gif);
	background-repeat:no-repeat;
	}	
	
#ProductList p {
	margin:15px 0px 10px 0px;
	padding:0px;
	}

/*********************************************************
SearchResult
*********************************************************/

#SearchResult {
	margin:0px;
	padding:0px;
	width:720px;
	float:left;
	}
	
#SearchResult table {
	margin:5px 0px 0px 0px;
	padding:0px;
	width:720px;
	}
	
#SearchResult table tr.Header {
	background-image:url(../gfx/TableTopBg.gif);
	background-repeat:repeat-x;
	height:28px;
	color:#ffffff;
	}
	
#SearchResult table tr.Header td {
	padding:1px 5px 1px 5px;
	vertical-align:top;
	}
	
	
#SearchResult table tr.Header td.First {
	background-image:url(../gfx/TableTopFirst.gif);
	background-repeat:no-repeat;
	background-position:left top;
	}
	
#SearchResult table tr.Header td.Last {
	background-image:url(../gfx/TableTopLast.gif);
	background-repeat:no-repeat;
	background-position:right top;
	}
	
#SearchResult table tr.Header td em {
	font-style:normal;
	font-weight:bold;
	display:block;
	margin:7px 0px 0px 0px;
	}
	
#SearchResult table tr.Color1 {
	background-color:#ffffff;
	}
	
#SearchResult table tr.Color2 {
	background-color:#eeeeee;
	}
	
#SearchResult table tr td {
	padding:5px 5px 5px 5px;
	}
	
#SearchResult table tr td a {
	color:#54a22f;
	}
	
#SearchResult table tr td a:hover {
	color:#000000;
	}

/*********************************************************
Basket
*********************************************************/

#BasketBlock1 {
	margin:0px;
	padding:0px 0px 20px 0px;
	width:712px;
	float:left;
	}
	
#BasketBlock1 p {
	width:500px;
	}
	
#ProductList input.Update {
	background-image:url(../gfx/ButtonBg.gif);
	background-color:#509e2f;
	border:none;
	width:75px;
	height:17px;
	margin:20px 0px 0px 10px;
	padding:0px 0px 2px 0px;
	color:#ffffff;
	float:right;
	cursor:pointer;
	}
	
#BasketBlock1 input.Back {
	background-image:url(../gfx/ButtonBg.gif);
	background-color:#509e2f;
	border:none;
	width:75px;
	height:17px;
	margin:20px 0px 0px 10px;
	padding:0px 0px 2px 0px;
	color:#ffffff;
	float:right;
	cursor:pointer;
	}
	
#BasketBlock1 input.SendOrder, #ProductList input.SendOrder {
	background-image:url(../gfx/ButtonBgLarge.gif);
	background-color:#509e2f;
	border:none;
	width:125px;
	height:17px;
	margin:20px 3px 0px 10px;
	padding:0px 10px 2px 0px;
	color:#ffffff;
	float:right;
	cursor:pointer;
	}
	
#BasketBlock1 #DeliveryAddress {
	background-color:#eeeeee;
	width:694px;
	margin:5px 30px 20px 0px;
	padding:15px 0px 15px 15px;
	float:left;
	}
	
#BasketBlock1 table {
	margin-right:30px;
	float:left;
	}
	
#BasketBlock1 table td {
	padding-right:10px;
	}
	
#BasketBlock1 table td.Comment {
	vertical-align:top;
	padding-top:2px;
	}
	
#BasketBlock1 table input {
	width:180px;
	height:14px;
	margin:0px;
	padding:0px 10px 2px 0px;
	}
	
#BasketBlock1 table textarea {
	width:180px;
	height:58px;
	margin:0px;
	padding:0px 10px 2px 0px;
	}
	
	
/*********************************************************
Footer
*********************************************************/
	
#Footer {
	background-image:url(../gfx/FooterBg.png);
	background-repeat:repeat-x;
	height:108px;
	width:100%;
	position:fixed;
	bottom:0px;
	left:0px;
	font-size:0.68em;
	color:#ffffff;	
	}
	
#Footer #InnerFooter {
	padding-top:15px;
	margin:auto;
	width:960px;
	}
	
#Footer #InnerFooter address {
	font-style:normal;	
	float:left;
	width:246px;
	}
	
#Footer #InnerFooter address span {
	display:block;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	}
	
#Footer #InnerFooter a {
	text-decoration:underline;
	color:#ffffff;
	}
	
#Footer #InnerFooter a:hover {
	text-decoration:underline;
	color:#000000;
	}
	
#Footer #InnerFooter p {
	margin-top:70px;
	width:246px;
	float:left;
	}
	
#Footer #InnerFooter div {
	width:206px;
	float:left;
	}
	
#Footer #InnerFooter div h3 {
	font-size:1em;
	margin:0px 0px 5px 0px;
	}
	
#Footer #InnerFooter div table {
	margin:10px 0px 0px 0px;
	}
	
#Footer #InnerFooter div table span {
	margin:0px 20px 0px 0px;
	}
	
#Footer #InnerFooter div input.Search {
	margin:2px 0px 0px 0px;
	width:168px;
	}
	
#Footer #InnerFooter div input.NextButton {
	background-image:url(../gfx/ButtonNext.png);
	background-repeat:no-repeat;
	margin:2px 0px 0px 8px;
	width:17px;
	height:17px;
	}
	
/*********************************************************
Exstra css
*********************************************************/
	
/* Generic CSS Classes */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.ProductListHeaderImage
{
	background-color:#FFFFFF;
	position:absolute;
	width:150px;
	height:150px;
	text-align:center;
	visibility:hidden;
	margin-left:20px;
	margin-top:20px;
	border:solid 1px #7B9B9F;
	display:none;
	z-index:10000;
	}