/* @override 
	http://telco.dev/style/telco.css
	http://telco.quickform.net/style/telco.yui.css
*/

/* @group GLOBAL */

body {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	background: url(/style/telco/header_bg.jpg) repeat-x;
}

/* @group clearfix */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/* @end */

#wrapper { 
	margin: 0 auto;
	width: 980px;
	z-index: 1;
}

p{
	margin-bottom: 15px;
}

#header {
	z-index: 1000;
	position: relative;
	width: 980px;
	height: 145px;
	
}

#header .slogan {
 	position: absolute;
 	top: 56px;
 	left: 10px;
}

#header .logo {
 	position: absolute;
 	top: 0px;
 	left: 770px;
}

/* @group header menu */

#menu {
 	position: absolute;
 	width: 980px;
	height: 34px;
 	top: 94px;
 	left: 0px;
	background: url(/style/telco/menu_bg.png) no-repeat;
	font-size: 13px;
}

#main-nav{
	position: absolute;
	left: 10px;
	top: 2px;
	width:540px;
	height:29px;
	margin:0 auto;
	background: url(/style/telco/menu_en.png) no-repeat;
}


#main-nav ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
}

#main-nav ul li{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#main-nav ul li a span{
	display:none;
}


#main-nav ul li a{
	width:90px;
	height:29px;
	margin:0px;
	padding:0px;
	display: block;
		
}

/* -- Hovers -- */

#main-nav ul li a.home:hover{
	background: url(/style/telco/menu_en.png) 0px -29px;
}
#main-nav ul li .selected a.home{
	background: url(/style/telco/menu_en.png) 0px -58px;
}	
#main-nav ul li a.about:hover{
	background: url(/style/telco/menu_en.png) -90px -29px;
}
#main-nav ul li .selected a.about{
	background: url(/style/telco/menu_en.png) -90px -58px;
}
#main-nav ul li a.products:hover{
	background: url(/style/telco/menu_en.png) -180px -29px;
}			
#main-nav ul li .selected a.products{
	background: url(/style/telco/menu_en.png) -180px -58px;
}			
#main-nav ul li a.solutions:hover{
	background: url(/style/telco/menu_en.png) -270px -29px;
}		
#main-nav ul li .selected a.solutions{
	background: url(/style/telco/menu_en.png) -270px -58px;
}		
#main-nav ul li a.news:hover{
	background: url(/style/telco/menu_en.png) -360px -29px;
}		
#main-nav ul li .selected a.news{
	background: url(/style/telco/menu_en.png) -360px -58px;
}		
#main-nav ul li a.contact:hover{
	background: url(/style/telco/menu_en.png) -450px -29px;
}		
#main-nav ul li .selected a.contact{
	background: url(/style/telco/menu_en.png) -450px -58px;
}		

/* @end */


#breadcrumbs {
	width: 980px;
	padding: 10px 0px 10px 0px;
	font-size: 10px;
}

#breadcrumbs a:link,
#breadcrumbs a:visited{
	text-decoration: none;
	color: #a0a0a0;
}
#breadcrumbs a:hover,
#breadcrumbs a:active {
	text-decoration: none;
	color: #56add2;
}

/* @group Footer */

#footerWrapper {
	margin-top: 30px;
	width: 100%;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	background: #f8f8f8 url('/media/footer-repeat.png') repeat-x 0 0;
	clear: both;
}
#footer {
	position: relative;
	width: 980px;
	clear: both;
	padding: 20px 0px 40px 0px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 20px;
}

#footer h3.darkertext strong {
	color: #555;
}

#footer .column1{
	float: left;
	width:205px;
	padding-left: 20px;
}
#footer .column2{
	float: left;
	width:235px;
	padding-left: 30px;
}
#footer .column3{
	float: left;
	width:235px;
	padding-left: 30px;
}
#footer .column4{
	float: left;
	width:195px;
	padding-left: 30px;
}
#footer .logo{
	position: absolute;
	left: 0;
	/*top: 260px;*/
	bottom: 0;
	/*width: 100px;*/
	height: 64px;
}

#footer a:link,
#footer a:visited{
	text-decoration: none;
	color: #666666;
}

#footer a:hover,
#footer a:active {
	text-decoration: none;
	color: #56add2;
}

.copyright {
	color: #666666;
	width: 350px;
	clear: both;
	margin: 10px auto;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
}
.copyright a {
	text-decoration: none;
	color: #666666;
}

/* @end */

/* @group titles */

h1{ 
	font-size: 21px; 
	font-weight: bold;
	line-height: 21px;
	margin-bottom: 15px;
}
h2{ 
	font-size: 18px; 
	line-height: 18px;
	margin-bottom: 15px;
}
h3{	
	font-size: 13px; 
	line-height: 13px;
	margin-bottom: 15px;
}
.smalltext{
	font-size: 10px;
}

/* @end */


/* @group colors */

.textcolor  { color: #666; }
.darkertext { color: #555; }
.titlecolor { color: #596d89; }

hr{
	border: 0;
	background-color: #dcdcdc;
	height: 1px;
}

a{
	text-decoration: underline;
	color: #596d89;
}

a:hover,
a:active {
	text-decoration: none;
	color: #56add2;
}

/* @group link button */

a.button {
	background: transparent url('/style/telco/bg_button_a.gif') no-repeat scroll top right;
	color: #555555;
	display: block;
	float: left;
	font: normal 11px arial, sans-serif;
	height: 20px;
	margin-right: 6px;
	padding-right: 12px;
	text-decoration: none;
}

a.button span {
	background: transparent url('/style/telco/bg_button_span.gif') no-repeat;
	display: block;
	line-height: 10px;
	padding: 5px 0px 5px 12px;
	cursor: pointer;
}
a.button.drop span {
	padding: 5px 8px 5px 12px;
}
a.button.drop span.drop-button {
	background: transparent url('/style/telco/bg_button_a_drop_border.gif') no-repeat;
	display: block;
	line-height: 10px;
	padding: 5px 5px 5px 12px;
	position: absolute;
	right: 0;
	top: 0;
}
a.button.drop {
	background: none;/*transparent url('/style/telco/bg_button_a_drop_border.gif') no-repeat scroll top right;*/
	padding-right: 20px;
	position: relative;
	margin-right: 0;
}

a.button:hover {
	background-position: bottom right;
	color: #333333;
	outline: none;
	text-decoration: none;
}

a.button:hover span {
	background-position: bottom left;
}
a.button.drop:hover span {
	background-position: top left;
}
a.button.drop span:hover {
	background-position: bottom left;
}

/* @end */


/* @end */


/* @group infobox */

.infobox{
	z-index: 9;
	background: #f6f6f6;	
	overflow: visible;
}

.infobox img{
	margin-bottom: 15px;
}

.infobox.white{
	background: #ffffff;
}

.seperator {
	clear: both;
	line-height: 1px;
	margin: 0px;
	height: 1px;
	width: 198px;
	margin-left: -14px;
	padding-top: 10px;
	margin-bottom: 20px;
	#padding-top: 10px;
	#padding-bottom: 10px;
	#margin-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
	display: block;
}

/* @end */



/* @group search */

/* @group site search */

#siteSearch { 
	position: relative;
	display: block;
	margin: 20px 0;
}

#siteSearch div input { 
	width:196px; 
	font-size: 11px;
	height: 15px;
	border: 1px solid #c1c1c2;
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-top: 3px;
}

#siteSearch div #siteSearchLoader { 
	position: absolute;
	left: 180px;
	top: 2px;
	background: #fff;
	padding-left: 2px;
	padding-right: 3px;
	z-index: 2;
}

#siteSearch div img{
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

#siteSearchInputString {
	color: #555;
}


/* @end */

/* @group bar search */

/* replace later */
.break { clear:both; }

#barSearch { 
	position: absolute;
	left: 770px;
	top: 101px; 
	z-index: 10;
}

#barSearch div input { 
	width:146px; 
	font-size: 11px;
	height: 15px;
	border: 1px solid #c1c1c2;
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-top: 3px;
}

#barSearch div #barSearchLoader { 
	position: absolute;
	left: 130px;
	top: 2px;
	background: #fff;
	padding-left: 2px;
	padding-right: 3px;
	z-index: 2;
}

#barSearch div img{
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

#barSearchInputString {
	color: #555;
}

#barSearchSuggestions {
	position: absolute;
	right: 1px;
	top: 25px;
	display: block; 
	background-color: #b8b8b8;
	border: 1px solid #aaa;
}

.searchResults { 
	font-size:10px; 
	line-height:10px;
	width: 270px;
	z-index: 300;
}
.searchResults a { 
	display:block; 
	height:56px; 
	text-decoration:none;
	background-color: #ffffff;
}
.searchResults.compressed a { 
	height:26px;
}
.searchResults a.active,
.searchResults a:hover { 
	background-color:#efefef;
}

.imageconstrain { 
	display: block;
	float:left;
	padding:5px 0px 0 !important;
	margin: 0;
	height: 46px !important;
	width: 37px !important;
	height: 46px;
	margin: 0 13px !important;
	overflow: hidden;
}

.imageconstrain.crop img{
	margin-left: -2px !important;
}

.searchResults.compressed .imageconstrain {
	display: none;
}

#barSearch div .searchResults.compressed a img { 
	display: none;
}
.searchResults.compressed a .imageplaceholder { 
	display: none;
}
.searchResults a .itemdescription { 
	display: block;
}
.searchResults.compressed a .itempath,
.searchResults.compressed a .itemdescription { 
	display: none;
}
.searchResults a .imageplaceholder {
	float:left;
	display: block;
	margin: 0;
	padding: 5px 10px 0;
	width: 46px;
	height: 46px;
} 
.searchResults a span.searchheading { 
	display:block; 
	font-weight:bold; 
	padding-top: 5px;
}

.searchResults a span { 
	color:#555555;
	padding-left: 5px;
	line-height: 15px;
}
.searchResults a:hover span{
	color: #56add2;
}

.searchResults span.category { 
	font-size:11px; 
	margin:5px; 
	display:block; 
	color:#ffffff;
}
.searchResults span.seperator { 
	float:right;
	padding-right:15px;
	margin-right:5px;
	background: url(/style/telco/searchbar_arrow.gif) no-repeat right;
}
.searchResults span.seperator a {
	background-color:transparent;
	display:block;
	margin:5px;
	height:auto;
	color:#ffffff;
}




.seriessearch{
	position: relative;
	z-index: 10;
}
.numbersearch{
	position: relative;	
	z-index: 12;
}

.dropdown input{
	font-size: 11px;
	width: 113px;
	padding-left: 5px;
	padding-top: 3px;
	height: 15px;
	margin-top: 10px;
	margin-bottom: 5px;
	border: 1px solid #c1c1c2;
	float: right;
}

.locationheader .dropdown img, 
.dropdown img{
	position: relative;
	display: block; 
	float: right;
	margin-top: 10px;
	cursor: pointer;
}

#prodnrSearchSuggestions,
#serieSearchSuggestions {
	position: absolute;
	left: 170px;
	top: 56px;
}


#officeDropDownSuggestions,
#countryDropDownSuggestions {
	position: absolute;
	left: 5px;
	top: 30px;
	display: block; 
	opacity: 0;
	overflow: hidden;
	width: 220px;
	max-height: 400px;
	z-index: 100;
	border: 1px solid #aaa;
}

#countryDropDownSuggestions {
	position: absolute;
	overflow: scroll;
	overflow-x: hidden;
	-ms-overflow-x: hidden;
	z-index: 400;
}

#prodnrSearchSuggestions,
#serieSearchSuggestions,
#officeDropDownSuggestions,
#countryDropDownSuggestions {
	visibility: hidden; 
}


#serieSearchresults{
	position: relative;
	top: -5px;
	left: -180px;
	text-align: left;
	font-size:11px;
	line-height:10px;
	background-color: #fff;
	width: 220px;
	height: 243px;
	max-height: 280px;
	overflow: auto;
	border: 1px solid #ddd;
	z-index: 300;
}
#prodnrSearchresults {
	position: relative;
	top: -5px;
	left: -180px;
	text-align: left;
	font-size:11px;
	line-height:10px;
	background-color: #fff;
	width: 210px;
	overflow: auto;
	max-height: 400px;
	border: 1px solid #ddd;

}

#officeDropDownresults,
#countryDropDownresults{ 
	text-align: left;
	font-size:11px;
	line-height:14px;
}

#serieSearchresults span,
#officeDropDownresults span,
#countryDropDownresults span{
	display: block;
	padding: 5px;
	margin: 0 10px;
	font-weight: normal;
}
#prodnrSearchresults span {
	display: block;
	width: 160px;
	padding: 5px !important;
	margin: 0 10px !important;
	font-weight: normal;
}


#prodnrSearchresults a,
#serieSearchresults a,
#officeDropDownresults a,
#countryDropDownresults a{ 
	padding: 0;
	margin: 0;
	line-height: 10px;
	display: block;
	height: 24px;
	text-decoration:none;
}
#prodnrSearchresults a.active,
#prodnrSearchresults a:hover,
#serieSearchresults a.active,
#serieSearchresults a:hover,
#officeDropDownresults a.active,
#officeDropDownresults a:hover,
#countryDropDownresults a.active,
#countryDropDownresults a:hover{ 
	background-color: #efefef;
}
#prodnrSearchInputString,
#serieSearchInputString,
#officeDropDownInputString,
#countryDropDownInputString{ 
	color: #555;
}

#prodnrSearchresults a{
	height: auto;
}


a.moreresults{ 
	width: 100% !important;
	padding: 0 !important;
	display: block;
	border-top: 1px solid #efefef;
	background-color: #ffffff; 
	height: 15px !important;
	float: right;
	line-height: 15px;
	text-align: center;
	text-decoration:none;
	white-space: nowrap;
	overflow: hidden;
}


/* @end */

/* @group result page */

.results { 
	width:100%; 
}
.results a { 
	display:block;
	text-decoration:none;
	padding-right: 10px;
	padding-bottom: 5px;
	color: #999;
	line-height: 18px;
	position: relative;
}
.results a:hover { 
	background-color:#efefef; 
}

.results.standalone a .itempath {
	color: #77818d !important;
}
.results.standalone a:active .itempath {
	color: #697080 !important;
}
.results.standalone a:hover .itempath { 
	background-color:#efefef; 
	color: #56add2 !important;
}
.results a span.searchheading { 
	display:block; 
	font-weight:bold; 
	padding-top: 5px;
	color:#555555; 
}
.results a span {
	margin-left: 15px;
	display: block;
}

.results span.category { 
	font-size: 12px;
	font-weight: bold;
	display:block; 
	color:#555555;
	background-color: #dddddd;
	margin-top: 20px;
	padding: 7px;
	padding-left: 15px;
}
.results span.category:first-child { 
	margin-top: 0;
}

.results a:hover div.hoverimage {
	display: block;
}

.results a div.hoverimage {
	display: none;
	position: absolute;
	margin-left: -122px;
	#margin-left: -137px;
	margin-top: -35px;
	width: 131px;
	height: 134px;
	z-index: 20;
	background: url('/media/productpreviewframe.gif') no-repeat 11px 0;
}

.results a div.hoverimage .image {
	margin-left: 13px;
	margin-top: 2px;
	height: 130px;
	width: 105px;
	overflow: hidden;
}
.results a div.hoverimage img {
	height: 130px;
}
.results a div.hoverimage .image.crop {
	overflow: hidden;
}
.results a div.hoverimage .image.crop img {
	margin-left: -73px;
}

/* @end */


/* @end */


/* @end */


/* 
-------------------------------------------------
-------------------------------------------------
-------------------------------------------------
-------------------------------------------------
*/



/* @group Layout */

/* @group location Header */

.locationheader{
	position: relative;
/*	width: 940px;*/
	height: 250px;
	text-align: right;
	background: #f6f6f6;	
	z-index: 30;
}

#officeimage img{
	position: absolute;
	left: 6px;
	top: 6px;
	height: 249px;
}

#locationmap{
	position: absolute;
	left: 6px;
	top: 6px;
	width: 527px;
	height: 250px;
}

#locationmap_box{
	position: absolute;
	left: 523px;
	top: 6px;
	background: #f6f6f6;
	width: 173px;
	height: 229px;
	padding: 20px 15px 0 20px;
	z-index: 40;
}

#locationmap_list {
	width: 150px;
}
#locationmap_list.expanded {
	width: auto;
}


/* @end */

/* @group offices */

#officeimage{
	position: absolute;
	left: 0;
	top: 0;
	width: 527px;
	height: 250px;
}
#officemap_list {
	width: 150px;
}
#officemap_list.expanded {
	width: 200px;
}

.office {
	margin-bottom: 40px;
}
/* @end */

#main { 
	float: right;
	width: 740px;
	display: inline;
	position: relative;
	/* NOTE: Z-index set here for product images to show on hover */
	z-index: 30;
}

#content { 
	float: left;
	width: 500px;
	display: inline;
	z-index: 20;
}
#content.wide{
	width: 100%;
}

.groupseriesbox.applicationgroups {
	display: inline;
	overflow:hidden;
	float: right;
	width: 175px;
	padding: 15px 15px 0px 20px;
	clear: right;
	margin-bottom: 40px;
	background: #d3d3d3;
}

//relatedproductsinfobox

.groupseriesbox.applicationgroups select{
	margin-top: 10px;
	width: 100%;
}
.groupseriesbox.applicationgroups p{
	color: #767676;
}
.groupseriesbox.applicationgroups .right-edge-image {
	position: relative;
	right: -28px;
	margin: 20px 0 0;
	display: block;
}

.infobox.solutions_videobox,
#relatedlinks { 
	display: inline;
	overflow:hidden;
	float: right;
	width: 175px;
	padding: 15px 15px 20px 20px;
	clear: right;
}

.infobox.solutions_videobox img {
	margin: 20px auto;
	display: block;
}
#relatedlinks .relatedlinks_image {
	-webkit-box-shadow: rgba(0,0,0,0.398438) 0 1px 3px; 
	-moz-box-shadow: rgba(0,0,0,0.398438) 0 1px 3px; 
	box-shadow: rgba(0,0,0,0.398438) 0 1px 3px; 
	zoom: 1;
	filter: 
	progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=90, Strength=1)
	progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=180, Strength=3)
	progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=270, Strength=1)
	progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=360, Strength=1);

	
}

#productshot { 
	float: right;
	padding: 0;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	width: 210px;
	height: 260px;
}
#productshot img{
	position: absolute;
	left: 6px;
	top: 6px;
	width: 198px;
	height: 248px;
	margin: 0;
}
#productshot div.floatingmagnifyer {
	position: absolute;
	right: 6px;
	bottom: 6px;
	width: 20px;
	height: 21px;
	margin: 0 3px 3px 0;
	background: url(../media/magnifyingglass.png) no-repeat;
	display: none;
	z-index: 500;
}
#productshot:hover div.floatingmagnifyer {
	display: block;
}


.contenttitle h1{
	margin-bottom: 3px;
}

.contenttitle{
	margin-bottom: 20px;
}

.spacer{
	margin-top: 23px;
}


#expandable-content a {
	padding-left: 3px;
	font-size: 1em;
}
#expandable-content p {
	display: inline;
}

#expandable-content {
	padding-bottom: 30px;
}

/* @group sidemenu / dom list */


#sidemenu { 
	float: left;
	width: 180px;
	padding: 20px 10px 20px 20px;
	position: relative;
	z-index: 20;
	overflow: visible;
}

#resultImage_1064 {
		z-index: 50;

}

#sidemenu .circlearrow{
	position: absolute;
	bottom: -7px;
	right: 15px;
}

#sidemenu .productfinder{
	margin-bottom: 7px;
}

#sidemenu input{
	font-size: 11px;
	width: 113px;
	padding-left: 5px;
	padding-top: 3px;
	height: 15px;
	margin-top: 10px;
	margin-bottom: 5px;
	border: 1px solid #c1c1c2;
	float: left;
}

#sidemenu .search img{
	display: block; 
	float: left;
	margin-top: 10px;
	cursor: pointer;
}
#sidemenu .search .imageconstrain {
	margin-bottom:5px;
}

#sidemenu .search .imageconstrain img{
	margin-top: 0;
}

#sidemenu .search .itemdescription {
	display: block;
	white-space: normal;
	padding-top: 0 !important;
}
#sidemenu .search .compressed .imageconstrain {
	display: none;
}
#sidemenu .search .compressed img { 
	display: none;
}
#sidemenu .search .compressed .imageplaceholder { 
	display: none;
}
#sidemenu .search .compressed .itempath,
#sidemenu .search .compressed .itemdescription { 
	display: none;
}


#sidemenu a:link,
#sidemenu a:visited{
	text-decoration: none;
	color: #878787;
}

#sidemenu a:hover,
#sidemenu a:active {
	text-decoration: none;
	color: #56add2;
}

ul.domlist {
	font-size: 12px;
	margin-left: -20px;
	padding-bottom: 10px;
	position: relative;
	min-height: 178px;
	height:auto !important;
	height:178px;
}

ul.domlist li {
	padding: 3px 0 3px 20px;
	position: relative;
}
ul.domlist li ul li {
	padding-left: 0;
}

ul.domlist li.open {
	list-style: none;
	background: url('/style/telco/domlist_minus.gif') no-repeat top left;
	cursor: pointer;
	margin-top: 5px;
	padding-left: 20px;
	padding-top: 0px;
	font-weight: bold;
}

ul.domlist * ul li.open ul {
	padding-left: 0px;
	display: block;
	font-weight: normal;
	font-style: normal;
}

ul.domlist * ul li.closed ul {
	display: none;
}

ul.domlist li.closed {
	list-style: none;
	background: url('/style/telco/domlist_plus.gif') no-repeat top left;
	cursor: pointer;
	margin-top: 5px;
	padding-left: 20px;
	padding-top: 0;
}

ul.domlist li .selected {
	float: left;
	background-color: #bbbbbb;
	width: 198px;
	margin-left: -14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul.domlist li .selected a {
	display: block;
	margin-left: 20px;
}
ul.domlist li {
	clear: both;
	display: block;
	white-space: nowrap;
	float: left;
}
ul.domlist li ul {
	clear: both;
	#padding-top: 1px;
}
ul.domlist li ul li{
	margin-left: 20px;
}
ul.domlist li ul li.expandable,
ul.domlist li ul li.expandable li{
	margin-left: 0;
}
ul.domlist li ul .selected {
	background: none;
	padding-top: 0;
	padding-bottom: 0;
	width: auto;
}

#sidemenu .selected a:link,
#sidemenu .selected a:visited,
#sidemenu .selected a:hover,
#sidemenu .selected a:active{
	cursor: default;	
	color: #ffffff;
}

/* Second menu level */
#sidemenu li ul .selected a:link,
#sidemenu li ul .selected a:visited,
#sidemenu li ul .selected a:hover,
#sidemenu li ul .selected a:active,
#sidemenu .selectedgroup a:link,
#sidemenu .selectedgroup a:visited,
#sidemenu .selectedgroup a:hover,
#sidemenu .selectedgroup a:active{	
	color: #56add2;
	font-weight: bold;
}

/* @end */

/* @group Group menu*/

.groupmenu a {
	float: left;
	display: block;
}
.groupmenu a:link,
.groupmenu a:visited{
	text-decoration: none;
	color: #878787;
}
.groupmenu a:hover,
.groupmenu a:active {
	text-decoration: none;
	color: #56add2;
}
.groupmenu .selected a:link,
.groupmenu .selected a:visited,
.groupmenu .selected a:hover,
.groupmenu .selected a:active{
	cursor: default;	
}

/* @end */

/* @group product list */
 
.productlistrow {
	margin-bottom: 20px;
	overflow: hidden;
}
.productlistrow ul li ul.speclist{
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
}
.productlistrow ul li ul.speclist li {
	display: list-item;
}

.productlistrow ul li {
	width: 240px;
	float: left;
	display: inline;
}

.productlistrow ul li.first{
	margin-right: 20px;
}

.productlistrow ul li .title {
	display : block;
	padding: 10px 10px 8px;
	background: #b8b8b8;
	font-size: 12px;
	position: relative;
	color: #FFFFFF;
}
 
.productlistrow ul li .title .modeicon{
	position: absolute;
	right: 0;
	top: 0;
	padding: 2px;
}

.productlistrow ul li .title .modeicon img{
	height: 33px;
}

.productlistrow ul li p {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 10px;
}

.productlistrow ul li img {
	border: 1px solid #dcdcdc;
}

/* @end */

/* @group product available types */
.types_search {
	margin-bottom: 20px;
	background-color: #eee;
	border: solid #ddd 1px;
}
.types_search div {
	float: left;
	margin-right: 17px;
	padding: 0 0 5px 0;
}
.types_search div.num-columns-1 {
	width: 739px;
}
.types_search div.num-columns-2 {
	width: 359px;
}
.types_search div.num-columns-3 {
	width: 233px;
}
.types_search div.last {
	margin-right: 0;
}
.types_search .header {
	display: block;
	background-color: #aaa;
	width: 100%;
	padding: 0;
}
.types_search .header object,
.types_search .header h2 {
	margin: 5px 0 0 5px;
}
.types_search div h1{
	color: #555;
	padding: 5px 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: normal;
}
.types_search div label,
.types_search div select{
	font-size: 12px;
	margin: 0 10px;
	display: block;
}
.types_search div select{
	margin-bottom: 10px;
}
.types_search div.num-columns-1 select {
	width: 716px;
}
.types_search div.num-columns-2 select {
	width: 336px;
}
.types_search div.num-columns-3 select {
	width: 210px;
}
#resetctrl {
	position: absolute;
	right: 105px;
	top: 13px;
	width: 107px;
	height: 20px;
	font-size: 10px;
	text-decoration: none;
	background: url('/media/resetSearchButton.png') no-repeat;
}
#showctrl {
	position: absolute;
	right: 10px;
	top: 13px;
	width: 107px;
	height: 20px;
	font-size: 10px;
	text-decoration: none;
	background: url('/media/toggleVisibleColumnsButton.png') no-repeat;
}
#columnsctrl {
	width: 200px;
	display: block;
	position: absolute;
	z-index: 100;
	background: #ddd;
	padding: 4px;
	-webkit-box-shadow: rgba(0,0,0,0.398438) 0 1px 3px; 
	-moz-box-shadow: rgba(0,0,0,0.398438) 0 1px 3px; 
	box-shadow: rgba(0,0,0,0.398438) 0 1px 3px; 
	zoom: 1;
	filter: 
	progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=90, Strength=1)
	progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=180, Strength=3)
	progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=270, Strength=1)
	progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=360, Strength=1);
}

#columnsctrl ul {
	background: #eee;
	padding: 10px;
	list-style: none;
}
#columnsctrl ul li label {
	padding-left: 10px;
}
#resultTypes {
	position: relative;
	border: 1px solid #aaa;
}
#resultTypes div.top {
	padding: 7px;
	background-color: #ddd;
	color: #555555;
}
#resultsWrapper #more_results {
	background: #d5d5d5;
	padding-left: 10px; 
	color: #555;
}
#resultsWrapper #more_results a.current {
	text-decoration: none;
}
.loader {
	display: block;
	margin: 10px auto;
}
#resultsWrapper div.top h2,
#resultTypes div.top h2 {
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
#resultsWrapper div.top h3,
#resultTypes div.top h3 {
	font-size: 11px;
	padding: 0;
	margin: 2px 0 0 0;
	color: #777;
}
#resultsWrapper .sortButtons,
#resultTypes .sortButtons {
	padding: 7px 0 0 4px;
	float: left;
}
#resultsWrapper .sortButtons .sortButton,
#resultTypes .sortButtons .sortButton {
	float: left;
	background: none;
}
#resultsWrapper .even,
#resultTypes .even{
	background-color: #f1f1f1;
}
#resultsWrapper tr,
#resultTypes tr {
	text-decoration:none;
	color: #777777;
	font-size: 11px;
	cursor: pointer;
	z-index: 20;
	line-height: 10px;

}


#resultsWrapper.cart-container tr{
	line-height: 20px;
	padding:0px;
	margin: 0px;
}
#resultsWrapper.cart-container tr td{
	padding:0px;
	margin: 0px;
	padding-top: 15px;
}

#resultsWrapper.cart-container tr td span{
	padding-left: 10px;
}


#resultsWrapper tr.resultRow:hover,
#resultTypes tr.resultRow:hover { 
	background-color:#efefef; 
	color: #56add2;
}

#resultsWrapper .headings,
#resultTypes .headings {
	height:25px; 
	text-decoration:none;
	color: #777777;
	background-color: #fff;
}
#resultsWrapper .headings th,
#resultTypes .headings th {
	cursor: pointer;
	white-space: nowrap;
}
#resultsWrapper .headings th span,
#resultTypes .headings th span {
	display: none;
}
#resultsWrapper div.heading,
#resultTypes div.heading {
	float: left;
	display:block;
	cursor: pointer;
	overflow: hidden;
}
#resultsWrapper table,
#resultTypes table {
	width: 100%;
	z-index: 25;
}
#resultsWrapper tr,
#resultTypes tr {
	background-color: #fff;
	z-index: 20;
}
#resultsWrapper th.sort,
#resultTypes th.sort {
	padding-left: 25px;
	background: url('/media/sortAsc.png') no-repeat 10px 10px;
}
#resultsWrapper th.sort.desc,
#resultTypes th.sort.desc {
	background: url('/media/sortDesc.png') no-repeat 10px 10px;
}
#resultsWrapper .column,
#resultTypes .column {
	position: relative;
	overflow: hidden;
	padding: 5px 10px;
	z-index: 20;

}
#resultsWrapper .hidden,
#resultTypes .hidden {
	display: none !important;
}

#resultsWrapper .top label,
#resultTypes .top label {
	float: right;
}
#resultsWrapper .top select,
#resultTypes .top select {
	float: right;
}
#resultsWrapper .headings span,
#resultTypes .headings span {
	cursor: default;
	float: left;
}
.table-th-nosort {
	width: 0px !important;
}
#resultsWrapper div div.resultImage,
#resultsWrapper .resultImage,
#resultTypes div div.resultImage,
#resultTypes .resultImage {
	position: relative;
	overflow: visible;
	width: 0px !important;
	z-index: 200;
}

#resultTable tbody {
	z-index: 25;

}
#resultsWrapper div div.resultImage div,
#resultsWrapper td.resultImage div,
#resultTypes div div.resultImage div,
#resultTypes td.resultImage div {
	display: none;
	position: absolute;
	margin-left: -123px;
	margin-top: -65px;
	#margin-top: -55px;
	width: 131px;
	height: 134px;
	z-index: 20;
	background: url('/media/productpreviewframe.gif') no-repeat 11px 0;
}

#resultsWrapper div div.resultImage img,
#resultsWrapper td.resultImage img,
#resultTypes div div.resultImage img,
#resultTypes td.resultImage img{
	margin-left: 13px;
	margin-top: 2px;
}
/* @end */

/* @group product details */

/* @group QuickView */

#quickview {
	display: none;
	position: relative;
	padding-top: 17px;
	padding-bottom: 12px;
	width: 460px;
	z-index: 5;
}

.quickview-top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: transparent;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='image',src='/media/quickview/top.png')";*/
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='image',src='/media/quickview/top.png');
	zoom: 1;
}

.quickview-top-reverse {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: transparent;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='image',src='/media/quickview/top.png')";*/
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='image',src='/media/quickview/top_reverse.png');
	zoom: 1;
}
#quickview .content-wrapper {
	padding: 0;
	margin: 0;
}
.quickview-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: transparent;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='image',src='/media/quickview/bottom.png')";*/
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='image',src='/media/quickview/bottom.png');
	zoom: 1;
}

.quickview-wrapper {
	background: transparent url('/media/quickview/sides.png') repeat-y 0 0;
	padding: 0 12px;
	z-index: 0;
}

.quickview-wrapper .content-wrapper {
	background: #fff;
}

#quickview .productshot { 
	float: left;
	overflow:hidden;
	width: 110px;
	padding: 0;
	margin: 10px 10px 10px 4px;
	position: relative;
}
#quickview .productshot img{
	display: block;
	margin-bottom: 0;
	width: 110px;
}
#quickview .productshot div.floatingmagnifyer {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 21px;
	margin: 0 3px 3px 0;
	background: url(../media/magnifyingglass.png) no-repeat;
	display: none;
}
#quickview .productshot:hover div.floatingmagnifyer {
	display: block;
}
#quickview .content {
	width: 300px;
	margin: 10px 4px 10px 0;
	float: right;
}

#quickview .product_details_keyspecs {
	background: none;
	padding: 2px;
	margin-top: 0px;
}
#quickview .product_details_keyspecs h5{
	font-weight: bold;
	font-size: 10px;
	margin: 5px 10px;
}
#quickview .product_details_keyspecs tr,
#quickview .product_details_keyspecs td{
	font-size: 10px;
}
#quickview .product_details_keyspecs th{
	width: 141px;
}

#quickview .product_details_keyspecs td{
	width: 144px;
}
#quickview .product_details_keyspecs th,
#quickview .product_details_keyspecs td{
	padding: 1px 4px;
}

/* @end */

/* @group productdetailstitle */


.product_details_title {
	position: relative;
	background: #f3f3f3;
	border: 1px solid #dadada;
	padding: 8px 10px;
}

.product_details_title .heading{
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.product_details_title .subheading{
	font-size: 14px;
	text-transform: capitalize;
	line-height: 16px;
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
}

.product_details_title .modeicon{
	position: absolute;
	right: 10px;
	top: 8px;
}

.product_details_subtitle {
	padding: 18px 5px 0;
}

.product_details_subtitle h3 {
	margin: 0;
	padding: 2px 0;
	line-height: 12px;
	font-size: 12px;
}

.product_details_subtitle h3.topmargin {
	margin: 10px 0 0 0;
}

.product_details_subtitle h4 {
	color: #56add2;
	margin: 0;
	padding: 2px 0;
	line-height: 12px;
	font-size: 12px;
}

.product_details_subtitle h4 a {
	color: #56add2;
}

.product_details_subtitle h4.indent {
	margin: 0 10px 0 0;
	display: inline;
}

.product_details_keyspecs {
	background: #e6e6e6;
	padding: 2px;
	margin-top: 18px;
}
.product_details_keyspecs h5{
	font-weight: bold;
	font-size: 12px;
	margin: 5px 10px;
}
/* @end */

/* @group documents box */

.products_documents_box {
	width: 212px;
	color: #ffffff;
}

.products_documents_box .separator {
	height: 1px;
	line-height: 1px;
	border-bottom: 1px solid #fff;
	margin-left: -15px;
	padding:0;
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.products_documents_box .heading{
	font-size: 15px;
	padding-bottom: 11px;
	height: 16px;
}

.products_documents_box .subheading{
	height: 27px;
	width: 212px;
	padding-left: 20px;
	padding-top: 7px;
	font-weight: bold;
}
.products_documents_box .serielink {
	margin-left: -20px;
	margin-top: 8px;
	margin-bottom: 5px;
	padding: 10px 0 15px 20px;
	_padding: 10px 0 5px 20px;
	width: 212px;
	font-size: 12px;
	/*padding-bottom: 11px;*/
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #b7b7b7 url(/media/p_s_link_arrow.gif) 180px 12px no-repeat;
}
.products_documents_box .serielink a {
	margin: 0;
	padding: 0;
}
.products_documents_box .documents_list{
	width: 212px;
	margin-left: -20px;
}

.products_documents_box .documents_list .subheading{
	
}

.products_documents_box .documents_list .hidden_documents {
	display: none;
}

.products_documents_box a{
	display: block;
	height: 27px;
	width: 212px;
	padding-left: 27px;
	padding-top: 0;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}


.products_documents_box div.graphs{
	display: block;
	padding-left: 37px;
	padding-top: 0;
	color: #ffffff;
	font-weight: bold;
	background: url('/media/expandicon.png') no-repeat 21px 5px;
}
.products_documents_box div.graphs:hover{
	color: #dedede;
	cursor: pointer;
}

.products_documents_box a:hover{
	/*text-decoration: underline;*/
	color: #dedede;
}
.products_documents_box a.graphs {
	padding-left: 27px;
	margin-left: 27px;
}

.image_icon{
	margin-left: 10px;
	background: transparent url(/media/imageicon.png) 9px 3px no-repeat;
}

.products_documents_box .bookmark_icon a {
	padding-left: 37px;
	background: transparent url(/media/bookmarkicon.png) 19px 3px no-repeat;
}

.products_documents_box .email_icon a {
	padding-left: 37px;
	background: transparent url(/media/emailicon.png) 19px 3px no-repeat;
}

.products_documents_box .icons a{
	padding-left: 37px;
	background: transparent url(/media/pdficon.gif) 19px 3px no-repeat;
}

/* @end */
.product_details_keyspecs {
	padding:1px;
}
.product_details_keyspecs dl,
.product_details_keyspecs table{
	padding: 0;
	margin: 10px 0 0;
	padding:0;
	margin:0;
}
.product_details_keyspecs dt,
.product_details_keyspecs th{
	clear: left;
	width: 231px;
	margin-right: 1px;
	text-align: left;
}
.product_details_keyspecs th{
	margin-right:0;
	border-right: 1px solid #e6e6e6;
}
.product_details_keyspecs dd,
.product_details_keyspecs td{
	width: 234px;
}
.product_details_keyspecs .approvals dt,
.product_details_keyspecs .expanded dt{
	width: 482px;
}
.product_details_keyspecs dt,
.product_details_keyspecs dd{
	background-color: #fff;
	float: left;
	padding: 2px 8px;
}
.product_details_keyspecs th,
.product_details_keyspecs td{
	background-color: #fff;
	float: none;
	clear: none;
	vertical-align: top;
	padding: 2px 8px;
}

.product_details_keyspecs tr.odd th,
.product_details_keyspecs tr.odd td,
.product_details_keyspecs dt.odd,
.product_details_keyspecs dd.odd{
	background-color: #f1f1f1;
}
.product_details_keyspecs .approvals dt{
	background-color: #f1f1f1;
	width: 482px;
	padding: 2px 8px 0;
}

.product_details_notes {
	margin-top: 8px;
	font-size: 10px;
}
.product_details_form {
	margin-top: 30px;
}
.product_details_form h1 {
	margin: 0;
	padding: 0;
}
.product_details_form label {
	float: left;
	width: 160px;
}
.product_details_form input[type="submit"] {
	margin-top: 10px;
}
.product_details_form input {
	float: left;
	width: 200px;
}

/* @end */

/* @group accessory list */


#accessory-links {
	position: absolute;
	right: 0;
	bottom: 4px;
	font-size: 13px;
	margin: 0;
}

#accessory-links li a {
	text-decoration: none;
	color: #999999;
}

#accessory-links li{
	margin-left: 30px;
	float: right;
}

#accessory-links li.selected a{
	color: #56add2;
	font-weight: bold;
}

#accessory-links a:hover{
	color: #56add2;	
}



.accessories .odd {
}

.accessories .accessory {
	border-top: 1px solid #ddd;
	padding-top: 5px;
	padding-bottom: 8px;
	height: 90px;
}

.accessories a,
.accessories .accessory h3,
.accessories .accessory p {
	margin-top: 0;
	padding-top: 0;
	line-height: normal;
}

.accessories .accessory h3{
	padding-top: 5px;
}
.accessories .accessory a img {
	float: left;
	margin-right: 15px;
	border: 1px solid #ddd;
	padding: px;
}

#accessories .literature a span { 
margin-top: 3px;
}


/* @end */

/* @group accessory details */
.accessory_features {
	background: #e6e6e6;
	padding: 2px;
	margin-top: 18px;
}
.accessory_features h5{
	font-weight: bold;
	font-size: 12px;
	margin: 8px 10px 5px;
}

.accessory_features dl{
	padding: 0;
	margin: 10px 0 0;
}
.accessory_features .expanded dt{
	width: 479px;
}
.accessory_features dt{
	clear: left;
	width: 200px;
	/*font-weight: bold;*/
	border-right: 2px solid #e6e6e6;
}
.accessory_features dd{
	width: 260px;
}
.accessory_features dt,
.accessory_features dd{
	background-color: #fff;
	float: left;
	padding: 2px 9px 2px 8px;
}
.accessory_features dt.odd,
.accessory_features dd.odd{
	background-color: #f1f1f1;
}

#productshot.accessorypic img{
	position: absolute;
	left: 6px;
	top: 6px;
	width: 198px;
	height: 231px;
	margin: 0;
}

#productshot.accessorypic.infobox {
	height: 242px;
}

.accessory_details_subtitle {
	padding: 0;
}

/* @end */

/* @group group submenu */

 
.groupheadertitle {
	width: 370px;
}
 
.groupmenu {
	float: right;
	font-size: 13px;
	margin-top: -36px;
}

.groupmenu a {
	text-decoration: none;
	color: #999999;
}

.groupmenu li{
	margin-left: 30px;
	float: left;
}

.groupmenu .selected a{
	color: #56add2;
	font-weight: bold;
}

.groupmenu a:hover{
	color: #56add2;	
}

/* @end */
	
	
/* @group modetitle */
 
.modetitle {
	position: relative;
}

.modetitle .heading{
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.modetitle .subheading{
	text-transform: capitalize;
	font-size: 14px;
	line-height: 16px;
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
}

.modetitle .modeicon{
	position: absolute;
	right: 0;
	top: 0;
}

/* @end */

/* @group mode serie listing */
.serielistrow {
	z-index: 0;
}
.serielistrow {
	position: relative;
}
.quickmenu {
	background: white;
	border: 1px solid #aaa;
	height: 85px;
	display: none;
	padding: 10px;
	position: absolute;
	width: 120px;
	z-index: 30;
	-webkit-box-shadow: rgba(0,0,0,0.398438) 0 1px 3px; 
	-moz-box-shadow: rgba(0,0,0,0.398438) 0 1px 3px; 
	box-shadow: rgba(0,0,0,0.398438) 0 1px 3px; 
	zoom: 1;
	filter: 
	progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=90, Strength=1)
	progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=180, Strength=3)
	progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=270, Strength=1)
	progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=360, Strength=1);
	border: 1px solid #dddddd;
}

.serielistrow .serieheading {
	margin: 35px 0 20px;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
	font-family: verdana;
	letter-spacing: 1px;
}
.serielistrow .serieheading .serietitle {
	float: left;
	text-transform: uppercase;
}
.serielistrow .serieheading .grouptitle {
	float: right;
}
.serielistrow .speclist{
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
}

.serielistrow img {
	float: right;
	border: 1px solid #ddd;
	margin-left: 20px;
}
.serielistrow .button {
	float: right;
	clear: right;
	margin-top: 20px;
}
.serielistrow .info {
}

/* @end */


/* @group grouptitle */
 
.grouptitle {
	position: relative;
}

.grouptitle .heading{
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.grouptitle .subheading{
	font-size: 14px;
	text-transform: capitalize;
	line-height: 16px;
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
}

.grouptitle .modeicon{
	position: absolute;
	right: 0;
	top: 0;
}

/* @end */


/* @group groupdetails */

.groupdetails{
	font-size: 12px;
	padding-top: 5px;
}
.groupdetails .speclist{
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
	width: 250px;
	font-size: 12px;
	line-height: 14px;
}

.groupdetails .speclist li{
	padding-bottom: 7px;
}
.groupdetails .speclist li ul {
	padding-top: 7px;
}
.groupdetails p {
}
.groupdetails .photos{
	position: relative;
	float: right;
}

/* @end */

.groupseriesbox .documents_list{
	margin-left: -20px;
	margin-bottom: -10px;
}
.groupseriesbox .documents_list .subheading{
	border: 0;	
}
.groupseriesbox .icons a{
	background: transparent url(/media/pdficon.gif) no-repeat 19px 2px;
	display: block;
	height: 27px;
	width: 212px;
	padding-left: 37px;
	padding-top: 0;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	border: 0;	
}

.groupseriesbox .icons a:hover{
	color: #dedede;
}



/* @group applications page */

#relatedlinks.applications {
	
}
#relatedlinks.applications .right-edge-image {
	position: relative;
	right: -22px;
	margin: 20px 0;
	display: block;
}
#relatedlinks.applications .boxed.button:hover {
}
#relatedlinks.applications .boxed.button {
	border: none;
}

#relatedlinks.applications a.button {
	background: transparent url('/style/telco/bg_button_a.gif') no-repeat scroll top right;
	color: #555555;
	display: block;
	float: left;
	padding-left: 0;
	font: normal 11px arial, sans-serif;
	height: 20px;
	margin-right: 6px;
	padding-right: 12px;
	padding-top: 0;
	width: auto;
	text-decoration: none;
}

#relatedlinks.applications a.button span {
	background: transparent url('/style/telco/bg_button_span.gif') no-repeat;
}

#relatedlinks.applications a.button:hover {
	background-position: bottom right;
	color: #333333;
	outline: none;
	text-decoration: none;
}

#relatedlinks.applications a.button:hover span {
	background-position: bottom left;
	padding: 5px 0 5px 12px;    
}

/* @end */


/* @group literature page */

.literature { 
	width:100%; 
}

.literaturelanguagedd {
	margin: 10px auto;
}
.literature .headings { 
	position: relative;
	display:block;
	height:17px; 
	text-decoration:none;
	padding-top: 5px;
	color: #777777;
}

.literature a { 
	position: relative;
	display:block;
	height:25px; 
	text-decoration:none;
	padding-right: 10px;
	padding-top: 5px;
	color: #777777;
}
.literature a:hover { 
	background-color:#efefef; 
	color: #56add2;
}

.literature span.category { 
	font-size: 12px;
	font-weight: bold;
	display:block; 
	color:#555555;
	background-color: #dddddd;
	margin-top: 20px;
	padding: 7px;
	padding-left: 15px;
}

.literature span.category:first-child { 
	margin-top: 0;
}

.literature a img { 
	float:left;
	padding-left: 15px;
	padding-top: 2px;
}

.literature span.title { 
	position: absolute;
	display:block;
	left: 40px; 
}

.literature span.part { 
	position: absolute;
	display:block;
	left: 280px; 
}
.literature span.edition { 
	position: absolute;
	display:block;
	left: 370px; 
}
.literature span.size { 
	position: absolute;
	display:block;
	text-transform: lowercase;
	left: 440px; 
}

.literature .headings span.size { 
	text-transform: none;
}


#relatedlinks.literature {
	
}

#relatedlinks.literature .readerlink {
	padding: 0;
	margin: 10px 0 0 0;
}
#relatedlinks.literature .readerlink a {
	border: none;
	padding: 0;
	margin: 10px 0 0 0;
	height: auto;
}
#relatedlinks.literature .readerlink a:hover {
	background: none;
}
#relatedlinks.literature .readerlink img {
	padding: 0;
	margin: 0;
	float: none;
}

/* @end */




/* @group infobox */

.groupseriesbox{
	width: 212px;
	color: #ffffff;
	background: #aaa;
}

.groupseriesbox .separator {
	height: 1px;
	line-height: 1px;
	border-bottom: 1px solid #fff;
	margin-left: -15px;
	padding:0;
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.groupseriesbox .heading{
	font-size: 15px;
	padding-bottom: 11px;
	height: 16px;
}

.groupseriesbox .subheading{
	height: 27px;
	width: 212px;
	padding-left: 20px;
	padding-top: 7px;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}
.groupseriesbox .standardmode{
	border-top: 1px solid #fff;
	width: 198px;
	margin-left: -14px;
	margin-top: 0;
}
.groupseriesbox .specialmode{
	border-top: 1px solid #fff;
	background-color: #d1d1d1;
	width: 198px;
	margin-left: -14px;
	color: #777777;
}

.groupseriesbox hr{
	border: 0;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	height: 1px;
	width: 198px;
	margin-left: -14px;
}


.groupseriesbox a{
	display: block;
	height: 27px;
	width: 185px;
	padding-left: 13px;
	padding-top: 7px;
	border-bottom: 1px solid #fff;
	color: #ffffff;
	text-decoration: none;
}

.groupseriesbox .specialmode a{
	background-color: ##d1d1d1;
	color: #777777;
}

.groupseriesbox .selected{
	background-color: #eeeeee;
	color: #888888;
}

.groupseriesbox .specialmode a:hover,
.groupseriesbox .standardmode a:hover{
	background-color: #eeeeee;
	color: #56add2;
}


#relatedlinks .standardmode .singlemode{
	background-color: #eeeeee;
	color: #888888;
	display: block;
	height: 27px;
	width: 185px;
	padding-left: 13px;
	padding-top: 7px;
	border-bottom: 1px solid #fff;
}

/* @end */

/* @group newslist */

/* @group newsfilter */
	.newsFilter {
		padding: 5px 0 5px 10px;
		background: #eee;
		border: 1px solid #ddd;
		margin-bottom: 30px;
		margin-top: 10px;
		position: relative;
	}
	.newsFilter label {
		margin: 0 10px 0 0;
	}
	.newsFilter label.type {
	}
	.newsFilter select {
		margin: 0 30px 0 0;
	}
/* @end */

ul.newslist h3{
	margin-bottom: 7px;
}

ul.newslist li .newsdetails{
	float: right;
	color: #888;
	font-size: 10px;
	text-transform: uppercase;
	width: auto;
	text-align: right;
}

ul.newslist li .showdetails{
	line-height: 13px;
}

ul.newslist img {
	float: left;
	padding:1px;
	margin-right: 30px;
	border: 1px solid #dcdcdc;
}

ul.newslist li.separator {
	height: 1px;
	border-bottom: 1px solid #dcdcdc;
	margin-top: 20px;
	#margin-top: -10px;
	margin-bottom: 20px;
}

.newscontent .newsimage {
	float: left;
	width: 236px;
	height: 185px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding:1px;
	border: 1px solid #dcdcdc;
}
.newscontent .rightnewsimage {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}
.newscontent .tradeshowimage {
	float: left;
	width: 116px;
	height: 91px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding:1px;
	border: 1px solid #dcdcdc;
}

ul.newslist li div{
	width: 350px;
	float: left;
}

ul.newslist li div p{
}

/* @end */

/* @group OldNews */

.oldnewslink {
	margin-top: 30px;
	display: block;
	padding: 5px 10px 5px 0;
	background: #eee;
	border: 1px solid #aaa;
	width: 488px;
	text-align: right;
	text-decoration: none;
}

.oldnewslist {
	display: none;
	margin-top: 10px;
	padding-top: 20px;
	margin-bottom: 20px;
}

/* @end */

/* @end */


/* @group Slideshow */

#slider {
}
#slider .top {
	background: #f6f6f6;
	padding: 5px;
	border: 1px solid #dadada;
}
#slider .top h4 {
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#slider .navigation {
	clear: both;
	float: right;
}
#slider .navigation a {
	float: left;
	display: block;
	height: 19px;
}
#slider .navigation img {
	display: block;
}
#slider .navigation .status {
	margin: 0 5px 0 0;
	padding: 0;
	display: block;
	float: left;
}
#slides_small_window {
	height: 100px;
	overflow: hidden;
	position: relative;
	border-top: 0;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #dadada;
	background: #f0f0f0;
	padding: 5px 0;
}
#slides_small {
	position: absolute;
}
.slides_small_page {
	float: left;
	width: 500px;
	display: block;
	padding: 0 5px;
	#padding: 0 7px;
}

#slides_small a {
	float: left;
	margin: 7px;
	#margin: 0;
	#padding: 7px 6px;
	display: block;
}
#slides_small img.thumb {
	border: 1px solid #dadada;
	display: block;
}
#slides_small .current img.thumb {
	border: 1px solid #56add2;
}
.slides_window_wrapper {
	border: 1px solid #dadada;
	margin: 5px 0 0 0;
}
#slides_window {
	width: 490px;
	overflow: hidden;
	position: relative;
}

.slide {
	width: 488px;
	padding: 5px;
	margin: 0;
	float: left;
}
.slide img {
	float: left;
	padding: 0;
}
.slides_window_wrapper .navigation {
	clear: both;
	#width: 80px;
	#white-space: nowrap;
	margin-right: 5px;
	margin-bottom: 5px;
}
.slides_window_wrapper .navigation span {
	float: left;
}
.slides_window_wrapper .navigation img {
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
}
.slide .info {
	float: right;
	width: 190px;
	margin: 0;
	padding: 0;
}
.slide .info h5 {
	font-size: 12px;
	margin-top: 10px;
	font-weight: bold;
}
.slide .info p {
	font-size: 12px;
	margin-top: 10px;
}

/* @end */

/* @group Core Values Slider */

#coreValSlider {
}
#coreValSlider_numbers img {
	border: 0;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	margin-left: 94px;
}
#coreValSlider_numbers img.first {
	margin-left: 80px;
}
#coreValSlider_slides_small {
	border: none;
	background: none;
	padding: 0;
}
#coreValSlider_slides_small a {
	float: left;
	margin: 5px 6px 6px;
	#margin: 0;
	#padding: 5px 6px;
	display: block;
}
#coreValSlider_slides_small a.first {
	margin-left: 0;
	#padding: 5px 6px 5px 0;
}
#coreValSlider_slides_small a.last {
	margin-right: 0;
	#padding: 5px 0 5px 5px;
}
#coreValSlider_slides_small img.thumb {
	border: 1px solid #dadada;
	display: block;
	width: 88px;
	height: 60px;
}
#coreValSlider_slides_small .current img.thumb {
	border: 1px solid #56add2;
}
#coreValSlider .slides_window_wrapper {
	margin: 0;
}
#coreValSlider_slides_window {
	border: 1px solid #dadada;
	background-color: #f6f6f6;
	margin: 10px 0 0 0;
	width: 495px;
	height: 154px;
	overflow: hidden;
	position: relative;
}
#coreValSlider #slides {
	
}
#coreValSlider .slide {
	width: 498px;
	padding: 0px;
	margin: 0;
	float: left;

}
#coreValSlider .slide img {
	width: 250px;
	height: 155px;
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	border-left: 1px solid #dadada;
}
#coreValSlider .slide .info {
	float: left;
	width: 210px;
	margin: 0;
	padding: 0;
	padding-left: 20px;
}
#coreValSlider .slide .info h5 {
	font-size: 12px;
	margin-top: 10px;
	font-weight: bold;
}
#coreValSlider .slide .info p {
	font-size: 12px;
	margin-top: 10px;
}

/* @end */

/* @group Small Slideshow */

#small_slider {
	width: 230px;
	float: right;
}
#small_slides_small {
	border-top: 0;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #dadada;
	background: #f0f0f0;
	padding: 2px;
}
#small_slides_small a {
	float: left;
	display: block;
	margin: 0;
	padding: 2px;
}
#small_slides_small a img {
	display: block;
	margin: 0;
	padding: 0;
}

#small_slides {
	position:relative;
}

#small_slides_small img.thumb {
	border: 1px solid #dadada;
	display: block;
	width: 50px;
}
#small_slides_small .current img.thumb {
	border: 1px solid #56add2;
}
#small_slides_window {
	position: relative;
	width: 228px;
	overflow: hidden;
	border: 1px solid #dadada;
}
#small_slides {
	position: relative;
	display: block;
}
.small_slide {
	position: relative;
	display: block;
	padding: 4px;
	margin-right: 4px;
	float: left;
}
.small_slide a {
	display: relative;
	display: block;
}
.small_slide a img {
	display: relative;
	padding: 0;
	width: 218px;
	height: 150px;
}
.small_slide div.floatingmagnifyer {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 21px;
	margin: 0 4px 4px 0;
	background: url(../media/magnifyingglass.png) no-repeat;
}
/* @end */

/* @group Large Slideshow */
#slideshow {
	position: relative;
	z-index: 100;
}

#main #slideshow {
	position: relative;
	width: 735px;
	height: 262px;
	margin: 0;
	padding: 0;
}


#slideshow .slide {
	width:  735px;
	height:  340px;
	margin: 0;
	padding: 0;
	border: none;
}

#main #slideshow .slide {
	position: absolute;
	width:  727px;
	height: 250px;
	top: 6px;
	left: 6px;
}
#slideshow .slide img {
	position:  absolute;
	border: none;
	top: 0;
	left: 0;
	height: 250px;
	width: 728px;
}


#slideshow .slideLinks {
	display: block;
	float: left;
	padding: 10px 25px;
}
#slideshow.lightboxMode .slideLinks {
	position: absolute;
	top: 0;
	left: 0;
	float: none;
	padding: 0;
	width: 100%;
	margin: 0;
	z-index: 200;
}
#slideshow .slideLinks img{
	display: block;
}
#slideshow .slideLinks span {
	font-size: 11px;
	font-weight: bold;
	display: block;
	float: left;
}
#slideshow.lightboxMode .slideLinks span {
	display: none;
}
#slideshow.lightboxMode .slideLinks #rightArrow {
	right: -2px;
	position: absolute;
}
#slideshow .slideLinks div {
	margin: auto 2px;
	cursor: pointer;
}
#slideshow .slideLinks a {
	outline: none;
	margin: auto 5px;
	text-decoration: none;
	cursor: pointer;
}
#slideshow.lightboxMode .slideLinks a {
	outline: none;
	margin: 0;
}
#slideshow .slideLinks img {
	background: transparent;
	cursor: pointer;
}


#slideshow.lightboxMode .slideLinks  #leftArrow img {
	position: absolute;
	top: 6px;
	left: 6px;
	height: 250px;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='image',src='/media/slideshow_imageArrow.png')";*/
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='image',src='/media/slideshow_imageArrow.png');
	zoom: 1;
}
#slideshow.lightboxMode .slideLinks  #rightArrow img {
	position: absolute;
	top: 6px;
	right: 0px;
	height: 250px;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='image',src='/media/slideshow_imageArrow2.png')";*/
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='image',src='/media/slideshow_imageArrow2.png');
	zoom: 1;
}
#slideshow .slideLinks div.selected,
#slideshow .slideLinks a.selected {
	color: #56add2;
	font-weight: bold;
}
#slideshow .slideLinks * {
	float: left;
}
#slideshow .slideLinks .loader {
	display: none;
    float: right;
	margin: 0 25px 0 0;
	width: 200px;
	height: 15px;
	padding: 2px;
	border: 1px solid #dfdfdf;
}
#slideshow .slideLinks .loader .bar {
	width: 0px;
	text-align: center;
	font-size: 10px;
	height: 15px;
	background: #2a2a2f;
	color: #888;
	font-weight: bold;
}

/* @end */

/* @group Product Finder */

.title-image {
	margin: 0 0 30px 0;
	padding: 0;
}

.product_finder_categories {
	margin-bottom: 20px;
	background-color: #eee;
	border: solid #ddd 1px;
}
.product_finder_categories .header {
	display: block;
	background: #aaa;
	width: 100%;
	padding: 0;
	position: relative;
	height: 30px;
}
.product_finder_categories .header img.number {
	position: absolute;
	left: -10px;
	top: -5px;
}
.product_finder_categories .header object,
.product_finder_categories .header h2 {
	margin: 3px 0 0 35px;
}
.product_finder_categories .product_finder_categories_wrapper {
	overflow: auto;
	width: 100%;
	#height: 200px;
}
.product_finder_categories .product_finder_categories_wrapper .product_finder_search_categories {
	/*width: 1260px;*/
}
.product_finder_categories .product_finder_categories_wrapper .product_finder_search_categories .search_category_item {
	float: left;
	margin: 10px 5px 5px;
	overflow: hidden;
	width: 240px;
	padding-bottom: 5px;
	cursor: pointer;
	border: 1px solid transparent;
	opacity: 0.8;
	/*-ms-filter: "alpha(opacity=80)";  IE8*/ 
	filter: alpha(opacity=80);   /* IE6 & 7 */
	zoom: 1;
}
.product_finder_categories .product_finder_categories_wrapper .product_finder_search_categories .search_category_item:hover {
	background: #e5e5e5;
	border: 1px solid #f5f5f5;
	opacity: 1.0;
	/*-ms-filter: none;  IE8*/ 
	filter: none;   /* IE6 & 7 */
}
.product_finder_categories .product_finder_categories_wrapper .product_finder_search_categories .search_category_item.active {
	background: #e5e5e5;
	border: 1px solid #a5a5a5;
	opacity: 1.0;
	/*-ms-filter: none;  IE8*/ 
	filter: none;   /* IE6 & 7 */
}
.product_finder_categories .product_finder_categories_wrapper .product_finder_search_categories .search_category_item img {
	border: 1px solid #aaa;
}
.product_finder_categories .product_finder_categories_wrapper .product_finder_search_categories .search_category_item h3 {
	text-align: center;
	margin-bottom: 0;
}

.product_finder_types {
	margin-bottom: 20px;
	background-color: #eee;
	border: solid #ddd 1px;
	opacity: 0.4;
	/*-ms-filter: "alpha(opacity=40)";  IE8*/ 
	filter: alpha(opacity=40);   /* IE6 & 7 */
	zoom: 1;
}
.product_finder_types.active {
	opacity: 1.0;
	/*-ms-filter: none;  IE8*/ 
	filter: none;   /* IE6 & 7 */
}
.product_finder_types div {
	float: left;
	margin-right: 17px;
	padding: 0 0 5px 0;/*	border: solid #ddd 1px;*/
}
.product_finder_types div.num-columns-1 {
	width: 739px;
}
.product_finder_types div.num-columns-2 {
	width: 359px;
}
.product_finder_types div.num-columns-3 {
	width: 229px;
}
.product_finder_types div.last {
	margin-right: 0;
}
.product_finder_types .header {
	display: block;
	background-color: #aaa;
	width: 100%;
	padding: 0;
	position: relative;
	height: 30px;
}
.product_finder_types .header img.number {
	position: absolute;
	left: -10px;
	top: -5px;
}
.product_finder_types .header object,
.product_finder_types .header h2 {
	margin: 5px 0 0 35px;
}
.product_finder_types div h1{
	color: #555;
	padding: 5px 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: normal;
}
.product_finder_types div label,
.product_finder_types div select{
	font-size: 12px;
	margin: 0 10px;
	display: block;
}
.product_finder_types div select{
	margin-bottom: 10px;
}
.product_finder_types div.num-columns-1 select {
	width: 716px;
}
.product_finder_types div.num-columns-2 select {
	width: 336px;
}
.product_finder_types div.num-columns-3 select {
	width: 210px;
}

#columnsctrl {
	width: 200px;
	display: block;
	position: absolute;
	z-index: 100;
	background: #ddd;
	padding: 4px;
	border: 1px solid #aaa;
	box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px #888;
	-moz-box-shadow: 0 0 10px #888;
	margin: 0;
}


#productFinderResults {
	position: relative;
	border: 1px solid #aaa;
	opacity: 0.4;
	/*-ms-filter: "alpha(opacity=40)";  IE8*/ 
	filter: alpha(opacity=40);   /* IE6 & 7 */
	zoom: 1;
}
#productFinderResults.active {
	opacity: 1.0;
	/*-ms-filter: none;  IE8*/ 
	filter: none;   /* IE6 & 7 */
}
#productFinderResults img.number {
	position: absolute;
	left: -10px;
	top: -5px;
}



#productFinderResults div.top {
	padding: 7px;
	background-color: #ddd;
	color: #555555;
}
#resultsWrapper {
	position: relative;
	z-index: 20;
}
#resultsWrapper #more_results {
	background: #d5d5d5;
	padding-left: 10px; 
	color: #555;
}
#resultsWrapper #more_results a.current {
	text-decoration: none;
}
.loader {
	display: block;
	margin: 10px auto;
}
#productFinderResults div.top h2 {
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	margin: 0 0 0 30px;
}
#productFinderResults div.top h3 {
	font-size: 11px;
	padding: 0;
	margin: 2px 0 0 30px;
	color: #777;
}

/* @end */

/* @group Cart */

a#addtocart-button {
	float: right;
	padding-left: 19px;
	background: url('/style/telco/domlist_plus.gif') no-repeat 0 1px;
	text-decoration: none;
}
a#addtocart-button:hover {
	text-decoration: underline;
	 color: inherit;
}

#cart-controls {
	float: right;
	margin-top: 9px;
	padding-left: 15px;
	background: url('/media/document-icon.png') no-repeat 0 3px;
	font-size: 10px;
	z-index: 100;
}

#cart-controls a {
	font-size: 10px;
	text-decoration: none;
	color: #878787;
}
#cart-controls a:hover {
	color: inherit;
	text-decoration: underline;

}


#cart-controls span {
}
#cart-container { 
	z-index: 2000 !important;
}
#cart-container h2 { 
	margin: 0;
}
.cart-container ul,
#cart-container ul { 
	width: 100%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.cart-container ul li,
#cart-container ul li { 
	padding: 5px 10px;
	position: relative;
	cursor: pointer;
}
.cart-container td {
	height: 70px;
	z-index: 20;
}

.cart-container td span,
#cart-container ul li span {
	display: block;
} 
#cart-container ul li span {
	padding-left: 60px;
}
.cart-container td .title {
	font-weight: bold;
}
#cart-container ul li .imageplaceholder,
#cart-container ul li img { 
	width: 51px;
	height: 54px;
	float: left;
}

#cart-container ul li .delete { 
	position: absolute;
	top: 5px;
	right: 5px;
	text-decoration: none;
}

.cart-container td .delete { 
	position: relative;
	top: -60px;
	right: -440px;
	text-decoration: none;
}


#cart-container ul li:hover span { 
	color: #56add2;
}
#cart-container ul li.odd {
	background: #eee;
}
.cart-container ul li div {
	display: none;
	position: absolute;
	margin-left: -123px;
	margin-top: -65px;
	#margin-top: -55px;
	width: 131px;
	height: 134px;
	z-index: 20;
	background: url('/media/productpreviewframe.gif') no-repeat 11px 0;
}
.cart-container ul li:hover div {
	display: block;
}

#resultsWrapper div div.resultImage img,
#resultsWrapper td.resultImage img,
#resultTypes div div.resultImage img,
#resultTypes td.resultImage img{
	margin-left: 13px;
	margin-top: 2px;
	z-index: 300;
}


#cart-container {
	display: none;
	position: relative;
	padding-top: 17px;
	padding-bottom: 12px;
	width: 455px;
	z-index: 5;
}

#cart-container .content-wrapper {
	padding: 0;
	margin: 0;
}
#cart-container .content {
	margin: 10px 4px 10px 0;
	float: left;
	_margin-right: 3px;
	max-height: 500px;
	width: 100%;
}
#cart-container .view-all {
	font-size: 13px;
	line-height: 13px;
	margin: 15px 0 5px;
	clear: both;
	text-decoration: none;
	float: right;
}
#cartFooter,
#cartHeader {
	background: #ddd;
	padding: 10px 10px;
	position: relative;
}
#cartHeader span {
	float: right;
}
#cartFooter {
	background: #fafafa;
	border: 1px solid #ddd;
	margin-top: 40px;
}
#cartFooter p {
	margin: 0;
	width: 300px;
}
#cartFooter .button {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
/* @end */

.compatshadow{
	position: relative;
}
#headerslider.compatshadow{ background: url(/style/shadow/shadow-header-middle.png) repeat-y; }
#headerslider .shadow-top{ position:absolute; top: 0px; left: 0px;	width: 740px; height: 6px; 	background: url(/style/shadow/shadow-header-top.png) no-repeat; }
#headerslider .shadow-bottom{ position:absolute; bottom: 0px; left: 0px; width: 740px; height: 6px;  background: url(/style/shadow/shadow-header-bottom.png) no-repeat; }

/*#main .headerimage {
	overflow: hidden;
	width: 735px;
	background: #f6f6f6;	
}*/

#main .headerimage { position: relative; width: 740px; height: 262px;background: url(/style/shadow/shadow-header-middle.png) repeat-y; }
#main .headerimage img{	position: relative; left: 6px; top: 6px; width: 728px; height: 250px;}
#main .headerimage .shadow-top{ position:absolute; top: 0px; left: 0px;	width: 740px; height: 6px; 	background: url(/style/shadow/shadow-header-top.png) no-repeat; }
#main .headerimage .shadow-bottom{ position:absolute; bottom: 0px; left: 0px; width: 740px; height: 6px;  background: url(/style/shadow/shadow-header-bottom.png) no-repeat; }

#sidemenu.compatshadow{ background: url(/style/shadow/shadow-narrow-middle.png) repeat-y; }
#sidemenu .shadow-top{ position:absolute; top: 0px; left: 0px;	width: 210px; height: 6px; 	background: url(/style/shadow/shadow-narrow-top.png) no-repeat; }
#sidemenu .shadow-bottom{ position:absolute; bottom: 0px; left: 0px; width: 210px; height: 6px;  background: url(/style/shadow/shadow-narrow-bottom.png) no-repeat; }

#relatedlinks.compatshadow{ background: url(/style/shadow/shadow-narrow-middle.png) repeat-y; }
#relatedlinks .shadow-top{ position:absolute; top: 0px; left: 0px;	width: 210px; height: 6px; 	background: url(/style/shadow/shadow-narrow-top.png) no-repeat; }
#relatedlinks .shadow-bottom{ position:absolute; bottom: 0px; left: 0px; width: 210px; height: 6px;  background: url(/style/shadow/shadow-narrow-bottom.png) no-repeat; }

#relatedlinks.compatshadow{ background: url(/style/shadow/shadow-narrow-middle.png) repeat-y; }
#relatedlinks .shadow-top{ position:absolute; top: 0px; left: 0px;	width: 210px; height: 6px; 	background: url(/style/shadow/shadow-narrow-top.png) no-repeat; }
#relatedlinks .shadow-bottom{ position:absolute; bottom: 0px; left: 0px; width: 210px; height: 6px;  background: url(/style/shadow/shadow-narrow-bottom.png) no-repeat; }


#productshot.compatshadow{ background: url(/style/shadow/shadow-narrow-middle.png) repeat-y; }
#productshot .shadow-top{ position:absolute; top: 0px; left: 0px;	width: 210px; height: 6px; 	background: url(/style/shadow/shadow-narrow-top.png) no-repeat; }
#productshot .shadow-bottom{ position:absolute; bottom: 0px; left: 0px; width: 210px; height: 6px;  background: url(/style/shadow/shadow-narrow-bottom.png) no-repeat; }



#relatedlinks.groupseriesbox.compatshadow{ background: url(/style/shadow/shadow-narrow-dark-middle.png) repeat-y; }
#relatedlinks.products_documents_box.compatshadow{ background: url(/style/shadow/shadow-narrow-dark-middle.png) repeat-y; }


.relatedproductsinfobox {
	display: inline;
	overflow:hidden;
	float: right;
	width: 175px;
	padding: 15px 15px 0px 20px;
	clear: right;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #d3d3d3;
	color: #fff;
}

.relatedproductsinfobox select{
	width: 100%;
}

.relatedproductsinfobox.heading{
	padding-top: 10px;
}

#subtitle_groupseries {
	padding-top: 5px;
	margin-bottom: -5px;
}
.relatedproductsinfobox .right-edge-image {
	position: relative;
	right: -22px;
	display: block;
	margin: 15px 0 10px;
}

.relatedproductsinfobox.compatshadow{ background: url(/style/shadow/shadow-narrow-dark-middle.png) repeat-y; }
.relatedproductsinfobox .shadow-top{ position:absolute; top: 0px; left: 0px;	width: 210px; height: 6px; 	background: url(/style/shadow/shadow-narrow-top.png) no-repeat; }
.relatedproductsinfobox .shadow-bottom{ position:absolute; bottom: 0px; left: 0px; width: 210px; height: 6px;  background: url(/style/shadow/shadow-narrow-bottom.png) no-repeat; }


.solutions_videobox.compatshadow{ background: url(/style/shadow/shadow-narrow-middle.png) repeat-y; }
.solutions_videobox .shadow-top{ position:absolute; top: 0px; left: 0px;	width: 210px; height: 6px; 	background: url(/style/shadow/shadow-narrow-top.png) no-repeat; }
.solutions_videobox .shadow-bottom{ position:absolute; bottom: 0px; left: 0px; width: 210px; height: 6px;  background: url(/style/shadow/shadow-narrow-bottom.png) no-repeat; }


#main .locationheader { position: relative; width: 740px; height: 262px;background: url(/style/shadow/shadow-header-middle.png) repeat-y; }
#main .locationheader .shadow-top{ position:absolute; top: 0px; left: 0px;	width: 740px; height: 6px; 	background: url(/style/shadow/shadow-header-top.png) no-repeat; }
#main .locationheader .shadow-bottom{ position:absolute; bottom: 0px; left: 0px; width: 740px; height: 6px;  background: url(/style/shadow/shadow-header-bottom.png) no-repeat; }



