/* DropSections */
	.DropSectionTitle{
		margin:20px 0px 0px 0px; 
		/*background-image:url(/_images/DropTitleBG.gif); */
		background-repeat:repeat-x;
		cursor:pointer;
		border-top:1px dashed #ccc;
	}
	.DST_IMG,.DST_Title,.DST_SmText{
		display:inline;
	}
	.DST_IMG{
		float:left;
		clear:right;
		height:18px;
		width:18px;
		margin:0px 5px 0px 0px;
	}
	.DST_Title{
		font-size:14px;
		color:#005dab;
	}
	.DST_SmText{
		color:#333;
		font-size:10px;
	}
	.DST_Details{
	margin-left:23px;
	display:none;
	}
	
	div.DST_Details ul { 
		color:#666;
		list-style: disc; 
		margin-bottom: 1em; 
		padding-left: 2em; 
	}
	div.DST_Details ul ul li { 
		list-style-type:circle;
	}
	div.DST_details  ol { 
		color:#666;
		list-style:decimal; 
		margin-bottom: 1em; 
		padding-left: 2em; 
	}


/* BOTTOM BOXES */
/*
	#BottomBoxesWrapper{
		float:left;
		width:100%;
		clear:both;
		margin:20px 0px;
	}
	div.BottomBox1, div.BottomBox2, div.BottomBox3{
		border:1px dashed #ccc;
		width:225px;
		display:block;
		float:left;
		height:325px;
		overflow:auto;
		margin-right:8px;
		background-color:#EFEFEF;
	}
	.BottomBoxTitle{
		color:#47292b;
		font-size:14px;
		padding:2px;
		min-height:35px;
	}
	.BottomBoxContent{
		margin-top:5px;
		padding:2px;
		overflow:auto;
	}
*/
/*  SeminarInstanceGrid */
	#SeminarInstanceGrid{
		float:left;
		width:100%;
		clear:both;
		margin:20px 0px;
	}
	#SeminarInstanceGrid>ul, #SeminarInstanceGrid li.ProductInstance{
		 list-style: none;
		 margin: 0;
		 padding: 0;
		 font-size:12px;
	}
	#SeminarInstanceGrid ul li.ProductInstance {
		border:1px dashed #ccc;
		width:200px;
		display:block;
		float:left;
		height:170px;
		overflow:auto;
		margin:0px 10px 10px 0px;
		background-color:#EFEFEF;
		padding:5px;
	}
	.ProductInstanceDates{
		color:#47292b;
		font-size:11px;
		font-weight:normal;
	}
	.ProductPriceMarkdown{
		color:#F00;
		text-decoration:line-through;
	}
	.ProductPriceMarkdownExpires{
		font-size:10px;
	}
	.ProductInstanceSpacer{
		height:10px;
	}
	.ProductInstanceDetails{
		list-style: disc; 
		margin-bottom: 1em; 
		padding-left: 2em; 
		min-height:100px;
		font-size:11px;
		color:#333;
	}
	
/* OverlayRegisterSelector */
	div.OverlayRegisterSelector{
		float:left;
		width:600px;
		clear:both;
		margin:-56px 0px 0px 75px;
		z-index:20;
		position:absolute;
		display:none;
	}
	div.OverlayRegisterSelector div.ORSTop{
		background-image:url(../_images/ORS_Top.png);
		background-repeat:no-repeat;
		padding:9px 12px 0px 0px;
	}
	div.OverlayRegisterSelector div.ORSBottom{
		background-image:url(../_images/ORS_Bottom.png);
		background-repeat:no-repeat;
		height:24px;
	}
	div.OverlayRegisterSelector ul{
		 list-style: none;
		 margin: 0 0 0 50px;
		 padding: 0;
		 font-size:12px;
		 clear:both;
	}
	div.OverlayRegisterSelector li.ProductInstance{
		 list-style: none;
		 margin: 0;
		 padding: 0;
		 font-size:12px;
	}
	div.OverlayRegisterSelector ul li.ProductInstance {
		border-top:1px dashed #ccc;
		display:block;
		overflow:auto;
		margin:0px 0px 0px 0px;
		padding:10px;
	}
	div.OverlayRegisterSelector ul li.AddToCart {
		border-top:1px dashed #ccc;
		display:block;
		overflow:auto;
		margin:0px 0px 0px 0px;
		padding:10px;
		background-color:#EFEFEF;
	}
	div.OverlayRegisterSelector div.ORSProdRadio{
		float:left;
		display:block;
		width:20px;
		text-align:left;
	}
	div.OverlayRegisterSelector div.ORSProdDetails{
		float:left;
		display:block;
		width:495px;
		text-align:left;
	}
	div.OverlayRegisterSelector .ProductInstanceDates{
		color:#47292b;
		font-size:12px;
		font-weight:normal;
	}
	div.OverlayRegisterSelector .ProductPriceMarkdown{
		color:#F00;
		text-decoration:line-through;
	}
	div.OverlayRegisterSelector .ProductPriceMarkdownExpires{
		display:block;
		font-size:10px;
	}
	div.OverlayRegisterSelector .ProductInstanceSpacer{
		height:10px;
	}
	div.OverlayRegisterSelector .ProductInstanceDetails{
		list-style: disc; 
		margin-bottom: 1em; 
		padding-left: 2em; 
		height:65px;
	}
	a.btnRegisterShowORS{
		cursor:url("../_images/magnifier.cur"),help;
	}
	div.btnRegisterShowORS{
		background-color:#005DAB;
		border:1px solid #CCC;
		/*background-image:url(../_images/ButtonBG.gif);*/
		display:inline-block;
		width:110px;
		cursor:url("../_images/magnifier.cur"),help;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
	}
	div.btnRegisterShowORS:hover{
		border:1px solid #CCC;
	}
	div.btnRegisterShowORS div.btnRegisterShowORSMag{
		float:left;
		width:18px;
		margin-top:2px;
	}
	div.btnRegisterShowORS div.btnRegisterShowORSArrow{
		float:left;
		width:13px;
		margin-top:4px;
	}
	div.btnRegisterShowORS div.btnRegisterShowORSLabel{
		float:left;
		margin-top:0px;
		display:inline;
		color:#FFF;
		text-decoration:none;
	}

/* ACTIONS */
	#ProductLinks{
		width: 166px;
		margin:0px 0px 10px 20px; 
		display:inline-block;
		white-space:normal; 
		float:right;
		right:0px;
		position:relative;
	}
	#ProductLinks ul,
	#ProductLinks ul li {
		 list-style: none;
		 margin: 0;
		 padding: 0;
		 font-size:12px;
	}
	#ProductLinks li {
		width: 166px;
		vertical-align: middle;
		text-align:left;
		font-weight: normal;
		border-top: 1px dashed #CCC;
	}
	#ProductLinks ul li:hover		{ 
		background-color:#EFEFEF;
	}
	#ProductLinks ul li.last {
		border-bottom: 1px dashed #CCC;
	}
	#ProductLinks a{ 
		padding: 8px;
		display: block; 
	}
	#ProductLinks ul li a:link,
	#ProductLinks ul li a:visited	{ 
		text-decoration:none;
	}
	#ProductLinks ul li a:hover		{ 
		
	}
	#ProductLinks ul li a:active	{ 
		
	}

