
/* Algemene stijlen ****************************************************************/

html {
	height: 100%;
}

body {
	font-family: arial,helvetica,sans-serif;
	color: #ffffff;
	background-color: #8f8e8e;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}


a {
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: red;
	text-decoration: underline;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	font-family: arial,helvetica,sans-serif;
	color: #9bde69;
	background-color: #FFFFFF; 
	display: block;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	font-family: arial,helvetica,sans-serif;
	color: #9bde69;
	background-color: #FFFFFF; 
	display: block;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
	font-family: arial,helvetica,sans-serif;
	color: #9bde69;
	background-color: #FFFFFF; 
	display: block;
}

.alg {
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
}

.error_message  {
	background-color: #FCC; 
	border: 2px solid red; 
	color: red; 
	padding: 3px; 
	margin: 3px;
}



/* Header and footer ****************************************************************/

#header {
	height: 42px;
}


.top_title {
	vertical-align: top;
	background-color: #8f8e8e;
	border-bottom: 1px solid black;
	text-align: left;
}

.top_title a img {
	border: 0;
}

.top_title_text {
	background-color: #8f8e8e;
	vertical-align: middle;
	font-size: 24pt;
	overflow: hidden;
	border-bottom: 1px solid black;
}

.copyright {
	background-color: #8f8e8e;
	font-size: 10px;
	text-align: center;
	border-top: 1px solid black;
}

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


#footer {
	width: 100%;
}



/** main table and content structure ***************************************************/


#main_table {
	width: 100%;
	height: 100%;
	border: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

#main_table table {
	border-collapse: separate;
}


#main_table #content {
	vertical-align: top;
	width: 100%;

	color: #ffffff;
	padding: 20px;
}

.main_block a {
	text-decoration: underline;
}

/** cart ***************************************************************/

#cart_col {
	text-align: right;
	vertical-align: top;
}


#cart_col.cart_empty {
	width: 3px;
	overflow: hidden; 
}


/** menu **************************************************************/


#menu {
	padding: 0;
	margin: 0;
	
	background-color: #8f8e8e;
	border-right: 1px solid black;
	vertical-align: top;
}

#menu_left {
	font-family: arial,helvetica,sans-serif;
	padding: 0;
	margin: 0;
}


#menu_left ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;		/* BUGFIX IE7 line-height li items */
}
#menu_left li {
	display: inline-block;
}
#menu_left li {
	display: block;
	margin: 0;		
	padding: 0;		
	line-height: 18px;	/** BUGFIX IE7 line-height li items */		
}


/** this ia n IE Bugfix, which adds extra whitespace to a LI element: http://gtwebdev.com/workshop/gaps/white-space-bug.php */
#menu_left li a {

	display: inline-block;
}

#menu_left li a {
	padding-left: 5px;
	font-size: 14px;	
	font-weight: bold;
	text-align: left;
	background-color: #747171;
	color: #ffffff;

	border-bottom: 1px solid black;
	display: block;
}


#menu_left li a.selected {
	border-top: none;
	background-color: #747171;
	color: #ffffff;
}

#menu_left li a.focus {
	border-top: none;
	background-color: #8f8e8e;
	color: #ffffff;
}




#menu_left li li a.selected, #menu_left li li a.focus {
	color: #ffffff;
	background-color: #8f8e8e;
}


#menu_left ul li ul {
	margin-bottom: 10px;
}

#menu_left ul li ul li ul {
	margin-bottom: 0px;
}

#menu_left ul ul {
	margin-left: 0px;
}

#menu_left ul ul li {
	margin: 0px;
	line-height: normal;	/** BUGFIX IE7 line-height li items */		
}

#menu_left ul ul ul li {
	margin: 0px;
	margin-left: 8px;
	line-height: normal;	/** BUGFIX IE7 line-height li items */		
}

#menu_left ul ul li a {
	background: none;
	border-top: none;
	border-bottom: none;
	color:  #000000;
	font-size: 12px;
	font-weight: normal;
}


/*#menu_left ul ul li a.selected, #menu_left ul ul li a.focus {*/
#menu_left ul ul li a.focus {
	font-weight: bold;
}

#menu_left ul ul ul a:before {
	content: "- ";
}

#menu_left .menu_product_aantal {
	padding-left: 5px;
	color: #555;	
	font-style: italic;
	font-weight: normal;
}

/** verberg productaantal op hoogste niveau */
#menu_left li .menu_product_aantal {
	display: none;
}

/** toon het weer op de niveaus daaronder */
#menu_left li li .menu_product_aantal {
	display: inline;
}


/** Productlist ********************************************************************/

.productlist_page_navigation {
	clear: both;
	margin: auto;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;		
}

.productlist_page_navigation .productlist_page_navigation_container {
	margin: 2px;
	text-align: center;
	width: 440px;
	margin: auto;
}

.productlist_page_navigation .previous_page {
	float: left;
	width: 50px;
}

.productlist_page_navigation .next_page {
	float: left;
	width: 50px;
}
.productlist_page_navigation .page_list {
	float: left;
	margin: 0px 20px;
	font-size: 10pt;
}

.productlist_page_navigation a.button {
	float: left;
}

.productlist_page_navigation .page_nav_end {
	clear: both;
}


/** the product  */
.list_product {
	float: left;
	border: 2px solid #747171;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #8f8e8e;
	width: 200px;
	height: 260px;
padding: 0;
}

/** product image */

.list_product_image_block {
	width: 200px;
	height: 200px;

	margin: 0;
	padding: 0;
	background-color: #8f8e8e;

	border-bottom: 1px solid black;
	
	/*http://www.jakpsatweb.cz/css/css-vertical-center-solution.html */
	position: relative;
	display: table;
	
	border-collapse: collapse;
/*overflow: hidden;*/
}


.list_product_image_middle {
	#position: absolute; 
	#top: 50%;
	display:  table-cell; 
	vertical-align: middle;
	width: 200px;
}

.list_product_image_inner {
	#position: relative; 
	#top: -50%;
	width: 200px;
	text-align: center;
}

.list_product_image_block a {
	margin: 0 auto;
	display: inline;
	padding: 0;
}


.list_product_image {
	border: 0;
	margin: 0;
	vertical-align: middle;
}




/** product price */
div.list_product_price {
	float: right;
	font-weight: bold;
	margin: 0px;
	text-align: right;
}

.list_product_price_normal {
	text-decoration: line-through;
	font-style: italic;
	color: #555;
}

.list_product_from_price_slogan {
	color:#000;
	font-size: 10px;
	font-weight: bold;
}


div.list_product_text {
	font-size: 11px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0px;
	
	height: 50px;
	overflow: hidden;
	
	cursor: pointer;
	background-image: url(http://paddingtonstation.uitwinkelen.nl/bin/images/icon-cart.gif); 
	background-position: 180px 30px; 
	background-repeat: no-repeat;
	
}

.list_product_slogan {
	display: block;
	position: relative;
	top: -19px;
	z-index: 10;
	padding: 0px;
	margin-bottom: -18px;
	height: 18px;

	width: 200px;	/* IE SUCKS!*/
	text-align: right;
	background-color: #747171;
	color: #ffffff;
	font-size: 12px; 
	font-weight: bold;
	
	overflow: hidden;
}




/** sort buttons */
.productlist_sort_buttons {
	text-align: right;
	font-size: 10pt;
	margin-bottom: 10px;

}

.productlist_sort_buttons .sort_selected {
	font-weight: bold;
}

.productlist_sort_buttons .sort_asc {
	background-image: url(http://paddingtonstation.uitwinkelen.nl/bin/images/sort_asc.gif); 
	background-repeat:no-repeat;
	background-position: right 5px; 
	padding-right:10px;	
	
}

.productlist_sort_buttons .sort_desc {
	background-image: url(http://paddingtonstation.uitwinkelen.nl/bin/images/sort_desc.gif); 
	background-repeat:no-repeat;
	background-position: right 5px; 
	padding-right:10px;	
	
}




/* =============================================================================
 Product Pagina
============================================================================= */


.product_flex_display li {
	margin-left: 15px;
}
	

.serie_naam {
	font-size: 18px;
	color: black;
}

.serie_tekst {
	font-size: 10pt;
	color: black;
	margin-bottom: 10px;
	width: 100%;
}

.product_titel {
	font-size: 18px;
	color: black;
}

.product_prijs {
	font-size: 18px;
	color: black;
	display: block;
	float: right;
	text-align: right;
	margin-right: 25px;
}

.product_prijs_normal {
	font-size: 14px;
	color: #555;
	text-decoration: line-through;
	text-align: right;
}

.product_prijs_inc {
	color: gray;
	font-style: italic;
	font-size: 11px;
}

.product_serie_prijs {
	font-size: 14px;
	font-weight: bold;
	margin-left: 40px;	
}

.product_serie_prijs_normal {
	font-size: 12px;
	color: #555;
	text-decoration: line-through;
}


table.product_properties {
	font-size: 10pt;
}

table.product_artikel_table {
	font-size: 10pt;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

table.product_artikel_table a {
	font-size: 10pt;
	color: #082;
	text-decoration: none;	
}

table.product_artikel_table td {
	vertical-align: top;
	text-align: left;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	padding-left: 3px;
	padding-right: 3px;
}

.product_artikel_table .prijs_normaal {	
	text-decoration: line-through;
	font-size: 11px;
}


.product_image {
	border: 0;
	border-bottom: 1px solid black;
}

.image_zoom_buttom {
	background: url(http://paddingtonstation.uitwinkelen.nl/bin/views//images/icon-search.gif ) no-repeat 0px 3px;
	padding-left: 20px;	
	height: 20px;
	line-height: 20px;
	display: inline-block;
}


div.product_image_block {
	float: left;
/*	border: 2px solid #747171;*/
	border: 1px solid black;
	text-align: center;
	font-size: 10px;
	color: black;
	margin-right: 10px;
}

div.product_image_selector  {
	float:left;  
	border-top: 1px solid black; 
	border-right: 1px solid black; 
	border-left: 1px solid black;
}

div.product_image_selector_item  {
	width: 50px; 
	height: 50px; 
	overflow: hidden; 
	border-bottom: 1px solid black; 
/*	text-align: center; */
	background-color: #8f8e8e;
}

#serie_products  {
	clear: both;
	border-top: 1px solid #888;
	margin-top: 25px;	
}

#serie_products .serie_product {
	clear: both;
}

#serie_products .serie_product_image {
	width: 90px;
	float: left;
}

#serie_products .serie_product_image img {
	border: 0;
}

#serie_products .serie_product_image {
	width: 90px;
	float: left;
}

#serie_products .serie_product_text {
	vertical-align: top;
	float: left;
	text-align: left;
}

#serie_products .serie_product_price {
	text-align: right;
	vertical-align: top;
	width: 40px;
	float: left;
}


/* =============================================================================
 Cart Pagina (and check confirm view)
============================================================================= */
.cart {
	font-size: 10pt;
}

.cart th {
	font-size: 10pt;
	font-weight: bold;
	color: white;
	background-color: black;
}

.cart td img {
	border: 0;
}

.cart td  {
	vertical-align: top;
}

.cart tr.cart_total td  {
	font-weight: bold;
	border-top: 1px solid black;
}

.cart .cart_total td.cart_price {
	text-align: right;
}

.cart .cart_image {
	vertical-align: middle;
}

.cart .cart_price, .cart .cart_price_subtotal {
	text-align: right;
}

.cart .cart_amount {
	padding-right: 5px;
	text-align: right;
}


/** cart block */
table.cart_block {
	font-size: 10px;
	color: #000000;
	background-color: ffffff;
	border: 1px solid black;
	margin-top: 10px;
	margin-right: 10px;
}

table.cart_block th  {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #ffffff;
	background-color: #9bde69;
	border-bottom: 1px solid black;
}

.cart_prod_attributes {
	margin: 0px;
	font-size: 10px;
	font-style: italic;
}

/** form controls */
input {
	font-size: 10pt;
	border: 1px solid black;
}

textarea {
	font-size: 10pt;
	border: 1px solid black;
}

select, option {
	font-size: 10pt;
	font-family: arial,helvetica,sans-serif;
}


/** buttons */
.button {
	border: 1px solid black;
	font-size: 10pt;
	color: #000000;
	background-color: #9bde69;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
}
a.button { text-decoration: none; }

.pagenumber_button {
	font-size: 10pt;
	text-decoration: underline;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
}

.pagenumber_selected_button {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
}
.pagenumber_selected_button:hover {
	color: #000000;
}

.cart_block_button {
	border: 1px solid black;
	font-size: 10pt;
	color: #000000;
	background-color: #9bde69;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	margin:4px;
}

/* =============================================================================
 checkout
============================================================================= */

.required_mark {
	color: red;
}

.checkout_button_bar {
	text-align: right; 
	margin-top: 20px;
}

#page_checkout_naw .hint {
	color: #777;
	font-style: italic;
	padding-left: 1em;
}


/* =============================================================================
 Ideal
============================================================================= */
.ideal_tussenscherm {
	background-color: #EEF; 
	border: 2px solid #AAF; 
	padding: 20px; 
	margin: 24px; 
	width: 500px; 
	font-family: arial,helvetica,sans-serif;
}

.ideal_tussenscherm h2 {
	background: none; 
	color: #000;
}

.ideal_tussenscherm img {
	float: left;
	margin-bottom: 100px; 
	margin-right: 20px;
}

#ideal_buttons {
	text-align: right;
}

/* =============================================================================
 Paypal
============================================================================= */

.paypal_tussenscherm {
	background-color: #EEF; 
	border: 2px solid #AAF; 
	padding: 20px; 
	margin: 24px; 
	width: 500px; 
	font-family: arial,helvetica,sans-serif;
}

.paypal_tussenscherm h2 {
	background: none; 
	color: #000;
}

.paypal_tussenscherm img {
	float: left;
	margin-bottom: 150px; 
	margin-right: 20px;
}

#paypal_buttons {
	text-align: right;
}


/* =============================================================================
 GeneralTable
============================================================================= */
table.general {
	font-size: 10pt;
}


