/*
1.GLOBAL
2.TEXT
3.IMAGES
4.LISTS
5.TABLES
6.LINKS
7.PAGES/SECTIONS
*/

/* -- 1.GLOBAL -- */
/* Reset CSS by Eric Meyers -- v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: disc outside;
}
ol li, ul li {
	list-style: disc outside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Reset CSS by Eric Meyers */

body {
	font: 76%/1.4 Verdana, Arial, Helvetica, sans-serif;
}
dl, ol, p, blockquote, table, ul {
	margin: 0 0 1.5em 0;
}

/* -- 2.TEXT -- */
blockquote {
	font-style: italic;
	padding-left: 4em;
}
code {
	font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;
	font-size: 1em;
	white-space: pre;
}
h1 {
	font-size: 2em;
	line-height: 1.5;
	margin: 0 0 0.5em 0;
}
h2 {
	font-size: 1.5em;
	line-height: 1.5;
	margin: 0 0 0.5em 0;
}
h3 {
	font-size: 1.3em;
	line-height: 1.3;
	margin: 0 0 0.5em 0;
}
h4 {
	font-size: 1.2em;
	line-height: 1.3;
	margin: 0 0 0.25em 0;
}
h5 {
	font-size: 1.1em;
	line-height: 1.3;
	margin: 0 0 0.25em 0;
}
h6 {
	font-size: 1em;
	line-height: 1.3;
	margin: 0 0 0.25em 0;
}
p {
	padding: 0;
}
pre {
	font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 1.0em;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* -- 3.IMAGES -- */
a img {
	border: none;
}
img.image-left {
	float: left;
	margin: 0 10px 10px 0;
}
img.image-right {
	float: right;
	margin: 0 0 10px 10px;
}
img.bordered {
	border: 1px #ccc solid;
}
img.centered {
	display: block;
	margin: 10px auto;
}
/* -- 4.LISTS -- */
ul li {
	margin: 0 0 0.25em 30px;
}
ol li {
	margin: 0 0 0.25em 30px;
}
dl dt {
	font-weight: bold;
	margin: 0.25em 0 0.25em 0;
}
dl dd {
	margin: 0 0 0 30px;
}

/* -- 5.TABLES -- */
table {
	border-collapse: collapse;
	border-spacing: 5px;
}

caption {
	text-align: left;
	font-weight: bold;
}
th, td {
	border: 1px #ccc solid;
	padding: .5em;
}
th {
	background-color: #dadada;
	font-weight: bold;
}


/* -- 6.LINKS -- */
a {
	color: #000;
	text-decoration: underline;
}

body.equimax a:hover, body.equimax a:focus {
	color: #0302CC;
	text-decoration: underline;
}
body.bimeda a:hover, body.bimeda a:focus {		
	color: #266F29;
	text-decoration: underline;
}

/* -- 7.SECTIONS -- */
body.equimax #main-content h2, body.equimax #main-content h3 {
	clear: both;
}
div.contained-info h2 {
	color: #37B349;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0;
}
div.contained-info p {
	color: #888;
	font-size: 1em;
}
div#added-items h4 {
	color:#37B349;
	display:block;
	font-weight:normal;
	margin:0 0 0.5em 0.8em;
	padding: 0.8em 0 0 0;
}
