html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input,hr
{
	margin: 0;
	padding: 0;
}

ul,ol
{
	list-style: none;
}

fieldset,img,hr
{
	border:0 none;
}

form
{
	margin: 0;
	padding: 0;
}
img
{
	border: 0;
}

a
{
	color: #999;
}

body
{
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0;
	background: #fff url(/images/earthlings/bg.png) 0 0 repeat-x;
}

#container
{
	margin: 0 auto 20px auto;
	width: 960px;
	position: relative;
	border: #bbb solid 1px;
	border-top: none;
	background-color: #fff;
	-moz-border-radius-bottomleft: 9px;
	-moz-border-radius-bottomright: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
}

#header
{
	height: 44px;
	padding: 10px;
}

h1
{
	margin: 0;
	padding: 0;
}
 
h1 a
{
	margin: 0;
	padding: 0;
	width: 175px;
	height: 45px;
	display: block;
	overflow: hidden;
	outline: none;
	text-indent: -9999px;
	background-image: url('/images/earthlings/logo.png');
	background-repeat: no-repeat;
}

h2
{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #A954A9;

}
h2 a
{
	color: #A954A9;
	text-decoration: none;
}

h3, fieldset legend, h3 a
{
	display: block;
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: normal;
	color: #4EB8B8;
	text-decoration: none;
}


h4, h4 a
{
	margin: 12px 0 6px 0;
	font-size: 1.05em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}



fieldset legend
{
	margin: 0;
	padding-bottom: 12px;
}



#column_right h3
{
	font-weight: bold;
}

#menu
{
	margin: 22px 0 0 0;
	padding: 0 0 8px 0;
	display: block;
	float: right;
	clear: right;
	position: relative;
	right: 230px;
	width: 495px;
	border-bottom: #E8E8E8 solid 1px;
}
#menu li, #footermenu li
{
	display: block;
	float: right;
	margin: 0 15px 0 0;
}
#menu li a, #footermenu li a
{
	color: #666;
	text-decoration: none;
}

#footermenu li a
{
	font-size: 0.8em;
}

#menu li a:hover, #footermenu li a:hover
{
	color: #333;
	text-decoration: underline;
}
#menu li.active a, #footermenu li.active a
{
	font-weight: bold;
	color: #555;
}

#footermenu
{
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
	display: block;
	float: right;
}

#treeview
{
	float: right;
	margin: 10px 15px 0 0;
	padding: 0;
	text-align: right;
	font-size: 0.8em;
}

#facebook
{
	float: right;
	margin-right: 15px;
}

#main
{
	width: 960px;
}

#column_left
{
	position: relative;
	width: 170px;
	float: left;
}

#search
{
	position: relative;
	padding: 10px 0 10px 10px;
	margin: 0 0 10px 0;
	height: 23px;
}

input.search
{
	width: 90px;
	height: 14px;
	padding: 3px;
	line-height: 100%;
	float: left;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border: 1px solid #E8E8E8;
}

#search input.button.small
{
	margin: 0 0 0 6px;
	float: left;
	clear: none;
}


/* SEARCH RESULTS CSS */

#search_results
{
	position: absolute;
	top: 45px;
	left: 6px;
	padding: 10px 0 0 0;
	width: 164px;
	background: url(/images/earthlings/autocomplete_top_bg.png) no-repeat top;
	
	z-index: 200;
}

#search_results .wrapper
{
	margin: 0;
	padding: 0 12px 16px 14px;
	width: 138px;
	background: url(/images/earthlings/autocomplete_bottom_bg.png) no-repeat bottom;
}

#search_results .wrapper:after
{
	content: ".";
   	display: block;
   	height: 0;
   	clear: both;
   	visibility: hidden;
}

#search_results .count
{
	display: inline-block;
	margin: 0 0 10px 0;
	
	/* color: #A954A9; */
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

#search_results .more
{
	float: right;
	margin: 10px 0 4px 0;
}

#search_results .more a.link
{
	margin: 0;
	padding: 0 0 6px 8px;
	width: auto;
	background-color: none;
	background-image: url(/images/earthlings/autocomplete_more_bg.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	text-decoration: underline;
}

#search_results_list
{
	width: 138px;
}

#search_results_list ul, #search_results_list ul li, #search_results_list ul li a
{
	margin: 0;
	padding: 0;
	display: block;
	width: 138px;
}

#search_results_list ul li
{
	border-bottom: #8BC0C0 solid 1px;
}

#search_results_list ul li:after, #search_results_list ul li a:after
{
	content: ".";
   	display: block;
   	height: 0;
   	clear: both;
   	visibility: hidden;
}

#search_results_list ul li.last
{
	border-bottom: none;
}

#search_results_list ul li a
{
	padding: 8px 0;
	text-decoration: none;
	
	outline: none;
}

#search_results_list ul li a:hover, #search_results_list ul li a.ui-state-hover
{
	background-color: #A0DDDD;
}

#search_results_list ul li a .visual
{
	position: relative;
	display: block;
	float: left;
	margin: 0 8px 0 0;
	/*padding: 5px 7px 7px 5px;*/
	width: 50px;
	background: url(/images/search_result_visual_bg.png) no-repeat;
}

#search_results_list ul li a .visual img
{
	display: block;
	width: 50px;
	border: #93CBCB solid 1px;
}

#search_results_list ul li a .side
{
	display: block;
	float: left;
	margin: 2px 0 0 0;
	width: 80px;
}

#search_results_list ul li a .side .title
{
	display: block;
	
	color: #666;
	font-size: 11px;
	font-weight: bold;
}

#search_results_list ul li a .side .subtitle
{
	display: block;
	margin: 3px 0 0 0;
	
	color: #fff;
}

#search_results_list ul li a .side .price
{
	border: 0;
	margin: 6px 0 0 0;
	background: transparent url('/images/earthlings/bg_button_right.png') no-repeat scroll center right;
  	display: block;
  	
  	color: #fff;
  	font-size: 12px;
  	text-align: center;
	text-decoration:none;
	line-height: 100%;
}

#search_results_list ul li a .side .price .inner
{
	padding: 6px 0 6px 12px;
	margin-right: 11px;
	background: transparent url('/images/earthlings/bg_button_left.png') no-repeat scroll center left;
  	display: block;
}


/* ---------------  */
input.button
{
	background: #A954A9;
	display: block;
	float: left;
	height: 23px;
	border: 0;
	padding: 0px 0 3px 2px;
	margin: 6px 0 6px 0;
	cursor: pointer;
	
	color: #ffffff;
	font-size: 12px;
	line-height: 100%;
	text-align: center;
	
	/* behavior: url(/htc/iepngfix.htc); */
}

input.button.small
{
	width: 55px;
	background: url('/images/earthlings/bg_button_small.png');
}

input.button.medium
{
	width: 90px;
	background: url('/images/earthlings/bg_button_medium.png');
}

input.button.large
{
	width: 120px;
	background: url('/images/earthlings/bg_button_large.png');
}

#shopmenu
{
	margin: 0 0 10px 0;
	padding: 16px 0 0 0;
	/*background-color: #4EB8B8;*/
	clear: left;
	background-image: url('/images/earthlings/bg_column_left_top.png');
	background-repeat: no-repeat;
}

#categories, #brands
{
	/*margin: 5px 0 0 0;*/
	/*padding: 10px 13px 15px 10px;*/
	padding: 0 13px 22px 10px;
	clear: left;
	background-image: url('/images/earthlings/bg_column_left_bottom.png');
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #4EB8B8;
}
#categories ul, #brands ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#categories li, #brands li
{
	margin: 0;
	padding: 0;
}

#categories li a, #brands li a
{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: #8DC2C5 solid 1px;
}

#categories li.last a, #brands li.last a
{
	border: none;
}

#categories li.active a, #brands li.active a
{
	color: #fff;
	font-weight: bold;
}

#categories li.active a:hover, #brands li.active a:hover
{
	text-decoration: none;
}

#categories ul.subcategories
{
	width: 220px;
	margin: 3px 0 0 0;
}

#categories li.subcategory a
{
	margin: 0;
	padding: 3px 0 4px 12px;
	display: block;
	padding-left: 33px;
	position: relative;
}

#button_coupons
{
	/*margin: 10px 0 0 0;*/
	width: 173px;
	height: 53px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(/images/earthlings/button_cadeaubonnen.png);
	background-repeat: no-repeat;
	display: block;
}


img.product
{
	float: left;
	margin: 0 12px 12px 0;
}


div.oldprice
{
	font-size: medium;
	font-weight: normal;
	color: #333;
	margin: 10px 0 0 12px;
	text-decoration: line-through;
}

#product_price_tocart
{
	margin: 24px 0 24px 0;
	
}

#product_price_tocart.discount
{
	margin-top: 6px;
}

#product_price, #product_soldout
{
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 6px 0 12px;
	margin: 3px 0 0 0;
	background-color: #C285C2;
	background-image: url('/images/earthlings/product_price.png');
	background-repeat: no-repeat;
	font-size: medium;
	float:left;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
#to_cart
{
	display: block;
	width: 102px;
	height: 37px;
	padding: 9px 0 0 6px;
	background-image: url('/images/earthlings/tocart.png');
	background-repeat: no-repeat;
	font-size: x-small;
	float:left;
}
#to_cart a
{
	color: #ffffff;
	display: block;
	height: 18px;
	font-size: medium;
	line-height: 100%;
	padding: 6px 9px 6px 36px;
	text-decoration: none;
	font-weight: bold;
}
#product_price_info
{
	display: block;
	width: 87px;
	height: 30px;
	background-image: url('/images/price_info.gif');
	background-repeat: no-repeat;
	font-size: x-small;
	float:left;
	color: #ffffff;
	font-size: small;
	line-height: 100%;
	padding: 7px 9px 6px 12px;
	text-align: center;
}
#product_soldout
{
	padding: 0 24px 0 15px;
	background-image: url('/images/earthlings/product_soldout.png');
	background-position: center right;
	color: #DDD0DB;
}

.more_from
{
	text-align: right;
}

.category_spotlight
{
	margin: 0 30px 24px 0;
}

#category_spotlight_price
{
	margin: 6px 0 24px 0;
	width: 210px;
	float: left;
}
#spotlight_moreinfo
{
	display: block;
	width: 102px;
	height: 30px;
	padding: 0 0 0 6px;
	background-image: url('/images/price_info.gif');
	background-repeat: no-repeat;
	float:left;
}
#spotlight_moreinfo a
{
	color: #ffffff;
	display: block;
	height: 18px;
	font-size: medium;
	line-height: 100%;
	padding: 6px 9px 6px 9px;
	text-decoration: none;
	font-weight: bold;
}

#categorytabs
{
	margin: 0;
	padding: 0;
	background-color: transparent;
	height: 32px;
	overflow: hidden;
	position: relative;
	width: auto;
	top: 1px;
}
#categorytabs li
{
	margin: 0 3px 0 0;
	padding: 0;
	float: left;
}
#categorytabs li a
{
	color: #fff;
	background-image: none;
	text-decoration: none;
	margin: 0;
}

#categorytabs li a span
{
	display: block;
	background-image: none;
	width: 103px;
	height: 24px;
	margin: 0;
	padding: 6px 0 0 0;
	text-align: center;
	border: #A954A9 solid 1px;
	background: #DDD0DB url('/images/earthlings/tabbg.png') 0 0 repeat-x;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
}

#categorytabs li.ui-tabs-selected a span
{
	font-weight: bold;
	border-bottom: 0;
	height: 25px;
	background-color: #C285C2;
	background-image: none;
}

.categorytabs_content
{
	margin: 18px 0 30px 0;
	background: #fff url(/images/earthlings/bg_catbrands.png) 0 0 no-repeat;
	padding-top: 12px;
}

#categorytab_container
{
	margin-top: 12px;
	padding: 0 20px 20px 20px;
	background: transparent url(/images/earthlings/bg_catbrands_bottom.png) bottom left no-repeat;
}

.categorytabs_content ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.categorytabs_content li
{
	width: 33%;
	display: block;
	float: left;
	height: 18px;
}

.categorytabs_content li a
{
	text-decoration: none;	
	color: #eee;
}

.categorytabs_content li a:hover
{
	color: #fff;
}

.categorytabs_content li.active a
{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

.categorytabs_content h3
{
	color: #fff;
	font-weight: bold;
}

#content
{
	width: 500px;
	margin: 20px 60px 0 60px;
	float: left;
}


#home_paymethods
{
	border-top: #E8E8E8 solid 1px;
	margin: 15px 0 20px 0;
	padding: 10px 0 0 0;
}

#content_productlist
{
	clear: both;
}

#content_productlist.home
{
	padding-bottom: 0;
}

#breadcrumb
{
	padding: 0 0 20px 0;
	font-size: 0.9em;
	color: #666;
}

#breadcrumb a
{
	color: #888;
}

#content_railbar
{
	margin: 0 0 20px 0;
	padding: 0;
	color: #666666;
	font-size: 0.9em;
}


#content_railbar ul
{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content_railbar li
{
	float: left;
	width: 111px;
	background: #CCEDED url(/images/earthlings/railbar_nonactive.png) center right no-repeat;
	padding: 4px 4px 5px 8px;
}

#content_railbar li.active
{
	color: #fff;
	background: #4EB8B8 url(/images/earthlings/railbar_active.png) center right no-repeat;
	font-weight: bold;
}

#content_railbar li.done
{
	color: #fff;
	background: #4EB8B8 url(/images/earthlings/railbar_active2.png) center right no-repeat;
}

#content_railbar li.last
{
	background-image: none;
}

#content_railbar li div.railbar_step
{
	display: inline;
	
}

#content_railbar li.active div.railbar_step
{
	
}


ul.productlist
{
	margin: 0 -20px 0 0;
	padding: 0;
	list-style-type: none;
	
	/* background-color: lime; */
}

ul.productlist li
{
	width: 150px;
	height: 200px;
	margin: 0 23px 36px 0;
	display: block;
	float: left;
	position: relative;
	
	/* background-color: red; */
}

ul.productlist li a.name
{
	height: 15px;
	width: 70px;
	display: block;
	font-size: 0.9em;
}

ul.productlist li div.image
{
	height: 150px;
	margin: 0 0 5px 0;
	line-height: 150px;
	background-position: center center;
	background-repeat: no-repeat;
}

ul.productlist li a
{
	text-decoration: none;
	color: #666666;
}

ul.productlist li div.pricetag
{
	position: absolute;
	left: 70px;
	top: 186px;
	background-image: url('/images/earthlings/bg_pricetag.png');
	background-repeat: no-repeat;
	margin: -34px 0 0 0;
	width: 89px;
	height: 41px;
	line-height: 41px;
	/* float: right; */
}
ul.productlist li div.pricetag a
{
	display: block;
	padding: 0 6px 0 0;
	color: #ffffff;
	text-align: center;
}

ul.productlist li div.discounttag
{
	display: block;
	height: 9px;
	width: 49px;
	line-height: 100%;
	padding: 9px 3px 11px 3px;
	margin: 0 auto 6px auto;
	text-align: center;
	background-image: url('/images/earthlings/discounttag.png');
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFFFFF;
	position: absolute;
	top: 5px;
	right: 5px;
	font-weight: bold;
}


.sets
{
	clear: both;
	margin: 0 10px 0 0;
	float: right;
	
}

.sets p
{
	float: left;
	display: inline-block;
	padding-top: 2px;
	margin: 0;
}

.sets ul
{
	float: left;
	padding: 0;
	display: block;
	list-style-type: none;
}

.sets ul li
{
	float: left;
}

.sets ul li a
{
	display: block;
	width: 15px;
	height: 9px;
	/* line-height: 100%; */
	
	padding: 4px 3px 8px 3px;
	text-align: center;
	background-image: url('/images/earthlings/set.gif');
	background-repeat: no-repeat;
	background-position: center center;
	font-size: smaller;
	text-decoration: none;
	color: #333333;
	margin-left: 6px;
}

.sets ul li.active a
{
	background-image: url('/images/earthlings/set_active.gif');
	color: #ffffff;
}

#product_variations
{
	clear: both;
	margin-bottom: 12px;
	padding-top: 12px;

}

#product_variations ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#product_variations ul li
{
	display: block;
	float: left;
	text-align: center;
	width: 100px;
	margin: 0 6px 6px 0;
}

#product_images
{
	clear: both;
	margin-bottom: 12px;
	padding-top: 12px;
	border-top: 1px solid #DDDDDD;	
}

#product_details
{
	clear: both;
	width: 225px;
	margin: 0 10px 0 0;
	padding-top: 12px;
	float: left;
	border-top: 1px solid #CECECE;
}

#product_related
{
	margin: 12px 0 0 0;
	clear: both;
}

#product_related h3
{
	border-top: 1px solid #CECECE;	
	padding-top: 12px;
}

table.product_details
{
	border-top: 1px solid #DDDDDD;
	width: 100%;
}
table.product_details th
{
	text-align: left;
	padding: 2px;
	border-bottom: 1px solid #DDDDDD;
	font-size: x-small;
}
table.product_details td
{
	text-align: left;
	padding: 2px 2px 2px 12px;
	border-bottom: 1px solid #DDDDDD;
	font-size: x-small;
}

#product_labels
{
	border-top: 1px solid #CECECE;
	width: 225px;
	float: left;
	padding-top: 12px;
	font-size: x-small;
}





#column_right
{
	width: 170px;
	float: left;
	background: transparent url(/images/earthlings/bg_column_right_top.png) top left no-repeat;
	margin-bottom: 20px;
}

#column_right .container
{
	width: 167px;
	padding: 10px 0 10px 3px;
	background: transparent url(/images/earthlings/bg_column_right_bottom.png) bottom left no-repeat;
}

#column_right h3
{
	font-size: 1.1em;
	color: #ffffff;
	padding: 12px;
	margin: 0;
	height: 15px;
	background: #4EB8B8;
}

#column_right .content
{
	background-color: #9CD7D7;
	padding: 10px 15px 10px 10px;
	font-size: 0.9em;
}

#cart .content
{
	background-color: #9CD7D7;
	padding: 0;
	background-image: url('/images/earthlings/shadow_up.png');
	background-position: bottom left;
	background-repeat: repeat-x;
}

#cart h3
{
	background: transparent;
	padding-top: 7px;
}

div.cartitemthumb
{
	background-color: #CCEDED;
	margin: 0;
	padding: 3px;
	border-bottom: 1px solid #4EB8B8;
	clear: both;
	font-size: 0.85em;
	height: 40px;
	position: relative;
}
img.cartitemthumb
{
	float: left;
	margin-right: 3px;
}

.cartitemthumb_RemoveButton
{
	float: right;
	display: block;
	width: 11px;
	height: 11px;
}

#cart_nrItems
{
	padding: 12px;
}

#cart_thumbs_total
{
	padding: 6px 6px 18px 6px;
	text-align: right;
	font-weight: bold;
}

#cart_thumbs_total.many_items
{
	border-top: 1px solid #CECECE;
}

#cart_thumbs_empty, #cart_thumbs_checkout, #cart_processing
{
	padding: 12px;
}

#cart_thumbs_checkout .button
{
	width: 143px;
}

#cart_thumbs_checkout .button span
{
	width: 123px;
}

#couponform label
{
	padding-top: 3px;
}
#input_couponcode
{
	height: 20px;
	font-size: 1.1em;
}

#footer
{
	padding-top: 30px;
	padding-bottom: 10px;
	clear: both;
}

div.cartitemthumb div.amount_price
{
	float: right;
	margin: 0 6px 6px 0;
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 1.1em;
	clear: both;
}

div.cartitemthumb div.amount
{
	float: left;
	background-color: #ffffff;
	padding: 0 3px 0 3px;
	margin: 2px 5px 0 0;
	font-weight: bold;
	position: relative;
	font-size: 1.1em;
}

div.cartitemthumb div.price
{
	float: left;
	font-weight: bold;
	position: relative;
	font-size: 1.1em;
}

div.cartitemthumb .amountbutton
{
	position: relative;
	display: block;
	float: left;
	background-color: #4EB8B8;
	color: #ffffff;
	text-decoration: none;
	padding: 0 3px 0 3px;
	margin: 2px 2px 0 0;
	width: 7px;
	text-align: center;
	font-size: 1.1em;
	cursor: pointer;
}

/* ---------------  */

a.button 
{	
	border: 0;
	margin: 0 0 6px 0;
	background: transparent url('/images/earthlings/bg_button_right.png') no-repeat scroll center right;
  	display: block;
  	float: left;
  	
  	color: #fff;
  	font-size: 12px;
  	text-align: center;
	text-decoration:none;
	line-height: 100%;
	
	/* behavior: url(/htc/iepngfix.htc); */
}

a.button span
{
	padding: 6px 0 6px 12px;
	margin-right: 11px;
	background: transparent url('/images/earthlings/bg_button_left.png') no-repeat scroll center left;
  	display: block;
  	
  	/* behavior: url(/htc/iepngfix.htc); */
}


#cart a.button
{
	margin: 0 auto;
	/* margin: 0 auto 18px auto; */
}

table.cart
{
	width: 100%;
	margin-bottom: 12px;
	clear: both;
}

table.cart th
{
	border-bottom: 1px solid #4EB8B8;
	padding-bottom: 3px;
	font-size: 1em;
}

table.cart td
{
	color: #333;
	background-color: #CCEDED;
	padding: 3px;
	border-bottom: 1px solid #9CD7D7;
	font-size: 1em;
}

table.cart td a
{
	color: #333;
}

table.cart td.price, table.cart td.total
{
	text-align:right;
}

table.cart td.amount, table.cart td.present
{
	text-align: center;
}

tr.totals th
{
	color: #000000;
	background-color: #9CD7D7;
	padding: 3px;
	border-bottom: 1px solid #4EB8B8;
	text-align: right;
}

tr.totals td
{
	color: #000000;
	background-color: #9CD7D7;
	font-weight: bold;
	border-bottom: 1px solid #4EB8B8;
}


img.cart
{
	margin: 0;
	padding: 0;
}


#couponform, #couponinfo, #chequesform
{
	padding: 0 0 24px 0;
	margin: 0 0 24px 0;
	border-bottom: 1px solid #DDDDDD;
}

#shippingcountry
{
	padding: 0 0 24px 0;
	margin: 0 0 24px 0;
	border-bottom: 1px solid #DDDDDD;
}

#couponform label, #chequesform label
{
	margin: 0 6px 6px 0;
	line-height: 162%;
	width: 65px;
}

#couponform input, #couponform label, #chequesform input, #chequesform label
{
	float: left;
}

#couponform input.button, #chequesform input.button
{
	margin: 0 0 0 6px;
}


input.submit.checkout
{
	float: right;
}

#contactdata_login label, #contactdata label
{
	float: left;
	clear: left;
	width: 160px;
	margin: 0 0 6px 0;
	font-weight: bold;
	line-height: 162%;
}

#contactdata label.checkbox
{
	float: none;
	clear: left;
	margin: 0 0 6px 0;
	font-weight: normal;
	line-height: 162%;
}

#contactdata_login .forgotpassword
{
	clear: left;
	display: block;
	margin-left: 160px;
	font-size: smaller;
}

input.checkbox, input.radio
{
	clear: left;
	margin-bottom: 5px;
}

input.contactdata, select.contactdata
{
	float: left;
	margin: 0 0 6px 0;
	width: 180px;
}

input.contactdata.nr
{
	margin-left: 6px;
	width: 30px;
}

input.contactdata.zip
{
	margin-right: 6px;
	width: 72px;
}

#input_delivery_street, #input_delivery_city
{
	width: 140px;
}

#contactdata_login input.submit
{
	float: left;
	margin: 12px 0 0 0;
}

#input_delivery_message
{
	float: left;
	margin: 0 0 6px 0;	
	height: 90px;
	width: 240px;
}

p.form_info
{
	clear: left;
	font-size: x-small;
}

fieldset
{
	padding: 0 0 24px 0;
	margin: 0 0 24px 0;
	border: 0;
	border-bottom: 1px solid #DDDDDD;
}

div.submit
{
	clear: left;
	
}

#delivery_address
{
	background-color: #CCEDED;
	padding: 12px;
	border: 1px solid #9CD7D7;
}

#input_message
{
	height: 90px;
	width: 400px;
}

.error
{
	padding: 6px;
	color: #d42f1e;
	background-color: #ffcdac;
	border: 1px solid #d42f1e;
	margin: 12px 0 12px 0;
}

.info
{
	margin: 24px 10px 12px 0;
}

.column_2
{
	width: 215px;
	margin: 24px 10px 12px 0;
	float: left;
}

#loginbox, #newsletter
{
	font-size: 1em;
}

#newsletter .content p
{
	margin: 10px 0;
	
	color: #666666;
}

#loginbox input.text, #newsletter input.text
{
	float: left;
	width: 100%;
}

#loginbox label, #newsletter label
{
	clear: left;
	float: left;
	width: 80px;
	line-height: 230%;
}

#loginbox input.button, #newsletter input.button
{
	margin: 12px 0 0 0;
	float: left;
}

#loginbox .forgotpassword
{
	display: block;
	float: right;
	text-align: right;
	margin-top: 9px;
	width: 80px;
}

#loginbox legend
{
	font-size: small;
}

#loginbox fieldset
{
	padding: 0;
	margin: 0;
	border: 0;
}


#best
{
	background-color: #7CBA06;
	padding-top: 37px;
	margin: 0;
	background-image: url('/images/shadow_up.gif');
	background-position: top left;
	background-repeat: repeat-x;
	height: 310px;
	width: 220px;
	float: left;
	margin-top: -347px; 
	clear: left;
	overflow: hidden;
}

.tabs
{
	/* */
}

.tabs .ui-tabs-nav
{
	margin: 0;
	display: block;
	height: 25px;
	width: 165px;
	overflow: hidden;
}

.tabs .ui-tabs-nav li
{
	margin: 0 3px 0 0;
	padding: 0;
	float: left;
}

.tabs .ui-tabs-nav li a
{
	display: block;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
}

#catbrand .ui-tabs-nav
{
	padding: 0 0 0 5px;
	background-image: url(/images/earthlings/bg_cattabs.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#catbrand .ui-tabs-nav li a
{
	background: #9CD7D7 url(/images/earthlings/tab_nonactive.png) 0 0 no-repeat;
	width: 66px;
	height: 15px;
	padding: 4px 3px 3px 3px;
}
#catbrand .ui-tabs-nav li.ui-tabs-selected a
{
	background: #4EB8B8 url(/images/earthlings/tab_active.png) 0 0 no-repeat;
	height: 20px;
	outline: none;
}

.ui-tabs-hide
{
    display: none;
}


#best .content
{
	clear: left;
	background-color: #EBEAE0;
	padding: 6px 0 6px 6px;
	height: 268px;
}

#best .content ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#best .content li
{
	margin: 0 6px 12px 0;
	float: left;
	width: 100px;
	text-align: center;
	
}

#best .content li a.image
{
	display: block;
	width: 100px;
	height: 100px;
	background-color: #ffffff;
	margin: 0 0 6px 0;
}

#best .content li a.name
{
	font-size: x-small;
	text-decoration: none;
}



#content_text.home
{
	padding-bottom: 0;
}


#content_text.home p
{
	margin-bottom: 0;
}

h2.tip
{
	margin-top: 24px;
}

#tip
{
	margin: 0 0 24px 0;
	width: 464px;
	height: 241px;
	padding: 20px 18px 18px 18px;
	background: #cc99cc url(/images/earthlings/bg_tip.png) no-repeat;
	color: #333;
}

#tip h3
{
	color: #69346a;
	font-weight: bold;
}

#tip a.more_info
{
	color: #69346a;
	text-align: right;
	display: block;
	margin: 9px 0 0 0;
}

#tip a.tip_image
{
	float: left;
	margin: 0 12px 0 0;
}

#tip a.tip_image img
{
	display: block;
}

ul.faq
{
	margin: 0;
	padding: 0;
	list-style-image: url('/images/breadcrumb_arrow.gif');
	margin-left: 12px;
}

ul.faq li
{
	margin-bottom: 3px;
}


div.answer
{
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #DDDDDD;
}

div.answer table 
{
	margin: 6px auto 24px auto;
	border-spacing: 1px;
}

div.answer table p
{
	margin: 0;
	padding: 0;
}

div.answer table th
{
	padding: 6px;
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
	background-color: #ffffff;
}

div.answer table td
{
	background-color: #DDD0DB;
	padding: 6px;
	text-align: right;
}

.up
{
	float: right;
	font-size: x-small;
	background-image: url('/images/arrow_up.gif');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
}

.newsitem
{
	padding: 0 0 24px 0;
	margin: 0 0 24px 0;
	border-bottom: 1px solid #DDDDDD;	
}

#freedelivery
{
	float: right;
	width: 180px;
	height: 42px;
	padding: 5px 51px 0 0;
	background-image: url('/images/icon_transport.gif');
	background-repeat: no-repeat;
	background-position: top right;
	text-align: right;
	margin: 0 0 24px 0;
}

.freedelivery p
{
	clear: both;
	margin: 0;
	padding: 6px;
	color: #4B270C;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

a.rss
{
	display:block;
	width: 30px;
	height: 30px;
	float: right;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url('/images/rss.gif');
	background-repeat: no-repeat;
	
}

#kaboodle
{
	float: right;
	text-align: right;
	margin: 0 0 20px 0;
	font-size: x-small;
}

#kaboodle a
{
	display: block;
	float: right;
	padding: 3px 22px 0 0;
	height: 20px;
	color: #888;
	background-image: url(http://www.kaboodle.com/ht/mk/img/kicon-sm.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#actionbanner
{
	margin: 0 0 27px 0;
}

#loyaltybanner, #ecochequesbanner
{
	text-align: center;
	margin-top: 21px;
}

#stock_reminder
{
	border: #A954A9 solid 1px;
	background-color: #DDD0DB;
	padding: 18px;
	margin: 0 0 21px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #333;
}

#stock_reminder h4
{
	color: #A954A9;
	font-size: 1.1em;
	margin-top: 0;
}

#stock_reminder label
{
	float: left;
	margin: 0 6px 6px 0;
	font-weight: bold;
	line-height: 162%;
}

#stock_reminder input.text
{
	float: left;
	width: 140px;
	margin: 0 6px 6px 0;
	line-height: 162%;
}

#stock_reminder input.button
{
	float: left;
	margin: 0 0 6px 0;
}

#product_dimensions
{
	color: #999;
	font-size: 0.9em;
}
#product_dimensions strong
{
	color: #666;
}

#verlof
{
	border: #A954A9 solid 1px;
	background-color: #DDD0DB;
	padding: 18px;
	margin: 0 0 21px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #333;

}

#verlof a
{
	color: #333;
}

/* CLEARFIX */

.clearfix:after, ul.productlist:after
{
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
