
.cms_item {
    margin: 0;
    padding: 0;
}

.clear_item {
    clear: both;
}

.file_border img {
    border: 1px solid black;
}

.centered {
    text-align: center;
}

.right {
    text-align: right;
}

.small {
    font-size: 85%;
}

.large {
    font-size: 120%;
}

.cms_icon {
    text-align: center;
}

/* Image galleries */
.cms_gallery {
    width: 100%;
    text-align: center;
    margin: 0 0 1.25em 0;
}

.cms_gallery td {
    padding: 5px;
}

.cms_gallery thead td {
    font-size: 10%;
    height: 1px;
    width: 8.3333%;
    padding: 0;
}

/* Content slideshows */
.contentSlideshow {
    clear: both;
    position: relative;
    overflow: hidden;
}

.contentSlideshow .slide {
    margin-bottom: 100px;
    position: absolute;
}

.slideshowCenter {
    margin: 0 auto;
}

.slideshowLeft {
    display: inline;
    float: left;
    margin-right: 10px;
}

.slideshowRight {
    display: inline;
    float: right;
    margin-left: 10px;
}

.slideshowNav {
    width: 840px;
    margin: 0 30px 1.25em;
    overflow: hidden;
    -moz-user-select: none;
}

.slideshowNav a {
    cursor: pointer;
}

.slideshowNav .scrollLeft, .slideshowNav .scrollRight {
    float: left;
    font-size: 500%;
    height: 60px;
    width: 50px;
    line-height: 60px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.slideshowNav .slideItems {
    float: left;
    width: 740px;
    overflow: hidden;
}

.slideshowNav td {
    padding: 5px;
}

/* Content playlists */
.contentPlaylist {
    clear: both;
    position: relative;
    overflow: hidden;
}

.playlistCenter {
    width: 240px;
    margin: 0 auto;
}

.playlistLeft {
    display: inline;
    float: left;
    margin-right: 10px;
}

.playlistRight {
    display: inline;
    float: right;
    margin-left: 10px;
}

.categoryIndex {
    width: 100%;
    clear: both;
}

/* Detailed indexes */
ul.detailedIndex {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
    float: left;
    width: 100%;
}

ul.detailedIndex li {
    float: left;
    padding: 0 0 1.25em 0;
    margin: 0;
    width: 100%;
}

ul.detailedIndex ul {
    list-style: disc;
}

ul.detailedIndex ul, ul.detailedIndex p, ul.detailedIndex ol {
    margin-top: 0;
    margin-bottom: 1.25em;
}

ul.detailedIndex p.readMoreLink {
    margin-bottom: 0;
    font-weight: bold;
}

ul.detailedIndex li li {
    float: none;
    margin: default;
    margin-top: 0;
    padding: default;
    width: default;
}

ul.detailedIndex .description {
    float: right;
    width: 640px;
}

ul.detailedIndex .image {
    float: left;
    width: 240px;
}

ul.detailedIndex .image a {
    text-decoration: none;
}

ul.detailedIndex h3 {
    margin-top: 0;
    margin-bottom: 0;
}

#content ul.rssVideoFeed {
    list-style: none;
    margin: 0;
    padding: 0;
    left: 0;
    width: 100%;
}

.rssVideoFeed li {
    display: inline;
    float: left;
    width: 100%;
}

.rssVideoFeed .video {
    display: inline;
    float: left;
    width: 200px;
    height: 175px;
    margin-bottom: 1.25em;
}

.rssVideoFeed .description {
    display: inline;
    float: right;
    width: 726px;
}

ul.rsslink {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

ul.rsslinkbefore {
    display: none;
}

.pageIndex {
    float: right;
    list-style: none;
}

.pageIndex li {
    display: inline;
}

.pageIndex span, .pageIndex a {
    padding: 0 5px;
}

.floatLeft, .floatRight {
    display: inline; /* IE6 Hack */
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: expression('0'); /* IE and firefox handle this differently */
}

.floatLeft {
    float: left;
    clear: left;
    margin-right: 10px;
}

.floatRight {
    float: right;
    clear: right;
    margin-left: 10px;
}

.floatRight p, .floatLeft p, .alignRight p, .alignLeft p, .alignCenter p {
    margin: 0;
    padding: 0;
}

.floatLeft a img, .floatRight a img, .categoryIndex li a img {
    display: block;
    text-decoration: none;
}

.floatLeft a, .floatRight a {
    display: block;
    text-align: center;
}

.cms_aligned td {
    padding: 5px;
    vertical-align: middle;
}

.cms_aligned .vcentered {
    text-align: center;
}

.caption {
    padding-top: 2px;
    font-size: 85%;
    font-weight: bold;
}

.alignLeft, .alignRight, .alignCenter { margin: 0 0 1.25em 0; }
.alignLeft   { text-align: left;   }
.alignCenter { text-align: center; }
.alignRight  { text-align: right;  }

.alignCenter table {
    margin: 0 auto;
}

table.csv {
    font-size: 85%;
    border-bottom: 1px solid black;
}

table.csv th, table.csv td {
    padding: 1px 8px;
}

table.csv th {
    text-align: center;
}

table.csv thead th {
    border: 1px solid black;
    border-width: 1px 0px;
}

table.csv caption {
    font-weight: bold;
    padding: 1px 0;
}

table.csv .odd {
    background-color: #e8e8e8;
}

table.csv .even {
    background-color: #f8f8f8;
}

.extraTable th, .extraTable td {
    border-top: 1px dotted black;
    border-bottom: 1px dotted black;
    padding: 1px 20px;
}

#content .error {
    color: #770000;
    border: 1px dotted #770000;
    background-color: #ffcccc;
    padding: 0 0.5ex;
}

#content .success {
    color: #004400;
    border: 1px dotted #004400;
    background-color: #ccffcc;
    padding: 0 0.5ex;
}

.glossaryIndex {
    margin: 0;
    padding: 0;
}

.glossaryIndex li {
    display: inline;
    text-transform: uppercase;
}

p.subscribe_link,
p.returnLink,
p.readMoreLink {
    clear: both;
}

/* Fixes for lists and floating elements */
#content div.cms_item ul,
#content div.cms_item ol {
    margin-left: 0;
    padding-left: 40px;
}

#content div.cms_item.hasFloatLeft ul,
#content div.cms_item.hasFloatLeft ol {
    position: relative;
    left: 40px;
    margin-left: 0;
    padding-left: 0;
    margin-right: 40px;
}

body.contact #googleMap {
    width: 440px;
    height: 300px;
    color: black;
    position: relative;
    z-index: 2;
    text-align: left;
    font-size: 90%;
}

body.contact #googleMap div.name {
    font-weight: bold;
}

body.contact #googleMap a {
    color: blue;
}

body.contact #contactForm {
    clear: both;
}

.googleMap {
    text-align: left;
    line-height: 1.25;
}

.mapFailed {
    font-size: 90%;
    background-color: #eeeeee;
    padding: 20px;
}

.googleMap .mapInfo a {
    display: inline;
}

.alignCenter .googleMap {
    margin: 0 auto;
}

.alignRight .googleMap {
    margin: 0 0 0 auto;
}

/* For contact form */
#iField_subject {
    display: none;
}

#first_column {
    clear: left;
}.columns-2 #first_column, .columns-2 #chunk2 {
    width: 320px;
}
.columns-3 #first_column, .columns-3 #chunk2, .columns-3 #chunk3 {
    width: 206.666666667px;
}
#first_column, .columns-2 #chunk2, .columns-3 #chunk2, .columns-3 #chunk3 {
    display: inline; /* IE6 margin fix */
    float: left;
    overflow: hidden;
}

.columns-2 #chunk2, .columns-3 #chunk2, .columns-3 #chunk3 {
    margin-left: 20px;
}

.columns-2 #chunk3, .columns-2 #chunk4, .columns-2 #chunk5, .columns-2 #chunk6, .columns-2 #chunk7, .columns-3 #chunk4, .columns-3 #chunk5, .columns-3 #chunk6, .columns-3 #chunk7, .columns-3 #chunk8 {
    clear: both;
    zoom: 1;
}

body.home #first_column {
    clear: left;
}body.home .columns-2 #first_column, body.home .columns-2 #chunk2 {
    width: 440px;
}
body.home .columns-3 #first_column, body.home .columns-3 #chunk2, body.home .columns-3 #chunk3 {
    width: 286.666666667px;
}
body.home .columns-4 #first_column, body.home .columns-4 #chunk2, body.home .columns-4 #chunk3, body.home .columns-4 #chunk4 {
    width: 210px;
}
body.home #first_column, body.home .columns-2 #chunk2, body.home .columns-3 #chunk2, body.home .columns-3 #chunk3, body.home .columns-4 #chunk2, body.home .columns-4 #chunk3, body.home .columns-4 #chunk4 {
    display: inline; /* IE6 margin fix */
    float: left;
    overflow: hidden;
}

body.home .columns-2 #chunk2, body.home .columns-3 #chunk2, body.home .columns-3 #chunk3, body.home .columns-4 #chunk2, body.home .columns-4 #chunk3, body.home .columns-4 #chunk4 {
    margin-left: 20px;
}

body.home .columns-2 #chunk3, body.home .columns-2 #chunk4, body.home .columns-2 #chunk5, body.home .columns-2 #chunk6, body.home .columns-2 #chunk7, body.home .columns-3 #chunk4, body.home .columns-3 #chunk5, body.home .columns-3 #chunk6, body.home .columns-3 #chunk7, body.home .columns-3 #chunk8, body.home .columns-4 #chunk5, body.home .columns-4 #chunk6, body.home .columns-4 #chunk7, body.home .columns-4 #chunk8, body.home .columns-4 #chunk9 {
    clear: both;
    zoom: 1;
}

body.contact #first_column {
    clear: left;
}body.contact .columns-2 #first_column, body.contact .columns-2 #chunk2 {
    width: 440px;
}
body.contact .columns-3 #first_column, body.contact .columns-3 #chunk2, body.contact .columns-3 #chunk3 {
    width: 286.666666667px;
}
body.contact #first_column, body.contact .columns-2 #chunk2, body.contact .columns-3 #chunk2, body.contact .columns-3 #chunk3 {
    display: inline; /* IE6 margin fix */
    float: left;
    overflow: hidden;
}

body.contact .columns-2 #chunk2, body.contact .columns-3 #chunk2, body.contact .columns-3 #chunk3 {
    margin-left: 20px;
}

body.contact .columns-2 #chunk3, body.contact .columns-2 #chunk4, body.contact .columns-2 #chunk5, body.contact .columns-2 #chunk6, body.contact .columns-2 #chunk7, body.contact .columns-3 #chunk4, body.contact .columns-3 #chunk5, body.contact .columns-3 #chunk6, body.contact .columns-3 #chunk7, body.contact .columns-3 #chunk8 {
    clear: both;
    zoom: 1;
}

body.chocolates #first_column {
    clear: left;
}body.chocolates .columns-2 #first_column, body.chocolates .columns-2 #chunk2 {
    width: 320px;
}
body.chocolates .columns-3 #first_column, body.chocolates .columns-3 #chunk2, body.chocolates .columns-3 #chunk3 {
    width: 206.666666667px;
}
body.chocolates #first_column, body.chocolates .columns-2 #chunk2, body.chocolates .columns-3 #chunk2, body.chocolates .columns-3 #chunk3 {
    display: inline; /* IE6 margin fix */
    float: left;
    overflow: hidden;
}

body.chocolates .columns-2 #chunk2, body.chocolates .columns-3 #chunk2, body.chocolates .columns-3 #chunk3 {
    margin-left: 20px;
}

body.chocolates .columns-2 #chunk3, body.chocolates .columns-2 #chunk4, body.chocolates .columns-2 #chunk5, body.chocolates .columns-2 #chunk6, body.chocolates .columns-2 #chunk7, body.chocolates .columns-3 #chunk4, body.chocolates .columns-3 #chunk5, body.chocolates .columns-3 #chunk6, body.chocolates .columns-3 #chunk7, body.chocolates .columns-3 #chunk8 {
    clear: both;
    zoom: 1;
}

/* For categorical columns (not nestable with above) */
.cat_columns {
    display: inline; /* IE6 fix */
    float: left;
}

.cat_columns ul {
    display: inline; /* IE6 fix */
    float: left;
}

.cat_columns_2 ul { width: 410px; }
.cat_columns_3 ul { width: 260px; }
.cat_columns_4 ul { width: 185px; }
.cat_columns_5 ul { width: 140px; }

/* For right click prevention things */

/* Chocolates page */

body.chocolates .cms_gallery tbody td {
    padding: 1.25em 0;
    border-bottom: 1px solid #e8e1d2;
    vertical-align: top;
}

body.chocolates .cms_gallery tbody td a {
    float: left;
    color: #27120d;
}

body.chocolates .cms_gallery tbody td div.caption {
    float: left;
    width: 200px;
    padding: 5px 0 0 15px;
    font-size: 100%;
    font-weight: normal;
    text-align: left;
}

body.chocolates .cms_gallery tbody td div.caption a {
    float: none;
    display: block;
    padding-bottom: 1em;
    font-family: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
    font-weight: bold;
    font-style: italic;
    color: #27120d;
    text-decoration: none;
}

body.chocolates .cms_gallery tbody td div.caption a:hover {
    text-decoration: underline;
}

body.chocolates .cms_gallery tbody td div.caption p {
    clear: left;
}

