/*

Social Network Icon Pack by Komodo Media, Rogie King is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.
Based on a work at www.komodomedia.com. 

_________________________________________

Silk icon set 1.3
Creative Commons Attribution 2.5 License

Mark James
http://www.famfamfam.com/lab/icons/silk/


*/

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	color: #000;
}

/* End of reset */


@import url("/common/css/searchform.css");


body { font-family: Verdana, Helvetica, Arial, sans-serif; }

body#frontpage-canvas {	background: #e8e8e8 url(../gfx/sbs/body-frontpage-bg.png) repeat-x; }
body#subpage-canvas { background: #e8e8e8 url(../gfx/sbs/body-subpage-bg.png) repeat-x; }


/* - Structure
...........................................*/

#mainframe {
	width: 1005px;
	margin: 0 auto;
}

	h1 {
		position: relative;
		width: 244px;
		height: 54px;
		margin-top: 35px;
		margin-left: 50px;
	}
		h1 a {
			position: relative;
			z-index: 2;
			display: block;
		}
			h1 #logo-mask {
				width: 241px;
				height: 54px;
				position: absolute;
				background: url(../gfx/sbs/logo-mask.png) no-repeat;
				z-index: 3;
			}
			h1 #logo-bg {
				width: 241px;
				height: 54px;
				display: block;
				overflow: hidden;				
				position: absolute;
				z-index: 2;
			}
				#logo-bg img {
					position: absolute;
					z-index: 3;
					top: 0;
					left: 0;
				}
				
			
			h1 a > img {
				margin: 10px 0 10px 70px;
			}
			
		h1 span {
			position: absolute;
			z-index: 0;
			left: 0;
			top: 0;
		}
	
	#slogan {
		position: absolute;
		right: 100px;
		top: 30px;
		width: 425px;
		padding: 3px;
	}
		#slogan span {
			background: url(../gfx/sbs/draw-title/slogan.png) no-repeat;
			width: 425px;
			height: 56px;
		}
		.en_US #slogan span {
			background: url(../gfx/sbs/draw-title/english-slogan.png) no-repeat;
			width: 416px;
			height: 47px;
		}
	
	#header {
		overflow: hidden;
		position: relative;
		height: 131px;
	}
	
		#nav {
			margin-top: 23px;
			margin-bottom: 8px;
			margin-left: 0;
			font-size: 11px;
			float: left;
		}
		.en_US #nav { float: none; }
		
			#nav ul { float: left; }
				#nav ul li {
					float: left;
					border-right: 1px solid #393a3a;
					text-transform: uppercase;
					letter-spacing: 1px;
					height: 11px;
					line-height: 11px;
				}
				#nav ul li.last { border: 0!important; }
					#nav ul li a { 
						padding: 0 10px;
						color: #393a3a;
					}
					#nav ul li a:hover, #nav ul li.expanded a { color: #FF8833; }
				
		#nav .language-swap {
			float: right;
			background: url(../gfx/sbs/flags.png) no-repeat;
			width: 16px;
			height: 11px;
			text-indent: -9999px;
		}
			#nav .language-swap a {
				display: block;
				width: 16px;
				height: 11px;
			}
		
		.en_US #nav .language-swap {
			background-position: -16px 0; 
			margin-right: 5px;
		}
		.nb_NO #nav .language-swap { background-position: 0 0; }
		
		#nav .navact {
			float: right;
			margin-top: -3px;
		}
			#nav .navact .language-swap, #nav .navact #quicksearch {
				float: left;
				margin: 0;
				margin-left: 10px;
				position: static;
			}
			#nav .navact .language-swap {
				margin-top: 5px;
			}
		
		#quicksearch {
			float: right;
			position: relative;
			margin: 19px 8px 0 0;
		}
			#quicksearch label {
				position: relative;
				float: left;
			}
				#quicksearch label span {
					position: absolute;
					top: 5px;
					left: 3px;
					font-size: 10px;
					color: #fff;
					z-index: 1;
					font-style: italic;
				}
				#quicksearch label input {
					width: 125px;
					background: #b8b7b6;
					border: 1px solid #a0a0a0;
					padding: 3px 23px 3px 3px;
					position: relative;
					color: #fff;
					height: 12px;
				}
				#quicksearch label input:focus {
					z-index: 2;
				}
				
			#quicksearch .submit {
				float: left;
				width: 16px;
				height: 16px;
				margin-left: -20px;
				margin-top: 2px;
				position: relative;
				z-index: 3;
				text-indent: -9999px;
				border: 0;
				background: url(../gfx/sbs/icon-search.png) no-repeat;
			}	
			
		
	#content {
		margin-bottom: 45px!important;
		position: relative;
	}
	
		#content .object, body#frontpage-canvas #content {
			background: #fff;
			-moz-border-radius-bottomleft: 15px;
			-moz-border-radius-bottomright: 15px;		
			-webkit-border-bottom-left-radius: 15px;
			-webkit-border-bottom-right-radius: 15px;		
			border-bottom-left-radius: 15px;
			border-bottom-right-radius: 15px;		
		}
		
		#content .object {
			padding-bottom: 110px!important;
		}
		
		#frontpage-canvas #footer {
			bottom: 10px!important;
		}
		
		
		#footer {
			position: relative;
			bottom: 30px;
			z-index: 5;
			font-size: 10px;
			text-align: center;
			border-top: 1px solid #edecec;
			color: #b3b1b1;
			padding: 5px 10px;
			
			/* Set width to as little as possible and center it */
			display: table;
			margin: 0 auto;
		}
			#footer a {
				color: #b3b1b1;
				border-bottom: 1px dotted #b3b1b1;
			}
			#footer a:hover {
				border-bottom-style: solid;
			}
	
	body#frontpage-canvas #content {
		margin-right: 272px;
		width: 495px;
		float: right;
	}
	body#subpage-canvas #content {
		float: left;
		margin-left: 13px;
	}
	
	#left-col {
		width: 190px;
		float: left;
		margin-top: 30px;
		margin-left: 5px;
		padding: 20px 15px;
		background: #fff;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
	}
		#left-col h2.head {
			font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
			margin-bottom: 10px;
			font-size: 16px;
		}
		
		#left-col h3 {
			text-transform: uppercase;
			color: #FFFFFF;
			font-weight: 400;
			background: #FF8833;
			padding: 1px 3px;
			font-size: 11px;
			font-family: Verdana, Helvetica, Arial, sans-serif;
			letter-spacing: .7px;
		}
		
		#left-col > div {
			margin-bottom: 7px;
		}

		#left-col .body img { width: 190px; }
		
		
		#left-col a.special-link {
			background: url("../gfx/sbs/gt-ico.png") no-repeat scroll right transparent;
			padding-right: 10px;
			border: 0;
			color: #8A8787;
			border-bottom: 2px solid transparent;
		}
		#left-col a.special-link:hover { border-bottom: 2px solid #FF8833; }
		
		#left-col ul {
			border: 1px solid #ddd;
			border-width: 0 1px;
			list-style: none;
			margin-left: 0;
		}
			#left-col ul li {
				border-bottom: 1px solid #ddd;
				padding: 1px 3px;
				font-size: 11px;
			}
	
	#sub-nav {
		width: 190px;
		min-height: 1px;
		float: left;
		background: #fff;
		font-size: .8em;
		position: relative;
		-moz-border-radius-bottomleft: 15px;
		-moz-border-radius-bottomright: 15px;
		-webkit-border-bottom-left-radius: 15px;
		-webkit-border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
	}
		#sub-nav ul { padding: 30px 0 20px; }
			#sub-nav li {
				line-height: 1.4;
				padding: 0 10px;
				font-size: 11px;
			}
			#sub-nav li.selected {
				padding: 0;
			}
			
			#sub-nav.pressArchive li.selected {
				background: #fff!important;
			}
			
			
			#sub-nav li.selected span, #gift-search li.expanded {
				background: #FF8833;
				margin-top: 3px;
				display: block;
				padding: 0 10px;
			}
				#sub-nav li.selected a, #gift-search li.expanded a {
					color: #fff;
					border: 0;
					background: url(../gfx/sbs/double-arr-white-ico.png) no-repeat 0 10px;
				}
					#sub-nav li.selected a:hover, #gift-search li.expanded a:hover { border-bottom: 0; }
					
				#sub-nav li a {
					border-bottom: 1px solid #ddd;
					display: block;
					color: #000;
					padding: 3px;
					padding-left: 10px;
					background: url(../gfx/sbs/double-arr-ico.png) no-repeat 0 10px;
				}
				#sub-nav li a:hover {
					border-bottom: 1px solid #FF8833;
				}
					
					#sub-nav li ul {
						padding: 0;
						margin-bottom: 10px;
					}
					
					#sub-nav ul ul { display: none; }
					#sub-nav ul li.expanded ul {
						display: block;
						margin: 0;
					}
					#sub-nav ul li.selected ul {
						margin-left: 10px;
					}
						#sub-nav ul li.selected {
							
						}
							#sub-nav ul li.expanded ul li.selected a {
								background: url(../gfx/sbs/double-arr-white-ico.png) no-repeat 0 10px;
								color: #fff;
								border: 0;
							}
							#sub-nav ul li.expanded ul a {
								color: #000;
								border-bottom: 1px solid #ddd;
								background: url("../gfx/sbs/double-arr-ico.png") no-repeat scroll 0 10px transparent;
							}
							#sub-nav ul li.expanded ul a:hover {
								border-bottom: 1px solid #FF8833;
							}
					
	#right-col,
	#page.object.wide #right-col,
	#folder.object.wide #right-col {
		float: right;
		width: 258px;
	}
	
	#right-col.addons {
		position: absolute;
		top: 0;
	}
	
	#black-band {
		width: 100%;
		height: 23px;
		background: url(../gfx/sbs/black-band.png) repeat-x;
		position: absolute;
		top: 130px;
		left: 0;
		z-index: 3;
	}
	 
	 
/* - Frontpage
...........................................*/

#frontpage {
	margin-top: 20px;
	padding: 0 15px;
}

	#frontpage .body p strong:first-child {
		font-size: 13px;
	}
	
	
	#frontpage .latest-head { margin-top: 30px; }
	
	#frontpage .article {
		margin-left: 150px;
	}
		#frontpage .article h4 {
			font-size: .8em;
		}
			#frontpage .article h4 a { color: #000; }
			
		#frontpage .article .caption {
			font-weight: 400;
		}
	
	#frontpage #right-col {
		position: absolute;
		left: 507px;
		top: 100px;
	}
		#frontpage #right-col h2 {
			background: url(../gfx/sbs/apply-for-gift.png) no-repeat;
			width: 260px;
			height: 148px;
			text-indent: -9999px;
		}
			#frontpage #right-col h2 a {
				display: block;
				width: 260px;
				height: 148px;
			}
		
		#frontpage #right-col .caption {
			padding: 15px;
			font-weight: 400;
			text-transform: uppercase;
		}
			#frontpage #right-col .caption strong {
				display: block;
				font-size: 1.2em;
			}
			
			#frontpage #right-col .caption .special-link {
				color: #000;
				font-size: .9em;
				text-transform: none;
				background-position: right 5px;
				padding: 0 15px 0 0;
			}
		
		#frontpage #right-col .hang {
			display: block;
			height: 100px;
			width: 2px;
			background: url(../gfx/sbs/hang-draw.png) repeat-y;
			position: absolute;
		}
		#frontpage #right-col .hang.left {
			left: 39px;
			top: -100px;
		}
		#frontpage #right-col .hang.right {
			left: 205px;
			top: -100px;
		}

/* Featured slider */

#featured {
	background: url(../gfx/sbs/fps/img/bg.png) repeat-y -1px;
	padding: 0 5px 0 3px;
	margin-top: 17px;
	height: 209px;
	position: relative;
	margin-bottom: 60px;
}

	#featured .top {
		background: url(../gfx/sbs/fps/top.png) no-repeat;
		display: block;
		height: 17px;
		width: 1006px;
		position: absolute;
		top: -17px;
		left: -1px;
	}
	

	#featured-container {
		position: absolute;
		top: -8.5px;
	}
		#featured li.item-1 { display: block; }
		#featured li {
			display: none;
			position: absolute;
			top: 0;
			left: 0;
			height: 230px;
			width: 975px;
			padding: 0 10px 15px;
			z-index: 4;	
		}
			#featured .tagline {
				font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
				color: #FF8833;
				position: absolute;
				bottom: -45px;
				font-size: .9em;
				font-weight: 400;
			}
				#featured .tagline a { color: #FF8833; }
			
			#featured .bottom-left {
				display: block;
				position: absolute;
				width: 1010px;
				height: 34px;
				top: 209px;
				left: 0;
				z-index: 1;
				background: url(../gfx/sbs/fps/img/bottom-left.png) no-repeat -1px 0;
			}
			
			#featured .corner-shadow {
				display: block;
				width: 20px;
				height: 20px;
				position: absolute;
				top: 223px;
				right: 259px;
				z-index: 5;
				background: url(../gfx/sbs/fps/img/corner.png) no-repeat;
			}
			#featured li .info { display: none; }
					
			#featured .body {
				position: absolute;
				background: #fff;
				padding: 0 20px 50px;
				width: 230px;
				right: -4px;
				top: 223px;
				z-index: 4;
				background: url(../gfx/sbs/fps/img/body-bg.png) repeat-y bottom;
				overflow: hidden;
			}
				#featured .body .text h3, #featured .body .text p {
					display: inline;
					font-size: 11px;
				}
				
				#featured .body .text h3 {
					color: #fff;
					background: #FF8833;
					padding: 0 5px;
					font-weight: 400;
					margin-right: 2px;
					font-size: 11px;
					text-transform: uppercase;
					letter-spacing: .7px;
				}
					#featured .body .text h3 a {
						border: 0;
						color: #fff;
					}
			
			/* Pixel fix for webkit browsers */
			@media screen and (-webkit-min-device-pixel-ratio:0) {
				#featured .body { right: -2px!important; }
			}
				#featured .body .bottom-shadow {
					background: url(../gfx/sbs/fps/body-bottom.png) repeat-y;
					position: absolute;
					height: 22px;
					bottom: -22px;
					left: 0;
					width: 260px;
				}
	
			#featured li img {
				width: 973px;
				margin: 0 auto;
				height: 220px;
				display: block;
				-moz-box-shadow: inset 3px 3px 3px #fff;
			}



	#latest-news {
		background: url(../gfx/sbs/drawn-hr.png) no-repeat 145px bottom;
		padding-bottom: 5px;
		position: relative;
	}
		#latest-news .readon {
			position: absolute;
			right: 5px;
			bottom: -20px;
		}
			#latest-news .readon a {
				color: #7C7C7C;
				border-bottom: 2px solid transparent;
				background: url("../gfx/sbs/gt-ico.png") no-repeat scroll right 7px transparent;
				padding-right: 13px;
				font-size: 12px;
			}
			#latest-news .readon a:hover {
				border-color: #FF8833;
			}

		#latest-news .article {
			position: relative;
			padding: 3px 10px;
			margin-left: 145px;
			background: #f7f7f7 url(../gfx/sbs/drawn-hr.png) no-repeat top left;
			min-height: 91px;
		}		
			#latest-news .article h4 {
				font-size: 11px;
				margin-top: 5px;
				display: inline;
				line-height: 1.4;
				font-family: Verdana, Helvetica, Arial, sans-serif;
			}
				#latest-news .article h4 a { color: #000; }
				
			#latest-news .article .date {
				display: inline;
				font-size: 11px;
				line-height: 1.4;
				color: #8a8787;
			}
		
			#latest-news .article img {
				display: block;
				position: relative;
				float: left;
				margin-left: -155px;
				left: 0;
				top: 0;
				width: 141px;
			}
			
			#latest-news .article .caption {
				font-weight: 400;
				margin-bottom: 0;
				margin-top: 3px;
				font-size: 11px;
			}
			
	#more-news {
		margin-top: 20px;
	}
		#more-news h4 { height: 28px; }
			#more-news h4 span {
				background: #fff url(../gfx/sbs/draw-title/more-news.png) no-repeat;
			}
		
		#more-news li, #more-news li a { color: #7c7c7c; }
		#more-news li {
			font-size: 11px;
			padding: 3px 0;
		}
			#more-news li a {
				background: url(../gfx/sbs/gt-ico.png) no-repeat right 6px;
				padding-right: 10px;
			}
			#more-news li a:hover {
				border-bottom: 1px solid #7c7c7c;
			}
		
			#more-news li .date { padding-right: 5px; }


/* - Archive / pressroom
...........................................*/

#archive > .body {
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
}
	#archive #latest-news {
		margin-top: 25px;
	}


/* - Shared styles among objects
...........................................*/
	
#article, #folder, #archive, #gift-application, #page, #gift, #gift-search-result, #englishFrontpage, #formpage {
	padding: 40px 15px 0;
	position: relative;
}

#article, #archive, #page.wide, #folder.wide, #englishFrontpage, #formpage {
	width: 495px;
}
	#article #right-col.addons, #archive #right-col.addons,
	#page.wide #right-col.addons, #folder.wide #right-col.addons, #englishFrontpage #right-col {
		left: 538px;
	}

	.object .mainimage {
		display: table;
		margin: 0 auto 10px;
	}
		.object .mainimage p {
			font-size: 10px;
			line-height: 1.4;
			background: #f2f2f2;
			padding: 5px;
		}
		
		
#folder, #page, #gift, #article.slim { width: 415px; }
	#folder #right-col.addons, #page #right-col.addons, #article.slim #right-col.addons {
		left: 458px;
		width: 338px;
	}
	
	
.object .notes {
	margin-top: 40px;
	position: relative;
	background: url(../gfx/sbs/iln/left.png) repeat-y;
	float: left;
}
	.object .notes .note-wrap {
		background: url(../gfx/sbs/iln/right.png) repeat-y right;
		padding: 25px 20px 15px;
	}
		.object .notes * {
			position: relative;
			z-index: 2;
		}
		
		.object .notes .unsemantic {
			position: absolute;
			display: block;
			z-index: 0;
		}
		.object .notes .top {
			width: 100%;
			height: 28px;
			top: 0;
		}
		.object .notes .top.left {
			background: url(../gfx/sbs/iln/top.png) no-repeat top left;
			left: 2px;
		}
		.object .notes .top.right {
			background: url(../gfx/sbs/iln/top-right.png) no-repeat top right;
			z-index: 1;
			margin-right: 10px;
			right: -19px;
			
		}
		.object .notes .bottom {
			bottom: 0;
			width: 100%;
			height: 20px;
		}
		.object .notes .bottom.left {
			background: url(../gfx/sbs/iln/bottom.png) no-repeat bottom left;
			left: 0;
		}
		.object .notes .bottom.right {
			background: url(../gfx/sbs/iln/bottom-right.png) no-repeat bottom right;
			right: 0;
			z-index: 1;
		}


/* - English frontpage
...........................................*/

#englishFrontpage .caption {
	font-weight: 400;
}

#englishFrontpage .mainimage {
	display: table;
	margin: 0 auto;
	position: relative;
	left: -13px;
	top: -17px;
}

#englishFrontpage #right-col {
	top: 10px;
	position: absolute;
}
	#englishFrontpage #right-col #contact-bubble a {
		display: block;
		width: 233px;
		height: 104px;
		margin: 20px auto 0;
		background: url(../gfx/sbs/en_contact-us.png) no-repeat;
		text-indent: -99999px;
	}


/* - Formpage
...........................................*/

#formpage .checkbox-group label {
	display: block;
	padding: 5px 10px;
}


/* - Search
...........................................*/

#search {
	width: 770px;
	padding: 45px 15px 90px;
}

	#search form {
		border: 2px solid #ddd!important;
		padding: 10px 10px 10px 15px;
		overflow: hidden;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
		#search form label, #search form fieldset { padding: 0; }
		#search form #fieldq { width: 725px!important; }
		
		#search form .go-advanced { clear: left; }
			#search form .go-advanced a {
				font-size: .8em;
			}
		#search form input { font-size: .7em!important; }

	#search .pagination {
		font-size: .8em;
	}
		#search .pagination a {
			padding: 1px 5px;
		}
		#search .pagination .current {
			color: #000!important;
			background-color: #eee!important;
			border: 1px solid #999;
		}
	
	#search .tabs li {
		font-size: .8em!important;
		padding: 7px 4px!important;
	}
	#search .tabs li.selected {
		background-color: #CCCCCC!important;
	}
	
	#search .search-contents li { padding: 10px 5px!important; }
		
		#search .search-contents h3 a {
			font-size: 1em!important;
			font-family: "Lucida Grande", "Trebuchet MS";
			background: none!important;
			padding: 0!important;
			color: #000;
		}
		
		#search .search-contents .date {
			font-size: .75em!important;
			font-weight: 400!important;
			padding: 5px;
		}
		#search ul.search-contents li .caption { padding: 0!important; }


/* - Gift
...........................................*/

	#gift #right-col {
		top: 60px;
		left: 460px;
		position: absolute;
	}

		
	#giftMeta {
		background: url(../gfx/sbs/table-bg.png) no-repeat;
		font-size: .8em;
		width: 390px;
		margin: 15px 0;
	}
		#giftMeta tr { background: url(../gfx/sbs/table-tr-bg.png) no-repeat bottom; }
		#giftMeta td, #giftMeta th { padding: 5px; }
		#giftMeta td { width: 280px;}
		#giftMeta th { width: 80px; }
			#giftMeta th.county span {
				background: url(../gfx/sbs/draw-title/county.png) no-repeat;
				margin: 5px;
				width: 80px;
			}
			#giftMeta th.gift-type span {
				background: url(../gfx/sbs/draw-title/gift-type.png) no-repeat;
				margin: 5px;
				margin-top: 3px;
			}
			
		#giftMeta td {
			line-height: 1.4;
			font-size: 11px;
		}
		
		
	#gift .goback {
		margin-top: 20px;
		font-size: .8em;
	}
		#gift .goback a {
			color: #8d8d8d;
			background: url(../gfx/sbs/lt-ico.png) no-repeat 0 5px;
			padding-left: 12px;
		}
		

/* - Gift search results
...........................................*/

#gift-search-result { width: 700px; }
	#gift-search-result #search-results { border-top: 1px dashed #DDDDDD; }
		#gift-search-result #search-results li {
			border-bottom: 1px dashed #DDDDDD;
			padding: 10px 5px;
		}
			#gift-search-result #search-results li h3 a {
				color: #000;
			}
			#gift-search-result #search-results .caption {
				font-weight: 400;
				line-height: 1.4;
				margin-top: 5px;
				margin-bottom: 5px;
				padding-left: 5px;
			}


/* - Article
...........................................*/

#article .meta {
	font-size: .75em;
	color: #7c7c7c;
	margin-bottom: 10px;
}
	#article .meta a {
		color: #7c7c7c;
		border-bottom: 1px solid #7c7c7c;
	}
	#article .meta a:hover { border-color: #000; }
	
		#article .meta .draw-title {
			display: inline-block;
			width: 35px;
			height: 29px;
			vertical-align: 9px;
		}
			#article .meta .draw-title span {
				background: url(../gfx/sbs/draw-title/by.png) no-repeat;
			}

#comments {
	margin-top: 20px;
	float: right;
	width: 410px;
}
	#comments .nocomments { padding: 0 20px 20px; }
	
	#comments h4 {
		font-size: 12px;
		text-transform: uppercase;
	}
	
	#comments h4.draw-title span {
		background: url(../gfx/sbs/draw-title/add-comment.png) no-repeat;
	}
	
	#comments_list ul {	margin-bottom: 25px; }
		#comments_list li {
			padding: 5px 10px;
			margin-bottom: 20px;
			background: url(../gfx/sbs/comment-bg.png) repeat-x;
		}
			#comments_list h5 {
				font-size: .8em;
				margin-bottom: 0;
			}
			#comments_list p {
				font-size: 11px;
				line-height: 1.4;
				display: inline-block;
			}
			
			#comments_list p.byline {
				color: #7c7c7c!important;
				font-style: italic;
			}

	#addcomment fieldset { padding: 0 10px 10px; }
		#addcomment h4 { margin-top: 10px; }
		
		#addcomment li { padding: 0; }
			#addcomment li label { padding: 5px 0!important; }
				#addcomment li label span {
					font-size: 11px;
					font-weight: 400;
				}
			
				#addcomment li.half input {
					width: 140px!important;
					margin: 3px 0;
				}
				#addcomment textarea {
					width: 320px;
					margin: 3px 0;
				}
				
				
			#addcomment .note {
				font-size: 10px!important;
				margin: 0;
			}
		
/*
#sharing {
	background: url(../gfx/sbs/sharing-bubble.png) no-repeat;
	width: 222px;
	height: 105px;
	padding: 15px;
	margin-bottom: 20px;
	margin-top: 40px;
}
	#sharing .subscribe {
		overflow: hidden;
		background: url(../gfx/sbs/drawn-hr.png) no-repeat bottom;
		padding-bottom: 15px;
	}	
		#sharing .subscribe .draw-title {
			float: left;
			width: 132px;
			height: 50px;
		}
			#sharing .subscribe .draw-title span {
				background: url(../gfx/sbs/draw-title/subscribe.png) no-repeat;
			}
			
		#sharing .subscribe .sub-ways {
			float: right;
			font-size: .8em;
			margin-top: 8px;
		}
			#sharing .subscribe .sub-ways li {
				padding: 3px;
			}
				#sharing .subscribe .sub-ways a {
					color: #000;
					background: url(../gfx/sbs/gt-ico.png) no-repeat 0 5px;
					padding-left: 12px;
				}

		#sharing #gtips h3.draw-title {
			float: left;
			width: 60px;
		}
			#sharing #gtips h3.draw-title span { background: url(../gfx/sbs/draw-title/share.png) no-repeat; }
		
		#sharing .share { margin-top: 10px; }
			#sharing #gtips .share-ways	{
				float: left;
				margin: 5px 0 0 10px;
			}
				#sharing #gtips .share-ways li { float: left; }
					#sharing #gtips .share-ways li a {
						display: block;
						width: 16px;
						height: 16px;
						overflow: hidden;
						text-indent: -99999px;
						background: url(../gfx/sbs/sharing.png) no-repeat;
						margin-right: 10px;
					}
					
					#sharing #gtips .share-ways li a.tips { background-position: -32px 0; }
					#sharing #gtips .share-ways li a.facebook { background-position: 0 0; }
					#sharing #gtips .share-ways li a.twitter { background-position: -16px 0; }
			
*/
		.object #tipsmail, .object #newsletter-join, #frontpage-canvas #latest-news #newsletter-join { display: none; }
		
		#tipsmail h4 { display: none; }
			#tipsmail input {
				float: left;
				margin-right: 5px;
			}
			
	
	
.object #shareLine {
	overflow: hidden;
	margin-bottom: 15px;
}		
	.object #shareLine .shareBlock {
		float: left;
		padding-right: 15px;
	}		
		.object #shareLine .shareBlock h3,
		.object #shareLine .shareBlock li,
		.object #shareLine .shareBlock ul,
		.object #shareLine .shareBlock p {
			font-size: 10px;
			color: #9d9d9d;
			float: left;
			line-height: 1.6;
			font-weight: 400;
			font-family: Verdana, Helvetica, Arial, sans-serif;
		}
		.object #shareLine .shareBlock h3 { margin-right: 5px; }
			.object #shareLine .shareBlock p a {
				display: inline-block!important;
				margin-left: 2px;
			}
			.object #shareLine .shareBlock p {
				display: inline;
			}
		
			.object #shareLine .shareBlock .icon, #frontpage-canvas .subscribe .icon {
				width: 13px;
				height: 13px;
				display: block;
				text-indent: -9999px;
				background-image: url(../gfx/sbs/sharing.png);
				background-repeat: no-repeat;
				margin-right: 5px;
				vertical-align: baseline
			}
			.object #shareLine .shareBlock .icon.twitter, #frontpage-canvas .subscribe .icon.twitter { background-position: -13px 0; }
			.object #shareLine .shareBlock .icon.tips, #frontpage-canvas .subscribe .icon.tips { background-position: -26px 0; }
			.object #shareLine .shareBlock .icon.rss, #frontpage-canvas .subscribe .icon.rss { background-position: -39px 0; }
		

	#frontpage-canvas .subscribe {
		position: absolute;
		right: 0;
		top: -3px;
	}
		#frontpage-canvas .subscribe h3 {
			font-size: 10px;
			font-weight: 400;
			color: #9d9d9d;
			float: left;
			margin-right: 10px;
			line-height: 1.7;
			font-family: Verdana, Helvetica, Arial, sans-serif;
		}
		#frontpage-canvas .subscribe ul, #frontpage-canvas .subscribe li { float: left; }

		
/* - Newsletter
...........................................*/

#newsletter-page {
	padding: 45px 15px 90px;
	width: 770px;
}
	#newsletter-page #newsletter {
		width: auto;
		margin-top: 20px;
	}
	
	#newsletter-page p.info {
		font-size: .9em;
		padding: 10px;
		margin: 10px;
		line-height: 1.4;
	}
	#newsletter-page p.info.success {
		background: #C9F9C9;
		border: 1px solid #7CEF7A;
	}
	#newsletter-page p.info.fail {
		background: #FFD3D5;
		border: 1px solid #E68184;
	}

	#newsletter-join {
		width: 500px;
	}
		
		form.newsletterform label { 
			display: inline!important;
			padding: 0!important;
		}
			form.newsletterform label span {
				font-size: .8em;
				font-weight: 400!important;
				display: inline!important;
			}
		form.newsletterform label.email {
			display: block!important;
			padding: 10px 0!important;
		}
			form.newsletterform label.email span { font-weight: 700!important; }
			
			
	#newsletter-join { margin-bottom: 20px; }
		
/* - Folder
...........................................*/
	
	#folder .contentlist {
		 padding-bottom: 2px;
		 background: url("../gfx/sbs/drawn-hr.png") no-repeat bottom left;
	}
		#folder .contentlist li {
			padding: 10px 5px;
			background: url("../gfx/sbs/drawn-hr.png") no-repeat scroll left top;
			overflow: hidden;
		}
			#folder .contentlist h3 {
				float: left;
				font-size: .95em;
			}
				#folder .contentlist h3 a { color: #000; }
				
			#folder .contentlist p.date {
				float: right;
				font-size: .75em;
				color: #717171;
				padding: 5px;
				padding-top: 3px;
			}
			#folder .contentlist li .caption {
				margin-top: 5px;
				font-weight: 400;
				clear: both;
				font-size: 12px;
			}


/* - Gift allocation
...........................................*/	

#gift-search {
	margin-top: 30px;
	padding: 0 10px;
}

	#gift-search h2 {
		background: #3a3a3a;
		color: #FF8833;
		padding: 2px 5px;
		font-size: .8em;
		text-transform: uppercase;
		font-weight: 400;
		letter-spacing: .7px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		-moz-box-shadow: 0 2px 2px #c2c2c2;
		-webkit-box-shadow: 0 2px 2px #c2c2c2;
		box-shadow: 0 2px 2px #c2c2c2;
	}
	#gift-search form {
		overflow: hidden;
		margin-bottom: 20px;
	}
		#gift-search form ol {
			margin-top: 5px;
		}
			#gift-search form ol li { padding: 3px 0; }
			
				#gift-search form  select {
					width: 100%;
				}
				
				#gift-search form label span {
					font-family: "Lucida Grande", "Trebuchet MS";
				}
				#gift-search form label input {
					width: 160px;
				}
		
		#gift-search form input[type="submit"] {
			background: #fff;
			border: 2px solid #cacaca;
			margin: 5px 5px;
			padding: 3px 5px;
			font-weight: 700;
			color: #000;
			float: right;
			-moz-box-shadow: inset 0 0 2px 2px #eee;
			-webkit-box-shadow: inset 0 0 2px 2px #eee;
			box-shadow: inset 0 0 2px 2px #eee;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
		}

	#gift-search ul { padding-top: 5px; }
		#gift-search ul li, #gift-search ul li span { padding: 0!important; }
			#gift-search ul li a {
				background-position: 3px 10px!important;
				padding-left: 15px!important;
			}


#gift-allocation {
	background: #fff;
	width: 780px;
	padding: 45px 10px 90px;
}
	#gift-allocation > .body {
		font-weight: 700;
		font-size: 13px;
		line-height: 18px;
	}
	#gift-allocation #featured-box {
		position: relative;
		margin-top: 30px;
		z-index: 9999;
	}
	
		#gift-allocation #featured-box .box-head {
			display: block;
			width: 780px;
			height: 94px;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1;
		}
			#gift-allocation #featured-box .box-head .container {
				width: 400px;
				padding: 15px 20px 10px;
				color: #fff;
			}
				#gift-allocation #featured-box .box-head h3 {
					display: inline;
					font-size: 12px;
					font-weight: 400;
					color: #FF8833;
					text-transform: uppercase;
					letter-spacing: .7px;
					line-height: 17px;
				}
					#gift-allocation #featured-box .box-head h3 a { color: #FF8833; }
				#gift-allocation #featured-box .box-head .body { display: inline; }				
				#gift-allocation #featured-box .box-head p {
					margin: 0;
					display: inline;
					font-size: 12px;
					line-height: 17px;
				}
		
		#gift-allocation #featured-box .box-footer {
			display: block;
			width: 780px;
			height: 22px;
			bottom: -13px;
			left: -1px;
			position: absolute;
			background: url(../gfx/sbs/gps/img/bottom.png) no-repeat;
		}
		
		#gift-allocation #featured-box .items {
			background: url(../gfx/sbs/gps/img/toppy.png) repeat-y;
			height: 512px;
			position: relative;
			padding-bottom: 5px;
			padding-top: 88px;
		}
	
		#gift-allocation #featured-box li {
			display: none;
			position: relative;
			top: 0;
			left: 0;
			z-index: 99999;
			font-size: 12px;
		}
		#gift-allocation #featured-box li.item-1 { display: block; }
		
			#gift-allocation #featured-box .top { display: none; }
			
				#gift-allocation #featured-box .bottom img {
					margin-left: 14px;
					width: 747px;
				}


/* - Gift application
...........................................*/	

#gift-application {	width: 600px; }

	#apply-form {}				

		
/* - Shared form styles
...........................................*/	

/* Cool submit yo */
.object form input[type="submit"], .newsletterform input[type="submit"] {
	background: #fff;
	border: 2px solid #cacaca;
	margin-top: 10px;
	padding: 3px 5px;
	font-weight: 700;
	color: #000;
	-moz-box-shadow: inset 0 0 2px 2px #eee;
	-webkit-box-shadow: inset 0 0 2px 2px #eee;
	box-shadow: inset 0 0 2px 2px #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.object form input[type="submit"].disabled {
	background: #eee;
	color: #888;
}

.object form .error {
	border-color: red!important;
}
.object form fieldset.error {
	border: 1px solid red!important;
}

/* Half'n'Half */
.object form li.half { float: left; }
.object form li.half + li.half { margin-left: 17px; }
	.object form li.half input { width: 171px!important; }

.object form li.clear { clear: both; }

.object form label textarea,
.object form label input[type="text"], .newsletterform label input[type="text"],
.object form .label-group input[type="text"],
.object form .label-group textarea {
	display: block;
	width: 400px;
	border: 1px solid #B2B2B2;
	padding: 5px;
	margin: 10px 5px;
	-moz-box-shadow: inset 0 0 0 2px #EDEDED;
	-webkit-box-shadow: inset 0 0 0 2px #EDEDED;
	box-shadow: inset 0 0 0 2px #EDEDED;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.object form label input[type="file"] { margin: 10px 20px; }
.object form textarea {
	height: 80px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .8em;
}


.object form label span, .newsletterform label span,
.object form fieldset legend, .object form .label-group span {
	display: block;
	font-weight: 700;
	font-size: .8em;
	white-space: normal;
	line-height: 1.4;
	font-family: "Lucida Grande", "Trebuchet MS";
}

	.object form label span em { font-weight: 400; }
	.object form .label-group label { padding: 0; }
	.object form .label-group .note {
		font-size: .8em;
		margin: 5px 0;
		line-height: 1.4;
		padding: 0 10px;
	}

.object form label, .object form fieldset, .object form .label-group {
	display: block;
	padding: 10px;
}

	
/* Cool fieldsets */			
.object form .checkbox-group, .object form .select-group {
	padding: 5px 10px 20px;
	margin-bottom: 10px;
}
	.object form .checkbox-group label, .object form .checkbox-group label span,
	.object form .select-group label, .object form .select-group label span {
		display: inline;
		font-weight: 400;
		line-height: 1;
	}
	
	.object form label.select-group select { margin: 5px; }
	
.object form fieldset.group {
	padding: 0!important;
	border: 2px solid #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
	.object form fieldset.group legend {
		font-weight: 400;
		font-size: 1em;
		margin: 10px;
		background: #fff;
		padding: 0 10px;
		border: 1px solid #eee;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

/* Postbox / postplace */
.object form label.special { overflow: hidden; }
	.object form label input[type="text"].special-postbox {
		float: left;
		width: 35px;
		margin-right: 5px;
	}
	.object form label input[type="text"].special-postplace {
		float: left;
		margin-left: 0;
		width: 345px;
	}
	
	.object form label.special .loader {
		width: 32px;
		height: 32px;
		display: none;
		vertical-align: middle;
		margin-top: 8px;
		background: url(/common/gfx/loaders/indicator_lite.gif) no-repeat;
	}
	.object form .loading .loader { display: inline-block!important; }

.object form > .note {
	padding: 10px;
	font-size: .8em;
	line-height: 1.4;
}	


#captcha {
	padding: 5px!important;
	border: 1px solid #ddd;
	margin-top: 15px;
}
	form #captcha label { padding: 0!important; }
		#captcha img {
			border: 1px solid #ddd;
			margin-top: 5px;
		}
		
		#captcha input {
			width: 120px;
			margin-left: 0;
			float: right;
		}
		
		#captcha .hard-to-read {
			font-size: 12px;
			line-height: 1.4;
			float: right;
			margin-top: -40px;
			margin-right: 8px;
			width: 130px;
		}


/* - Addons
...........................................*/

#right-col .addons {}
	#right-col .addons .note {}
	#right-col .addons > li { margin-top: 40px; }
	#right-col .addons > li.image {
		margin-top: 20px!important;
		margin-bottom: 20px;
	}
	#right-col .addons > li.note { margin-top: 20px; }
	#right-col .addons > li.note.item_0 { margin-top: 40px; }
	
	#right-col .addons .body a {
		background: url("../gfx/sbs/gt-ico.png") no-repeat 0 5px;
		display: block;
		padding-left: 13px;
		border-bottom: 2px solid transparent;
	}
	#right-col .addons .body a:hover { border-bottom-color: #FF8833; }
	
		#right-col .addons .note .title {
			color: #FF8833;
			font-size: 11px;
			font-weight: 400;
			text-transform: uppercase;
			letter-spacing: .7px;
			font-family: Verdana, Helvetica, Arial, sans-serif;
		}
		
		#right-col .addons .note .body li { margin-bottom: 15px; }
		
		/* Unframed styles */
		#right-col .addons .note.unframed .title {
			background: #fff;
			padding: 2px 15px;
			display: inline-block;
		}
		
		#right-col .addons .note.unframed .body {
			padding: 10px 5px 0 20px;
			clear: both;
		}		
			#right-col .addons .note.unframed .body a {
				color: #000;
				border-color: #fff;
			}
			#right-col .addons .note.unframed .body a:hover { border-color: #FF8833; }
		
		/* Framed styles */
		#right-col .addons .note.framed {
			background: #fff;
			padding: 5px;
			-moz-box-shadow: 3px 3px 6px #888888;
			-webkit-box-shadow: 3px 3px 6px #888888;
			box-shadow: 3px 3px 6px #888888;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
		}
			#right-col .addons .note.framed .title,
			#right-col .addons .note.framed .body {
				background: #393a3a;
				padding: 10px;
				padding-bottom: 1px;
			}
			
			#right-col .addons .note.framed .title {
				padding-bottom: 0;
				-moz-border-radius-topleft: 10px;
				-moz-border-radius-topright: 10px;
				-webkit-border-top-left-radius: 10px;
				-webkit-border-top-right-radius: 10px;
				border-top-left-radius: 10px;
				border-top-right-radius: 10px;
			}
			
			#right-col .addons .note.framed .body {
				color: #fff;
				padding-top: 5px;
				-moz-border-radius-bottomleft: 10px;
				-moz-border-radius-bottomright: 10px;
				-webkit-border-bottom-left-radius: 10px;
				-webkit-border-bottom-right-radius: 10px;
				border-bottom-left-radius: 10px;
				border-bottom-right-radius: 10px;
			}
				#right-col .addons .note.framed .body a {
					color: #fff;
					display: inline;
					padding-right: 1px;
				}

	#right-col.addons .imagegallery { width: 228px; }
	#right-col.addons.wide .imagegallery { width: 338px; }
	
		#right-col.addons .imagegallery h3 {
			color: #FF8833;
			font-size: .8em;
			font-weight: 700;
			background: #fff;
			padding: 2px 20px;
			display: table;
		}
		
		#right-col.addons .imagegallery ul {
			padding: 5px;
			padding-bottom: 0;
			margin-top: 10px;
			background: #fff;
			overflow: hidden;
		}
			#right-col.addons .imagegallery ul li {
				float: left;
				width: 106px;
				height: 71px;
				padding-right: 5px;
				padding-bottom: 5px;
				overflow: hidden;
			}
			#right-col.addons .imagegallery ul li.hidden { display: none; }
				#right-col.addons .imagegallery ul li a {
					overflow: hidden;
					display: block;
					width: 106px;
					height: 71px;
				}
				#right-col.addons .imagegallery ul li .images { display: none; }
				
			#right-col.addons .imagegallery ul li.end { padding: 0; }
			#right-col.addons.wide .imagegallery ul li.end { clear: right; }			
	
	#right-col .addons li.image	{
		background: #fff;
		padding: 2px;
	}
		
		#right-col .addons li.image img { display: block; }
		#right-col .addons li.image .body {
			font-size: 10px;
			line-height: 1.3;
			font-style: italic;
			padding: 3px 4px 0;
		}
			#right-col .addons li.image .body p {
				margin-bottom: 4px!important;
				font-size: 10px;
			}
			
				#right-col .addons li.image .body a {
					background-position: 0 3px;
					display: inline;
				}			
		
	
	#right-col .addons li.asset {  }
	#right-col .addons li.asset + li.asset { margin-top: 10px; }
		
		#right-col .addons li.asset .title, #right-col .addons li.asset p.asset {
			font-size: .75em;
			font-family: "Lucida Grande", "Trebuchet MS";
		}
		#right-col .addons li.asset p.asset { margin: -5px 5px 0 10px; }
			#right-col .addons li.asset p.asset .icon { vertical-align: text-bottom; }
		
		#right-col .addons li.asset .icon {
			width: 16px;
			height: 16px;
			display: inline-block;
			margin-right: 5px;
			background: url(../gfx/sbs/assets.png) no-repeat;
			vertical-align: middle;
		}
		
		#right-col .addons li.asset .icon.html { background-position: 0 0; }
		#right-col .addons li.asset .icon.doc { background-position: -16px 0; }
		#right-col .addons li.asset .icon.txt { background-position: -32px 0; }
		#right-col .addons li.asset .icon.ppt { background-position: -48px 0; }
		#right-col .addons li.asset .icon.xls { background-position: -64px 0; }
		#right-col .addons li.asset .icon.pdf { background-position: -80px 0; }
		#right-col .addons li.asset .icon.def { background-position: -96px 0; }
	

/* - Content styles
...........................................*/
	
.caption, .body, .object .notes {
	font-size: 11px;
	line-height: 16px;
}
.caption p, .body p, .object .notes p { margin-bottom: 10px; }
.object .notes p { line-height: 1.4; }

.object .caption {
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 18px;
}

.body li, .caption li {
	font-size: 11px;
}

.body ul {
	list-style: disc;
	margin-left: 15px;
	margin-bottom: 10px;
}
	.body ul ul {
		list-style: circle;
	}
		.body ul ul ul {
			list-style: square;
		}

.body ol {
	list-style: decimal;
	padding-left: 20px;
	margin-bottom: 10px;
}

.body table {
	border-style: solid;
	border-color: #ddd;
}

.caption a, .body a, .notes a {
	color: #000;
	text-decoration: none!important;
	border-bottom: 1px solid #8A8787;
}
.caption a:hover, .body a:hover, .notes a:hover { border-bottom-color: #000; }


.object h2.head {
	font-size: 28px;
	margin-bottom: 15px;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
	font-family: "Lucida Grande","Trebuchet MS";
}
h4, h5, h6 { margin-bottom: 10px; }

.body h4, .caption h4,
.body h5, .caption h5,
.body h6, .caption h6 {
	margin-top: 25px;
}

.body h3, .body h4, .body h5, .body h6,
.caption h3, .caption h4, .caption h5, .caption h6 {
	font-size: 13px;
}


.latest-head {
	font-size: 11px;
	font-weight: 400;
	color: #fff;
	background: #FF8833;
	width: 135px;
	padding: 3px;
	text-transform: uppercase;
	line-height: 1!important;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: .7px;
}

/* Special links in right col */
#right-col a.special-link {
	display: inline-block;
	background: url(../gfx/sbs/gt-ico.png) no-repeat 0 5px;
	padding-left: 13px;
	border-bottom: 2px solid transparent;
}
#right-col a.special-link:hover { border-color: #FF8833; }


/* Special links in content */
.object .body a.special-link, .object .caption a.special-link {
	display: inline-block;
	background: url(../gfx/sbs/gt-ico.png) no-repeat right 7px;
	padding-right: 13px;
	color: #7c7c7c;
	border-bottom: 2px solid transparent;
}

.object .body a.special-link:hover, .object .caption a.special-link:hover { border-color: #FF8833; }


.draw-title {
	position: relative;
	display: block;
}
	.draw-title span {
		display: block;
		z-index: 2;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	
/* - Styles
...........................................*/	

hr {
	background: url(../gfx/sbs/hr.png) repeat-x;
	height: 6px;
	border: 0;
}

.gimage .gbottom, .picturetxt {
	background-color: #F2F2F2;
	font-style: italic;
	font-weight: 400;
	padding: 2px 6px 4px;
	font-size: 10px;
	clear: both;
}

img.gimg { display: block; }

.object .body table {
}
	.object .body table td {
		padding: 3px;
		vertical-align: middle;
	}


.gimage { margin-top: 15px!important; }

.gimage.left {
	margin: 10px 0;
	padding: 3px 0 0 0;
	clear: both;
}

.gimage.leftaligned {
	margin: 0 10px 10px 0;
}

.gimage.rightaligned {
	margin: 0 0 10px 10px;
}

/* - Hacks
...........................................*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


#devcode {
	position: absolute;
	top: 0;
	left: 0;
	font-size: .8em;
}