/* 

Site: 			HCMarketPlace
Title:			screenv2.css
Author: 		Michael Mottau (mmottau@hcpro.com)
Last Updated:  	May 28, 2009

*/

/* @group GLOBAL */

.v2 html, .v2  body, .v2  div, .v2  span, .v2  applet, .v2  object, .v2  iframe, .v2 
h1, .v2  h2, .v2  h3, .v2  h4, .v2  h5, .v2  h6, .v2  p, .v2  blockquote, .v2  pre, .v2 
a, .v2  abbr, .v2  acronym, .v2  address, .v2  big, .v2  cite, .v2  code, .v2 
del, .v2  dfn, .v2  em, .v2  font, .v2  img, .v2  ins, .v2  kbd, .v2  q, .v2  s, .v2  samp, .v2 
small, .v2  strike, .v2  strong, .v2  tt, .v2  var, .v2 
b, .v2  u, .v2  i, .v2  center, .v2  
dl, .v2  dt, .v2  dd, .v2  ol, .v2  ul, .v2  li, .v2 
fieldset, .v2  form, .v2  label, .v2  legend, .v2 
table, .v2  caption, .v2  tbody, .v2  tfoot, .v2  thead, .v2  tr, .v2  th, .v2  td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}


blockquote, q {
	quotes: none;
}
hr {
	border:0;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.v2 body{
	background:#FBFAF6 url(/images/body-bg.jpg) top left repeat-x;
	padding-top:0;
	padding-bottom:30px;
	color:#49443f;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:75%;
	text-align:left;
	line-height:1.5em;
	text-align:center;
}

#container{
	width:990px;
	margin:0 auto;
	text-align:left;
}

.v2 h1,.v2 h2,.v2 h3,.v2 h4,.v2 h5,.v2 h6{
	color:#940504;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:normal;
}

.v2 h1 {
	color: #940504;
	font-size: 2.17em;								/* 26px	*/
	line-height: 1em;								/* 26px */
	margin-top: 0.23em;								/* 6px  */
	margin-bottom:1em;								/* 26px */
	
}


.v2 h2 {
	margin-bottom: .82em;							/* 18px */
	color:#5f320a;
	font-size: 1.83em;								/* 22px */
	line-height: 1em;								/* 22px */
	background:none;								/* Overide Master.css */
	border-bottom:none;								/* Overide Master.css */
}

.v2 h3 {
	font-size:1.33em;								/* 16px */
	line-height: 1.125em;							/* 18px */
	margin-top: 0.56em;								/* 9px */
	margin-bottom: 1em								/* 12px */
}
.v2 h4 {
	color:#76614b;
	font-size: 1em;									/* 12px */
	line-height: 1.5em;								/* 18px */
}


.v2 p, .v2 ul, .v2 blockquote,.v2 table {
	margin: 1.2em 0;
}
.v2 p, .v2 li{
	color:#49443f;
	font-size:1.08em;								/* 14px */
	line-height:1.57em;								/* 22px */
}
.v2 ul, .v2 ol{
	margin-left:2em;
}
.v2 li{
	margin:0.833em 0;
	list-style-type:disc;
}
.v2 .list-tight li{
	margin:0.4em 0;
}
.v2 ol li{
	list-style:decimal;
	}
.v2 ol.lower_alpha li{
	list-style:lower-alpha;
	margin-left:1.5em;
	}
.v2 fieldset, .v2 img, .v2 a, .v2 abbr, .v2 fieldset {
	border: none;
}
.v2 select, .v2 input, .v2 texarea {
	font-family: inherit;
	font-size: 1em;
}
.v2 a {
	color: #066BA5;
	text-decoration:underline;

}
.v2 a:hover,
.v2 a:focus {
	color: #0896E8;
	text-decoration:none;
}
.v2 a.active{
	color:#715E5C;
	border-bottom:none;
}


.v2 a.img{
	border: none;
	display:block;
	}


.v2 option {
	margin-right: 1em;
}
.v2 label {
	cursor: pointer;
}
.v2 .required{
	color:#49443f;			/* Overide Master.css */
	font-weight:normal;		/* Overide Master.css */
	height:auto!important;			/* Overide Master.css */
}

.v2 .amp {
	font-family: "Goudy Old Style",Baskerville, Palatino, Georgia, serif;
	font-style: italic;
}
.v2 .clear {
	clear:  both;
}

.v2 .clearfix:after{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.v2 input {
	vertical-align:middle;
}

.v2 input,.v2  textarea,.v2 select,.v2 button {
font-family:inherit;

}
.v2 .twenty,
.v2 .thirty,
.v2 .forty,
.v2 .sixty,
.v2 .seventy,
.v2 .eighty,
.v2.split {
	float: left;
	overflow: hidden;
}
.v2 .twenty {
	width: 20%;
}
.v2 .thirty {
	width: 30%;
}
.v2 .forty {
	width: 40%;
}
.v2 .split {
	width: 50%;
}
.v2 .sixty {
	width: 60%;
}
.v2 .seventy {
	width: 70%;
}
.v2 .eighty {
	width: 80%;
}
.v2 .full {
	width: 100%;
}
/*.content,*/
.v2 .content  {
	position: relative;
	padding: 0 1.8em;				/* 21px */
	overflow: visible;
}

/*THis is for the accordian listings on non .v2 pages 
  w/o it the best sellers drops down */
.eighty{
float:left;
margin:0 15px 2em;
width:527px;
}

/* ****************** */
.v2 .hide{
 	display:none;
}



.v2 .callout{
	background: #fff;
	margin: 2em  0;
	padding: .8em 1em;
	border: 2px solid #f6e5cd;
}

.v2 .left {
	float: left;
	margin-right: 1.426em;		/* 20px */
	display: inline;
}

.v2 .right {
	float: right;
	margin-left: 1.426em;		/* 20px */
	display: inline;
}

.v2 .top{
	margin-top:0;
}

.v2 .floatless{
	float:none!important;
}
.v2 .meta{
	margin:0;
}
.attention{
	color:#C4620B;
}
/*@end*/ 

/* @group Helper Styles */
.v2 h2.page-title{
	color: #940504;
	font-size: 2.17em;								/* 26px	*/
	line-height: 1em;								/* 26px */
	margin-top: 0.23em;								/* 6px  */
	margin-bottom:1em;								/* 26px */
}

.v2 h2.section-header{	
	font-size:1.5em;								/* 18px */
	padding-bottom:0.27em;							/* 5px */
	border-bottom:1px solid #D4CDB1;
	clear:both;
}
		
.v2 ul.split{
	width:46%;
}

.v2 ul.nav,.v2  ul.nav li{
	list-style:none;
	margin:0;
}
.v2 ul.nav li{
	display:block;
	float:left;
}
.v2 p.archive{	
	margin-top:1.4em;
}
.v2 p.archive a{
	color:#d26200;
	border-bottom-color:#d36200;
	background:url(../images/icon-archive.png) right center no-repeat;
	padding-right:1em;
}	
.v2 ul.no-bullets li{
	list-style:none;
}
.v2 .price span{
	color:#940504;
}

.v2 .blue-arrow li,.v2 .dark-arrow li{
	background:url(/images/blue-arrow.gif) 0 50% no-repeat;
	padding-left:15px;
	list-style:none;
}
.v2 .dark-arrow li{
	background: url(/images/dark-arrow.gif) 0 50% no-repeat;
}
/*@end*/ 
/* @group #header */
#header{
	overflow:hidden;
	padding:15px;
}

#branding, #branding a{
	background:none;
	height:61px;
	width:424px;
	margin:0;
	border:none;
}
#branding{
	float:left;
}
#branding a{
	display:block;
	background:url(../images/HCM_logo.png) no-repeat;
	text-indent:-99999px;
}

/* Used when we supress the link in the hcmarketplace header */	
#branding span{
	background:none;
	height:61px;
	width:424px;
	margin:0;
	border:none;
	display:block;
	background:url(../images/HCM_logo.png) no-repeat;
	text-indent:-99999px;
}

/* suppression of link */
#branding span.acdis{background:url(../images/rotatinglogos/acdis.png) no-repeat;}
#branding span.ahap{background:url(../images/rotatinglogos/ahap.png) no-repeat;}
#branding span.boj{background:url(../images/rotatinglogos/boj.png) no-repeat;}
#branding span.bootcamp{background:url(../images/rotatinglogos/bootcamp.png) no-repeat;}
#branding span.cltc{background:url(../images/rotatinglogos/cltc.png) no-repeat;}
#branding span.cpdr{background:url(../images/rotatinglogos/cpdr.png) no-repeat;}
#branding span.elearn{background:url(../images/rotatinglogos/elearn.png) no-repeat;}
#branding span.epharm{background:url(../images/rotatinglogos/epharm.png) no-repeat;}
#branding span.greeley{background:url(../images/rotatinglogos/greeley.png) no-repeat;}
#branding span.harc{background:url(../images/rotatinglogos/harc.png) no-repeat;}
#branding span.hcprofessor{background:url(../images/rotatinglogos/hcprofessor.png) no-repeat;}
#branding span.hlm{background:url(../images/rotatinglogos/hlm.png) no-repeat;}
#branding span.justcoding{background:url(../images/rotatinglogos/justcoding.png) no-repeat;}
#branding span.parc{background:url(../images/rotatinglogos/parc.png) no-repeat;}
#branding span.stressed{background:url(../images/rotatinglogos/stressed.png) no-repeat;}
#branding span.sfnm{background:url(../images/rotatinglogos/sfnm.png) no-repeat;}
#branding span.csha{background:url(../images/rotatinglogos/csha.png) no-repeat;}
#branding span.hcpro-greeley {background:url(../images/rotatinglogos/hcpro-greeley.png) no-repeat;}

/* logo brand */
#branding a.acdis{background:url(../images/rotatinglogos/acdis.png) no-repeat;}
#branding a.ahap{background:url(../images/rotatinglogos/ahap.png) no-repeat;}
#branding a.boj{background:url(../images/rotatinglogos/boj.png) no-repeat;}
#branding a.bootcamp{background:url(../images/rotatinglogos/bootcamp.png) no-repeat;}
#branding a.cltc{background:url(../images/rotatinglogos/cltc.png) no-repeat;}
#branding a.cpdr{background:url(../images/rotatinglogos/cpdr.png) no-repeat;}
#branding a.elearn{background:url(../images/rotatinglogos/elearn.png) no-repeat;}
#branding a.epharm{background:url(../images/rotatinglogos/epharm.png) no-repeat;}
#branding a.greeley{background:url(../images/rotatinglogos/greeley.png) no-repeat;}
#branding a.harc{background:url(../images/rotatinglogos/harc.png) no-repeat;}
#branding a.hcprofessor{background:url(../images/rotatinglogos/hcprofessor.png) no-repeat;}
#branding a.hlm{background:url(../images/rotatinglogos/hlm.png) no-repeat;}
#branding a.justcoding{background:url(../images/rotatinglogos/justcoding.png) no-repeat;}
#branding a.parc{background:url(../images/rotatinglogos/parc.png) no-repeat;}
#branding a.stressed{background:url(../images/rotatinglogos/stressed.png) no-repeat;}
#branding a.sfnm{background:url(../images/rotatinglogos/sfnm.png) no-repeat;}
#branding a.csha{background:url(../images/rotatinglogos/csha.png) no-repeat;}
#branding a.hcpro-greeley {background:url(../images/rotatinglogos/hcpro-greeley.png) no-repeat;}


.verisign,
.v2 .verisign{
	float:right;
	margin:-10px 0 0 0;
	}
.v2 .verisign p{
	margin-top:0;
	}
#utility-links{
	float:right;
	clear:both;
	width:500px;
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;	
}

#utility-links li{
	float:left;
	list-style:none;
	margin-right:15px;
	padding:1px 0 1px 20px;
}


#utility-links li.account-login{background:url(../images/lock_go.gif) 0 50% no-repeat;}
#utility-links li.my-account{background:url(../images/user.gif) 0 50% no-repeat;}
#utility-links li.account-logout{background:url(../images/lock_out.gif) 0 50% no-repeat;}
#utility-links li.shopping-cart{background:url(../images/cart.gif) 0 50% no-repeat;}
#utility-links li.customer-service{background:url(../images/bell.gif) 0 50% no-repeat;}		
#utility-links li.help{background:url(../images/help.gif) 0 50% no-repeat;}
#utility-links li.home{background:url(../images/house.gif) 0 50% no-repeat; margin-right:0;}
.v2 #utility-links li a{float:left; text-decoration:none; font-size:.92em;}

.v2 h3.newsletters{	
	background:url(/images/newsletter-icon.png) no-repeat 0 50%;
	padding-left:70px;
	margin:0;
	font-size:1.2em;
	font-style:italic;
	line-height:1.2em;
	font-family:Arial, Helvetica, sans-serif;	
	}
	.v2 h3.newsletters a{
		text-decoration:none;
		}
	.v2 h3.newsletters span{
		font-weight:bold;
		}
/*@end*/ 

/* @group #search_bar */
#search_bar{
	clear:both;
	overflow:hidden;
	background:#E7E4D8 url(../images/searchbar-bg.jpg) repeat-x;
	margin-bottom:20px;
	padding:.5em 0;
	border:1px #c3bfb6 solid;
}
#search_bar h3,
#search_bar form{
	float:left;
	margin:0;
}
#search_bar form{
	margin:.2em 1.4em 0 1.4em;
	padding:0 1.4em;
	border-left:1px #9e9c96 dotted;
}
#search_bar form fieldset{
	margin:0;
	padding:0;
	border:none;
}
#search_bar form input{
	vertical-align:middle;
}
#search_bar form select{
	vertical-align:middle;
	font-size:1.3em;
	margin:0;
	padding:0 0 1px 0;
}    
#search_bar form #search{
	height:22px;
	width:405px;
	font-size:1.3em;
	padding-bottom:0;
	padding-left:5px;
}
  
/*@end*/


/* @group #nav-section */
.v2 #nav-section{
	/*width:200px;*/ /* Temporary -  this will be controlled with the .twenty class in the markup in the final version - MKM 07.31.09 -*/
}

.v2 #nav-main{
	float:left;
	clear:left;
	background:#E9E9E1;
	width:90%;
	padding:20px 9px 140px 9px;
	border:1px #C5BFAF solid;
	border-top:none;
}

.v2 #nav-main ul{
	list-style:none;
	margin:0;
	padding:0;	
}
#nav-main li{
	margin:0;
	list-style:none;

}
.v2 #nav-main li a{
	display:block;
	background:url(../images/nav_main-divider.gif) bottom left no-repeat;
	padding:3px 5px;
	color:#2c281f;
	text-decoration:none;		
}
.v2 #nav-main li a:hover{
	background-color:#e0e0da;
	color:#0896e8;
}
.v2 #nav-main li a.selected{
	background: none;
	color:#a60402;
	font-weight:bold;
}
.v2 #nav-main ul li ul{
	margin-left:10px;
}
.v2 #nav-main ul li#special{
	font-size:1.2em;
	margin-bottom:18px;
}
.v2 #nav-main ul li#special a{
	background:none;
}
.v2 #nav-main ul li ul li a{
	background:none;
	padding:1px 5px;
	font-size: .9em;
	color: #3e3e3c;
	border-bottom:1px #d9d9d9 solid;
}


#nav-header{
	overflow:hidden;
	background:url(../images/nav_section-bg.gif) bottom left repeat-x;
	width:200px;
	margin:0;
	padding:0;
	list-style:none;
}
.v2 #nav-header{
	width:100%;
	}
#nav-header li{
	font-size:12px;
	float:left;
	overflow:hidden;
	margin:0;
}
	
#nav-header #dept-head ,#nav-header #product-head{
	width:50%;
	}

#nav-header #dept-head a,#nav-header #product-head a{
	float:left;
	display:block;		
	padding:10px 0 9px;
	width:100%;
	text-align:center;
}

/**** Active ****/
#nav-header #dept-head.active, #nav-header #product-head.active{
	background:url(../images/active-r.gif) top right no-repeat;
}
#nav-header #dept-head.active a,#nav-header #product-head.active a{
		background:url(../images/active-l.gif) top left no-repeat;
		padding-bottom:10px;
		color:#231f20;
		font-weight:bold;
		text-decoration:none;		
}

/* Hover */
#nav-header #dept-head.active:hover,
#nav-header #product-head.active:hover, 
#nav-header #dept-head.any-hover{
	background:url(../images/active-over-r.gif) top right no-repeat;
}

#nav-header #dept-head.active:hover a,
#nav-header #product-head.active:hover a,
#nav-header #dept-head.any-hover a{
	background:url(../images/active-over-l.gif) top left no-repeat;
}

/**** Inactive ****/
	
#nav-header #product-head.inactive a, 
#nav-header #dept-head.inactive a{
	background: url(../images/product-inactive.jpg) top right no-repeat;
	padding-left:0px;
	padding-right:0px;
	color:#5e5e5e;
	text-decoration:none;
	font-weight:bold;		
}
#nav-header #dept-head.inactive a{ background:url(../images/dept-inactive.jpg) top left no-repeat; }
#nav-header #product-head.inactive a:hover { background: url(../images/product-inactive-over.gif) top right no-repeat; }
#nav-header #dept-head.inactive a:hover { background: url(../images/dept-inactive-over.jpg) top left no-repeat; }

/*@end*/

/* @group #main */
#main .content{
	padding-right:0;
}
/*@end*/

/* @group #footer */
#privacy{
	font-size:.92em;
	}
/*@end*/
/* @group .related-products */

.related-products{
	position:relative;
	float:left;	
	background:none;	
	width:24%;
	margin:0;	
	padding:0;	
	border-bottom:none;
	}
.related-products p{
	font-size:1.08em;
	margin:0;
	width:100%;
}
.related-products p .author{
	font-size:.92em;					/* 11px */
	
}
	
/* @end */


/* @group #best-sellers */
#best-sellers{
    float:left;
	width:231px;
	background:#e9e9e1;
	border:1px #c5bfaf solid;
}

#best-sellers h3{
	background:#EAEBE5 url(/images/best_sellers-bg.jpg) repeat-x bottom left;
	padding:5px;
	border-bottom:1px #97978f solid;
}
#best-sellers h3 span{
	display:block;
	margin-top:.2em;
	color:#44363a;
	font-size:.75em;
}

#best-sellers ol{
	overflow:hidden;
	margin:0 7px 15px 3px;
	padding:0;
}
#best-sellers ol li{
	float:left;
	list-style:none;		
	padding:10px 0;
	border-bottom:1px #fff dashed;		
}
#best-sellers ol li a{
	display:block;
	float:left;
	width:125px;
	margin:0 0 0 41px;
	padding:.5em;
	font-size:.9em;
	color:#a60402;
	text-decoration:none;		
	border-left:1px #bbbbb5 solid;		
}
#best-sellers ol li a span{
	display:inline;
	color:#550201;
}
#best-sellers ol li a:hover{
	color:#0896e8;
}
#best-sellers ol li a.img{
	width:40px;
	float:right;
	margin:0;
	padding:0;
	border:none;
}
#best-sellers ol li img{
	margin:0;
}
#best-sellers ol .list-1{background:url(/images/lists/1.png) no-repeat 0 25%;}
#best-sellers ol .list-2{background:url(/images/lists/2.png) no-repeat 0 25%;}
#best-sellers ol .list-3{background:url(/images/lists/3.png) no-repeat 0 25%;}
#best-sellers ol .list-4{background:url(/images/lists/4.png) no-repeat 0 25%;}
#best-sellers ol .list-5{background:url(/images/lists/5.png) no-repeat 0 25%; border:none;}


/* @end */
/* @group #listing-sort */

#listing-sort{
	margin:18px 0 0 0;
	padding-bottom:36px;
	border-bottom:2px solid #d4cdb1;
}

/* @end */

/* @group #tabbed */
#tabbed{
	position:relative;
	margin-top:2em;
	margin-bottom:90px;
	width:99%;
	font-size:100%;
	}
#tabbed h3.section-header{
	color:#783d00;
	border:none;
	background:none;
	font-family:Arial, "Helevetica Neue", Helevatica, sans-serif;
}
.hasJS #tabbed h3.section-header{
color:#4d2700;
	position:absolute;
	top:0;
	left:0;
	float:left;
	background:#f7ebc4 url(/images/bg-inactive_tab.jpg) repeat-x;
	margin:0;
	padding:11px 10px;
	font-size:14px;
	border:1px solid #d4cdb1;
	cursor:pointer;
}
.hasJS #tabbed h3.active{
	background:#fdfcfa url(/images/bg-active_tab.jpg) bottom left repeat-x;
	padding:17px 10px 12px 10px;
	margin-top:-6px;
	border-bottom:none;
	z-index:10;
	}
.hasJS #tabbed div{
	display:none;
	width:97%;
}
.hasJS #tabbed div.active{
	display:block;
	position:relative;
	left:0;
	top:38px;
	background:#f8f6ef;
	padding:18px 1em 36px 1em;
	border:1px solid #d4cdb1;
}
#tabbed h3.instructor{
	background:none;
	color:#A60402;
	border:none;
	margin-bottom:0;
}

#tabbed .overview-list{
	list-style:none;
	
}
#tabbed .overview-list strong{
	color:#6C5135;
	}
/* @end */

/* @group .listing-item */

.v2 .listing-item {
	overflow:hidden;
	background:url(/images/bg-list-item.jpg) repeat-x bottom left;
	padding-top:2em;
	padding-bottom:2em;
	border-bottom:2px solid #d4cdb1;
	width:750px; /* Needed for Seminars Listing page */
	/*width:auto;*/							/* Override Master.css */
}

.v2 .listing-item .listing-img,
.v2 .listing-item .detail-img{
	float:left;
	display:inline;
	background:#fefaf1;
	padding:3px;
	border:1px solid #c8b990;
}
.v2 .listing-item .detail-img{
	background:0;
	width: 145px;
	padding:0;
	border:0;
}
.v2 .item-info{
	float:left;
	width:379px;
	padding:0 10px 0 20px;
}
.v2 .item-info h3{
	margin-bottom:6px;
	margin-top:0;
}
.v2 .listing-item h1{
/*	float:left;
	width:585px;*/
	margin:5px 0 0 0;
/*	padding:0 0 0 20px;*/
	color:#5F3E1D;
	font-size:1.33em;						/* 16px */
	font-weight:bold;
	text-align:left;
}
.v2 .listing-item h2.tagline{
	margin:5px 0;
	color:#49443F;
	font-size:1.17em;
	font-weight:normal;
	font-style:italic;
}
.v2 .listing-item p{
	margin:0;
	font-size:1.08em;
	}
.item-info .date{
	font-size:13px;
	font-weight:bold;
	color:#6c5135;
	margin-top:9px;
	}

.v2 .item-info .listing-description{
	margin-top:9px;
	}
.v2 .listing-item .pricing{
	float:left;
	background:#fff7e8;
	width:190px;
	border:1px solid #f7f0e1;
	text-align:left;
	padding:1.5em 1em;
}
.v2 .listing-item .pricing p{
	font-size:13px;
	margin-bottom:5px;
}
.v2 .listing-item  .pricing .price{
	margin-bottom:1em;
	font-size:1.33em;				/* 16psx */
}
.v2 .listing-item .sale span{
	color:#49443F;
	text-decoration:line-through;
}
.v2 .listing-item .sale strong{
	color:#c91343;
}
/*.listing-item .pricing a{
	border-bottom:1px solid #FBFAF6;
	}
.listing-item .pricing a:hover{
	border-bottom:1px solid #066BA5;
}*/
.v2 .listing-item .published{
	margin-top:5px;
	margin-bottom:1.5em;
	}

.v2 .listing-item .sample{
	margin-top:2.5em;
/*	margin-left:-10px;*/
}
.v2 .detail-img .sample {margin-top:1em;}
.v2 .listing-item .meta{
	clear:left;
	padding-top:1.5em;
	text-align:left;
	}
.v2 .listing-item .meta p{
	font-size:1em;				/* 11px */
	}
/*#content .item-info h3{
	font-size:16px;
	padding:0;
	margin:0;
	margin-bottom:5px;
	background-image:none;
	border:none;
	font-weight:bold;
}*/
.v2 .featured{
	padding-left:50px;
	border:4px solid #f7941d;
	background:url(/images/bg-featured.gif) left center no-repeat;
	width:692px;
	}
.v2 .featured .item-info {
	width:350px;
}

/* @end */
/* @group .detail-header */
.v2 .detail-header{
	overflow:hidden;
border-bottom:2px solid #d4cdb1;
width:100%;
padding-bottom:9px;
}
.v2 .detail-header p{
	float:left;
	margin:5px 0 0 0;	
}
.v2 .detail-header p img{
	display:inline;
	margin-right:9px;
}
.v2 .detail-header a{
	text-decoration:underline;
}
.v2 .detail-header ul{
	float:right;
	margin:0;
	padding:0;
}

.v2.detail-header ul li{
	float:left;
	list-style:none;
	margin:0 0 0 18px;
}
/* @end */
/* @group #listing-utilities */

#listing-utilities{
	overflow:hidden;
	background:#FCF7E4 none repeat scroll 0 0;
	padding:5px;
	border-bottom:1px solid #d4cdb1;
	border-top:1px solid #d4cdb1;
	width:100%;
}
#listing-utilities p,
#listing-utilities .pagination ul,
#listing-utilities .pagination,
#listing-utilities .pagination li,
#listing-utilities .listing-items select,
#listing-utilities .listing-items label{
	float:left;
	display:inline;
	margin:0;

}
#listing-utilities .listing-showing, 
#listing-utilities .pagingation,
#listing-utilities .listing-items{
	width:33%;
}

#listing-utilities .pagination li{
	list-style:none;
	padding-left:9px;
}

#listing-utilities .listing-items{
	float:right;
	display:inline;
	text-align:right;
}
#listing-utilities .listing-items a{
float:left;
display:inline;
margin-left:10px;
}
#listing-utilities a{
	text-decoration:underline;
}

#listing-utilities .listing-items select{
	margin:0 10px;
}
/* @end */

/* @group #register */
#register form{
	background:#fffaf0;
	padding:1.5em;
	border:4px solid #d4cdb1;
}

#register input,
#register label{
	display:block;
	width:13em;
}
#register input.button{
	width:auto;
	margin-top:15px;
}
#register label{
	margin-top:0.9em;
	margin-bottom:.43em;
	font-size:1em;
}
/* @end */


/* @group PAGES */
/* @group #newsletter */
#newsletter .seventy{
	position:relative;
}
#newsletter-sample{
	position:relative;
	background-color:#fffaf0;
	margin-top:3em;
	padding-top: 2px;
	padding-bottom:1.2em;
	width:99%;
	border:1px solid #d4cdb1;
}
	
#newsletter-sample h3,
#newsletter-sample p{
	margin-top: .56em;						/* 9px */
	margin-bottom: 0;
	margin-left: 85px;
	color: #5f3e1d;
	font-size:	1.33em;						/* 16px */
	font-weight: bold;						
}

#newsletter-sample p{
	font-size:1.17em;						/* 14px */
	font-weight:normal;
	margin-top: 0.6em;						/* 9px */	
}

#newsletter-sample img{
	position:absolute;
	top: -13px;
	left: 0;
}
#newsletter-list h2{
	clear:both;
	margin-top:1.62em;
}

#newsletter-list h3{
	float:left;
	clear:both;
	margin:0;
	width:318px;
}
#newsletter-list ul{
	margin:0;
}
#newsletter-list li{
	overflow:hidden;
	list-style:none;
	margin-left:0;
	padding-top:0.73em;
	padding-bottom:.9em;
	width:99%;
	border-bottom:1px solid #D4CDB1;
}
#newsletter-list span{
	width:4em;
}
#newsletter-list h3 a{
	text-decoration:none;
}
#newsletter-list h3 a:hover{
	text-decoration:underline;
}

#newsletter-list .action{
	margin:0;
	width:8em;
	text-align:right;
}
#newsletter-list .meta{
	float:left;
	clear:left;
	margin-bottom:0.5em;
	font-size:1em;	
}

.v2 .action img{
	vertical-align:text-top;
}
/*.action span{
	padding:3px 0 3px 9px;
	border-left:1px solid #d4cdb1;
}*/
.v2 .action span a{
	color:#0896e8;
	font-size:0.86em;			/* 12px */
}
.v2 .action .newsletter-add{
	display:block;
	/*background:#fafafa url(/images/bg-newsletter-add.png) bottom left repeat-x;*/
	background:transparent url(/images/bg-add-newsletter.png) 0 0 no-repeat;
	height:24px;
	padding:4px 5px 0 5px;
/*	-moz-border-radius:5px;
	-webkit-borderradius:5px;
	border:1px solid #c0c0c0;*/
	color:#4b4b4b;
	vertical-align:middle;
	text-decoration:none;
	font-size:.86em;			/* 12px */
}
.v2 .action .newsletter-add:hover{
	background:transparent url(/images/bg-add-newsletter.png)0 -28px no-repeat;
	/*background:#FBF5DF url(/images/bg-generalButton-hover.jpg) repeat-x scroll left center;*/
	color:#4b4b4b;
/*	border:1px solid #64EC00;*/
}
/*#newsletter-list .active{
	background-color:#f3ebe5;
}*/
.v2 .active .newsletter-add{	
	display:block;
	float:right;
	background:none;
	height:auto;
	width:4em;
	padding:0 5px;
/*	-moz-border-radius:5px;
	-webkit-borderradius:5px;*/	
	border:none;
	color:#b74a2b;
	text-align:center;
	text-decoration:none;
	font-size:.86em;	
}
.v2 .active .newsletter-add:hover{
	background:none;
	border:none;
}
.v2 .active .newsletter-add:hover span{
	text-decoration:underline
}
.v2 .active .newsletter-add span{
	display:block;
	/*background-color:#F3EBE5;*/
	padding:0;
	border:none;
	text-align:center;
	color:#000;
}
/*.newsletter-notification{
	position:absolute;
	overflow:visible;
	background:#fffecf;
	width:135px;	
	padding:5px 1em;
	border:1px solid #ecebc0;
	z-index: 5;
}
.newsletter-notification p{
	margin:0;
	color:#744d29;
	font-size:1.17em;			
	text-align:left;
}
.newsletter-notification img{
	position:absolute;
	top:-15px;
	right:15px
}*/

.v2 .newsletter-notification{
	position:absolute;
	z-index:5;
	display:none;
}
.register-items{
	margin-bottom:2px;
}
.v2 .newsletter-item{
	margin:2px 0;
	width:90%;
	border-bottom:1px solid #D4CDB1;
}
/* @end */

/* @group #detail */
#detail.seminars .listing-item{
	border-bottom:none;
	background:none;
}
#detail.seminars .listing-item .pricing{
	background:none;
	border:none;
	}
#detail.enewsletter .listing-item{
	padding-bottom:0;
}
#detail #register{
	padding-top:1.5em;
	}
p.synopsis{
	margin-bottom:0;
	padding-bottom:1em;
	border-bottom:1px dotted #D4CDB1;
	font-size:1.33em;
	font-style:italic;
}
/* @end */
/* @group #listing */
#listing .item-info{
	float:left;
	padding:0 10px 0 20px;
	width:408px;
}
#listing .listing-item .pricing{
	background:transparent none repeat scroll 0 0;
	border:none;
	float:left;
	padding:9px 0;
	text-align:center;
	width:176px;
}
/* @end */

/* @group #reg */

#reg h3, #reg h2{
	border-bottom:none;
	background:none;
	}
	
#reg fieldset{
	padding:0;
	margin:0;
	border:none;
}
#reg #attendee h4.error{
	color:#DA3838;
	font-size:1em;
	text-transform:capitalize;
	float:left;
	padding:5px 0 0 10px ;
	min-height:0;
	height:auto;
}
#reg #attendee label{
	display:block;
	padding:5px 18px 5px 0;
	text-align:right;
	float:left; 
	clear:left;
	width:11em;
	}

#reg #attendee .input-radio input{
	display:inline;
	margin-left:9px;
	float:none;
	vertical-align:middle; 
	margin-right:5px;
}
#reg #attendee .input-radio p{
	margin:9px 0 9px -9px;
	float:left;

}	
#reg #attendee input, 
#reg #attendee  select{
	float:left;
	margin-top:5px;

}

#reg #attendee  select,
#reg .attendee_options input{
vertical-align:middle; margin-right:5px;
}
#reg .attendee_options{
	list-style:none;
	}
#reg .attendee_options p{
	float:left;
	margin:0;
	}
#reg .attendee_options span{
	display:block;
	float:right;
	font-weight:bold;
	width:5em;
	}
#reg .attendee_options li{
	overflow:hidden;
	list-style:none;
	}
#reg-cart table{
	width:100%;
	border:4px solid #D4CDB1;
}
#reg-cart table td{
	border:none;
	}
#reg-cart table th,
#reg-cart table td{
	padding:10px;
	background:#fffdfa;
	}
#reg-cart table th{
	font-size:16px;
	border-bottom:none;
	}
#reg-cart table tr.header td{
	color:#5B4412;
	background:#FFFAF0;
	font-size:14px;
	font-weight:normal;
	font-family:Arial, "Helevetica Neue", Helevatica, sans-serif;
	border-bottom:1px solid #DFD0A9;
	border-top:1px solid #DFD0A9;
}
#reg-cart table .qty{
	text-align:center;
}

#reg-cart table .total_price{
	text-align:right;
	}
#reg-cart table tr.header td.qty,
#reg-cart table tr.header td.total_price{
	font-weight:normal;
	}
#reg-cart table tr.header td.total_price{	
	background:#FFF6E4;
	border-left:1px solid #f2e2b8;
	}
#reg-cart table tr.header td.qty{
	border-left:1px solid #f2e2b8;
}
/*#reg-cart td ol{
	overflow:hidden;
	margin:0;
	}*/
#reg-cart td ol li{
/*	float:left;
	margin-left:3em;
	margin-bottom:9px;*/
	}
#reg-cart tfoot td{
background:#FFFAF0;
font-size:18px;
text-align:right;
border-top:1px solid #DFD0A9;
	}
#reg-cart tfoot td.grand-total{
background:#FFF6E4;
	text-align:center;
}
/* @end */

/* @group #cart */

/* =Shopping Cart--[Shopping Cart Section Styles] 
---------------------------------------*/

.v2 .breadcrumb{
	text-align:center;
	margin:2em 0;
	}
.v2 .checkout{
	float:right;
	width:500px;
	margin:.3em 0 .3em 0;
	padding-bottom:5px;
	text-align:right;
	}
.checkout a{
	text-decoration:underline;
	/*margin-right:20px;*/
	}
.v2 .cart-utilities{
	float:left; 
	clear:left;
	margin:9px 0;
	padding-bottom:5px;
}
.v2 .cart-utilities a{
	text-decoration:underline;
	margin-right:5px;
	text-decoration:underline;
	font-size:.9em;
}

.shopping_cart table, 
.v2 .content_cart{
	clear:both;
	margin-top:0;
	margin-bottom:.4em;
	background-color:#fffefa;
	border:1px solid #c5bfaf;
	width:100%;
	border-collapse:separate;
	}
.v2 .downloads_detail_display{
	clear:both;
	margin-top:0;
	margin-bottom:.4em;
	width:100%;
	}
#payment.v2 .content_cart{
	padding-bottom:22px;
}
.shopping_cart .thankyou{
	overflow:hidden;
	padding:30px;
	}
.v2 .shopping_cart table caption{
	background:none;
	padding:8px 10px;
	color:#a60402;
	font-size:1.5em;
	text-align:left;			
	}
.shopping_cart table tr.alt{
	background:#f7f6f2;
	}
.shopping_cart h3{
	color:#231F20;
}
#confirm  table{
	border-width:1px 0 0 0;
	margin-top:1px;
	}

.shopping_cart table th, 
.shopping_cart table td{
	padding:5px 10px;
	position:static;
	}
.shopping_cart table td{
	vertical-align:top;
	}
.shopping_cart table tr.product td{
	padding:10px;
	border-bottom:1px dotted #b2b1af;
	}
.shopping_cart table tr.last_product td{
	border-bottom:1px solid #969593;
	}
.shopping_cart tr.product td.total_price{	
	padding-right:20px;
	text-align:right;
}
.shopping_cart table th.total_price{
	padding-right:20px;
	text-align:right;
	}
.shopping_cart table thead th{
	background-color:#FFFAF0;
	color:#5F320A;
	font-size:1.08em;
	border-bottom:1px solid #c5bfaf;
	}
.shopping_cart table td.remove{
	vertical-align:middle;
	text-align:center;
	}
.shopping_cart a.cart-link{
	font-weight:normal;
	font-size:90%;
	text-decoration:underline;
	}
.shopping_cart tfoot a.cart-link{
	font-size:1em;
	}
.shopping_cart a.cart-link:hover{
	text-decoration:none;
	}
.shopping_cart tfoot {
	color:#393838;
	font-style:normal;
	font-size:1.2em;
	font-weight:normal;
	}
.shopping_cart tfoot tr.first.row{
	padding-top:30px;
	}

.shopping_cart table tfoot td,
.shopping_cart table tfoot th{
	padding:4px 9px;
	border-bottom:none;
	text-align:right;
	font-weight:normal;
	vertical-align:middle;
	}
.shopping_cart table tfoot td{
	text-align:right;
	padding-right:20px;
	}
.shopping_cart tfoot td.verisign_cell{
	text-align:left;
	}
.shopping_cart tfoot td.verisign_cell img{
	margin:0 0 1em 1em;
	}
/*.shopping_cart table tfoot tr.estimated_total td{
background:#FFFAF0;}*/
.v2 .shopping_cart table tfoot tr.estimated_total td,
.v2 .shopping_cart table tr.estimated_total th{
	
	/*font-weight:bold;*/
	padding:12px 10px 14px 10px;		
	}	
/*		.shopping_cart table tfoot tr.estimated_shipping td{
	border-bottom:1px #bebdbb solid;
	}*/
.shopping_cart table tfoot tr.grand_total td,
.shopping_cart table tfoot tr.grand_total th,
.v2 .grand_total{

	font-weight:bold;
	font-size:1.1em;
	color:#a3620a;
	border-top:2px #bebdbb solid;
}
.v2 .grand_total{
	border:none;
	}
.shopping_cart table tfoot tr.grand_total td{


}
#content table tfoot h3{
	border:none;
	background:none;
	margin-bottom:0;
	margin-left:1em;
	font-size:1em;
	
}
.shopping_cart table tfoot tr th{
	
}
.shopping_cart table .price, .shopping_cart table .price input{
	text-align:right;
	}
.shopping_cart table .price input{
	font-weight:normal;
	padding-right:2px;
	}
.shopping_cart .coupon th div{
	position:relative;
	}
.shopping_cart .coupon th, 
.shopping_cart .coupon td{
	font-size:.8em;
}
.shopping_cart .coupon th p.active{
	position:absolute;
	top:-11px;
	border:#f1efce 1px solid;
	padding:1em;
	right: -380px;
	background:#fffeef;
	z-index:5;
	width: 350px;
	text-align:left;
	font-weight:bold;
	}
	
.shopping_cart .coupon span{
	color:#066ba5;
	text-decoration:underline;
	}
.shopping_cart #content table dl{
	width:352px;
	overflow:hidden;
	background:none;
	min-height:0;
	padding-bottom:0;
	margin:0;		
	border-bottom:none;
	}


.shopping_cart #content table dl dt{
	float:right;
	width:303px;	
	margin:0;
	color:#464541;
	font-size:1.08em;
	line-height:1.3;
	}
.shopping_cart #content table dl dd{
	margin:0;
	padding:0;
	}
.shopping_cart  #content table dl dd.img img{
	float:left;
	margin:0 9px 0 0;
	}
.shopping_cart #content table dl dd.sku{
	text-transform:uppercase;
	color:#88867e;
	font-size:.9em;
	margin-left:49px;
	}
.shopping_cart #content h3.step-title{
	background:#FFFAF0;
	margin-top:0;
	color:#5F320A;
}			
/*.shopping_cart .coupon th,
.shopping_cart .coupon td{
background:#f1f1f1;
}*/
.shopping_cart .coupon input{
	width:50px;
	margin-right:5px;
}
.shopping_cart .coupon span{
	font-weight:bold;
}
.shopping_cart form{
	margin-top:-10px;
	}
.shopping_cart .shipping_info{
	margin:1em 0 0 1em;
	padding:1em 1em 1.2em 1em;
	background:#fffbcf;
	width:60%;


}
.shopping_cart a.remove{
	color:#CC0000;
}
.cart-utilities{
	float:left; clear:left;margin:0.8em 0;padding-bottom:5px;
}
.cart-utilities a{
	text-decoration:underline;
	margin-right:5px;
	text-decoration:underline;
	font-size:.9em;
}
.shopping_cart .shipping_info input{
	vertical-align:middle;
	margin-right:5px;
	margin-left:-19px;

}
#content  .shipping_info h3{
	font-size:1.2em;
	background:none;
	border:none;
	margin-top:0;
	padding:0 0 5px 0;
	font-weight:normal;
	}
.shopping_cart .shipping_info p{
	margin-top:5px;
	margin-bottom:0;
	margin-left:1em;
	padding-left:1em;
	font-size:.8em;
	}
.assistance{
	margin-bottom:1.5em;
	border:1px solid #8a8986;
	}
	
/* Every step but the 'your shopping cart' step */
.content_cart{
	overflow:hidden;
	}
.content_cart input.field{
	margin-bottom:10px;
	width:175px;
	}
.content_cart .last_field{
	margin-bottom:34px;
	}
.content_cart label{
	display:block;
	color:#464541;
	line-height:1.5em;
	margin-bottom:1px;
	}
	
.content_cart fieldset{
	margin:0;
	padding:0;
	border:none;
	}
.v2 .verisign_side{
	margin-top:50px;
	}
/*#payment .verisign_side,
#confirm .verisign_side{
	margin-top:0;
	}*/
p.inline{
	float:right;	
	width:165px;
	padding-top:10px; }	

.v2 .customer_signin, 
.logos{
	float:left;
	background: url(/images/sc_divider.gif) 100% 50% no-repeat;
	width:275px;
	padding:21px 0 42px 20px;
	}
.logos{
	width:312px;
	background:none;		
	padding:11px 9px 42px 10px;
	margin-top:21px;
	border-right:1px solid #D0CFCC;
	}

.logos ul{
	list-style:none;
	margin:0;
	
	}
.logos ul li{
	height:45px;
	width:154px;
	}

.logos ul li.hcpro,
.logos ul li.harc,
.logos ul li.greeley,
.logos ul li.justc{
	margin-left:0em;
	}
.logos ul li.hlm,
.logos ul li.epharm,
.logos ul li.crc,
.logos ul li.cpdro{
	margin-left:13.5em;
	}
.logos ul li.hlm{
	margin-top:-180px;
	}
		
.customer_signin .forgot_pw{
	display:block;
	width:160px;
	font-size:.85em;
	margin-top:-9px;
	margin-bottom:23px;
	}
.v2 .shipping_address, 
.v2 .billing_address, 
.v2 .payment_info, 
.v2 .verisign_confirm, 
.v2 .account_options{
	float:left;
	width:302px;
	padding:21px 0 24px 20px;		
	}
.v2 .shipping_address{
	background: url(../images/another_divider.gif) 100% 50% no-repeat;
	}
#confirm.v2 .shipping_address{
	margin-left:10px;
	}
#my_account.v2 .shipping_address,
#my_account.v2 .billing_address{
	width:265px;
	padding-left:20px;		
	}
#my_account.v2  .account_options{
	width:180px;
	padding-left:20px;
	padding-top:0;
	margin-right:18px;
	background:#fffdf5;
	border-right:1px solid #D4CDB1;
	}
#my_account.v2  .shipping_address{
	padding-left:0;
	padding-right:10px;
	}
#my_account.v2 .cart_subhead{
	color:#5F320A;
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:.8em;

	}
#my_account.v2 .account_options .cart_subhead{
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:1em;
	}
.v2 .billing_address{
	padding-left:57px;
	}
.v2 .printage .billing_address{padding-left:35px;}
#confirm.v2 .shipping_address, 
#confirm.v2 .billing_address,
#confirm.v2 .payment_info{
	padding:14px 9px 14px 20px;
	background:none;
	border-bottom:1px solid #e5e4e1;

	}
#confirm.v2 .payment_info{
	display:inline;
	margin-left:10px;
	border:none;
}
.v2 #content .customer_details{
	overflow:hidden;
	background:none;			
	min-height:0;
	width:250px;
	color:#464541;
	font-size:.9em;
	border-bottom:none;
}
.v2 #content .thankyou dl{
	width:300px;
}
.v2 #content .customer_details dt{
	float:left;
	clear:both;	
	width:53px;
	margin:0 18px 0 0;
	font-size:1.08em;
	line-height:1.4em;

}
.v2 #content .thankyou dl dt{
	width:120px;
}
.v2 #content .customer_details dd{
	float:right;
	font-size:1.08em;
	text-align:left;
	width:157px;
}
.v2 #content .btn-general{
	display:block;			
	background:#FBF5DF url(/images/bg-generalButton.jpg) repeat-x 0 10%;
	width:8.2em;
	padding:8px 12px 10px 9px;
	text-align:center;						
	color:#603913;
	font-size:1.17em;
	border:1px solid #e0c060;
	-moz-border-radius:5px;
	-webkit-borderradius:5px;
}
.v2 .account-form{
	width:100%;
}
.v2 #content .btn-general:hover{
	background:#FBF5DF url(/images/bg-generalButton-hover.jpg) repeat-x 0 50%;
	text-decoration:none;
	border:1px solid #64ec00;
	-moz-border-radius:5px;
	-webkit-borderradius:5px;
}

div.downloads_display{
clear:both;
width:100%;
}
	
.v2 #content .shipping_address .btn-general,
.v2 #content .billing_address .btn-general,
.v2 #content .payment_info .btn-general,
.v2 #content .verisign_cell .btn-general{
	margin:10px 40px;
	padding:6px 6px 5px 6px;
	font-size:1em;
	text-decoration:none;
}

.v2 #content .verisign_cell .btn-general{
	font-size:.8em;
	margin-left:50px;
}

.v2 .forgot_login,
.v2 .easy_order{
	padding:21px 45px 45px 40px;
}
.v2 .easy_order{
	float:right;
	width:275px;
}
.v2 .forgot_login form{
	margin-top:0;
}
.v2 .forgot_login div{
	overflow:hidden;
	padding-top:4px;
	}
#email, 
#cemail{
	width:250px;
}

.v2 #payment_method{
	list-style:none;
	overflow:hidden;
}
.v2 #payment_method li{
	float:left;
	position:relative;
	margin-right:12px;
	list-style-type:none;
}
.v2 #payment_method li label{
	float:left;
	margin:0 0 0 7px;
	padding:0;
	height:24px;
	line-height:26px;
}
.v2 #payment_method li input{
	float:left;
	margin:5px 0 0 0;
	padding:0;			
}
.v2 #cc_info, 
.v2 #po_info{
	overflow:hidden;
	margin:0 0 0 20px;
	text-align:left;
}
.v2 #cc_info label, 
.v2 #po_info label{
	display:block;
	float:left;
	font-size:.9em;
	color:#464541;
	}

.v2 .cc_num{
	margin-right:10px;
	width:150px;
	}
	#card_num{width:150px;}
.v2 .visa, 
.v2 .mc,
.v2 .amex{
	width:63px;
	}
.v2 .po{
	width:110px;
	}
.v2 .fax, 
.v2 .bill{
	width:54px;
	}
.v2 .cc_expire{
	margin-right:10px;
}
	
.v2 #cc_info input, 
.v2 #po_info input {
	display: block;
	margin-top: 3px;
}
.v2 #card_num{font-weight:normal;}
.v2 #cc_info select {
	display: block;
	margin-top: 3px;
	font-size:1.1em;
	padding-bottom:1px;
}
.v2 #expire_month{
	width:128px;
}
.v2 .cc_expireYr {text-indent:-9999px;}
.v2 .no_addOptions{
/*	margin-bottom:84px;*/
	}
/*Sign Up Form */
#sign_up {margin:0 30px 10px 30px}
#sign_up fieldset{clear:left; padding-left:22px; }
#sign_up fieldset legend{margin:.8em 0 .5em -22px;}
#sign_up fieldset input, #sign_up fieldset select { font-weight:normal; font-size:.9em; display:block;}
#sign_up fieldset select{padding-bottom:1px;}
#sign_up fieldset.buttons{margin:20px 0; }
	#sign_up fieldset.buttons input{display:inline;}
#sign_up label{margin:4px 10px 0 0; float:left; width:160px;}
label.email, label.lname, label.fname,label.cemail, label.phone, label.title, label.country, label.fax, label.address,label.city, label.pw{clear:left;}
#sign_up label.city input,#sign_up label.lname input,#sign_up label.fname input, #sign_up label.title input,#sign_up label.company input{ width:160px;}
#sign_up label.salutation, #sign_up label.phone{width:60px;}
label.address, #address1, #address2, #address3{width:300px;}
#sign_up label.suffix{width:40px;}
#sign_up label.zip, #zip, #zip2, #salutation{width:60px;}
#sign_up label.state, #state, #sign_up label.mi{width:55px;}

#sign_up label.fax2, label.fax2 input,#sign_up label.fax,#sign_up label.phone2, label.phone2 input,#sign_up label.phone, label.phone input,label.fax input, label.ext input, #sign_up label.ext {width:30px;}
.required{color:#a60402; font-weight:bold; font-size:1.1em;}
#sign_up label.email{width:260px;}
#sign_in label.mi{width:40px;}
#minitial{width:40px;}


/* Thank You Page */


a.print, p.print{
	display:block;
	background:#eef9ff;
	width:200px;
	margin:0 auto;
	padding:5px;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;		
	border:1px #226f9c solid;
	}
a.print:hover{
	background:#fcf9f2;/*#E3DFD4;*/
	border:1px #464541 solid;
	}

p.print{
	background:#eae6d7;
	margin-bottom:1.5em;
	color:#464541;
	border:1px dashed #a60402;
	
	}
	div.error, div.notify{
		clear:both;
		background:#FFE0E0 none repeat scroll 0%;
		color:#A60000;
		line-height:1.2em;
		margin-bottom:15px;
		padding:10px;
		border-color:#CC0000;
		border-style:solid none;
		border-width:1px medium;
	}
	div.notify{
		background:#e0f3ff none repeat scroll 0%;
		color:#004681;
		border-color:#0078cc;
		}
/* Colleague */

#collegue label{
	color:#49443F;
	width:120px;
	display:block;
	margin-top:7px;
	margin-bottom:3px;
}
#collegue legend{
	color:#5F320A;
	font-size:1.33em;
	font-weight:normal;
	padding:0 .5em;
	}
#collegue fieldset{
	border:1px solid #D4CDB1;
	padding:0 1.5em 1.5em 1.5em;
	margin-bottom:1.5em;
}
#collegue fieldset div{
	padding-top:3px;
	}	
#collegue input{
	color:#807e77;
	padding:1px 5px;
	}
#collegue input#cfname, #collegue input#fname{margin-right:10px;}
#collegue input#cemail, #collegue input#email{width:280px;}


/* Master Overrides */

.detail-header ul li {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 0 18px;
}
