@import url("/style/custom.css");

/*
-----------HTML Elements---------
*/
body {
	background: #fdfdfd url('/themes/q-card/images/body-bkgd.gif') top center repeat-x;
}
body, td, th, p {
	font-family: "Trebuchet MS", Verdana, Arial, Times, serif;
	font-size: 13px;
	line-height: 1.5em;
}
ul, ol {
	margin-bottom: 1em;
}
a {
	color: #df112d;
}
a:hover {
	color: #c40f25;
}
.hasH2 {
	margin-bottom: 0;
	font-size: 26px;
	line-height: normal;
}
h2 {
	color: #df112d;
	margin: 0 0 .5em 0;
}
h3 {
	font-size: 14px;
	margin: 0 0 .25em 0;
}
small {
	font-size: 12px !important;
	line-height: normal !important;
}
hr {
	height: 1px;
	margin: 1em 0 2.2em 0;
	*margin: .1em 0 1.7em 0;
	border: solid #ededed;
	border-width: 1px 0 0 0;
}
blockquote {
	margin: 0 0 0 10px;
}

/*
-----------Site-wide Tags-----------
*/
.clrRt {
	clear: right;
}
.clrLt {
	clear: left;
}
img.border {
	border: 1px solid #d5d5d5;
}
.twoCol {
	zoom: 1;
}
.learnMore {
	display: inline-block;
	*display: inline;
	padding-right: 35px;
	background: url('/themes/q-card/images/icon-arrow.gif') 100% 100% no-repeat;
	font-weight: bold;
	line-height: 22px;
	zoom: 1;
}
.rowGrad {
	background: url('/themes/q-card/images/productcontent-bg.gif') center 43px repeat-x;
}
.top, .right, .bottom, .left, .borderTop, .borderRight, .borderBottom, .borderLeft {
	position: absolute;
}
.top { top: 0; }
.right { right: 0; }
.bottom { bottom: 0; }
.left { left: 0; }
.borderTop { top: -1px; }
.borderRight { right: -1px; }
.borderBottom { bottom: -1px; }
.borderLeft { left: -1px; }
.errMsg {
	color: #a4282c;
	background: #fef3f4;
	border: solid #eeb9ba;
	border-width: 1px 0;
}

/*
-----------Tables-----------
*/
table.doStyle {
	margin: 0 auto 1em auto;
	border: 1px solid #b1ccd6;
	background: #fff;
}
table.doStyle thead {
	background: #d7e4ea;
	color: #669AAE;
}
table.doStyle td, table.doStyle th {
	padding: 5px;
}
table.doStyle tbody th {
	text-align: right;
}
table.doStyle .altItem {
	background: #eaf1f4;
}
table.doStyle th small {
	font-weight: normal;
	line-height: 13px !important;
}

/*
-----------Mojo Btn-----------
*/
.mojoBtn, .mojoBtn span {
	display: inline-block;
	*display: inline;
	font-family: "Trebuchet MS", Verdana, Arial, Times, serif;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	cursor: pointer;
	zoom: 1;
}
.mojoBtn {
	padding-left: 4px;
	color: #000;
	background: url('/themes/q-card/images/mojobtn-left.gif') top left no-repeat;
}
.mojoBtn:hover {
	color: #111;
	opacity: 0.70;
  filter: alpha(opacity=70);
}
.mojoBtn span {
	padding-right: 4px;
	background: url('/themes/q-card/images/mojobtn-right.gif') top right no-repeat;
}
.mojoBtn span span {
	padding: 0 5px;
	background: url('/themes/q-card/images/mojobtn-bkgd.gif') top center repeat-x;
}
.mojoBtn input {
	display: none;
}

/*
-----------Mojo Btn Red-----------
*/
.mojoBtnRed, .mojoBtnRed span {
	display: inline-block;
	*display: inline;
	font-family: "Trebuchet MS", Verdana, Arial, Times, serif;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
	cursor: pointer;
	zoom: 1;
}
.mojoBtnRed {
	padding-left: 6px;
	color: #fff;
	background: url('/themes/q-card/images/mojobtn-red-left.gif') top left no-repeat;
}
.mojoBtnRed:hover {
	color: #f0f0f0;
	opacity: 0.80;
  filter: alpha(opacity=80);
}
.mojoBtnRed span {
	padding-right: 6px;
	background: url('/themes/q-card/images/mojobtn-red-right.gif') top right no-repeat;
}
.mojoBtnRed span span {
	padding: 0 5px;
	background: url('/themes/q-card/images/mojobtn-red-bg.gif') top center repeat-x;
}

/*
-----------Mojo Btn for Slideshow-----------
*/
#subHeader .mojoBtn, #subHeader .mojoBtn span {
	display: inline-block;
	*display: inline;
	font-family: "Trebuchet MS", Verdana, Arial, Times, serif;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
	cursor: pointer;
	zoom: 1;
}
#subHeader .mojoBtn {
	padding-left: 6px;
	color: #fff;
	background: url('/themes/q-card/images/mojobtn-slideshow-left.gif') top left no-repeat;
}
#subHeader .mojoBtn:hover {
	color: #f0f0f0;
	opacity: 0.80;
  filter: alpha(opacity=80);
}
#subHeader .mojoBtn span {
	padding-right: 6px;
	background: url('/themes/q-card/images/mojobtn-slideshow-right.gif') top right no-repeat;
}
#subHeader .mojoBtn span span {
	padding: 0 5px;
	background: url('/themes/q-card/images/mojobtn-slideshow-bg.gif') top center repeat-x;
}

/*
-----------Page Layout-----------
*/
#pageWrap {
	width: 955px;
}
#pageContent {
	background: #fff url('/themes/q-card/images/pagecontent-bkgd.gif') top center repeat-x;
}

/*
-----------Header-----------
*/
#header {
	height: 125px;
	z-index: 1;
}
#header .logo {
	top: 5px;
	left: 17px;
}
#header .addtionalInfo {
	position: absolute;
	top: 5px;
	right: 0;
}
#header .addtionalInfo a {
	text-decoration: none;
}
#header .addtionalInfo a:hover {
	text-decoration: underline;
}
#header .addtionalInfo .toChina, #header .addtionalInfo .toUSA {
	display: inline-block;
	*display: inline;
	padding: 2px 33px 1px 0;
	background: url('/themes/q-card/images/flag-china.gif') 100% 50% no-repeat;
	zoom: 1;
}
#header .addtionalInfo .toUSA {
	padding: 2px 36px 1px 0;
	background-image: url('/themes/q-card/images/flag-usa.gif');
}
#header .portable {
	position: absolute;
	top: 8px;
	left: 305px;
}

/*
-----------SubHeader-----------
*/
#subHeader .slide {
	display: none;
	width: 425px;
	padding: 153px 30px 25px 500px;
	color: #fff;
}

/*
----------Nav Design-----------
*/
#navWrap {
	position: absolute;
	bottom: 1px;
	_bottom: 0px;
	right: 0;
	_right: -1px;
	margin: 0;
	background: url('/themes/q-card/images/nav-bkgd.gif') top center repeat-x;
}
#navWrap div {
	background: url('/themes/q-card/images/nav-top-left.gif') top left no-repeat;
}
#navWrap ul {
	display: inline-block;
	*display: inline;
	background: url('/themes/q-card/images/nav-top-right.gif') top right no-repeat;
	zoom: 1;
}
#navWrap li a {
	padding: 8px 15px 8px 15px;
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, Times, serif;
	font-size: 13px;
	font-weight: normal;
	background: url('/themes/q-card/images/nav-divider.gif') top left no-repeat;
}
#navWrap li.first a {
	background-image: none;
}
#navWrap li.sfhover a, #navWrap li a:hover {
	color: #333;
}
#navWrap li.sfhover li a {
	color: #fff;
}
#navWrap li ul {
	border: solid #9C1414;
	border-width: 1px 1px 0 1px;
	background: none;
}
#navWrap li ul li a {
	border-bottom: 1px solid #9C1414;
	background: #cb1b1b;
	padding: 5px 10px;
	color: #fff;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Times, serif;
	line-height: normal;
}
#navWrap li ul li a:hover {
	color: #fff;
	background: #d81d1d;
}
#navWrap li ul li a.sf-with-ul, #navWrap li ul li a.sf-with-ul:hover {
	background-image: url('/themes/q-card/images/nav-arrow.gif');
	background-position: 96% 50%;
	background-repeat: no-repeat;
}

/*
-----------General Column Formatting-----------
*/
.col {
	padding: 0;
}
.twoCol .col {
	width: 50%;
	*width: 49.9%;
}
.threeCol .col {
	width: 33.3%;
}
.fourCol .col {
	padding: 0;
	width: 25%;
	*width: 24.9%
}
.listing {
	margin: 0 15px 15px 0;
}
.listingLt {
	margin: 0 10px 15px 0;
}
.listingRt {
	margin: 0 0 15px 10px;
}
.oneCol .listing {
	margin: 0 0 15px 0;
}
.twoCol .second .listing {
	margin: 0 0 15px 15px;
}
.threeCol .listing {
	margin: 0 7px;
}
.fourCol .listing {
	margin: 0 5px;
}
ul.oneCol, ul.twoCol, ul.threeCol, ul.fourCol {
	margin: 0;
	list-style: none;
}
ul.twoCol li {
	width: 50%;
	*width: 49.9%;
	float: left
}
ul.threeCol li {
	width: 33.3%;
	*width: 33.2%;
	float: left
}
ul.fourCol li {
	width: 25%;
	*width: 24.9%;
	float: left
}

/*
----------Footer----------
*/
#footerWrap {
	display: inline-block;
	width: 955px;
	background: #fff url('/themes/q-card/images/footer-top.gif') top center no-repeat;
}
#footer {
	position: relative;
	height: 182px;
	padding: 0;
	color: #000;
	font-size: 12px;
	text-align: left;
}
#footer ul {
	margin: 0;
}
#footer a {
	text-decoration: none;
}
#footer .isoCert, #footer .infoAddress, #footer .infoCopyright, #footer .iconTwitter, #footer .iconIcma {
	position: absolute;
}
#footer .isoCert {
	top: 15px;
	left: 20px;
}
#footer .infoAddress {
	top: 32px;
	right: 20px;
}
#footer .infoCopyright {
	left: 20px;
	bottom: 26px;
	color: #9b9b9b;
}
#footer .iconTwitter {
	top: 32px;
	left: 400px;
}
#footer .iconIcma {
	top: 32px;
	left: 615px;
}

/*
----------Footer Links----------
*/
#footerLinks {
	position: relative;
	width: 915px;
	margin: 0 auto 50px auto;
	/*border: 1px solid #cacaca;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;*/
}
#footerLinks, #footerLinks a, #footerLinks p {
	font-size: 11px;
	color: #9a9a9a;
	text-decoration: none;
	/*line-height: normal;*/
}
/*#footerLinks a {
	display: inline-block;
	*display: inline;
	padding: 3px 0px;
	*padding: 2px 0px;
	line-height: 12px;
	zoom: 1;
}
#footerLinks .heading {
	display: inline-block;
	*display: inline;
	padding: 5px 15px 5px 10px;
	background: url('/themes/q-card/images/footer-links-arrow.gif') 100% 50% no-repeat;
	font-weight: bold;
	zoom: 1;
}
#footerLinks .links {
	border-top: 1px solid #cacaca;
	padding: 5px 10px;
}
#footerLinks ul {
	margin: 0;
	list-style: none;
}
#footerLinks li {
	float: left;
	width: 25%;
	font-weight: bold;
}
#footerLinks li li {
	width: 100%;
	font-weight: normal;
}*/

/*
-----------Homepage-----------
*/
.homePage .twoCol .first {
	background: url('/themes/q-card/images/home-col-divider.gif') top right no-repeat;
}
.homePage .fourCol {
	background: #fff;
}

.homePage.china #incTradeshows .content {
	font-size:18px;
}

/*
-----------Homepage Includes-----------
*/
#emailSignUp .listing, #hotline .listing, #interactiveDemos .listing, #incTradeshows .listing, #whitePaper .listing {
	background: url('/themes/q-card/images/inc-bkgd.gif') top center repeat-x;
}
#emailSignUp, #hotline, #interactiveDemos, #incTradeshows, #emailSignUp p, #hotline p, #interactiveDemos p, #incTradeshows p, #whitePaper p {
	font-size: 11px;
	line-height: normal;
}
#emailSignUp .title {
	padding: 11px 0 0 19px;
}
#emailSignUp .newspaper {
	padding: 9px 0 0 17px;
	line-height: 14px;
}
#whitePaper .title {
	padding: 0 0 52x 0;
}
#whitePaper .content {
	padding: 15px 0 0 65px;
	background: url('/themes/q-card/images/icon-white-paper.gif') 16px 30px no-repeat;
}
#whitePaper .learnMore {
	margin: 0 20px 0 0;
}
.sidebarRight #whitePaper .listing {
	margin-right: 10px;
	background: none;
}
.sidebarRight #whitePaper .content {
	padding: 40px 0 0 46px;
	background-position: 0 40px;
}
#emailSignUp #frmEmailSignUp {
	padding: 0 0 11px 0;
	text-align: center;
}
#emailSignUp #txtAddress {
	width: 145px;
	*margin-bottom: -3px;
	border: 1px solid #b7b5ba;
	padding: 1px 2px;
	font-family: "Trebuchet MS", Verdana, Arial, Times, serif;
	font-size: 12px;
	color: #808080;
}
#emailSignUp #txtAddress.active {
	color: #000;
}
#hotline p {
	background: url('/themes/q-card/images/icon-hotline.gif') 10px 10px no-repeat;
	padding: 12px 12px 12px 80px;
}
#interactiveDemos .listing {
	padding-top: 7px;
}
#interactiveDemos .title {
	padding-top: 9px;
}
#interactiveDemos .iconArrow {
	padding: 9px 0 0 42px;
}
#incTradeshows .listing {
	padding: 11px;
}
#incTradeshows .title {
	margin-bottom: 8px;
}
#incTradeshows p {
	line-height: 12px;
}

/*
-----------incSidebar-----------
*/
.incSidebarRight .content {
	float: left;
	width: 680px;
	padding-right: 25px;
}
.sidebarRight {
	float: left;
	width: 210px;
}
.sidebarRight .content {
	width: auto;
}
.sidebarRight p {
	line-height: 1.25em;
}

/*
-----------Calendar-----------
*/
#upcomingEvents {
	width: 720px;
}

/*
-----------Product Pages-----------
*/
#productHeader {
	margin: 0 0 1.5em 0;
}
#productHeader h1 {
	margin: 0 0 0 30px;
	line-height: 1.20em;
}
#productHeader td {
	vertical-align: bottom;
}
.productContent {
	padding: 10px;
	background: url('/themes/q-card/images/productcontent-bg.gif') top center repeat-x;
}
.productContent #whitePaper {
	display: inline-block;
}
.productContent #whitePaper .listing {
	margin-bottom: 0;
	background: none;
}
#productNav {
	width: 170px;
	margin: 10px 0 40px 0;
	float: left;
}
#productNav .intDemo {
	display: inline-block;
	*display: inline;
	margin: 0 0 15px 0;
	zoom: 1;
}
#productNav ul {
	margin: 0;
	border-top: 1px solid #ebeeef;
}
#productNav li {
	list-style: none;
}
#productNav li a {
	display: block;
	border-bottom: 1px solid #ebeeef;
	padding: 6px 15px 6px 32px;
	color: #000;
	font-family: "Trebuchet MS", Verdana, Arial, Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 14px;
}
#productNav .getQuote {
	background: url('/themes/q-card/images/icon-get-quote.gif') 10px 4px no-repeat;
}
#productNav .qlab {
	background: url('/themes/q-card/images/icon-testing.gif') 8px 6px no-repeat;
}
#productNav .ordOnline {
	background: url('/themes/q-card/images/icon-cart.gif') 8px 4px no-repeat;
}
#productNav .dnlBrochure {
	background: url('/themes/q-card/images/icon-pdf.gif') 7px 4px no-repeat;
}
#productNav .dnlWhitepaper {
	background: url('/themes/q-card/images/icon-whitepaper.gif') 9px 4px no-repeat;
}
.productContent .productContent {
	margin: 25px 10px 0 10px;
	padding: 20px;
	font-size: 12px !important;
}
.productContent .productContent .listing {
	margin-bottom: 0;
}
.productContent .productContent big {
	display: block;
	margin-bottom: .5em;
	border-bottom: 1px solid #C0D6DE;
	padding-bottom: .2em;
}
table.prodTable th, table.prodTable td {
	padding: 5px;
}
table.prodTable th small {
	font-weight: normal;
	line-height: 13px !important;
}

/*
-----------qlab Page-----------
*/
.qlabProducts h3 {
	color: #d82329;
	font-size: 15px;
	line-height: 16px;
	margin-bottom: 10px;
}

/*
-----------qlab Page-----------
*/
.quotesPage #productHeader h1 {
	font-size: 30px;
	line-height: 1.1;
}

/*
-----------Store Mini Cart---------
*/
#storeLogin {
	width: 190px;
	margin-bottom: 2em;
}