@charset "UTF-8";
/* CSS Document */

body  {
	font: 13px Arial, Helvetica, sans-serif;
	background: #1d82be url(/images/bright-blue-gradient-background-tile.png);
	margin: 0;
	padding: 0;
	background-repeat:repeat-x;
	background-position:top;
	text-align: center; /* centers the container in older browsers. Text is then left-aligned in the #container selector */
	color: #666;
}
a:link,a:visited  {
	color: #005596;
	text-decoration: none;
}
a:hover {
	color: #F8981D;
	text-decoration: none;
}

a.media-contact-link {
	color: #fff;
	text-decoration:none;
}
a.media-contact-link:hover {
	color: #F8981D;
	text-decoration:none;
}

h1 {
	font-family: "felt-tip-roman-1", "felt-tip-roman-2", sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #005596;
}
h2 {
	font-family: "felt-tip-roman-1", "felt-tip-roman-2", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #005596;
}

h2.secondary-color {
	color: #333;
}

h2.secondary-color a {
	color: #333;
	text-decoration: none;
}

h2.secondary-color a:hover {
	color: #F8981D;
	text-decoration: none;
}

h2.plain {
	font: 18px Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
	padding-left: 28px;
	margin-bottom: 30px;
}

h2.product {
	color: #333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 0px;
}


/* ska 1/30/2011 - add default list item to grey square background */
#mainContent ul li {
	list-style: none;
	list-style-position: outside;
	background-image: url(/images/bullets/mini-grey.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;

/*
	color: #666666;
*/
} 


#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
} 
#header {
	padding: 0;
	margin: 0;
	height: 105px;
	width: 950px;
	background-image: url(/images/qi-header.png);
	background-repeat: no-repeat;
} 


#searchbar {
	top: 40px;
	left: 0px;
	padding-top: 75px;
	padding-left: 535px;
	text-align: left;
} 
#footer {
	color: #FFF;
	text-align: left;
	background-color: #333;
	font-size: 12px;
	margin-top: 20;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#footer a:link  {
	color: #FFF;
	text-decoration: none;
} 
#footer a:visited  {
	color: #FFF;
	text-decoration: none;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
	margin-top: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}

.twoColLeft #sidebar1 {
	width: 200px;
	float: left;
	background-image: url(/images/grey-rule.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
}




/*
	ska - 2/23/2011 - change left nav to use id="leftnav" 
	for eliminating duplication of styles.  each site section
	now has class="leftnav-section" to handle differences 
*/

.twoColLeft #leftnav {
	margin-bottom: 10px;
}

.twoColLeft #leftnav ul {
	margin: 0px;
	list-style: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 2px;
	line-height: 175%;
}

.twoColLeft #leftnav ul li {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	list-style: none;
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #666666;
}


/* overrides for products section */
.twoColLeft #leftnav.leftnav-products {
	margin-bottom: 30px;	
}

.twoColLeft #leftnav.leftnav-products li {
	background-image: url(/images/bullets/sm-orange.png);
}

/* overrides for resources section */
.twoColLeft #leftnav.leftnav-resources li {
	background-image: url(/images/bullets/sm-yellow.png);
}

/* overrides for oem section */
.twoColLeft #leftnav.leftnav-oem li {
	background-image: url(/images/bullets/sm-magenta.png);
}

/* overrides for support section */
.twoColLeft #leftnav.leftnav-support li {
	background-image: url(/images/bullets/sm-lime.png);
}

/* overrides for about section */
.twoColLeft #leftnav.leftnav-about li {
	background-image: url(/images/bullets/sm-cyan.png);
}

/* overrides for contact section */
.twoColLeft #leftnav.leftnav-contact li {
	background-image: url(/images/bullets/sm-green.png);
}


/* give sublists their own formatting so bullets/etc don't inherit */
.twoColLeft #leftnav ul li ul {
	font-size: .9em;
	line-height: 150%;
	padding-top: 0;
}


.twoColLeft #leftnav ul li ul li {
	background-image:none !important;
	padding: 0 0 0 10px;
	
}

.twoColLeft #leftnav ul li ul li a {
	color: #666666;
}

.twoColLeft #leftnav ul li ul li a:hover {
	color: #F8981D;
	text-decoration: none;
}











.twoColLeft #mainContent {
	float: left;
	width: 665px;
	padding: 20px;
	background-color: #FFF;
	margin-bottom: 20px;
	background-image: url(/images/grey-rule.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: -1px;
} 




.twoColLeft #product {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.twoColLeft #product td {
	border-bottom:1px solid #ccc;
}

.twoColLeft #product tr{
	border-bottom:1px solid #ccc;
}

.twoColLeft #product ul {
	margin: 0px;
	list-style: none;
	padding-top: 10px;
	/* ska 1/30/2011 - changed padding left to 10px */
	padding-left: 10px;
	
} 
	
.twoColLeft #product ul li {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	list-style: none;
	background-image: url(/images/bullets/mini-grey.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #666666;
} 

.twoColLeft #product ul a {
	color: #F8981D;
	text-decoration: none;

} 
.twoColLeft #product ul a:hover {
	color: #005596;
	text-decoration: none;

} 
.twoColLeft  #downloadsWin {
	background-image: url(/images/windows_icon.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 35px;
}

.twoColLeft  #downloadsMac {
	background-image: url(/images/mac_icon.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 35px;
}
.twoColLeft  #downloadsLab {
	background-image: url(/images/labview_icon.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 35px;
}


/*********************************** MAM - styles added 04/01/11 *****************************/
.grey-spotlight-box {
	background-image: url(/images/grey-spotlightbox-tile.png);
	background-repeat: repeat-y;
	background-position: right top;
	margin-bottom: 20px;
	border: 1px solid #D1D2D1;
}

.grey-spotlight-main-text-box {
	width: 285px;
	padding: 20px;
	font-size: 14px;
	line-height: 25px!important; /* MAM - !important declarations necessary here for Opera to render proper line-height */
}

.grey-spotlight-featured {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: right;
	width: 265px;
	position:relative;
}

.grey-spotlight-camera-box {
	border: 1px solid #D1D2D1;
	float: left;
}

.grey-spotlight-scicam-main-text-box {
	width: 295px;
	font-size: 14px;
	line-height: 25px!important; /* MAM - !important declarations necessary here for Opera to render proper line-height */
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.grey-spotlight-caption-emc2 {
	position: relative;
	left: 11px;
	top: -75px;
	width: 246px;
	z-index: 1;
	height: 68px;
	line-height: 20px!important;
	color:#333;
}

.grey-spotlight-caption-qiclick {
	position: relative;
	left: 11px;
	top: -75px;
	width: 246px;
	z-index: 1;
	line-height: 20px!important;
	color:#333;
}
.grey-spotlight-caption-thunder {
	position: relative;
	left: 11px;
	top: -120px;
	width: 246px;
	z-index: 1;
	height: 68px;
	line-height: 20px!important;
	color:#333;
}
.grey-spotlight-caption-bolt {
	position: relative;
	left: 11px;
	top: -110px;
	width: 246px;
	z-index: 1;
	height: 68px;
	line-height: 20px!important;
	color:#333;
}

dl.imagemap-bolt {
	display:block;
	width:290px;
	height:340px;
	/*height:350px;*/
	background:url(/images/products/cameras/featured-rolera-bolt.png);
	position:relative;
	margin:0px auto 0px auto;
}
	
a.LINK0-bolt {
	left:26px;
	top:18px;
	background:transparent;
}
	
a.LINK0-bolt {
	display:block;
	width:135px;
	height:36px;
	padding-top:82px;
	overflow:hidden;
	position:absolute;
}

a.LINK1-bolt {
	left:220px;
	top:83px;
	background:transparent;
}
a.LINK2-bolt {
	left:22px;
	top:150px;
	background:transparent;
}

a.LINK1-bolt {
	display:block; 
	width:46px; 
	height:0; 
	padding-top:34px; 
	overflow:hidden; 
	position:absolute;
}
a.LINK2-bolt {
	display:block;
	width:166px;
	height:33px;
	padding-top:34px;
	overflow:hidden;
	position:absolute;
}

dl.imagemap-thunder {
	display:block;
	width:290px;
	height:350px;
	background:url(/images/products/cameras/featured-rolera-thunder.png);
	position:relative;
	margin:0px auto 0px auto;
}
	
a.LINK0-thunder {
	left:13px;
	top:15px;
	background:transparent;
}
	
a.LINK0-thunder {
	display:block;
	width:135px;
	height:36px;
	padding-top:82px;
	overflow:hidden;
	position:absolute;
}

a.LINK1-thunder {
	left:220px;
	top:83px;
	background:transparent;
}
a.LINK2-thunder {
	left:22px;
	top:150px;
	background:transparent;
}

a.LINK1-thunder {
	display:block; 
	width:46px; 
	height:0; 
	padding-top:34px; 
	overflow:hidden; 
	position:absolute;
}
a.LINK2-thunder {
	display:block;
	width:197px;
	height:33px;
	padding-top:34px;
	overflow:hidden;
	position:absolute;
}




dl.imagemap-emc2 {
	display:block;
	width:290px;
	height:180px;
	background:url(/images/products/cameras/featured-rolera-emc2.png);
	position:relative;
	margin:0px auto 0px auto;
}
	
a.LINK0-emc2 {
	left:24px;
	top:15px;
	background:transparent;
}
	
a.LINK0-emc2 {
	display:block;
	width:135px;
	height:0;
	padding-top:82px;
	overflow:hidden;
	position:absolute;
}

a.LINK1-emc2 {
	left:221px;
	top:47px;
	background:transparent;
}

a.LINK1-emc2 {
	display:block; 
	width:46px; 
	height:0; 
	padding-top:34px; 
	overflow:hidden; 
	position:absolute;
}

dl.imagemap-qiclick {
	display:block;
	width:290px;
	height:180px;
	background:url(/images/products/cameras/featured-qiclick.png);
	position:relative;
	margin:0px auto 0px auto;
}

a.LINK0-qiclick {
	left:12px;
	top:17px;
	background:transparent;
}


a.LINK0-qiclick {
	display:block;
	width:146px;
	height:0;
	padding-top:73px;
	overflow:hidden;
	position:absolute;
}

a.LINK1-qiclick {
	left:219px;
	top:46px;
	background:transparent;
}

a.LINK1-qiclick {
	display:block;
	width:47px;
	height:0;
	padding-top:35px;
	overflow:hidden;
	position:absolute;
}

#icon-col-left {
	float:left;
	width: 330px;
}

#icon-col-right {
	float:right;
	width: 330px;
}

.product-icon {
	float: left;
	width: 75px;
	/*height: 93px;*/
}
.product-box {
	margin-bottom: 42px;
	width: 320px;

}
.product-box p {
	margin-left: 85px;
	margin-right: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D1D2D1;
	padding-left: 10px;
}
.product-main-img {
	float: left;
	margin-right: 40px;
	margin-bottom: 0px;
}

.productindex-w-image-spotlight-box {
	background-image: url(/images/grey-spotlightbox-tile.png);
	background-repeat: repeat-y;
	background-position: right top;
	border: 1px solid #D1D2D1;
	margin-bottom: 35px;
}
.productindex-w-image-spotlight-text {
	width: 310px;
	padding: 20px;
	font-size: 14px;
	line-height: 25px!important; /* MAM - !important declarations necessary here for Opera to render proper line-height */
}

.productindex-noimg-text {
	padding: 20px;
	font-size: 14px;
	line-height: 25px!important; 
}


#events-spotlight-box {
	background-image: url(/images/grey-spotlightbox-tile.png);
	background-repeat: repeat-y;
	background-position: right top;
	border: 1px solid #D1D2D1;
}
#events-list-box {
	padding: 30px;
	line-height: 1.5em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D1D2D1;
	border-bottom-color: #D1D2D1;
	border-left-color: #D1D2D1;
}
.events-main-text-box {
	padding: 20px;
	font-size: 14px;
	line-height: 25px!important; 
}

.events-date-td {
	border-bottom:solid 1px #D1D2D1;
}

.events-title-location {
	padding-left:250px;
	padding-bottom: 10px;
}

.press-release-title {
	padding-left:218px;
	padding-bottom: 10px;
}


#past-events {
	background-image: url(/images/grey-spotlightbox-tile.png);
	background-repeat: repeat-y;
	background-position: right top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D1D2D1;
	border-right-color: #D1D2D1;
	border-left-color: #D1D2D1;
} 

#past-events ul li {/* to override #mainContent ul li class w grey square bullet*/
	list-style: none;
	background-image: none;
	background-repeat: no-repeat;
	margin: 0;
} 

.sub-title {  /* use this when you need an H2 without the extra line height and white space*/
	font-family: "felt-tip-roman-1", "felt-tip-roman-2", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.icon-grey-box {
	background-image: url(/images/homepage/bottom-boxes-bground.gif);
	border: 1px double #C6C6C6;
	height: 94px;
	width: 278px;
	margin-bottom: 42px;
}
.icon-grey-box p {
	margin-left: 95px;
	margin-right: 10px;
	line-height: 16px;
}
.software-notes-icon {
	float: left;
	width: 75px;
	padding-top: 15px;
	padding-left: 12px;
}

.pdf-icon {
	float: left;
	width: 40px;
	padding-left: 40px;
}
.webinars-spotlight-box {
	background-image: url(/images/grey-spotlightbox-tile.png);
	background-repeat: repeat-y;
	background-position: right top;
	border: 1px solid #D1D2D1;
}
.webinars-spotlight-main-text-box {
	width: 310px;
	padding: 20px;
	font-size: 14px;
	line-height: 25px!important; /* MAM - !important declarations necessary here for Opera to render proper line-height */
}
#webinars-list {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D1D2D1;
	border-bottom-color: #D1D2D1;
	border-left-color: #D1D2D1;
}

#webinars-list ul li {
	list-style: none;
	list-style-position: outside;
	background-image: url(/images/bullets/sm-grey.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin: 0;
	padding-left: 30px;
	padding-bottom: 15px;
} 

/*********************************** MAM - styles added 05/21/11 *****************************/

.about-spotlight-box {
	background-image: url(../images/news/grey-spotlightbox-tile-media.png);
	background-repeat: repeat-y;
	background-position: right top;
	border: 1px solid #D1D2D1;
}
.about-spotlight-main-text-box {
	padding: 20px;
	font-size: 14px;
	line-height: 25px!important; /* MAM - !important declarations necessary here for Opera to render proper line-height */
	float: right;
	width: 390px;
}
#media-list-box {
	line-height: 1.5em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D1D2D1;
	border-bottom-color: #D1D2D1;
	border-left-color: #D1D2D1;
}

.media-contact {
	width: 190px;
	padding: 20px;
	font-size: 14px;
	line-height: 18px;
!important; /* MAM - !important declarations necessary here for Opera to render proper line-height */
	float: left;
}

.media-head {
	font-siz: 14px;
	text-transform: uppercase;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.media-text-td {
	border-left:solid 1px #D1D2D1;
	padding-left: 20px;
}

.media-logo-td {
	padding-right: 20px;
	padding-bottom: 30px;
}

/****************************************************************/
	
	
	
	
	
	
	
	





.partner-downloads {
	font-size: 12px;
	color: #454d53;
}

.partner-downloads #sidebar1 {
	width: 225px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	float: left;
}

.partner-downloads #sidebar1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.partner-downloads  #sidebar1 ul li{
	padding: 15px 0px;
	list-style: none;
}

.partner-downloads #mainContent {
	min-height:500px;
	height:auto !important;/*fixes IE minimum height, do not delete - MAM*/
	height:500px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #454d53;
	float: left;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 40px;
	width: 575px;
} 


.partner-downloads #mainContent  ul {
	margin: 0px;
	list-style: none;
	padding: 10px 0px 0px;	
} 
	
.partner-downloads #mainContent ul li {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	list-style: none;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #666666;
} 


.partner-downloads h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #454d53;
}
.partner-downloads .category-container  {
	width: 575px;
	margin-bottom: 25px;
}


.partner-downloads .category-header {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #454d53;
}

.partner-downloads .category-box {
	background-color: #FFF;
	background-image: url(../images/partner/grey-gradient-background-tile.png);
	background-repeat: repeat-x;
	background-position: left top;
}


.partner-downloads .trainingmaterials-container  {
	width: 575px;
	margin-bottom: 25px;
}


.partner-downloads .trainingmaterials-header {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #98002e;
}

.partner-downloads .trainingmaterials-box {
	clear: left;
	background-color: #FFF;
	background-image: url(../images/partner/grey-gradient-background-tile.png);
	background-repeat: repeat-x;
	background-position: left top;
}



.partner-downloads #product {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.partner-downloads #product td {
	border-bottom:1px solid #ccc;
}

.partner-downloads #product tr{
	border-bottom:1px solid #ccc;
}




.product #sidebar1 {
	width: 130px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	float: left;
}
.product  #sidebar1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.product  #sidebar1 ul li{
	padding: 5px 0px;
	list-style: none;
}

.product #mainContent {
	min-height:500px;
	height:auto !important;/*fixes IE minimum height, do not delete - MAM*/
	height:500px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	float: left;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 25px;
	width: 700px;
} 
.product #product {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.product #product td {
	border-bottom:1px solid #ccc;
}

.product #product tr{
	border-bottom:1px solid #ccc;
}

.product #product  ul {
	margin: 0px;
	list-style: none;
	padding: 10px 0px 0px;	
} 
	
.product #product ul li {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	list-style: none;
	background-image: url(/images/bullets/mini-grey.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #666666;
} 

.product #product ul a {
	color: #F8981D;
	text-decoration: none;

} 
.product #product ul a:hover {
	color: #005596;
	text-decoration: none;

} 


.downloadsWin {
	background-image: url(/images/windows_icon2.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 35px;
}

.downloadsMac {
	background-image: url(/images/mac_icon.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 35px;
}
.downloadsLab {
	background-image: url(/images/labview_icon.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 35px;
}













.productContainer  {
	/************************** MAM - style modified 4/20/11 **************************/
	background-image: url(/images/products/general/product-spotlightbox-tile.png);
	background-repeat: repeat-y;
	background-position: right top;
	border: 1px solid #D1D2D1;
	padding: 20px;
}
.productTableBox {
	/* SKA 1/31/2011 - taking product info out of tables - removing borders */
	border: none;
	clear: left;
	padding: 1em;
}

/* ska - 1/31/2011 - make h2 grey in product table box */
.productTableBox h2 {
	color: #333;
}

/* ska 1/31/2011 - added style to create back-to-top links in product section */
.productTableBox p.back-to-top {
	border-bottom: 1px solid #ddd;
	text-align: right;
}

/* ska - floating product description & links */

#productDescription {
	font-size: 14px;
	line-height: 25px!important; /* MAM - !important declarations necessary here for Opera to render proper line-height */
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

#productDescription ul li {
	list-style: none;
	list-style-position: outside;
	background-image: url(/images/bullets/mini-grey.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	line-height: 25px;
/*
	color: #666666;
*/
} 


.productContainer ul.sectionLinks {
	float: left;
	border: 1px solid #ccc;
	margin: 0 20px 0 0;
	padding: 10px 10px 10px 0;
	background-color: #ddd;
	font-weight:bold;
	list-style-position:inside;
}

.productContainer ul.sectionLinks li {
	background-image: none !important;
	margin: 0;
}

.contact   #sidebar1 {
	float: left; 
	width: 200px; 
	padding: 15px 10px 15px 20px;
}

.contact #mainContent {
	min-height:500px;
	height:auto !important;/*fixes IE minimum height, do not delete - MAM*/
	height:500px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	float: left;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 650px;
} 

.contact #repdetails {
	float: right; 
	width: 225px; 
	padding: 10px;
	background-color: #edf7f4;
	display: none;
}
.contact #selectlocation {
	float: right; 
	width: 225px; 
	padding: 10px;
	background-color: #edf7f4;
	display: block;
}
.contact #introtext {
	float: left; 
	width: 300px; 
	padding: 0px;
	margin-right: 10px;
}
.contact p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
}
.contact #formbox {
	width: 480px; 
	padding: 0px;
	float: left;
	margin-top: 20px;
}
.webinars  #sidebar1 {
	float: left; 
	width: 170px; 
	padding: 15px 10px 15px 20px;
}
.webinars  #mainContent {
	min-height:500px;
	height:auto !important;/*fixes IE minimum height, do not delete - MAM*/
	height:500px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	float: left;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 650px;
}
.webinars   #sidebar1  ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.webinars   #sidebar1  ul  li{
	padding: 5px 0px 10px;
	list-style: none;
}


.webinarCalendar #sidebar1 {
	float: left; 
	width: 145px; 
	padding: 15px 10px 15px 20px;
}
.webinarCalendar #mainContent {
	min-height:500px;
	height:auto !important;/*fixes IE minimum height, do not delete - MAM*/
	height:500px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	float: left;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 650px;
}

.webinars   #librarylist  ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.webinars   #librarylist  ul  li{
	padding: 5px 0px 10px;
	list-style: none;
}
.webinarCalendar  #sidebar1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.webinarCalendar  #sidebar1 ul li{
	padding: 0px 0px 10px;
	list-style: none;
}

/* ska 2/14/2011 - added more padding to presenter bio section */
.webinarPresenterBio  {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

/* ska 2/14/2011 - added new webinar description class */
.webinarDescription {
	line-height: 1.5em;
}

.contentbox { /*MAM - following styles similar to "product box" styles but are not bodystyle dependent*/
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.contentbox   td {
	border-bottom:1px solid #ccc;
}
.contentbox   tr{
	border-bottom:1px solid #ccc;
}
.contentbox   ul {
	margin: 0px;
	list-style: none;
	padding: 10px 0px 0px;	
	
} 
.contentbox  ul  li {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	list-style: none;
	background-image: url(/images/bullets/mini-grey.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #666666;
} 
.contentbox  ul  a {
	color: #F8981D;
	text-decoration: none;

} 
.contentbox  ul  a:hover {
	color: #005596;
	text-decoration: none;

}
.contentboxContainer  {
	width: 530px;
}
.contentboxTable {
	border-top: 1px solid #CCC;/*MAM since most of the tables using this have multiple rows, the bottom border gets added by the product td tag instead of this table style - this avoids an extra pixel double on the last bottom border effect (one coming from the outer div and one from the table itself ) */
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.contentboxTableBorder {
	border: 1px solid #CCC;
}

.contentboxBorder  {
	width: 530px;
	border: 1px solid #CCC;
	padding: 10px;
}
.contentboxHeading {
	font: bold 14px/25px Arial, Helvetica, sans-serif;
	color: #fff;
	text-indent: 10px;
	background-image: url(/images/greygradientbar.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
}


.halfcontentbox { /*MAM - following styles similar to "product box" styles but are not bodystyle dependent, for single column thinner box*/
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.halfcontentbox   td {
	border-bottom:1px solid #ccc;
}
.halfcontentbox   tr{
	border-bottom:1px solid #ccc;
}
.halfcontentbox   ul {
	margin: 0px;
	list-style: none;
	padding: 10px 0px 0px;	
	
} 
.halfcontentbox  ul  li {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	list-style: none;
	background-image: url(/images/bullets/mini-grey.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #666666;
} 
.halfcontentbox  ul  a {
	color: #F8981D;
	text-decoration: none;

} 
.halfcontentbox  ul  a:hover {
	color: #005596;
	text-decoration: none;

}
.halfcontentboxContainer  {
	width: 325px;
}
.halfcontentboxTable {
	border-top: 1px solid #CCC;/*MAM since most of the tables using this have multiple rows, the bottom border gets added by the product td tag instead of this table style - this avoids an extra pixel double on the last bottom border effect (one coming from the outer div and one from the table itself ) */
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.halfcontentboxHeading {
	font: bold 14px/25px Arial, Helvetica, sans-serif;
	color: #fff;
	text-indent: 10px;
	background-image: url(/images/greygradientbar.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: left;
}

.sidenav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #005596;
}
.sidenav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999;
}
.leftnavsublink a:link {
	padding: 10px;
	list-style: none;
	text-indent: 20px;
}
.leftnavsublink a:hover {
	padding: 10px;
	list-style: none;
	text-indent: 20px;
	background-image: url(/images/bullets/mini-grey.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}
.leftnavsublink a:visited {
	padding: 10px;
	list-style: none;
	text-indent: 20px;
}

.region {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3E7EAF;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.region  a:link  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3E7EAF;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;

}
.region a:hover {
	font-weight: normal;
	color: #000066;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}
.region a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3E7EAF;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}

.productsubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#partners {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
#partners td {
	border-bottom:1px solid #ccc;
	}
	
#partners tr{
	border-bottom:1px solid #ccc;
	}

td.BorderRight
{
	border-right: 1px solid #CCC;
}
td.BorderLeft
{
	border-left: 1px solid #CCC;
}
td.BorderBottom
{
	border-bottom: 1px solid #CCC;
}
/* odd/even for alternating background colors */
.odd {
	background-color: #ededed;
}
.even {
	background-color: #fff;
}
.subhead {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #005596;
	padding-top: 10px;
}


.blueheading {
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #6a96cc;
}
.partnerheading {
	font: bold 14px/25px Arial, Helvetica, sans-serif;
	color: #fff;
	text-indent: 10px;
}

/* ska - 1/31/2011 - temporarily hiding this - added clear both to work with new image float */
.productheading {
	display: none;
	font: bold 14px/25px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-indent: 10px;
	background-image: url(/images/greygradientbar.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	clear:both;
}
.producthead {
	font: bold 14px/25px Arial, Helvetica, sans-serif;
	color: #fff;
	text-indent: 10px;
	background-image: url(/images/greygradientbar.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #FFF;
}
.oemspotlightbox {
	float: right;
	width: 225px;
	padding: 10px;
	background-color: #edf7f4;
	display: block;
	text-align: center;
	border: 1px solid #CCC;
	margin: 10px;
}
.bluebold14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #005596;
}
.orangebold14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F8981D;
}
.greybold11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.grey12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.grey10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.grey9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.greybold10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
.greybold9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	font-weight: bold;
}
.bluelightbold {
	font-family: Arial, Helvetica, sans-serif;
	color: #6a96cc;
	font-weight: bold;
}
.orange {
	font-family: Arial, Helvetica, sans-serif;
	color: #F8981D;
}


#special-seal {
	float: right;
	clear: both;
}
sup {
	line-height: 0px;
}
.blue-box  {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 25px;
	background-color: #eee;
}

.spotlight-border-box  {
	border: 1px solid #CCCCCC;
	padding: 12px;	
}
.contact-border-box {
	border: 1px solid #CCCCCC;
	padding: 15px;
	background-color: #efefef;
	margin-top: 15px;
}

.featured-border-box  {
	border: 1px solid #CCCCCC;
	width: 316px;
	margin: 0px;
	background-color: #efefef;
}
.partner-category  {
	margin-left: 15px;
	padding-top: 20px;
}







.quicklink {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	width: 185px;
	padding-top: 20px;
	padding-bottom: 2px;
} 


.contact-action-box {
	width: 155px;
	height: 110px;
	margin-top: 20px;
	margin-bottom: 0;
	background-image: url(/images/contact-action-box.png);
	background-repeat: no-repeat;
	padding-top: 55px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.contact-action-headline {
	left: 18px;
	top: 17px;
	z-index: 2;
	font-family: "felt-tip-roman-1", "felt-tip-roman-2", sans-serif;
	font-size: 24px;
	height: 100px;
	color: #005596;
	
}

.qtube-action-box {
	width: 185px;
	height: 94px;
	margin: 20px 0 0 0;
	padding: 0;
	background-image: url(/images/qtube/qtube-action-box.png);
	background-repeat: no-repeat;
}

.qtube-action-box .qtube-action-headline {
	position:relative;
	top: 60px;
	z-index: 2;
	font-family: ArialMT, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005596;
	white-space: nowrap;
	text-align:center;
}

.leftnav-heading {
	font-family: "felt-tip-roman-1", "felt-tip-roman-2", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #005596;
	text-transform: uppercase;
}

.heading-dir-product {
	font-family: "felt-tip-roman-1", "felt-tip-roman-2", sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #005596;
	background-image: url(/images/bullets/lg-orange.png);
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 25px;
}

.heading-dir-resources {
	font-family: "felt-tip-roman-1", "felt-tip-roman-2", sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #005596;
	background-image: url(/images/bullets/lg-yellow.png);
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 25px;
}
.heading-dir-oem {
	font-family: "felt-tip-roman-1", "felt-tip-roman-2", sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #005596;
	background-image: url(/images/bullets/lg-magenta.png);
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 25px;
}
.heading-dir-support {
	font-family: "felt-tip-roman-1", "felt-tip-roman-2", sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #005596;
	background-image: url(/images/bullets/lg-lime.png);
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 25px;
}
.heading-dir-about {
	font-family: "felt-tip-roman-1", "felt-tip-roman-2", sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #005596;
	background-image: url(/images/bullets/lg-cyan.png);
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 25px;
}
.heading-dir-contact {
	font-family: "felt-tip-roman-1", "felt-tip-roman-2", sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #005596;
	background-image: url(/images/bullets/lg-green.png);
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 25px;
}

/* ska 2/15/2011 - new styles for downloads table */
#download-table th, #download-table td {
	padding: 1em .5em;
}

#download-table th {
	text-align: left;
	border-bottom: 1px solid #999;
	vertical-align: bottom;
}

#download-table th span {
	font-weight: normal;
	vertical-align: bottom;
	display:block;
}
#download-table td {
	white-space:nowrap;
	vertical-align: bottom;
	text-align: right;
	border-bottom: 1px solid #999;
}

div.indented {
	margin: 0 50px;
}

div.indented h3 {
	font-size: 12px;
	margin-bottom: 0;
}

div.indented p {
	margin-top: 0;
	
}

/* ska 3/15/2011 add styling for sitemap */
.sitemap-section {
	float: left;
	width: 45%;
	margin: 0;
}

.sitemap-section ul li {
	line-height: 1.5em;
}

.sitemap-row {

	clear:left;
}

/* SKA 3/16/2011 - software downloads used to use product styling, since that has changed need to separate it out with software styles */

.softwareContainer  {
	width: 670px;
	/* margin-top: 20px; */
}

.softwareTableBox {
	border: none;
	clear: left;
	/* padding: 1em; */
}

.softwareheading {
	font: bold 14px/25px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-indent: 10px;
	background-image: url(/images/greygradientbar.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	clear:both;
}


/* 3/19/2011 - qtube styles */
#qtube-now-playing {
	width:640px;
	border:1px solid #d1d3d4;
	background-image:url(/images/qtube/nowplaying-background.png);
	margin-bottom: 20px;
}

#qtube-now-playing-header {
	float:left;
	width:640px;
	min-height:50px;
	margin: 0 !important;
	padding: 0 !important;
	background-image:url(/images/qtube/qtube-headerbar-grey.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	border-bottom: 1px solid #d1d3d4;
}

#qtube-now-playing-text {
	width: 180px; 
	padding-left: 10px; 
	float:left; 
	font-family: "felt-tip-roman-1", "felt-tip-roman-2", sans-serif; 
	text-transform:capitalize;
	font-size: 26px; 
	font-weight: bold; 
	color: #005596; 
	line-height: 45px;
}

#qtube-now-playing-title {
	color: #000;
	font-size:15px;
	
	margin-top: 17px;
	max-width:425px;
	font-weight:bold;
	font-family: ArialMT, Arial, Helvetica, sans-serif;
	float:left;
	padding-right: 20px;
}

#qtube-now-playing-details {
	padding-top: 15px;
	width: 640px;
}

#qtube-now-playing-thumbnail {
	height: 115px; 
	width: 190px; 
	float:left;
}

#qtube-now-playing-thumbnail img {
	margin-left: 40px; 
	margin-top: 15px; 
	padding: 3px; 
	border: 1px solid #d1d3d4;
}

#qtube-now-playing-description {
	width: 425px;
	float:left;
	margin-right: 15px;
}

#qtube-picker {
	width:640px; 
	height: 205px;
	border:1px solid #d1d3d4;
}

#qtube-picker-header {
	width:640px;
	/*height:45px;  
	margin: 0 !important;*/
	background-image:url(/images/qtube/qtube-headerbar-grey.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #d1d3d4;
	padding-top: 12px;
	padding-bottom: 12px;
}

#qtube-picker-header #frmSelectCategory {
	display: none; 
	margin: 0;
}

#selectVideoCategoryLabel {
	padding: 0 10px; 
	margin: 0;
	text-transform:capitalize;
	font-family: "felt-tip-roman-1", "felt-tip-roman-2", sans-serif; 
	font-size: 26px; 
	font-weight: bold; 
	color: #005596; 
}

#qtube-search-form {
	vertical-align:middle;
	float:right;
	height: 32px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}




#p7HSMdb_1 {
	/* apply blue arrow to the mark */
	background-image: url(/images/qtube/blue-needle-arrow.png);
	width: 13px;
	height: 13px;
}

.p7HSM_sc td {
	white-space:normal !important;
}
#movie-picker td.image {
	text-align: center !important;
	width: 70px !important;
	margin: 0 !important;
	padding: 0 !important;
}

#movie-picker td.image img {
	margin: 0 !important;
}
#movie-picker td.link {
	text-align: left !important;
	width: 194px !important;
	font-size: 10pt !important;
	margin: 0 !important;
	padding: 0 !important;
}

#movie-picker td.link a {
	display: block !important;
	margin: 0 1em !important;
}


.p7HSM_sc table#movie-picker {
	width: 2352px;
	margin: 0;
	padding: 0;
}
.p7HSM01 .p7HSM_content {
	padding: 0px;
}

.scroll_left, .scroll_right {
	float:left; 
	width: 28px;
	height:100px;
	margin: 25px 0;
	outline: 0 !important;
}

.scroll_left {
	border-right: 1px solid #d1d3d4;
	margin-right: 12px;
}
.scroll_right {
	border-left: 1px solid #d1d3d4;
	margin-left: 12px;
}

.scroll_right a {
    background-image: url(/images/qtube/rightarrow.png);
}
.scroll_left a {
    background-image: url(/images/qtube/leftarrow.png);
}

.scroll_left a, .scroll_right a {

    background-repeat: no-repeat;
	background-position: center center;
    display: block;
	height: 100px;
	width: 28px;
	outline: 0 !important;
}

