﻿/* DEFAULTS
----------------------------------------------------------*/
body {
	background-image: url('../Graphics/Background3.gif');
	background-position: center top;
	background-attachment: fixed;
	background-repeat: repeat;
	font-size: 1.0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	color: #000000;
	text-align: left;
}
.background-accent {
	background-image: url('../Graphics/FooterAccent.png');
	background-position: center bottom;
	background-attachment: fixed;
	background-repeat: repeat-x;
}
a:link, a:visited {
	color: #1225DA;
}

a:hover {
	color: #1d60ff;
	text-decoration: none;
}
a:active {
	color: #034af3;
}
p {
	margin-bottom: 10px;
	line-height: 1.4em;
}
IMG.center-image {
	margin: 5px auto 5px auto;
	display: block;
}
html{
	font-size: 100%;
}
/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-size: 1.5em;
	color: #000080;
	font-variant: small-caps;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 0px;
}
h1 {
	font-size: 1.6em;
	padding-bottom: 0px;
	margin-bottom: 10px;
	text-align: center;
}
h2 {
	font-size: 1.3em;
	font-weight: 600;
	text-align: center;
}
h3 {
	font-size: 1.2em;
	font-weight: 600;
	font-family: "Calisto MT";
	margin-top: 25px;
}
h4 {
	font-size: 1.18em;
	margin-top: 20px;
	margin-bottom: 10px;
}
h5, h6 {
	font-size: 1.1em;
	margin-top: 20px;
	font-family: "Calisto MT";
	font-weight: 600;
    margin-left: 0px;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
	margin-top: 0px;
}
.hr {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#page {
	width: 75em;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#topwrapper {
	width: 75em;
	height: auto;	
}
#header {
	width: 75em;
	height: 7.82em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 5px;
	background-image: url('../Graphics/Shirleys-Banner.png');
	background-size: 75em 7.82em;
	background-repeat: no-repeat;
}
.bannerimage {
	margin: auto;
	height: 7.25em;
	width: 75em;
}
.title {
	position: absolute;
	left: 17.5em;
	top: 1.25em;
}
#header h1 {
	font-weight: 700;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #000080;
	border: none;
	line-height: 2em;
	font-size: 2em;
	font-family: Cambria;
}
#navbar {
	width: 75.0em;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
.navbar-menu {
	background-color: #FFFFFF;
	margin-top: 0px;
}
.breadcrumb {
	width: auto;
	margin-left: 25px;
}
.control-wrapper {
	width: 75em;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
#middlewrapper {
	height: auto;
    display: inline-block;
	width: 75em;
	margin-right: auto;
	margin-left: auto;
    background-color: #FFFFFF;
}
.center-intro {
	text-align: center;
	margin-right: 1.875em;
	margin-left: 1.875em;
	margin-bottom: 20px;
	font-size: 1.15em;
	color: #000080;
}
.alt-intro {
	margin-right: 1.00em;
	margin-left: 1.00em;
	margin-bottom: 20px;
	font-size: 1.10em;
	color: #000080;
}
.paralight {
	margin-bottom: 20px;
	font-size: 1.10em;
	color: #000080;
}
#introbox {
	padding: 0px 15px 0px 15px;
	background-color: #FFFFFF;
	font-size: .875em;
	color: #000000;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.left-intro {
	padding: 10px;
	width: 38.025em;
	height: auto;
	float: left;
}
.right-intro {
	padding: 10px;
	height: auto;
	width: auto;
	margin-left: 38.125em
}
.top-notelist {
	font-size: .875em;
	line-height: 22px;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}
#maincontent {
    float: left;
    width: 59.90em;
	padding-right: 10px;
	padding-left: 15px;
	height: auto;
	font-size: 14px;
	background-color: #FFFFFF;
}
#rightcolumn {
	width: 335px;
    margin-left: 866px;
	background-position: left;
	background-image: url('../Graphics/ColumnBackground.gif');
	background-size: 25em 25em;
	background-repeat: repeat-y;
}
#bottom-wrapper {
	width: 75em;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#footer {
	height: auto;
	padding: 20px;
	text-align: center;
	font-family: "Lucida Calligraphy";
	font-size: 1.1em;
	color: #0000FF;
}
.disclaimer {
	padding: 10px;
    margin-top: 10px;
	font-size: .875em;
	text-align: center;
	background-color: #FFFFFF;
	color: #0000FF;
	text-decoration: underline;
}
.google-translate {
	height: 1.75em;
	width: 19.75em;
	margin-right: auto;
	margin-left: auto;
}
.control-box {
	width: 21.75em;
	padding-top: 10px;
	margin-top: 0px;
	margin-left: 52.25em;
}
.popular-products {
    text-align: center;
    font-family: "Lucida Calligraphy";
    color: #0000FF;
}
.contact-bar {
	text-align: left;
	padding: 5px;
	background-color: #FFFFFF;
	text-indent: 20px;
	font-weight: bold;
	color: #000080;
}
.column {
	padding: 10px;
	font-size: .875em;
    height: auto;
}
.link-wrapper {
	padding: 15px;
	background-color: #FFFFFF;
	clear: both;
}
.bottom-left-links {	
	width: 36.563em;
	float: left;
	font-size: .875em;
	text-align: left;
	padding: 10px;	
}
.bottom-right-links {
	margin-left: 38.125em;
	font-size: .875em;
	text-align: left;
	padding: 10px;
}
.unordered-list {
	line-height: 24px;
}
.left-bottom-notelist {
	font-size: .875em;
	line-height: 28px;
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
	background-color: #D8F2CB;
}
.right-bottom-notelist {
	padding: 10px;
	font-size: .875em;
	line-height: 25px;
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #D8F2CB;
}
.lower-table {
	border: 4px double #000080;
	height: auto;
	width: 82.143em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	background-color: #FFFFFF;
	text-align: left;
	font-size: .875em;
	color: #000080;
}
.tr-th {
	height: 2.143em;
	background-color: #000099;
}
.td-children {
	background-position: 250px 25px;
	width: 27.143em;
	background-image: url('../images/mountainrosechild.jpg');
	background-repeat: no-repeat;
}
.td-children-th {
	width: 27.143em;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: center;
}
.td-women {
	background-image: url('../images/background-bluelightrelief2.gif');
	width: 27.143em;
	background-repeat: repeat;
}
.td-women-th {
	width: 27.143em;
	background-position: 25px 0px;
	background-image: url('../images/women_face.gif');
	background-repeat: no-repeat;
	text-align: center;
}
.td-men {
	width: auto;
	background-image: url('../images/men-Self-Therapy-Sex-Problems.gif');
	background-position: 245px 185px;
	background-repeat: no-repeat;
}
.td-men-th {
	width: auto;
	text-align: center;
}
.table-notelist {
	font-size: .875em;
	line-height: 22px;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 10px;
	padding-top: 0px;
	margin-top: 5px;
}
.table-notelist-men {
	font-size: .875em;
	line-height: 22px;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 10px;
	padding-top: 0px;
	margin-top: 0px;
	background-image: url('../images/men_cool.gif');
	background-position: 245px 30px;
	background-repeat: no-repeat;
}
.copyright {
	padding: 10px;
	text-align: center;
	color: #000080;
	margin-bottom: 300px;
}
.copyright-title {
	font-size: 1.0em;
	color: #000080;
	font-weight: bold;
}
.question-contact {
	background-position: 0px 0px;
	margin-bottom: 20px;
	color: #000080;
	text-align: center;
	background-image: url('../Graphics/Question.png');
	background-repeat: no-repeat;
}
.accordion-menu {
    width: 305px;
	margin-top: 15px;
    text-wrap: normal;
    display: inline-block;
    margin-left: 5px;
	margin-right: 5px;

}
.accordion-div {
	width: 315px;
    height: auto;
    display: inline-block;
    margin-left: auto;
	margin-right: auto;
}
.ajax-accordion-div {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.accordion {
	line-height: 28px;
	width: 720px;
	margin-bottom: 20px;
}
.accordion-header {
	color: #3333FF;
	text-decoration: underline;
	font-size: 1.0em;
}
.accordion-content {
	color: #000066;
	text-wrap: normal;
}
.accordionHeaderSelected {
	color: #CC0000;
	font-weight: bold; 
}
.navblock {
	line-height: 24px;
}
.navblock-spanish {
	line-height: 24px;
}
.list-block {
	line-height: 22px;
	list-style-image: url('../Graphics/li-graphic.gif');
}
.checklist {
	line-height: 22px;
	list-style-image: url('../Graphics/GreenCheckmark.png');
}
.list-accent {
    line-height: 22px;
    list-style-image: url('../Graphics/RedDiamond.png');
    margin-right: 35px;
    font-size: 1.10em;
    color: #000080;
    font-family: Arial;
}
.li-margin {
    margin-bottom: 15px;
}
.center-div {
	margin-right: auto;
	margin-left: auto;
}
.accordion-title {
	color: #000080;
	text-align: center;
}
.dog-shirley {
	position: absolute;
	top: -7.20em;
	right: 6.25em;
}
.switcher {
	margin-left:30px;
}
.search {
	margin-top: 0px;
	margin-left: 15px;
	width: 21.00em;
	float: left;
}
.searchbox {
  
}
.search-intro {
	margin-bottom: 10px;
}
.search-results {
	padding: 15px;
}
.joinlist-image {
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 0px;
}
.text-accent {
	font-weight: bold;
	color: #000080;
}
.red-accent {
	font-weight: bold;
	color: #B22222;
	font-style: italic;
}
.popup-disclaimer {
	width: 330px;	
}
.contact-menu-label {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
.contact-menu {
	text-align: center;
	width: auto;
}
.social-widget {
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 15px;
	text-align: center;
}
.social-widget-home {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 25px;
	text-align: center;
}
.text-right {
	text-align: right;
}
.center-text {
	text-align: center;
}
.text-left {
	text-align: left;
}
.column-header {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #B22222;
	font-style: italic;
}
.column-margin {
	margin-top: 150px;
	margin-bottom: 150px;
}
.biz-card {
	border: 1px solid #000080;
	padding: 5px;
	float: right;
	width: 375px;
	color: #000080;
}
.left-content-column {
	width: 29.5em;
	float: left;
	padding-right:10px;
	font-size: 14px;
}
.right-content-column {
	margin-left: 30em;
	padding-left:10px;
	font-size: 14px;
}
.left-media-column {
	width: 29.5em;
	height: 300px;
	float: left;
	padding-right:10px;
	font-size: 14px;
}
.right-media-column {
	margin-left: 30em;
	height: 300px;
	padding-left:10px;
	font-size: 14px;
}
.left-content-div {
	width: 300px;
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}
.right-content-div {
	width: 300px;
	float: right;
	margin-right: 10px;
	margin-top: 20px;
}
.millers-video {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 243px;
}
.right-image {
	float: right;
	margin-left: 10px;
}
.left-image {
	float: left;
	margin-right: 10px;
}
.tf-images {
	margin-right: 10px;
	margin-bottom: 2px;
}
.question-left {
	float: left;
	margin-left: 20px;
	margin-right: 10px;
}
.question {
	margin-top: 25px;
	margin-bottom: 25px;
	color: #000080;
	font-size: 1.15em;
}
.tf-product-button {
	margin-right: 20px;
	vertical-align: middle;
}
.horizontal-list li {
	display: inline;
	padding-right: 25px;
	font-weight: bold;
	list-style: none;
}
ul li img {
	vertical-align: middle;
}
.adsense-top-left {
	float: left;
	width: 250px;
	height: 250px;
	margin-right: 10px;
}
.medium-rectangle {
	width: 300px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
}
.related {
	font-size: 1.2em;
}
.disclaimer-page {
	padding: 20px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	font-size: 1.15em;
	color: #000080;
	background-color: #FFFFCC;
}
.vesta-accent {
	color: #3333CC;
	font-style: oblique;
	font-weight: bold;
}
.tfpricelist-span {
	font-size: 17px;
	color: #0000FF;
	text-decoration: underline;
}
.tf-tile {
	font-size: 17px;
	text-align: center;
}
.tf-cert {
	font-size: 17px;
	margin-top: 20px;
}
.tfpricelist-popup {
	white-space: nowrap;
}
.popup-tf-footer {
	text-decoration: underline;
	font-variant: small-caps;
	font-size: 14px;
	font-family: Cambria;
}
.popup-tf-header {
	text-decoration: underline;
	font-variant: small-caps;
	font-size: 14px;
	font-family: Cambria;
}
.worldmap-caption {
	font-size: 1.1em;
	text-align: center;
	color: navy;
	padding: 10px;
}
.column-quotes {
	text-align: center;
	color: #660000;
	font-size: 1.1em;
}
.salsa-div {
	border: 1px solid #808080;
	padding: 5px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #CCFFFF;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #800000;
	text-align: center;
}
.salsa-wide-div {
	border: 1px solid #808080;
	padding: 5px;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #FFFFCC;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #800000;
	text-align: center;
}
img.center-divider {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	display: block;
	max-width: 100%;
}
.content-list {
	font-size: .92em;
	line-height: 26px;
	list-style-type: none;
	padding: 10px;
	margin-left: 0px;
}
.content-div {
	border: 1px solid #999999;
	width: 325px;
	float: left;
	margin-right: 10px;
}
.important-note {
	border: 1px solid #999999;
	width: 325px;
	float: right;
	margin-left: 10px;
	padding: 10px;
}
.important-note-left {
	border: 1px solid #999999;
	width: 325px;
	float: left;
	margin-right: 10px;
	padding: 10px;
}
.elita-text {
	text-align: center;
	font-size: 16px;
}
.title-home {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 35px;
}
.left-iframe {
	float: left; 
	margin-right: 10px; 
	width: 320px;
	height: 240px;
}
.right-iframe {
	float: right; 
	margin-left: 10px; 
	width: 320px;
	height: 240px;
}
.embed-iframe {
	width: 320px;
	height: 240px;
	display: block;
	border: none;
}
.spanish-videos {
	 float: left; 
	margin-right: 10px; 
	width: 320px;
}
.spanish-margin {
	margin-left: 320px;
}
.spanish-popup {
	width: 575px;
}
.spanish-popup-div {
	max-width: 575px;
	margin-top:15px;
	margin-bottom:25px;
}
.clay-popup-div {
	max-width: 400px;
	margin-top:15px;
	margin-bottom: 0px;
}
.clay-popup {
	width: 400px;
}
.popup-span {
	font-size: 17px;
	color: #0000FF;
	text-decoration: underline;
	
}
.popup-span:hover {
	color: #ff0000;
}
a.highlight:hover {
	color: #ff0000;
}
.homeo-popup {
	width: 400px;
}
.column-video {
	margin-right: auto;
	margin-left: auto;
	margin-top: 14px;
	width: 305px;
}
.yellow-highlight {
	background-color: yellow;
}
.facebook {
	margin-top: 20px;
	margin-bottom: 10px;
}
.contact-image {
	margin-top: 20px;
	margin-bottom: 0px;
}
.link {
    font-weight: bold;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/
fieldset {
	margin: 1em 0px;
	padding: 1em;
	border: 1px solid #ccc;
}
fieldset p {
	margin: 2px 12px 10px 10px;
}
fieldset.login label, fieldset.register label, fieldset.changePassword label {
	display: block;
}
fieldset label.inline {
	display: inline;
}
legend {
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}
/*Contact Form Styles*/
.button:hover {
	color: Red;
}
.button:active {
	color: #FF66FF;
}
.dev-button {
	margin-top: 20px;
}
.fields-required {
	color: #FF0000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
.form-intro {
	border: 1px solid  #A9A9A9;
	padding: 5px;
	float: right;
	width: 400px;
	color: #000080;
	margin-top: 9px;
	margin-right: 20px;
}
.intro-form {
	padding: 5px;
	float: left;
	width: 400px;
	color: #000080;
	margin-left: 15px;
	border: 1px solid  #A9A9A9;
}
.contact-form-info {
    padding: 5px;
    float: right;
    width: 400px;
    color: #000080;
    margin-top: 10px;
    margin-left: 10px;
    border: 2px solid #9933FF;
}
.contact-menu {
	max-width: 300px;
	margin-left: 15px;
	margin-bottom: 20px;
}
.control-container {
	width: 100%;
	min-width: 420px;
}
.text-box {
	width: 100%;
	min-width: 360px;
}
.captcha-refresh {
	margin-top: 10px;
}
.captcha-textbox {
	margin-top: 10px;
}
.confirm-message {
	color: #008080;
	font-size: 15px;
	font-weight: bold;
}
.newsletter-page {
	width: 600px;
	height: 439px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-top: 65px;
	background-image: url('../Graphics/Newletter.gif');
	background-repeat: no-repeat;
}
.newsletter {
	width: 220px;
	height: 275px;
	margin-right: auto;
	margin-left: auto;
}
.left-image {
	float: left;
	margin-right: 10px;
}
.contact-intro {
	width: 500px;
	margin-left: 0px;
}
.left-overview {
	padding: 10px;
	width: 40.0em;
	height: auto;
	float: left;
}
.right-overview {
	padding: 10px;
	height: auto;
	width: 40.0em;
	margin-left: 42.3em;
}
.brightness {
	background-color: white;
	display: inline-block;
}
.brightness img:hover {
	opacity: .5;
}
.popup-span {
	font-size: 17px;
	color: #0000FF;
	text-decoration: underline;
	vertical-align: middle;
}
.popup-span:hover {
   color: #FF3300;
}
.horse-supplements {
	margin-left: 265px;
	margin-top: 20px;
	width: 628px;
}
.three-divs {
	border: 1px solid #808080;
	padding: 10px;
	width: 26.0em;
	height: auto;
	float: left;
}
.middle-div-borderless {
	padding: 7px;
	height: auto;
	width: 25.9em;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.three-divs-borderless {
	padding: 10px;
	width: 26.0em;
	height: auto;
	float: left;
}
.middle-div {
	border: 1px solid #808080;
	padding: 7px;
	height: auto;
	width: 25.9em;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.horizontal-divider {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	visibility: hidden;
		}
.product-animals {
	width: 411px;
	margin-left: 350px;
	padding: 20px;
}
.left-overview-garden {
	padding: 10px;
	width: 40.0em;
	height: auto;
	float: left;
}
.right-overview-garden {
	padding: 10px;
	height: auto;
	width: 40.0em;
	margin-left: 42.3em;
}
.container-garden-title {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
}
.garden-titles {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	color: green;
}
.garden-img {
	width: 100%;
}
.garden-column {
	width: 1175px;
	margin-right: auto;
	margin-left: auto;
}
.products-banner {
	max-width: 297px;
	margin-right: auto;
	margin-left: auto;	
}
.note-shirley-animals {
    width: 300px;
    height: 469px;
    float: left;
    background-image: url('../Graphics/NoteShirley.jpg');
    margin-right: 10px;
}
.note-shirley-animals-right {
    width: 300px;
    height: 469px;
    float: right;
    background-image: url('../Graphics/NoteShirley.jpg');
    margin-left: 10px;
}
.ordered-list {
    line-height: 22px;
    font-size: 15px:
}
.slideshow-column-div {
    width: 305px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    display: block;
}
.slideshow-text {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    display: inline-block;
}
.item-text {
    vertical-align: middle;
    padding-bottom: 10px;
}
.dataview-div {
    border: 1px solid #CCCCCC;
    width: 1150px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FCFCFC;
}
.dataview-home-div {
    border: 1px solid #CCCCCC;
    width: 1170px;
    display: block;
    margin-top: 20px;
    background-color: #FCFCFC;
}
.dataview-home-title-div {
    width: 100%;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    color: #3399FF;
    display: block;
    background-image: url('../App_Themes/Glass/Web/mItemBack.gif');
    font-family: Calibri;
    background-repeat: repeat-x;
}
.dataview {
    display: block;
    width: 100%;
}
.dataview-home {
    display: block;
    width: 100%;
}
.dataview-text {
    text-align: center;
    text-decoration: underline;
}
.dataview-image {
    width: 242px;
    margin-right: auto;
    margin-left: auto;
}
.dataview-item {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 275px;
}
.dataview-pager-panel {
    width: 1118px;
    height: 25px;
    display: block;
}
.dataview-content {
    padding-top: 10px;
}
.dataview-title {
    text-align: center;
}
.dataview-column {
    display: block;
    width: 305px;
    height: 100%;
    background-color: blue;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.dataview-content-column; {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
.dataview-item-column {
    margin-top: 60px;
    margin-bottom: 60px;
}
.dataview-column-image {
    width: 275px;
    margin-right: auto;
    margin-left: auto;
}
.overview-hover {
	display: inline-block;
    margin-bottom: 75px;
    margin-top: 20px;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}
div.overview-hover:hover {
	background-color: gold;
}
.slide-previous-button {
    width: 20px;
    height: 25px;
}
.slide-next-button {
    width: 20px;
    height: 25px;
    background-color: #000066;
}
.single-large-video {
    width: 600px;
    height: 450px;
   margin-left: auto;
   margin-right: auto;
}
.single-audio-control {
    width: 300px;
    height: 50px;
   margin-left: auto;
   margin-right: auto;
}
.balloon-text {
    font-size: 16px;
    color: green;
}
.balloon-text-accent {
    font-size: 14px;
    color: red;
    font-style: italic;
}


/* MISC  
-----------------------------------------------------*/
.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}
