/*

	Stylesheet for PROJECT
	
	Media:      screen, projection
	Copyright:  Netlash <http://www.netlash.com>

*/

/*
	Reset
*/

body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0; padding: 0; }
ol, ul { list-style: none; }
img { border:0; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; }
th { text-align: left; }
a:focus { overflow: hidden; }

/*
	Clearfix
*/

.clearfix:after, #container:after, #header:after, #navMain:after, .authorList li:after, #homeIntro:after, .buttonList:after, .bookListDetailed:after, .bookActions:after, #filterAndSort:after, #bookDetailHeader:after, .bookDetail:after, #subHeader:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

/* General classes */

.hidden { display: none; }
.block { display: block; }
.noPadding { padding: 0 !important; }
.noMargin { margin: 0 !important; }
.floatLeft { float: left; }
.floatRight { float: right; }
.noBorder { border: none; }

/* Image classes */

img.alignLeft {
	float: left;
	padding: 0 10px 10px 0;
}

img.alignRight {
	float: right;
	padding: 0 0 10px 10px;
}

/*
	General
*/

html {
	background: url(../images/backdrop_footer.jpg) no-repeat bottom center;
	min-height: 100%;
}

body {
	font-family:Arial, Helvetica, verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #000;
	background:url(../images/backdrop.jpg) no-repeat top center;
}

/*
	Typography and text styles
*/

/* General */

p {
	padding: 0 0 12px 0;
}

	p.report {
		display: block;
		padding: 10px;
		background: #dedede;
		border: 4px solid #f1f1f1;
		margin-bottom: 10px;
	}
	
	p.reportOk {
		background-color: #f5ffe5;
		border-color: #cbe5a1;
	}
	
	p.reportError {
		background-color: #ffe5e5;
		border-color: #c22a2a;
	}

strong, th, thead td, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

/* Headings */

h1 {
	font-size: 18px;
	padding: 0 0 12px 0;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 4px 0;
	text-transform:uppercase;
	border-bottom:1px solid #cccccc;
	margin-bottom:20px;
}

h3 {
	font-size: 13px;
	padding: 0 0 12px 0;
	text-transform:uppercase;
}
	#leftCol h3, #rightCol h3 {
		color:#FFF;
		font-weight:normal;
	}

h4 {
	font-size: 12px;
	padding: 0 0 12px 0;
}

/* Links */

a {
	border-bottom: 1px solid #666;
	text-decoration: none;
}

a:link {
	color: #4b96c6;
	border-color: #bcd5e5;
}

a:visited {
	color: #4b96c6;
	border-color: #bcd5e5;
}

a:hover {
	color: #97bf0d;
	border-color: #97bf0d;
}

a:active {
	color: #97bf0d;
	border-color: #97bf0d;
}

small {
	font-size: 11px;
}

/* .content defaults */

.content ul {
	list-style: disc;
	padding: 0 0 12px 12px;
}

.content ol {
	list-style-type: decimal;
	padding: 0 0 12px 12px;
}

.content dl {
	padding: 0 0 12px 12px;
}

.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
	padding-bottom: 0;
}

.content code {
	font-family: Monaco, "Courier New", monospace;
}

.content pre {
	font-size: 12px;
	line-height: 18px;
	background: #F5F5F5;
	margin: 0 0 12px 0;
	padding: 10px;
}

.content blockquote,
.content q {
	font-style: italic;
	color: #666;
}

.content blockquote {
	padding: 0 10px; 
	padding: 12px 0;
}

.content cite,
.content em {
	font-style: italic;
}

.content table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.content td, 
.content th {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 11px; 
	padding: 4px;
}

.content th {
	font-weight: 700;
}

hr {
	border: none;
	border-top: 1px solid #CDCDCD;
	padding: 0;
}

div.hr {
	border-bottom: 1px solid #D7D7D7;
	margin: 12px 0 24px;
}

div.hr hr {
	display: none;
}

/*
	Page structure and layout
*/

#container {
	width: 940px;
	margin: 0 auto;
}
#content {
	min-height:540px;
	height:auto !important;
	height:540px;
}
#header{
	position:relative;
}
#leftCol{
	float:left;
	width:220px;
	padding-right:20px;
	min-height: 10px;
	height:auto !important;
	height: 10px;
}
#mainCol{
	float:left;
	width:460px;
	padding-right:20px;
	min-height: 10px;
	height:auto !important;
	height: 10px;
}
#rightCol{
	float:left;
	width:220px;
	overflow: hidden;
}

	/* 
		Header 
	*/
	
	#header{
		border-bottom:1px solid #cccccc;
		padding-top:10px;
	}

	/* Logo */

	#logo h1 {
		width: 340px;
		height: 110px;
		background: url(../images/logo.gif) no-repeat;
		padding:0;
		text-indent: -9999px;
		float: left;
	}
	#logo h1 a {
		border:none;
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
	}

	/* Navigation */
	/* @todo @jelle header zal moeten herwerkt worden om 2 pixel jump te vermijden bij selected */

	#navMain{
		clear:left;
		bottom:-1px;
		padding-left:10px;
		position:relative;
	}
	#navMain li{
		float:left;
		padding-right:30px;
	}
	#navMain a{
		border:none;
		font-size:20px;
		float:left;
		padding:5px 0 10px 0;
	}
	#navMain .selected a{
		color: #97bf0d;
		border-color: #97bf0d;
		border-bottom:2px solid;
		padding-bottom:8px;/* subtract 2px from the 10px padding */
	}

	#navExtra{
		bottom:0;
		margin-bottom:-1px;
		position:absolute;
		right:10px;
		z-index:2;
	}
	#navExtra li{
		float:left;
		padding-left:20px;
	}
	#navExtra a{
		border:none;
		display:block;
		float:left;
		padding-top:3px;
		padding-bottom:10px;
	}	
	#navExtra .selected a{
		color: #97bf0d;
		border-color: #97bf0d;
		border-bottom:2px solid;
		padding-bottom:8px;/* subtract 2px from the 10px padding */
	}

	#topbar{
		float:right;
		height:30px;
		position:relative;
		width:400px;
	}
	#topbar ul{
		position:absolute;
		right:10px;
		bottom:0;
	}
	#topbar li{
		float:left;
		padding-left:20px;
	}
	#topbar a{
		border:none;
		float:left;
		font-weight:bold;
		padding-bottom:6px;
	}
	#topbar .selected a{
		color: #97bf0d;
		border-color: #97bf0d;
		border-bottom:2px solid;
		padding-bottom:4px;/* subtract 2px from the 6px padding */
	}

	/* subHeader */

	#subHeader{
		padding-bottom:10px;
		position:relative;
	}

	#subHeader #searchBar{
		padding:6px 0 0 0;
		float: right;
	}

	#subHeader #searchBar form,
	#subHeader #searchBar fieldset {
		float: left;
	}

	#subHeader #searchBar input.input-submit {
		background:#000;
		color:#FFF;
	}

	#breadcrumb{
		color:#666666;
		font-family:"Lucida Grande", Lucide sans unicode, sans-serif;
		font-size:11px;
		padding:12px 0 0 10px;
		float: left;
	}

	#breadcrumb a{
		border-color:#b9b9b9;
		color:#333333;
	}
	
	/*
		Left Col
	*/

	/* Sub navigation */
	#subNavigation{
		background:#4b96c6 url(../images/blue_background.gif) no-repeat;
		margin-bottom:20px;
		padding:12px;
	}
	#subNavigation li{
		width: 196px;
	}
	
	#subNavigation a:link,
	#subNavigation a:visited{
		border-color:#86b9d9;
		color:#FFF;
		display:block;
		padding:12px 0 11px 0;
		width: 196px;
	}
	#subNavigation a:hover,
	#subNavigation a:active{
		border-color:#fff;
	}
	
	#subNavigation .selected a{
		border-bottom:2px solid #FFF;
		padding-bottom:10px;
	}

	#sideNewsletter h3{
		background:#4b96c6;
		line-height:1.1;
		padding:12px;
	}
		#sideNewsletter .form{
			padding:12px;
		}

	/*
		Right col
	*/
	
	.bookList,
	.authorList,
	.popularAuthors{
		margin-bottom:20px;
	}
	
	.bookList h3,
	.authorList h3,
	.popularAuthors h3{
		background:#e20036;
		line-height:1.1;
		padding:10px 12px;
	}
	
	.bookList ul,
	.authorList ul,
	.popularAuthors ul{
		border-top:1px solid #f4f4f4;
		margin:12px;
	}
	
	.bookList li,
	.authorList li,
	.popularAuthors li{
		border-bottom:1px solid #f4f4f4;
		color:#999999;
		font-size:11px;
		padding:6px 0;
	}
	
	.bookList li em,
	.authorList li em,
	.popularAuthors li em{
		display:block;
		font-size:12px;
		font-style:normal;
	}
	
	.popularAuthors a{
		font-size:12px;
	}
	
	.authorList .thumb{
		float:left;
		padding-right:10px;
	}
	.authorList img{
		width:45px;
	}
	.authorList a{
		display:block;
	}

	.banner{
		margin-bottom:20px;
	}

	/*
		Content
	*/
	
	/* Booklist, detailed */
	
	.bookListDetailed .bookDetail{
		border-top:1px solid #f4f4f4;
		padding:20px 0 10px 0;
	}
	
	.bookListDetailed .bookDetail .floatWrap {
		float: left;
		width: 370px;
	}
	
	.bookListDetailed div.first{
		border-top:none;
		padding-top:0;
	}
	
	.bookDetail ul{
		list-style:none;
		padding-left: 0px;
	}
	.bookDetail img{
		float:left;
		margin-right:15px;
	}
	
	.bookDetail h4{
		font-size:14px;
		padding-bottom:0;
		text-decoration:none;
		text-transform:none;
	}

	.bookDetail .bookDetailContent {
		float:right;
		width:370px;
	}

	.bookDetail strong{
		color:#999999;
	}
	
	.bookDetail .bookInfo{
		color:#666666;
		font-size:11px;
	}
	.bookDetail .bookInfo a{
		border-color:#bcbcbc;
		color:#333333;
	}
	li.author{
		font-size: 12px;
	}
	
	.bookDetail .bookActions li{
		float:left;
		margin-right:10px;
		padding-left:18px;
	}
	.bookDetail .bookActions ul.shareList li{
		float:none;
		margin-right:0;
		padding-left:0;
	}
	
	.bookDetail .bookActions .moreInfo{
		background:url(../images/icons/info.gif) no-repeat 0 0;
	}

	.bookDetail .bookActions .shareBtn{
		background:url(../images/icons/share.gif) no-repeat 0 1px;
	}

	.bookDetail .bookActions .order{
		background:url(../images/icons/cart.gif) no-repeat 0 0;
	}

	#bookDetailHeader {
		background: #f4f4f4;
		padding: 12px;
		margin-bottom: 20px;
	}

	#pressDetail {
		background: #f4f4f4;
		padding: 12px 12px 2px 12px;
		margin-bottom: 12px;
	}

	/*
		Specific styles	
	*/

	/* Book spotlights (#mainCol version & #rightCol version) */

	.bookSpotlight{
		margin-bottom:20px;
	}

	.bookSpotlight h3{
		background:#e20036 url(../images/red_background.gif) no-repeat;
		line-height:1.1;
		padding:10px 10px;
	}

	.bookSpotlight{
		background:#f4f4f4;
	}
	
	.bookSpotlight div{
		padding:10px 8px 18px 8px;
	}
	
	.box {
		padding:10px 10px 0 10px;
		background:#f4f4f4;
	}
	
	.bookSpotlight div div{
		padding:0 0 12px 0;
	}

	.bookSpotlight div .floatWrap{
		float: right;
		width: 350px;
	}

	.bookSpotlight div p small strong{
		color: #666;
	}
	
	.bookSpotlight h3{
		margin-bottom:20px;
	}

	.bookSpotlight h4{
		font-size:14px;
		padding-bottom:0;
		text-decoration:none;
		text-transform:none;
	}
	
	.bookSpotlight strong{
		color:#000;
		margin-bottom:10px;
	}

	.bookSpotlight .bookInfo{
		color:#666666;
		font-size:11px;
		padding-bottom:12px;
	}
	
	.bookSpotlight .bookInfo a{
		border-color:#bcbcbc;
		color:#333333;
	}

	.bookSpotlight .bookActions li{
		float:left;
		margin-right:8px;
		padding-left:18px;
		font-size: 11px;
	}
	
	.bookSpotlight .bookActions .moreInfo{
		background:url(../images/icons/info.gif) no-repeat 0 0;
	}

	.bookSpotlight .bookActions .shareBtn{
		background:url(../images/icons/share.gif) no-repeat 0 1px;
	}
	
	.bookSpotlight .bookActions .order{
		background:url(../images/icons/cart.gif) no-repeat 0 0;
	}

	/* authorShare */

	.authorShare{
		padding-left:18px;
		background:url(../images/icons/share.gif) no-repeat 0 1px;
	}

	/* newsAction */

	ul.newsAction {
		list-style: none;
		padding-left: 0;
	}

	.newsAction li {
		float: left;
		margin-right: 16px;
	}
	
	.newsAction li.shareNews {
		padding-left:18px;
		background:url(../images/icons/share.gif) no-repeat 0 1px;
	}
	
	/* #mainCol version specific */
	
	#mainCol .bookSpotlight h3{
		background:#97bf0d url(../images/green_background.gif) no-repeat;
		color:#FFF;
		margin-bottom:0;
	}
	
	#mainCol .bookSpotlight img{
		float:left;
		margin-right:15px;
	}
	
	#mainCol .bookSpotlight ul{
		list-style:none;
		padding-left: 0;
	}
	
	#mainCol .bookSpotlight ul.shareList{
		padding-left: 0;
	}
	
	#mainCol .bookSpotlight .bookActions{
		padding-bottom:0;
	}
	
	/* #rightCol version specific */
	
	#rightCol .bookSpotlight .thumbWrap{
		text-align:center;
		padding: 0;
	}
	
	#rightCol .bookSpotlight .thumbWrap a{
		border:0;
	}
	
	/* Filter and Sort  */
	
	#filterAndSort{
		margin-bottom:40px;
	}
	#filterAndSort h4{
		color:#999999;
		font-size:11px;
		font-weight:normal;
		padding-bottom:5px;
	}
	
	#filter{
		float:left;
		width:230px;
	}
	
	#filter #selectCategory{
		width:200px;
	}
	
	#sort{
		float:right;
		width:230px;
	}
	
	#sort h4{
		text-align: right;
	}
	
	#sort ul{
		float: right;
		list-style:none;
	}
	
	#sort li{
		float:left;
		font-size:11px;
		margin-left:10px;
	}
	
	/* Book detail header */
	
	#bookDetailHeader .mainInfo {
		background-color: #F4F4F4;
		overflow: auto;
		margin-bottom: 20px;
		padding: 10px 10px 18px;
	}
	
	#bookDetailHeader h2{
		border:none;
		font-size:18px;
		font-weight:bold;
		margin-bottom:0;
		padding-bottom:0;
		text-transform:none;
	}
	
	#bookDetailHeader h3{
		font-size:16px;
		text-transform:none;
		color:#999999;
	}
	
	#bookDetailHeader .floatWrap{
		float:right;
		width:270px;
	}
	
	#bookDetailHeader .mainInfo .floatWrap{
		width:275px;
	}
	
	#bookDetailHeader #pasport{
		list-style:none;
		padding:0 0 12px 0;
		color:#666666;
		font-size:11px;
	}
	
	#bookDetailHeader .bookInfo{
		list-style:none;
		padding: 0 0 12px 0;
		color:#666666;
		font-size:11px;
	}
	
	#bookDetailHeader .bookInfo a{
		border-color:#bcbcbc;
		color:#333333;
	}
	
	#bookDetailHeader img{
		float:left;
		margin-right:15px;
		display: block;
	}
	
	#bookDetailHeader #order{
		clear:left;
		margin-right:10px;
		padding-left:21px;
		background:url(../images/icons/cart.gif) no-repeat 0 0.2em;
	}	

	.shareBlock {
		position: relative;
	}

	ul.shareList {
		background: #fff;
		border-top: 1px solid #f4f4f4;
		border-left: 1px solid #f4f4f4;
		border-right: 1px solid #bbb;
		border-bottom: 1px solid #bbb;
		position: absolute;
		top: 20px;
		left: 18px;
		z-index: 999;
		width: 160px;
		padding: 0;
		margin: 0;
		list-style-type: none;
	}

	ul.shareList li, .bookSpotlight .bookActions ul.shareList li  {
		float: none;
		width: 160px;
		font-size: 11px;
		padding: 0;
		margin: 0;
		
	}
	
	ul.shareList li a {
		float: none;
		display: block;
		font-size: 11px;
		padding: 6px 10px 6px 24px;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		width: 126px;
	}

	ul.shareList li.orderProxis a {
		background: url(../images/share/shareicon_proxis.gif) no-repeat 4px 7px;
	}

	ul.shareList li.orderAmazon a {
		background: url(../images/share/shareicon_amazon.gif) no-repeat 4px 7px;
	}

	ul.shareList li.orderBol a {
		background: url(../images/share/shareicon_bol.gif) no-repeat 4px 7px;
	}

	ul.shareList li.orderConcentra a {
		background: url(../images/share/shareicon_concentra.gif) no-repeat 4px 7px;
	}

	ul.shareList li.orderAzur a {
		background: url(../images/share/shareicon_azur.gif) no-repeat 4px 7px;
	}

	/* 
		Footer 
	*/
	
	#footer{
		clear:both;
		color:#ccc;
		font-weight:bold;
		height:108px;
		position:relative;
	}
	
	#footer ul{
		right:0;
		position:absolute;
		bottom:73px;
	}
	
	#footer li{
		margin-left:15px;
		float:left;
	}
	
	#footer a{
		border:none;
		float:left;
	}

/*
	General styles
*/

	/* Pagination */
	.pagination-wrap {
		width: 100%;
		overflow: hidden;
	}

	.pagination {
		float: left;
		position: relative;
		left: 50%;
	}

	.pagination ul {
		padding: 18px 0;
		z-index: 2;
		overflow: hidden;
		position: relative;
		left: -50%;
	}

	.pagination li {
		float: left;
		list-style: none;
		margin: 0 6px 0 0;
		text-decoration: none;
		padding: 0;
		line-height: 15px;
		font-size: 12px;
		text-align: center;
	}

	.pagination li span {
		float: left;
		display: block;
		padding: 5px 6px;
		color: #ccc;
		min-width: 12px;
	}

	.pagination li.currentpage span {
		font-weight: 700;
		color: black;
	}

	.pagination li.selected span {
		padding: 5px 6px;
		font-weight: 700;
		color: black;
	}

	.pagination li a:link,
	.pagination li a:visited {
		float: left;
		display: block;
		padding: 4px 5px;
		border: 1px solid #ddd;
		text-decoration: none;
		min-width: 12px;
	}

	li.ellipsis {
		margin: 0;
	}

	li.ellipsis span {
		color: black;
	}

	.pagination li a:hover,
	.pagination li a:active {
		background: #eee;
		border: 1px solid #bbb;
		color: black;
	}

	.nextpage, .previouspage {
		font-size: 11px !important;
	}

	.pagination li.nextpage {
		margin-left: 10px;
	}

	.pagination li.previouspage {
		margin-right: 15px;
	}

	/* Button list */

	.content .buttonList{
		float: left;
		list-style:none;
		padding:0 0 30px 0;
		margin: 0;
	}

	.buttonList li {
		float: left;
		margin-right:10px;
		padding-left: 0;
	}

	.buttonList li a {
		float: left;
		background: #CCC;
		border:none;
		color:#000;
		font-size: 11px;
		font-weight: bold;
		line-height: 18px;	
		padding: 2px 10px;
	
	}

	.buttonList li a:link,
	.buttonList li a:visited {
	}

	.buttonList li a:hover,
	.buttonList li a:active {
		background: #333;
		color: #fff;
	}

	/* Form styling */

	input, textarea, select, button { 
		font-family: Arial, sans-serif;
	}

	input.input-submit {
		background:#CCC;
		border:none;
		font-weight:bold;
		font-size:11px;
		padding:3px 3px 5px 3px;
		cursor: pointer;
		overflow: visible;
	}
		input.input-submit:focus {
			background:#000;
			color:#FFF;
		}
		
	a.button {
		background: #CFDDE2;
		color: #015B7A;
		border: none;
		font-weight: 700;
		font-size: 11px;
		padding: 3px 10px 5px 10px;
		cursor: pointer;
		float: left;
	}

		a.button:link,
		a.button:visited {
			background: #CFDDE2;
			color: #015B7A;
		}

		a.button:hover,
		a.button:active {
			background: #015b7a;
			color: #FFF;
		}		

	input.input-text, input.input-password, textarea {
		background:#FCFCFC none repeat scroll 0 0;
		border:1px solid #CCCCCC;
		color:#666666;
		font-family:Arial,sans-serif;
		font-size:11px;
		padding:4px 2px;
	}

	input:focus,
	textarea:focus {
		background:#FFF;
	}

	@-moz-document url-prefix() {
		input[type="text"]:focus {
			outline: 2px solid #4b96c6;
			-moz-outline-radius: 3px;
			fborder-color: #750015;
		}
	}

	abbr {
		border-bottom: 0;
	}

	select {
		width: 189px;
	}

	#advancedSearch select {
		width: 224px;
	}

	.form-error {
		display: block;
		color: red;
	}
	
	.content form dl {
		padding: 0;
	}

	/* formBlock */

	.formBlock form input, .formBlock form textarea {
		display: block;
	}

	.formBlock form p {
		clear:left;
		width:350px;
		padding: 0 0 8px 0;
	}

	.formBlock form p br {
		display:none;
	}

	.formBlock label {
		display: block;
		margin-right: 10px;
		width: 110px;
		text-align: left;
		float: left;
		line-height: 22px;
	}

	/* checkboxes and radiobuttons */

	ul.ch {
		padding: 0;
		margin: 0 0 24px 0;
	}

	ul.ch li {
		display: block;
		list-style-type: none;
		clear: both;
		float: none;
		height: auto;
		overflow: auto;
	}

	ul.ch li input {
		display: block;
		float: left;
	}

	ul.ch li label {
		display: block;
		margin-left: 12px;
		margin-top: 0.1em;
		float: left;
		clear: right;
		width: 350px;
	}

	/* Advanced search form (homepage) */
	#advancedSearch h3{
		color:#FFF;
	}
	#advancedSearch{
		background:#97bf0d url(../images/green_background.gif) no-repeat;
		padding:10px 100px 10px 10px;
		margin-bottom:30px;
	}
	#advancedSearch label{
		color:#FFF;
		text-align:right;
	}
	#advancedSearch .input-text{
		border-color:#84a60c;
		width:220px;
	}
	#advancedSearch .buttonHolder {
		text-align:right;
	}
	#advancedSearch .buttonHolder input.input-submit {
		background:#000;
		color:#FFF;
		display:inline;
		padding:3px 10px;
	}
	#selectCategory {
		width:230px;
	}
	#selectStatus, #selectPrice{
		width:100px;
	}

	/*  Newsletter signup */
	#sideNewsletter .input-text{
		float:left;
		margin-right:2px;
		width:110px;
	}
	
	/* General purpose classes */

	.hidden { display: none; }
	.block { display: block; }

	.floatLeft { float: left; }
	.floatRight { float: right; }

	.noPadding { padding: 0; }
	.paddingBottom { padding-bottom: 12px; }

	.noBorder { border: none !important; }
	.border { border: 1px solid #C7C7C7; }

	.mute { color: #666; }
	.serif { font-family: "Times New Roman", Times, Georgia, serif; }
	.uc { text-transform: uppercase; }
	.sC { font-variant: small-caps; }
	.lC { text-transform: lowercase; }

	.rc {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	.helpTxt {
		font-family: Arial, sans-serif;
		font-size: 11px;
		color: #666;
	}

	.clear { clear: both; }
