/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* STYLES */

body {
	margin:0;
	padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background-repeat: repeat-x;
	background-position: top;
	font: 12px Arial, Helvetica, sans-serif;				
	text-align: center;
}
a {
	color:#369;
}
h1, h2, h3 {
	margin:.8em 0 .8em 0;
	padding:0;
}

h1, h2 {
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #648E36;
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

legend {
	font-weight: bold;
}

label {
	line-height: 20px;
	display: block;
	width: 120px;
	float: left;				
}
			
input {				
	float: left;
}

strong, b {
	font-weight: bold;
}

		span.discount {
			color: #FF562D;
		}
		
			
/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}

table tr td {
	background: #fff;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}

.subpages_content table tr td, .index table tr td {
	border-right: 1px solid #ccc;
}

table tr.altrow td {
	background: #f4f4f4;
}
td.actions, th.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}			
			
	div.input {
		overflow: hidden;
		margin-bottom:5px;
		zoom: 1;
	}
	
	div.checkbox label {
		width: auto;
	}

	.left {
		float: left;
	}
	
	.right {
		float: right;
	}
	
	.clear {
		clear: both;
	}
	
	.cleared {
		overflow: hidden;
		zoom: 1;
	}
	
	.hide {
		display: none;
	}
	#container, #container_header {
		width: 983px;
		margin: 0 auto 120px auto;
		position: relative;
		overflow: hidden;
		text-align: left;
	}

	#container_header {
		width: 100%;
		height: 100px;
		position: absolute;
		top: 20px;
		left: 0;
		margin: 0;
		text-align: center;
		z-index: 8888;
		clear: both;
	}
/* Header styles */
#header {
		width: 983px;
		height: 100%;
		position: relative;
		margin: 0 auto;
		text-align: left;
		background: #ffffff repeat-y right;		
    }
	#header img{
		margin: 0;
		padding: 0;
		position: absolute;
		display: none;
	}
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	
	#header h2 {
		display: inline;
		margin: 0;
		padding: 0;
		position: relative;		
		top: 38px;
		left: 125px;
		font: 19px Arial, Helvetica, sans-serif;
		color: #355B04;
	}
	
	#header ul {
		position: absolute;
		bottom: 0;
		right: 0;
		list-style:none;
	    margin:10px 0 0 0;
	    padding:0 0 0 34px;
		 height: 37px;
		 vertical-align: bottom;
		 background: transparent no-repeat left;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:7px 0 0 9px;
	    padding:9px 9px 8px 9px;
	    text-align:center;
		 text-transform: uppercase;
	    background:#AAAAAA;
	    color:#FFFFFF;
	    text-decoration:none;	    
		 font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	}
	#header ul li a:hover {
	    background: #638E35;
	}
	
	#header ul li a:active, #header ul li a.active {
	 	background:#FFFFFF;
		color: #2F5A01;		
	}
	
	#header ul li a.cart,
	#header ul li a.cart:hover {
	    color:#fff;
	    background:#AAAAAA;
		  margin-left: 0;
	}
  
	#header ul li a span {
	    display:block;
	}
	
	#header a.logo {
		display: block;
		width: 127px;
		height: 100px;
		position: absolute;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		width: 961px;
		border: 11px solid white;
		margin: 120px auto 20px auto; 		
		text-align: left;
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
		border-right:11px none transparent;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#fff;		/* right column background colour */
		position: relative;
	}
	.leftmenu .colleft {
		right:735px;			/* right column width */
		background:#FFFFFF;	/* left column background colour */
	}
	.leftmenu .col1 {
		width:724px;			/* right column content width */
		left:100%;			/* 100% plus left column left padding */
		border-left:11px solid white;
/*		margin: 0 0 0 1px;*/
	}
	.leftmenu .col2 {
		width:226px;			/* left column content width (column width minus left and right padding) */
		left:0;			/* (right column left and right padding) plus (left column left padding) */
	}
	
	ul.left_tabs {
		display: block;
		list-style:none;
	    margin:0;
	    padding:0;
		 height: 25px;
		 vertical-align: bottom;
		 background: #ffffff;		
	}
	
	ul.left_tabs li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	ul.left_tabs li a {
	    display:block;
	    float:left;
	    margin:0px 10px 0 0;
	    padding:6px 9px 5px 9px;
	    text-align:center;
	    background:#638E35;
	    color:#FFFFFF;
	    text-decoration:none;	    
		 font: 12px Verdana, Arial, Helvetica, sans-serif;
	}
		
	ul.left_tabs li a:hover {
	    background:#638E35;
	}	
	
	ul.left_tabs li a.active,
	ul.left_tabs li a.active:hover {
	    color:#fff;
	    background:#FFFFFF;
	}
	
	
	ul.categories, ul.manufacturers {
		margin: 0 0 0 36px;
		padding: 0;
	}
	
	ul.manufacturers {
		margin-top: 10px;
	}
	
	ul.categories li, ul.manufacturers li {
		font: bold 12px Arial, Helvetica, sans-serif;
		color: #ffffff;
		margin: 10px 0 0 0;
		padding: 0;
	   list-style:none;		
		text-transform: uppercase;
	}
	
	ul.categories li a {
		color: #ffffff;
		text-decoration: none;
	}
	
	ul.categories li ul {
		margin: 0 0 0 18px;		
		padding: 0;
	}
	
	ul.categories li ul li, ul.manufacturers li {
		margin: 0;		
		padding: 0;
		list-style: disc 4px;
		text-transform: none;
		font-weight: normal;
		color: #000000;		
	}	
	
	ul.categories li ul li a,  ul.manufacturers li a {
		color: #000000;
		text-decoration: none;
	}	
	
/* Homepage main */	
		
	div.main_column {		
		float: left;
		width: 490px;
	}				
		
		span.shop_info, span.shop_info p {
			font: 11px Verdana, Arial, Helvetica, sans-serif;
			color: #696969;
			text-align: justify;
			line-height: 25px;
			display: block;
			margin: 0;
		}
		
		div.featured_product {
			float: left;
			width: 238px;
			height: 208px;
			border: 1px solid #CDCDCD;
			margin: 10px 10px 0 0;
			position: relative;		
		}
		
		div.featured_product_even {
			margin: 10px 0 0 0;
		}
		
		div.featured_product a {		
			display: block;
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			background: url(../img/clear.gif);
		}			
		
		div.featured_product a {		
			display: block;
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			background: url(../img/clear.gif);
		}		
		
/*		div.featured_product button {*/
		button.buy {
			border: none;
			background: none;
			position: absolute;
			right: 0;
			top: 2px;
			font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
			color: #000000;
			text-decoration: none;			
			cursor: pointer;
			width: 60px;
		}
		
/*			div.featured_product button:hover {*/
			button.buy:hover {
				color: #999999;
			}
						
		div.featured_product img {		
			display: block;
			margin: 6px auto;
		}	
		
			div.featured_product img.icon-info {
				position: absolute;
				bottom: 30px;
				left: 5px;
			}		
		
		div.featured_product div {
			background: #DFDFDF;
			position: absolute;
			bottom: 0;
			height: 31px;
			width: 100%;
			font: 11px Arial, Helvetica, sans-serif;
			color: #6F6F6F;			
		}	

		div.featured_product span.discount_text {
			position: absolute;
			left: 5px;
			top: 3px;
			font-weight: bold;
		}
		
		div.featured_product span.product_name {
			padding: 2px 5px;
			display: block;
			color: #6F6F6F;	
		}
		
			div.featured_product span b {
				display: block;
				font-size: 12px;
			}
				
			
			div.featured_product div.featured_price {
				right: 0;
				width: 113px;
				height: 113px;
				background: url(../img/featured-triangle.png) no-repeat right;
				font: bold 13px Verdana, Arial, Helvetica;
				text-align: right;
				color: #FFFFFF;
				vertical-align: bottom;
			}
				div.featured_product div.featured_price span {
					display: block;	
					margin-right: 3px;
					line-height: 17px;
				}
								
				div.featured_product div.featured_price span.text_van {
					margin-top: 35px;
				}		
				
				div.featured_product div.featured_price span.text_voor {
					font-size: 18px;			
					line-height: 19px;
				}						
				
				div.featured_product div.featured_price span.text_price {
					font-size: 22px;
					line-height: 22px;
				}		
				
/* Homepage side */			
					
	div.side_column {
		float: right;
		width: 224px;
	}
		
		div.side {
			margin: 0 0 11px 0;
			border: 1px solid #808080;
			overflow: hidden;
			position: relative;
			zoom: 1;
		}
		
		div.search {
			padding: 20px;
			text-align: center;
		}
		
		div.search label {
			width: 40px;
			text-align: left;
		}
		
		div.search input {
			width: 115px;
		}
		
		div.search button {
			background: url(../img/icon-magnifier.gif) no-repeat 5px;
			text-indent: 1000px;
			width: 18px;
			margin: 0;
			border: 0;
			cursor: pointer;
		}

		div.newsletter fieldset {
			border: 0;
			margin: 0;
			padding: 0;
		}
		
		div.newsletter div {
			display: block;
			line-height: 28px;
			height: 28px;
			background: #EEEEEE;
			padding-left: 7px;
		}
		
		div.newsletter form {
			display: block;
			padding: 18px 12px 2px 18px;
			border-bottom: 1px solid #EEEEEE;
			margin: 0 0 28px 0;
		}
		
			div.newsletter form label {
				line-height: 20px;
				display: block;
				width: 40px;
				float: left;				
			}
			
			div.newsletter form input {
				margin-bottom: 16px;
				width: 140px;
				float: none;
			}
			
			div.newsletter form button {
				margin: 0;
				border: 0;
				color: #00703E;
				text-decoration: underline;
				cursor: pointer;
				background: none;
				position: absolute;
				bottom: 4px;
				left: 4px;
			}
			
			div.newsletter div.error-message, div.error-message {
				margin: 0;
				padding: 0;
				clear: both;
				height: auto;
				line-height:normal;
				background: none;
				color: red;
			}
		
		div.manufacturers {
			border: 1px solid #CDCDCD;
			background: #E5E5E5;
			padding: 3px 2px 3px 3px;			
			overflow: hidden;
			zoom: 1;
		}
		
			div.manufacturers a {
				padding: 4px;
				display: block;
				float: left;
			}

			div.manufacturers img {
				border: 0;
			}
		
		div.badges {
			padding: 6px;
		}
		
		div.payment {
			padding: 16px;
			text-align: center;
		}
		
		div.terms a {
			font-size: 11px;
			color: #000000;
			text-decoration: none;
		}

/* Products list */

	div.pagination {
		text-align: right;
		color: #666666;
		margin: 0 60px 0 0;
		clear: both;
		overflow: hidden;
	}
	
		div.pagination a {
			font-weight: bold;			
			color: #666666;
		}
		
		div.pagination span.category {
			position: relative;
			left: 10px;
		}
		
		div.pagination span.current {
			font-weight: normal;			
		}	
		
		div.pagination div.disabled {
			display: inline;
			color: #aaaaaa;
		}

	div.product {
		width: 148px;
		height: 228px;
		border: 1px solid #CDCDCD;
		position: relative;
		overflow: hidden;
		float: left;
		margin: 10px;
	}
	
	div.unsafe_product {
		display: none;
	}

	div.product .stock {
		position:absolute;
		right:3px;
		top:3px;
	}
	
	div.product img.product {		
		display: block;
		margin: 6px auto;
	}			
		
	div.product div.text {
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	
		div.product div.text p {
			padding:4px 8px;
			margin: 0;
			line-height:16px;
			font-size: 11px;
			color: #3B3B3B;
			display: block;
			overflow: hidden;
			background: rgba(255, 255, 255, 0.6);
		}
		
		div.product div.text span {
			font-size: 13px;
			font-weight: bold;
			display: block;
			line-height: 18px;
		}
		
		div.product div.text b {
			display: block;
		}
		
		div.product div.text div.buy {
			border-top: 1px solid #CDCDCD;
			background: #DFDFDF;
			line-height: 20px;
			height: 20px;
			padding: 0 5px;
		}

			div.product div.text div.buy a, div.product div.text div.buy button {
					font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
					color: #000000;
					text-decoration: none;
					display: block;
					margin: 3px 0 0 0;
					padding: 0;
					border: 0;
					border-style: none;
					background: none;
					overflow: visible; 
					cursor: pointer;
			}
			
			div.product div.text div.buy img {
				padding: 2px 5px;
			}
		
/* Product detail */		

	div.product-detail {
		position: relative;
		margin: 30px 60px 0 0;
		left: 30px;
		border: 1px solid #DDDDDD;
		padding: 30px 60px;
		overflow: hidden;
		font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
		line-height: 20px;
		color: #000000;
		text-align: left;
	}
		
		div.product-specs h1 {
			font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
			margin: 0 0 35px 0;
		}
		
		div.product-specs {
			float: right;
			width:50%;
			margin: 0 0 30px 0;
			position: relative;
			padding: 5px;			
		}
			
			div.product-specs div.spec { 
				overflow: hidden;
				clear: left;		
				margin: 0 0 10px 0;		
			}
			
			div.product-specs div.label { 
				float: left;
				width: 125px;
				margin: 0 10px 0 0;
				font-weight: bold;
			}		
			
			div.product-specs div.content { 	
				margin: 0 0 0 135px;
			}
			
			div.product-specs div.price {
				font-size: 14px;
				font-weight: bold;
				display: block;
				line-height: 18px;
			}
		
			div.product-specs div.price span.discount {
				position: relative;
				/*left: 30px;*/
				line-height: 22px;
			}
			
			div.spec select {
				width: 80px;
			}
			
			div.spec button {
				margin: 0;
				padding: 0px 20px;
				border: 1px solid black;
			    font-size:100%;
			    line-height:130%;
				font-family: Arial, Helvetica, sans-serif;
				font-weight: bold;				
				cursor: pointer;
				overflow: visible;
				border-radius: 6px;
				-webkit-border-radius: 6px;
				-moz-border-radius: 6px;
			}
			
			div.spec button[type] {
				width: auto;
				padding: 1px 20px;
				line-height: 17px;
			}
			
	div.product-detail-buy {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 30px;
		line-height: 30px;
		overflow: hidden;
	}			
	
		div.product-detail-buy button {	
					font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
					color: red;
					text-decoration: none;
					display: block;
					height: 30px;
					margin: 0 30px 0 0;
					padding: 0;
					border: 0;
					border-style: none;
					background: none;
					overflow: visible; 
					cursor: pointer;			
		}

		div.product-detail-buy .not-in-stock {
			color:red;
			font-weight:bold;
			margin-right:30px;
		}
		
		div.product-detail-buy span.category {	
					position: relative;
					left: 30px;
		}
		
		div.product-detail-buy a {	
					font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
					color: #666666;
		}
		
/* Pages */		

div.subpages_menu, div.subpages_menu a, div.subpages_menu a:hover  {
	color: #666666;
}

div.subpages_menu a:active {
	color: #000000;
	font-weight: bold;
}

div.subpages_content, div.subpages_content p {
	line-height: 16px;
}

	div.subpages_content a, div.subpages_content a:hover {		
		color: #3B5A16;
		font-weight: bold;
	}
		
	div.subpages_content img {
		padding: 5px;
	}
	
	div.subpages_content div.main_column {
		width: 520px;
	}
	
	div.subpages_content div.side_column {
		width: 180px;
	}	
	
		div.subpages_content div.side_column img {
			padding: 0;
		}
		
	div.subpages_content a.anchor_top, div.subpages_content a.anchor_top:hover {
		color: #666666;
		padding: 3px;
		border-bottom: 1px solid #CDCDCD;
		display: block;
		text-align: right;
		clear: both;
	}
	
		div.subpages_content a.anchor_top img {
			padding: 0 0 0 5px;
		}

	div.subpages_content ul {
		list-style-type: disc;
		list-style-position: inside;
		display: inline-block;
	}			
		
	div.subpages_content ul li {
		margin-left: 20px;
		font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

div.hide_sidebar {
}

	div.hide_sidebar div.main_column {
		width: 100%;
	}
	
	div.hide_sidebar div.side_column {
		display: none;
	}	
/* Pagination */
div.pagination {
	overflow: hidden;
}
	div.pagination h1 {
		margin-left: 10px;
	}	
	
/* Filters */
	div.filters {
		overflow: hidden;
		margin: 0 10px 10px 10px;
		width: 200px;
		float: right;
		}		
	
		div.filters div.input {
			width: 170px;
			float: right;
			}
			
			div.filters div.input label  {
				float: none;
				}
		
			div.filters div.input input, div.filters div.input select  {
				width: 148px;
				}
				
		div.filters div.search {		
			padding: 20px 0 0 0;
			float: right;
			}	
div.unsafe {
	margin-left: 10px;
	clear: both;
	width: 100%;
}	
	div.unsafe label {
		width: auto;
	}		
/* Cart */
	div.cart {
		border: 2px solid #CDCDCD;
		padding: 10px;
		font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
		margin-bottom: 10px;
	}		
	
	div.cart_steps {
		line-height: 20px;
		border-bottom: 1px solid #999999;
		margin: 0 0 20px 0;
	}
	
	div.cart table {
		border: 0;
		margin: 0;
		padding: 0;
	}	
	
		div.cart th, div.cart td {
			background: none;
			border: none;
			padding: 0;
			font-weight: bold;
			line-height: 36px;
			text-align: left;
			text-indent: 6px;
		}
		
		div.cart th {
			border-bottom: 1px solid #CCCCCC;
		}
		
		div.cart td {
			font-weight: normal;	
		}
		
			div.cart tr.product td {
				background: #EEEEEE;
				border-bottom: 1px solid #CCCCCC;
			}
			
			div.cart tr.blank td {
			background: none;				
				border: none;
				font-weight: bold;
			}
			
				div.cart tr.blank td.upper {
					border-top: 1px solid #000000;
				}	
				
		div.cart .cart_update {
			padding-top: 8px;
		}		
				
			div.cart .cart_update input {
				float: left;
				width: 20px;
				border: 1px solid #CCCCCC;
				text-align: center;
			}				
			
			div.cart .cart_update button, div.cart .cart_update .update_button, div.cart .cart_delete button, div.cart .cart_delete .delete_button {
				background: transparent url(../img/arrow_refresh_small.png) no-repeat 5px;
				text-indent: -1000px;
				/*padding-top: 1000px;*/
				width: 18px;
				height: 18px;
				float: left;
				margin: 0;
				border: 0;
				cursor: pointer;
				overflow: hidden;
			}	
			
			div.cart .cart_delete button, div.cart .cart_delete .delete_button  {
				background: url(../img/cross.png) no-repeat;
			}
			
/* Checkout */	
	
	div.cart div.address {
		width: 49%;
	}				
		
		div.cart div.address span.label {
			 line-height: 24px;
			 font-style:italic;
		}
	
		div.cart div.address div.error-message {
			padding-left: 120px;
		}
		
		div.cart div.address fieldset{
			margin-bottom: -16px;
		}
		
			div.cart div.address fieldset legend {
				font-weight: normal;
				position: relative;
				_left: -7px;
			}	
		
			div.cart div.address fieldset input, div.cart div.address fieldset label {
				position:relative;
				left: 140px;
				top: -17px;
				width: 6%;
			}		
			
	div.cart_buttons {
		overflow: hidden;
		margin: 20px 0 40px 0;
		zoom: 1;
	}
	
		div.cart_buttons label {
			width: auto;
		}
		
		div.cart_buttons input {
			margin: 1px 5px;
			border: 1px solid #CCCCCC;
			width: 100px;
		}
		
		div.cart_buttons button, div.cart_buttons .cart_button, div.cart_buttons a {
			width: auto;
			border: 1px solid black;
			margin: 0;
			padding: 3px;
			height: 23px;
			line-height: 23px;			
			font: bold 12px Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			background: #ffffff;
			cursor: pointer;
			color: #000000;
			float: right;
		}
		
		div.cart_buttons a {
			height: auto;
			padding: 3px 10px;
			text-decoration: none;			
			float: left;
		}	

	div.payment_methods legend {
		padding: 0 0 6px 22px;
	}
		
	div.payment_methods label {
		float: none;	
		width: auto;
	}
	
	div.payment_methods div.grey_right {
		border-right: 1px solid #cccccc;
	}
	
	div.payment_methods div.radio {
		margin: 6px 0 6px 0;
		float: left;
		width: 25%;
	}
	
		div.payment_methods div.radio label {
			margin-bottom:6px;
		}
		
#purr-container {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 11111;
}

.notification {
	background: #fff;
	padding: 10px 20px 10px 10px;
	border: 1px solid #999;
	border-top: 0;
	text-align: left;
	width: 160px;
	font-weight: bold;
	box-shadow: 0 1px 4px #999;
	position: relative;
}

	.notification a.close {
		display: block;
		width: 12px;
		height: 12px;
		background-image: url(../img/icon-close.gif);
		text-indent: -10000px;
		position: absolute;
		top: 10px;
		right: 8px;
	}
	
	.notification:last-child {
		border-radius: 0 0 4px 4px;

	}

