/*BEGIN FEATURE SLIDESHOW STYLES*/

#home {
  position: relative;
}
#home .home_inner_border {
  padding: 0 !important;
}
#home_title {
  float: left;
  margin: 0 0 10px 10px;
}
#home_title a {
  font-size: 10px;
  font-weight: normal;
  margin: 0 0 0 5px;
}
#home_title h2 {
  font-size: 14px;
  font-weight: normal;
  color: dimgray;
  line-height: 1.5em;
}
#home_title h1 {
  /*font-family: georgia;*/
  font-size: 26px;
  color: #3f2a10;
  font-weight: normal;
  /*text-shadow: #d5d5d5 0 1px 1px; */
  /*text-shadow: #224E6D 0px -1px;*/
  -webkit-text-shadow: 0px 1px 0px #f7f7f7;
  text-shadow: 0px 1px 0px #f7f7f7;
}
#feature_slide {
  float: left;
  height: auto;
  margin-left: 9px;
  position: absolute;
  width: 920px;
}
#feature_slide .video {
  display: block;
  float: left;
  height: auto;
  margin: 7px;
  width: 290px;
}
#feature_slide .video h3 {
  color: dimgray;
  /*font-family: Georgia, "Times New Roman", serif;*/
  font-size: 13pt;
  font-weight: normal;
}
#feature_slide .video h4 {
  font-weight: normal;
  line-height: 12pt;
}
#feature_slide .video .thumb {
  margin: 5px 0;
}
/*END FEATURE SLIDESHOW STYLES*/

.see_all_records {
  position: absolute;
  right: 0;
  margin-top: -1em;
  top: -10px;
  font-size: 12px;
  /*font-family: "museo-sans-1","museo-sans-2",sans-serif;*/
  font-weight: 700;
  color: #00abc7;
  text-decoration: underline;
}
.panel {
  background: #ededee;
  border: 1px solid #e0e1e2;
  padding: 30px 0 20px 23px;
  position: relative;
  z-index: 40;
  overflow: hidden;
}
.panel .inner_border {
  background: none repeat scroll 0 0 whitesmoke;
  padding: 16px;
}
.panel #view_btns {
  float: right;
  height: 15px;
  width: auto;
}
.panel h3 {
  /*font-family:Georgia,"Times New Roman",serif;*/
  font-size: 12pt;
  font-weight: normal;
}
.panel .clear-both {
  clear: both;
}
#main_list {
  overflow: hidden;
}
.mainListThumbnail h1 {
  margin: 14px 9px 0 9px;
  width: 274px;
  padding-bottom: 0 !important;
}
.mainListThumbnail img {
  display: block;
  margin: 0 auto;
  float: none !important;
}
.mainListThumbnail {
  float: left;
  width: 292px;
  position: relative;
  background-color: white;
  border-bottom: 2px solid #fece45;
  margin: 0 8px 16px 8px;
  *margin: 0 0 16px 0px;
  max-height: 264px;
  min-height: 264px;
  overflow: hidden;
  -moz-box-shadow: 0px 1px 5px 1px #dfdfdf;
  -webkit-box-shadow: 0px 1px 5px 1px #dfdfdf;
  box-shadow: 0px 1px 5px 1px #dfdfdf;
  /*filter: 
		progid:DXImageTransform.Microsoft.Shadow(color=#dfdfdf,direction=0,strength=7)
		progid:DXImageTransform.Microsoft.Shadow(color=#dfdfdf,direction=90,strength=10)
		progid:DXImageTransform.Microsoft.Shadow(color=#dfdfdf,direction=180,strength=10)
		progid:DXImageTransform.Microsoft.Shadow(color=#dfdfdf,direction=270,strength=7);*/

}
.mainListThumbnail a {
  /*color: #F85726;*/
  font-size: 14px;
  line-height: 1.2em;
  /*font-weight: normal;*/
  margin: 9px;
  /*font-family:museo-sans-1, museo-sans-2, sans-serif;*/
  font-weight: 700;
  color: #231f20;
  display: block;
  background: black;
  height: 155px;
}
.mainListThumbnail a img {
  height: 155px;
  width: auto;
}
.mainListThumbnail h1 a {
  margin: 5px auto 0 auto;
  height: 60px;
  background: none;
  line-height: 20px;
  text-transform: none;
}
.mainListThumbnail h1 a:hover {
  color: #00abc7;
}
.mainListThumbnail h2 {
  /*font-family:arial,helvetica,sans-serif;*/
  font-size: 11px;
  display: block;
  width: 283px;
  font-style: italic;
  color: #8f9194;
  margin-left: 9px;
  line-height: 16px;
  font-weight: 500;
}
.mainListThumbnail h2 span {
  /*font-family:arial,helvetica,sans-serif;*/
  font-size: 11px;
  margin: 0;
  background: none;
  /*height:auto;*/
  line-height: 16px;
  color: #58595b;
  display: inline;
  font-weight: 500;
}
.mainListThumbnail h2 span a {
  background: none;
  display: inline;
  font-size: inherit;
  margin: 0;
  margin-left: 5px;
}
/*view_btns sprite begin*/

#view_btns {
  margin-bottom: 15px;
}
/*Normal States*/

a#thumbs_btn,
a#desc_btn,
a#list_btn,
a#map_btn {
  display: block;
  background: url('/cassette.axd/file/site-static/rack/views-btns-19fc2188a2641fa40d1e145b03868fce8a468d15.gif') no-repeat 0 0;
  float: left;
  height: 15px;
  margin-right: 10px;
  width: 31px;
}
a#desc_btn {
  background-position: -31px 0;
}
a#list_btn {
  background-position: -62px 0;
}
a#map_btn {
  background-position: -93px 0;
}
/*Hover States*/

a#thumbs_btn:hover,
a#desc_btn:hover,
a#list_btn:hover,
a#map-btn:hover,
a#thumbs_btn.selected:hover,
a#desc_btn.selected:hover,
a#list_btn.selected:hover,
a#map_btn.selected:hover {
  margin-top: 1px;
}
a#thumbs_btn:hover,
a#thumbs_btn.selected:hover {
  background-position: 0 -30px;
}
a#desc_btn:hover,
a#desc_btn.selected:hover {
  background-position: -31px -30px;
}
a#list_btn:hover,
a#list_btn.selected:hover {
  background-position: -62px -30px;
}
a#map_btn:hover,
a#map_btn.selected:hover {
  background-position: -93px -30px;
}
/*Selected States*/

a#thumbs_btn.selected {
  background-position: 0 -15px;
}
#desc_btn.selected {
  background-position: -31px -15px;
}
a#list_btn.selected {
  background-position: -62px -15px;
}
a#map_btn.selected {
  background-position: -93px -15px;
}
/*view_btns sprite end*/

/*layout_thumbs*/

#layout_thumbs input,
#layout_thumbs .search {
  display: none;
}
#layout_thumbs .row {
  clear: both;
}
#layout_thumbs .record_desc,
#layout_thumbs aside {
  display: none;
}
#layout_thumbs .record_holder {
  line-height: 10pt;
  margin: -5px 0 5px 0;
}
#layout_thumbs .thumb {
  border: 1px solid #aaaaaa;
  display: inline-block;
  height: 88px;
  overflow: hidden;
  text-align: center;
  width: 188px;
}
#layout_thumbs .thumb img {
  height: auto;
  width: 100%;
}
/*layout_desc*/

#layout_desc input,
#layout_desc .search {
  display: none;
}
#layout_desc .row {
  clear: both;
  width: 930px;
}
#layout_desc .record {
  background: url('/cassette.axd/file/site-static/rack/desc-border-35c3ff4589186327f0c1b4bcdbfdd9f05e088684.gif') repeat-x top left;
  display: block;
  min-height: 145px;
  margin-top: 15px;
  padding: 5px;
  position: relative;
}
#layout_desc .record_holder {
  display: none;
}
#layout_desc .thumb {
  display: block;
  float: left;
  margin: 10px;
  clear: left;
}
#layout_desc .title {
  display: block;
  float: left;
  font-size: 13pt;
  line-height: 16pt;
  margin-top: 8px;
  width: 575px;
}
#layout_desc .record_desc {
  font-size: 9pt;
  margin-top: 45px;
  line-height: 15pt;
  padding-left: 190px;
  width: 500px;
}
#layout_desc aside {
  position: absolute;
  right: 10px;
  text-align: right;
  top: 15px;
  width: 175px;
}
#layout_desc aside div {
  display: block;
}
#layout_desc .record_unit {
  font-size: 18pt;
}
#layout_desc .record_measure {
  font-size: 10pt;
}
/*layout_list*/

#layout_list h3 {
  margin-bottom: 15px;
}
#layout_list input {
  border: 1px solid #cccccc;
  color: #aaaaaa;
  font-size: 13pt;
  height: 25px;
  line-height: 15pt;
  margin-bottom: 15px;
  width: 220px;
}
#layout_list input:focus {
  color: black;
  background: white;
}
#layout_list .search {
  position: relative;
  left: -25px;
  top: -2px;
}
#layout_list .row {
  clear: both;
}
#layout_list .record {
  border: 1px solid #e3e3e3;
  display: inline-table;
  margin: 0 100px;
  width: 700px;
}
#layout_list .record_holder,
#layout_list .thumb,
#layout_list .record_desc {
  display: none;
}
#layout_list .title {
  background: whitesmoke !important;
  border-right: 1px solid #e3e3e3;
  display: table-cell;
  line-height: 14pt;
  width: 500px;
}
#layout_list .title a {
  display: block;
  padding: 3px;
}
#layout_list .title a:hover {
  background: white;
}
#layout_list aside {
  display: table-cell;
  text-align: right;
  padding-right: 15px;
  width: auto;
}
#layout_list .record_unit,
#layout_list .record_measure {
  display: inline;
}
#layout_list .record_unit {
  font-weight: bold;
}
.featured-records {
  width: 972px;
  margin: 0 auto;
}
.featured-records .text {
  float: left;
  line-height: normal;
  width: 600px;
  padding-right: 15px;
}
.featured-records h1 {
  /*font-family:museo-sans-1, museo-sans-2, sans-serif;*/
  font-weight: 500;
  font-size: 24px;
  padding-bottom: 10px;
  color: #6e7071;
  text-transform: uppercase;
}
