@charset "utf-8";

div.clear {
clear: both;
margin: 0;
padding: 0;
height: 0;
line-height: 0;
font-size: 0;
}

/* JAVASCRIPT MODULES IN MAIN
----------------------------- */
/* Dom Tabs */
.text-box-tabs {
  overflow: hidden;
  float: left;
  background: #f2f2f2 url(../img/bgs/text-box.png) -540px 100% no-repeat;
  clear: both; /* IE 6 */
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 0 6px 0;
}
#main .text-box-tabs h2 {
  background: #000 url(../img/bgs/text-box.png) 0 0 no-repeat;
  padding: 5px 5px 0 6px;
  color: #fff;
}
ol.text-box-toc {
  float: left;
  position: relative;
  margin: 0;
  padding: 10px 0 0 0;
  background: #000 url(../img/bgs/text-box.png) 0 -30px no-repeat;
  list-style: none;
  height: auto;
  width: 100%;
  height: 1%; /* IE 6 */
}
#main .text-box-toc li { /* dom tabs + one two three */
  float: left;
  display: inline; /* IE 6 */
  position: relative;
  list-style: none;

  width: auto;
  height: auto;
  min-height: 0;
  margin: 0 0px 0 2px;
  padding: 0;
  color: #000;
  line-height: 1.25em;
}
.text-box-toc li a {
  background: #121212 url(../img/bgs/text-box.png) -10px -35px no-repeat;
  color: #d0d0d0;
  float: left;
  display: block;
  font-weight: bold;
  cursor: pointer;
}
.text-box-toc li a.ui-disabled {
  cursor: default;
}
.text-box-toc li a.on,
.text-box-toc li a.a11y-focus,
.text-box-toc li a:hover,
.text-box-toc li a:active,
.text-box-toc li a:focus {
  background: #f2f2f2 url(../img/bgs/text-box-toc.png) 100% 0 no-repeat;
  color: #000;
  text-decoration: none;
}
.text-box-toc li span {
  display: block;
  margin-right: 4px;
  padding: 5px 6px 5px 10px;
}
.text-box-toc li.on span,
.text-box-toc li a:hover span,
.text-box-toc li a.a11y-focus span,
.text-box-toc li a:active span,
.text-box-toc li a:focus span {
  background: #f2f2f2 url(../img/bgs/text-box-toc.png) 0 0 no-repeat;
}
.text-box-tabs .text-box-section {
  float: left;
  background: #f2f2f2 url(../img/bgs/text-box.png) -1040px 100% repeat-y;
  width: 444px;
  margin: 0;
  padding: 10px 8px;
}
.text-box-tabs .text-box-section {
  margin-right: -3px; /* IE 6 */
}
#main .text-box-tabs .text-box-section h2 {
  clear: both;
  background: none;
  margin: 0 0 5px 0;
  padding: 10px 0 0 0;
  font-size: 160%;
  color: #000;
}
#main .text-box-tabs .text-box-section h2 em {
  display: block;
  margin: 0 0 -3px 0;
  font-size: 68.75%;
  font-style: normal;
  padding: 0;
}
#main .text-box-tabs .text-box-section h2 a em {
  color: #555;
}
#main .text-box-tabs h2 a,
#main .text-box-tabs p a {
  color: #dd0e40;
}
.text-box-tabs img {
  float: left;
  width: 218px;
  margin: 0 10px 10px 0;
}
/* teaser link list modified for tab */
#main .text-box-tabs .links {
  clear: both;

  margin: 10px 0 0 0;
}
#main .text-box-tabs .links h3 {
  font-size: 130%;
  margin: 0 0pt 5px 0;
}
#main .text-box-tabs .links li {
  border: none;
}

/* alternative layouts */
.col-float2 .text-box-tabs {
  width: 460px;
  float: left;
  clear: none;
}
.col-float3 .text-box-tabs {
  width: 100%;
  float: left;
  clear: none;
}
/* different images for .col-subcol */
.col-subcol #main .text-box-tabs h2 {
  background: #000000 url(../img/bgs/text-box-590.png) 0 0 no-repeat;
}
ol.text-box-toc {
  background: #000 url(../img/bgs/text-box-590.png) 0 -30px no-repeat;
  margin: 0 !important;
}
.col-subcol .text-box-tabs {
  background: #f2f2f2 url(../img/bgs/text-box-590.png) -750px 100% no-repeat;
  width: 590px;
}
.col-subcol #text-box-toc {
  background: #000 url(../img/bgs/text-box-590.png) 0 -30px no-repeat;
}
.col-subcol .text-box-tabs .text-box-section {
  background: #f2f2f2 url(../img/bgs/text-box-590.png) -1499px 100% repeat-y;
  width: 575px;
  margin-right: -10px; /* IE 6 */
}
.col-subcol #main .text-box-tabs .text-box-section h2 {
  background: none;
}
.col-subcol #main > .text-box-tabs .text-box-section {
  margin-right: 0;
}
/* Different images for .nav-col */

.nav-col #main .text-box-tabs {
  background: #f2f2f2 url(../img/bgs/text-box-700.png) -750px 100% no-repeat;
  width: 700px;
}
.nav-col .text-box-tabs .text-box-section {
  width: 687px;
  background: #f2f2f2 url(../img/bgs/text-box-700.png) -1499px 100% repeat-y;
}
.nav-col #main .text-box-tabs h2 {
  background: #000000 url(../img/bgs/text-box-700.png) 0 0 no-repeat;
}
.nav-col ol.text-box-toc {
  background: #000 url(../img/bgs/text-box-700.png) 0 -30px no-repeat;
}
.nav-col #main .text-box-tabs .text-box-section h2 {
  background: none;
}


/* Finger-Tabs - superpromo */
div.superpromos {
  clear: both;
  position: relative;
  background: url(../img/temp/superpromo-bg-nav.gif) 100% 0 repeat-y;
  width: 260px;
  height: auto;
  min-height: 333px;
  margin: 20px 0;
  border: 1px solid #ccc;
  padding-right: 200px;
}
.nav-col div.superpromos {
  width: 498px; /* plus 200px padding nav */
}
.js-on div.superpromos {
  height: 33em;
  overflow: hidden;
}
/* tabs */
ol.superpromos-toc {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 195px;
  margin: 0;
  padding: 0;
}
#wrapper ol.superpromos-toc li {
  float: none;
  background: #ebebeb;
  font-size: 110%;
  color: #fff;
  list-style: none;
}
ol.superpromos-toc a {
  display: block;
  background: #ebebeb url(../img/bgs/superpromo-off.gif) 0 50% no-repeat;
  height: 1%;
  margin: 0;
  border-bottom: 1px solid #fff;
  padding: 12px 10px 8px 20px;
  font-size: 150%;
  font-weight: bold;
  cursor: pointer;
}
ol.superpromos-toc a.on,
ol.superpromos-toc a:hover,
ol.superpromos-toc a.a11y-focus,
ol.superpromos-toc a:active,
ol.superpromos-toc a:focus {
  background: #e5e57f url(../img/bgs/superpromo-on.gif) 0 50% no-repeat;
  color: #000;
  text-decoration: none;
}
div.superpromos .superpromo-section {
  margin: 0px;
}
div.superpromos .superpromo-section h2 {
  margin: 10px 5px 5px 10px;
  padding: 0;
  font-size: 320%;
}
div.superpromos .superpromo-section img {
  display: block;
  width: 250px;
  height: 150px;
  border: none;
  margin: 0 0 10px 10px;
  padding: 0;
}
.nav-col div.superpromos .superpromo-section img {
  width: 485px;
  height: 200px;
}
div.superpromos .superpromo-section p {
  margin: 0 0 1em 10px;
  line-height: 1.3em;
  font-size: 130%;
}
div.superpromos .superpromo-section em.more {
  display: block;
}
div.superpromos .superpromo-section em.more a {
  display: block;
  background: url(../img/icons/sprites.png) 0 7px no-repeat;
  padding: 5px 10px 5px 18px;
  font-weight: bold;
}


/* Styleswitcher */
ul.styleswitcher li {
  padding: 6px 0 0 0;
}
ul.styleswitcher li {
  padding: 6px 0 0 0;
}
ul.styleswitcher label {
  background: url(../img/icons/sprites.png) 0 2px no-repeat;
  padding-left: 17px;
  color: #ec1549;
}
ul.styleswitcher label:hover,
ul.styleswitcher label:active,
ul.styleswitcher label:focus {
  text-decoration: underline;
}





/* CAROUSELS
----------------------------- */

/* ###   TW-SWITCHER ### */
/* Inside #Stage */
#stage div.tw-switcher {

  position: relative;

  border: 1px solid #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left; /* ie 6 */
  clear: both;
  height: auto;
  width: 937px;
  margin: 0;
  padding: 0;
}
#stage div.tw-switcher h3 {
  border: 0;
  padding: 5px 10px;
  color: #fff;
  font-size: 200%;
}
#stage div.tw-switcher .pager {
  display: none;
  width: auto;
  margin: 0;
}
.js-on #stage div.tw-switcher .pager {
  display: block;
}
#stage div.tw-switcher .next,
#stage div.tw-switcher .prev {
  background: url(../img/bgs/prev-next-dark-225.png) 0 -275px no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 19px;
  height: 225px;
}
#stage div.tw-switcher .prev {
  left: 0;
  right: auto;
  background-position: 0 0;
  border-left: none;
}
#stage div.tw-switcher .next span,
#stage div.tw-switcher .prev span {
  display: none;
  background: url(../img/bgs/prev-next-dark-225.png) 100% -1100px no-repeat;
  width: 19px;
  height: 225px;
  text-indent: -9999px;
}
#stage div.tw-switcher .next span {
  background-position: 0 -1375px;
}
#stage div.tw-switcher .next span.show,
#stage div.tw-switcher .prev span.show {
  cursor: pointer;
  display: block;
}
#stage div.tw-switcher .prev span.show:hover,
#stage div.tw-switcher .prev span.show.over {
  background: url(../img/bgs/prev-next-dark-225.png) 100% -550px no-repeat;
}
#stage div.tw-switcher .next span.show:hover,
#stage div.tw-switcher .next span.show.over{
  background: url(../img/bgs/prev-next-dark-225.png) 100% -825px no-repeat;
}
#stage div.tw-switcher .rack {
  background: #ffffff;
  float: left;
  width: 922px;
  margin: 0;
  padding-left: 15px;
}
.js-on #stage div.tw-switcher .rack {
  overflow: hidden;
  height: 225px;
  width: 885px;
  display: inline;
  margin-left: 19px;
}
#stage div.tw-switcher .rack-teaser {
  overflow: hidden;
  float: left;
  width: 375px;
  height: 225px;
  border: none;
  margin: 0 10px 5px 0;
  padding: 0 5px 0 0;
}
.js-on #stage div.tw-switcher .rack-teaser {
  background-image: none;
  border-right: none;
  margin: 0;
  padding: 0 20px 0 0px;
}
#stage div.tw-switcher .rack-teaser h2 {
  margin: 8px 0 0 0;
  font-size: 180%;
  font-weight: normal;
}
#stage div.tw-switcher .rack-teaser img {
  display: block;
  float: left;
  height: 100px;
  width: 380px;
  margin: 4px 10px 0 0;
  border: none;
}
#stage div.tw-switcher .rack-teaser p {
  width: 375px;
  padding: 10px 0 0 0;
  font-size: 130%;
  color: #4d4d4d;
}
#stage div.tw-switcher .rack-teaser em {
  display: block;
  margin-top: 5px;
  font-style: normal;
}
#stage div.tw-switcher .rack-teaser em a {
  padding-left: 17px;
}
/* Inside #wrapper-2 -> Platform Area */
#wrapper-2 #wrapper-3 div.tw-switcher {
  position: relative;
  border: 0;
  float: left;
  clear: both;
  height: auto;
  width: 660px;
  margin: 35px 0 0 0;
  padding: 0;
}
#wrapper-2 #wrapper-3 div.tw-switcher h3 {
  margin: 10px 0 5px 0;
  border-top: 4px solid #b3b3b3;
  padding: 5px 0 2px 0;
  color: #4d4d4d;
  font-size: 200%;
}
#wrapper-2 #wrapper-3 div.tw-switcher .pager {
  display: none;
  width: auto;
  margin: 0;
}
.js-on #wrapper-2 #wrapper-3 div.tw-switcher .pager {
  display: block;

}
#wrapper-2 #wrapper-3 div.tw-switcher .next,
#wrapper-2 #wrapper-3 div.tw-switcher .prev {
  background: url(../images/prev-next-light-180.png) 0 -230px no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 19px;
  height: 180px;
}
#wrapper-2 #wrapper-3 div.tw-switcher .prev {
  left: 0;
  right: auto;
  background-position: 0 0;
  border-left: none;
}
#wrapper-2 #wrapper-3 div.tw-switcher .next span,
#wrapper-2 #wrapper-3 div.tw-switcher .prev span {
  display: none;
  background: url(../images/prev-next-light-180.png) 100% -460px no-repeat;
  width: 44px;
  height: 180px;
  text-indent: -9999px;
}
#wrapper-2 #wrapper-3 div.tw-switcher .next span {
  background-position: 0 -690px;
}
#wrapper-2 #wrapper-3 div.tw-switcher .next span.show,
#wrapper-2 #wrapper-3 div.tw-switcher .prev span.show {
  display: block;
}
#wrapper-2 #wrapper-3 div.tw-switcher .prev span.show:hover,
#wrapper-2 #wrapper-3 div.tw-switcher .prev span.show.over {
  background: url(../images/prev-next-light-180.png) 100% -920px no-repeat;
}
#wrapper-2 #wrapper-3 div.tw-switcher .next span.show:hover,
#wrapper-2 #wrapper-3 div.tw-switcher .next span.show.over{
  background: url(../images/prev-next-light-180.png) 100% -1150px no-repeat;
}
#wrapper-2 #wrapper-3 div.tw-switcher .rack {
  width: 940px;
  margin: 0;
  padding-left: 0;
}
.js-on #wrapper-2 #wrapper-3 div.tw-switcher .rack {
  display: inline;
  overflow: hidden;
  height: 180px;
  margin-left: 19px;
  padding-left: 15px;
  width: 645px;
}
.js-on.hcm #wrapper-2 #wrapper-3 div.tw-switcher .rack {
  height: 210px;

  overflow: auto !important;
}
#wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser {
  overflow: hidden;
  float: left;
  width: 340px;
  height: 170px;
  border: none;
  margin: 0 10px 5px 0;
  padding: 0 5px 0 0;
}
.js-on #wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser {
  background-image: none;
  width: 385px;
  border-right: none;
  margin: 0;
  padding: 10px 10px 0 0px;
}
#wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser h2 {
  margin: 0;
  width: 190px;
  float: right;
  font-size: 180%;
  font-weight: normal;
}
.js-on #wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser h2 {
  width: 235px;
}
#wrapper-2 #wrapper-3 div.tw-switcher .mod h2,
.js-on #wrapper-2 #wrapper-3 div.tw-switcher .mod h2 {
  width: 100%;
}
#wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser img {
  display: block;
  float: left;
  width: auto;
  width: 140px;
  height: 150px;
  margin: 4px 10px 0 0;
  border: none;
}
#wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser p {
  width: 190px;
  float: left;
  padding: 10px 0 0 0;
  font-size: 13px;
  color: #4d4d4d;
}

#wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser p a{
  color: #4d4d4d !important;#
  font-size:12px;
}
.js-on #wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser p {
  width: 200px;
}
#wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser em {
  display: block;
  margin-top: 5px;
  font-style: normal;
}
#wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser em a {
  padding-left: 17px;
}
/* Inside #wrapper-2 -> Platform Area -> Diffenrent Layout Types */
#home #wrapper-2 #wrapper-3 div.tw-switcher {
  margin: 0 0 20px 0;
}
#edit{
  padding:14px 120px 0 0!important;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-switcher {
  width: 940px;
}
.js-on .col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-switcher .rack {
  width: 895px;
}

/* Inside #main */
#wrapper-2 #wrapper-3 #main div.tw-switcher {
  position: relative;
  border: 0;
  float: left;
  clear: both;
  height: auto;
  width: 680px;
  margin: 0;
  padding: 0;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher h3 {
  margin: 10px 0 5px 0;
  border-top: 4px solid #b3b3b3;
  padding: 5px 0 2px 0;
  color: #000;
  font-size: 200%;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .pager {
  display: none;
  width: auto;
  margin: 0;
}
.js-on #wrapper-2 #wrapper-3 #main div.tw-switcher .pager {
  display: block;
}

#wrapper-2 #wrapper-3 #main div.tw-switcher .next,
#wrapper-2 #wrapper-3 #main div.tw-switcher .prev {
  background: url(../images/prev-next-light-180.png) 0 -230px no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 54px;
  height: 162px;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .prev {
  left: 0;
  right: auto;
  background-position: 0 0;
  border-left: none;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .next span,
#wrapper-2 #wrapper-3 #main div.tw-switcher .prev span {
  display: none;
  background: url(../images/prev-next-light-180.png) 100% -460px no-repeat;
  width: 54px;
  height: 162px;
  text-indent: -9999px;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .next span {
  background-position: 0 -690px;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .next span.show,
#wrapper-2 #wrapper-3 #main div.tw-switcher .prev span.show {
  display: block;
  cursor: pointer;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .prev span.show:hover,
#wrapper-2 #wrapper-3 #main div.tw-switcher .prev span.show.over {
  background: url(../images/prev-next-light-180.png) 100% -920px no-repeat;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .next span.show:hover,
#wrapper-2 #wrapper-3 #main div.tw-switcher .next span.show.over{
  background: url(../images/prev-next-light-180.png) 100% -1150px no-repeat;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .rack {

  width: 572px;
  margin: 0;
  padding-left: 0;
}
.js-on #wrapper-2 #wrapper-3 #main div.tw-switcher .rack {
  overflow: hidden;
  height: 162px;
  background: #ffffff;
  margin-left: 54px;
  padding-left: 0px;
}

.hcm #wrapper-2 #wrapper-3 #main div.tw-switcher .rack {
  height: 205px;
  overflow: auto !important;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser {
  overflow: hidden;
  float: left;

  width: 340px;
  height: 100px;
  border: none;
  margin: 0 10px 5px 0;
  padding: 0 5px 0 0;
}
.js-on #wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser {
  background-image: none;
  width: 100px;
  height:152px;
  border-right: none;
  margin: 0;
  padding: 14px 7px 0 7px;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser h2 {
  margin: 0;
  width: 100%;
  float: none;
  font-size: 180%;
  font-weight: normal;

}
#wrapper-2 #wrapper-3 #main div.tw-switcher .mod h2 {
  width: 100%;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser img {
  display: block;
  float: none;
  width: 100px;
  height: 100px;
  border:1px solid #999999!important;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser p {
	width: 100px;
	height: 40px;
	overflow: hidden;
	float: left;
	padding: 2px 0 0 0;
	font-size: 12px;
	color: #4d4d4d;
	text-align: center;
}
.js-on #wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser p {
  width: 100px;
  height:50px;
  overflow:hidden;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser em {
  display: block;
  margin-top: 5px;
  font-style: normal;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser em a {
  padding-left: 17px;
}
/* Inside #main -> Diffenrent Layout Types */
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-switcher {
  width: 460px;
}
.js-on .col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-switcher .rack {
  width: 410px;
}
.js-on .col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser {
  width: 400px;
}
.col-float2 #wrapper-2 #wrapper-3 #main div.tw-switcher {
  width: 940px;
}
.js-on .col-float2 #wrapper-2 #wrapper-3 #main div.tw-switcher .rack {
  width: 895px;
}
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-switcher {
  width: 590px;
}
.js-on .col-subcol #wrapper-2 #wrapper-3 #main div.tw-switcher .rack {
  width: 540px;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-switcher {
  width: 706px;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-switcher .rack {
  width: 607px;
}
/* Inside #wrapper-2 -> Base Element */
#wrapper-2 div.tw-switcher {
  position: relative;
  background: #ffffff;
  float: left; /* ie 6 */
  clear: both;
  height: auto;

  margin: 0 0 20px 0;
  padding: 0;
}
#wrapper-2 div.tw-switcher h3 {
  padding: 4px 10px 5px 10px;
  color: #fff;
  font-size: 200%;
}
#wrapper-2 div.tw-switcher .pager {
  display: none;
  width: auto;
  margin: 0;
}
.js-on #wrapper-2 div.tw-switcher .pager {
  display: block;
}
#wrapper-2 div.tw-switcher .next,
#wrapper-2 div.tw-switcher .prev {
  background: url(../img/bgs/prev-next-dark-225.png) 0 -275px no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 19px;
  height: 225px;
}
#wrapper-2 div.tw-switcher .prev {
  left: 0;
  right: auto;
  background-position: 0 0;
  border-left: none;
}
#wrapper-2 div.tw-switcher .next span,
#wrapper-2 div.tw-switcher .prev span {
  display: none;
  background: url(../img/bgs/prev-next-dark-225.png) 100% -1100px no-repeat;
  width: 19px;
  height: 225px;
  text-indent: -9999px;
}
#wrapper-2 div.tw-switcher .next span {
  background-position: 0 -1375px;
}
#wrapper-2 div.tw-switcher .next span.show,
#wrapper-2 div.tw-switcher .prev span.show {
  display: block;
  cursor: pointer;
}
#wrapper-2 div.tw-switcher .prev span.show:hover,
#wrapper-2 div.tw-switcher .prev span.show.over {
  background: url(../img/bgs/prev-next-dark-225.png) 100% -550px no-repeat;
}
#wrapper-2 div.tw-switcher .next span.show:hover,
#wrapper-2 div.tw-switcher .next span.show.over {

  background: url(../img/bgs/prev-next-dark-225.png) 100% -825px no-repeat;
}
#wrapper-2 div.tw-switcher .rack {
  background: #fff;
  float: left;

  margin: 0;
  padding-left: 15px;
}
.js-on #wrapper-2 div.tw-switcher .rack {
  overflow: hidden;
  height: 225px;
  background: #f2f2f2;
  display: inline;

  margin-left: 19px;
}
.hcm #wrapper-2 div.tw-switcher .rack {
  height: 250px;
  overflow: auto !important;
}
#wrapper-2 div.tw-switcher .rack-teaser {
  overflow: hidden;
  float: left;
  width: 375px;
  height: 225px;
  border: none;
  margin: 0 10px 5px 0;
  padding: 0 5px 0 0;
}
.js-on #wrapper-2 div.tw-switcher .rack-teaser {
  background-image: none;
  border-right: none;
  margin: 0;
  padding: 0 20px 0 0px;
}
#wrapper-2 div.tw-switcher .rack-teaser h2 {
  margin: 8px 0 0 0;
  font-size: 180%;
  font-weight: normal;
}
#wrapper-2 div.tw-switcher .rack-teaser img {
  display: block;
  float: left;
  height: 100px;
  width: 380px;
  margin: 4px 10px 0 0;
  border: none;
}
#wrapper-2 div.tw-switcher .rack-teaser p {
  width: 375px;
  padding: 10px 0 0 0;
  font-size: 130%;
  color: #555;
}
#wrapper-2 div.tw-switcher .rack-teaser em {
  display: block;
  margin-top: 5px;
  font-style: normal;


}
#wrapper-2 div.tw-switcher .rack-teaser em a {
  padding-left: 17px;
}

