/***********************************
		=Reset
***********************************/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,
fieldset, input, p, blockquote, th, td { margin: 0; padding: 0;}

h1, h2, h3, h4, h5, h6 { font-size: 100%; }

ol, ul { list-style: none; }

#textcontent ul {
	font-size: 14px;
	list-style: outside disc;
	margin-left: 40px;
	margin-bottom: 20px;
}
.contentlist, .questionlist {
	list-style: none !important;
	margin-left: 0px !important;
}



address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }


table { border-collapse: collapse; border-spacing: 0; }

fieldset, img { border: 0; }

caption, th { text-align: left; }

q:before, q:after { content: ''; }

a { outline: none; color: #76b141; }


/***********************************
		=Layout
***********************************/

.modalFeedback {
	display: none;
}

body { 
	font-family: Verdana, Tahoma, Arial, serif; 
	background-color: #f2f1ec; 
	position: relative; 
}
body, html, form {height:100%;}

#bgwrap {
	background: transparent url(/images/footer-grass.png) repeat-x bottom; 
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#wrap { 
	width: 930px; 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}

a:hover { text-decoration: underline; }

#imagefooter { background: url(/images/footer-grass.png) repeat-x -295px bottom; position: relative; z-index: -4; }
#imagefooter div.inner { background: url(/images/people-bottom.gif) no-repeat -30px bottom; position: relative; z-index: 5; }

#imagefooter, .push {
	height: 187px; /* .push must be the same height as .footer */
}

span.floatingText a {
	display: block;
	width: 64px;
	height: 329px;
	background: url(/images/sig-din-mening.gif) no-repeat;
	position: absolute;
	top: 260px;
	right: 0;
	text-indent: -9999px;
}

/***********************************
		=Header
***********************************/

#header { background: url(/images/people-top.png) no-repeat right bottom; padding: 30px 0 0 0; }

#logo a {
	background: url(/images/high-on-life-logo.png) no-repeat;
	width: 223px;
	height: 85px;
	display: block;
	text-indent: -9999px;
	float: left;
	margin: 0 0 30px 0;
}

.header-right { width: 400px; float: right; }

ul.controlPanel { float: left; margin: 15px 0 0 20px; }

	ul.controlPanel li { padding-left: 20px; display: inline; }
	ul.controlPanel li a { color: #776950; font-weight: bold; font-size: 11px; }
		li.home { background: url(/images/home.gif) no-repeat 0 3px; }
		li.key { background: url(/images/key.gif) no-repeat 0 3px; }
		li.logout { background: url(/images/key_delete.png) no-repeat 0 2px; }
		li.mail { background: url(/images/mail.gif) no-repeat 0 5px; }

p.headerBubble { float: right; margin: 0 0 15px 0; }

.searchBox { float: right; width: 275px; margin-left:20px; }

p.headerBubble a { 
	background: url(/images/headerBubble.gif) no-repeat;
	display: block;
	width: 120px;
	height: 25px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 19px
}

input.searchBox {
	width: 194px;
	height: 19px;
	padding: 7px 0 0 7px;
	color: #AEA697;
	font-size: 11px;
	border: 1px solid #C7C7C7;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	float: left;
	margin: 0 3px 0 0;
}

input.btnSearch {
	font-size: 11px;
	border: 1px solid #C7C7C7;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-weight: bold;
	border: 0;
	color: #FFF;
	float: right;
	background: url(/images/btnSearch.gif) no-repeat top left;
	height: 27px;
	width: 60px;
}

/***********************************
		=Navigation
***********************************/

ul.mainNavigation { margin: 0 0 3px 0; clear: both; }
	
	ul.mainNavigation li,
	ul.subNavigation li { display: inline; }

	ul.mainNavigation a { font-size: 16px; padding: 8px 13px; color: #776950; text-decoration:  none; }
	ul.mainNavigation a:hover { text-decoration:  underline; }
	a.mainNavigationSelected { background: #85C132 url(/images/arrow-bottom.gif) no-repeat bottom; color: #FFF !important; }
	
div.subNavigationWrap { 
	height: 38px; 
	width: 930px; 
	background: #4A3D24 url(/images/subNavBkg.gif) repeat-x;
}
	
	ul.subNavigation { float: left; margin: 8px 0 0 13px; }
	ul.subNavigation a { 
		font-size: 11px; 
		color: #AEA697; 
		text-transform: uppercase;
		margin: 0 25px 0 0;
		text-decoration:  none; 
	}
	ul.subNavigation a:hover { text-decoration:  underline; }
	a.subNavigationSelected { color: #FFF !important; }

div.cartBox { 
	background: #44361C; 
	border: 1px solid #756952; 
	width: 130px; 
	height: 30px;
	padding: 0 10px;
	float: right;
	margin: 3px 5px 0 0;
	position: relative;
}
	
	div.cartBox p,
	div.cartBox a { color: #FFF; font-size: 11px; }
	
	div.cartBox p { 
		height: 15px; 
		background: url(/images/cart.gif) no-repeat right; 
		padding: 0 25 0 0;
		margin: 8px 0 0 0;
	}


/***********************************
		=Content
***********************************/

#content h1 { 
	color: #4F4D4B; 
	color:#76B141;
	font-weight: normal; 
	font-size: 31px;
	line-height: 40px;
	padding: 35px 15px 30px 15px;
}
	
	#content h1 span.pink { color: #E8266F; }
	#content h1 span.green { color: #7FAF36; }

ul.brandingNavigation { float: left; margin: 0 0 50px 0; }

	ul.brandingNavigation a { display: block; text-indent: -9999px; position: relative; }
		
		ul.brandingNavigation li { float: left; }
		
		a.highOnLife { 
			background: url(/images/high-on-life-link.gif) no-repeat; 
			width: 322px; 
			height: 71px; 
			z-index: 3; 
		}
		a.hvadFarJeg { 
			background: url(/images/hvad-far-jeg.gif) no-repeat; 
			width: 322px; 
			height: 71px; 
			margin: 0 0 0 -12px; 
			z-index: 2; 
		}
		a.tilmelddig{ 
			background: url(/images/timeld-dig-nu.gif) no-repeat; 
			width: 310px; 
			height: 71px; 
			margin: 0 0 0 -12px; 
			z-index: 1; 
		}
		.newsletterbox { 
			background: url(/images/timeld-dig-nu.gif) no-repeat; 
			width: 310px; 
			height: 71px; 
			margin: 0 0 0 -12px; 
			z-index: 1;
			overflow: hidden;
		}


			.newsletterbox div:first-child {
				border: #ba1a57 1px solid;
				background-color: #e3759e;
				padding: 1px;
				width: 240px;
				margin-top: 34px;
				margin-right: 34px;
				float: right;
			}
			.newsletterbox input#newslettersubscribe {
				border: none;
				background-color: #e3759e;
				padding: 4px;
				width: 170px;
				color: #b91352;
				font-size: 12px;
				margin: 0px;
				float: left !important;
				margin-left: 0px !important;
			}
			.newsletterbox #newslettersubscribe.active{
				color: #fff;
			}
			.newsletterbox #newslettersubscribebutton {
				border: none;
				background-color: #be1e5a;
				border: solid #820b38 1px;
				color: #FFF;
				font-size: 11px;
				float: right;
				padding: 3px;
			}



dl.brandingOne,
dl.brandingTwo,
dl.brandingThree { 
	float: left; 
	margin: 0 1px 25px 0; 
	width: 288px; 
	border-bottom: 7px solid #534429; 
	padding: 0 10px 15px;
}
dl.brandingOne dt,
dl.brandingTwo dt,
dl.brandingThree dt {
	height: 270px;
}


dl.brandingFour,
dl.brandingFive,
dl.brandingSix
{
	float: left; 
	margin: 0 1px 25px 0; 
	width: 288px; 
	padding: 0 10px;
}
	
	dl.brandingFour { clear: both }

dl.brandingOne .hfloat,
dl.brandingTwo .hfloat,
dl.brandingThree .hfloat { 
	margin: -30px 0 10px 0; 
	position: relative; 
	height: 50px;
	z-index: 10; }
	
dl.brandingOne h3 { background: url(/images/time-blue.png) no-repeat; padding: 2px 0 10px 45px; }
dl.brandingTwo h3 { background: url(/images/cart-blue.png) no-repeat; padding: 2px 0 10px 45px; }
dl.brandingThree h3 { background: url(/images/arrows-blue.png) no-repeat; padding: 2px 0 10px 45px; }

dl.brandingOne p,
dl.brandingTwo p,
dl.brandingThree p { height: 90px; overflow:hidden; }


dl.brandingFour h3,
dl.brandingFive h3,
dl.brandingSix h3 { 
	font-family: Arial, Verdana, Tahoma, sans-serif; 
	font-size: 14px; 
	font-weight: normal;
	color: #679E13;
	margin: 0 0 15px 0;
}


dl.brandingFour dt,
dl.brandingFive dt,
dl.brandingSix dt { margin: 0 0 10px 0; }

dl.brandingFour p,
dl.brandingFive p,
dl.brandingSix p { height: 80px; }

dl h3 { font-size: 20px; font-weight: normal; color:#4F4D4B; }
dl p { color: #8E8C8C; font-size: 12px; font-family: Arial, Verdana, Tahoma, sans-serif; margin: 0 0 10px 0; }

dl dd.comments a,
dl dd.view a { color: #776950; font-size: 11px; font-weight: bold; padding: 0 0 10px 20px; }

dl dd.comments a { background: url(/images/comments.gif) no-repeat; float: left; }
dl dd.view a { background: url(/images/view.gif) no-repeat; float: right; }

/***********************************
		=Footer
***********************************/

#footer { 
	clear: both; 
	font-size: 11px; 
	color: #534429; 
	padding: 10px 0 0 0;
	overflow: auto;
	height: 200px;
}
	
	#footer a { color: #62961A; }
	
	.footerCopy { float: left; background: url(/images/logo-small.gif) no-repeat; padding: 3px 0 5px 50px; }
	.footerLinks { float: right; margin: 0 5px 0 0; padding: 3px 0 0 0; }

div.bottomLinks {
	width: 308px;
	margin: 0 1px 0 0;
	float: left;
	border-bottom: 7px solid #534429;
	height: 335px;
	overflow: hidden;
}
	
	div.bottomLinks h3 { 
		background: #7FAF36; 
		height: 37px; 
		padding: 15px 0 0 15px; 
		color: #FFF;
		margin: 0 0 15px 0;
	}
	
	ul.event,
	ul.comments,
	ul.info	{ width: 270px; margin: 0 0 0 10px; color: #776950; font-size: 11px; }
	
	ul.event li,
	ul.comments li,
	ul.info li { margin: 0 0 15px 0; }
	
	ul.event li { background: url(/images/event.gif) no-repeat; padding: 0 0 0 25px; }
	ul.comments li { background: url(/images/comment_icon.gif) no-repeat; padding: 0 0 0 25px; }
	ul.info li { background: url(/images/info.gif) no-repeat; padding: 0 0 0 25px; }
	
	ul.event a,
	ul.comments a,
	ul.info a { color: #776950; font-weight: bold; }

span.peopleBottom { 
	display: block; 
	position: absolute; 
	bottom: 0;
	background: url(/images/people-bottom.gif) no-repeat;
	width: 1089px;
	height: 306px;
	z-index: 0;
}

/***********************************
		=Faux Columns
***********************************/

dl.brandingOne,
dl.brandingTwo,
dl.brandingThree { min-height: 390px; }

dl.brandingFour,
dl.brandingFive,
dl.brandingSix { min-height: 271px; }

* html dl.brandingOne,
* html dl.brandingTwo,
* html  dl.brandingThree { height: 390px; }

* html dl.brandingFour,
* html  dl.brandingFive,
* html  dl.brandingSix { height: 271px; }

dl.brandingOne:after,
dl.brandingTwo:after,
dl.brandingThree:after,
dl.brandingFour:after,
dl.brandingFive:after,
dl.brandingSix:after { 
	height: 0; 
	visibility: hidden; 
	display: block; 
	content: "."; 
	clear: both;
}

/***********************************
		=Modals
***********************************/
#simplemodal-overlay {background-color:#000;}
.modalTicketSent,
.modalVare,
.modalFeedback,
.modalLogin {
	position: absolute;
}

.modalTicketSent {
	width: 500px;
	height: 137px;
	background: url(/images/vereikurvBkg.png) no-repeat;
	text-align: center;
	padding: 50px 15px 0px 15px;
	z-index: 1005;
	left: 50%;
	top: 250px;
	margin-left: -250px;
}
	.modalTicketSent h1 { font-size: 36px; color: #4F4D4B; font-weight: normal; margin: 0 0 5px 0; }
	.modalTicketSent h1 span { color: #E8266F; }
	.modalTicketSent p { font-size: 16px !important; color: #4F4D4B !important; background: none !important; }


.modalVare {
	width: 500px;
	height: 137px;
	background: url(/images/vereikurvBkg.png) no-repeat;
	text-align: center;
	padding: 50px 15px 0px 15px;
	top: 190px;
	left: 50%;
	z-index: 1005;
	margin-left: -43px;
}
	.modalVare h1 { font-size: 36px; color: #4F4D4B; font-weight: normal; margin: 0 0 5px 0; }
	.modalVare h1 span { color: #E8266F; }
	.modalVare p { font-size: 16px !important; color: #4F4D4B !important; background: none !important; }
	
.modalFeedback {
	width: 395px;
	height: 448px;
	background: url(/images/feedbackBkg.png) no-repeat;
	top: 200px;
	right: 50px;
	z-index: 1005;
	padding: 25px 66px 0 40px;
}
	
	.modalFeedback input.inputEmail { height: 27px; width: 201px; border: 1px solid #333; margin: 0 0 10px 0; }
	.modalFeedback input.inputBesked { height: 86px; width: 245px; border: 1px solid #333; margin: 0 0 10px 0; }
	.modalFeedback select.inputHvad { height: 22px; width: 136px; border: 1px solid #333; margin: 0 0 10px 0; font-size: 11px; }




.modalLogin {
	width: 440px;
	height: 323px;
	background: url(/images/loginBkg.png) no-repeat;
	top: 60px;
	left: 50%;
	z-index: 1005;
	padding: 40px 50px 0 40px;
	margin-left: -205px;
}
	
	.modalLogin h1,
	.modalFeedback h1 { text-align: center; font-size: 30px; color: #4F4D4B; font-weight: normal; margin: 15px 0; }
	
	.modalLogin table {width: 100%;}

	.modalLogin .btnLogInd {
		padding:8px;	
		padding-left:30px;
		padding-right:30px;
		background-color:#7FAF36;
		border:1px solid #567C1D;
		color:#FFFFFF;
		cursor:pointer;
		float:right;
		font-weight:bold;
		margin-top: 5px;
}

	.modalLogin span,
	.modalFeedback span,
	.modalFeedback label small { color: #E8266F; }
	
	.modalLogin div { border: 1px solid #CCC; padding: 30px; margin: 0 0 15px 0; }
	
	.modalFeedback div { border: 1px solid #CCC; padding: 15px; margin: 0 0 15px 0; float: left; }
	
	.modalLogin label { font-size: 11px; color: #666; float: left; width: 90px; display: block; text-align:right; margin-right: 10px; }
	
	.modalFeedback label { font-size: 11px; color: #666; float: left; width: 110px; display: block; }
	.modalFeedback div span{
		width: 250px; 
		display: block;
		float: right;
		margin-bottom: 15px;
		}
	.modalFeedback span label {
		width: 200px; 
		margin: 4px;
		}
	.modalFeedback span input {
		width: 20px; 
		float: left;
		clear: left;
		}
	.modalFeedback div {
	width: 360px;

}



	
	.modalLogin  br,
	.modalFeedback br { clear: both; }
	
	.modalLogin  cite,
	.modalFeedback cite { font-size: 11px; color: #666; }
	
	.modalFeedback em { font-size: 11px; color: #333; }
	
	.modalLogin ul,
	.modalFeedback ul { float: left; }
	
	.modalLogin li,
	.modalFeedback li { display: block !important; background: url(/images/view.gif) no-repeat 0 3px; }
	
	.modalFeedback li a{ font-size: 11px; color: #776950; font-weight: bold; padding: 0 0 0 20px; }
	
	.modalLogin li a{ font-size: 11px; color: #776950; font-weight: bold; padding: 0 0 0 20px; }


	.modalLogin input.btnLogInd,
	.modalFeedback input.btnSend { float: right; }
	
	.modalLogin input.inputUser { 
		width: 180px; 
		padding: 7px 0 0 21px; 
		height: 20px; 
		background: url(/images/key.gif) no-repeat 3px 4px;
		border: 1px solid #333;
		margin: 0 0 5px 0;
	}
	.modalLogin input.inputKey { 
		width: 180px; 
		padding: 7px 0 0 21px; 
		height: 20px; 
		background: url(/images/key.gif) no-repeat 3px 4px;
		border: 1px solid #333;
		margin: 0 0 5px 0;
	}



#textcontentfooter {
	border-bottom: 7px solid #534429;
	clear: both;
}

#textcontent {
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 40px;
	width: 600px;
	float: left;
	margin-right: 20px;
}
#textcontent h1{
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	color: #76b141;
}
#textcontent h2{
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	font-weight: normal;
	color: #76b141;
	font-size: 18px;
}
#textcontent strong{
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	font-weight: normal;
	color: #76b141;
	font-size: 18px;
}

#textcontent p{
	font-size: 14px;
	margin-bottom: 15px;
}
#textcontent p.teaser{
	color: #d93f79;
	color: #7a6030;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 30px;
}
#textcontent p.writenby{
	color: #d93f79;
	color: #7a6030;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 30px;
	border: #534429 1px solid;
	padding: 5px;
}
#textcontent img {
	float: right;
	margin: 10px;
	margin-right: 0px;
	border: 1px #d9d9d9 solid;
	background-color: #FFF;
	padding: 3px;
}
#textcontent #video{
	float: right;
	margin: 10px;
	margin-right: 0px;
	border: 1px #d9d9d9 solid;
	background-color: #FFF;
	padding: 3px;
}
#rightHospotColumn {
	width: 200px;
	float: left;
	margin-top: 30px;
}

ul.contentlist {
	padding: 0px 0px 20px 0px;
}
ul.contentlist li { background: url(/images/event.gif) no-repeat 25px 20px; padding: 15px 0 15px 55px; border-bottom: #CCC 1px solid;}
ul.contentlist a {color: #e8266f; font-size: 22px; text-decoration: underline; padding: 5px;}
ul.contentlist a:hover {background-color: #e8266f; color:#FFF; font-size: 22px; text-decoration: none;}

ul.articlelist li { background: url(/images/article.gif) no-repeat 25px 20px; padding: 15px 0 15px 55px; border-bottom: #CCC 1px solid;}
ul.recommendlist li { background: url(/images/recommend.gif) no-repeat 25px 20px; padding: 15px 0 15px 55px; border-bottom: #CCC 1px solid;}
ul.shoplist li { background: url(/images/basket_icon.gif) no-repeat 25px 20px; padding: 15px 0 15px 55px; border-bottom: #CCC 1px solid;}

ul.searchlist {
	padding: 0px 0px 20px 0px;
}
ul.searchlist li { background: url(/images/event.gif) no-repeat 25px 20px; padding: 15px 0 15px 55px; border-bottom: #CCC 1px solid;}
ul.searchlist a {color: #e8266f; font-size: 22px; text-decoration: underline; padding: 5px;}
ul.searchlist a:hover {background-color: #e8266f; color:#FFF; font-size: 22px; text-decoration: none;}
ul.searchlist p {padding: 5px;}
ul.searchlist p strong {color:#fff; background:#76B141; margin-bottom: 0px;}

.monthheading {
	background: url(/images/titleheader_arrangement.gif) no-repeat 0px 0px; 
	color:#FFF; 
	font-size: 18px; 
	text-decoration: none;
	padding: 10px;
	padding-left: 50px;
	height: 30px;
}

#comments {
	margin-top: 40px;
	clear: both;
}
#comments .comment {
	background: url(/images/comment_bg.gif) no-repeat 0px bottom; 
	font-size: 12px;
}
#comments .comment .commenttext {
	background: url(/images/comment_top.gif) no-repeat 0px 0px; 
	color: #8E8C8C;
	padding: 20px;
	padding-bottom: 0px;
}
#comments .comment .commenttext p{
	font-size: 12px;
	line-height: 1.5em;
}
#comments .comment .commentinfo{
	background: url(/images/comment_bottom.gif) no-repeat 0px bottom; 
	padding: 20px;
	padding-bottom: 47px;
	padding-top: 18px;
	margin-bottom: 5px;
}
#comments .comment .commentinfo .info{
	float: left;	
	color: #76b141;
	font-size: 12px;
}
#comments .comment .commentinfo .link{
	float: right;
}
#comments .comment .commentinfo .link a{
	color: #e8266f;
	background: url(/images/delete.png) no-repeat right 0px ;
	padding-right: 20px;
	padding-bottom: 2px;
}

.pullquote {
	font-size:22px;
	line-height:140%;
	margin:10px;
	background: url(/images/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 25px 0px 0px;
	color: #776950;
	margin-top: 50px;
	margin-bottom: 50px;
	clear: both;
	display: block;
}
.pullquote:first-letter {
	background: url(/images/openquote.gif) no-repeat left 4px !important;
	padding:2px 0px 10px 30px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}
.pullquote div {
	font-size: 12px;
	text-align: right;
	padding-right: 2px;
}





div.imagelist div {
	overflow: auto;
	border-top: #CCC 1px solid;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 15px;
}
div.imagelist div:first-child {
	border-top: none;
}
div.imagelist div a img{
	margin-right: 15px;
	padding: 0px;
}
div.imagelist div span a {color: #e8266f; font-size: 22px; text-decoration: underline; padding: 5px; margin-left: -5px;}
div.imagelist div span a:hover {background-color: #e8266f; color:#FFF; font-size: 22px; text-decoration: none;}

div.imagelist div p{
	margin-top: 10px;
}

div.imagelist img{
	padding: 0px !important;
	border: none !important;
	margin: 0px !important;
	margin-right: 15px !important;
	margin-left: 15px !important;
}

ul.questionlist {
	padding: 0px 0px 20px 0px;
}
ul.questionlist li { background: url(/images/lettericon.gif) no-repeat 25px 20px; padding: 15px 0 15px 55px; border-bottom: #CCC 1px solid;}
ul.questionlist a {color: #e8266f; font-size: 22px; text-decoration: underline; padding: 5px;}
ul.questionlist a:hover {background-color: #e8266f; color:#FFF; font-size: 22px; text-decoration: none;}
ul.questionlist div {color: #776950; font-size: 12px; padding: 5px;}

.standardbtn {
	border: #567c1d solid 1px;
	padding: 8px;
	color: #FFF;
	background-color: #7faf36;
	cursor: pointer;
	float: right;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none; 
	padding-right: 20px;
	padding-left: 20px;
}

.standardbtn.left {
	float: none;
}

p.author {
	border: #567c1d solid 1px;
	color: #567c1d;
	margin-bottom: 30px;
	padding: 10px;
}

.printfriendly {
	float: right;
	padding-right: 25px;
	background: url(/images/printer.png) no-repeat right 0px;
}

#commentform {
	padding: 15px;
	margin-top: 20px;
	padding-top: 35px;
	padding-right: 18px;
	overflow: auto;
	background: url(/images/commentform_bg.gif) no-repeat 0px 0px; 
	height: 240px;
	clear: both;
}
#commentform textarea{
	padding: 10px;
	width: 545px;
	margin-bottom: 10px;
	height: 115px;
	color: #8E8C8C;
}

/* ----------- basic Form ----------- */
.basicform{
	width:552px;
	padding:20px;
	margin: 1px 1px 20px 1px;
}
	/* ----------- basic ----------- */
	.basicform{
		border:solid 1px #DEDEDE;
		background-color: #f5f5f5;
	}
	.basicform h2{
		clear: both;
	}
	.basicform p{

		clear: both;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #dedede;
		padding-bottom:10px;
	}
	.basicform label{
		display:block;
		font-weight:normal;
		text-align:right;
		width:150px;
		float:left;
		font-size: 14px;
		clear: left;
	}
	.basicform .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:100%;
	}
	.basicform input{
		float:left;
		width:270px;
		margin:2px 0 25px 10px;
		padding: 5px;
	}
	
	
	.basicform .checkboxSmall{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:left;
		width:270px;
		float:left;
		margin:2px 0 0px 5px;
	}
	
	
	.basicform .checkbox{
		float:left;
		margin-left: 135px;
		margin-top: 0px;
		width: 30px;
	}
	.basicform .checkbox input{
		width: 15px;
		margin-right: 20px;
	}

	.basicform .checkboxLabel{
		float:right;
		width:382px;
		margin:2px 0 0px 0px;
		padding: 0px;
		padding-left: 5px;
		text-align: left;
		clear: none;
	}
	
	
	
	.basicform textarea{
		float:left;
		width:270px;
		margin:2px 0 20px 10px;
		padding: 5px;
		height: 80px;
	}
	
	
	
	.basicform button{ 
		clear:both;
		padding-left: 30px;
		padding-right: 30px;
	}


	.basicform select {
		float:left;
		width:270px;
		margin:2px 0 25px 10px;
		padding: 5px;
	}

	.basicform label {
		width: 200px;
	}

	.basicform table {
		margin-bottom: 15px;
		font-size: 14px;
	}
		.basicform table td{
			padding: 5px;
		}
		.basicform table td:first-child{
			color: #666;
		}

		.qtableHeadline {
				margin: 0px 0px -40px 0px;
		}

		.qtableHeadline table {
				width: 150px;
		}


		.qtableHeadline label {
				width: 30px;
				position: relative;
				top: -40px;
		}
		
		.qtableHeadline table td:first-child {
			color:#666666;
		}

		.qtableHeadline input {
				width: 30px;
				margin: 0px 0 5px 7px;
				
		}


		.qtable {
				margin: 0px 0px -40px 0px;
		}
		.qtable table {
				width: 150px;
		}


		.qtable label {
				width: 30px;
				position: relative;
				top: -20px;
		}
		
		.qtable table td:first-child {
			color:#666666;
		}

		.qtable input {
				width: 30px;
				margin: 0px 0 5px 7px;
				
		}

	.error, .newsletter-error {
		border: #F36 1px solid;
		margin: 20px;
		padding: 10px;
		color: #F36;
		font-size: 18px;
	}

	.sucess, .newsletter-sucess{
		border: #76B141 1px solid;
		margin: 20px;
		padding: 10px;
		color: #76B141;
		font-size: 18px;
	}




.basicform .spacer{clear:both; height:1px;}


.basicform .standardbtn {
	width: 120px;
	float: right;
	margin-bottom:10px;
}


.producthotspot {
	float:left;
	margin:0 1px 25px 0;
	padding:0 10px;
	width:288px;
}
	.producthotspot a.imagelink{
		display: block;
		width:288px;
		text-align: center;
	}
	.producthotspot p{
		color:#8E8C8C;
		font-family:Arial,Verdana,Tahoma,sans-serif;
		font-size:12px;
		padding-top: 10px;
	}
	.producthotspot .price{
		color:#D93F79;
		font-size:18px;
		margin-bottom:10px;
		float: right;
		padding-right: 10px;
	}

.teamtext {
	padding: 20px;
	font-size: 14px;
}

.required {
	color: #D93F79;
	font-size: 12px;
}

.tblQuestions {
		
}
.tblQuestions th {
	text-align: left;
	font-weight: bold;
	padding: 30px 0 10px 0;
}
.tblQuestions th a {
	font-weight: normal;
	margin-left: 20px;
}
.tblQuestions td {
	padding: 0 20px 10px 20px;
	vertical-align: top;
}
.tblQuestions label {
	font-weight: bold;
}
.tblQuestions .addAnswer {
	padding: 10px 20px 10px 20px;
}











































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
