html, body {
	color: #313131;
	font-size: 1em;
	font-family: arial;
	background-color: white;
	background-image: url(../images/pattern.jpg);
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
}

.clear {
	clear:both;
}

.form_as_ul {
	list-style-type: none;
}
.form_as_ul input.submit {
	margin-top: 20px;
}

#newsletter_subscribe_box a,
#content a {
	color: #ea0853;
	font-family: arial;
	text-decoration: none;
}

#newsletter_subscribe_box a:hover,
#content a:hover {
	color: white;
	font-family: arial;
	text-decoration: none;
}

#container { 
	width: 1124px; 
	margin-left: auto;
	margin-right: auto;
	
	background-image: url(../images/background_centered.jpg);
	background-repeat: repeat-y;
	min-height: 100%;
}

.left_menu_box input.search_button {
	background-color: white;
	border: 1px solid black;
	color: black;
}


/***********/
/* account */
/***********/

#accounts_index ul {
	list-style-type: none;
}

table#addressbook {
	width: 92%;
}

table#addressbook td {
	padding-right: 5px;
}

#addressbook_list input {
	margin: 20px 0px;
	float: right;
}

#addressbook_change label {
	width: 150px;
	float: left;
}


/*******************/
/* Sub menu layout */
/*******************/

#left_part {
	float: left;
}

#left_menu {
background-image: url(../images/leftmenu_wood.jpg);
width: 146px;
height: 100%;
float: left;
}

.left_menu_box {
overflow: hidden;
color: #313131;
background-image: url(../images/fake_transparant.jpg);
width: 105px;
margin-top: 20px;
margin-left: 10px;
padding: 10px 5px 10px 8px;
font-size: 10pt;
}

.left_menu_box h1 {
	color: #f5104b;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12pt;
}
.left_menu_box h1 a {
	color: #f5104b;
	text-decoration: none;
}
.left_menu_box h1 a:hover {
	text-decoration: underline;
}

/* search box */
.left_menu_box input {
	width: 100px;
	background-color: transparent;
}
.left_menu_box input.submit {
	background-color: white;
}

/* all menu's except root one */
.left_menu_box ul {
	list-style-type: none;
	padding-left: 5px;
	margin-left: 5px;		/* IE7 compatibility */
	margin-bottom: 0px;
}

/* root menu */
.left_menu_box ul.level_1 {
	margin-top: 5px;
	padding-left: 0px;
	margin-left: 0px;		/* IE7 compatibility */
}
.left_menu_box ul li {
}
.left_menu_box ul a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
.left_menu_box ul a:hover {
	color: white;
}

/* Basket Summary */
#basket_summary span.basket_quantity {
	margin-left: 0px;
	margin-right: 5px;
}
#basket_summary ul {
	margin-left: 0px;
	padding-left: 0px;
}

#header { 
background-image: url(../images/header.jpg); 
width: 813px; 
height: 149px; 
float: left;
}

#content_repeat {
background-image: url(../images/content_repeat.jpg);
background-repeat: no-repeat;
width: 797px;
float: left;
margin-left: 15px;
}

#content {
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 20px;
	min-height: 600px;
}

/* menu top */
#main_menu {
	margin-left:50px;
	margin-top:20px;
}

#main_menu div {
	margin-right:18px;
	float: left;
}
#main_menu div img {
	border: 0px;
}


/* taal knopjes */

#language {
	float: right;
	top:20px;
}

#language img {
	display: none;  /* disable as longa as it is not working */
	margin:2px;
}

#language a img {
	border:0px;
}



/* navigation & brand bar (on bottom of page)
 * div inside div to hide when not used
 */
/*
#content_bottom_bar div {
	float: left;
	background-color: #474747;
	height: 60px;
	width: 600px;
	margin-bottom: 40px;
	color: white;
	padding-left: 18px;
}
*/


/* --------------- */
/* category detail */
/* --------------- */

span.discount-price {
	color: red;
	text-decoration: line-through;
}


/* three columns of 200px each */
#product_list_wrapper ul {
	list-style-type: none;
}

#product_list {
	float: left;
	width: 785px;
	margin-left: 8px;
	padding-left: 0px;
}

#cross_sell_list li.product_list_item,
#product_list li.product_list_item {
	float: left;
	width: 189px;
	margin-bottom: 20px;
	height: 260px;
}
#product_list_wrapper br {
	clear: left;
}


/* -------------------- */
/* paginator navigation */
/* -------------------- */
#paginator_navigation {
	float: left;
	background-color: #474747;
	width: 600px;
	color: white;
	padding-left: 18px;
	margin: 30px 0 40px -23px;
	font-size: 0.8em;
}

#paginator_navigation p {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#paginator_navigation p.back_url {
	margin-left: 20px;
}

#paginator_navigation ol {
	float: right;
	list-style-type: none;
	margin: 5px 0px;
}
#paginator_navigation ol li {
	margin-right: 0.6em;
	float: left;
	border: 1px solid #474747; 
	padding: 3px;
}
#paginator_navigation ol li:hover {
	text-decoration: underline;
}
#paginator_navigation ol li.current,  #paginator_navigation ol li.selected {
	font-weight: bold;
	border: 1px solid white;
}
#paginator_navigation ol li.disabled {
	color: grey;
	text-decoration: none;
}
#paginator_navigation a {
	text-decoration: none;
	color: white;
}

/***************/
/* search page */
/***************/

#search_page {
	background-image: url(../images/white.png);
	float: left;
	width: 95%;
	margin-bottom: 30px;
}
#searchpage_main {
	background-image: url(../images/product_box_top.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 100%;
}

#searchpage_main ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	float: left;
	width: 100%;
}

#searchpage_main .not_text {
	color: white;
}

#searchpage_main form {
	float: left;
	width: 100%;
}
#searchpage_main ul li {
	float: left;
}
#searchpage_main #search_item_list {
	margin-top: 0px;
}
#searchpage_main ul#search_item_list ul li {
	margin-left: 40px;
}
#searchpage_main .search_item select.andor_select {
	margin-left: 25px;
}
#searchpage_main input.add_button,
#searchpage_main input.del_button {
	width: 75px;
}
#searchpage_main li.search_item {
	clear: both;
	border-bottom: 1px solid #ea0853;
	width: 100%;
	padding: 5px 0px;
}

#search_page input#update_button_top {
	width: 0px;
	height: 0px;
	border: 0px;
}
#search_page input#update_button_bottom {
	float: left;
	margin-left: 40px;
	margin-bottom: 20px;
}

#search_item_list li.first {
	border-top: 1px solid #ea0853;
}

#search_item_list label {
	width: 100px;
	display: block;
}

#searchpage_results {
	background-image: url(../images/white.png);
}

#searchpage_results {
	clear: both;
	width: 95%;
}

#searchpage_query {
	margin: 20px 0px;
	border-top: 1px solid #EA0853;
	border-bottom: 1px solid #EA0853;
	width: 100%;
	float: left;
}

#searchpage_query span.query {
	float: left;
	padding: 3px 40px 3px 20px;
}

/***************/
/* basket page */
/***************/
.basket_page {
	margin: 20px;
	padding-bottom: 25px;
}

.basket_page td {
	padding: 2px 7px;
}
.basket_page .basket_col_quantity input {
	width: 35px;
}
/*
.basket_page .basket_button {
	margin-top: 15px;
}
.basket_page .basket_link_button {
	float: left;
	margin-left: 40px;
}
.basket_page .basket_input_button {
	float: right;
	margin-right: 40px;
}

.basket_page .basket_input_button input {
	height: 22px;
}
*/
.basket_page #select_shipping_method {
	margin-top: 40px;
	clear: both;
}

table {
	margin: 30px;
	margin-bottom: 0px;
	margin-top: 5px;
}

table td {
	vertical-align: top;
}

table th {
	vertical-align: top;
	text-align: left;
	height: 35px;
}

.basket_page .basket_image_area {
	/*background-image: url('../images/winkelwagen_list.jpg');
	background-repeat: no-repeat;*/
	width: 126px;
	height: 153px;
	float: left;
}

.basket_page .basket_image {
	margin: 14px;
}
.basket_page td.basket_col_image {
	width: 145px;
	height: 180px;
}
.basket_page td.basket_col_title {
	padding: 0px;
}

.basket_page .basket_col_title h2 {
	font-size: 12pt;	
	margin-top:2px;
}

.basket_page .basket_product_attribute_list  {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

.basket_page #select_shipping_method {
	margin: 15px 40px 15px 40px;
	float: left;
}

/*******************/
/* check user page */
/*******************/
#createuser_page fieldset#new,
#check_user_page fieldset#login,
#check_user_page fieldset#new {
	margin-left: 40px;
}
#check_user_page fieldset#login td {
	width: 150px;
}

.register_page ul,
#check_user_page ul {
	list-style-type: none;
}

#createuser_page fieldset, 
#check_user_page fieldset {
	border: 0px;
}

.register_page ul li, 
#check_user_page ul li {
	clear: both;
}

.register_page div.field_description, 
#check_user_page div.field_description {
	float: left;
	width: 200px;
}

.register_page input, 
#check_user_page input {
	float: left;	
}

/* check_user_page additional rules */

#check_user_page fieldset#new form ul li label {
width: 105px;
float: left;
line-height: 1.5;
}
#check_user_page fieldset#new form ul li input {
width: 300px;
float: left;	
}

#check_user_page fieldset#new form ul li ul.errorlist {
	padding: 10px 0 10px 0;
	margin-left: -20px;
}

#check_user_page fieldset#new form ul li ul.errorlist li {
	font-size: 80%;
	font-weight: bold;
}

#check_user_page fieldset#new form ul li ul.errorlist + label{
	font-weight: bold;
	color: red;
}

#check_user_page fieldset#new form ul li ul.errorlist + label + input{
	border: 1px solid red;
	color: red;
}

/*
input#finalize {
	margin: 12px 0 0 145px;	
}
*/


/*****************/
/* register page */
/*****************/

/*
.register_page .form_as_ul {
	margin-bottom: 60px;
}
*/
.register_page ul li ul {
	margin-left: 200px;
	padding-left: 0px;
	font-size: 11px;
}
.register_page #register_button {
	margin-top: 15px;
}

/**************/
/* login page */
/**************/

.login_page ul {
	list-style-type: none;	
}
.login_page label {
	float: left;
	width: 150px;
}
.login_page #login_button {
	margin: 0px 40px 25px 40px;
}

/***********************/
/* select payment page */
/***********************/

#select_payment_page ul {
	list-style-type: none;
}

/* all pages (except category_detail) */
#page_container {
	background-image: url(../images/white.png);
	float: left;
	padding: 0px;
	width: 100%;
	margin-right: 20px;
	margin-bottom: 40px;
	width: 95%;
}

.page,
#page {
	background-image: url(../images/product_box_top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	width: 100%;
}

#back_button {
}

#product_page ul.messages,
.page ul.messages,
#page ul.messages {
	list-style-type: none;
	font-weight: bold;
	color: black;
	margin-left: 0px;
	padding-left: 40px;
	border-top: 1px solid #ea0853;
	border-bottom: 1px solid #ea0853;
}

#product_page {
	margin-bottom: 40px;
}
#product_page ul.messages {
	padding-left: 25px;
}

#searchpage_results {
	float: left;
}

.search_page p,
#guestbook_add_entry p,
#searchpage_results p,
.page p,
#page p {
	margin: 30px 20px 20px 40px;
}

#contact_page h1,
#tellafriend_page h1,
#guestbook_page h1,
.search_page h1,
#searchpage_results h1,
.page h1,
#page h1 {
	margin-top: 25px;
	padding: 10px 20px 10px 40px;
	color: white;
	border-top: 1px solid #ea0853;
	border-bottom: 1px solid #ea0853;
}

#basket_ie6 {
	display: none;
}

#basket {
	background: transparent url(../images/winkeltasje_nl.png) no-repeat center top;
	border: none;
	float: right;
	z-index: 1;
	margin-top: -95px;
	margin-right: 10px;
	height: 100px;
	width: 150px;
	cursor: pointer;
}

#product_info dl dt {
	clear: both;
	width: 8em;
	font-weight: bold;
}
#product_info ul li {
	font-weight: bold;
}
#product_info dl dt,
#product_nifo dl dd
{
	float: left;
}

#main_image_area {
	margin-left: 0px;
}


#cross_sell_list {
	list-style-type: none;
	padding-left: 0px;
	float: right;
	margin-left: 0px;
	width: 180px;
}

/***********/
/*  order  */
/***********/

#order_list ul {
	list-style-type: none;
}
#order_list table {
	margin-bottom: 35px;
	width: 95%;
}

/***********/
/* gallery */
/***********/

#album_list {
	margin-top: 40px;
	list-style-type: none;
}
#album_list li {
	float: left;
	clear: both;
	margin-bottom: 40px;
	width: 680px;
}

#album_list div.album_picture_image {
	float: left;
	width: 150px;
}
#album_list div.album_description {
	float: left;
	width: 500px;
}
#album_list div.album_description p {
	margin: 0px;
	margin-bottom: 10px;
}
#album_list div.album_description h2 {
	margin: 0px 0px 15px;
}

#gallery_album,
#album_image_detail {	
	background-image: none;
}

#album_image_detail img,
#gallery_album img {
	border: 3px solid gray;
}

#picture_list {
	margin-top: 40px;
	list-style-type: none;
	width: 750px;
	margin-left: 0px;
	padding-left: 0px;
}
#picture_list li.picture_list_item {
	float: left;
	width: 250px;
	margin-bottom: 50px;
	height: 180px;
	text-align: center;
}
#album br {
	clear: left;
}

#album .album_picture_image_area {
	float: left;
}

#album .album_picture_description {
	float: left;
	margin-left: 30px;
	background-color: #ff73bf;
	color: white;
}
#album .album_picture_description h2 {
	font-size: 11px;
}
#album .album_picture_description p {
	padding-bottom: 11px;
}

#album .album_picture_description ul {
	list-style-type: none;
}

#album_image_detail .album_picture {
	text-align: center;
}
#album_image_detail .album_picture_full_image_area {
	padding: 25px;
}

/*
#album_image_detail .album_picture_nav {
        position: relative;
}
*/

#album_image_detail .album_picture_full_image_area a {
        color: white;
}

#album_image_detail .album_picture_full_image_area ul {
        list-style-type: none;
}

#album_image_detail .album_picture_full_image_area li {
        display: inline;
	padding: 125px;
}

/* guestbook */
#guestbook_page {
	background-image: url(../images/white.png);
	background-repeat: repeat;
	float: left;
	width: 95%;
	margin-bottom: 20px;
}

#guestbook_view {
	background-image: url(../images/product_box_top.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 100%;
}

#guestbook_entry_list {
	list-style-type: none;
	margin-left: 0px;
	padding: 10px 25px 20px 25px;
}

#guestbook_entry_list h2 {
	margin: 0px;
	font-size: 14pt;
}
#guestbook_entry_list p {
	margin-top: 10px;
}

#guestbook_add_entry {
	background-image: url(../images/white.png);
	padding-bottom: 5px;
	clear: both;
	float: left;
	width: 95%;
}

/* form elements & warnings */
#guestbook_add_entry #add_entry_form {
	list-style-type: none;
	padding: 10px 0px 20px 25px;
}
#guestbook_add_entry #add_entry_form .errorlist {
	margin-left: 90px;
	padding-left: 0px;
	list-style-type: none;
}
#guestbook_add_entry #add_entry_form .submit {
	margin-left: 90px;
}

#guestbook_add_entry #add_entry_form li {
	clear: both;
}

#guestbook_add_entry #add_entry_form label {
	width: 90px;
	float: left;
}
#guestbook_add_entry #add_entry_form input {
	float: left;
	margin-bottom: 10px;
}


/* 
 *	Not used: image orientation is now vertical and fixed frames are used
 *
#product_image img {
	padding-bottom:17px;
	padding-left:13px;
	padding-top:13px;
	border: 0px;
}

#product_image {
	margin-top: 14px;
	margin-left: 14px;
}

#product_top_bg {
	background:url(../images/big_list_b_home.gif) bottom center no-repeat;
}

#product_bottom_bg {
	background:url(../images/big_list_t_home.gif) top center no-repeat; 
}
*/

/* left bar: logo etc */
#shop {
background-image: url(../images/shop.jpg);
width: 125px;
height: 42px;
margin-left: 10px;
padding-top: 160px;
}

#webshop {
background-image: url(../images/webshop.jpg);
background-repeat:no-repeat;
width: 125px;
height: 30px;
}

#webshop:hover {
background-image: url(../images/webshop_over.jpg);
background-repeat:no-repeat;
width: 125px;
height: 30px;
}

#hangers {
margin-top: 20px;
margin-bottom: 20px;
margin-left: 5px;
}


/******************************/
/* product_summary tag layout */
/******************************/
.product_image_area {
	background-image: url(../images/product.jpg);
	background-repeat: no-repeat;
	width: 155px;
	height: 197px;
	float: left;
	overflow: hidden;
	border: 1px solid transparent;
}
.product_image_area:hover {
	border: 1px dashed white;
}

.product_image {
	margin: 14px;
	text-align: center;
	background-color: gray;
}

.product_image img {
	border: 0px;
	margin: 0px;
	}

.product_description {
	margin-top: 10px;
	background-image:url(../images/white.png);
	width: 155px;
	float: left;
	line-height: 14px;
	padding-top: 5px;
	overflow: hidden;
}

.product_description ul {
	list-style-type: none;
	color: white;
	font-size: 12px;
	padding-left: 10px;
	margin-left: 0px;		/* IE7 compatibility */
}

.product_description ul.product_details li dfn {
	font-style: normal;
	margin-left: 0.1em;
	padding-right: 0.8em;
}


/*************************/
/* PRODUCT DETAIL PAGINA */
/*************************/

#product_page {
	background-image: url(../images/product_box_top.jpg);
	background-repeat: no-repeat;
	float: left;
}
#product_page_inner_container {
	background-image: url(../images/white.png);
	width: 527px;
	float: left;
	margin-top: 16px;
}

#product_image {
	width: 435px;
	margin: 10px auto 20px auto;
}

#product_image dt.big-image {
	float: left;
}

#product_image div.image_thumb {
	float: left;
	background: url(../images/product_thumb_canvas.jpg);
	margin: 0 0 20px 15px;
}

#product_image div.image_thumb img {
	width: 90px;
	height: 123px;
	margin: 13px 12px 10px 13px;
}

#product_image img {
	width: 247px;
	margin: 13px;
	border: 1px solid gray;
}
#product_image img:hover {
	border: 1px dashed white;
}

#product_description {
	float: left;
	margin-left: 25px;
	margin-right: 31px;
	text-align: justify;
}
#product_description h1 {
	font-size: 1em;
}

#product_top_bg {
	background:url(../images/big_list_b_home.gif) no-repeat left bottom; 
	width: 275px; 
}
#product_bottom_bg {
	background:url(../images/big_list_t_home.gif) top left no-repeat; 
}

#cross_sell h2 {
	font-size: 1em;
}



/*
dl.product-images {
	width: 140px;
	height: auto;
}


dl.product-images dt {
	width: 134px;
	height: 175px;
	border: 1px solid #e4e4e4;
}
*/
#product_image dl.product-images dd.small-image {
	width: 60px;
	height: 60px;
	border: 1px solid #e4e4e4;
	float: left;
}

#product_image dl.product-images dd.small-image img {
	width: 60px;
	height: 60px;
	margin: 0 5px 0 0;
}

#product_image_clear {
	clear: both;
}

#product_info {
background-color: #ffbae0;
width: 450px;
margin: 10px 25px 20px 25px;
padding: 10px;
float: left;
}

#product_info ul {
	list-style-type: none;
	padding-left: 0px;
}
#product_info label {
	width: 8em;
	float: left;
}

#add_to_basket_area input {
	width: 2em;
}
#add_to_basket_area ul {
	margin-left: 0px;  /* IE7 */
}

#back_button,
input, 
select {
	border: 1px solid black;
	background-color: white; /*#ff73bf;*/
	margin-top: 3px;
}
#back_button {
	padding: 2px;
}


/********************/
/* FRONTPAGE PAGINA */
/********************/

/* oude frontpage, is eruit */

#chandelier {
	left: 20px;
	position: relative;
	top: -20px;
	width: 140px;
}

#chandelier img {
	left: 		-100px;
	position: 	relative;
	z-index:	2;
}

#main_menu .main_menu_item img {
	position: relative;
	z-index: 300;
}



#frontpage_container {
	float: left;		/* seperate content & gallery bar on right side */
}

#frontpage_picture { 
	float: left; 
	margin-bottom: 20px;
}

#frontpage_picture_top_bg { 
	background:url(../images/big_list_b_home.gif) no-repeat left bottom; 
	width: 275px; 
}
#frontpage_picture_bottom_bg {
	background:url(../images/big_list_t_home.gif) top left no-repeat; 
}

#frontpage_picture_slideshow{
	padding-bottom:17px;
	padding-left:13px;
	padding-top:13px;
}
#frontpage_picture img {
	width:247px;
}

#frontpage_header { 
	position: absolute;
	background-color: white; 
	width: 295px; 
	top: 450px; 
	margin-bottom: 10px; 
	padding: 12px 8px;
	margin-left: 280px;
}
#frontpage_header p { 
	font-size: 17pt; 
	font-weight: bold; 
	text-align: center; 
	margin: 0; 
	padding: 0; 
}
#frontpage_description { 
	background-color: white; 
	clear: both;
	margin-bottom: 44px; 
	top: 250px;
	padding: 12px 8px; 
	width: 595px;
}

#brands_bar { 
	background-color: #474747; 
	width: 595px; 
	float: left; 
	padding: 0px 15px 7px 22px;
	margin-left: -22px;
}
#brands_bar ul { 
	color: white; 
	list-style-type: none;
	font-size: 11px; 
	padding-left: 0px;
	margin-left: 0px; /* IE 7 */
	margin-top: 9px;
}
#brands_bar ul li {
	float: left;
	padding-right: 0.9em;
}

#frontpage_gallery { 
	float: right; 
}
#frontpage_gallery ul { 
	margin: 0; 
	padding: 0 0 0 0; 
	list-style-type: none; 
}
#frontpage_gallery li { 
	margin-bottom: 25px; 
	display: block; 
	background-image: url(../images/sidephoto.jpg); 
	width: 151px;
	height: 195px; 
	margin-left: 10px;
}
#frontpage_gallery li img { 
	margin-top: 14px; 
}

#frontpage_intro { 
	float: left; 
	margin-left: 20px; 
}

a.sidephoto {
	display: block;
	overflow: hidden;
	width: 126px;
	height: 183px;
	margin: 14px 0 0 14px;
}

object, param, embed { 
	float: left; 
}

/****************************/
/*  slideshow               */
/****************************/

div.slideshow {
	display: none;
	height: 320px;
	overflow: hidden;a
	width: 247px;
}
/****************************/
/* news items page (trends) */
/****************************/

div.newsitems div.last {
	margin-bottom: 25px;
}

div.newsitems div.odd div.newsitem_images {
	float: left;
	margin: 10px 25px 25px 40px;
}

div.newsitems div.readmore {
	display: inline;
	margin-left: 40px;
}

div.newsitems div.even div.newsitem_images {
	margin: 10px 40px 25px 25px;
	float: right;
}

div#single_newsitem div.newsitem_images {
	float: left;
	margin: 10px 25px 25px 40px;
}

div#contact_page label,
div#tellafriend_page label {
	float: left;
	width: 100%;
}

div#contact_page li,
div#tellafriend_page li {
	clear: both;
	list-style-type: none;
	width: 400px;
	text-align: left;
}
/**************************************/
/* Newsitem long text (for about page)*/
/**************************************/

div.news_image {
	float: left;
	margin: 20px;
}

div.news_text {
	float: right;
	width: 60%;
}

div#page div.news_text p {
	margin: 20px 20px 20px 0px;
}

p.old_price {
	text-decoration: line-through;
	color: red;
	display: inline;
}

p.new_price {
	display: inline;
}

div.price {
	display: inline;
}

div#footer {
	font: bold 12px Arial, sans-serif;
	color: #000;
	margin-left: 990px;
	padding-bottom: 10px;
}

div#footer a {
	color: #700;
}




/**************************************/
/* Newsletter subscriptions           */
/**************************************/


.subscription label {
        display: block;
        float: left;
        width: 225px;
        }


.subscription span {
        width: 300px;
        }


/* extra ge-emmer om de basket css rond te krijgen */

#change_quantities {
	float:right;
	margin-right: 30px;
	margin-top: 20px;
}

ul.shipping_address {
	list-style: none;
}

ul#basket_options {
	width: 800px;
}

ul#basket_options li {
	float: 		left;
	list-style:	none;
	margin: 	0 14px 0 14px;	
	padding: 	0px;
}

ul#basket_list_final {
	width: 4555550px;
}

ul#basket_list_final li {
	float: 		left;
	list-style:	none;
	margin: 	0 25px 0 0px;	
	padding: 	0px;
}


/* account form */
.register_page #user_profile_fields li label {
	float: left;
	width: 225px;
}
.register_page #user_profile_fields li input {
	float:	left;
}
.register_page #address_fields li label {
	float: left;
	width: 225px;
}
.register_page #address_fields li input {
	float:	left;
}
