* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff none repeat scroll 0 0;
	color: #666666;
	font-family: arial;
	font-size: 13px;
	line-height: 1.4;
}

a {
	outline: none;
}

a img {
	border: none;
}

h3 {
	font-size: 1.82em;
}

h2 {
	font-weight: bold;
	color: #6c6c6c;
}

.flash-replaced .alt {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}

.push-10 { margin-top: 10px; }
.push-20 { margin-top: 20px; }

ul, ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

input, select, button {
	vertical-align: middle;
}

#header {
	background: transparent url(../images/menu_background.png) no-repeat bottom center;
	width: 100%;
	height: 98px;
}

#logo {
	padding-top: 10px;
	float: left;
	position: relative;
	z-index: 100;
}

/* RSS and search box */
#menu_search {
	float: right;
	padding-top: 52px;
}

#header_container {
	margin: 0 auto;
	width: 968px;
}

#search {
	background: #fff;
	color: #a7a7a7;
	height: 45px;
	padding-top: 12px;
	line-height: 25px;
}

#subscribe_rss {
	padding-right: 15px;
}

#subscribe_rss,
#search_keywords {
	float: right;
}

#subscribe_rss a {
	color: #8a8989;
	font-weight: normal;
	text-decoration: none;
}

#subscribe_rss a img {
	vertical-align: -3px;
}

#subscribe_rss a:hover {
	color: #BD2432;
}

#search_keywords #keywords {
	padding: 4px 8px 0 8px;
	color: #5c5c5c;
	border: 1px solid #CCCCCC;
	height: 19px;
	width: 150px;
}

/* Primaru Menu styles */
#primary_menu {
	background: #BD2432 url(../images/menu_slant.png) no-repeat left bottom;
	height: 35px;
	position: relative;
	z-index: 1;
	width: 780px;
}

#primary_menu ul { position: absolute; top: 10px; right: 0; z-index: 2; }

#primary_menu ul li {
	float: left;
	margin-right: 15px;
	display: inline;
}

#primary_menu ul li.last {
	margin-right: 0px;
}

#primary_menu a {
	background: #C72635 url(../images/btn_sprite.png) no-repeat 0 -100px;
	color: #FFFFFF;
	float: left;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
}

#primary_menu a span {
	display: block;
	background: transparent url(../images/btn_sprite.png) no-repeat 100% -100px;
  padding: 0 15px 0 0;
}

#primary_menu li.active a,
#primary_menu a:hover {
	background: #fff url(../images/btn_sprite.png) no-repeat 0 -125px;
	text-decoration: none;
}

#primary_menu li.active a span,
#primary_menu a:hover span {
	background: transparent url(../images/btn_sprite.png) no-repeat 100% -125px;
	color: #a22935;
}

/* Breadcrumb styles */
#breadcrumb {
	background: #E2E2E2 url(../images/breadcrumb_background.png) no-repeat top center;
}

#breadcrumb_container {
	margin: 0 auto;
	width: 968px;
	font-size: 0.85em;
}

#breadcrumb_tip {
	font-weight: bold;
	color: #fff;
	padding: 0 55px 0 2px;
	float: left;
	background: #BEBEBE url(../images/breadcrumb_first_sep.png) no-repeat center right;
  line-height: 26px;
}

#breadcrumb_trail {
  float: left;
}

#breadcrumb_trail a {
	line-height: 26px;
	padding-right: 10px;
	color: #8b8b8b;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#breadcrumb_trail a:hover {
	color: #BD2432;
}

#breadcrumb_trail a span { padding-left: 5px; }

#breadcrumb_trail li {
	float: left;
}

#breadcrumb_trail li.last a {
	color: #BD2432;
}

/* Page styles - main body area */
#page {
	background: #ffffff url(../images/general_background.jpg) no-repeat top center;
	width: 100%;
}

.product_detail_page #page {
	background: #ffffff url(../images/sub_range_background.jpg) no-repeat top center;
}

#page_container {
	margin: 0 auto;
	width: 968px;
	padding: 22px 0 35px 0;
}

/* Carousel */
.carousel {
	height: 240px;
	overflow: hidden;
	margin-bottom: 20px;
}
.carousel-push { margin-bottom: 80px; }
.carousel.no_margin { margin-bottom: 0; }
/* Flash replacement text */
#main_title {
  margin: 0 0 15px 0;
}

#main_title p {
	font-size: 1.5em;
	line-height: 1.2em;
}

#main_title p.flash-update p { font-size: 14px; margin-bottom: 1.5em; }

/* New for 2010 styles */
#new_for_2010 {
	margin: 0 0 8px 0;
	border-bottom: 5px solid #BD2432;
}

#legacy_ranges {
	float: right;
	margin-top: -5px;
}

#legacy_ranges a {
	display: block;
	line-height: 25px;
	color: #fff;
	background: #363636 url(../images/btn_sprite.png) no-repeat 0 -50px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 15px;
}

#legacy_ranges a span {
	display: block;
	padding: 0 15px 0 0;
	background: transparent url(../images/btn_sprite.png) no-repeat 100% -50px;
}

#legacy_ranges a:hover {
	background-position: 0 -75px;
	color: #393939;
}

#legacy_ranges a:hover span {
	background-position: 100% -75px;
}

#new_for_2010 h2 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.4em;
}

#new_for_2010 h2 span {
	display: block;
	float: left;
	background: #BD2432 url(../images/h2_slant.png) no-repeat bottom right;
	padding: 5px 70px 0 8px;
}

/* Product range grey boxes */
#top_level_ranges .top_level_range {
	width: 317px;
	margin-right: 8px;
	float: left;
}

#top_level_ranges .top_level_range.first {
	padding-top: 0px;
}

#top_level_ranges .top_level_range.last {
	margin-right: 0;
}

.range_header {
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 1.4em;
}

.range {
	margin-bottom: 20px;
}

.range.last {
	margin-bottom: 0;
}

.range .range_detail {
	padding: 8px 17px 10px 17px;
	background: #c0c0c0 url(../images/range_detail_corner.png) no-repeat 105px 100%;
}

.top_level_range .range_detail {
	background: #c0c0c0 url(../images/top_level_detail_corner.png) no-repeat bottom right;
	overflow: hidden;
}

.index_home .top_level_range .range_detail {
	background: #c0c0c0 url(../images/home_detail_corner.png) no-repeat bottom right;
}

.range .range_detail h3 {
	color: #BD2432;
	font-size: 1.2em;
	margin: 0 0 0.4em 0;
}

.range .range_detail h3 a {
	color: #BD2432;
	text-decoration: none;
}

.range .range_detail a {
	color: #666666;
	text-decoration: none;
}

.range .range_detail a:hover {
	color: #BD2432;
}

.range .range_detail p {
	height: 155px;
	margin: 0;
	font-size: 1em;
	color: #666666;
	width: 150px;
}

.range .range_thumb {
	min-height: 190px;
}

#range_1 .range_thumb {
	background: transparent url(../images/range_voice_alarm_thumb.jpg) no-repeat bottom right;
}
#range_2 .range_thumb {
	background: transparent url(../images/range_loudspeakers_thumb.jpg) no-repeat bottom right;
}
#range_3 .range_thumb {
	background: transparent url(../images/range_emergency_voice_comms_thumb.jpg) no-repeat bottom right;
}

.range a.find_out_more {
	clear: both;
	display: block;
	float: left;
	line-height: 25px;
	background: transparent url(../images/btn_sprite.png) no-repeat 0 0;
	font-weight: bold;
	color: #ffffff !important;
	text-decoration: none;
	margin-top: -5px;
	text-transform: uppercase;
	padding-left: 15px;
}

.range a.find_out_more span {
	display: block;
	background: transparent url(../images/btn_sprite.png) no-repeat 100% 0;
	padding: 0 15px 0 0;
}

.range a.find_out_more:hover span {
	background-position: 100% -25px;
}

.range a.find_out_more:hover {
	background-position: 0 -25px;
	color: #BD2432 !important;
}

.top_level_range {
	margin-bottom: 0;
}

.top_level_range .range_detail h3 {
	font-size: 2em;
}

.top_level_range#range_1 .range_detail .range_thumb {
	background: transparent url(../images/top_level_wireless_thumb.jpg) no-repeat 100% 20px;
}
.top_level_range#range_2 .range_detail .range_thumb {
	background: transparent url(../images/top_level_pava_thumb.jpg) no-repeat 100% 5px;
}
.top_level_range#range_3 .range_detail .range_thumb {
	background: transparent url(../images/top_level_biwire_thumb.jpg) no-repeat 100% 75px;
}

.top_level_range .range_list {
	padding: 10px 3px 5px 17px;
	margin: 0;
	background: transparent url(../images/background_range_list.png) repeat-y top right;
	font-size: 0.9em;
	height: 120px;
}

.top_level_range .range_list ul {
	width: 50%;
	float: left;
}

.top_level_range .range_list ul li {
	padding-right: 10px;
}

.top_level_range .range_list a {
	color: #6C6C6C;
	text-decoration: none;
}

.top_level_range .range_list strong a {
	text-decoration: underline;
}


.top_level_range .range_list a:hover {
	color: #BD2432;
	text-decoration: underline;
}

.top_level_range .range_list .range_group {
	padding: 4px 0;
}

.sub_range {
	border-bottom: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	padding: 1.5em 0 1.5em 2em;
}

.ui-state-active .sub_range {
	border-left: 1px solid #fff;
	background: #fff;
}

.ui-state-active .sub_range.first {
	border-top: none;
}

.sub_range.first {
	padding-top: 1em;
}
/*
.tabs-disabled .sub_range.first {
	background: #FFF;
	border-left: 0px;
}*/

.sub_range h3 {
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

.sub_range .sub_range_thumb {
  float: right;
}

.sub_range .range_detail h3 a {
	color: #666666;
	text-decoration: none;
}

.sub_range .range_detail h3 a:hover {
	color: #BD2432;
}

.sub_range .range_detail p {
	margin-bottom: 1em;
}	

.sub_range a.find_out_more {
	display: block;
	float: left;
	line-height: 25px;
	background: transparent url(../images/btn_sprite.png) no-repeat 0 -150px;
	font-weight: bold;
	color: #fff !important;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 15px;
}

.sub_range a.find_out_more span {
	display: block;
	background: transparent url(../images/btn_sprite.png) no-repeat 100% -150px;
	padding: 0 15px 0 0;
}

.sub_range a.find_out_more:hover {
	color: #BD2432 !important;
	background-position: 0 -175px;
}

.sub_range a.find_out_more:hover span {
	background-position: 100% -175px;
}

/* Footer region */
#footer {
	width: 100%;
	background: #E8E8E8;
}

#links_footer {
	background: #E8E8E8 url(../images/footer_links_background.png) repeat-x top left;
	color: #6c6c6c;
	font-size: 0.9em;
}

#links_footer_container {
	margin: 0 auto;
	width: 977px;
	padding: 25px 0 10px 0;
	position: relative;
	z-index: 1;
}
#links_footer_container .logos { position: absolute; top: 200px; right: 10px; z-index: 2;}
#links_footer_container .logos img { border: 1px #CCCCCC solid;}

#links_footer h2 {
	font-size: 1.2em;
	margin-bottom: 0.7em;
	clear: both;
}

.link_footer_item,
.footer_item {
	float: left;
}

.link_footer_item ul,
.footer_item ul {
	line-height: 2;
  float: left;
  margin-bottom: 1em;
}

.link_footer_item li {
	border-bottom: 1px solid #C7C7C7;
	background: transparent url(../images/list_arrow.png) no-repeat 0 8px;
  padding-left: 12px;
  padding-right: 10px;
}

.link_footer_item a {
	color: #6c6c6c;
	text-decoration: none;
}

.link_footer_item a:hover {
	color: #BD2432;
	text-decoration: none;
}

.footer_item li {
	border-bottom: 1px solid #C7C7C7;
}

#emailform li {
	border: 0px !important;
}

#emailform input.textfield {
	border: 1px solid #CCCCCC;
	color: #5C5C5C;
	height: 19px;
	padding: 4px 8px 0;
	width: 150px;
	margin-bottom: 8px;
}

#emailform .submit_button {
	text-align: right;
}

#info_footer {
	width: 100%;
	color: #787878;
	font-size: 12px;
	background: #363636;
	font-size: 0.85em;
}

#info_footer_container {
	margin: 0 auto;
	width: 977px;
	padding: 20px 0;
}

.info_footer_item {
	float: left;
}

#left_col {
	width: 458px;
	float: left;
	margin-right: 117px;
}

#left_col_header {
	background: #ffffff url(../images/left_col_header.jpg) repeat-x scroll 100% 0;
	height: 62px;
	width: 458px;
}

#left_col_content {
	margin-top: 20px;
	padding: 10px;
}

#right_col {
	float: left;
}

#right_col_item {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	padding-top: 15px;
}

#video_container {
	height: 200px;
	width: 340px;
	border: 1px solid #ccc;
	margin-top: 20px;
}

#product_name_tab {
	background: #ffffff url(../images/product_name.jpg) repeat-x scroll 100% 0;
	height: 20px;
	width: 83px;
	padding-top: 1px;
	padding-left: 2px;
	float: left;
}

#product_main_item {
	font-size: 15px;
	margin-left: 40px;
	width: 270px;
	color: #6E6E6E;
	float: left;
}

#table_product_detail {
	font-weight: bold;
	font-size: 18px;
	color: #797979;
	width: 280px;
}

#view_button {
	margin-top: 10px;
	margin-bottom: 10px;
}

#info_tabs {
	background: #ffffff url(../images/info_tab.jpg) repeat-x scroll 100% 0;
	width: 457px;
	height: 59px;
}
#info_tab_title {
	color: #6B6B6B;
	font-size: 19px;
	font-weight: bold;
	padding: 18px 20px 20px 65px;
}
#product_range_tab {
	background: #ffffff url(../images/product_range_tab.jpg) no-repeat scroll 100% 0;
	width: 180px;
	height: 26px;
	margin-bottom: 5px;
}
#product_range_tab_text {
	color: #363636;
	font-size: 12px;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 5px;
	text-transform: uppercase;
}

#red_tab {
	background: #ffffff url(../images/red_tab.jpg) no-repeat scroll 100% 0;
	width: 180px;
	height: 26px;
	margin-bottom: 5px;
}
#red_tab_text {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 5px;
	text-transform: uppercase;
}

#product_header {
	padding: 30px;
}

#product_title {
	margin-left: 80px;
	float: left;
	color: #7A7677;
}

/* Mini 'New for 2010' list */
#new_for_2010_mini {
	background: #f2f2f2;
	font-size: 1.2em;
	line-height: 47px;
}

#new_for_2010_mini_tip {
	float: left;
	font-weight: bold;
	color: #BD2432;
	text-transform: uppercase;
	background: transparent url(../images/tab_first_sep.png) no-repeat top right;
	padding-right: 120px;
	padding-left: 30px;
}

#new_for_2010_list {
	float: left;
}

#new_for_2010_list li {
	float: left;
	display: block;
}

#new_for_2010_list li a {
	display: block;
	font-weight: bold;
	color: #6C6C6C;
	text-decoration: none;
	padding-right: 108px;
	background: #E5E5E5 url(../images/tab_sep.png) no-repeat top right;
}

#new_for_2010_list li.last a {
	background: #E5E5E5 url(../images/tab_last_sep.png) no-repeat top right;
}

#new_for_2010_list li a:hover {
	color: #BD2432;
}

#new_for_2010_list li.active a {
	color: #000;
}

/* Two-column layout */
#two_column_layout h2,
h2.fancy {
	background: #BD2432 url(../images/h2_bottom_slant.png) no-repeat bottom left;
	color: #FFF;
	padding: 7px 15px 20px 20px;
	font-size: 1.3em;
	margin-bottom: 1.2em;
}

#two_column_layout a {
	color: #BD2432;
	text-decoration: none;
}

#two_column_layout a:hover {
	text-decoration: underline;
}

#two_column_layout h2 a {
	color: #fff;
	text-decoration: none;
}

#two_column_layout #left_column {
	width: 480px;
	float: left;
	margin-right: 78px;
	color: #666666;
	padding: 0 20px 0 20px;
}

#two_column_layout #right_column {
	width: 370px;
	float: left;
}

#two_column_layout #left_column h3 {
	color: #BD2432;
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 0.8em;
}

#two_column_layout #left_column h3.bold {
	font-weight: bold;
}

#two_column_layout #left_column .product_panel h3 {
	color: #666;
}

#two_column_layout #left_column p {
	margin: 0 0 1em 0;
}

#two_column_layout #left_column ul li {
	font-size: 14px;
	margin: 0 0 0 1em;
	list-style: disc;
}

#product_tabs {
	background: transparent url(../images/sub_range_column.png) repeat-y top right;
	padding-bottom: 20px;
}

a.range_intro_link {
	display: block;
	float: left;
	line-height: 25px;
	color: #fff !important;
	background: #363636 url(../images/btn_sprite.png) no-repeat 0 -50px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 15px;
}

a.range_intro_link span {
	display: block;
	padding: 0 15px 0 0;
	background: transparent url(../images/btn_sprite.png) no-repeat 100% -50px;
}

a.range_intro_link:hover {
	background-position: 0 -75px;
	color: #393939 !important;
}

a.range_intro_link:hover span {
	background-position: 100% -75px;
}

#product_tabs #left_column {
	margin-right: 58px;
	width: 500px;
}

.product_grid {
	background: transparent url(../images/product_grid_column.png) repeat-y top left;
}

.product_panel h3 {
	margin-bottom: 1em;
}

.product_grid div {
	width: 220px;
	float: left;
	font-size: 0.9em;
	border-top: 1px solid #E8E8E8;
	padding: 15px 0;
}

.product_grid div.left {
	padding-right: 29px;
	border-right: 1px solid #E8E8E8;
	clear: left;
}

.product_grid div.right {
	padding-left: 29px;
}

.product_grid div.first_row {
	border-top: none;
}

.product_summary img {
	
	margin: 0 0 0.5em 1em;
}

.product_grid .product_summary {
	padding-bottom: 10px;
}

.product_summary h4 {
	color: #BD2432;
	font-size: 1.2em;
	margin-bottom: 5px;
}

.product_summary h4 a {
	color: #BD2432;
	text-decoration: none;
}

.product_summary h4 a:hover {
	color: #666;
}

.product_summary h4 span {
	font-weight: normal;
	font-size: 0.9em;
}

.product_features {
	margin-bottom: 0.5em;
}

#two_column_layout #left_column ul.product_features li {
	background: transparent url(../images/list_arrow_on_white.png) no-repeat 0 5px;
	padding: 0 0 4px 11px;
	list-style: none;
	margin: 0px;
	font-size:12px;
}

#two_column_layout #right_column ul.product_features li {
	background: transparent url(../images/list_arrow_on_white.png) no-repeat 0 5px;
	padding: 0 0 4px 11px;
}

#two_column_layout #left_column ul.product_features li.no-indent { padding-left: 0; background: none;}
#two_column_layout #right_column ul.product_features li.no-indent { padding-left: 0; background: none;}

.product_grid .product_links {
	float: left;
	border-top: none;
	padding-top: 0;
}
.product_grid .product_links.left {
	clear: left;
}

.product_grid .product_links {
	margin-bottom: 0 !important;
}

.product_links a.find_out_more {
	clear: both;
	display: block;
	float: left;
	line-height: 25px;
	background: transparent url(../images/btn_sprite.png) no-repeat 0 -150px;
	font-weight: bold;
	color: #fff !important;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 15px;
	margin-bottom: 4px;
}

.product_links a.find_out_more span {
	display: block;
	background: transparent url(../images/btn_sprite.png) no-repeat 100% -150px;
	padding: 0 15px 0 0;
}

.product_links a.find_out_more:hover span {
	background-position: 100% -175px;
}

.product_links a.find_out_more:hover {
	background-position: 0 -175px;
	color: #BD2432 !important;
}

.product_links a.download_datasheet {
	clear: both;
	display: block;
	float: left;
	line-height: 25px;
	background: transparent url(../images/btn_sprite.png) no-repeat 0 -50px;
	font-weight: bold;
	color: #fff !important;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 15px;
}

.product_links a.download_datasheet span {
	display: none;
	background: transparent url(../images/btn_sprite.png) no-repeat 100% -50px;
	padding: 0 15px 0 0;
}

.product_links a.download_datasheet:hover span {
	background-position: 100% -75px;
}

.product_links a.download_datasheet:hover {
	background-position: 0 -75px;
	color: #363636 !important;
}

#large_product_image {
	margin: 10px 0 25px 10px;
}

.product_detail_page h3 {
  color: #BD2432;
	font-size: 1.3em;	
  font-weight: normal;
  margin-bottom: 5px;
}

#product_detail table {
	border-collapse: collapse;
	margin-bottom: 1.3em;
	width: 100%;
	font-size: 0.9em;
}

#product_detail table td,
#product_detail table th {
  border-bottom: 1px solid #CFCFCF;
  padding: 2px 5px 2px 10px;
}

#product_detail table td.spec,
#product_detail table th.spec {
	border-right: 1px solid #000;
	padding-left: 0;
}

#product_detail table th {
	text-align: left;
	border-bottom: 1px solid #BD2432;
}

#product_detail table .last td {
	border-bottom: 0;
}

.product_detail_page #two_column_layout #left_column {
	padding-left: 0;
	width: 500px;
}

.product_detail_page #right_column p {
	margin-bottom: 1em;
}

.product_detail_page #right_column {
	padding-top: 20px;
}

.product_detail_page h3.product_title {
	color: #666;
	line-height: 1.2;
	margin-bottom: 1em;
	font-size: 2.2em;
	margin-top: 1em;
}

.product_detail_page h3.product_title span {
	font-weight: normal;
	font-size: 0.6em;
	color: #BD2432;
}

.product_detail_page .product_links {
	padding-top: 1em;
}

#applications_features {
	border-top: 1px solid #CFCFCF;
	padding: 10px 10px 0 10px;
	margin-top: 2em;
	font-size: 0.85em;
}

#applications_features .column {
	float: left;
	margin-bottom: 1.2em;
}

#applications_features .column ul {
	margin-right: 20px;
}

#applications_features .column ul li {
	background: transparent url(../images/list_arrow_on_white.png) no-repeat 0 5px;
	padding: 0 0 4px 11px;
}

#applications_features .column a {
	color: #666666;
	text-decoration: none;
}

#applications_features .column a:hover {
	color: #BD2432;
}

/* Tabs */
.ui-tabs-panel.ui-tabs-hide {
	display:none !important;
}

.ui-tabs-panel {
	display: block;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */

h3.contractable-trigger { position: relative; z-index:1; cursor: pointer; background: #efefef; border: 1px solid #BFBEBE; padding: 3px 5px; margin: 0.8em 0 0 0 !important;}
h3.contractable-trigger .contractable-icon { position: absolute; z-index:2; top: 8px; right: 5px; width: 14px; height: 14px; background: url(../images/expand-icon.gif) 0 0 no-repeat; display: block; cursor: pointer; }
h3.contractable-open .contractable-icon { background: url(../images/contract-icon.gif) 0 0 no-repeat; }
.js h3.contractable-trigger .contractable-icon { display: block;} 
.js .contractable-content { display: none; border: 1px solid #BFBEBE; border-top: none; padding: 10px 10px 0 10px;}

.tech-support-action { color: #000000; text-decoration: underline;}
.tech-support-action:hover { text-decoration: none ;}
