
/* SET DEFAULTS */
body {
	position:relative;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	color:#000;
	text-align: center;
	background: #fff; 
}
* { 
	font-size: 1em; 
}
div, form{
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dt, dd  {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6{
	padding: .2em 0;
	line-height: 1.2em;
}	

h1 {font-size: 2em;}
h2 {font-size: 1.7em;}
li h2,
td h2{font-size: 1.42em;}

h3 {font-size: 1.5em;}
li h3,
td h3{font-size: 1.25em;}

h4 {font-size: 1.4em;}
li h4,
td h4{font-size: 1.16em;}

h5 {font-size: 1.3em;}
li h5,
td h5{font-size: 1.08em;}

h6 {font-size: 1.2em;}
p{
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0 0 1em 0;  
}
li li, li p, li h6, td p, td, h6{font-size: 1em;}

ul, ol, dl { 
	padding: 0 0 1em 0;  
} 
ul, ol, dl, li, dt, dd {
	line-height:1em;
	list-style: none;
}
li, dt, dd {
	font-size: 1.2em;
	line-height: 1.5em;
}
li li, li dt ,li dd,
dt li, dt dt ,dt dd,
dd li, dd dt ,dd dd, dd p {
	font-size: 1em;
	padding:0;
}



table{border-collapse:collapse;}
td, th{
	margin:0;
	padding:0;
	font-size: 1.2em;
	border-collapse:collapse;
}
th {font-weight:bold;}

a {
	color:#6ECA00;
	text-decoration: underline;
}
a:hover {
	color:#00cccc;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	text-decoration: none;
}	
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	color:#6ECA00;
	text-decoration: underline;
}	
	a.skiplink {
		position:absolute;
		left:-20000em;
		font-size:8px;
	}
	
img, a img {
	border: none;
	vertical-align:text-bottom;
}		


/* BOXES */
	#wrapper{
		z-index:0;
		width:1000px;
		margin: 0px auto;
		text-align:left;
		background:  url(../images/bgs/wrapper.jpg) left top repeat-y ; 
	}		
	#header, #content, #footer {
		width:920px;
		clear:both;
	}
	#header {
		height:197px;
		width:958px;
		margin:0 21px;
		background: #6ECA00 url(../images/bgs/header.jpg) left top no-repeat; 
	}
	#content {
		z-index:1;
		margin:17px 0 0 40px;
		padding-bottom:20px;
		border-bottom:1px solid #99CC00;
	}
	#footer  {
		float:left;
		display:inline;
		padding:20px 40px;
	}
	.credits{
		clear:both;
		padding-top:10px;
		text-align:center;
		background: #fff url(../images/bgs/footer.jpg) center top no-repeat;
	}

	#wrapper .banner  {
		position:absolute;
		margin-left:490px;
		top:84px;
	}








/* HEADER styles */

	#header h1,
	#header h2{ 
		float:left;
		display:inline;
	}
	#header h1.logo{ 
		width:838px;
		padding:30px 0 31px 24px;
	}
	#header h2{ 
		width:75px;
		padding:13px 0 0 0;
	}


	/* MENU styles */
		#menu #mainNav{
			clear:both;
			text-align:center;
			padding: 0 ;
		}
			#menu #mainNav li{
				margin:2px;
				font-size:1.5em;
				display:inline;
			}
		
			#mainNav li a {
				color:#fff;
				padding:5px 10px;
				text-decoration:none;
			}
			#mainNav li a:hover{
				background-color:#A5E900;
			}
	

/* FOOTER styles */
 #footer .copyright{
	margin-right:730px;
 }
 #footer .sponsorList{
	float:right;
	width:720px;
	padding:0;
}
 #footer .sponsorList li{
	width:110px;
	display:inline;
	padding-left:10px;
 }
 #footer .sponsorList li img{
 	vertical-align:middle;
 }

		


/* CONTENT styles */
	#content, 
	#content #feature, 
	#content #sidebar{
		float:left;
		display:inline;
		position:relative;
	}

	#content #userpanel {
		clear:both;
		padding:1em 12px .3em 12px;
		background: #fff; 
		border:2px solid #eeeddb;
		margin-bottom:1em;
}
		#userpanel h2.greeting{
			color:#333;
			margin-bottom:.3em;
			text-transform:uppercase;
			border-bottom:1px solid #6ECA00;
		}
		#userpanel ul li{
			display:inline;
			padding-right:6px;
		}

	#content .captionBox{
		float:right;
		width:300px;
		text-align:center;
		padding:0 0 10px 10px;
	}
	#content .stepThrough,
	#content .switch{
		clear:left;
		color:#666;
		padding:10px 0 0 0;
	}
	#content #sidebar .stepThrough{padding-left:14px;}
	#content .switch a,
	#content .stepThrough a{
		padding:1px 3px;
		text-decoration:none;
	}
	#content .switch a,
	#content .stepThrough .active{
		color:#666;
		padding:1px 3px;
		background:#EEEDDB;
		border:1px solid #ddd;
	}
	#content .switch a.active,
	#content .stepThrough a{
		color:#fff;
		padding:1px 3px;
		background:#6ECA00;
		border:1px solid #A5E900;
	}
	#content .stepThrough a:hover,
	#content .switch a:hover{		
		color:#fff;
		background:#A5E900;
		border:1px solid #A5E900;
	}
	#content .switch{text-transform:uppercase;}
	#content .switch a{
		display:block;
		padding:0;
		text-align:center;
		margin:2px 24px;
	}
	
	#content #feature{
		z-index:1;
		width:707px;
		padding: 0;
		margin:0 -20px 1.5em 0;
		min-height:300px;
		height: auto !important;
		height: 300px;
	}
		#wrapper .default #feature{
			width:667px;
			padding:15px 18px;
			background:#FFFFFF;
			border:2px solid #EEEDDB;
		}

	#content #sidebar {
		z-index:10;
		width:214px;
		margin-bottom:1.5em;	
	}

	
		#feature .captionBox p.caption{padding:0;}
		#feature .captionBox img{border:1px solid #6ECA00;margin-bottom:.2em;}

		#feature li,
		#feature dt,
		#feature dd{
			padding-left:15px;
		}	
		#feature li,
		#feature dt{
			background: url(../images/icons/bullet.gif) 6px 4px no-repeat; 
		}	
		#feature dt{font-weight:bold;}	
		#feature .specs dt{
			float:left;
			display:inline;
			padding:0 6px 0 0;
			background: none;
		}

		#sidebar h2.menuHeading{
			width:200px;
			color:#333;
			padding: .3em 0;
			margin-bottom:1em;
			text-transform:uppercase;
			border-top:2px solid #6ECA00;
			border-bottom:1px solid #6ECA00;
		}
		#sidebar p{width:200px;}
		
		#sidebar .sectionNav{
			width:216px;
			color:#666666;
			margin-right:-20px;
			position:relative;
			font-weight:bold;
		}
		#sidebar .sectionNav ul{
			padding-bottom:1.5em;
		}
		#sidebar .sectionNav ul,
		#sidebar .sectionNav li,
		#sidebar .sectionNav a{
			float:left;
			width:216px;
		}
		#sidebar .sectionNav a{
			width:204px;
			margin:1px 0;
			padding: 0 0 0 10px;
			display:block;
			position:relative;
			text-decoration:none;
		}
		#sidebar .sectionNav .active a{
			width:206px;
			margin:-1px 0;
			padding: 0 0 0 8px;
			background-color: #fff; 
			border:2px solid #EEEDDB;
			border-right:0px solid #EEEDDB;
		}
		#sidebar .sectionNav .dgButton a{
			display:inline;
			width:auto;
			border:0;
			padding:0 !important;
			background-image:none !important; 
		}

	
/* INDEX styles */
		.index #intro,
		.index #featuredProduct{
			float:left;
			display:inline;
			margin-bottom:14px;
		}
			.index #intro{
				width:295px;		
				padding-right:14px;
			}
				.index #intro h1{
					color:#333;
					font-size:1.7em;
					padding: .3em 0;
					margin-bottom:1em;
					border-top:2px solid #6ECA00;
					border-bottom:1px solid #6ECA00;
				}
				.index #intro h1 span{
					font-size:.9em;
					font-weight:normal;
				}
			.index #featuredProduct{
				width:587px;
				padding:10px;
				border:2px solid #FFF261;
			}
				.index #featuredProduct .captionBox{
					float:left;
					width:400px;
					padding:0 10px 0 0;
				}
				.index #featuredProduct h2{color:#DB242F;}
				.index #featuredProduct li{
					padding-left:15px;
					background: url(../images/icons/bullet.gif) 6px 4px no-repeat; 
				}	
				.index #featuredProduct .productInfo{
					float:left;
					width:170px;
				}
				.index #featuredProduct .shopLink{
					padding:20px 0 0 10px;
				}




		.index #highlights{
			clear:both;
		}
			.index #highlights .module{
				float:left;
				display:inline;
				width:273px;
				height:240px;
				padding:10px 10px 0px 10px;		
				margin:0 14px 10px 0;
				border:2px solid #FFF261;
			}
				.index #highlights .module p{padding-bottom:.5em;}
				.index #highlights .module h2,
				.index #highlights .module a{
					color: #DB242F;
				}
			.index #highlights .col2{
				border:2px solid #FBC964;
				background: url(../images/bgs/index-module2.jpg) left bottom no-repeat;
			}
				.index #highlights .col2 h2,
				.index #highlights .col2 a{
					color:#FF9900;
				}

			.index #highlights .col3{
				margin-right:-20px;
				border:2px solid #B3E000;
				background: url(../images/bgs/index-module3.jpg) left bottom no-repeat;
			}
				.index #highlights .col3 h2,
				.index #highlights .col3 a{
					color:#B3E000;
				}

			.index #highlights .imgBox{
				color:#fff;
				background:#000;
				border:2px solid #666;
			}
			.index #highlights .imgBox a{color:#fff;}
			.index #highlights .imgBox .captionBox{
					float:none;
					width:275px;
					padding:0;
					margin:0 -1px 5px -1px;
				}
				.index #highlights .imgBox .captionBox img{border:2px solid #666;}


			.index #highlights #MailingList label{
			    color: #000;
			    background: #fff;
			    }
			    
			    .index #highlights #MailingList {
			        padding-bottom: 0px;
			    }
			    
			.index #highlights #MailingList input{margin-bottom:5px;}
			.index #highlights #MailingList #MailingList_Email{
				color:#000;	
				background:#fff;
				border-color:#99CC00;
			}


/* PHOTO GALLERIES on Courses & Events ages */
	#feature .galleryList{
		float:left;
		clear:both;
		width:667px;
	}
	#feature .galleryList li{
		width:142px;
		height:142px;
		float:left;
		position:relative;
		background-image:none;
		padding:0 8px 8px 0;
	}	
	.editmode #feature .galleryList li{
		height:155px;
	}	
	#feature .galleryList a.gallerypic{
		display:block;
		text-align:center;
		width:140px;
		height:140px;
		background: #eeeddb;
		border:1px solid #E7E6D3;
		z-index:0;
	}	
		.courses #feature .galleryList{
			width:460px;
			margin:0 -25px 1.2em 0;
		}		
		.events #feature .galleryList li{padding:0 22px 12px 0;}		
		.challenge #feature .galleryList{width:607;}		
		.challenge #feature .galleryList li{padding:0 12px 12px 0;}		
		.challenge #feature .galleryList li.col4{padding-right:0;}		
		.challenge #feature .galleryList a.gallerypic{
			background: #323233;
			border:1px solid #494949;
		}		


/* NEWS & EVENTS styles */
		.news #sidebar .sectionNav li,
		.events #sidebar .sectionNav li{
			width:204px;
			line-height:1.3em;
			margin:1px 0 6px 0;
			padding: 2px 0 0 10px;
		}
		.news #sidebar .sectionNav .active,
		.events #sidebar .sectionNav .active {
			width:206px;
			margin:-1px 0 4px 0;
			padding: 2px 0 0 8px;
			background-color: #fff; 
			border:2px solid #EEEDDB;
			border-right:0px solid #EEEDDB;
		}
		.news #sidebar .sectionNav a,
		.news #sidebar .sectionNav .active a ,
		.events #sidebar .sectionNav a,
		.events #sidebar .sectionNav .active a {
			margin:0;
			padding: 0;
			border:0;
			background-color:transparent;
		}
		.news #content #feature .newsItem,
		.events #content #feature .eventItem{
			width:667px;
			float:left;
			display:inline;
			padding:15px 18px;
			background:#FFFFFF;
			border:2px solid #EEEDDB;
			min-height:300px;
			height: auto !important;
			height: 300px;
		}
		.news #feature .newsList li,
		.events #feature .eventList li{
			float:left;
			width:667px;
			padding:15px 18px 5px 18px;
			background:#FFFFFF;
			border:2px solid #EEEDDB;
			margin-bottom:15px;
		}
		.news #feature .newsList .captionBox,
		.events #feature .eventList .captionBox{width:200px;}
		.news #feature .newsList h2.headline,
		.events #feature .eventList h2.eventTitle{font-size:1.6em;}

		.news #feature .newsList h3.date{color:#666666;font-size:1.1em;}
		.news #feature .newsItem h2.date{color:#666666;font-size:1.4em;}





	
	
/* SHOP styles */
	.booklet #feature .productInfo,
	.booklet #feature .productInfo .captionBox{
		width:400px;
		float:left;
		display:inline;
	}
	.booklet #feature .productInfo .captionBox{
		padding:0 0 10px 0;
	}
	.booklet #feature .productInfo .captionBox img{border:0px;}

	.booklet #feature .shopHighlights{
		margin-left:410px;
	}
		.booklet #feature .shopHighlights dl.samplePDF{
			border-bottom:1px solid #A5E800;
			padding:10px 0 15px 60px;
			background:url(../images/icons/PDFicon.gif) left top no-repeat;
		}
		.booklet #feature .shopHighlights dl.samplePDF dt,
		.booklet #feature .shopHighlights dl.samplePDF dd{
			background-image:none;
			padding:0;
		}
		.booklet #feature .shopHighlights dl.samplePDF dt{font-size:1.4em;font-weight:normal;}
		.booklet #feature .shopHighlights .courseLink{
			font-size:1.4em;
			line-height:1.2em;
			padding:15px 60px;
			border-bottom:1px solid #A5E800;
			background:url(../images/icons/arrow.gif) left center no-repeat;
		}

	.booklet #feature .shopHighlights .cartBox{
		margin-top:20px;
		padding:1.3em 8px 0 8px;
		border:1px solid #000;
	}
	.booklet #feature .shopHighlights .cartBox h2{
		position:absolute;
		margin-top:-1.6em;
		background-color:#fff;
	}
	.booklet #feature #cartOutput {
		width:234px;
		margin-bottom:8px;
	}
		.booklet #feature #cartOutput td{
			padding:4px 0;
			font-size:1.4em;
			border-top:1px solid #585858;
			border-bottom:1px solid #585858;
		}
		.booklet #feature #cartOutput .product{
			border:0px;
			color:#000;
			font-weight:bold;
		}
		.booklet #feature #cartOutput .desc,
		.booklet #feature #cartOutput .qty,
		.booklet #feature #cartOutput .price{
			border:0px;
		}
		.booklet #feature #cartOutput .qty,
		.booklet #feature #cartOutput .price,
		.booklet #feature #cartOutput .cartsubfoot,
		.booklet #feature #cartOutput .cartsubresult{
			text-align:right;
		}
		.booklet #feature #cartOutput .qty input{
			width:26px;
			padding:1px;
			text-align:right;
		}

		/* SHOPLINK - also used on home page */
			.shopLink{
				width:130px;
				padding:20px 0 0 60px;
			}
			.shopLink p{
				padding:5px 5px;
				font-size:1.4em;
				line-height:1.3em;
			}
			.shopLink .cost{
				font-size:1.3em;
				font-weight:bold;
			}
			.shopLink span{
				font-size:1.6em;
				font-weight:bold;
			}

			/* CHECKOUT tweaks */

			#feature dl.order {width:510px;}
			#feature .order dt {
				float:left;
				width:10em;
				font-weight:bold;
				padding:0;
				background-image:none;
			}
			#feature .order dd {
				padding-left:10.2em;
				border-bottom:1px solid #eeeddb;
			}
				form .creditType fieldset input,
				form .creditExpiry fieldset input{ 
					width:auto;
					border: 0px;
					background: none; 
				}
				form .creditType fieldset label,
				form .creditExpiry fieldset label{
					float:none;
					width:auto;
					margin:2px 0;
					font-weight:normal;
				}
				form .creditType fieldset label,
				form .creditExpiry fieldset select{margin-right:15px;}
				form#Orders .creditCVC label,
				form#Orders .creditCVC input{width: auto;margin-right:15px;}
	
	
	
/* COURSES styles */
	.courses #content #feature{
		width:703px;
		min-height:1050px;
		height:auto !important;
		height:1050px;
		padding:15px 0px;
		background:#FFFFFF;
		border:2px solid #EEEDDB;
	}
	.courses #feature h2{
		padding-top:.5em;
		font-size:1.5em;
	}
	.courses #feature .courseInfo,
	.courses #feature .courseSummary{
		float:left;
		display:inline;
		margin-bottom:2em;
	}		
	.courses #feature .courseInfo{
		width:220px;
		margin:0 10px 0 18px;
	}
	.courses #feature .courseSummary{
		width:440px;
		margin-right:-25px;
	}		
	.courses #feature .courseName{
		color:#CC3300;
		font-size:1.8em;
	}		
	.courses #feature .captionBox{
		width:438px;
		padding-left:0;
		float:none;
	}		
	.courses #feature .courseSpecs li,
	.courses #feature .facilities li{
		padding:0;
		background-image:none;
	}		
	.courses #feature .facilities li{
		width:48px;
		float:left;
		display:inline;
	}		
	.courses #feature .offers{
		float:left;
		width:445px;
		padding-bottom:7px;
		margin:0 0 1.2em 0;
		background:url(../images/bgs/vouchers-base.jpg) left bottom no-repeat;
	}		
	.courses #feature h2 .buy{
		float:right;
		width:105px;
		margin-right:7px;
	}		
	.courses #feature .vouchers{
		float:left;
		width:465px;
		margin:5px -25px 0 0;
		background:url(../images/bgs/vouchers.jpg) left top repeat-y;
	}		
		.courses #feature .vouchers li{
			width:188px;
			float:left;
			display:inline;
			text-align:center;
			padding: 13px 15px 6px 10px ;
			margin-right:17px;
			background: #D4F5B3 none left top no-repeat;
			background:url(../images/bgs/voucher-top.jpg) left top no-repeat;
		}		
		.courses #feature .vouchers h3,
		.courses #feature .vouchers h4,
		.courses #feature .vouchers p{
			line-height:1.2em;
			padding:0;
		}		
		.courses #feature .vouchers h3{
			line-height:1.1em;
			font-size:1.3em;
		}		
		.courses #feature .vouchers h4{
			color:#D32325;
			font-size:1.47em;
			padding:.1em 0;
		}		
		.courses #feature .vouchers p{
			font-size:.95em;
		}		



/* CORPORATE CHALENGE styles */
	.challenge #content #feature{
			width:667px;
			padding:0px 18px 15px 18px;
			background:#FFFFFF;
			border:2px solid #EEEDDB;
	}
		.challenge #feature .box{
			float:left;
			width:607px;
			padding:10px 0;
			border-top:1px solid #666666;
		}
		.challenge #feature li,
		.challenge #feature dt{
			background: url(../images/icons/bullet2.gif) 6px 4px no-repeat; 
		}	
	
	.challenge #feature .corpChallenge{
		float:left;
		width:607px;
		padding:170px 30px 10px 30px;
		background: #fff url(../images/bgs/corpChallenge-2010.png) left top no-repeat;
	}
		.challenge #feature h1.pageHeader {padding-bottom:20px;}
		.challenge #feature h3{color:#545661;}
		.challenge #feature table{
			float:left;
			width:607px;
			margin-bottom:1.5em;
		}
		.challenge #feature th,
		.challenge #feature td{
			padding:8px 13px;
			background:#e6f4fc;
			border:1px solid #75d3f6;
			vertical-align:top;
		}
		.challenge #feature th{
			background:#75d3f6;
			font-size:1.6em;
		}
		.challenge #feature td{font-size:1.5em;}
		.challenge #feature tr.leaderRow_0 td{background:#cfe9f7;}
		.challenge #feature td.date{width:100px;}
		.challenge #feature td.time{width:70px;}


	/* LANDING PAGE styles */
		.corpFront #content #feature h1.pageHeader {display:none;}
/*		.corpFront #content #feature .corpChallenge {
			padding-top:365px; 
			background: #1B1B1C url(../images/bgs/corpChallenge-front.jpg) 0px 0px no-repeat;
		} */
		.corpFront #content #feature .sectionNav {
			padding-top:330px;
			margin:0px -30px 15px -30px;
			text-align:center;
		}
		.corpFront #content #feature .sectionNav li {
			display:inline;
			padding:0 5px;
			background-image:none;
		}
		.corpFront #content #feature .sectionNav li a{
			color:#fff;
			padding:5px 5px;
			text-decoration:none;
			border: 1px solid #A5E800;
			background:#6ECA00 none left top no-repeat;
		}

	/* NEWS/ EVENTS/ TEAMS  styles */
		.challenge #feature .teamList li{
			float:left;
			padding:0;
			width:607px;
		}
		.challenge #feature .teamList li{
			padding:5px 0 10px 0;
			background-image:none;
			margin-bottom:5px;
			border-top:1px solid #666666;
		}
		.challenge #feature .captionBox img{border-color:#492207;}
		.challenge #feature .newsList .captionBox,
		.challenge #feature .eventList .captionBox,
		.challenge #feature .teamList .captionBox{width:200px;}
		.challenge #feature .newsList h2.headline,
		.challenge #feature .eventList h2.eventTitle{font-size:1.4em;padding-top:0;}

		.challenge #feature .newsList h3.date{color:#666666;font-size:1.1em;}

		.challenge #feature table.newsList td.article,
		.challenge #feature table.eventList td.summary{
			font-size:1.2em;
		}

		.challenge #feature .teamList h2{color:#6ECA00;}	
		.challenge #feature .teamList .captionBox{clear:right;}	
		.challenge #feature .teamList .logo{border:1px solid #492207;float:right;margin-bottom:.2em;}	

		.challenge #feature h2.challengeYear{background:#75d3f6;border-bottom:1px solid #e6f4fc;border-top:1px solid #e6f4fc;padding-left:12px;}	


	/* SPONSORS styles */
		.challenge #feature .sponsorList li{
			float:left;
			width:567px;
			padding:5px 20px;
			background-image:none;
			margin-bottom:5px;
			background:#e6f4fc;
		}
		.challenge #feature .sponsorList .sponsorPic{float:right;border: 1px solid #6eca00;margin:5px 0;}


        ul.courseIcons {
            list-style: none;
            margin-left: 20px;
            text-align: center;
        }
        
        #feature ul.courseIcons li {
            list-style-type: none;
            float: left;
            padding-right: 15px;
            margin-bottom: 40px;
            background-image: none;
        }

/* FORMS */
	
	/* CORE FORM styles */
		form * {
			color:#444; /* change for each site */
			font-family: arial, helvetica, verdana, trebuchet, sans-serif;
		}
		form{
			padding:0 0 1em 0;
		}

		/* clear browser defaults */
		input, select, textarea, label, legend, fieldset{
			margin:0;
			padding:0;
			font-size: 1.1em;
		}
		input, select, textarea{
			margin:0;
			padding:3px 2px;
			color:#fff;
			background:#666 !important;
			border:1px solid #585858; /* change for each site */
			font-family: arial, helvetica, verdana, trebuchet, sans-serif;
		} 
		textarea{ height: 60px; } 
		option {color:#fff;font-family: arial, helvetica, verdana, trebuchet, sans-serif;}
		label, legend {
			color:#000;
			font-weight:bold;
		}
		input{ width:180px; }
		label{
			float:left;
			width:120px;
			margin:3px 0 8px 0;
		}
		select {width:auto;}
		textarea{ 
			height: 70px;
			width: 250px;
		} 
		fieldset{ 
			clear:both;
			padding:5px 10px;
			margin:0 0 .5em 0; 
			background:#fff !important;
			border:1px solid #585858; /* change for each site */
		} 
	
		/* DREAMGIRL FORM LIST STUFF */
			form .row{clear:both;}
			
			#feature form ul.multi li{
				padding-left:110px;
			}
			#feature form ul.multi li,
			#feature form ul.row li{
				font-size:1.1em;
				padding:2px 0;
			}
			form ul.multi input,
			form ul.row input{
				width:auto;
				margin-right:3px;
			}
			form ul.multi label{
				float:none;
				font-size:1em;
				font-weight:normal;
			}
			form li{
				padding:0px;
				background-image:none !important;
			}
	
		/* FEATURE LOGIN FORM  */
			form.loginForm{ 
				width:320px; 
			}
			form.loginForm label{ 
				width:80px; 
			}
			form.loginForm input{ 
				margin:2px 0; 
			}
			form.loginForm input.loginbutton{ 
				margin-left:80px; 
			}
	
	
		/* BUTTONS */
			/* first class wipes out standard input borders etc for buttons, second one allows for varied width image etc */
			form .gobutton,
			form .loginbutton,
			form .emptybutton,
			form .updatebutton,
			form .submitbutton,
			form #submitbutton{ 
				color:#fff;
				width:170px; 
				cursor:pointer;
				font-weight:bold;
				padding:5px 0;
				border:0px solid #DA1105;
				background: transparent url(../images/icons/submit-button.gif) left top no-repeat;
			}
			form .gobutton,
			form .loginbutton,
			form .updatebutton,
			form .emptybutton,
			form .submitbutton,
			#Orders #submitbutton,
			#confirmOrder #submitbutton,
			#Feedback #submitbutton,
			#MailingList #submitbutton{
				width:auto;
				padding:0;
				background-color:transparent !important;
				vertical-align: middle;
			}

		/* ERROR styling */
			form h2.warning{ 
				font-size:1.6em;
				color:#DE041D; 
			}
			form .inputError{ 
				display:block;
				color:#DE041D; 
				font-size:11px;
				line-height:1em;
				margin:6px 0 0 3px;
			}
	
		
		/* CONTACT/FEEDBACK form tweaks */
			form#Feedback .multi {padding:2px 0 0 0;}

/* Google toolbar test */





	
/* clearfix hack if needed */

	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
		}
	
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
		}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
		}	


        

/* management tweaks */
	#content .manage dl {
		border: 1px dashed #ccc;
		padding-bottom:0;
	}
	#content .manage dd {
		margin-left: 20px;
	}
	#content .manage .newButton {
		display:block;
		padding-bottom: 12px;
	}	






/* dreamgirl CMS styles*/
.buttonContainer
{
		display: inline;
        overflow: visible;
}

#dgInlineFeedback {
        width: 259px;
        height: 242px;
        color: #000;
        background: url(../dreamgirl/images/success.png)!important;
        background: url(../dreamgirl/images/success.gif);
        }


.dgInlineForm {
        width: 500px;
        border: 0px;
       /* margin:12px 0 0 -200px; */
        margin:12px 0 0 0;
		left:0;
        position: absolute;
        visibility: visible;
        overflow: hidden;
		z-index:100;
        
}

iframe {
		position:absolute;
        width: 500px;
        border: 0px;
        padding: 0px;
        margin: 0px;
}
.dgInlineButton {
        border: 0px;
        background-color: transparent;
}

.dgInlineButtonActivated {
        background-color: #ccc;
        margin-right: 3px;
}

.dgActiveElement {
		border: 1px dashed #eebddc;
		z-index:100 !important;
}

.dgInactiveElement {
        background-color: transparent;
}

.dgButtonLink {
        border: 0px;
        margin-right: 3px;
}






