@import url(navigation.css);
@import url(panelmodules.css);
/*@import url(questionnaire.css);*/
@import url(view_calculators.css);
@import url(view_channel.css);
@import url(view_comparisontables.css);
@import url(view_bestbuys.css);
@import url(view_default.css);
@import url(view_digitallook.css);
@import url(view_editorial.css);
@import url(view_editorialarchives.css);
@import url(view_homepage.css);
/*@import url(view_productpage.css);*/
@import url(view_registration.css);
@import url(view_search.css);
@import url(spb_addon.css);
/* import statements for non-core css */


/* base styles starts */
body, div, form, label, fieldset, legend, img, p, h1, h2, h3, h4, h5, ul, li, a, table, td, tr, th, blockquote {
	border: solid 0 transparent;
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style: none;
}
body {
	/* default browser font size=16px. default EI font size=12px. 12px/16px=0.75(em) */
	font: 0.75em Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 5px;
}	
hr {
	border: 0;
	background: none;
	display: none;
}
.clear-basic {
	clear: both;
}
.clear {
	clear: both;
	margin: 0 0 -1px;
	width: 100%;
	height: 1px;
	font-size: 1px;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.nomargin {
	margin: 0;
}
.hide {
	display: none;
}
input, select, textarea {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
}
.warning {
	color: #b31a1a;
}
.showprint {
	display: none;
}
/* base styles ends */


/* page container elements starts */
div#page-container {
	/* outer container, center-aligns content */
	text-align: center;
}
div#page-body {
/* inner container, resets inherited center-align to left-align,
   and provides minheight function */
	margin: 0 auto;
	width: 988px;
	text-align: left;
}
div#page-content {
	clear: both;
	margin-bottom: 15px;
	background: #fff;
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited, h4 a:link, h4 a:visited,
h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {
	text-decoration: none;
}
/* page container elements ends */


/* page columns starts */
div#page-content div#column-main {
	float: left;
	width: 628px;
	margin-right: 16px;
}
div#page-content div#column-side {
/* float:right used instead of float:left
	as IE exhibits a background image bug on
	div#page-content when this column is floated left */
	float: right;
	width: 344px;
}
/* page columns ends */


/* standard link styles starts */
a:link, a:visited {
	color: #26619B;
	text-decoration: underline;
}
a:hover {
	color: #008BCE;
	text-decoration: underline;
}
/* standard link styles ends */


/* standard paragraph styles starts */
p {
	margin-bottom: 1.3em;
	line-height: 1.4em;
}
p.quote {
	margin-left: 1.6em;
	margin-right: 1.6em;
}
p.quote em {
	font-style: normal;
}
p.quoted {
	margin-left: 1.6em;
	margin-right: 1.6em;
	font-style: italic;
}
/* standard paragraph styles ends */


/* standard lists starts */
ul.linkslist-squareblue01 {
	clear: both;
	margin: 0 0 .8em 0;
	padding: 0 .8em .6em .4em;
	list-style: none;
}
ul.linkslist-squareblue01 li {
	padding: 0 0 .15em 13px;
	background: url(../images/icons/icon_bullet_square_blue01.gif) left 0.4em no-repeat;
}
ul.linkslist-roundblue01 {
	clear: both;
	margin: 0 0 1em 1.5em;
	padding: 0 1em 0 .5em;
	list-style: none;
}
ul.linkslist-roundblue01 li {
	padding: 0 0 .3em 1.2em;
	background: url(../images/icons/icon_bullet_round_blue01.gif) left 0.4em no-repeat;
}
ol {
	clear: both;
	margin: 0 0 1em 2em;
	list-style: decimal;
}
ul.disc {
	list-style: disc;
	margin: 0 0 2em 3em;
}
ul.disc li {
	margin-bottom: 0.25em;
}
/* standard lists ends */


/* actions toolbar starts */
div#page-actions {
	clear: both;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
	background: #F1F8FF;
	padding: 5px 10px 12px 10px;
	font-size: 0.9em;
}
ul#actions {
	float: left;
	list-style: none;
}
ul#actions li {
	float: left;
	margin-right: 20px;
}
ul#actions li a {
	display: block;
	padding: 3px 0 5px 25px;
	text-decoration: underline;
	color: #666;
}
ul#actions li a:hover {
	text-decoration: underline;
	color: #333;
}
ul#actions li#print a {
	background: url(../images/icons/icon_actions_print.gif) left center no-repeat;
}
ul#actions li#email a {
	background: url(../images/icons/icon_actions_email.gif) left center no-repeat;
	padding: 3px 0 5px 29px;
}
ul#actions li#rss a {
	background: url(../images/icons/icon_actions_rss.gif) left center no-repeat;
}
/* actions toolbar ends */


/* standard fieldset style starts */
fieldset.fieldset-grey {
	border: 1px solid #c8c8c8;
	margin: 0 0 10px 0;
	padding: 0;
}
fieldset.fieldset-grey legend {
	font: bold 1.3em Arial, Verdana, sans-serif;
	color: #34618D;
	background: #fff;
	padding: 0 5px;
}
fieldset.fieldset-grey ul {
	padding: 10px 17px 10px 17px;
}
fieldset.fieldset-grey ul li {
	clear: both;
	margin-bottom: 0.8em;
}
fieldset.fieldset-grey ul label {
	display: block;
	float: left;
	width: 13.3em;
	padding-top: 2px;
}
.fieldset-grey ul .txtfield {
	width: 15em;
}
.fieldset-grey p {
	margin: 0.8em 17px 0.8em 17px;
}
/* standard fieldset style ends */


/* advertising banner inventory starts */
div#adverts-top {
	position: absolute;
	top: 30px;
	width: 988px;
	height: 105px;
}
div#adstop-external {
	float: left;
	padding: 7px;
	background: #dcdcdc;
}
div#adstop-internal {
	float: right;
	border: 1px solid #C7E3FF;
	background: #ECF5FF;
	width: 233px;
	height: 104px;
}
div#adstop-internal-content {
	padding: 7px 9px;
}
div#adstop-internal-content p.copy {
	margin: 0;
	line-height: 1.3em;
}
div#adstop-internal-content p.copy a:link,
div#adstop-internal-content p.copy a:visited {
	text-decoration: none;
	color: #333;
}
div#adstop-internal-content p.copy a:hover {
	text-decoration: underline;
}
div#adstop-internal-content p.headline {
	font: bold italic 1.8em Arial, Verdana, sans-serif;
	margin: 0 0 .3em 0;
	line-height: 1em;
}

/* advertising banner inventory ends */


/* advertising boxes inventory starts */
div#adbox-container {
	margin-bottom: 17px;
}
div#adbox-left, div#adbox-right {
	min-height: 100px;
	height: auto !important;
	height: 100px;
	width: 306px;
	border-top: 1px solid #B3B3B3;
	border-right: 1px solid #909090;
	border-bottom: 1px solid #909090;
	border-left: 1px solid #B3B3B3;
/*	background: url(../images/panels/bestbuys_advert_bg.jpg) right top repeat-x #FFFBC8;*/
	background: #FFFBC8;
	font: normal 1em Arial, Verdana, sans-serif;
}
div#adbox-left {
	float: left;
	margin-right: 8px;
}
div#adbox-right {
	float: left;
	width: 310px;
}
a.adbox-heading, a.adbox-heading:hover, a.a.adbox-heading:visited {  /* Updated! */
	display: block;
	margin: 6px 7px 5px 7px;
	font: bold 1.1em Arial, Verdana, sans-serif;
	color: #0000CC;
	text-decoration: underline;
}
a.adbox-desc, a.adbox-desc:hover, a.adbox-desc:visited { /* Added! */
	display: block;
	margin: 0 7px 2px 7px;
	color: #5B5B5B;
	text-decoration: none;
}
a.adbox-url, a.adbox-url:hover, a.adbox-url:visited {
	display: block;
	margin: 0 7px 7px 7px;
	padding: 0;
	color: #008000;
}
/* advertising boxes inventory ends */


/* misc bits and pieces starts */
img.biophoto {
	float: right;
	margin: 5px 5px 10px 10px;
	border: 1px solid #333;
}
.strong-grey {
	font-weight: bold;
	color: #5D5D5D;
	font-family: Arial, sans-serif;
}
/* misc bits and pieces ends */


/* EveryInvestor core styles ends */
