/* CSS Document */

/* GUIDE STYLES */
#template-logo-guide-tagline {
	position:absolute;
	display:block;
	top:33px;
	left:185px;
	font-family: Pompiere; cursive;
	font-size: 17px;
	font-weight: bold;
	color: #536e03;
}
#template-logo-guide-tagline a {
	color: #536e03;
	border: none;
}

#ecg_guide_container .ci-content-sidebar-right {
	background-color:white;
	background-image:none;
	padding-top:20px;
	padding-bottom:30px;
}

#ecg_guide_container h1 {
	font-family: Pompiere; cursive;
	font-size: 36px;
	font-weight: bold;
	color: #536e03;
	margin-bottom:20px;
}
#ecg_guide_container h2 {
	font-family: Pompiere; cursive;
	font-size: 34x;
	font-weight: bold;
	color: #536e03;
	margin-bottom:18px;
}
#ecg_guide_container h3 {
	font-family: Pompiere; cursive;
	font-size: 22px;
	font-weight: bold;
	color: #536e03;
	margin-bottom:10px;
}
#ecg_guide_container h4 {
	font-family: Pompiere; cursive;
	font-size: 20px;
	font-weight: bold;
	color: #536e03;
	margin-bottom:10px;
}
#ecg_guide_container p {
	margin-top:0px;
}
#ecg_guide_container ul {
	margin-left:30px;
}
#ecg_guide_container .td2ndhead {
	font-weight:bold;
}
#ecg_guide_container blockquote {
	background:none;
	border-bottom: none;
	text-align: left;
	padding: 20px 0 20px 0px;
}
#ecg_guide_container .ProductInfoWrap {
	background-color:#EBE6E0;
	border:1px solid #D6C6B7;
	padding:10px;
	margin-bottom:10px;
}
#ecg_guide_container .ProductInfoItemWrap {
	padding:10px 0px 10px 0px;
}
#ecg_guide_container .ProductInfoWrap a {
	border:none;
	margin:0;
	padding:0;
}
#ecg_guide_container .ProductInfoWrap h3 {
	font-size:1.2em;
	font-weight:normal;
	color:#524435;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration:none;
	border:none;
	border-bottom:1px solid #D6C6B7;
	margin:0;
	padding:0;
}
#ecg_guide_container .ProductInfoActions, 
#ecg_guide_container .ProductInfoBlurb {
	padding:0px;
	line-height:1.5em;
	font-size:1em;
	font-family: Helvetica, Arial, sans-serif;
}
#ecg_guide_container .userComment {
	padding:10px;
	background-color:#FFF7D5;
	margin-bottom:5px;
	border:1px solid #DFDFDF;
}
#ecg_guide_container .boxNote {
	background-color:#F4F4F4;
	color:#999999;
	border:1px solid #CCCCCC;
	padding:20px;
	margin-bottom:10px;
	font-size:80%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */	
}
#ecg_guide_container .boxNote a {
	border: none;
}
#ecg_guide_container .industryAlertNote {
	background-color:#FCF3F3;
	color:#DB1515;
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.2em;
	margin-bottom:10px;
	border:1px solid #F7DBDB;
}
#ecg_guide_container .industryAlertNote a, 
#ecg_guide_container .industryAlertNote a:hover {
	border:none;
	text-decoration:underline;
	font-family: Helvetica, Arial, sans-serif;
	color:#DB1515;
}
#ecg_guide_container .smallerFont {
	font-size:90%;
}
#ecg_guide_container .AlternativeProductsWrap {
	background-color:#E7EBC5;
	border:1px solid #C8D280;
	color:#578824;
	padding:10px;
	margin-bottom:10px;
	padding:10px;
}
#ecg_guide_container .AlternativeProductsWrap a {
	border:none;
	margin:0;
	padding:0;
	color:#578824;
	text-decoration:underline;
}
#ecg_guide_container .AlternativeProductsWrap h3 {
	font-size:1.2em;
	font-weight:normal;
	color:#578824;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration:none;
	border:none;
	border-bottom:1px solid #D6C6B7;
	margin:0;
	padding:0;
}



/* GLOBAL NAVBAR */
#ecg_header_navbar {
	background: url(images/bg-top.jpg);
	padding: 5px 5px 0px 5px;
	color: #816555;
	line-height:33px;
}
#ecg_header_navbar_nav {
	position: relative;
	display:inline-block;
}
#ecg_header_navbar_nav li {
	display:inline-block;
	float:left;
	margin-left:15px;
}
#ecg_header_navbar_nav li a, 
#ecg_header_navbar_nav li a:hover {
	font-size:1.5em;
	font-weight:bold;
	display:inline-block;
	padding:3px 3px 3px 3px;
	border:none;
	font-family: Pompiere; cursive;
	vertical-align:top;
}
#ecg_header_navbar_nav ul li input {
	display:inline-block;
	margin-top:5px;
}
#ecg_header_navbar_nav .icon.email{
	background: url(images/icon-email.png)  no-repeat scroll 0 0 transparent;
	height: 28px;
	margin-top: 2px;
	width: 33px;
}
#ecg_header_navbar_nav .icon.twitter{
	background: url(images/icon-twitter.png)  no-repeat scroll 0 0 transparent;
	height: 28px;
	margin-top: 2px;
	width: 33px;
}
#ecg_header_navbar_nav .icon.twitter:hover{
	background-position: 0 -33px;
}
#ecg_header_navbar_nav .icon.facebook{
	background: url("images/icon-facebook.png") no-repeat scroll 0 0 transparent;
	height: 28px;
	margin-top: 2px;
	width: 33px;
}
#ecg_header_navbar_nav .icon.facebook:hover{
	background-position: 0 -33px;
}
#ecg_guide_topnav_submenu {
	display:block;
	padding: 0px 10px 3px 0px;
	background: url(images/bg-top.jpg);
}
#ecg_guide_topnav_submenu ul li a,
#ecg_guide_topnav_submenu ul li a:hover {
	font-size: 1.3em;
}

/* COMPANY PROFILE */
#ecg_guide_container .companyPraise {
	background-color:#E7EBC5;
	border:1px solid #C8D280;
	padding:2px;
}
#ecg_guide_container .companyCriticism {
	background-color:#ECDEDD;
	border:1px solid #CBA6A3;
	padding:2px;
}
#ecg_guide_container .companyInformation {
	background-color:#E6E7E2;
	border:1px solid #C6C9BE;
	padding:2px;
}

/* TABLPRESS */
#ecg_guide_container .tablepress td {
	padding:2px 4px 2px 4px;
}
#ecg_guide_container th, 
#ecg_guide_container #tablepress thead th, 
#ecg_guide_container #tablepress tfoot th {
	/*background-color:transparent !important;
	background-color: #EFF8E6 !important;
	background: #eff8e6;
	color: #578824;
	font-size:1.1em;
	font-weight:normal;*/
}
#ecg_guide_container .leftColumnWidth01 {
	/*width:180px;*/
}

/* HOME PAGE SEARCH */
#ecgdb_home_page_search_wrapper {
	width:50%;
	text-align:center;
}
#ecgdb_home_page_search {
	height:40px;
	width:99%;
	color:#CCBEB0;
	font-size:1.5em;
	font-weight:lighter;
	background-color:white;
	padding-left:15px;
	padding-right:15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	z-index:1;
}
#ecgdb_home_page_search_submit {
	position: absolute;
	right: 5px;
	top: 8px;
	width: 34px;
	height: 34px;
	text-indent: -200px;
	overflow: hidden;
	background: transparent url(images/search.png) no-repeat center;
	border: none;
	z-index:1;
}


/* SE SITE VOLUNTEER */
#ci-volunteer-page table td {
	padding:3px;
}


/* FIX FOR IMG BORDERS */
a < img, a:link < img, a:visited < img, a:hover < img {
	border:none;
	border:0px;
}
.noborder, a:hover.noborder {
	border:none;
}


/* MEGAMENUS */
#ecg_guide_container .ecg_megamenu {
	z-index:1000;
	position:absolute;
	left:0;
	top:0;
	display:none;
	text-align:left;
	background-color:#EBE6E0;
	padding:0px 10p 10px 10px;
}
#ecg_guide_container .ecg_megamenu a.ecg_megamenu_a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
}


