@CHARSET "ISO-8859-1";

div.pagination {
	display: inline;
	float: right;
}

	div.pagination a {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	div.pagination span.previous {
		margin-right: 1px;
	}
	
	div.pagination span.next {
		margin-left: 1px;
	}
	
	div.pagination span.previous,
	div.pagination span.next {
		background-color: #B2B2B2;
		border-radius: 5px;
		-moz-border-radius: 5px;
		display:inline-block;
	}
		div.pagination span.previous a,
		div.pagination span.next a {
			padding: 1px 5px;
		}
	
		div.pagination span.previous:hover,
		div.pagination span.next:hover {
			background-color: #919191;
		}
	
		div.pagination span.previous.disabled,
		div.pagination span.next.disabled,
		div.pagination span.previous.disabled:hover,
		div.pagination span.next.disabled:hover {
			background-color: #E2E2E2;
			color: white;
			padding: 0px 5px;
		}

	div.pagination div.page-links {
		display: inline;	
	}
	
		div.pagination div.page-links span {
			margin: 0px 2px;
		}
	
			div.pagination div.page-links span a {
				background-color: #72B8B3;
				
				padding: 1px 7px;
				
				border-radius: 5px;
				-moz-border-radius: 5px;
			}
			
				div.pagination div.page-links span a:hover {
					text-decoration: underline;
					background-color: #43A19A;
				}
			
			div.pagination div.page-links span a.active {
				font-weight: bold;
				background-color: #148981;
			}


			
div.cart-modal {
	color: #333 !important;
}

	div.cart-modal div.overlay {
		*background-color: white;
		*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); 
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: 999;
	}

	div.cart-modal div.modal {
		width: 840px;
		height: 380px;
	
		background-color: white;
		opacity: 1;
		z-index: 1000;
		-moz-box-shadow: 0 10px 52px rgba(0,0,0,0.8);
		-webkit-box-shadow: 0 10px 52px rgba(0,0,0,0.8);
		*border: 1px solid #999;
	}
	
		div.cart-modal div.modal.loading {
			background: #FFF url('/Lib/Images/ajax-loader.gif') no-repeat fixed center;
		}
	
		div.cart-modal div.modal div.content {
			font-family: Tahoma;
		}
		
			div.cart-modal div.modal div.content h2 {
				font-size: 14px;
				font-weight: normal;
				margin-top: 4px;
			}
			
			div.cart-modal div.modal div.content div.notifications {
				margin-top: 15px;
			}

				div.cart-modal div.modal div.content div.notifications p {
					font-size: 0.9em;

					border-radius: 5px;
					-moz-border-radius: 5px;
					
					margin: 0px;
					margin-bottom: 3px;
					padding: 7px 10px;
					*padding-top: 2px;
				}
			
					div.cart-modal div.modal div.content div.notifications p.notice {
						border: 1px solid #C7ECA1;
						background-color: #C7FFA1;
					}
				
					div.cart-modal div.modal div.content div.notifications p.warning {
						border: 1px solid #FFEEA8;
						background-color: #FFFFA8;
						background-image: url('/Lib/Images/WebShop/notification.png');
						background-repeat: no-repeat;
						background-position: 7px 7px;
						
						padding-left: 30px;
					}
		
			div.cart-modal div.modal div.content div.product-information {
				width: 172px;
				padding: 14px;
				position: absolute;
				left: 0;
				top: 0;
				bottom: 0;
				background-color: #F0F0F0;
				border-right: 1px solid #E3E3E3;
				
			}	
				
				div.cart-modal div.modal div.content div.product-information div.product-image {

				}
				
					div.cart-modal div.modal div.content div.product-information div.product-image img {
						-moz-box-shadow: 0 0 5px #AAA;
						-webkit-box-shadow: 0 0 5px #AAA;
					}
			
				div.cart-modal div.modal div.content div.product-information div.details {
					
				}
				
					div.cart-modal div.modal div.content div.product-information div.details h2 {
						
					}
					
			div.cart-modal div.modal div.content div.product-selection {
				padding: 15px;
				position: absolute;
				left: 200px;
				right: 0;
				top: 0;
				bottom: 52px;
				overflow: auto;
			}
			
				div.cart-modal div.modal div.content div.product-selection div.products {
					
				}
				
					div.cart-modal div.modal div.content div.product-selection div.products div.product {
						clear: both;
					}
					
						div.cart-modal div.modal div.content div.product-selection div.products div.product div.description {
							float: left;
							width: 360px;
						}
						
							div.cart-modal div.modal div.content div.product-selection div.products div.product div.description strong.name {
								font-weight: normal;
							}
							
							div.cart-modal div.modal div.content div.product-selection div.products div.product div.description p.article-number {
								font-style: italic;
								color: #666;
								margin: 0;
							}

						div.cart-modal div.modal div.content div.product-selection div.products div.product div.price {
							float: left;
							width: 110px;
						}
						
							div.cart-modal div.modal div.content div.product-selection div.products div.product div.price p.original-price,
							div.cart-modal div.modal div.content div.product-selection div.products div.product div.price p.discount-price {
								margin: 0;
							}
						
						div.cart-modal div.modal div.content div.product-selection div.products div.product div.amount {
							float: left;
							width: 130px;
							text-align: right;
						}
						
			div.cart-modal div.modal div.content div.buttons {
				padding: 0px 14px 14px 14px;
				position: absolute;
				left: 200px;
				right: 0px;
				bottom: 0px;
			}
			
				div.cart-modal div.modal div.content div.buttons #add-to-cart,
				div.cart-modal div.modal div.content div.buttons #order-now {
					float: right;
				}

				div.cart-modal div.modal div.content div.buttons #order-now {
					margin-left: 14px;
				}


			