@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
/*---===<<< UNIVERSAL RESETS AND STYLES >>>===---*/
* {margin: 0; padding: 0;}
.left {float: left;}
.right {float: right;}
.clear {clear: both; display: block; height: 0; overflow: hidden;}
a img {border: 0;} 
a:focus {border: none; outline: none;}
.clearfix:after {content:" "; visibility:hidden; display:block; height:0; clear:both;}
/*---===<<< GRID CLASSES >>>===---*/
section, header {width: 1024px; margin: auto;}
.col {margin: 0 0 0 20px; float: left;}
.col-clear {clear: both;}
.col-first {margin: 0; clear: both;}
.col-1 {width: 60px;}
.col-2 {width: 140px;}
.col-3 {width: 220px;}
.col-4 {width: 300px;}
.col-5 {width: 380px;}
.col-6 {width: 460px;}
.col-7 {width: 540px;}
.col-8 {width: 620px;}
.col-9 {width: 700px;}
.col-10 {width: 780px;}
.col-11 {width: 860px;}
.col-12 {width: 940px;}
.col-20 {width: 20%; float:left; padding:0 20px 0 0;}
.col-25 {width: 25%; float:left; padding:0 20px 0 0;}
.col-30 {width: 30%; float:left; padding:0 20px 0 0;}
.col-33 {width: 33%; float:left; padding:0 20px 0 0;}
.col-40 {width: 40%; float:left; padding:0 20px 0 0;}
.col-50 {width: 50%; float:left; padding:0 20px 0 0;}
.col-60 {width: 60%; float:left; padding:0 20px 0 0;}
.col-66 {width: 66%; float:left; padding:0 20px 0 0;}
.col-70 {width: 70%; float:left; padding:0 20px 0 0;}
.col-75 {width: 75%; float:left; padding:0 20px 0 0;}
.col-80 {width: 80%; float:left; padding:0 20px 0 0;}
.col-last {padding:0;}
.box-size {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
/*---===<<< SKIN SETUP >>>===---*/
body {background:#f3f1ed; min-width: 1024px;}
.skin-wrap {width:100%; position: relative; overflow: hidden;}
/*---=== HEADER ===---*/
header {height:131px; position:relative; z-index:101;}
header .logo {position:absolute; left:43px; top:31px; z-index:10;}
header .logo-fade {position:absolute; top:0; z-index:6; background:url(images/logo-fade.png) no-repeat 0 0; width:516px; height:188px; left:-134px; display:none;}
.site-section-wrap header .logo-fade {display:none;}
/* UTILITY */
header .utility {position:absolute; top:0; right:0px; z-index:11; line-height:28px; font-size:12px; color:#98b9ea; background:#001e4b; border:1px solid #001e4b; padding:0 13px; border-top:0 !important; -webkit-border-radius: 0px 0px 5px 5px; border-radius: 0px 0px 5px 5px; behavior: url(/css/pie/PIE.htc);}
.site-section-wrap header .utility {background:#001e4b; border-color:#001e4b; color:#98b9ea;}
header .utility a:link, header .utility a:visited, header .utility a:active {color:#98b9ea;}
.site-section-wrap header .utility a:link, .site-section-wrap header .utility a:visited, .site-section-wrap header .utility a:active {color:#98b9ea;}
header .utility a:hover {text-decoration:underline;}
header .utility ul {
	/*KHV change: comment out float: left */
	/*float:left;*/
	margin:0 30px 0 0;
	padding:0;
	/*KHV change: added the following */
	display: inline-block;
	vertical-align: middle;
}
header .utility ul li {list-style:none; float:left; margin:0; padding:0; background:url(images/divider-utility2.png) no-repeat left center; padding:0 0 0 5px; margin:0 4px 0 0;}
.site-section-wrap header .utility ul li {background-image:url(images/divider-utility2.png);}
header .utility ul li:first-child {background:none; padding:0;}
header .utility a.cart {
	/*KHV change: comment out float: left */
	/*float:left;*/
	height:23px; 
	margin:0 32px 0 0; 
	cursor:pointer;
	/*KHV change: added the following */
	display:inline-block; 
}
header .utility a.cart span {
	/*KHV change: comment out display:block; */
	/*display:block;*/ 
	display: inherit;
	background:url(images/icon-cart3.png) no-repeat left center;
	padding-left:20px;}
header .utility a.cart span .cartCountLabel {font-size:12px; margin:0; color:#98b9ea; line-height:28px;}
header .utility a.cart span .cartCountLabel:before {content:"Shopping Cart ("}
header .utility a.cart span .cartCountLabel:after {content:")";}
.site-section-wrap header .utility a.cart span {background-image:url(images/icon-cart3.png);}
header .utility a.login {
	/*KHV change: comment out the following */
	/*display:block;
	float:right;*/ 

	/*KHV change: add the following */
	display: inline-block;
}
header .utility #cartPreview {position:absolute; right:-1px; top:20px; -webkit-box-shadow: 0px 2px 0px 0px #000000; box-shadow: 0px 2px 0px 0px #000000; -webkit-border-radius: 0px 0px 5px 5px; border-radius: 0px 0px 5px 5px; background: #001e4b;
background: -moz-linear-gradient(top, #001e4b 0%, #043278 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#001e4b), color-stop(100%,#043278));
background: -webkit-linear-gradient(top, #001e4b 0%,#043278 100%);
background: -o-linear-gradient(top, #001e4b 0%,#043278 100%);
background: -ms-linear-gradient(top, #001e4b 0%,#043278 100%);
background: linear-gradient(to bottom, #001e4b 0%,#043278 100%);
-pie-background: linear-gradient(#001e4b 0%,#043278 100%);
behavior: url(/css/pie/PIE.htc);}
/*KHV change: added #ctl00_header_LoginLink1_lnkLogout rules */
#ctl00_header_LoginLink1_lnkLogout {
	float: none !important;
	display: inline-block !important;
}
header .utility #cartPreview .loadCart .ContentPane {padding:14px 20px 20px;}
header .utility #cartPreview .loadCart .ContentPane .controlPanel {border:0; margin:0 0 10px;}
header .utility #cartPreview .loadCart .ContentPane .controlPanel button {display:none; border:0; font-size:18px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:none; color:#fff; padding:0; white-space:nowrap; text-decoration:none;}
header .utility #cartPreview .loadCart .ContentPane .buttonRow {padding:0; border:0;}
header .utility #cartPreview .loadCart .ContentPane .buttonRow input {display:inline-block; cursor:pointer; line-height:38px; border:1px solid #d4d4d4; font-size:15px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#fff; color:#333; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none; height:38px;}
header .utility #cartPreview .loadCart .ContentPane .buttonRow input:hover {background:#004bbb; color:#fff;}
header .utility #cartPreview .loadCart .ContentPane .segmentSubtotal {margin:0; line-height:40px; position:absolute; font-size:14px; right:20px;}
header .utility #cartPreview .loadCart .ContentPane .totals {font-size:12px; color:#333;}
header .utility #cartPreview .loadCart .ContentPane .linkButton {color:#004BBB; text-decoration:none;}
header .utility #cartPreview .loadCart .ContentPane .linkButton:hover {text-decoration:underline;}
header .utility #cartPreview .loadCart .ContentPane .productName {color:#004BBB; text-decoration:none;}
header .utility #cartPreview .loadCart .ContentPane .listComponents {color:#333;}
header .utility #cartPreview .closeCart,
header .utility #cartPreview .loadCart .ContentPane hr,
header .utility .CartPreviewControl_PersonifyDefault {display:none;}
/* ACTIONS */
header .actions {position:absolute; right:0px; top:45px;}
.site-section-wrap header .actions {top:39px;}
header .actions .social, header .actions .buttons, header .actions a {float:left;}
header .actions .social {margin-right:9px;}
header .actions .social > a {display:block; float:left; width:25px; height:25px; background:url(images/icon-social.png) no-repeat; text-indent:-99999px; overflow:hidden; position:relative; top:8px; margin:0 4px 0 0;}
.site-section-wrap header .actions .social a {top:6px;}
header .actions .social a.tw {background-position:0 0;}
header .actions .social a.fb {background-position:-29px 0;}
header .actions .social a.in {background-position:-57px 0;}
header .actions .social a.yt {background-position:-86px 0;}
header .actions .social a.fl {background-position:-115px 0;}
header .actions .social a.blog {background:url(images/social-blog-head.png) no-repeat right 0; padding-left:3px;}
header .actions .social a.tw:hover {background-position:0 -25px;}
header .actions .social a.fb:hover {background-position:-29px -25px;}
header .actions .social a.in:hover {background-position:-57px -25px;}
header .actions .social a.yt:hover {background-position:-86px -25px;}
header .actions .social a.fl:hover {background-position:-115px -25px;}
header .actions .social a.blog:hover {background-position:right -25px;}
header .actions .buttons .btn-blue {margin-right:6px; background: #e55302; border-color: #e55302;}
header .actions .buttons .btn-blue:hover {background:#fff; border-color:#fff; color:#333;}
header .actions .buttons .btn-white {border-color:#fff;}
header .actions .buttons .btn-white:hover {border-color: #004BBB;}
.site-section-wrap header .actions .buttons .btn-blue {margin:0 6px 0 0; border:0; background: #004BBB;}
.site-section-wrap header .actions .buttons .btn-blue:hover {background: #fff;}
.site-section-wrap header .actions .buttons .btn-white {margin-right:0px; background:#546998; color:#fff; border:0;}
.site-section-wrap header .actions .buttons .btn-white:hover {background:#fff; color:#333;}
header .actions .buttons .btn-white.active {background:#e55302; color:#fff;}
/* SEARCH */
header .search {position:absolute; top:92px; right:0px;}
header .search .right {position:relative;}
header .search .search-field {height:28px; width:219px; border:1px solid #004f9b; padding:0 35px 0 10px; font-size:12px; color:#fff; font-family:Arial, Helvetica, sans-serif; background: #072b61;
background: -moz-linear-gradient(top, #07295c 0%, #072b61 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#07295c), color-stop(50%,#072b61));
background: -webkit-linear-gradient(top, #07295c 0%,#072b61 50%);
background: -o-linear-gradient(top, #07295c 0%,#072b61 50%);
background: -ms-linear-gradient(top, #07295c 0%,#072b61 50%);
background: linear-gradient(to bottom, #07295c 0%,#072b61 50%);}
.ie8 header .search .search-field {background:#07295C; padding-top: 6px; height:22px;}
header .search .btn-search {display:block; width:30px; height:28px; line-height:28px; position:absolute; text-indent:99999px; overflow:hidden; background:url(images/icon-mag.png) no-repeat 0 -56px; right:1px; top:1px;}
header .search .btn-search:hover {background-position:0 -84px;}
header .search .left {margin-right:8px;}
header .search .selectBox-dropdown {width:92px !important;}
header .search .selectBox-dropdown .selectBox-label {width:48px !important;}
header .sections-dd {position:absolute; right:24px; width:128px; top:137px;}
/*---=== FOOTER ===---*/
footer {padding:45px 0; color:#d1e4ff; position:relative; z-index:10; background: #072b61;}
footer section {padding:0; width:940px;}
.interior-wrap.site-section-wrap footer section {background:none;}
footer section .footer-top {background:url(images/divider-footer.png) repeat-x 0 bottom; margin:0 0 30px; padding:0 0 32px;}
footer .global {float:left; width:222px;}
footer .utility {float:left; width:158px;}
footer .social {float:left; width:318px}
footer .contact {float:left; width:242px;}
footer a:link, footer a:visited, footer a:active {color:#d1e4ff;}
footer p {color:#d1e4ff; line-height:18px;}
footer h5 {color:#fff; font-size:26px; margin:0 0 20px;}
footer ul {margin:0; padding:0;}
footer ul li {margin:0 0 5px; padding:0; list-style:none; background:none;}
footer .social .links {height:35px; margin:0 0 10px;}
footer .social .links a {display:block; float:left; width:35px; height:35px; background:url(images/icon-social-alt.png) no-repeat; text-indent:-99999px; overflow:hidden; position:relative; margin:0 4px 0 0;}
footer .social .links a.tw {background-position:-39px 0;}
footer .social .links a.fb {background-position:0 0;}
footer .social .links a.in {background-position:-78px 0;}
footer .social .links a.yt {background-position:-118px 0;}
footer .social .links a.fl {background-position:-159px 0;}
footer .social .links a.tw:hover {background-position:-39px -35px;}
footer .social .links a.fb:hover {background-position:0 -35px;}
footer .social .links a.in:hover {background-position:-78px -35px;}
footer .social .links a.yt:hover {background-position:-118px -35px;}
footer .social .links a.fl:hover {background-position:-159px -35px;}
footer .social .links a.blog {background:url(images/social-blog.png) no-repeat 0 0; margin:0 0 0 4px;}
footer .social .links a.blog:hover {background-position:0 -35px;}
footer .social .twitter {background:url(images/twitter-bg.png) no-repeat 0 0; width:300px; height:113px; position:relative; left:-1px; border-collapse:collapse; padding:0;}
footer .social .twitter td {vertical-align:middle; padding:11px 18px 1px;}
footer .social .twitter td a {color:#84b4fa;}

/*---=== CONTENT AREA ===---*/
section {padding:26px 0 0;}
.interior-wrap section { padding:0; margin-top:10px; position: relative; z-index: 2;}
.interior-wrap.site-section-wrap section { padding:26px 0 0; margin-top:0; position: relative; z-index: 2; background:#fff;}
.white-wrap {background:#fff; border:1px solid #d8d8d8; -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0px 1px 1px 0px #666; box-shadow: 0 1px 0px 0 #666; behavior: url(/css/pie/PIE.htc);}
.grey-wrap {border:1px solid #e0e0e0; -webkit-border-radius: 5px; border-radius: 5px; background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6));
background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);
background: -o-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);
background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%);
-pie-background: linear-gradient(#ffffff 0%,#e6e6e6 100%);
behavior: url(/css/pie/PIE.htc);}
.white-wrap-invert {background:#fff; border:1px solid #d8d8d8; -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0px 1px 1px 0px #fff; box-shadow: 0 1px 0px 0 #fff; behavior: url(/css/pie/PIE.htc);}
.white-wrap-invert .shadow {-webkit-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0px 1px 4px 1px #bbb; box-shadow: inset 0px 1px 4px 1px #bbb; behavior: url(/css/pie/PIE.htc);}
/*--- HOME CONTENT AREA ---*/
.home-wrap div.PBViewing {width:auto !important;}
.home-wrap section .top-section, .home-wrap section .bot-section {margin:0 0 40px;}
.home-wrap section .top-section .left.content {position:relative; width:682px;}
.home-wrap section .top-section .right.sidebar {position:relative; z-index: 10; width:320px; padding-right:22px;}
.home-wrap section .top-section .right.sidebar .sidebar-top {margin:0 34px 25px;}
.home-wrap section .top-section .right.sidebar .sidebar-top p {color:#fff;}
.home-wrap section .top-section .right.sidebar .white-wrap {padding:3px;}
.home-wrap section .top-section .right.sidebar .white-wrap h3 {padding:10px 18px 0;}
.home-wrap section .top-section .right.sidebar .white-wrap p {padding:0 18px;}
.home-wrap section .top-section .right.sidebar .white-wrap ul {padding:0 18px; margin:0 0 30px;}
.home-wrap section .top-section .right.sidebar .white-wrap ul li {list-style:none; padding:0; margin:0 0 8px; background:none;}
.home-wrap section .bot-section .white-wrap {padding:25px 41px 38px;}
.home-wrap section .bot-section .left-col {float:left; width:300px; margin:0 20px 0 0; padding:3px 0 0; position:relative;}
.home-wrap section .bot-section .mid-col {float:left; width:300px; position:relative;}
.home-wrap section .bot-section .right-col {float:right; width:300px; position:relative;}
.home-wrap section .bot-section.bot-section-alt {padding:0 42px;}
.home-wrap section .bot-section.bot-section-alt .left-col {padding:0;}
.home-wrap section .bot-section .left-col .btn-white {margin-right:10px;}
/*--- INTERIOR CONTENT AREA ---*/
.interior-wrap header {}
.site-section-wrap.interior-wrap header {background:none;}
.interior-wrap.interior-3col .highlight {background:url(images/int-bg.png) no-repeat center 0; width:1228px; height:1063px; position:absolute; top:-26px; left:-67px; z-index:2; display: none;}
.interior-wrap.search-wrap .highlight {background:url(images/int-bg-onecol.png) no-repeat center 0; width:1256px; height:1096px; position:absolute; top:-131px; left:-110px; z-index:2;}
.interior-wrap section .main-section {padding:0 0 40px; min-height:1000px; position:relative; background:#fff;}
.interior-wrap.site-section-wrap section .main-section {background:transparent;}
.interior-wrap section .main-section.threecol {background:#F3F1ED;}
.interior-wrap section .main-section.wide {padding-top:20px;}
.interior-wrap section .left.content {position:relative; width:752px;}
.interior-wrap section .left.content.press {width:730px;}
.interior-wrap.intech-wrap section .left.content {position:relative; width:730px; padding-left:0; padding-right:22px; float:right;}
.interior-wrap.intech-wrap.site-section-wrap section .left.content {padding-top:20px;}
.interior-wrap.interior-2col.intech-wrap section .left.content {position:relative; width:658px; padding-left:22px; padding-top:0px; z-index:2; background:#fff; min-height:375px;}
.interior-wrap.interior-2col.mc-wrap section .left.content {position:relative; width:667px; padding-left:0;}
.interior-wrap.interior-2col.mc-wrap section .left.content .main-content {padding:20px 0 20px 22px; min-height:465px;}
.interior-wrap section .left.content .main-content {position:relative; z-index:10; background:#fff;}
.interior-wrap section .left.content .main-content.threecol {background: url(images/3col-shad.png) no-repeat 547px 0;}
.interior-wrap section .left.content .main-content:after {clear:both; content: ""; display: table; line-height: 0;}
.interior-wrap section .left.content .main-content .left.int-content {width:500px; padding-right:25px; padding-left: 22px; background: #fff; padding-top:20px;}
.interior-wrap section .left.content .main-content .right.int-nav {width:179px; padding:36px 13px 0; background:#fff url(images/3col-shad.png) no-repeat 0 0; min-height:870px;}
.interior-wrap section .left.content .main-content .right.int-nav .narrow-area {padding:0 10px;}
.interior-wrap section .right.sidebar {position:relative; z-index: 10; width:250px; padding:58px 22px 0 0; background:#fff; min-height:375px;}
.interior-wrap section .right.sidebar.press {width:190px; padding-top:42px;}
.interior-wrap.interior-3col section .right.sidebar {padding-left:0;}
.interior-wrap.intech-wrap section .right.sidebar {position:relative; z-index: 10; width:300px; padding:7px 0 0 22px; float:left;}
.interior-wrap.intech-wrap.site-section-wrap section .right.sidebar {padding-top:13px;}
.interior-wrap.mc-wrap section .right.sidebar {width:320px; padding-left:15px;}
.interior-wrap section .right.sidebar .white-wrap.rss-news {padding:3px; margin:0 0 20px;}
.interior-wrap section .right.sidebar .white-wrap.rss-news h3 {padding:10px 18px 0; background:none;}
.interior-wrap section .right.sidebar .white-wrap.rss-news ul {margin:0; padding:0 18px 5px;}
.interior-wrap section .right.sidebar .white-wrap.rss-news ul li {margin:0 0 15px; padding:0; background:none; list-style:none;}
.interior-wrap section .right.sidebar .white-wrap.rss-news ul li a {color:#333; display:block; text-decoration:none;}
.interior-wrap section .right.sidebar .white-wrap.rss-news ul li a:hover {color:#004BBB;}
.interior-wrap section .right.sidebar .white-wrap.rss-news ul li span.title {font-weight:bold;}
.interior-wrap section .breadcrumb {padding:0 0 0 2px; height:34px;}
.interior-wrap.intech-wrap section .breadcrumb {padding:20px 0 0 24px; height:34px; z-index:10; position:relative; background:#fff;}
.interior-wrap.mc-wrap section .breadcrumb {height:38px;}
.interior-wrap section .breadcrumb a {color:#333;}
.interior-wrap.interior-1col section .main-content .main-content {position:relative; z-index:10; padding:20px 22px 0;}
.interior-wrap .main-content.main-content-wrap {position:relative; z-index:2; padding:20px 22px; background:#fff; min-height:375px;}
/*--- BANNER ---*/

/*--- ADMIN CONTENT AREA ---*/
nav.int {}
article {}
/*---===<<< NAVIGATIONS >>>===---*/
/*---=== MAIN NAVIGATION ===---*/
nav.main {height:57px; width: 1024px; margin: auto; position:relative; z-index:100; -webkit-border-radius: 5px; border-radius: 5px;  -webkit-box-shadow: 0px 3px 0px 0px rgba(23, 23, 24, .6); box-shadow: 0px 3px 0px 0px rgba(23, 23, 24, .6); background: #7f7b00; behavior: url(/css/pie/PIE.htc);}
nav.main ul {margin:0; padding:0;}
nav.main ul li {margin:0 0 10px; padding:0; float:left; list-style:none; background:none;}
nav.main ul li a.top-link {display:block; height:55px; line-height:55px; color:#fff; font-family:'Open Sans Condensed', sans-serif; font-weight:700; text-transform:uppercase; text-align:center; border-left:1px solid #c5bf00; border-right:1px solid #201f00; border-top: 1px solid #c5bf00; border-bottom: 1px solid #c5bf00; font-size:15px; text-decoration:none;}
nav.main ul li.double-line a.top-link:link, nav.main ul li.double-line a.top-link:visited, nav.main ul li.double-line a.top-link:active {line-height:17px; padding:9px 0 0; height:46px;}
nav.main ul li.nav-item-0 a.top-link {width:116px;}
nav.main ul li.nav-item-1 a.top-link {width:124px;}
nav.main ul li.nav-item-2 a.top-link {width:122px;}
nav.main ul li.nav-item-3 a.top-link {width:119px;}
nav.main ul li.nav-item-4 a.top-link {width:121px;}
nav.main ul li.nav-item-5 a.top-link {width:98px;}
nav.main ul li.nav-item-6 a.top-link {width:101px;}
nav.main ul li.nav-item-7 a.top-link {width:119px;}
nav.main ul li.nav-item-8 a.top-link {width:86px;}
nav.main ul li.hov a.top-link, nav.main ul li a.top-link:hover, nav.main ul li a.top-link.active:hover, nav.main ul li.hov a.top-link.active {color:#333; border-left-color:#b7b7b7; border-top:1px solid #b7b7b7; height:56px; line-height:56px; border-right-color:#fff; border-bottom:0; background: #ffffff;}
nav.main ul li a.top-link.active {color:#fff; border-left-color:#c5bf00; border-right-color:#201f00; border-top:1px solid #b7b7b7; border-bottom:1px solid #b7b7b7; height:55px; line-height:55px; background: #313f11; behavior: url(/css/pie/PIE.htc);}
nav.main ul li.first a.top-link {-webkit-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; behavior: url(/css/pie/PIE.htc);}
nav.main ul li.first.hov a.top-link, nav.main ul li.first a.top-link:hover {border-left:1px solid #b7b7b7 !important; border-right-color:#fff; border-top:1px solid #b7b7b7; height:56px; line-height:56px; width:116px; color:#333; -webkit-border-radius: 5px 0 0 0; border-radius: 5px 0 0 0; behavior: url(/css/pie/PIE.htc);}
nav.main ul li.last a.top-link {border-right-color:#c5bf00; -webkit-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; behavior: url(/css/pie/PIE.htc);}
nav.main ul li.last.hov a.top-link, nav.main ul li.last a.top-link:hover {border-right:1px solid #b7b7b7 !important; border-top:1px solid #b7b7b7; height:56px; line-height:56px; width:86px; color:#333;-webkit-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0;}
nav.main ul li.double-line a.top-link:hover, nav.main ul li.double-line.hov a.top-link {line-height:17px; padding:9px 0 0; height:47px;}
nav.main ul li.double-line a.top-link.active {line-height:17px; padding:9px 0 0; height:46px;}
/* DROP DOWN MEGA MENU */
nav.main .dropdown {display:none; width:984px; padding:18px 20px 18px 18px; left:0; position:absolute; border-color:#b7b7b7; border-style:solid; border-width:0 1px 1px; -webkit-border-radius: 5px; border-radius: 5px; background: #fafafa;
background: -moz-linear-gradient(top, #fafafa 0%, #dedede 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#dedede));
background: -webkit-linear-gradient(top, #fafafa 0%,#dedede 100%);
background: -o-linear-gradient(top, #fafafa 0%,#dedede 100%);
background: -ms-linear-gradient(top, #fafafa 0%,#dedede 100%);
background: linear-gradient(to bottom, #fafafa 0%,#dedede 100%);
-pie-background: linear-gradient(#fafafa 0%,#dedede 100%);
behavior: url(/css/pie/PIE.htc);}
nav.main ul li.first .dropdown {-webkit-border-radius: 0 5px 5px 5px; border-radius: 0 5px 5px 5px;}
nav.main ul li.last .dropdown {-webkit-border-radius: 5px 0 5px 5px; border-radius: 5px 0 5px 5px;}
nav.main .dropdown .col1 {float:left; width:180px; margin:0 15px 0 0;}
nav.main .dropdown .col2 {float:left; width:250px; margin:11px 15px 0 0;}
nav.main .dropdown .col3 {float:left; width:250px; margin:11px 0 0;}
nav.main .dropdown .col4 {float:right; width:260px;}
nav.main .dropdown ul li {float:none;}
nav.main .dropdown ul li ul {padding:10px 0 0 15px;}
nav.main .dropdown ul li ul li {}
nav.main .dropdown .tier2 li {margin:0 0 8px;}
nav.main .dropdown .tier2 li.last {margin:0;}
nav.main .dropdown .tier2 a {font-family:'Open Sans Condensed', sans-serif; font-weight:700; font-size:15px; color:#333; display:block; padding:10px 11px; text-decoration:none;}
nav.main .dropdown .tier2 .hov a {padding:9px 10px; border:1px solid #fff; background:#004bbb; color:#fff; -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: inset 0px 5px 5px 2px #023a8e; box-shadow: inset 0px 5px 5px 2px #023a8e; }
nav.main .dropdown .tier3 li {font-weight:bold; line-height:18px;}
nav.main .dropdown .tier3 a {font-weight:normal;}
nav.main .dropdown .white-wrap {-webkit-box-shadow:none; box-shadow:none; padding:12px 20px 16px;}
nav.main .dropdown .white-wrap h6 {color:#333;}
nav.main .dropdown .white-wrap .icon {float:left; width:60px;}
nav.main .dropdown .white-wrap .icon img {max-width:52px; margin-bottom:10px;}
nav.main .dropdown .white-wrap .desc {font-size:11px; float:left; width:158px; margin-bottom:10px;}
nav.main .dropdown .white-wrap .actions {clear:both; color:#666; font-size:13px; font-weight:bold;}
nav.main .dropdown .white-wrap .actions .btn-white {margin-right:5px;}

/*---=== NEW MEGA MENU STYLES (2/28/13) ===---*/
nav.main .membership .tier2 {float:left; width:180px; /*margin:0 15px 0 0;*/}
nav.main .membership .tier2 li {margin:0; clear:both;}
nav.main .membership .tier2 li.last {margin:0;}
nav.main .membership .tier2 a {font-family:'Open Sans Condensed', sans-serif; font-weight:700; font-size:15px; color:#333; display:block; padding:10px 11px; text-decoration:none; width:158px; float:left;}
nav.main .membership .tier2 .hov a {padding:9px 10px; border:1px solid #fff; background:#004bbb; color:#fff; -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: inset 0px 5px 5px 2px #023a8e; box-shadow: inset 0px 5px 5px 2px #023a8e;}
nav.main .dropdown .member-mega {width:789px; display:none; float:right;}
/*--- JOIN ISA ---*/
nav.main .membership .join .col1 {width:500px;}
nav.main .membership .join .col1 p {margin:0; line-height:22px; font-size:14px;}
nav.main .membership .join .col2 {width:244px;}
nav.main .membership .join .col2 .btn-blue-lg {-webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; margin:0;}
/*--- RENEW MEMBERSHIP ---*/
nav.main .membership .renew .right {width:244px; padding:40px 0 0; margin:0 0 10px 10px;}
nav.main .membership .renew .right .btn-white {margin:0 auto 10px; width:135px; text-align:center; display:block;}
nav.main .membership .renew .right .btn-blue-lg {-webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; margin:0;}
nav.main .membership .renew p {margin:0; line-height:22px; font-size:14px;}
/*--- MEMBERSHIP OPTIONS ---*/
nav.main .membership .options .col1 {float:left; width:210px; margin:1px 30px 0 0;}
nav.main .membership .options .col2 {float:left; width:270px; margin:11px 0 0;}
nav.main .membership .options .col3 {float:right; width:260px;}
nav.main .membership .options .col2 img.left {width:137px; margin:0 15px 0 0;}
nav.main .membership .options .col2 .current-issue.left {width:100px;}
nav.main .membership .options h4 {line-height:21px;}
nav.main .membership .options .col3 .white-wrap {-webkit-box-shadow:none; box-shadow:none; padding:12px 20px 16px; height:180px; position:relative;}
nav.main .membership .options .col3 .white-wrap h4 {line-height:21px; margin:0 0 5px;}
nav.main .membership .options .col3 .white-wrap p {font-size:14px; line-height:18px; margin:0 0 5px;}
nav.main .membership .options .mega-options-scrollable {position:relative; overflow:hidden; width:218px; height:180px;}
nav.main .membership .options .mega-options-scrollable .items {position:absolute; width:200000em;}
nav.main .membership .options .mega-options-scrollable .item {float:left; width:218px; height:180px;}
nav.main .membership .options .options-navi {text-align:center; position:absolute; bottom:10px; width:218px;}
nav.main .membership .options .options-navi a {display:inline-block; width:14px; height:14px; background:#dfdfdf; cursor:pointer; margin:0 2px; -webkit-border-radius: 7px; border-radius: 7px; behavior: url(/css/pie/PIE.htc);}
nav.main .membership .options .options-navi a:hover {background:#ccc;}
nav.main .membership .options .options-navi a.active, nav.main .membership .options .options-navi a.active:hover {background:#e55302;}
/*--- DIVISIONS ---*/
nav.main .membership .divisions .col1 {float:left; width:250px; margin:11px 15px 0 0;}
nav.main .membership .divisions .col2 {float:left; width:250px; margin:11px 0 0;}
nav.main .membership .divisions .col3 {float:right; width:260px;}
nav.main .membership .divisions .tier3 li {font-weight:bold; line-height:18px;}
nav.main .membership .divisions .tier3 a {font-weight:normal;}
nav.main .membership .divisions .white-wrap {-webkit-box-shadow:none; box-shadow:none; padding:12px 20px 16px;}
nav.main .membership .divisions .white-wrap h6 {color:#333;}
nav.main .membership .divisions .white-wrap .icon {float:left; width:60px;}
nav.main .membership .divisions .white-wrap .icon img {max-width:52px; margin-bottom:10px;}
nav.main .membership .divisions .white-wrap .desc {font-size:11px; float:left; width:158px; margin-bottom:10px;}
nav.main .membership .divisions .white-wrap .actions {clear:both;}
/*--- SECTIONS ---*/
nav.main .membership .sections .col1 {float:left; width:480px;}
nav.main .membership .sections .col2 {float:right; width:260px;}
nav.main .membership .sections .col2 p {font-size:14px; line-height:22px; margin:0 0 10px;}
nav.main .membership .sections .white-wrap {-webkit-box-shadow:none; box-shadow:none; padding:12px 20px 16px;}
nav.main .membership .sections .white-wrap h4 {margin:0 0 10px}
nav.main .membership .sections .white-wrap .left-col {width:203px;}
nav.main .membership .sections .white-wrap .right-col {width:235px;}
nav.main .membership .sections .white-wrap .sec-cat select::-ms-expand {}
nav.main .membership .sections .white-wrap .sec-cat {margin:0 0 7px;}
nav.main .membership .sections .white-wrap .sec-cat label {float:left; text-align:right; width:60px; padding:0 10px 0 0; line-height:28px;}
nav.main .membership .sections .white-wrap .right-col .sec-cat label {width:99px;}
nav.main .membership .sections .white-wrap .sec-cat .select-wrap {float:left; width:125px;}
nav.main .membership .sections .white-wrap .sec-cat .select-wrap select {width:100%; position:relative; top:3px;}
nav.main .membership .sections .white-wrap .actions {clear:both; height:40px;}
nav.main .membership .sections .white-wrap .actions .btn-blue {float:right;}
/*--- CUSTOM DROPDOWN ---*/
.sbHolder {width:125px; position:relative;}
.sbHolder .sbSelector {height:28px; border: solid 1px #D4D4D4; width:100%; padding:0 28px 0 8px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight:normal; line-height: 28px; text-decoration: none; text-align: left; color: #333; outline: none; vertical-align: middle; display: inline-block; cursor: default; background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1));
background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%);
-pie-background: linear-gradient(#ffffff 0%,#f1f1f1 50%);
behavior: url(/css/pie/PIE.htc);}
.sbHolder .sbToggle {position: absolute; top: 0; right: 0; width: 28px; height: 28px; background: url(images/arrow-dd.png) 50% center no-repeat; border-left: solid 1px #D4D4D4;}
.sbHolder .sbOptions {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; top:30px; width:100%; position: absolute; z-index: 99999; max-height: 200px; min-height: 1em; border: solid 1px #BBB; background: #FFF; -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2); box-shadow: 0 2px 6px rgba(0, 0, 0, .2); overflow: auto;}
.sbHolder .sbOptions, .sbHolder .sbOptions li, .sbHolder .sbOptions li a {list-style: none; display: block; cursor: default; padding: 0; margin: 0;}
.sbHolder .sbOptions li a {line-height: 1.5; padding: 0 .5em; white-space: nowrap; overflow: hidden; background: 6px center no-repeat; display:block; color:#333;}
.sbHolder .sbOptions li a:hover {background-color: #EEE;text-decoration:none; cursor:pointer;}
/*--- ALREADY A MEMBER? ---*/
nav.main .membership .already .col1 {float:left; width:480px;}
nav.main .membership .already .col2 {float:right; width:260px;}
nav.main .membership .already .col1 p,
nav.main .membership .already .col2 p {font-size:14px; line-height:22px; margin:0 0 15px;}
nav.main .membership .already .col2 .btn-white {display:block; width:195px; text-align:center; padding-right:0; padding-left:0; margin:0 0 10px;}
nav.main .membership .already .col1 ul.float-li:after {content: ""; clear: both; display: block; height: 0; overflow: hidden; visibility:hidden;}
nav.main .membership .already .col1 ul.float-li li {float:left; width:240px;}

/*---=== INTERIOR NAVIGATION ===---*/
nav.int ul {margin:0; padding:0;}
nav.int ul.top-level {padding:0 0 15px;}
nav.int ul li {list-style:none; margin:0; padding:0; background:none;}
nav.int ul li a.top-link:link, nav.int ul li a.top-link:visited, nav.int ul li a.top-link:active {display:block; font-size:14px; line-height:normal; border-top:1px solid #d8d8d8; cursor:pointer; background:url(images/icon-nav.png) no-repeat right 0; font-family:'Open Sans Condensed', sans-serif; font-weight:700; color:#3c3c3c; text-decoration:none; padding:7px 34px 7px 10px;}
nav.int ul li a.top-link:hover {background-position:right -100px; color:#00467f;}
nav.int ul li.active a.top-link:link, nav.int ul li.active a.top-link:visited, nav.int ul li.active a.top-link:hover, nav.int ul li.active a.top-link:active {background-position:right -200px; color:#00467f;}
nav.int ul li.first a.top-link {border:0;}
nav.int ul.sub-level {padding:0 0 12px;}
nav.int ul.sub-level li a:link, nav.int ul.sub-level li a:visited, nav.int ul.sub-level li a:active {color:#3c3c3c; font-size:12px; line-height:normal; padding:3px 34px 3px 22px; display:block;}
nav.int ul.sub-level li a:hover {color:#00467f;}
nav.int ul.sub-level li.active a:link, nav.int ul.sub-level li.active a:visited, nav.int ul.sub-level li.active a:hover, nav.int ul.sub-level li.active a:active {color:#004677f}
/*---=== SECTION NAVIGATION ===---*/
nav.main-section {height:57px; width: 840px; margin: auto; position:relative; z-index:100; left:-70px;}
nav.main-section ul {margin:0; padding:0;}
nav.main-section ul li {margin:0 15px 0 0; padding:0; float:left; list-style:none; background:none;}
nav.main-section ul li.first a.top-link {border-left:0 !important;}
nav.main-section ul li.last a.top-link {border-right:0 !important;}
nav.main-section ul li a:link, nav.main-section ul li a:visited, nav.main-section ul li a:active {display:block; height:56px; line-height:56px; color:#fff; font-family:'Open Sans Condensed', sans-serif; font-weight:700; text-transform:uppercase; text-align:center; font-size:15px; text-decoration:none; padding:0 9px;}
nav.main-section ul li a.active, nav.main-section ul li a.active:hover {background:url(images/section-nav-bg.jpg) repeat-x 0 bottom; color:#fff;}
nav.main-section ul li a:hover {color:#ccc;}
/*---=== SITE STYLES & MODULES ===---*/
/*--- HOMEPAGE CAMPAIGN ---*/
.cp-wrap {height:428px; position:relative;}
.cp-wrap .cp-mask {position:absolute; background:url(images/arc-mask.png) no-repeat 0 0; width:3175px; height:591px; z-index:2; top:-214px; left:-1366px;}
.cp-wrap .cp-panes {position:relative; width: auto !important; height: auto !important;}
.cp-wrap .cp-block {position:absolute; top:0; left:0;}
.cp-wrap .cp-block .cp-info {position:relative; z-index:3; left:334px; top:14px; width:310px;}
.cp-wrap .cp-block .cp-info h2 {color:#fff; line-height:32px; font-size:32px; font-weight:300; font-family:'Open Sans Condensed', sans-serif; margin:0 0 10px; text-shadow:none;}
.cp-wrap .cp-block .cp-info p {margin:0 0 10px; color:#fff;}
.cp-wrap .cp-block img {position:absolute; top:-156px; left:-173px; z-index:1;/*left: -188px;top: -153px;*/}
.cp-wrap .cp-tabs {position:absolute; z-index:3; margin:0; padding:0; top:361px; left:473px; width:150px;}
.cp-wrap .cp-tabs {margin:0 4px 0 0;}
.cp-wrap .cp-tabs a { margin-right: 5px; float:left; display:block; width:14px; height:14px; background:#dfdfdf; text-indent:9999px; overflow:hidden; -webkit-border-radius: 7px; border-radius: 7px; behavior: url(/css/pie/PIE.htc);}
.cp-wrap .cp-tabs a:hover {background:#ccc;}
.cp-wrap .cp-tabs a.activeSlide, .cp-wrap .cp-tabs a.activeSlide:hover {background:#e55302;}
/*--- INTERIOR BANNER ---*/
.banner {position:absolute; top:0; z-index: 1; width:100%;}
.intech-wrap .banner {top:-112px;}
.site-section-wrap .banner {position:relative; top:0;}
.banner-wrap {position:relative; z-index:1;}
body {
   background: #f3f1ed url(images/banner-mask.jpg) no-repeat center 0;
   min-width: 1024px;
}
/*.intech-wrap .banner-wrap .banner-mask {top:-374px; left:-929px;}*/
.banner-wrap img {position:absolute; top:-214px; left:-438px; z-index:1;}
/*.intech-wrap .banner-wrap img {top:-374px; left:-713px;}*/
.banner-wrap .section-mask {position:absolute; background:url(images/section-mask.png) repeat 0 0; width:2400px; height:187px; z-index:2; top:-444px; left:-1000px;}
.site-section-wrap .banner-wrap img {left:-514px; top:-444px;}
/*--- PRODUCTS & SERVICES SCROLLABLE ---*/
/* HOMEPAGE */
.prod-serv {padding:0; width:640px; position:relative; background:#fff; border:1px solid #d8d8d8; -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0px 1px 1px 0px #666; box-shadow: 0 1px 0px 0 #666; behavior: url(/css/pie/PIE.htc);}
.prod-serv .PromtionalProductListControlTitle,
.member-panes .PromtionalProductListControlTitle {font-size:24px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; color:#3c3c3c; line-height:27px; margin:0 0 10px 0; text-shadow: 1px 1px 0px #fff; padding:21px 0 5px 42px; display:block;}
.prod-serv .ControlPanel_PromtionalProductListControl,
.member-panes .ControlPanel_PromtionalProductListControl {position:relative; margin:0; padding:0; width:100% !important;}
.prod-serv .ControlPanel_PromtionalProductListControl .PromotionalProductListControlButton-prev-horizontal,
.member-panes .ControlPanel_PromtionalProductListControl .PromotionalProductListControlButton-prev-horizontal {display:block; background:url(images/arrow-scroll.png) no-repeat; width:13px; height:27px; position:absolute; top:70px; cursor:pointer; text-decoration:none; margin:0; float:none; border:0 !important; visibility:visible !important; cursor:pointer; left:15px;}
.prod-serv .ControlPanel_PromtionalProductListControl .PromotionalProductListControlButton-next-horizontal,
.member-panes .ControlPanel_PromtionalProductListControl .PromotionalProductListControlButton-next-horizontal {display:block; background:url(images/arrow-scroll.png) no-repeat right 0; width:13px; height:27px; position:absolute; top:70px; cursor:pointer; text-decoration:none; margin:0; float:none; border:0 !important; visibility:visible !important; cursor:pointer; right:15px;}
.prod-serv .ControlPanel_PromtionalProductListControl .PromotionProductListItem,
.member-panes .ControlPanel_PromtionalProductListControl .PromotionProductListItem {width:260px; margin:0 30px 0 0; padding:0; border:0 !important;}
.prod-serv .ControlPanel_PromtionalProductListControl .PromotionProductListItem:hover,
.member-panes .ControlPanel_PromtionalProductListControl .PromotionProductListItem:hover {background:none;}
.prod-serv .ControlPanel_PromtionalProductListControl .ProductPromotionalNameDisplay:hover,
.member-panes .ControlPanel_PromtionalProductListControl .ProductPromotionalNameDisplay:hover {text-decoration:none;}
.prod-serv .ControlPanel_PromtionalProductListControl .PromotionProductListItem a:hover,
.member-panes .ControlPanel_PromtionalProductListControl .PromotionProductListItem a:hover {text-decoration:none;}
.prod-serv .ControlPanel_PromtionalProductListControl .items,
.member-panes .ControlPanel_PromtionalProductListControl .items {width:1000em;}
.prod-serv .ControlPanel_PromtionalProductListControl .scrollable,
.member-panes .ControlPanel_PromtionalProductListControl .scrollable {width:558px !important; margin:0 0 0 42px;}
.prod-serv .ControlPanel_PromtionalProductListControl .PromotionProductListItem .ProductPromotionalNameLink,
.member-panes .ControlPanel_PromtionalProductListControl .PromotionProductListItem .ProductPromotionalNameLink {text-align:left; margin:0 0 10px;}
.prod-serv .ControlPanel_PromtionalProductListControl .PromotionProductListItem .ProductPromotionalNameLink:after,
.member-panes .ControlPanel_PromtionalProductListControl .PromotionProductListItem .ProductPromotionalNameLink:after {content:" "; visibility:hidden; display:block; height:0; clear:both;} {}
.prod-serv .ControlPanel_PromtionalProductListControl .PromotionProductListItem .ProductPromotionalNameLink img,
.member-panes .ControlPanel_PromtionalProductListControl .PromotionProductListItem .ProductPromotionalNameLink img {float:left; margin-right:10px;}
.prod-serv .ControlPanel_PromtionalProductListControl .PromotionProductListItem .ProductPromotionalNameLink span,
.member-panes .ControlPanel_PromtionalProductListControl .PromotionProductListItem .ProductPromotionalNameLink span {float:right; width:140px; margin:0; padding:0; font-size:17px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; border:0; color:#333; text-decoration:none;}
.prod-serv .ControlPanel_PromtionalProductListControl .ProductInfoUl .PriceListUL .PriceControl_PersonifyDefault,
.member-panes .ControlPanel_PromtionalProductListControl .ProductInfoUl .PriceListUL .PriceControl_PersonifyDefault {font-size:12px; font-weight:bold;}
.prod-serv .ControlPanel_PromtionalProductListControl .ProductInfoUl .PriceListUL .MemberPriceControl_PersonifyDefault,
.member-panes .ControlPanel_PromtionalProductListControl .ProductInfoUl .PriceListUL .MemberPriceControl_PersonifyDefault {font-size:14px; font-weight:bold; color:#339900;}
.prod-serv .ControlPanel_PromtionalProductListControl .PriceTextLabel, .prod-serv .ControlPanel_PromtionalProductListControl .PriceValueLabel,
.member-panes .ControlPanel_PromtionalProductListControl .PriceTextLabel, .prod-serv .ControlPanel_PromtionalProductListControl .PriceValueLabel {font-size:1em;}

.ps-scrollable-wrap {position:relative;}
.ps-scrollable-wrap .browse {display:block; background:url(images/arrow-scroll.png) no-repeat; width:13px; height:27px; position:absolute; top:70px; cursor:pointer; text-decoration:none;}
.ps-scrollable-wrap .browse.prev {background-position:left top; left:-33px;}
.ps-scrollable-wrap .browse.next {background-position:right top; right:20px;}
.prod-serv .ControlPanel_PromtionalProductListControl .PromotionalProductListControlButton-prev-horizontal:hover {background-position:left bottom;}
.prod-serv .ControlPanel_PromtionalProductListControl .PromotionalProductListControlButton-next-horizontal:hover {background-position:right bottom;}
.ps-scrollable {position:relative; overflow:hidden; width:600px; height:175px;}
.ps-scrollable .items {position:absolute; width:20000em;}
.ps-scrollable .items .item {float:left; width:285px; height:175px; margin:0 30px 0 0;}
.ps-scrollable .items .item h6.title {margin:0; height:50px;}
.ps-scrollable .items .item .icon {float:left; width:68px; padding:0 0 0 2px;}
.ps-scrollable .items .item .icon img {max-width:62px;}
.ps-scrollable .items .item .desc {float:left; width:215px; font-size:11px; padding:3px 0 0;}
.ps-scrollable .items .item .actions {position:absolute; bottom:0;}
/* INTERIOR */
.interior-wrap .int-prod {padding:0 15px; margin:0 0 20px;}
.interior-wrap .ps-scrollable-wrap .browse {display:none;}
.interior-wrap .ps-scrollable-wrap .scroll-navi {text-align:center; height:14px;}
.interior-wrap .ps-scrollable-wrap .scroll-navi a {display:inline-block; width:14px; height:14px; background:#dfdfdf; cursor:pointer; margin:0 2px; -webkit-border-radius: 7px; border-radius: 7px; behavior: url(/css/pie/PIE.htc);}
.interior-wrap .ps-scrollable-wrap .scroll-navi a:hover {background:#ccc;}
.interior-wrap .ps-scrollable-wrap .scroll-navi a.active, .interior-wrap .ps-scrollable-wrap .scroll-navi a.active:hover {background:#e55302;}
.interior-wrap .ps-scrollable {width:220px; height:90px;}
.interior-wrap .ps-scrollable .items .item {width:220px; margin:0; height:90px;}
.interior-wrap .ps-scrollable .items .item h6.title {height:auto; float:right; width:150px;}
.interior-wrap .ps-scrollable .items .item .icon {float:left; width:60px; padding:0 0 0 1px;}
.interior-wrap .ps-scrollable .items .item .icon img {max-width:56px;}
.interior-wrap .ps-scrollable .items .item .desc,
.interior-wrap .ps-scrollable .items .item .actions {display:none;}
.interior-wrap section img.right {border:3px solid #fff; webkit-box-shadow: 0px 2px 2px 0px #d2d2d2; box-shadow: 0px 2px 2px 0px #d2d2d2; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); margin:0 0 10px 20px;}
/*--- HOMEPAGE TABS ---*/
ul.tabs {margin:0 0 15px; padding:0; border-bottom:1px solid #7f7b00; height:50px;}
ul.tabs li {float:left; margin:0; padding:0; background:none; list-style:none;}
ul.tabs li a {display:block; text-align:center; width:150px; font-size:18px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; color:#9b9b9b; padding-bottom:4px; height:46px; line-height:46px; text-decoration:none;}
ul.tabs li a.current {color:#7f7b00; border-bottom:4px solid #7f7b00; padding-bottom:0;}
.tab-panes .rss-link {display:block; text-align:center; border-top:1px dotted #d9d9d9; font-size:20px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; color:#3c3c3c;}
.tab-panes .rss-link span {display:block; padding:15px 0 0; /*background:url(images/icon-rss.png) no-repeat right bottom;*/}
.left.isa-events {width:330px;}
.right.isa-events {width:330px;}
.event-table {width:100%; padding:0; border-collapse:collapse;}
.event-table td {vertical-align:top; padding-bottom:20px;}
.event-table td.date {width:53px; text-align:center;}
.event-table td.date .month {background:#fff; border:1px solid #c6c6c6; border-bottom:0 !important; text-transform:uppercase; font-size:12px; line-height:12px; padding-top:5px;}
.event-table td.date .day {background:#fff; border:1px solid #c6c6c6; border-top:0 !important; font-size:27px;line-height:27px; padding:3px 0 5px;}
.event-table td.desc {padding-left:10px;}
.event-table td.desc p {margin:0;}
.event-table td.desc a {display:block; font-weight:bold;}
.scroll-pane a:link, .scroll-pane a:visited, .scroll-pane a:active {color:#333;}
/*--- JSCROLLPANE ---*/
.scroll-pane {width:300px; height:210px; margin:0 0 15px;}
.jspContainer {overflow: hidden; position: relative;}
.jspPane {position: absolute;}
.jspVerticalBar {position: absolute; top: 0; right: 0; width: 15px; height: 100%;}
.jspVerticalBar * {margin: 0; padding: 0;}
.jspTrack {background: #fff; position: relative; -webkit-box-shadow: inset 0px 0px 3px 1px #bbbbbb; box-shadow: inset 0px 0px 3px 1px #bbbbbb; behavior: url(/css/pie/PIE.htc);}
.jspDrag {background: #e0e0e0; position: relative; top: 0; left: 0; cursor: pointer; -webkit-box-shadow: inset 0px 0px 3px 1px #cccccc; box-shadow: inset 0px 0px 3px 1px #cccccc; behavior: url(/css/pie/PIE.htc);}
/*--- ACCORDION ---*/
.acc-wrap {background:#fff; padding:5px 19px; margin:0 0 20px;}
.acc-wrap h4 {margin:0; font-size:14px; line-height:34px; height:34px; border-top:1px solid #d8d8d8; cursor:pointer; background:url(images/icon-nav.png) no-repeat right 0;}
.acc-wrap h4:hover {background-position:right -100px; color:#00467f;}
.acc-wrap h4:first-child {border:0;}
.acc-wrap h4.current {background-position:right -200px; color:#00467f;}
.acc-wrap .acc-pane {display:none;}
/*--- INTERIOR TABS ---*/
.tab-wrap {}
.tab-wrap ul.int-tabs {margin:0 0 15px; padding:0; border-bottom:1px solid #7f7b00; height:50px;}
.tab-wrap ul.int-tabs li {float:left; margin:0; padding:0; background:none; list-style:none;}
.tab-wrap ul.int-tabs li a {display:block; text-align:center; font-size:18px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; color:#9b9b9b; padding-bottom:4px; height:46px; line-height:46px; text-decoration:none;}
.tab-wrap ul.int-tabs li a.current {color:#7f7b00; border-bottom:4px solid #7f7b00; padding-bottom:0;}
.tab-wrap ul.int-tabs li a span {font-weight:300;}
/* 2 TABS */
.tab-wrap.tab-2 ul.int-tabs li a {width:250px;}
/* 3 TABS */
.tab-wrap.tab-3 ul.int-tabs li a {width:167px;}
.tab-wrap.tab-3 ul.int-tabs li:first-child a {width:166px;}
/* 4 TABS */
.tab-wrap.tab-4 ul.int-tabs li a {width:125px;}
/* 5 TABS */
.tab-wrap.tab-5 ul.int-tabs li a {width:100px;}
.tab-wrap .int-tabs-panes .pane {display:none;}
/*--- PAGE TOOLS ---*/
.page-tools {position:absolute; right:22px; top:15px; width:250px; z-index:10;}
.interior-1col .page-tools {display:none;}
.site-section-wrap .page-tools {top:0;}
.page-tools a.share {display:block; color:#333; margin:0 25px 0 0; font-size:12px; height:26px; line-height:26px; text-align:center; width:112px; background:#e2e2e2; border:1px solid #d4d4d4; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none; float:left;}
.page-tools a.share:hover {color:#fff; background:#004bbb;}
.page-tools .st_sharethis_large {display:block; float:left; margin:0 25px 0 0;}
.ie8 .page-tools .st_sharethis_large {-webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc);}
.page-tools .st_sharethis_large .stButton {display:block; margin:0;}
.page-tools .st_sharethis_large .stButton .stLarge {display:block; color:#333; font-size:12px; height:26px; line-height:26px; text-align:center; width:112px; background:#e2e2e2 none !important; text-decoration:none; border:1px solid #d4d4d4; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); }
.page-tools .st_sharethis_large .stButton .stLarge:after {content: "Share This Page";}
.page-tools .st_sharethis_large .stButton .stLarge:hover {filter: alpha(opacity=100); -moz-opacity:1; opacity:1; color:#fff; background:#004bbb none !important;}
.page-tools a.print {margin:1px 0 0; display:block; float:left; background:url(images/icon-print.png) no-repeat 0 0; width:33px; height:28px;}
.mc-wrap .page-tools {width:320px;}
.page-tools a.print:hover {background-position:0 -28px;}
.page-tools .font-sizer {float:right; padding:5px 0 0;}
.page-tools .font-sizer a {display:block; float:left; color:#333; margin:0 10px 0 0; text-decoration:none;}
.page-tools .font-sizer a.small {font-size:12px; padding:6px 0 0;}
.page-tools .font-sizer a.reg {font-size:18px; padding:3px 0 0;}
.page-tools .font-sizer a.large {font-size:27px; margin:0;}
.page-tools .font-sizer a:hover {color:#004bbb;}
/*--- SIDEBAR SIGN-UP ---*/
.sign-up {margin:0 0 20px; padding:18px 20px 20px;}
.sign-up p {font-size:14px; line-height:1.4em; margin:0 0 10px;}
.sign-up p span {display:block; font-size:16px; font-weight:bold;}
.sign-up input {height:28px; width:97px; margin:5px 0 0 0; border:1px solid #d4d4d4; padding:0 10px; float:left; font-size:12px; color:#333; font-family:Arial, Helvetica, sans-serif; background: #f1f1f1;
background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#ffffff));
background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 50%);
-pie-background: linear-gradient(#f1f1f1 0%,#ffffff 50%);
behavior: url(/css/pie/PIE.htc);}
.sign-up .btn-blue {float:right;}
/*--- FEATURED EVENT ---*/
.featured-event {margin:40px 0;}
.featured-event .shadow {padding:40px 0 30px; position:relative;}
.featured-event .featured-heading {margin:0 0 0 -100px; background:#eee; position:absolute; top:-24px; height:44px; line-height:44px; border:1px solid #d8d8d8; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); width:200px; text-align:center; left:50%;}
.featured-event p {margin:0; font-size:14px; line-height:18px;}
.featured-scrollable {position:relative; overflow:hidden; width:703px; height:110px;}
.featured-scrollable .items {position:absolute; width:20000em;}
.featured-scrollable .items .item {float:left; width:640px; position:relative; height:110px; padding:0 25px 0 38px;}
.featured-event .featured-navi {width:110px; position:absolute; left:50%; margin:0 0 0 -55px; bottom:-16px; text-align:center; height:14px; padding:10px 0; background:#eee; border:1px solid #d8d8d8; -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0px 1px 1px 0px #fff; box-shadow: 0 1px 0px 0 #fff; behavior: url(/css/pie/PIE.htc);}
.featured-event .featured-navi a {display:inline-block; width:14px; height:14px; background:#dfdfdf; cursor:pointer; margin:0 2px; -webkit-border-radius: 7px; border-radius: 7px; behavior: url(/css/pie/PIE.htc);}
.featured-event .featured-navi a:hover {background:#ccc;}
.featured-event .featured-navi a.active, .featured-event .featured-navi a.active:hover {background:#e55302;}
.featured-event a.btn-blue:link, .featured-event a.btn-blue:visited, .featured-event a.btn-blue:active {position:absolute; right:25px; bottom:0; height:60px; line-height:60px; font-size:24px; padding:0 20px;}
/*--- EVENT LISTING ---*/
.event-listings {background:url(images/divider-double.png) repeat-x 0 0; padding:22px 0 0;}
.site-section-wrap .event-listings {background:none; padding:0;}
.event-listings .all-link {color:#333;}
.event-listings .all-link:hover {color:#004BBB}
.event-listings .isa-events, .event-listings .world-events {width:330px; position:relative;}
.event-listings .event-table {width:100%; padding:0; border-collapse:collapse;}
.event-listings .event-table .event-block:first-child td {background:none; padding-top:20px;}
.event-listings .event-table td {vertical-align:top; padding-bottom:20px; padding-top:22px; background:url(images/divider-double.png) repeat-x 0 0;}
.event-listings .event-table td.date {width:53px; text-align:center;}
.event-listings .event-table td.date .month {background:#fff; border:1px solid #c6c6c6; border-bottom:0 !important; text-transform:uppercase; font-size:12px; line-height:12px; padding-top:5px;}
.event-listings .event-table td.date .day {background:#fff; border:1px solid #c6c6c6; border-top:0 !important; font-size:27px;line-height:27px; padding:3px 0 5px;}
.event-listings .event-table td.desc {padding-left:10px;}
.event-listings .event-table td.desc p {margin:0;}
.event-listings .event-table td.desc a {display:block; font-weight:bold; color:#333;}
.event-listings .event-table td.desc a:hover {color:#004BBB}
/*--- POLL ---*/
.poll-wrap {width:260px; position:relative; left:-10px; padding-top:55px; background:url(images/pad-top.png) no-repeat 0 0;}
.poll-wrap.poll-wide {width:332px; background-image:url(images/pad-top-wide.png);}
.poll-wrap .poll {background:url(images/pad-bot.png) no-repeat 0 bottom; min-height:317px; padding:10px 25px 0 40px;}
.poll-wrap.poll-wide .poll {min-height:289px; background-image:url(images/pad-bot-wide.png);}
.poll-wrap .poll h4 {line-height:24px; color:#004bbb; margin:0 0 15px;}
.poll-wrap .poll p.question {margin:0 0 15px;}
.poll-wrap .poll .option {padding:0 0 10px 20px; position:relative;}
.poll-wrap .poll .option input {position:absolute; left:0; top:1px;}
.poll-wrap .poll .submit {text-align:center;}
/*---=== EVENT DETAIL ===---*/
.event-info {position:relative; margin:0 0 20px;}
.event-info h4 {margin:0 0 2px;}
.event-info p {font-size:14px; line-height:20px; margin:0;}
.event-info a.btn-blue:link, .event-info a.btn-blue:visited, .event-info a.btn-blue:active {position:absolute; right:0; bottom:0; height:60px; line-height:60px; font-size:24px; padding:0 20px;}
/*--- EVENT TABS ---*/
.event-tabs-wrap {padding:15px 23px 10px; margin:0 0 20px;}
.event-tabs-wrap ul.int-tabs {margin:0 0 15px; padding:0; border-bottom:1px solid #7f7b00; height:50px;}
.event-tabs-wrap ul.int-tabs li {float:left; margin:0; padding:0; background:none; list-style:none;}
.event-tabs-wrap ul.int-tabs li a {display:block; text-align:center; font-size:18px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; color:#9b9b9b; padding-bottom:4px; height:46px; line-height:46px; text-decoration:none; width:auto; padding:0 23px;}
.event-tabs-wrap ul.int-tabs li:first-child a {width:auto;}
.event-tabs-wrap ul.int-tabs li a.current {color:#7f7b00; border-bottom:4px solid #7f7b00; padding-bottom:0;}
.event-tabs-wrap .int-tabs-panes .pane {display:none;}
.event-tabs-wrap .location-detail {float:left; width:192px; margin:0 20px 0 0;}
.event-tabs-wrap .location-detail .location-thumb {margin:0 0 10px;}
.event-tabs-wrap .location-detail .location-thumb img {border:3px solid #fff; webkit-box-shadow: 0px 2px 2px 0px #d2d2d2; box-shadow: 0px 2px 2px 0px #d2d2d2; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc);}
/*--- COMMENTS ---*/
.comment {margin:0 0 20px;}
.comment .leave-comment {margin:0 0 15px;}
.comment .leave-comment .shadow {padding:14px;}
.comment .leave-comment .shadow textarea {border:0; background:none; padding:0; width:100%; resize:none; color:#333; font-family:Arial, Helvetica, sans-serif; font-size:12px; height:100px;}
/*--- REPLIES ---*/
.replies .reply-block {background:url(images/divider-double.png) repeat-x 0 0; padding-top:22px;}
.replies .reply-block:first-child {padding:0; background:none;}
.replies .reply-block p.user {font-weight:bold; margin:0 0 10px;}
.replies .reply-block p.comment {margin:0 0 10px;}
.replies .reply-block .user-reply {padding:16px 18px 18px; background:#f6f5f3; border:1px solid #cec7ba; margin:0 0 20px;}
.replies .reply-block .user-reply p.data {margin:0;}
/*---=== MEMBER CENTER ===---*/
.member-pic {float:left; margin:0 10px 10px 0; border:1px solid #d9d9d9;}
.mem-glance {margin:0 0 15px; padding:16px 18px 18px; position:relative;}
.mem-glance .mem-stats {width:100%; border-collapse:collapse; font-size:13px;}
.mem-glance .mem-stats td {padding:8px 0 0;}
.mem-glance .mem-stats .mem-cat {font-weight:bold; width:53%;}
.mem-glance .mem-stats .savings {font-weight:bold; color:#62a700;}
.mem-glance a.btn-blue:link, .mem-glance a.btn-blue:visited, .mem-glance a.btn-blue:active {position:absolute; right:18px; bottom: 13px; font-size:11px; height:26px; line-height:26px;}
/* EVENTS TABS */
.events-scroll {margin:0 0 15px; padding: 16px 18px 18px;}
.events-scroll .scroll-pane {width:282px;}
.events-scroll ul.tabs li a {width:141px;}
.events-scroll .tab-panes .rss-link span {background:none;}
/* FORUM POSTS */
.forum-posts {background:url(images/divider-double.png) repeat-x 0 0; padding:22px 20px 0;}
.forum-table {width:100%; border-collapse:collapse;}
.forum-table th {text-align:left; padding:10px 10px 5px 0;}
.forum-table tbody tr:first-child td {padding-top:0; border:0;}
.forum-table td {border-top:1px dotted #D9D9D9; padding:20px 10px 0 0; vertical-align:top;}
.forum-table td .title {font-weight:bold;}
.forum-table td.number {font-size:16px;}
/* MEMBER TABS */
.member-tabs-wrap {padding:0 10px;}
.member-tabs-wrap .member-tabs .tab1 a {width:235px;}
.member-tabs-wrap .member-tabs .tab2 a {width:220px;}
.member-tabs-wrap .member-tabs .tab3 a {width:150px;}
.member-tabs-wrap .tab-panes .pane {margin:0 0 20px; position:relative;}
/* MEMBER SCROLL */
.mem-scrollable {position:relative; overflow:hidden; width:605px; height:110px;}
.mem-scrollable .items {position:absolute; width:200000em;}
.mem-scrollable .items .item {float:left; width:290px; margin:0 25px 0 0; height:110px;}
.mem-scrollable .items .item .icon {float:left; width:75px;}
.mem-scrollable .items .item .icon img {max-width:65px;}
.mem-scrollable .items .item .desc {float:left; width:215px; font-size:11px; padding:5px 0 0;}
.member-tabs-wrap .tab-panes .pane .browse {display:block; background:url(images/arrow-scroll.png) no-repeat; width:13px; height:27px; position:absolute; top:40px; cursor:pointer; text-decoration:none;}
.member-tabs-wrap .tab-panes .pane .browse.prev {background-position:left top; left:-25px;}
.member-tabs-wrap .tab-panes .pane .browse.next {background-position:right top; right:-20px;}
.member-tabs-wrap .tab-panes .pane .browse.prev:hover {background-position:left bottom;}
.member-tabs-wrap .tab-panes .pane .browse.next:hover {background-position:right bottom;}
/*---=== RESOURCES GRID ===---*/
.news-detail-wrap .resources-grid {padding:0;}
.resources-grid {padding-top:0px;}
.resources-grid .resources-grid {width:auto;}
.resources-grid .resources-block {float:left; width:473px; height:124px; margin:0 30px 30px 0;}
.resources-grid .resources-block.resource-1,
.resources-grid .resources-block.resource-3,
.resources-grid .resources-block.resource-5,
.resources-grid .resources-block.resource-7,
.resources-grid .resources-block.resource-9,
.resources-grid .resources-block.resource-11,
.resources-grid .resources-block.resource-13,
.resources-grid .resources-block.resource-15,
.resources-grid .resources-block.resource-17 {margin-right:0;}
.resources-grid .resources-block td {height:124px; width:100%; vertical-align:middle;}
.resources-grid .resources-block td a {display:table-cell; width:345px; height:124px; vertical-align:middle; padding:0 20px 0 108px; text-decoration:none; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc);}
.resources-grid .resources-block.resource-0 td a.icon-execs {background:url(images/res-execs.gif) no-repeat 0 0;} /* EXECS */
.resources-grid .resources-block.resource-2 td a.icon-execs {background:url(images/res-engineers.gif) no-repeat 0 0;} /* ENGINEERS */
.resources-grid .resources-block.resource-4 td a.icon-execs {background:url(images/res-marketing.gif) no-repeat 0 0;} /* MARKETING */
.resources-grid .resources-block.resource-6 td a.icon-execs {background:url(images/res-students.gif) no-repeat 0 0;} /* STUDENTS */
.resources-grid .resources-block.resource-8 td a.icon-execs {background:url(images/res-auto.gif) no-repeat 0 0;} /* AUTOMOTIVE */
.resources-grid .resources-block.resource-10 td a.icon-execs {background:url(images/res-university.gif) no-repeat 0 0;} /* UNIVERSITY */
.resources-grid .resources-block.resource-12 td a.icon-execs {background:url(images/res-media.gif) no-repeat 0 0;} /* AUTHORS */
.resources-grid .resources-block.resource-1 td a.icon-execs {background:url(images/res-plant.gif) no-repeat 0 0;} /* PLANT */
.resources-grid .resources-block.resource-3 td a.icon-execs {background:url(images/res-tech.gif) no-repeat 0 0;} /* TECHNITIANS */
.resources-grid .resources-block.resource-5 td a.icon-execs {background:url(images/res-sci.gif) no-repeat 0 0;} /* SCIENTISTS */
.resources-grid .resources-block.resource-7 td a.icon-execs {background:url(images/res-isa.gif) no-repeat 0 0;} /* ISA */
.resources-grid .resources-block.resource-9 td a.icon-execs {background:url(images/res-user.gif) no-repeat 0 0;} /* USERS */
.resources-grid .resources-block.resource-11 td a.icon-execs {background:url(images/res-partners.gif) no-repeat 0 0;} /* PARTNERS */
.resources-grid .resources-block.resource-13 td a.icon-execs {background:url(images/res-authors.gif) no-repeat 0 0;} /* MEDIA */
.resources-grid .resources-block td a span.title {font-size:22px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; color:#3c3c3c; line-height:23px; margin:5px 0; display:block; text-transform:uppercase;}
.resources-grid .resources-block td a span.desc {font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; margin:5px 0; color:#333; display:block; display:none;}
.resources-grid .resources-block td a:hover {background-position:0 -124px !important;}
/*--- PERSONIFY STORE ---*/
.skin-wrap .RadRating {height:26px !important;}
.skin-wrap div.PBViewing {float:none;}
.intech-wrap.skin-wrap div.PBViewing {width:auto !important;}
.skin-wrap div.PBViewing .columnwidgetlist .PBItem {list-style:none;}
html .Store_PersonifyDefault {width:100% !important;}
.search-header-wrapper,
.PersonifyPagerControl_PersonifyDefault .PersonifyPager {width:100% !important; -webkit-box-sizing: border-box; 	-moz-box-sizing: border-box; 	box-sizing: border-box;  background:#fff; padding:15px; border:1px solid #d8d8d8; -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0px 1px 1px 0px #666; box-shadow: 0 1px 0px 0 #666; behavior: url(/css/pie/PIE.htc); position:relative;}
.search-header-wrapper .PersonifyPager {border:0; margin:15px 0 0; padding:0; -webkit-box-shadow: 0 0 0 0 #fff; box-shadow: 0 0 0 0 #fff; behavior: url(/css/pie/PIE.htc);}
html body .search-header-wrapper .RadInput_PersonifyDefault .riTextBox {height:28px; width:148px; border:1px solid #d4d4d4; padding:0 35px 0 10px; font-size:12px; color:#333; font-family:Arial, Helvetica, sans-serif; background: #f1f1f1;
background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#ffffff));
background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 50%);
-pie-background: linear-gradient(#f1f1f1 0%,#ffffff 50%);
behavior: url(/css/pie/PIE.htc);}
.search-header-wrapper .RadInput_PersonifyDefault {width:560px !important;}
.search-header-wrapper .SearchControl_PersonifyDefault {margin:0 0 5px; padding:0;}
.search-header-wrapper .SearchControl_PersonifyDefault .SearchButton {display:block; width:30px; height:28px; line-height:28px; position:absolute; text-indent:99999px; overflow:hidden; background:url(images/icon-mag.png) no-repeat 0 0; right:128px; margin-top:-27px; border:0;}
.search-header-wrapper .SearchControl_PersonifyDefault .SearchButton:hover {background-position:0 -28px;}
.search-header-wrapper .SearchControl_PersonifyDefault .advancedLink {clear:both; position:absolute; padding:7px 15px 0 0; right:0; height:15px;}
.PersonifyPager {}
.PersonifyPager .pagerSortDisplay {padding:0; font-weight:bold;}
.PersonifyPager .RadComboBox_PersonifyDefault table {border: solid 1px #D4D4D4 !important; }
.ie9 .PersonifyPager .RadComboBox_PersonifyDefault table {table-layout:auto !important;}
.PersonifyPager .RadComboBox_PersonifyDefault .rcbInputCell.rcbInputCellLeft,
.PersonifyPager .RadComboBox_PersonifyDefault .rcbArrowCell.rcbArrowCellRight {position: relative; padding:0; height:28px; line-height: 28px; text-decoration: none; text-align: left; color: #333; outline: none; vertical-align: middle; cursor: default; background-position: 0 0 !important; background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1));
background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%);
-pie-background: linear-gradient(#ffffff 0%,#f1f1f1 50%);
behavior: url(/css/pie/PIE.htc);}
.ie9 .PersonifyPager .RadComboBox_PersonifyDefault .rcbInputCell.rcbInputCellLeft,
.ie9 .PersonifyPager .RadComboBox_PersonifyDefault .rcbArrowCell.rcbArrowCellRight {margin:0 !important;}
.PersonifyPager .RadComboBox_PersonifyDefault .rcbInputCell.rcbInputCellLeft .rcbInput {padding:0 0 0 5px;}
.PersonifyPager .RadComboBox_PersonifyDefault .rcbArrowCell.rcbArrowCellRight a {position: absolute; top: 0; right: 0; width: 28px; height: 28px; background: url(images/arrow-dd.png) 50% center no-repeat; border-left: solid 1px #D4D4D4;}
.PersonifyPagerControl_PersonifyDefault .PersonifyPager .pagerSortDisplay,
.PersonifyPagerControl_PersonifyDefault .PersonifyPager .pagerItemsDisplay,
.PersonifyPagerControl_PersonifyDefault .PersonifyPager .pagerSizeDisplay,
.PersonifyPagerControl_PersonifyDefault .PersonifyPager .pagerPagesDisplay {min-width:100px;}
.PersonifyPagerControl_PersonifyDefault .PersonifyPager .pagerShowAllDisplay {position:absolute; right:13px; min-width:1px; padding:0;}
.PersonifyPagerControl_PersonifyDefault .PersonifyPager .pagerShowAllDisplay input {display:inline-block; height:32px; line-height:32px; border:1px solid #d4d4d4; font-size:15px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#004bbb; color:#fff; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none;}
.PersonifyPagerControl_PersonifyDefault .PersonifyPager .pagerShowAllDisplay input:hover {background:#fff; color:#333;}
.skin-wrap .ProductListControl_PersonifyDefault table {width:100%;}
.skin-wrap .ProductListControl_PersonifyDefault table .ProductListItemControlCell {border:0; padding:10px; width:33%; background:#fff !important;}
.skin-wrap .ProductListControl_PersonifyDefault table .ProductListItemControlCell .ProductItemControl_PersonifyDefault {padding:0; max-width:none;}
.skin-wrap .ProductListControl_PersonifyDefault table .ProductListItemControlCell .ProductNameLink .mainProductImage img {border-style:none;max-width:215px; max-height:none; width:100%;}
.skin-wrap .ProductListControl_PersonifyDefault table .ProductListItemControlCell .ProductNameLink br {display:none;}
.skin-wrap .ProductListControl_PersonifyDefault table .ProductListItemControlCell .ProductNameLink .ProductNameDisplay {font-size:18px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; border:0; margin:0; padding:10px 0; display:block; color:#333; text-decoration:none;}
.skin-wrap .ProductListControl_PersonifyDefault table .ProductListItemControlCell .ProductNameLink .ProductNameDisplay:hover {color:#004BBB;}
.skin-wrap .ProductListControl_PersonifyDefault table .ProductListItemControlCell .quickShowEvent {background:url(images/btn-quick.png) no-repeat 0 0; display:block; width:79px; height:30px; padding:0; margin:0 0 10px; cursor:pointer;}
.skin-wrap .ProductListControl_PersonifyDefault table .ProductListItemControlCell .quickShowEvent:hover {background-position:0 -30px;}
.skin-wrap .ProductListControl_PersonifyDefault table .ProductListItemControlCell .ProductItemControl_PersonifyDefault ul {margin:0; padding:0;}
.skin-wrap .ProductListControl_PersonifyDefault table .ProductListItemControlCell .ProductItemControl_PersonifyDefault ul li {margin:0; padding:0; list-style:none; line-height:1.6em;}
.skin-wrap .ProductListControl_PersonifyDefault table .ProductListItemControlCell .ProductItemControl_PersonifyDefault ul li .MemberPriceControl_PersonifyDefault {font-size:14px; font-weight:bold; color:#339900;}
.skin-wrap .ProductListControl_PersonifyDefault table .ProductListItemControlCell .ProductItemControl_PersonifyDefault ul li .PriceControl_PersonifyDefault {font-weight:bold;}
.skin-wrap .ProductListControl_PersonifyDefault table .ProductListItemControlCell .ProductItemControl_PersonifyDefault ul li .Base_PersonifyDefault {line-height:inherit;}
.skin-wrap .ProductListControl_PersonifyDefault table .ProductListItemControlCell .ProductItemControl_PersonifyDefault .ProductInfoUl ul {padding-top:5px;}
html .RadWindow_PersonifyDefault {background:#fff; height:auto !important; width:630px; border:1px solid #d8d8d8; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); position:relative;}
html .RadWindow_PersonifyDefault .rwTable {height:auto !important;}
html .RadWindow_PersonifyDefault .rwControlButtons a.rwCloseButton {display:block; cursor:pointer; width:44px; height:44px; position:absolute; right:-19px; left:auto; top:-22px; background:url(images/overlay-close.png) no-repeat 0 0;}
html .RadWindow_PersonifyDefault .rwControlButtons a.rwCloseButton:hover {background-position:0 -44px;}
html .RadWindow_PersonifyDefault .rwTopLeft,
html .RadWindow_PersonifyDefault .rwTopRight,
html .RadWindow_PersonifyDefault .rwTitlebar,
html .RadWindow_PersonifyDefault .rwFooterLeft,
html .RadWindow_PersonifyDefault .rwFooterRight,
html .RadWindow_PersonifyDefault .rwFooterCenter,
html .RadWindow_PersonifyDefault .rwBodyLeft,
html .RadWindow_PersonifyDefault .rwBodyRight {background:#fff;}
html .RadWindow_PersonifyDefault .rwTopResize {display:none;}
html .RadWindow_PersonifyDefault .rwTitlebar .rwTitlebarControls td {width:auto !important; vertical-align:middle;}
html .RadWindow_PersonifyDefault .rwTitlebar .rwTitlebarControls td a.rwIcon {display:none;}
html .RadWindow_PersonifyDefault .rwTitlebar .rwTitlebarControls td em {color:#333; font-size:14x; font-family:Arial, Helvetica, sans-serif; font-weight:700; padding:3px 0 3px 10px;}
html .RadWindow_PersonifyDefault .rwWindowContent {border:0;}
html .RadWindow_PersonifyDefault .rwWindowContent > div:first-child {overflow:visible !important; height:auto !important;}
html .RadWindow_PersonifyDefault .rwWindowContent .ProductPreviewDiv {position:relative;}
html .RadWindow_PersonifyDefault .rwWindowContent .ProductPreviewDiv .ShareControl_PersonifyDefault {position:absolute; right:24px; top:-23px;}
html .RadWindow_PersonifyDefault .rwWindowContent .ProductPreviewDiv .ShareControl_PersonifyDefault .RadSocialShare {padding:0;}
html .RadWindow_PersonifyDefault .rwWindowContent .ProductPreviewDiv .ShareControl_PersonifyDefault .RadSocialShare .sshListItem {padding:0; margin:0;}
html .RadWindow_PersonifyDefault .rwWindowContent .ProductPreviewDiv .ShareControl_PersonifyDefault .RadSocialShare .sshListItem a .sshCustomIcon {width:20px !important; height:20px !important;}
html .RadWindow_PersonifyDefault .rwWindowContent .ProductPreviewDiv .ShareControl_PersonifyDefault .RadSocialShare .sshListItem.socialMailTo a .sshCustomIcon {width:18px !important;}
html .RadWindow_PersonifyDefault .rwWindowContent .ProductPreviewDiv .previewProductInfo {padding:20px 10px 0;}
html .RadWindow_PersonifyDefault .rwWindowContent .ProductPreviewDiv .previewProductInfo .ProductInfo {margin:0; padding:0;}
html .RadWindow_PersonifyDefault .rwWindowContent .ProductPreviewDiv .previewProductInfo .ProductInfo li {margin:0 0 5px;}
html .RadWindow_PersonifyDefault .rwWindowContent .ProductPreviewDiv .previewProductInfo .ProductInfo li:after {content:" "; visibility:hidden; display:block; height:0; clear:both;}
html .RadWindow_PersonifyDefault .rwWindowContent .ProductPreviewDiv .previewProductInfo .ProductInfo li .ProductNameLinkDiv {float:none; width:100%; line-height:normal;}
html .RadWindow_PersonifyDefault .rwWindowContent .ProductPreviewDiv .previewProductInfo .ProductInfo li .ProductNameCaption {display:none;}
html .RadWindow_PersonifyDefault .rwWindowContent .ProductPreviewDiv .previewProductInfo .ProductInfo li .ProductNameLink {font-size:32px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; text-decoration:none; color:#333; line-height:36px;}
html .RadWindow_PersonifyDefault .rwWindowContent .ProductPreviewDiv .previewProductInfo .ProductInfo li .ProductNameLink:hover {color:#004BBB;}
html .RadWindow_PersonifyDefault .rwWindowContent .ProductPreviewDiv .previewProductInfo .ProductInfo li.mtgDateProdPreview .PreviewMTGDateCaption,
html .RadWindow_PersonifyDefault .rwWindowContent .ProductPreviewDiv .previewProductInfo .ProductInfo li.mtgTimeProdPreview .PreviewMTGTimeCaption {display:block; float:left; font-weight:bold; width:100px;}
html .RadWindow_PersonifyDefault .rwWindowContent .ProductPreviewDiv .previewProductInfo .ProductInfo li.mtgDateProdPreview .PreviewMTGDateDisplay,
html .RadWindow_PersonifyDefault .rwWindowContent .ProductPreviewDiv .previewProductInfo .ProductInfo li.mtgTimeProdPreview .PreviewMTGTimeDisplay {display:block; float:left; width:460px;}
html .RadWindow_PersonifyDefault .rwWindowContent .ProductPreviewDiv .previewProductInfo .ProductInfo li.pricingPreview .MemberPriceControl_PersonifyDefault {font-size:14px; font-weight:bold; color:#339900;}
html .BreadcrumbControl_PersonifyDefault {background:#eee; padding:8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
html .BreadcrumbControl_PersonifyDefault .Breadcrumb {clear:both; display:block;}
html .BreadcrumbControl_PersonifyDefault .Breadcrumb.BreadcrumbSelectionsLabel {font-weight:bold;}
html .BreadcrumbControl_PersonifyDefault .Breadcrumb.BreadcrumbSelectionsLabel .BreadcrumbClearAll {padding-left:5px; font-weight:normal;}
html .BreadcrumbControl_PersonifyDefault .Breadcrumb.BreadcrumbSelectionsLabel .BreadcrumbDelimiter {padding-left:0;}
html .BreadcrumbControl_PersonifyDefault .Breadcrumb.Level1 {padding:0 0 0 20px;}
html .BreadcrumbControl_PersonifyDefault .Breadcrumb.Level2 {padding:0 0 0 32px;}
html .RadTreeView_PersonifyDefault,
html .RadTreeView_PersonifyDefault a.rtIn,
html .RadTreeView_PersonifyDefault .rtEdit .rtIn input {font-family:Arial, Helvetica, sans-serif;}
html .NavigationBarControl_PersonifyDefault .TreeViewTitleLabel {border:0; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:700; text-decoration:none; color:#333; padding-bottom:0;}
html .NavigationBarControl_PersonifyDefault .RadTreeView {padding:0; white-space:normal;}
html .NavigationBarControl_PersonifyDefault .RadTreeView .rtUL {padding:0;}
html .NavigationBarControl_PersonifyDefault .RadTreeView .rtUL .rtLI {margin:5px 0;}
html .NavigationBarControl_PersonifyDefault .RadTreeView .rtUL .rtUL {padding:0 0 0 10px;}
html .NavigationBarControl_PersonifyDefault .RadTreeView .rtIn {margin:0; padding:0; border:0;}
html .NavigationBarControl_PersonifyDefault .RadTreeView .rtTop,
html .NavigationBarControl_PersonifyDefault .RadTreeView .rtBot {position:relative; padding:0;}
html .NavigationBarControl_PersonifyDefault .RadTreeView .rtMinus,
html .NavigationBarControl_PersonifyDefault .RadTreeView .rtPlus {display:block; width:10px; height:10px; float:none; position:absolute; margin:-5px 0 0 0; left:auto; right:0; top:50%; background:url(images/icon-plusminus.png) no-repeat 0 -10px;}
html .NavigationBarControl_PersonifyDefault .RadTreeView .rtMinus {background-position:0 -20px;}
html .NavigationBarControl_PersonifyDefault .RadTreeView .rtIn.RadTreeView_TopLevel {font-size:16px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; text-decoration:none; color:#004BBB;}

html .interior-1col .ShareControl_PersonifyDefault {position:absolute; right:283px; top:19px;}
html .interior-1col .ShareControl_PersonifyDefault .RadSocialShare {padding:0;}
html .interior-1col .ShareControl_PersonifyDefault .RadSocialShare .sshListItem {padding:0; margin:0;}
html .interior-1col .ShareControl_PersonifyDefault .RadSocialShare .sshListItem a .sshCustomIcon {width:20px !important; height:20px !important;}
html .interior-1col .ShareControl_PersonifyDefault .RadSocialShare .sshListItem.socialMailTo a .sshCustomIcon {width:18px !important;}
html .interior-1col .productDetail table {width:100%; border-collapse:collapse;}
html .ProductDetailControl_PersonifyDefault .ProductDetailImageCell {width:270px; height:270px;}
html .ProductDetailControl_PersonifyDefault div.productImages {margin:0 20px 20px 0; width:250px;}
html .ProductDetailControl_PersonifyDefault div.productImages:after {content:" "; visibility:hidden; display:block; height:0; clear:both;}
html .ProductDetailControl_PersonifyDefault div.mainProductImage {height:auto; width:auto; display:block; border-style:none;}
html .ProductDetailControl_PersonifyDefault div.mainProductImage img.ProductDetailDisplayImage {width:auto; max-width:250px; max-height:none;}
html .ProductDetailControl_PersonifyDefault .ProductDetailContentCell {/*width:auto;*/ padding:0 20px 20px 0; width:40%;}
html .ProductDetailControl_PersonifyDefault .ProductDetailContentCell h1 .ProductDetailNameDisplay {color:#333; font-size:inherit; font-weight:inherit; line-height:inherit; margin-bottom:20px;}
html .ProductDetailControl_PersonifyDefault .ProductDetailLeftCell {width:250px;}
html .ProductDetailControl_PersonifyDefault .ProductDetailBlockCell {/*margin-top:0;*/margin-top: 56px;
width: 70%;}
html .ProductDetailControl_PersonifyDefault .ProductDetailBlockCell h5 {font-weight:600;}

html .ProductDetailControl_PersonifyDefault .productActions {border:0; float:none; margin:0; width:100%;}
html .ProductDetailControl_PersonifyDefault .productActions .PriceListUL .PriceTextLabel {font-weight:bold;}
html .ProductDetailControl_PersonifyDefault .productActions .PriceListUL,
html .MTGDetailPriceGroup .PriceListUL {color:#333; margin:0;}
html .ProductDetailControl_PersonifyDefault .productActions .PriceListUL ul {margin: 0 15px 0 0;}
html .ProductDetailControl_PersonifyDefault .productActions .PriceListUL ul li {margin:8px 0 8px 20px; list-style:disc; line-height:normal;}
html .ProductDetailControl_PersonifyDefault .productActions .PriceListUL .PriceControl_PersonifyDefault,
html .MTGDetailPriceGroup .PriceListUL .PriceControl_PersonifyDefault {font-weight:bold;}
html .ProductDetailControl_PersonifyDefault .productActions .PriceListUL .MemberPriceControl_PersonifyDefault,
html .MTGDetailPriceGroup .PriceListUL .MemberPriceControl_PersonifyDefault {font-size:14px; color:#339900; font-weight:bold;}
html .ProductDetailControl_PersonifyDefault .productActions .PriceListUL .ProductSaleEndDate {display:block; padding:0;}
html .ProductDetailControl_PersonifyDefault .info,
html .MTGDetailPriceGroup {background:#eee; padding:10px; margin:10px 0; min-height:1px;}
html .ProductDetailControl_PersonifyDefault .productDetail ul.info {padding-left:10px; padding-right:10px;}
html .ProductDetailControl_PersonifyDefault .MultipleRatesPanel {padding:10px 10px 0 !important; border:0 !important;}
html .ProductDetailControl_PersonifyDefault .MultipleRatesPanel .RadComboBox_PersonifyDefault table {border: solid 1px #D4D4D4 !important; }
html .ProductDetailControl_PersonifyDefault .MultipleRatesPanel .RadComboBox_PersonifyDefault .rcbInputCell.rcbInputCellLeft,
html .ProductDetailControl_PersonifyDefault .MultipleRatesPanel .RadComboBox_PersonifyDefault .rcbArrowCell.rcbArrowCellRight {position: relative; padding:0; height:28px; line-height: 28px; text-decoration: none; text-align: left; color: #333; outline: none; vertical-align: middle; cursor: default; background-position: 0 0 !important; background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1));
background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%);
-pie-background: linear-gradient(#ffffff 0%,#f1f1f1 50%);
behavior: url(/css/pie/PIE.htc);}
html .ProductDetailControl_PersonifyDefault .MultipleRatesPanel .RadComboBox_PersonifyDefault .rcbInputCell.rcbInputCellLeft .rcbInput {padding:0 0 0 5px;}
html .ProductDetailControl_PersonifyDefault .MultipleRatesPanel .RadComboBox_PersonifyDefault .rcbArrowCell.rcbArrowCellRight a {position: absolute; top: 0; right: 0; width: 28px; height: 28px; background: url(images/arrow-dd.png) 50% center no-repeat; border-left: solid 1px #D4D4D4;}
html .ProductDetailControl_PersonifyDefault .quantityContainer {padding:10px !important;}
html .ProductDetailControl_PersonifyDefault .productActions input.quantity {border:solid 1px #D4D4D4; width:26px; position:relative; top:-2px;}
html .ProductDetailControl_PersonifyDefault .productbuttons {background:none; padding:0 10px 10px; border:0;}
html .ProductDetailControl_PersonifyDefault .productbuttons br {display:none;}
html .ProductDetailControl_PersonifyDefault .productbuttons:after {content:" "; visibility:hidden; display:block; height:0; clear:both;}
html .ProductDetailControl_PersonifyDefault .productbuttons .wishList {margin:0; float:left; display:inline-block; height:32px; line-height:32px; border:1px solid #d4d4d4; font-size:15px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#fff; color:#333; padding:0 12px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none;}
html .ProductDetailControl_PersonifyDefault .productbuttons .wishList:hover {background:#004bbb; color:#fff;}
html .ProductDetailControl_PersonifyDefault .productbuttons .addToCart {display:inline-block; float:right; height:32px; line-height:32px; border:1px solid #d4d4d4; font-size:15px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#004bbb; color:#fff; padding:0 12px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none;}
html .ProductDetailControl_PersonifyDefault .productbuttons .addToCart:hover {background:#fff; color:#333;}
html .ShoppingCartSavingsControl_PersonifyDefault {background:#fff; border:1px solid #d8d8d8; -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0px 1px 1px 0px #666; box-shadow: 0 1px 0px 0 #666; behavior: url(/css/pie/PIE.htc);}
html .ShoppingCartSavingsControl_PersonifyDefault .savingsHeader {background:none; color:#333; font-size:22px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; line-height:24px; height:auto; margin:0 0 10px; padding:10px 18px 0;}
html .ShoppingCartSavingsControl_PersonifyDefault .savingsHeader .decore {display:none !important;}
html .ShoppingCartSavingsControl_PersonifyDefault .savingsLogin {padding:0 15px;}
html .ShoppingCartSavingsControl_PersonifyDefault .membersCanSave {margin:0 6px 6px; padding:6px;}
/*--- SEARCH RESULTS ---*/
.interior-wrap.search-wrap .page-tools {position:absolute; right:22px; top:0; width:121px;}
.interior-wrap.search-wrap.interior-1col .page-tools {top:15px; width:250px;}
.interior-wrap.search-wrap section .breadcrumb {height:38px;}
.search-header {position:relative; margin:0 0 20px;}
.search-header .sort-by {float:left; width:218px; padding:5px 7px 5px 5px; border-right:1px solid #D8D8D8; height:30px;}
.search-header .filter-by {float:left; width:527px; padding:5px 7px 5px 5px; border-right:1px solid #D8D8D8; height:30px;}
.search-header .search {float:left; width:195px; padding:5px 7px 5px 5px; height:30px; position:relative;}
.search-header .label {line-height:30px; text-align:right; font-weight:bold; float:left;}
.search-header .sort-by .label {width:60px; padding:0 12px 0 0;}
.search-header .filter-by .label {width:125px; padding:0 12px 0 0;}
.search-header .sort-by .search-box {float:right; width:146px;}
.search-header .filter-by .search-box {float:left; width:190pxpx;}
.search-header .filter-by .search-box.search-box-right {padding-left:14px;}
.search-header .filter-by .search-box .main-label {line-height: 30px;}
.search-header .filter-by .search-box .inFieldLabel {font-size:12px; color:#333; font-family:Arial, Helvetica, sans-serif; line-height:30px; padding-left:10px;}
.search-header .filter-by .search-box input.hasDatepicker {height:28px; width:112px; border:1px solid #d4d4d4; padding:0 35px 0 10px; font-size:12px; color:#333; font-family:Arial, Helvetica, sans-serif; background: #f1f1f1;
background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#ffffff));
background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 50%);
-pie-background: linear-gradient(#f1f1f1 0%,#ffffff 50%);
behavior: url(/css/pie/PIE.htc);}
.search-header .search .search-field {height:28px; width:148px; border:1px solid #d4d4d4; padding:0 35px 0 10px; font-size:12px; color:#333; font-family:Arial, Helvetica, sans-serif; background: #f1f1f1;
background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#ffffff));
background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 50%);
-pie-background: linear-gradient(#f1f1f1 0%,#ffffff 50%);
behavior: url(/css/pie/PIE.htc);}
.search-header .search .btn-search {display:block; width:30px; height:28px; line-height:28px; position:absolute; text-indent:99999px; overflow:hidden; background:url(images/icon-mag.png) no-repeat 0 0; right:8px; top:6px;}
.search-header .search .btn-search:hover {background-position:0 -28px;}
.search-header .submit-row {border-top:1px solid #D8D8D8; padding:5px;}
.search-header .submit-row a {float:right;}
.search-header .submit-row a.btn-blue {margin-left:5px;}
.results-options {position:relative; height:30px; margin:0 0 20px;}
.results-options.results-footer {padding:22px 0 0; background:url(images/divider-double.png) repeat-x 0 0; clear:both; margin-top:22px;}
.results-options h3 {margin:0;}
.results-options .display-count {position:absolute; right:22px; top:0; height:30px;}
.results-options.results-footer .display-count {top:22px;}
.results-options .display-count .label {float:left; line-height:30px; text-align:right; font-weight:bold; float:left; padding:0 6px 0 0;}
.results-options .display-count .display-dd {float:left; width:80px; margin:0 10px 0 0;}
.results-options .display-count .pagination {float:left; line-height:30px;}
.results-options .display-count .pagination .showing {padding:0 20px; margin-right: 20px; border-right:1px solid #ddd;}
.results-options .display-count .pagination a {padding:0 0 0 7px; color:#333; text-decoration:none;}
.results-options .display-count .pagination a.active {font-weight:bold;}
.results-options .display-count .pagination a:hover {color:#004bbb;}
.skin-wrap .RadTreeView_Default {font-family:Arial, Helvetica, sans-serif}
.results-tree {float:left; width:220px;}
.results-tree ul li {margin:0;}
.results-tree .RadTreeView {white-space:normal;}
.results-tree .RadTreeView .rtHover .rtIn {background:none; border:0; cursor:pointer; padding:4px 3px 3px;}
.results-wrap {position:relative; float:right; width:750px;}
.results-wrap .search-results-block {padding:10px 0 0; margin:10px 0 0; border-top:1px solid #D8D8D8;}
.results-wrap .search-results-block:first-child {border-top:0; margin:0; padding:0;}
.results-wrap .search-results-block .title {font-size:14px; font-weight:bold; padding:0 0 3px;}
.results-wrap .search-block {float:left; padding:41px 17px 0; width:292px; height:239px;}
.results-wrap .search-block.featured {background:#f0f0f0; border:1px solid #dfdfdf; padding:4px 16px 0; width:292px; height:274px;}
.results-wrap .search-block.featured .featured-title {height:37px; line-height:37px; font-size:18px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; color:#3c3c3c; margin:0 0 5px 0; text-shadow: 1px 1px 0px #fff; text-transform:uppercase;}
.results-wrap .search-block .left {width:80px; margin:0 0 10px;}
.results-wrap .search-block .left .thumb {margin:0 0 10px;}
.results-wrap .search-block .left .thumb img {width:80px;}
.results-wrap .search-block .left .btn-white {width:78px; text-align:center; font-size:11px; height:28px; line-height:28px; padding:0; text-transform:uppercase;}
.results-wrap .search-block .right {width:198px; margin:0 0 10px;}
.results-wrap .search-block .right .title {font-weight:bold; line-height:15px; margin:0 0 10px;}
.results-wrap .search-block .right .prod {line-height:15px;}
.results-wrap .search-block .right .status {line-height:15px; margin:0 0 10px;}
.results-wrap .search-block .right .price {margin:0 0 10px; font-size:11px;}
.results-wrap .search-block .right .price .isa {font-size:13px; font-weight:bold; color:#339900;}
.results-wrap .search-block .right .quantity .label {font-weight:bold; float:left; height:20px; line-height:20px; margin:0 5px 0 0; font-size:11px;}
.results-wrap .search-block .right .quantity input,
.results-wrap .product-detail .quantity input {height:18px; width:18px; padding:0 5px; font-size:11px; font-family:Arial, Helvetica, sans-serif; color:#333; border:1px solid #d4d4d4; }
.results-wrap .search-block .actions {clear:both;}
.results-wrap .product-overlay {position:absolute; left:50%; width:630px; margin:-240px 0 0 -316px; background:url(images/overlay-shad.png) no-repeat center bottom; padding:0 0 67px; z-index:999; display:none; top:auto !important;}
.results-wrap .product-overlay .product-wrap {background:#fff; padding:37px 35px; width:630px; border:1px solid #d8d8d8; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); position:relative;}
.results-wrap .product-overlay .product-wrap .close {display:block; cursor:pointer; width:44px; height:44px; position:absolute; right:-22px; top:-22px; background:url(images/overlay-close.png) no-repeat 0 0;}
.results-wrap .product-overlay .product-wrap .close:hover {background-position:0 -44px;}
.results-wrap .product-overlay .product-wrap .prod-img,
.results-wrap .product-detail .prod-img {width:212px; margin:0 25px 0 0;}
.results-wrap .product-overlay .product-wrap .prod-img img {width:212px;}
.results-wrap .product-overlay .product-wrap .prod-info {width:393px; margin:0;}
.results-wrap .product-detail .prod-info {width:393px; margin:0; float:left;}
.results-wrap .product-overlay .product-wrap .prod-info .title,
.results-wrap .product-detail .prod-info .title {font-weight:bold; line-height:23px; font-size:20px; margin:0 0 15px;}
.results-wrap .product-overlay .product-wrap .prod-info .prod,
.results-wrap .product-detail .prod-info .prod {font-size:14px; line-height:18px;}
.results-wrap .product-overlay .product-wrap .prod-info .status,
.results-wrap .product-detail .prod-info .status {font-size:14px; line-height:18px; margin:0 0 15px;}
.results-wrap .product-overlay .product-wrap .prod-info .price,
.results-wrap .product-detail .prod-info .price {font-size:14px; line-height:18px; margin:0 0 15px;}
.results-wrap .product-overlay .product-wrap .prod-info .price .isa,
.results-wrap .product-detail .prod-info .price .isa {font-size:15px; font-weight:bold; color:#339900;}
.results-wrap .product-overlay .product-wrap .prod-info .quantity,
.results-wrap .product-overlay .product-wrap .prod-info .actions,
.results-wrap .product-overlay .product-wrap .prod-info .full-details,
.results-wrap .product-detail .prod-info .quantity,
.results-wrap .product-detail .prod-info .actions,
.results-wrap .product-detail .prod-info .full-details {margin:0 0 15px;}
.results-wrap .product-overlay .product-wrap .prod-info .quantity .label,
.results-wrap .product-detail .prod-info .quantity .label {font-size:14px; font-weight:bold; float:left; height:20px; line-height:20px; margin:0 5px 0 0;}
.results-wrap .product-overlay .product-wrap .prod-info .info {font-size:14px; line-height:18px; margin:0 0 15px;}
.results-wrap .tab-wrap {padding-top:20px;}
/*---=== INTECH LANDING PAGE ===---*/
.interior-wrap.intech-wrap section .wide-ad-wrap {height:90px; background:#fff; padding:5px 22px 20px 24px; position:relative; z-index:10;}
.interior-wrap.intech-wrap section .ad-wrap {padding:20px 0;}
.interior-wrap.intech-wrap section .ad-navi {display:none;}
.interior-wrap.intech-wrap section .wide-ad-wrap:after {content: " "; visibility:hidden; display:block; height:0; clear:both;}
.interior-wrap.intech-wrap section .sign-up input {width:145px;}
.interior-wrap.intech-wrap section .sign-up .btn-blue {float:none; width:134px; height:33px; line-height:33px; margin:10px 0 0; text-align:center;}
.interior-wrap.intech-wrap section .right.sidebar .white-wrap.rss-news h3 {background-position:210px 19px;}


.intech-wrap .intech-hub .ad-wrap .left .top {position:relative; height:132px;}
.intech-wrap .intech-hub .ad-wrap .left .bottom {position:relative; height:125px;}
.intech-wrap .intech-hub .ad-wrap .left .top a {position:absolute; display:none; height:125px; width:125px; top:0px; left:0;}
.intech-wrap .intech-hub .ad-wrap .left .bottom a {position:absolute; display:none; height:125px; width:125px; top:3px; left:0;}

.interior-wrap.intech-wrap section .right.sidebar .white-wrap.rss-news .scroll-pane-wrap {padding:0 18px 5px; width:206px;}
.interior-wrap.intech-wrap section .right.sidebar .white-wrap.rss-news .scroll-pane {width:255px; margin:0 0 5px;}
.interior-wrap.intech-wrap.site-section-wrap section .right.sidebar .white-wrap.rss-news .scroll-pane {}
.interior-wrap.intech-wrap section .right.sidebar .white-wrap.rss-news .scroll-pane ul {padding:0;}
.interior-wrap.intech-wrap section .right.sidebar .scroll-links .scroll-pane {width:233px; margin:0 0 20px;}
.interior-wrap.intech-wrap.site-section-wrap section .right.sidebar .scroll-links .scroll-pane.ann {width:250px;}
.interior-wrap.intech-wrap.site-section-wrap section .left.content .section-scroll-wrap {position:relative; margin:0 0 22px;}
.interior-wrap.intech-wrap.site-section-wrap section .left.content .section-scroll-wrap .scroll-links .scroll-pane {width:250px; height:130px;}
.interior-wrap.intech-wrap .scroll-links ul {margin:0;}
.interior-wrap.intech-wrap .scroll-links ul li {list-style:none; margin:0 0 10px;}
.interior-wrap.intech-wrap .scroll-links ul li a {color:#004BBB;}
.intech-wrap .intech-featured {width:428px; position:relative;}
.intech-wrap .intech-sidebar {width:210px; position:relative;}
.intech-wrap .intech-columnist {width:208px; position:relative;z-index: 3;}
.intech-wrap .intech-hub {width:430px; position:relative; z-index: 2;}
.intech-wrap .intech-hub .ad-wrap:after {content: " "; visibility:hidden; display:block; height:0; clear:both;}
.intech-wrap .intech-hub .ad-wrap .right {width:300px;}
.intech-wrap .intech-hub .ad-wrap .left {width:125px;}
.intech-wrap .intech-hub .ad-wrap .left img {float:left; margin-bottom:5px;}
.intech-wrap .intech-hub .ask-expert {}
.intech-wrap .intech-hub .feedback-hub {clear:both; padding:42px 0 0; background:url(images/divider-double.png) repeat-x 0 12px;}
.intech-wrap .wide-ad {clear:both; margin:0 0 20px; height:88px; overflow:hidden;}
.intech-wrap .wide-ad img {width:100%;}
.intech-wrap .all-link {top:11px;}
.intech-slider-wrap {position:relative;}
.intech-wrap .intech-scrollable {width:428px; height:260px; position:relative; overflow:hidden; margin:0 0 30px; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc);}
.intech-wrap .intech-scrollable .items {width:20000em; position:absolute;}
.intech-wrap .intech-scrollable .items .item {float:left; width:428px; height:220px;}
.intech-wrap .intech-scrollable .items .item p {margin-top: 25px;}
.intech-wrap .intech-navi {width:110px; position:absolute; left:50%; margin:0 0 0 -55px; bottom:20px; text-align:center; height:14px; padding:10px 0; background:#eee; border:1px solid #d8d8d8; -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0px 1px 1px 0px #fff; box-shadow: 0 1px 0px 0 #fff; behavior: url(/css/pie/PIE.htc);}
.intech-wrap .intech-navi a {display:inline-block; width:14px; height:14px; background:#dfdfdf; cursor:pointer; margin:0 2px; -webkit-border-radius: 7px; border-radius: 7px; behavior: url(/css/pie/PIE.htc);}
.intech-wrap .intech-navi a:hover {background:#ccc;}
.intech-wrap .intech-navi a.active, .intech-wrap .intech-navi a.active:hover {background:#e55302;}
.intech-wrap .intech-featured .scroll-pane {width:428px; height:310px;}
.intech-wrap .column-block {margin:0 0 20px;}
.intech-wrap .column-block {display:block; text-decoration:none !important; float:left; width:50%;height:200px;}
.intech-wrap .column-block .h6 {display:block; font-size:12px; padding:0 0 5px;}
.intech-wrap .intech-ads {clear:both; padding:42px 0 0; background:url(images/divider-double.png) repeat-x 0 20px;}
.intech-wrap .intech-ads .square-lg {float:left; height:225px; width:270px; overflow:hidden; margin:0 29px 0 0;}
.intech-wrap .intech-ads .square-lg .ad-wrap {position:relative; height:225px; width:270px; overflow:hidden;}
.intech-wrap .intech-ads .square-lg .ad-wrap a {display:block; position:absolute; top:0; left:0; display:none;}
.intech-wrap .intech-ads .square-lg .ad-wrap img {width:100%;}
.intech-wrap .intech-ads .square-sm {float:right; width:110px; overflow:hidden;}
.intech-wrap .intech-ads .square-sm .top-sm-ad .ad-wrap {width:110px; position:relative; height:110px; overflow:hidden; margin:0 0 5px;}
.intech-wrap .intech-ads .square-sm .top-sm-ad .ad-wrap a {display:block; position:absolute; display:none; top:0; left:0;}
.intech-wrap .intech-ads .square-sm .bot-sm-ad .ad-wrap {width:110px; position:relative; height:110px; overflow:hidden;}
.intech-wrap .intech-ads .square-sm .bot-sm-ad .ad-wrap a {display:block; position:absolute; display:none; top:0; left:0;}
.intech-wrap .intech-ads .square-sm .ad-wrap img {width:100%;}
.intech-wrap .intech-ads .ad-navi {position:relative; top:250px;}
.intech-wrap .intech-header {width:1022px; margin:-5px auto 0; position:relative; z-index:10; height:115px; background-image:url(images/intech-header.jpg); background-repeat:no-repeat; background-position:right center; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;}
.intech-wrap .intech-header .intech-title {float:left; padding:24px 72px 0 30px; width:194px;}
.intech-wrap .intech-header .intech-intro {float:left; width:530px; padding-top:32px;}
.intech-wrap .intech-header .intech-intro p {display:block; line-height:normal; font-style:italic; color:#666; line-height:18px;}
.site-section-wrap .section-header {height:176px; width:980px; margin:0 auto; position:relative; z-index:10;}
.site-section-wrap .section-header h1 {text-shadow:none; line-height:163px; color:#fff; font-size:60px;}
.site-section-wrap .form-el label {font-weight:bold;}
.site-section-wrap .form-el input {height:28px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width:100%; margin:0; border:1px solid #d4d4d4; padding:0 10px; float:none; font-size:12px; color:#333; font-family:Arial, Helvetica, sans-serif; background: #f1f1f1;
background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#ffffff));
background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 50%);
-pie-background: linear-gradient(#f1f1f1 0%,#ffffff 50%);
behavior: url(/css/pie/PIE.htc);}
.site-section-wrap .form-el textarea {height:128px; resize:none; -webkit-box-sizing: border-box; resize:none; -moz-box-sizing: border-box; box-sizing: border-box; width:100%; margin:0; border:1px solid #d4d4d4; padding:8px 10px; float:none; font-size:12px; color:#333; font-family:Arial, Helvetica, sans-serif; background: #f1f1f1;
background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#ffffff));
background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 50%);
-pie-background: linear-gradient(#f1f1f1 0%,#ffffff 50%);
behavior: url(/css/pie/PIE.htc);}
.site-section-wrap .content .btn {display:inline-block; height:38px; line-height:38px; border:1px solid #d4d4d4; font-size:15px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#004bbb; color:#fff; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none;}
.site-section-wrap .content .btn:hover {background:#fff; color:#333;}

/*--- CONTACT TAB ---*/
.contact-tab {position:fixed; right:-300px; top:210px; z-index:1000; width:368px;}
.contact-tab .contact-link {display:block; width:68px; height:150px; background:url(images/contact-tab.png) no-repeat 0 0; position:absolute; left:0; top:0; overflow:hidden; text-indent:-99999px;}
.contact-tab .contact-slide {width:266px;background:#fff; position:absolute; padding:14px 16px; right:0; top:3px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; behavior: url(/css/pie/PIE.htc);}
.contact-tab .contact-slide input {width:244px; margin:0 0 10px; border:1px solid #d4d4d4; padding:8px 10px; font-size:12px; color:#333; font-family:Arial, Helvetica, sans-serif; background: #f1f1f1;
background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#ffffff));
background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 50%);
-pie-background: linear-gradient(#f1f1f1 0%,#ffffff 50%);
behavior: url(/css/pie/PIE.htc);}
.contact-tab .contact-slide textarea {width:244px; height:90px; resize:none; margin:0 0 10px; border:1px solid #d4d4d4; padding:8px 10px; font-size:12px; color:#333; font-family:Arial, Helvetica, sans-serif; background: #f1f1f1;
background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#ffffff));
background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 50%);
-pie-background: linear-gradient(#f1f1f1 0%,#ffffff 50%);
behavior: url(/css/pie/PIE.htc);}
/*--- Join/Renew ---*/
.skin-wrap h1.ctrlTitle {font-size:32px; margin:0 0 10px;}
.MembershipListingControl_PersonifyDefault .MbrProdListTbl .productRow {background:#fff; border:1px solid #d8d8d8; -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0px 1px 1px 0px #666; box-shadow: 0 1px 0px 0 #666; behavior: url(/css/pie/PIE.htc); margin:0 0 20px; padding:20px;}
.MembershipListingControl_PersonifyDefault .MbrProdListTbl .productRow .productDetails {}
.MembershipListingControl_PersonifyDefault .MbrProdListTbl .productRow .productDetails h3.productName {font-size:22px; font-family:'Open Sans Condensed', sans-serif; font-weight:300; color:#3c3c3c; line-height:normal; margin:0 0 5px 0;}
.MembershipListingControl_PersonifyDefault .MbrProdListTbl .productRow .productDetails .pricingCell {padding:0; margin:0 5px 0 0; width:125px;}
.MembershipListingControl_PersonifyDefault .MbrProdListTbl .productRow .productDetails .pricingCell a:hover {background:#004bbb;}
.MembershipListingControl_PersonifyDefault .MbrProdListTbl .productRow .productDetails .pricingCell a:hover span {color:#fff;}
.MembershipListingControl_PersonifyDefault .MbrProdListTbl .productRow .productDetails .pricingCell.highlight a,
.MembershipListingControl_PersonifyDefault .MbrProdListTbl .productRow .productDetails .pricingCell.regular a {margin:0;}
.MembershipListingControl_PersonifyDefault .MbrProdListTbl .productRow .productDetails .pricingCell .rateCode {padding:0.25em 0; font-family:'Open Sans Condensed', sans-serif; font-weight:700; color:#3c3c3c; font-size:15px;}
.MembershipListingControl_PersonifyDefault .MbrProdListTbl .productRow .productDetails .pricingCell .price {padding:0.25em 0; color:#333;}
.MembershipListingControl_PersonifyDefault .MbrProdListTbl .productRow .productDetailDescription {}
.MembershipListingControl_PersonifyDefault .MbrProdListTbl .productRow .joinButtonRow {margin:0;}
.MembershipListingControl_PersonifyDefault .MbrProdListTbl .productRow .joinButtonRow input {display:inline-block; height:38px; line-height:38px; border:1px solid #d4d4d4; font-size:15px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#004bbb; color:#fff; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none; cursor:pointer;}
.MembershipListingControl_PersonifyDefault .MbrProdListTbl .productRow .joinButtonRow input:hover {background:#fff; color:#333;}

.skin-wrap div.WizardBannerControl_PersonifyDefault {margin:0 0 20px; background:#fff; height:38px;}
.skin-wrap div.WizardBannerControl_PersonifyDefault .step {display:block; padding:0; background:url(images/timeline.png) repeat-x 0 0; float:left; width:327px; position:relative; height:38px;}
.skin-wrap div.WizardBannerControl_PersonifyDefault .step.step1 {}
.skin-wrap div.WizardBannerControl_PersonifyDefault .step.step2 {}
.skin-wrap div.WizardBannerControl_PersonifyDefault .step.step3 {width:326px; background:url(images/timeline-end.png) no-repeat right 0;}
.skin-wrap div.WizardBannerControl_PersonifyDefault .step.active,
.skin-wrap .MembershipJoinBiggerImpactControl_PersonifyDefault div.WizardBannerControl_PersonifyDefault .step,
.skin-wrap .MembershipJoinOptionsControl_PersonifyDefault div.WizardBannerControl_PersonifyDefault .step.step1 {background:url(images/timeline-active.png) repeat-x 0 0;}
.skin-wrap div.WizardBannerControl_PersonifyDefault .step.active span {color:#004bbb; font-weight:normal;}
.skin-wrap div.WizardBannerControl_PersonifyDefault .step span {color:#6e6e6e; padding:0;}
.skin-wrap div.WizardBannerControl_PersonifyDefault .step span.prefix,
.skin-wrap div.WizardBannerControl_PersonifyDefault .step span.sep,
.skin-wrap div.WizardBannerControl_PersonifyDefault .step span.divider {display:none;}
.skin-wrap div.WizardBannerControl_PersonifyDefault .step span.number {display:block; width:30px; height:30px; position:absolute; left:0; background:#fff; border:1px solid #d0d0d0; font-size:16px; text-align:center; line-height:30px; -webkit-border-radius: 16px; border-radius: 16px; }
.skin-wrap div.WizardBannerControl_PersonifyDefault .step.active span.number,
.skin-wrap .MembershipJoinBiggerImpactControl_PersonifyDefault div.WizardBannerControl_PersonifyDefault .step span.number,
.skin-wrap .MembershipJoinOptionsControl_PersonifyDefault div.WizardBannerControl_PersonifyDefault .step.step1 span.number {background:#004bbb; border-color:#004bbb; font-weight:bold; color:#fff;}
.skin-wrap div.WizardBannerControl_PersonifyDefault .step span.stepLabel {display:block; text-align:center; position:relative; top:22px; padding-left:32px;}

.skin-wrap .MembershipDetailControl_PersonifyDefault {width:100%; float:none; margin:0 0 20px;}
.skin-wrap .MembershipDetailControl_PersonifyDefault .productImage {display:none;}
.skin-wrap .MembershipDetailControl_PersonifyDefault h1.productName {font-size:32px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; color:#333333; line-height:35px; margin:0; text-shadow: 1px 1px 0px #fff;}

.skin-wrap .RegistrationControl_PersonifyDefault {clear:both; margin-left:0;}
.skin-wrap .RegistrationControl_PersonifyDefault h2.ctrlTitle {font-size:22px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; color:#3c3c3c; line-height:25px; margin:0 0 5px 0; text-shadow: 1px 1px 0px #fff;}
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent {width:580px; background:#fff; position:relative; border:1px solid #d8d8d8; -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0px 1px 1px 0px #666; box-shadow: 0 1px 0px 0 #666; behavior: url(/css/pie/PIE.htc); margin:0 0 20px; padding:20px;}
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .ctrlContent {width:auto;}
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .requiredLegend {width:auto; position:absolute; right:20px; top:20px;}
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent br {display:none;}
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .buttonRow {margin:0; width:100%; padding:0; border:0;}
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .buttonRow input {display:inline-block; height:38px; line-height:38px; border:1px solid #d4d4d4; font-size:15px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#004bbb; color:#fff; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none; cursor:pointer;}
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .buttonRow input:hover {background:#fff; color:#333;}
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .emailRow:after {content:" "; visibility:hidden; display:block; height:0; clear:both;}
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .emailRow label {dispaly:block; width:100%; font-weight:bold;}
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .emailRow input {height:28px; width:50%; margin:4px 0 0 0; border:1px solid #d4d4d4; padding:0 10px; float:none; font-size:12px; color:#333; font-family:Arial, Helvetica, sans-serif; background: #f1f1f1;
background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#ffffff));
background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 50%);
-pie-background: linear-gradient(#f1f1f1 0%,#ffffff 50%);
behavior: url(/css/pie/PIE.htc);}
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .userDetails {margin:0;}
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .userDetails em {padding:0 0 10px;}
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .formRow {position:relative;}
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .formRow:after,
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .phoneControl:after {content:" "; visibility:hidden; display:block; height:0; clear:both;}
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .formRow input[type="text"],
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .formRow input[type="password"] {height:28px; width:50%; margin:0; border:1px solid #d4d4d4; padding:0 10px; float:none; font-size:12px; color:#333; font-family:Arial, Helvetica, sans-serif; background: #f1f1f1;
background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#ffffff));
background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 50%);
-pie-background: linear-gradient(#f1f1f1 0%,#ffffff 50%);
behavior: url(/css/pie/PIE.htc);}
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .phoneControl input.riTextBox {height:28px; text-align:center; margin:0; border:1px solid #d4d4d4; padding:0 10px; float:none; font-size:12px; color:#333; font-family:Arial, Helvetica, sans-serif; background: #f1f1f1;
background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#ffffff));
background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 50%);
-pie-background: linear-gradient(#f1f1f1 0%,#ffffff 50%);
behavior: url(/css/pie/PIE.htc);}
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .phoneControl input.riTextBox.phone_country_code {width:55px;}
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .phoneControl input.riTextBox.phone_area_code {width:55px;}
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .phoneControl input.riTextBox.phone_number {width:80px;}
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .phoneControl input.riTextBox.phone_extension {width:55px;}
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .phoneControl .riSingle {width:auto !important;}
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .formRow input.ChangeLinkButton {position:relative; right:0px; top:0; display:inline-block; height:24px; line-height:24px; border:1px solid #d4d4d4; font-size:13px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#004bbb; color:#fff; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none; cursor:pointer;}
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .formRow input.ChangeLinkButton:hover {background:#fff; color:#333;}
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .formRow .RadComboBox input[type="text"] {height:auto; width:auto; margin:0; border:1px inset #666666; padding:2px 0 1px; float:left; display:block; clear:right; font-size:12px; color:#333; font-family:Arial, Helvetica, sans-serif; background: none; border:0;}
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .formRow label,
html .skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .phoneControl label {font-weight:bold; line-height:30px; background-position:0 8px;}
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .formRow span {line-height:30px;}
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .formRow .AddressCountryLabel {width:315px;}
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .formRow span.validatedMessage {margin-left:175px !important;}
.skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent hr {border:0; height:1px; background:#ddd; margin:1em 0; clear:both;}
html .skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .RadComboBox_PersonifyDefault table {border: solid 1px #D4D4D4 !important; }
html .skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .RadComboBox_PersonifyDefault .rcbInputCell.rcbInputCellLeft,
html .skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .RadComboBox_PersonifyDefault .rcbArrowCell.rcbArrowCellRight {position: relative; padding:0; height:28px; line-height: 28px; text-decoration: none; text-align: left; color: #333; outline: none; vertical-align: middle; cursor: default; background-position: 0 0 !important; background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1));
background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%);
-pie-background: linear-gradient(#ffffff 0%,#f1f1f1 50%);
behavior: url(/css/pie/PIE.htc);}
html .skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .RadComboBox_PersonifyDefault .rcbInputCell.rcbInputCellLeft .rcbInput {padding:0 0 0 5px;}
html .skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .RadComboBox_PersonifyDefault .rcbArrowCell.rcbArrowCellRight a {position: absolute; top: 0; right: 0; width: 28px; height: 28px; background: url(images/arrow-dd.png) 50% center no-repeat; border-left: solid 1px #D4D4D4;}
html .skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent span.companyNotFound {clear:both; margin:0 0 20px; position:relative; top:20px; background:#eee;}
html .skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .PhoneEdit_PersonifyDefault {width:auto !important;}
html .skin-wrap .RegistrationControl_PersonifyDefault .ctrlContent .PhoneEdit_PersonifyDefault:after {content:" "; visibility:hidden; display:block; height:0; clear:both;}

html .ctrlContent .buttonRow {padding:0; border-top:0;}
html .ctrlContent .buttonRow .SaveEditButton {display:inline-block; height:38px; line-height:38px; border:1px solid #d4d4d4; font-size:15px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#004bbb; color:#fff; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none; cursor:pointer;}
html .ctrlContent .buttonRow .SaveEditButton:hover {background:#fff; color:#333;}
html .ctrlContent .passwordDetails .formRow label {font-weight:bold; line-height:30px; background-position:0 8px; width:150px;}
html .ctrlContent .passwordDetails .formRow input[type="password"] {height:28px; width:50%; margin:0; border:1px solid #d4d4d4; padding:0 10px; float:none; font-size:12px; color:#333; font-family:Arial, Helvetica, sans-serif; background: #f1f1f1;
background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#ffffff));
background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 50%);
-pie-background: linear-gradient(#f1f1f1 0%,#ffffff 50%);
behavior: url(/css/pie/PIE.htc);}

html .MembershipJoinOptionsControl_PersonifyDefault .ctrlContent,
html .MembershipJoinBiggerImpactControl_PersonifyDefault .ctrlContent {padding:0; margin:0; border:0; background:#fff;}
html .MembershipJoinOptionsControl_PersonifyDefault .ctrlContent .step2Left,
html .MembershipJoinBiggerImpactControl_PersonifyDefault .ctrlContent .step3Left {width:705px;}
html .ctrlContent .buyBox {width:250px; margin:0; background:#fff; border:1px solid #d8d8d8; -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0px 1px 1px 0px #666; box-shadow: 0 1px 0px 0 #666; behavior: url(/css/pie/PIE.htc);}
html .ctrlContent .buyBox h3 {margin:0; padding:12px 15px 0; color:#004BBB; background:none;}
html .ctrlContent .buyBox ul {margin:0; padding:15px 15px 0;}
html .ctrlContent .buyBox .memberDetails > div {margin:0 15px; padding:12px 0;}
html .ctrlContent .buyBox .memberDetails .effectiveDates h4 {font-size:18px; line-height:21px;}
html .ctrlContent .buyBox .memberDetails .totalAmountSection {border:0; padding-bottom:0; min-width:1px;}
html .ctrlContent .buyBox .memberDetails .totalAmountSection .subTotal {margin:0 0 10px;}
html .ctrlContent .buyBox .memberDetails .totalAmountSection .subTotal .amountLabel {font-weight:bold; padding:0 5px 0 0; font-size:14px; vertical-align:sub;}
html .ctrlContent .buyBox .memberDetails .totalAmountSection .subTotal .amount {font-weight:bold; font-size:18px;}
html .ctrlContent .buyBox .memberDetails .totalAmountSection .italic {font-style:italic;}
html .ctrlContent .buyBox .buttonRow {padding:0 15px 15px;}
html .ctrlContent .buyBox .buttonRow .BuyNowButton {display:inline-block; height:38px; line-height:38px; border:1px solid #d4d4d4; font-size:15px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#004bbb; color:#fff; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none; cursor:pointer; float:right;}
html .ctrlContent .buyBox .buttonRow .BuyNowButton:hover {background:#fff; color:#333;}
html .ctrlContent .buyBox .buttonRow .addToCart {display:none; height:38px; line-height:38px; border:1px solid #d4d4d4; font-size:15px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#fff; color:#333; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none; cursor:pointer;}
html .ctrlContent .buyBox .buttonRow .addToCart:hover {background:#004bbb; color:#fff;}
html .MembershipJoinOptionsControl_PersonifyDefault .detailsPanel {margin:10px 0 0;}
html .MembershipJoinOptionsControl_PersonifyDefault .PopupDetailWindow_PersonifyDefault a {display:inline-block; height:30px; line-height:30px; border:1px solid #d4d4d4; font-size:14px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#004bbb; color:#fff; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none; cursor:pointer;}
html .MembershipJoinOptionsControl_PersonifyDefault .PopupDetailWindow_PersonifyDefault a:hover {background:#fff; color:#333;}
html .benefits h2 {font-size:24px; line-height:28px;}
html .MembershipJoinOptionsControl_PersonifyDefault .memOptions {margin:0; background:#fff; border:1px solid #d8d8d8; -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0px 1px 1px 0px #666; box-shadow: 0 1px 0px 0 #666; behavior: url(/css/pie/PIE.htc);}
html .MembershipJoinOptionsControl_PersonifyDefault .memOptions .RadComboBox_PersonifyDefault table {border: solid 1px #D4D4D4 !important; }
html .MembershipJoinOptionsControl_PersonifyDefault .memOptions .RadComboBox_PersonifyDefault .rcbInputCell.rcbInputCellLeft,
html .MembershipJoinOptionsControl_PersonifyDefault .memOptions .RadComboBox_PersonifyDefault .rcbArrowCell.rcbArrowCellRight {position: relative; padding:0; height:28px; line-height: 28px; text-decoration: none; text-align: left; color: #333; outline: none; vertical-align: middle; cursor: default; background-position: 0 0 !important; background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1));
background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%);
-pie-background: linear-gradient(#ffffff 0%,#f1f1f1 50%);
behavior: url(/css/pie/PIE.htc);}
html .MembershipJoinOptionsControl_PersonifyDefault .memOptions .RadComboBox_PersonifyDefault .rcbInputCell.rcbInputCellLeft .rcbInput {padding:0 0 0 5px;}
html .MembershipJoinOptionsControl_PersonifyDefault .memOptions .RadComboBox_PersonifyDefault .rcbArrowCell.rcbArrowCellRight a {position: absolute; top: 0; right: 0; width: 28px; height: 28px; background: url(images/arrow-dd.png) 50% center no-repeat; border-left: solid 1px #D4D4D4;}
html .MembershipJoinOptionsControl_PersonifyDefault .memOptions .optOuts {line-height:32px; width:230px;}
html .MembershipJoinOptionsControl_PersonifyDefault .memOptions .optOuts .optOutCheckBox {displya:block; float:left;}
html .MembershipJoinOptionsControl_PersonifyDefault .memOptions .optOuts .optOutCheckBox input {float:left; margin:8px 0 0;}
html .MembershipJoinOptionsControl_PersonifyDefault .memOptions .optOuts .deliveryMethod {display:block; float:right;}
html .MembershipJoinOptionsControl_PersonifyDefault .memOptions .optOuts label {display:block; line-height:32px; float:left; padding:0 5px;}
html .MembershipJoinOptionsControl_PersonifyDefault .memOptions .priceLabel,
html .MembershipJoinOptionsControl_PersonifyDefault .memOptions .optionName {display:block; line-height:32px;}
html .MembershipJoinOptionsControl_PersonifyDefault .buttonRow {margin:20px 0 0;}
html .MembershipSIGControl_PersonifyDefault {margin:0 0 15px;}
html .MembershipSIGControl_PersonifyDefault .sigRow {margin:0; border-bottom:0; border-top:1px solid #CCCCCC;}
html .MembershipSIGControl_PersonifyDefault .sigRow:first-child {border:0;}
html .MembershipContributionsControl_PersonifyDefault .ctrbProdRow {margin:0; padding:0; border:0;}
html .MembershipContributionsControl_PersonifyDefault label {padding:0 7px;}
html .MembershipContributionsControl_PersonifyDefault input[type="text"] {height:28px; width:50%; margin:0; border:1px solid #d4d4d4; padding:0 10px; float:none; font-size:12px; color:#333; font-family:Arial, Helvetica, sans-serif; background: #f1f1f1;
background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#ffffff));
background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 50%);
-pie-background: linear-gradient(#f1f1f1 0%,#ffffff 50%);
behavior: url(/css/pie/PIE.htc);}

html .mainCheckoutDiv {display:block; float:none; margin:0; width:auto;}
html .mainCheckoutDiv > div:first-child {padding:100px;}
html .mainCheckoutDiv .validationIssues {width:auto;}
html .mainCheckoutDiv .valmsg {padding:0 0 10px;}
html .mainCheckoutDiv .valmsg input {margin-right:5px;}
html .mainCheckoutDiv .valmsg td {padding:5px 20px 0 0;}
html .mainCheckoutDiv input[type="button"],
html .ShoppingCartSummaryControl_PersonifyDefault input[type="button"] {display:inline-block; height:38px; line-height:38px; border:1px solid #d4d4d4; font-size:15px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#004bbb; color:#fff; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none; cursor:pointer;}
html .mainCheckoutDiv input[type="button"]:hover,
html .ShoppingCartSummaryControl_PersonifyDefault input[type="button"]:hover {background:#fff; color:#333;}
html .mainCheckoutDiv .leftPane {width:705px;}
html .summaryControl, 
html .ShoppingCartSummaryControl_PersonifyDefault {width:250px; float:right; display:block; margin-left:0; background:#fff; border:1px solid #d8d8d8; -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0px 1px 1px 0px #666; box-shadow: 0 1px 0px 0 #666; behavior: url(/css/pie/PIE.htc);}
html .summaryData {background:none; border:0; padding:18px 22px 0;}
html .summaryControl .summaryData .coupon .item .couponInput {height:28px; width:100px; margin:0; border:1px solid #d4d4d4; padding:0 10px; float:none; font-size:12px; color:#333; font-family:Arial, Helvetica, sans-serif; background: #f1f1f1;
background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#ffffff));
background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 50%);
-pie-background: linear-gradient(#f1f1f1 0%,#ffffff 50%);
behavior: url(/css/pie/PIE.htc);}
html .summaryData .summary .item .postal {height:28px; width:60px; margin:0; border:1px solid #d4d4d4; padding:0 10px; float:none; font-size:12px; color:#333; font-family:Arial, Helvetica, sans-serif; background: #f1f1f1;
background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#ffffff));
background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 50%);
-pie-background: linear-gradient(#f1f1f1 0%,#ffffff 50%);
behavior: url(/css/pie/PIE.htc);}
html .summaryControl .summaryData .coupon .item .apply,
html .summaryData .summary .item .estimate {font-size:12px; height:24px; line-height:24px; background:#fff; color:#333; padding:0 11px;}
html .summaryControl .summaryData .coupon .item .apply:hover,
html .summaryData .summary .item .estimate:hover {background:#004bbb; color:#fff;}
html .summaryData .summary .item .validator {display:none;}
html .checkout {background:none; border:0; padding:0 22px 18px; }
html .summaryTopDiv {background-color:#F6F5F3;}
html .summaryTopDiv .summaryTopColumn {float:none; width:320px;}
html .summaryTopDiv .summaryTopColumn h3 {font-size:20px; line-height:24px;}
html .summaryTopDiv .addressButtonsDiv {margin:0;}
html .summaryTopDiv .addressButtonsDiv:after {content:" "; visibility:hidden; display:block; height:0; clear:both;}
html .summaryTopDiv .addressButtonsDiv .addressButton {display:inline-block; height:38px; line-height:38px; border:1px solid #d4d4d4; font-size:15px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#fff; color:#333; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none; cursor:pointer; float:left; margin:0 5px 0 0;}
html .summaryTopDiv .addressButtonsDiv .addressButton:first-child {background:#004bbb; color:#fff;}
html .summaryTopDiv .addressButtonsDiv .addressButton:hover {background:#004bbb; color:#fff;}
html .summaryTopDiv .addressButtonsDiv .addressButton:first-child:hover {background:#fff; color:#333;}
html .mainCheckoutDiv .creditCard {padding-top:20px;}
html .mainCheckoutDiv .creditCard .checkoutHeader {color:#3c3c3c; margin:0 0 10px;}
html .PaymentInfoControl_PersonifyDefault .creditCardControl {padding:0;}
html .pnlAddNewCard {width:auto;}
html .AddCreditCardControl_PersonifyDefault .addCardDiv {width:auto; margin:0 0 20px;}
html .AddCreditCardControl_PersonifyDefault .addCardDiv .ctrlContent {background:#fff; border:1px solid #d8d8d8; -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0px 1px 1px 0px #666; box-shadow: 0 1px 0px 0 #666; behavior: url(/css/pie/PIE.htc); margin:0; padding:14px 20px 18px; position:relative;}
html .AddCreditCardControl_PersonifyDefault .addCardDiv .ctrlContent fieldset {margin:0;}
html .AddCreditCardControl_PersonifyDefault .addCardDiv .ctrlContent fieldset .requiredLegend {position:absolute; right:20px; top:18px;}
html .AddCreditCardControl_PersonifyDefault .addCardDiv .ctrlContent fieldset label {padding:6px 12px 0 9px; font-weight:bold; background-position:0 6px;}
html .AddCreditCardControl_PersonifyDefault .addCardDiv .ctrlContent fieldset .rbDiv {width:auto; display:block; float:left; margin:0 20px 0 0; padding:5px 0 15px;}
html .AddCreditCardControl_PersonifyDefault .rbDiv label {width:auto !important; padding:0 !important; font-weight:normal !important;}
html .AddCreditCardControl_PersonifyDefault .CCNumber {display:block;}
html .AddCreditCardControl_PersonifyDefault .CCNumber input {height:28px; width:160px !important; margin:0; border:1px solid #d4d4d4; padding:0 10px; float:left; font-size:12px; color:#333; font-family:Arial, Helvetica, sans-serif; background: #f1f1f1;
background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#ffffff));
background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 50%);
-pie-background: linear-gradient(#f1f1f1 0%,#ffffff 50%);
behavior: url(/css/pie/PIE.htc);}
html .AddCreditCardControl_PersonifyDefault .Cvv2 {display:block;}
html .AddCreditCardControl_PersonifyDefault .Cvv2 label {width:100px !important; text-align:right;}
html .AddCreditCardControl_PersonifyDefault .Cvv2 input {height:28px; width:38px !important; margin:0; border:1px solid #d4d4d4; padding:0 10px; float:left; font-size:12px; color:#333; font-family:Arial, Helvetica, sans-serif; background: #f1f1f1;
background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#ffffff));
background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 50%);
-pie-background: linear-gradient(#f1f1f1 0%,#ffffff 50%);
behavior: url(/css/pie/PIE.htc);}
html .AddCreditCardControl_PersonifyDefault .formLayout .formRow {padding:15px 0 0;}
html .AddCreditCardControl_PersonifyDefault .formLayout .formRow input[type="text"] {height:28px; width:160px !important; margin:0; border:1px solid #d4d4d4; padding:0 10px; float:left; font-size:12px; color:#333; font-family:Arial, Helvetica, sans-serif; background: #f1f1f1;
background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#ffffff));
background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 50%);
-pie-background: linear-gradient(#f1f1f1 0%,#ffffff 50%);
behavior: url(/css/pie/PIE.htc);}
html .AddCreditCardControl_PersonifyDefault .formLayout .formRow input.rcbInput[type="text"] {width:90px !important;}
html .AddCreditCardControl_PersonifyDefault .RadComboBox_PersonifyDefault {margin:0 10px 0 0;}
html .AddCreditCardControl_PersonifyDefault .RadComboBox_PersonifyDefault table {border: solid 1px #D4D4D4 !important; }
html .AddCreditCardControl_PersonifyDefault .RadComboBox_PersonifyDefault table input {border: 0 !important; background:none !important;}
html .AddCreditCardControl_PersonifyDefault .formLayout .formRow .RadComboBox {width:auto !important;}
html .AddCreditCardControl_PersonifyDefault .RadComboBox_PersonifyDefault .rcbInputCell.rcbInputCellLeft,
html .AddCreditCardControl_PersonifyDefault .RadComboBox_PersonifyDefault .rcbArrowCell.rcbArrowCellRight {position: relative; padding:0; height:28px; line-height: 28px; text-decoration: none; text-align: left; color: #333; outline: none; vertical-align: middle; cursor: default; background-position: 0 0 !important; background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1));
background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%);
-pie-background: linear-gradient(#ffffff 0%,#f1f1f1 50%);
behavior: url(/css/pie/PIE.htc);}
html .AddCreditCardControl_PersonifyDefault .RadComboBox_PersonifyDefault .rcbInputCell.rcbInputCellLeft .rcbInput {padding:0 0 0 5px;}
html .AddCreditCardControl_PersonifyDefault .RadComboBox_PersonifyDefault .rcbArrowCell.rcbArrowCellRight a {position: absolute; top: 0; right: 0; width: 28px; height: 28px; background: url(images/arrow-dd.png) 50% center no-repeat; border-left: solid 1px #D4D4D4;}
html .CreditCardControl_PersonifyDefault input[type="checkbox"] {margin:0 5px 0 0;}
html .validatedMessage ul {margin:0 0 0 20px;}
html .shippingEstimates .RadComboBox_PersonifyDefault {margin:0;}
html .shippingEstimates .RadComboBox_PersonifyDefault table {border: solid 1px #D4D4D4 !important; }
html .shippingEstimates .RadComboBox_PersonifyDefault table input {border: 0 !important; background:none !important;}
html .shippingEstimates .formLayout .formRow .RadComboBox {width:auto !important;}
html .shippingEstimates .RadComboBox_PersonifyDefault .rcbInputCell.rcbInputCellLeft,
html .shippingEstimates .RadComboBox_PersonifyDefault .rcbArrowCell.rcbArrowCellRight {position: relative; padding:0; height:28px; line-height: 28px; text-decoration: none; text-align: left; color: #333; outline: none; vertical-align: middle; cursor: default; background-position: 0 0 !important; background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1));
background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%);
-pie-background: linear-gradient(#ffffff 0%,#f1f1f1 50%);
behavior: url(/css/pie/PIE.htc);}
html .shippingEstimates .RadComboBox_PersonifyDefault .rcbInputCell.rcbInputCellLeft .rcbInput {padding:0 0 0 5px;}
html .shippingEstimates .RadComboBox_PersonifyDefault .rcbArrowCell.rcbArrowCellRight a {position: absolute; top: 0; right: 0; width: 28px; height: 28px; background: url(images/arrow-dd.png) 50% center no-repeat; border-left: solid 1px #D4D4D4;}
html .panelShoppingCart hr {display:none;}
html .controlPanel .controlButtonLink {display:inline-block; height:28px; line-height:28px; border:1px solid #d4d4d4; font-size:12px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#004bbb; color:#fff; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none; cursor:pointer;}
html .panelShoppingCart .controlPanel {right:0; top:7px; position:relative; float:right; height:auto; margin-top:-48px;}
html .panelShoppingCart .panelWishList .controlPanel {margin-top:0; float:left; margin-bottom:10px;}
html .panelShoppingCart .panelWishList .controlPanel .controlButton {font-family:'Open Sans Condensed',sans-serif; color:#333; font-size:20px; font-weight:700; line-height:18px; background:none; text-decoration:none; border:0;}
html .controlPanel {border-top:0; height:38px; position:absolute; right:0; top:-6px;}
html .controlPanel .controlButtonLink:hover {background:#fff; color:#333;}
html .ShoppingCartItemListControl_PersonifyDefault {padding-top:4px; clear:both;}
html .quantityInput {height:28px; margin:0 0 10px; border:1px solid #d4d4d4; padding:0 10px; float:left; font-size:12px; color:#333; font-family:Arial, Helvetica, sans-serif; background: #f1f1f1;
background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#ffffff));
background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 50%);
-pie-background: linear-gradient(#f1f1f1 0%,#ffffff 50%);
behavior: url(/css/pie/PIE.htc);}
html input.update {display:inline-block; margin:5px 0 0; height:24px; line-height:24px; border:1px solid #d4d4d4; font-size:12px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#004bbb; color:#fff; padding:0 8px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none; cursor:pointer;}
html input.update:hover {background:#fff; color:#333;}
html .segmentsListPanel .RadListBox .rlbGroup ul li.rlbSelected {background:none; padding:3px 5px 0;}
html .segmentsListPanel .RadListBox .rlbGroup ul li.rlbSelected .rlbText {color:#333; font-size:16px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; }
html .OrderSummaryControl_PersonifyDefault div.billingAddress {margin:20px 0;}
html .OrderSummaryControl_PersonifyDefault .billingAddress h2.checkoutHeader {color:#3C3C3C; font-size:24px;}
html .OrderSummaryControl_PersonifyDefault .orderSummary h2.checkoutHeader {color:#3C3C3C; font-size:24px;}
html .OrderSummaryControl_PersonifyDefault .orderSummary h3.checkoutHeader {color:#3C3C3C; font-size:18px;}
html .OrderSummaryControl_PersonifyDefault .orderSummary h3.checkoutHeader span {color:#0C65AB;}

html .ReceiptOrderSummaryControl_PersonifyDefault div.billingAddress {margin:20px 0;}
html .ReceiptOrderSummaryControl_PersonifyDefault .billingAddress h2.checkoutHeader {color:#3C3C3C; font-size:24px;}
html .ReceiptOrderSummaryControl_PersonifyDefault .orderSummary h2.checkoutHeader {color:#3C3C3C; font-size:24px;}
html .ReceiptOrderSummaryControl_PersonifyDefault .orderSummary h3.checkoutHeader {color:#3C3C3C; font-size:18px;}
html .ReceiptOrderSummaryControl_PersonifyDefault .orderSummary h3.checkoutHeader span {color:#0C65AB;}

.skin-wrap .CheckoutControl_PersonifyDefault {position:relative;}
.skin-wrap .CheckoutControl_PersonifyDefault .backToCartDiv {float:none; width:auto; position:absolute; right:0; margin:0; top:-38px;}
.skin-wrap .CheckoutControl_PersonifyDefault .backToCartDiv a.backToCartLink {float:none; display:inline-block; height:38px; line-height:38px; border:1px solid #d4d4d4; font-size:15px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#fff; color:#333; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none;}
.skin-wrap .CheckoutControl_PersonifyDefault .backToCartDiv a..backToCartLink:hover {background:#004bbb; color:#fff;}
.skin-wrap .CheckoutControl_PersonifyDefault div.WizardHeaderControl_PersonifyDefault:after {content:" "; visibility:hidden; display:block; height:0; clear:both;}
.skin-wrap div.WizardHeaderControl_PersonifyDefault {width:auto; padding:0; background:#fff; -webkit-border-radius:0; border-radius:0; margin:0 0 20px; background:#fff; height:38px;}
.skin-wrap div.WizardHeaderControl_PersonifyDefault .step {display:block; padding:0; background:url(images/timeline.png) repeat-x 0 0; float:left; width:327px; position:relative; height:38px;}
.skin-wrap div.WizardHeaderControl_PersonifyDefault .step.step1 {}
.skin-wrap div.WizardHeaderControl_PersonifyDefault .step.step2 {}
.skin-wrap div.WizardHeaderControl_PersonifyDefault .step.step3 {width:326px; background:url(images/timeline-end.png) no-repeat right 0;}
.skin-wrap div.WizardHeaderControl_PersonifyDefault .step.active,
.skin-wrap .MembershipJoinBiggerImpactControl_PersonifyDefault div.WizardBannerControl_PersonifyDefault .step,
.skin-wrap .MembershipJoinOptionsControl_PersonifyDefault div.WizardBannerControl_PersonifyDefault .step.step1 {background:url(images/timeline-active.png) repeat-x 0 0;}
.skin-wrap div.WizardHeaderControl_PersonifyDefault .step.active span {color:#004bbb; font-weight:normal;}
.skin-wrap div.WizardHeaderControl_PersonifyDefault .step span {color:#6e6e6e; padding:0;}
.skin-wrap div.WizardHeaderControl_PersonifyDefault .step span.prefix,
.skin-wrap div.WizardHeaderControl_PersonifyDefault .step span.sep,
.skin-wrap div.WizardHeaderControl_PersonifyDefault .step span.divider {display:none;}
.skin-wrap div.WizardHeaderControl_PersonifyDefault .step span.number {display:block; width:30px; height:30px; position:absolute; left:0; background:#fff; border:1px solid #d0d0d0; font-size:16px; text-align:center; line-height:30px; -webkit-border-radius: 16px; border-radius: 16px; }
.skin-wrap div.WizardHeaderControl_PersonifyDefault .step.active span.number,
.skin-wrap .MembershipJoinBiggerImpactControl_PersonifyDefault div.WizardBannerControl_PersonifyDefault .step span.number,
.skin-wrap .MembershipJoinOptionsControl_PersonifyDefault div.WizardBannerControl_PersonifyDefault .step.step1 span.number {background:#004bbb; border-color:#004bbb; font-weight:bold; color:#fff;}
.skin-wrap div.WizardHeaderControl_PersonifyDefault .step span.stepLabel {display:block; text-align:center; position:relative; top:22px; padding-left:32px;}

html .summaryControl .ShoppingCartSavingsControl_PersonifyDefault {border:0; -moz-box-shadow:none; box-shadow:none;}
html .summaryControl .ShoppingCartSummaryControl_PersonifyDefault {border:0; -moz-box-shadow:none; box-shadow:none; float:none;}

.skin-wrap .checkoutControlsInnerDiv {padding:0; float:none !important;}
.skin-wrap .checkoutControlsInnerDiv:after {content:" "; visibility:hidden; display:block; height:0; clear:both;}
.skin-wrap .checkoutControlsInnerDiv .billingAddress {width:480px; padding:0 10px 0 0;}
.skin-wrap .checkoutControlsInnerDiv .shippingAddress {width:479px; padding:0 0 0 10px; border-left:1px solid #ccc;}
.skin-wrap .checkoutControlsInnerDiv .addressButtonsDiv {margin-top:0;}
.skin-wrap .checkoutControlsInnerDiv .addressButtonsDiv a {display:inline-block; height:23px; line-height:23px; border:1px solid #d4d4d4; font-size:13px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#004bbb; color:#fff; padding:0 10px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none; margin:0;}
.skin-wrap .checkoutControlsInnerDiv .addressButtonsDiv a:hover {background:#fff; color:#333;}
.skin-wrap .buttonRow {padding:15px 0 0; border-top:0;}
.skin-wrap .prevNextCancelButtons.buttonRow {border-top:1px solid #ccc;}
.skin-wrap .buttonRow.prevNextCancelButtons .next, .skin-wrap .buttonRow.prevNextCancelButtons input {display:inline-block; height:38px; line-height:38px; border:1px solid #d4d4d4; font-size:15px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#004bbb; color:#fff; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none;}

html .CheckoutItemSummaryControl_PersonifyDefault .mainCheckoutDiv > div:first-child {padding:0; border:0; width:auto; display:block;}
html .CheckoutItemSummaryControl_PersonifyDefault .mainCheckoutDiv > div.itemsList:first-child {width:700px;}
html .summaryData .RadComboBox_PersonifyDefault {margin:0;}
html .summaryData .RadComboBox_PersonifyDefault table {border: solid 1px #D4D4D4 !important; }
html .summaryData .RadComboBox_PersonifyDefault table input {border: 0 !important; background:none !important;}
html .summaryData .formLayout .formRow .RadComboBox {width:auto !important;}
html .summaryData .RadComboBox_PersonifyDefault .rcbInputCell.rcbInputCellLeft,
html .summaryData .RadComboBox_PersonifyDefault .rcbArrowCell.rcbArrowCellRight {position: relative; padding:0; height:28px; line-height: 28px; text-decoration: none; text-align: left; color: #333; outline: none; vertical-align: middle; cursor: default; background-position: 0 0 !important; background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1));
background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%);
-pie-background: linear-gradient(#ffffff 0%,#f1f1f1 50%);
behavior: url(/css/pie/PIE.htc);}
html .summaryData .RadComboBox_PersonifyDefault .rcbInputCell.rcbInputCellLeft .rcbInput {padding:0 0 0 5px;}
html .summaryData .RadComboBox_PersonifyDefault .rcbArrowCell.rcbArrowCellRight a {position: absolute; top: 0; right: 0; width: 28px; height: 28px; background: url(images/arrow-dd.png) 50% center no-repeat; border-left: solid 1px #D4D4D4;}

html .prevNextCancelButtons.buttonRow .btnProcessDiv {display:block; float:right;}
html .prevNextCancelButtons.buttonRow .btnProcessDiv .processOrder {display:inline-block; height:38px; line-height:38px; border:1px solid #d4d4d4 !important; font-size:15px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#004bbb !important; color:#fff; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none; cursor:pointer;}

html .OrderSummaryControl_PersonifyDefault .totals {}
html .OrderSummaryControl_PersonifyDefault .totals td {padding:0 10px 10px 0; font-weight:bold;}
html .OrderSummaryControl_PersonifyDefault .totals td .productImageSection {padding:0;}
html .OrderSummaryControl_PersonifyDefault .totals td #divPrintEmail {margin:0; font-size:11px; text-transform:uppercase;}
html .OrderSummaryControl_PersonifyDefault .totals td.borderTop {padding:10px 10px 10px 0; font-weight:normal;}
html .OrderSummaryControl_PersonifyDefault .totals td .tblTotal,
html .OrderSummaryControl_PersonifyDefault .totals td .paidWithLabel.lblPaymentInfo {margin:0;}
html .OrderSummaryControl_PersonifyDefault .totals td .tblTotal td.borderTop {padding: 5px 0; border:0;}
html .OrderSummaryControl_PersonifyDefault .totals td .tblTotal td.summaryLine {padding: 5px 0; margin:0;}
html .ReceiptOrderSummaryControl_PersonifyDefault .totals {}
html .ReceiptOrderSummaryControl_PersonifyDefault .totals td {padding:0 10px 10px 0; font-weight:bold;}
html .ReceiptOrderSummaryControl_PersonifyDefault .totals td .productImageSection {padding:0;}
html .ReceiptOrderSummaryControl_PersonifyDefault .totals td #divPrintEmail {margin:0; font-size:11px; text-transform:uppercase;}
html .ReceiptOrderSummaryControl_PersonifyDefault .totals td.borderTop {padding:10px 10px 10px 0; font-weight:normal;}
html .ReceiptOrderSummaryControl_PersonifyDefault .totals td .tblTotal,
html .ReceiptOrderSummaryControl_PersonifyDefault .totals td .paidWithLabel.lblPaymentInfo {margin:0;}
html .ReceiptOrderSummaryControl_PersonifyDefault .totals td .tblTotal td.borderTop {padding: 5px 0; border:0;}
html .ReceiptOrderSummaryControl_PersonifyDefault .totals td .tblTotal td.summaryLine {padding: 5px 0; margin:0;}

html .CreateProductReviewControl_PersonifyDefault .reviewItemTable {width:100%;}
html .CreateProductReviewControl_PersonifyDefault .reviewItemHeader {text-align:left; font-size:32px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; color:#333333; line-height:35px; margin:0 0 10px 0; text-shadow: 1px 1px 0px #fff; padding:0;}
html .CreateProductReviewControl_PersonifyDefault .reviewItemTable td.reviewItemLabelsColumn {width:auto; font-weight:bold;}
html .CreateProductReviewControl_PersonifyDefault .reviewItemTable td.reviewItemSpacerColumn {height:auto;}
html .CreateProductReviewControl_PersonifyDefault div.mainProductImage {float:right; height:150px; width:150px;}
html .CreateProductReviewControl_PersonifyDefault div.mainProductImage img {max-height:150px; max-width:150px;}
html body .CreateProductReviewControl_PersonifyDefault .RadInput_PersonifyDefault {border:1px solid #d4d4d4; padding:10px; float:none; font-size:12px; color:#333; margin:0 0 10px; font-family:Arial, Helvetica, sans-serif; background: #f1f1f1;
background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#ffffff));
background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 50%);
-pie-background: linear-gradient(#f1f1f1 0%,#ffffff 50%);
behavior: url(/css/pie/PIE.htc);}
html body .CreateProductReviewControl_PersonifyDefault .RadInput_PersonifyDefault textarea {border:0; background:none; height:150px; padding:0;}
html .CreateProductReviewControl_PersonifyDefault .reviewItemButton {display:inline-block; height:38px; line-height:38px; border:1px solid #d4d4d4; font-size:15px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#004bbb; color:#fff; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none;}

.skin-wrap .ctrlContent.MtgRegWizContainer {}
.skin-wrap .ctrlContent.MtgRegWizContainer ul {border-bottom:1px solid #7F7B00; height:50px; padding:0;}
.skin-wrap .ctrlContent.MtgRegWizContainer ul li {float:left; border:0; background:none; width:auto; padding:0;}
.skin-wrap .ctrlContent.MtgRegWizContainer ul li a {display:block; text-align:center; width:150px; font-size:18px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; color:#9b9b9b; padding:0 15px 4px; height:46px; line-height:46px; text-decoration:none; width:auto;}
.skin-wrap .ctrlContent.MtgRegWizContainer ul li a:hover {color:#7f7b00;}
.skin-wrap .ctrlContent.MtgRegWizContainer ul li.MtgRegWizstepSelected a {color:#7f7b00; border-bottom:4px solid #7f7b00; padding-bottom:0;}
.skin-wrap .MtgWizStepTitleContainer {padding-bottom:3px;}
.skin-wrap .ctrlContent.MtgRegWizContainer ul li.MtgRegWizstepDisabled a {color:#ddd;}
.skin-wrap .MtgWizStepTitle {font-size:32px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; color:#333333; line-height:35px; margin:0; text-shadow: 1px 1px 0px #fff;}
.skin-wrap .MtgWizStepCustomerName {font-size:13px; font-style:italic; font-weight:normal; position:relative; top:15px;}
.skin-wrap .MtgRegWizTopHeaderMtgDetailsName {font-size:18px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; color:#3c3c3c; line-height:normal; margin:0 0 5px 0; line-height:20px;}
.skin-wrap .MtgRegWizard_PersonifyDefault .ctrlContent.mtgRegContacts:after {content:" "; visibility:hidden; display:block; height:0; clear:both;}
.skin-wrap .MtgRegWizard_PersonifyDefault .buttonRow {clear:both;}
.skin-wrap .MtgRegWizard_PersonifyDefault .buttonRow input {display:inline-block; height:38px; line-height:38px; border:1px solid #d4d4d4; font-size:15px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#004bbb; color:#fff; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none; cursor:pointer;}
.skin-wrap .MtgRegWizard_PersonifyDefault .buttonRow input:hover {background:#fff; color:#333;}
.skin-wrap .MtgRegWizard_PersonifyDefault .contactsBlock .ctrlContent,
.MtgRegWizard_PersonifyDefault .addressesBlock .ctrlContent{background:#fff; border:1px solid #d8d8d8; -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0px 1px 1px 0px #666; box-shadow: 0 1px 0px 0 #666; behavior: url(/css/pie/PIE.htc);}
.skin-wrap .MtgRegWizard_PersonifyDefault .ctrlContent.formLayout.ADA {background:#fff; border:1px solid #d8d8d8; -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0px 1px 1px 0px #666; box-shadow: 0 1px 0px 0 #666; behavior: url(/css/pie/PIE.htc); margin:0 0 10px; padding:18px 20px;}
.skin-wrap .MtgRegWizard_PersonifyDefault .ctrlContent.formLayout.ADA .specialNeedDisplayMode {background:#eee; padding:10px; font-weight:bold;}
.skin-wrap .MtgRegWizard_PersonifyDefault .ctrlContent.formLayout.ADA .specialNeedDisplayMode label {width:auto; padding:0;}
.skin-wrap .MtgRegWizard_PersonifyDefault .ctrlContent.formLayout.ADA fieldset input {width:auto; margin:0;}
.skin-wrap .MtgRegWizard_PersonifyDefault .buttonRow.specialNeedEditMode {margin:0 0 30px; padding:5px 0 0;}
.skin-wrap .MtgRegWizard_PersonifyDefault .ctrlContent.formLayout.ADA {}
.skin-wrap .MtgRegWizard_PersonifyDefault .contactsBlock .ctrlContent a.edit,
.MtgRegWizard_PersonifyDefault .addressesBlock .ctrlContent a.edit {position:absolute; }
.skin-wrap .section.contacts, .skin-wrap .section.title-address {margin-right:0;}
.skin-wrap .ctrlContent .section.contacts ul {margin:0;}
.skin-wrap .mtgProductName {font-size:14px;}
.skin-wrap .MtgRegWizard_PersonifyDefault .mtgProductNameAndTime {padding:8px 0 8px 10px;}
.skin-wrap .mtgDesc {clear:none;}
.skin-wrap .mtgDisplayPriceInfo {min-width:1px;}
.skin-wrap .mtgPriceDesc {font-weight:bold;}
.skin-wrap .MtgRegWizard_PersonifyDefault .mtgRate {border-left:1px solid #ccc;}
.skin-wrap .MTGBadgeDescription {max-width:none;}
.skin-wrap .badgeFields {clear:both;}
.skin-wrap .MtgRegWizard_PersonifyDefault div.badgeFields div.countryAndState {float:none; clear:both;}
.skin-wrap .meetingBadgeFieldInputControlText {height:28px; width:160px !important; margin:0; border:1px solid #d4d4d4; padding:0 10px; float:left; font-size:12px; color:#333; font-family:Arial, Helvetica, sans-serif; background: #f1f1f1;
background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#ffffff));
background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 50%);
-pie-background: linear-gradient(#f1f1f1 0%,#ffffff 50%);
behavior: url(/css/pie/PIE.htc);}
.skin-wrap .MtgRegWizard_PersonifyDefault div.badgeFields div.countryAndState .meetingBadgeField {margin:0 0 5px 0;}
.skin-wrap .MtgRegWizard_PersonifyDefault div.badgeFields div.countryAndState .meetingBadgeField:after {content:" "; visibility:hidden; display:block; height:0; clear:both;}
.skin-wrap .MtgRegWizard_PersonifyDefault div.badgeFields div.countryAndState .RadComboBox_PersonifyDefault {margin:0;}
.skin-wrap .MtgRegWizard_PersonifyDefault div.badgeFields div.countryAndState .RadComboBox_PersonifyDefault table {border: solid 1px #D4D4D4 !important; }
.skin-wrap .MtgRegWizard_PersonifyDefault div.badgeFields div.countryAndState .RadComboBox_PersonifyDefault table input {border: 0 !important; background:none !important;}
.skin-wrap .MtgRegWizard_PersonifyDefault div.badgeFields div.countryAndState .formLayout .formRow .RadComboBox {width:auto !important;}
.skin-wrap .MtgRegWizard_PersonifyDefault div.badgeFields div.countryAndState .RadComboBox_PersonifyDefault .rcbInputCell.rcbInputCellLeft,
.skin-wrap .MtgRegWizard_PersonifyDefault div.badgeFields div.countryAndState .RadComboBox_PersonifyDefault .rcbArrowCell.rcbArrowCellRight {position: relative; padding:0; height:28px; line-height: 28px; text-decoration: none; text-align: left; color: #333; outline: none; vertical-align: middle; cursor: default; background-position: 0 0 !important; background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1));
background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%);
-pie-background: linear-gradient(#ffffff 0%,#f1f1f1 50%);
behavior: url(/css/pie/PIE.htc);}
.skin-wrap .MtgRegWizard_PersonifyDefault div.badgeFields div.countryAndState .RadComboBox_PersonifyDefault .rcbInputCell.rcbInputCellLeft .rcbInput {padding:0 0 0 5px;}
.skin-wrap .MtgRegWizard_PersonifyDefault div.badgeFields div.countryAndState .RadComboBox_PersonifyDefault .rcbArrowCell.rcbArrowCellRight a {position: absolute; top: 0; right: 0; width: 28px; height: 28px; background: url(images/arrow-dd.png) 50% center no-repeat; border-left: solid 1px #D4D4D4;}
.skin-wrap .dvSubtotalDisc {width:auto; padding:10px 0 0;}
.skin-wrap .dvSubtotalDisc:after {content:" "; visibility:hidden; display:block; height:0; clear:both;}
.skin-wrap .MtgRegWizSummarySideHeading {font-size:20px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; color:#3c3c3c; line-height:16px; margin:30px 0 10px 0; text-shadow: 1px 1px 0px #fff;}
.skin-wrap .MtgRegWizard_PersonifyDefault .ctrlContent.formLayout:after {content:" "; visibility:hidden; display:block; height:0; clear:both;}
.skin-wrap .MtgRegWizard_PersonifyDefault .ctrlContent.formLayout {margin:0 0 50px;}
.skin-wrap .MtgRegWizard_PersonifyDefault .MtgRegSmryRegInfoGrid {margin-bottom:50px;}
.skin-wrap .MtgRegWizard_PersonifyDefault .MtgRegSmryAddlInfoMain {margin:0 0 30px;}
.skin-wrap .formLayout fieldset.searchContainer input[type="checkbox"] {margin-left:222px;}
.skin-wrap .PurchaseHistory_PersonifyDefault .formLayout .checkBoxRow label {left:276px; top:209px;}
.skin-wrap .sidebar h3.ctrlTitle {margin:0;}
.skin-wrap h3.ctrlTitle {margin-left:0;}
.skin-wrap .sidebar div.controlContainer {padding:1em; margin: 0; width: auto;}
.skin-wrap .sidebar .MembershipSummary_PersonifyDefault .ctrlContent, .skin-wrap .sidebar .MembershipRenew_PersonifyDefault .ctrlContent {margin:0 0 10px;}
.skin-wrap .formLayout fieldset.phoneUsage input, .skin-wrap .formLayout fieldset.emailUsage input, .skin-wrap .formLayout fieldset.filter input, .skin-wrap .formLayout fieldset.filter label {padding-left:0;}
.skin-wrap div.RadGrid_PersonifyDefault {margin: 1em 0;}
.skin-wrap .section.profile-pic {float:none; position: relative; top:0; width:auto; right:auto; margin: 1em; border: 1px solid #E7E7E7; -webkit-border-radius: 0.4em; -moz-border-radius: 0.4em; border-radius: 0.4em; padding: 0 1em 1em;}

.SmryBillingAddress {white-space:pre;}
.skin-wrap .coupon span:first-child{font-weight:bold; font-size:14px; display:block; padding:7px 0 1px;}

.RadWindow_PersonifyDefault .formLayout {padding:0;}
.RadWindow_PersonifyDefault .formLayout fieldset label {width:100px;}
.RadWindow_PersonifyDefault .formLayout .formRow div {width:auto;}
.RadWindow_PersonifyDefault .formLayout .formRow div div {width:auto !important;}

.skin-wrap .dvMtgSesFilterOuterDiv .mtgSesFilterTable {width:100%;}
.skin-wrap .dvMtgSesFilterOuterDiv .mtgSesFilterTable .dvMtgSesFilter {width:100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.skin-wrap .dvMtgSesFilterOuterDiv .mtgSesFilterTable .tdSesItems {width:135px;}
.skin-wrap .dvMtgSesFilterOuterDiv .mtgSesFilterTable .tdSesItems .dvMtgSesItems {width:100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding:0; height:31px; line-height:31px; background:#bbb;}
.skin-wrap .dvMtgSesFilterOuterDiv .mtgSesFilterTable .tdSesItems .dvMtgSesItems .dvMtgSesItems a {color:#333 !important;}

.skin-wrap .PurchaseHistory_PersonifyDefault .ctrlContent {margin:0; background:#fff; border:1px solid #d8d8d8; -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0px 1px 1px 0px #666; box-shadow: 0 1px 0px 0 #666; behavior: url(/css/pie/PIE.htc);}
.skin-wrap .PurchaseHistory_PersonifyDefault .formLayout .checkBoxRow label {position:static;}
.skin-wrap .PurchaseHistory_PersonifyDefault .formLayout fieldset.searchContainer input.btnFilterSearch {display:inline-block; height:30px; line-height:30px; border:1px solid #d4d4d4 !important; font-size:15px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#004bbb !important; color:#fff; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none; cursor:pointer;}
.skin-wrap .PurchaseHistory_PersonifyDefault .formLayout fieldset.searchContainer .btnFilterClear {line-height:30px;}
.skin-wrap .showHideAllContainer {line-height:30px; width:auto;}
.skin-wrap .dateRangeContainer {line-height:30px; width:auto;}
.skin-wrap .printPreview {line-height:30px;}
.skin-wrap table.orderDetails {border:1px solid #d8d8d8; margin:10px auto 20px;}
.skin-wrap table.orderDetails th {padding:5px; border:1px solid #d8d8d8; background:#eee;}
.skin-wrap table.orderDetails th.nameColumn.stringColumn {width:28%;}
.skin-wrap table.orderDetails th.stringColumn {width:15%;}
.skin-wrap table.orderDetails th.numberColumn {width:19%;}
.skin-wrap table.orderDetails td {padding:5px; border:1px solid #d8d8d8; width:auto;}

.skin-wrap .MembershipSummary_PersonifyDefault .buttonRow input,
.skin-wrap .CustomerOrderBalance_PersonifyDefault .buttonRow input {display:inline-block; height:30px; line-height:30px; border:1px solid #d4d4d4 !important; font-size:15px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#004bbb !important; color:#fff; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none; cursor:pointer; margin:5px 0 0;}
.skin-wrap .MembershipRenewalControl_PersonifyDefault .containerPanel {max-width:none; margin:0;}
.skin-wrap .MembershipRenewalControl_PersonifyDefault h3.customerName {margin-top:10px;}
.skin-wrap .MembershipRenewalControl_PersonifyDefault .radioRow {margin:5px 0;}
.skin-wrap .MembershipRenewalControl_PersonifyDefault .radioRow input {margin-right:5px;}
.skin-wrap .MembershipRenewalControl_PersonifyDefault .renewPanel input {margin-right:5px;}
.skin-wrap .MembershipRenewalControl_PersonifyDefault .totalAmountSection .total {margin-top:10px; font-size:18px; padding:0; text-align:right; width:100%;}
.skin-wrap .MembershipRenewalControl_PersonifyDefault .buttonRow .payNow {display:inline-block; height:38px; line-height:38px; border:1px solid #d4d4d4 !important; font-size:15px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#004bbb !important; color:#fff; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none; cursor:pointer; margin:5px 0 0;}
.skin-wrap .MembershipRenewalControl_PersonifyDefault .buttonRow .cancel {line-height:38px;}

.skin-wrap .PayOpenBalancesControl_PersonifyDefault hr {margin:0 0 20px;}
.skin-wrap .PayOpenBalancesControl_PersonifyDefault input[type="text"] {height:28px; width:160px !important; margin:0; border:1px solid #d4d4d4; padding:0 10px; float:left; font-size:12px; color:#333; font-family:Arial, Helvetica, sans-serif; background: #f1f1f1;
background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#ffffff));
background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 50%);
-pie-background: linear-gradient(#f1f1f1 0%,#ffffff 50%);
behavior: url(/css/pie/PIE.htc);}
.skin-wrap .PayOpenBalancesControl_PersonifyDefault input.apply[type="button"] {display:inline-block; height:30px; line-height:30px; border:1px solid #d4d4d4 !important; font-size:15px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#004bbb !important; color:#fff; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none; cursor:pointer; margin-left:10px;}
.skin-wrap .PayOpenBalancesControl_PersonifyDefault .summaryTotal {padding-bottom:20px; font-size:13px; padding-top:10px;}
.skin-wrap .PayOpenBalancesControl_PersonifyDefault input[type="button"] {display:inline-block; height:38px; line-height:38px; border:1px solid #d4d4d4 !important; font-size:15px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#004bbb !important; color:#fff; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none; cursor:pointer;}

html .RadComboBox_PersonifyDefault {margin:0;}
html .ProductSUBBuyBoxControl_PersonifyDefault .RadComboBox_PersonifyDefault {width:100% !important;}
html .RadComboBox_PersonifyDefault table {border: solid 1px #D4D4D4 !important; }
html .RadComboBox_PersonifyDefault table input {border: 0 !important; background:none !important;}
html .AddAddressControl_PersonifyDefault .formLayout .formRow .RadComboBox {float:none;}
html .AddAddressControl_PersonifyDefault .formLayout .formRow input[type="text"] {height:28px; width:109px; margin:0; border:1px solid #d4d4d4; padding:0 10px; float:none; font-size:12px; color:#333; font-family:Arial, Helvetica, sans-serif; background: #f1f1f1;
background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#ffffff));
background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 50%);
-pie-background: linear-gradient(#f1f1f1 0%,#ffffff 50%);
behavior: url(/css/pie/PIE.htc);}
html .AddAddressControl_PersonifyDefault .formLayout .FindCompanyControl_PersonifyDefault .buttonRow input {position:relative; display:inline-block; height:24px; line-height:24px; border:1px solid #d4d4d4; font-size:13px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#004bbb; color:#fff; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none; cursor:pointer; margin:0;}
html .AddAddressControl_PersonifyDefault .formLayout .FindCompanyControl_PersonifyDefault .buttonRow input:hover {background:#fff; color:#333;}
html .AddAddressControl_PersonifyDefault .formLayout .buttonRow {margin-top:20px;}
html .AddAddressControl_PersonifyDefault .formLayout .buttonRow input {position:relative; display:inline-block; height:38px; line-height:38px; border:1px solid #d4d4d4; font-size:13px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#004bbb; color:#fff; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none; cursor:pointer;}
html .AddAddressControl_PersonifyDefault .formLayout .buttonRow input:hover {background:#fff; color:#333;}
html .RadComboBox_PersonifyDefault .rcbInputCell.rcbInputCellLeft,
html .RadComboBox_PersonifyDefault .rcbArrowCell.rcbArrowCellRight {position: relative; padding:0; height:28px; line-height: 28px; text-decoration: none; text-align: left; color: #333; outline: none; vertical-align: middle; cursor: default; background-position: 0 0 !important; background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1));
background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%);
-pie-background: linear-gradient(#ffffff 0%,#f1f1f1 50%);
behavior: url(/css/pie/PIE.htc);}
html .RadComboBox_PersonifyDefault .rcbInputCell.rcbInputCellLeft .rcbInput {padding:0 0 0 5px;}
html .RadComboBox_PersonifyDefault .rcbArrowCell.rcbArrowCellRight a {position: absolute; top: 0; right: 0; width: 28px; height: 28px; background: url(images/arrow-dd.png) 50% center no-repeat; border-left: solid 1px #D4D4D4;}

.skin-wrap .address_PersonifyDefault,
.skin-wrap .name-demographics_PersonifyDefault {background:#fff; border:1px solid #d8d8d8; -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0px 1px 1px 0px #666; box-shadow: 0 1px 0px 0 #666; behavior: url(/css/pie/PIE.htc); margin:0;}
.skin-wrap .address_PersonifyDefault h3.ctrlTitle,
.skin-wrap .name-demographics_PersonifyDefault h3.ctrlTitle {font-size:24px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; color:#3c3c3c; line-height:27px; margin:0; text-shadow: 1px 1px 0px #fff; background:none; border:0; padding:0 15px; height:50px; line-height:50px;}
.skin-wrap .address_PersonifyDefault .ctrlContent,
.skin-wrap .name-demographics_PersonifyDefault .ctrlContent {padding:0 15px 15px; position:relative;}
.skin-wrap .address_PersonifyDefault .ctrlContent .addressLinkContainer {position:absolute; float:none; top:-35px; right:15px;}

.items.press-releases {}
.items.press-releases .item {font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; color:#888; margin:0 0 20px;}
.items.press-releases .item a:first-child {font-weight:bold; padding:0;}
.items.press-releases .item span {font-family:Arial, Helvetica, sans-serif !important; font-size:12px !important; line-height:16px !important; color:#333 !important;}
.items.press-releases .item a {color:#004BBB !important; padding-right:3px;}
.items.press-releases .item p {margin:0; display:inline;}
.items.press-releases .item em {font-syle:none !important; font-size:12px !important; line-height:16px !important; color:#333 !important;}

.sidebar .ektron-ui-tree {margin:0 0 20px;}
.sidebar .ektron-ui-tree ul {margin:0;}
.sidebar .ektron-ui-tree ul li {list-style:none;}

.filter-btn {}
.filter-btn a {display:inline-block; height:38px; line-height:38px; border:1px solid #d4d4d4; font-size:15px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#004bbb; color:#fff !important; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none !important;}
.filter-btn a:hover {background:#fff; color:#333 !important;}

.site-pager {border-top:1px solid #ccc; padding:20px 0 0; text-align:center;}
.site-pager span {display:block;}
.site-pager span * {display:inline; padding:0 5px;}

.SmryShippingAddress {white-space:pre;}

.skin-wrap div.MtgCalendarControl_PersonifyDefault {margin:0;}
.skin-wrap div.MtgCalendarYourSelectionBarControl_PersonifyDefault {border:0;}
.skin-wrap .legenAndPrintPreview {float:right; top:-35px;}
.skin-wrap .MtgCalSelections {clear:none;}
.skin-wrap div.MtgCalendarControl_PersonifyDefault .ctrlContent {margin:0;}
.skin-wrap div.MtgCalendarControl_PersonifyDefault input.blankDelete {width:100%; background:url(/Themes/PersonifyDefault/Breadcrumb/delete.png) no-repeat 0 center; color:rgba(0,0,0,0); position:absolute;}
.skin-wrap .dvFilterItem {position:relative;}
.skin-wrap .dvFilterName {padding:0 0 0 13px;}
.skin-wrap .MtgCalendarYourSelectionBarControl_PersonifyDefault .dvFilterItem {padding:2px 20px 2px 0;}
.skin-wrap .yourSelections {width:auto; margin:0;}
.skin-wrap div.MtgCalendarControl_PersonifyDefault div.yourSelections h3 {font-size:14px; margin:10px 10px 5px 0;}
.skin-wrap div.PBViewing div.widget div.MtgCalendarControl_PersonifyDefault .header {display:block; -moz-border-radius:0; border-radius:0; border:0; background:#EEEEEE; color:#333;}
.skin-wrap .MainCalendar {background:#fff;}
.skin-wrap div.PBViewing div.widget div.MtgCalendarControl_PersonifyDefault .header .rtPlus {color:#eee;}
.skin-wrap div.PBViewing div.widget div.MtgCalendarControl_PersonifyDefault .header .rtPlus:before {content:"+"; color:#333;}
.skin-wrap div.PBViewing div.widget div.MtgCalendarControl_PersonifyDefault .header .rtMinus {color:#eee;}
.skin-wrap div.PBViewing div.widget div.MtgCalendarControl_PersonifyDefault .header .rtMinus:before {content:"-"; color:#333;}
.skin-wrap div.PBViewing div.widget div.MtgCalendarControl_PersonifyDefault .filterBarColumn .body {display:none; width:auto; background:#eee;}
.skin-wrap div.PBViewing div.widget div.MtgCalendarControl_PersonifyDefault .filterBarColumn .section {margin-bottom:3px; border:1px solid #ddd; -moz-border-radius:0; border-radius:0;}
.skin-wrap .eventsColumn {width:769px; padding-left:20px;}
.skin-wrap .filterBarColumn .CalenderCaption {display:none;}
.skin-wrap .filterBarColumn .NarrowBy {font-size:17px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; color:#3c3c3c; line-height:20px; height:23px; margin:0 0 10px 0; text-shadow: 1px 1px 0px #fff; padding:0;}
.skin-wrap div .MtgCalendarEventsControl_PersonifyDefault .RadGrid_PersonifyDefault {width:100% !important; margin:33px 0 0; border-color:#ddd;}
.RadGrid_PersonifyDefault .rgRow a, .RadGrid_PersonifyDefault .rgAltRow a, .RadGrid_PersonifyDefault .rgEditRow a, .RadGrid_PersonifyDefault tr.rgEditRow a, .RadGrid_PersonifyDefault tr.rgHoveredRow a, .RadGrid_PersonifyDefault tr.rgActiveRow a, .RadGrid_PersonifyDefault .rgFooter a, .RadGrid_PersonifyDefault .rgEditForm a {color:#004BBB !important;}

html .ShoppingCartSavingsControl_PersonifyDefault 
.skin-wrap .MTGDetailRegistrations {background:#fff; border:1px solid #d8d8d8; -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0px 1px 1px 0px #666; box-shadow: 0 1px 0px 0 #666; behavior: url(/css/pie/PIE.htc); padding:18px 20px; margin-bottom:20px;}
.skin-wrap .MTGDetailRegistrations .MTGDetailRegisterButton {display:inline-block; height:38px; line-height:38px; border:1px solid #d4d4d4; font-size:15px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#004bbb; color:#fff; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none;}
.skin-wrap .MTGDetailRegistrations .MTGDetailRegisterButton:hover {background:#fff; color:#333;}
.skin-wrap .MTGDetailContent {width:500px;}
.skin-wrap .MTGDetailRightContent {width:255px; padding:0;}
.skin-wrap .MTGDetailRightContent .savingsHeader .savingsLink {color:#004BBB; text-decoration:none; font-size:18px;}
.skin-wrap .MTGDetailPriceGroup {border:0;}
.skin-wrap .MTGDetailLeftNav {}
.skin-wrap .MTGDetailLeftNav .RadTreeView .rtUL {}
.skin-wrap .MTGDetailLeftNav .RadTreeView .rtUL .rtLI{}
.MeetingDetailControl_PersonifyDefault .RadTreeView .rtSp, .MeetingDetailControl_PersonifyDefault .RadTreeView .rtMinus {display:none;}
.MeetingDetailControl_PersonifyDefault .MTGDetailLeftNav .RadTreeView .rtIn {
    border: 0 none !important;
    margin: 0 !important;
    padding: 4px 0 !important;
}
.MeetingDetailControl_PersonifyDefault .MTGDetailEventsHeader {
    background-color: rgba(0, 0, 0, 0);
    color: #999999;
    display: block;
    float: none;
    font-size: 13px;
    font-weight: bold;
    width: auto;
}
.MeetingDetailControl_PersonifyDefault .RadTreeView .rtTop, .MeetingDetailControl_PersonifyDefault .RadTreeView .rtMid, .MeetingDetailControl_PersonifyDefault .RadTreeView .rtBot, .MeetingDetailControl_PersonifyDefault .RadTreeView .rtLines .rtFirst .rtUL {
    padding: 0;
}
.MeetingDetailControl_PersonifyDefault .MTGDetailLeftNav .RadTreeView .rtUL .rtLI .rtUL {
    margin-left: 10px;
    margin-top: 5px;
    overflow: auto;
    padding-left: 0;
}
.MeetingDetailControl_PersonifyDefault .MTGDetailLeftNav .RadTreeView .rtUL .rtLI .rtLI {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.MeetingDetailControl_PersonifyDefault .MTGDetailLeftNav .RadTreeView .rtUL .rtLI .rtLI * {
    color: #004BBB;
}
.MeetingDetailControl_PersonifyDefault .MTGDetailLeftNav .MTGDetailEventOption {
    float: none;
    width: inherit;
}
.skin-wrap .MTGDetailSelectedEvent {font-style:normal;}
.skin-wrap .MTGDetailMainHeader {font-size:24px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; color:#3c3c3c; line-height:27px; margin:0 0 10px 0; text-shadow: 1px 1px 0px #fff;}
.skin-wrap .addtocal {display:inline-block; height:38px; line-height:38px; border:1px solid #d4d4d4; font-size:15px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#004bbb; color:#fff; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none;}
.skin-wrap .addtocal:hover {background:#fff; color:#333;}
.skin-wrap .MTGDetailValue,
.skin-wrap .MTGDetailCaption {float:none; clear:both;}
.skin-wrap .MTGDetailContentEventSchedule {clear:both; margin-top:0;}

.skin-wrap .utility .productControlSection {width:194px;}
.skin-wrap .lineItemTag {right:-1px; width:245px; line-height:22px; background:#ccc; color:#333; text-align:right; border-color:#aaa; padding-right:5px;}
.skin-wrap .lineItemTag .badgeImage {float:right; left:0; top:0; background-position:right center; padding-left:5px; position:relative;}
.skin-wrap .linkButton {color:#004BBB; text-decoration:none;}
.skin-wrap .linkButton:hover {color:#333;}

/*---===<<< CONTENT STYLES >>>===---*/
/*---=== TEXT STYLES ===---*/
body, p {font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; color:#333;}
p {margin:0 0 20px;}
p.testimonial strong {color:#00467f; display:block; text-align:right; font-style:italic; padding:5px 0 0;}
p.testimonial em {text-align:right; display:block;}
section > article img.left {margin: 0 15px 15px 0;}
section > article img.right {margin: 0 0 15px 15px;}
strong {}
em {}
hr {}
/*---=== HEADING STYLES ===---*/
h1 {font-size:32px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; color:#333333; line-height:35px; margin:0 0 10px 0; text-shadow: 1px 1px 0px #fff;}
h2 {font-size:30px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; color:#3c3c3c; line-height:33px; margin:0 0 5px 0; text-shadow: 1px 1px 0px #fff;}
h3 {font-size:24px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; color:#3c3c3c; line-height:27px; margin:0 0 10px 0; text-shadow: 1px 1px 0px #fff;}
h4 {font-size:22px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; color:#3c3c3c; line-height:25px; margin:0 0 5px 0; text-shadow: 1px 1px 0px #fff;}
.dropdown h4 {font-size:18px;}
h5 {font-size:22px; font-family:'Open Sans Condensed', sans-serif; font-weight:300; color:#3c3c3c; line-height:normal; margin:0 0 5px 0;}
h6 {font-size:16px; font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#203160; line-height:normal; margin:0 0 10px;}
/*---=== LINK STYLES ===---*/
a:link, a:visited, a:active {color:#004bbb; text-decoration:none;}
a:hover {text-decoration:underline;}
a.all-link {position:absolute; right:0; top:14px;}
/*---=== BUTTON STYLES ===---*/
a.btn-blue:link, a.btn-blue:visited, a.btn-blue:active {display:inline-block; height:38px; line-height:38px; border:1px solid #d4d4d4; font-size:15px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#004bbb; color:#fff; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none;}
a.btn-blue:hover {background:#fff; color:#333;}
a.btn-grey:link, a.btn-grey:visited, a.btn-grey:active {display:inline-block; height:38px; line-height:38px; border:1px solid #d4d4d4; font-size:15px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#ededed; color:#333; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none;}
a.btn-grey:hover {background:#bbb; color:#333;}
a.btn-white:link, a.btn-white:visited, a.btn-white:active {display:inline-block; height:38px; line-height:38px; border:1px solid #d4d4d4; font-size:15px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#fff; color:#333; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none;}
a.btn-white:hover {background:#004bbb; color:#fff;}
a.btn-white-lg:link, a.btn-white-lg:visited, a.btn-white-lg:active {display:block; text-align:center; height:53px; line-height:53px; border:1px solid #e0e0e0; font-size:29px; font-family:'Open Sans Condensed', sans-serif; font-weight:300; margin:0 0 15px; color:#103976; padding:0 16px; white-space:nowrap;  text-decoration:none; -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0px 1px 1px 0px #060707; box-shadow: 0 1px 0px 0 #666; background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e2e2e2));
background: -webkit-linear-gradient(top, #ffffff 0%,#e2e2e2 100%);
background: -o-linear-gradient(top, #ffffff 0%,#e2e2e2 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#e2e2e2 100%);
background: linear-gradient(to bottom, #ffffff 0%,#e2e2e2 100%);
-pie-background: linear-gradient(#ffffff 0%,#e2e2e2 100%);
behavior: url(/css/pie/PIE.htc);}
a.btn-white-lg .shad {text-shadow: 1px 1px 0px #fff;}
a.btn-white-lg .font {font-weight:700;}
a.btn-blue-lg:link, a.btn-blue-lg:visited, a.btn-blue-lg:active {display:block; text-align:center; height:67px; line-height:67px; border:1px solid #d4d4d4; font-size:36px; font-family:'Open Sans Condensed', sans-serif; font-weight:300; margin:0 0 15px; color:#fff; padding:0 16px; white-space:nowrap; background: #e55302; text-decoration:none; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc);}
a.btn-blue-lg .font {font-weight:700;}
a.btn-blue-lg2:link, a.btn-blue-lg2:visited, a.btn-blue-lg2:active {display:inline-block; height:50px; line-height:50px; border:1px solid #d4d4d4; font-size:24px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#004bbb; color:#fff; padding:0; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none; width:100%; text-align:center;}
a.btn-blue2:hover {background:#fff; color:#333;}
a.btn-special:link, a.btn-special:visited, a.btn-special:active {display:block; text-align:center; padding:20px 0; border:1px solid #e0e0e0; font-family:'Open Sans Condensed', sans-serif; font-weight:700; color:#3c3c3c; line-height:20px; text-transform:uppercase; text-decoration:none; font-size:20px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; text-shadow: 1px 1px 0px #fff; background: #ffffff;}

input.btn-Continue {
    background: none repeat scroll 0 0 white;
    border-radius: 5px;
    font-family: "Open Sans Condensed";
    font-size: 14px;
    font-weight: bold;
    height: 40px;
	transition: none;
}

input.btn-Continue:hover {
	 background:#004bbb; color:#fff; 
	 cursor: pointer;
}

background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6));
background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);
background: -o-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);
background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%);
-pie-background: linear-gradient(#ffffff 0%,#e6e6e6 100%);
behavior: url(/css/pie/PIE.htc);}
a.btn-cal:link, a.btn-cal:visited, a.btn-cal:active {display:block;  border:1px solid #e0e0e0; font-family:'Open Sans Condensed', sans-serif; font-weight:700; color:#3c3c3c; line-height:82px; height:82px; margin:0 0 15px; text-transform:uppercase; text-decoration:none; font-size:20px; -webkit-border-radius: 5px; border-radius: 5px; text-shadow: 1px 1px 0px #fff; background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6));
background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);
background: -o-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);
background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%);
-pie-background: linear-gradient(#ffffff 0%,#e6e6e6 100%);
behavior: url(/css/pie/PIE.htc);}
a.btn-cal span {display:block; height:82px; line-height:82px; background:url(images/icon-cal.png) no-repeat 17px 10px; padding:0 0 0 95px;}
a.btn-news:link, a.btn-news:visited, a.btn-news:active {display:block; border:1px solid #e0e0e0; color:#333; margin:0 0 15px; text-decoration:none; font-size:12px; -webkit-border-radius: 5px; border-radius: 5px; background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6));
background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);
background: -o-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);
background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%);
-pie-background: linear-gradient(#ffffff 0%,#e6e6e6 100%);
behavior: url(/css/pie/PIE.htc);}
a.btn-news span {display:block; background:url(images/icon-news.png) no-repeat 17px 17px; padding:20px 0 20px 102px;}
/* GREY LINKS */
ul.grey-links {margin:0 0 13px; padding:0;}
ul.grey-links li {list-style:none; background:none; margin:0 0 2px; padding:0;}
ul.grey-links li a:link, ul.grey-links li a:visited, ul.grey-links li a:active {display:block; height:36px; line-height:36px; padding:0 13px; background:#a7a9ac; border:1px solid #d4d4d4; text-decoration:none; font-size:14px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; color:#fff; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc);}
ul.grey-links li a:hover {background:#004bbb;}
/*---=== LIST STYLES ===---*/
/*--- ORDERED ---*/
ol {margin: 0 0 30px 30px;}
ol ol, ol ul {margin: 0 0 0 30px;}
ol li {list-style: decimal; margin: 0 0 5px;}
ol li li {list-style: lower-alpha; margin: 0;}
ol li li li {list-style: lower-roman;}
/*--- UNORDERED ---*/
ul {margin: 0 0 30px 30px;}
ul ul, ul ol {margin: 0 0 0 30px;}
ul li {list-style: disc; margin: 0 0 5px;}
ul li li {list-style: square; margin: 0;}
ul li li li {list-style: circle;}
.site-section-wrap ul li .content ul {margin:0 0 30px 14px;}
.site-section-wrap ul li .content ul li {margin:10px 0;}
/*---===<<< TABLE STYLES >>>===---*/
.r2i-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.5em;
}
.r2i-table .w-1 {
  width: 4%;
}
.r2i-table .w-2 {
  width: 8%;
}
.r2i-table .w-3 {
  width: 12%;
}
.r2i-table .w-4 {
  width: 16%;
}
.r2i-table .w-5 {
  width: 20%;
}
.r2i-table .w-6 {
  width: 24%;
}
.r2i-table .w-7 {
  width: 28%;
}
.r2i-table .w-8 {
  width: 32%;
}
.r2i-table .w-9 {
  width: 36%;
}
.r2i-table .w-10 {
  width: 40%;
}
.r2i-table .w-11 {
  width: 44%;
}
.r2i-table .w-12 {
  width: 48%;
}
.r2i-table .w-13 {
  width: 52%;
}
.r2i-table .w-14 {
  width: 56%;
}
.r2i-table .w-15 {
  width: 60%;
}
.r2i-table .w-16 {
  width: 64%;
}
.r2i-table .w-17 {
  width: 68%;
}
.r2i-table .w-18 {
  width: 72%;
}
.r2i-table .w-19 {
  width: 76%;
}
.r2i-table .w-20 {
  width: 80%;
}
.r2i-table .w-21 {
  width: 84%;
}
.r2i-table .w-22 {
  width: 88%;
}
.r2i-table .w-23 {
  width: 92%;
}
.r2i-table .w-24 {
  width: 96%;
}
.r2i-table .w-25 {
  width: 100%;
}
.r2i-table td {
  vertical-align: top;
  border-bottom: 1px solid #666;
  padding: .875em .5em;
}
.r2i-table tbody tr:nth-child(odd) {
  background: #f0f0f0;
}
.r2i-table th {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #666;
  padding: .875em .5em;
}
.r2i-table .cell-center {
  text-align: center;
}

table.base-table {border-collapse: collapse; table-layout: fixed; width: 100%; border: 1px solid #555;}
table.base-table th {text-align: left; vertical-align: top; padding: 3px 5px; background: #555; color: #fff; border-right: 1px solid #555; border-left: 1px solid #555;}
table.base-table tbody th {background: #DCDCDC; color: #333;}
table.base-table tbody .alt th {background: #EFEFEF;}
table.base-table td {text-align: left; vertical-align: top; border-right: 1px solid #555; border-left: 1px solid #555; padding: 3px 5px; color: #333; background: #DCDCDC;}
table.base-table .alt td {background: #EFEFEF;}
table.base-table th.text-right, table.base-table td.text-right {text-align: right;}
table.base-table th.text-center, table.base-table td.text-center {text-align: center;}
table.base-table th.text-bottom, table.base-table td.text-bottom {vertical-align: bottom;}
table.base-table th.text-middle, table.base-table td.text-middle {vertical-align: middle;}
table.base-table .col-1 {width: 4%}
table.base-table .col-2 {width: 8%}
table.base-table .col-3 {width: 12%}
table.base-table .col-4 {width: 16%}
table.base-table .col-5 {width: 20%}
table.base-table .col-6 {width: 24%}
table.base-table .col-7 {width: 28%}
table.base-table .col-8 {width: 32%}
table.base-table .col-9 {width: 36%}
table.base-table .col-10 {width: 40%}
table.base-table .col-11 {width: 44%}
table.base-table .col-12 {width: 48%}
table.base-table .col-13 {width: 52%}
table.base-table .col-14 {width: 56%}
table.base-table .col-15 {width: 60%}
table.base-table .col-16 {width: 64%}
table.base-table .col-17 {width: 68%}
table.base-table .col-18 {width: 72%}
table.base-table .col-19 {width: 76%}
table.base-table .col-20 {width: 80%}
table.base-table .col-21 {width: 84%}
table.base-table .col-22 {width: 88%}
table.base-table .col-23 {width: 92%}
table.base-table .col-24 {width: 96%}
table.base-table .col-25 {width: 100%}
table.admin {border: none;}
table.admin th {background: #333; color: #fff; border-right: none; border-left: none;}
table.admin tbody th {}
table.admin tbody .alt th {}
table.admin td {border-right: none; border-left: none; border-bottom: 1px solid #555; padding: 5px; background: #efefef;}
table.admin .alt td {background: #fff;}
table.admin a.btn {display: inline-block; height: 16px; width: 16px; overflow: hidden; margin: 0 5px; text-indent: -9999em;}
table.admin a.btn-delete {background: url(../images/btn-delete.png);}
table.admin a.btn-edit {background: url(../images/btn-edit.png);}
table.admin a.btn-view {background: url(../images/btn-view.gif);}
/*---===<<< FORMS >>>===---*/
.r2i-form h2 {margin:0 0 20px;}
.form-el {margin: 0 0 15px 0; float: left; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.el-100, .form-100 {width: 100%; clear:both;}
.el-50 {width: 50%; padding-right:20px;}
.el-33, .form-33 {width:33%; height:55px; padding-right:20px;}
.el-25 {width: 25%; height:55px; padding-right:20px;}
.el-last {padding: 0 !important;}
.form-el-right {float: right;}
.r2i-form .design_list_horizontal {border:0; padding:0; margin:0;}
.r2i-form .design_list_horizontal li {list-style:none;}
.r2i-form .design_list_horizontal label {font-weight:normal; font-size:12px;}
/*---=== LABELS ===---*/
.form-el label {display: block; margin: 0 0 5px; font-weight:bold; font-size:13px;}
.form-el label sup {position:absolute; margin-top:-3px;}
.form-el.check {position: relative; margin: 0 5% 5px 0;}
.form-el.check label {padding: 0 0 0 20px; margin: 0 0 10px; position: relative; z-index: 1; background: url(../images/form-elements.png) no-repeat 0 0;}
.form-el.check label.checked {background: url(../images/form-elements.png) no-repeat 0 -50px;}
.form-el.radio {position: relative; margin: 0 5% 5px 0;}
.form-el.radio label {padding: 0 0 0 20px; margin: 0 0 10px; position: relative; z-index: 1; background: url(../images/form-elements.png) no-repeat 0 -100px;}
.form-el.radio label.checked {background: url(../images/form-elements.png) no-repeat 0 -150px;}
.form-el .req {color: #f00; margin: 0 3px;}
.form-el .file-type {font-size: 10px;}
/*---=== FIELDSET AND LEGEND ===---*/
fieldset {border: none; clear: both;}
legend {display: block; margin: 0 0 10px;}
/*---=== BUTTONS ===--*/
.form-el a.btn {display: block; height: 25px; border: 2px solid #FAA634; line-height: 25px; text-align: center; color: #faa634; text-decoration: none;}
.form-el a.btn:hover {border: 2px solid #333; color: #333;}
.form-el input[type="submit"] {display:inline-block; height:38px; line-height:38px; border:1px solid #d4d4d4; font-size:15px; font-family:'Open Sans Condensed', sans-serif; font-weight:700; background:#004bbb; color:#fff; padding:0 16px; white-space:nowrap; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc); text-decoration:none; cursor:pointer;}
.form-el input[type="submit"]:hover {background:#fff; color:#333;}
/*---=== INPUTS ===---*/
#design_content .r2i-form .design_textfield, div.design_content .r2i-form .design_textfield,
.form-el input[type="text"] {display: block; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; height:28px; border:1px solid #d4d4d4; padding:0 10px; float:left; font-size:12px; color:#333; font-family:Arial, Helvetica, sans-serif; background: #f1f1f1;
background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#ffffff));
background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 50%);
-pie-background: linear-gradient(#f1f1f1 0%,#ffffff 50%);
behavior: url(/css/pie/PIE.htc);}
.form-el input[type="checkbox"], .form-el input[type="radio"] {width: auto; float:left; margin:0 5px 0 0;}
.form-el textarea {display: block; padding: 3px 5px; width: 100%; height: 150px;}
.form-el select {width:100%;}
.form-el select.multiple {height:186px;}
/*---=== DATE PICKER ===---*/
.form-el input.date {display: block; padding: 3px 5px; width: 100%;}
#calroot {z-index:10000; margin-top:-1px; width:198px; padding:2px; background-color:#fff; font-size:11px; border:1px solid #ccc; -moz-border-radius:5px; -webkit-border-radius:5px; -moz-box-shadow: 0 0 15px #666; -webkit-box-shadow: 0 0 15px #666;}
#calhead {padding:2px 0; height:22px;}
#caltitle {font-size:14px; color:#0150D1; float:left; text-align:center; width:155px; line-height:20px; text-shadow:0 1px 0 #ddd;}
#calnext, #calprev {display:block; width:20px; height:20px; background:transparent url(../images/cal-prev.gif) no-repeat scroll center center; float:left; cursor:pointer;}
#calnext {background-image:url(../images/cal-next.gif); float:right;}
#calprev.caldisabled, #calnext.caldisabled {visibility:hidden;}
#caltitle select {font-size:10px;}
#caldays {height:14px; border-bottom:1px solid #ddd;}
#caldays span {display:block; float:left; width:28px; text-align:center;}
#calweeks {background-color:#fff; margin-top:4px;}
.calweek {clear:left; height:22px;}
.calweek a {display:block; float:left; width:27px; height:20px; text-decoration:none; font-size:11px; margin-left:1px; text-align:center; line-height:20px; color:#666; -moz-border-radius:3px; -webkit-border-radius:3px;}
.calweek a:hover, .calfocus {background-color:#ddd;}
a.calsun {color:red;}
a.caloff {color:#ccc;}
a.caloff:hover {background-color:rgb(245, 245, 250);}
a.caldisabled {background-color:#efefef !important; color:#ccc	!important; cursor:default;}
#calcurrent {background-color:#498CE2; color:#fff;}
#caltoday {background-color:#333; color:#fff;}
/*---=== SELECT BOX ===---*/
/* Dropdown control */
.selectBox-dropdown {min-width: 100%; position: relative; height:28px; border: solid 1px #D4D4D4; line-height: 28px; text-decoration: none; text-align: left; color: #333; outline: none; vertical-align: middle; display: inline-block; cursor: default; background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1));
background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%);
background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%);
-pie-background: linear-gradient(#ffffff 0%,#f1f1f1 50%);
behavior: url(/css/pie/PIE.htc);}
.sections-dd .selectBox-dropdown {min-width: 100%; position: relative; height:40px; border: solid 1px #D4D4D4; line-height: 40px; text-decoration: none; text-align: left; color: #333; outline: none; vertical-align: middle; display: inline-block; font-family: 'Open Sans Condensed',sans-serif; font-weight:700; cursor: default; background: #f3f3f3 !important; font-size:18px; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc);}
.selectBox-dropdown:focus {border:1px solid #D4D4D4;}
.selectBox-dropdown:focus .selectBox-arrow {border-left:1px solid #D4D4D4;}
/*.selectBox-dropdown.selectBox-menuShowing {-moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0;}*/
.selectBox-dropdown .selectBox-label {padding: 0 8px; display: inline-block; white-space: nowrap; overflow: hidden; border-right:1px solid #fff;}
.selectBox-dropdown .selectBox-arrow {position: absolute; top: 0; right: 0; width: 28px; height: 28px; background: url(images/arrow-dd.png) 50% center no-repeat; border-left: solid 1px #D4D4D4;}
/* Dropdown menu */
.sections-dd .selectBox-dropdown .selectBox-arrow {height:40px; width:30px;}
.selectBox-dropdown-menu {position: absolute; z-index: 99999; max-height: 200px; min-height: 1em; border: solid 1px #BBB; background: #FFF; -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2); box-shadow: 0 2px 6px rgba(0, 0, 0, .2); overflow: auto;}
/* Inline control */
.selectBox-inline {min-width: 150px; outline: none; border: solid 1px #BBB; background: #FFF; display: inline-block; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; overflow: auto;}
.selectBox-inline:focus {border-color: #666;}
/* Options */
.selectBox-options, .selectBox-options li, .selectBox-options li a {list-style: none; display: block; cursor: default; padding: 0; margin: 0;}
.selectBox-options li a {line-height: 1.5; padding: 0 .5em; white-space: nowrap; overflow: hidden; background: 6px center no-repeat;}
.selectBox-options li.selectBox-hover a {background-color: #EEE;text-decoration:none; cursor:pointer;}
.selectBox-options li.selectBox-disabled a {color: #888; background-color: transparent;}
.selectBox-options li.selectBox-selected a {background-color: #C8DEF4;}
.selectBox-options .selectBox-optgroup {color: #666; background: #EEE; font-weight: bold; line-height: 1.5; padding: 0 .3em; white-space: nowrap;}
/* Disabled state */
.selectBox.selectBox-disabled {color: #888 !important;}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {opacity: .5; filter: alpha(opacity=50); border-color: #666;}
.selectBox-inline.selectBox-disabled {color: #888 !important;}
.selectBox-inline.selectBox-disabled .selectBox-options a {background-color: transparent !important;}
/*---===<<< INTERACTIVE ELEMENTS >>>===---*/
/*---=== ACCORDION ===---*/
.accord-wrap {}
.accord-wrap h3.accord-head {border-bottom: 1px solid #888; margin: 0 0 10px; padding: 5px 0; cursor: pointer;}
.accord-wrap .accord-cnt {display: none;}
/*---=== TABS ===---*/
.tabs-wrap {}
.tabs-wrap ul.tabs {margin: 0; padding: 0; height: 24px; position: relative; z-index: 1;}
.tabs-wrap ul.tabs li {margin: 0; padding: 0; list-style: none; float: left;} 
.tabs-wrap ul.tabs li a {display: block; padding: 0 10px; line-height: 22px; height: 22px; border: 1px solid #333; border-radius: 5px 5px 0 0; background: #fff; behavior: url(path/to/PIE.htc);}
.tabs-wrap ul.tabs li a.current {border-bottom:none; height: 23px;}
.tabs-wrap .tab-panes {border: 1px solid #333; position: relative; z-index: 0; margin: -1px 0 0; border-radius: 0 5px 5px 5px; padding: 20px; behavior: url(path/to/PIE.htc);}
/*---=== OVERLAY ===---*/
.overlay-base {display:none; left: 50%; margin: 0 0 0 -420px; width: 840px; background: #fff; border-radius: 8px; -moz-border-radius:8px; -webkit-border-radius:8px; behavior: url(path/to/PIE.htc); behavior: url(path/to/PIE.htc);}
.overlay-base .overlay-content {padding: 20px;}
.overlay-base .close {background: url(../images/close.png) no-repeat; display: block; height: 36px; width: 36px; position: absolute; top: -18px; right: -18px; cursor: pointer;}
.overlay-trigger {cursor: pointer;}
/*---=== SECTION PAGE STYLES ===---*/
.contacts-sidebar {position:relative;}
.recent-blog-posts {position:relative;}
.sponsor-table {border-collapse:collapse; width:100%;}
.sponsor-table td {vertical-align:middle;}
.sponsor-table td:first-child {width:72px; padding-right:5px; text-align:center;}
.sponsor-table td a:link,
.sponsor-table td a:visited
.sponsor-table td a:active {font-weight:bold; color:#004BBB;}
/*.sponsor-block {display:table; margin:0 0 10px; vertical-align:middle; width:100%;}
.sponsor-block .sponsor-wrap {display:table-cell; vertical-align:middle; width:100%; height:100%;}
.sponsor-block .sponsor-logo {display:inline-block; width:72px;}
.sponsor-block .sponsor-logo img {max-width:72px;}
.sponsor-block .sponsor-info {display:inline-block; width:140px; font-weight:bold; color:#004BBB;  width:100%; height:100%;}*/
/*---=== NEW NAV STYLES (10/28/13) ===---*/
.dropdown.training .col-wrap {background:url(images/col-wrap-bg.jpg) repeat-y 48% 0;}
.dropdown .col-wrap h6 {color:#333333; font-family:Arial,Helvetica,sans-serif; font-size:12px; line-height:16px; font-weight:bold;}
.dropdown .col-wrap p {margin:0 0 10px;}
.ie8 .dropdown .col-wrap .search-box {padding-top:6px; height:28px;}
.dropdown .col-wrap .search-box {height:28px; width:100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border:1px solid #d4d4d4; padding:0 35px 0 10px; font-size:12px; color:#333; font-family:Arial, Helvetica, sans-serif; background: #f1f1f1;
background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#ffffff));
background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 50%);}
.dropdown .col-wrap .search-wrap {position:relative; margin:0 0 15px;}
.dropdown .col-wrap .btn-search {display:block; width:30px; height:28px; line-height:28px; position:absolute; text-indent:99999px; overflow:hidden; background:url(images/icon-mag.png) no-repeat 0 0; right:1px; top:1px;}
.dropdown .col-wrap .btn-search:hover {background-position:0 -28px;}
.dropdown .col-wrap .img-wrap {float:left; margin:0 20px 20px 0;}
.dropdown .col-wrap .mega-events-scrollable {position:relative; overflow:hidden; width:233px; height:204px;}
.dropdown .col-wrap .mega-events-scrollable .items {position:absolute; width:200000em;}
.dropdown .col-wrap .mega-events-scrollable .item {float:left; width:233px; height:180px;}
.dropdown .col-wrap .mega-events-navi {text-align:center; position:absolute; top: 225px; width:233px;}
.dropdown .col-wrap .mega-events-navi a {display:inline-block; width:14px; height:14px; background:#dfdfdf; cursor:pointer; margin:0 2px; -webkit-border-radius: 7px; border-radius: 7px; behavior: url(/css/pie/PIE.htc);}
.dropdown .col-wrap .mega-events-navi a:hover {background:#ccc;}
.dropdown .col-wrap .mega-events-navi a.active, .dropdown .col-wrap .mega-events-navi a.active:hover {background:#e55302;}
.dropdown .col-wrap .two-col li {float:left; width:50%; margin:0 0 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:0 30px 0 0;}
.dropdown .col-wrap .three-col li {float:left; width:33%; margin:0 0 5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:0 10px 0 0;}
.dropdown .col-wrap .mega-press-scrollable {position:relative; overflow:hidden; width:233px; height:140px;}
.dropdown .col-wrap .mega-press-scrollable .items {position:absolute; width:200000em;}
.dropdown .col-wrap .mega-press-scrollable .item {float:left; width:233px; height:140px;}
.dropdown .col-wrap .mega-press-navi {text-align:center; position:absolute; top: 190px; width:233px;}
.dropdown .col-wrap .mega-press-navi a {display:inline-block; width:14px; height:14px; background:#dfdfdf; cursor:pointer; margin:0 2px; -webkit-border-radius: 7px; border-radius: 7px; behavior: url(/css/pie/PIE.htc);}
.dropdown .col-wrap .mega-press-navi a:hover {background:#ccc;}
.dropdown .col-wrap .mega-press-navi a.active, .dropdown .col-wrap .mega-press-navi a.active:hover {background:#e55302;}
.dropdown .col-wrap p.intro {font-size:14px; line-height:22px;}
.dropdown .col-wrap .quote-highlight {background:#f1f1f1 url(images/quote-open.png) no-repeat 20px 18px; padding:20px 20px 15px 55px; -webkit-box-shadow: inset 1px 1px 1px 1px #999999; box-shadow: inset 1px 1px 1px 1px #999999; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(/css/pie/PIE.htc);}
.dropdown .col-wrap .quote-highlight .quote-wrap {background:url(images/quote-close.png) no-repeat right bottom;}
.dropdown .col-wrap .quote-highlight .quote-wrap .author {color:#004bbb; margin:0;}
.dropdown.technical .col-wrap .btn-blue-lg {-webkit-border-radius: 0 0 5px 5px; border-radius:0 0 5px 5px;}
.dropdown .col-wrap .white-wrap .listing-wrap {padding:0 40px 0 0;}
.dropdown .col-wrap .white-wrap .listing-wrap.border-bottom {border-bottom:1px solid #b2b2b2; margin:0 0 10px;}
.dropdown .col-wrap .white-wrap .listing-wrap.border-bottom .all-link {bottom:10px;}
.dropdown .col-wrap .white-wrap .listing-wrap {position :relative;}
.dropdown .col-wrap .white-wrap .listing-wrap .all-link{bottom:0; top:auto; font-size:10px;}
.dropdown.news .press-col {box-sizing: border-box;}
@media only print {
.contact-tab {display:none !important;}
}
@import url('print.css') print;
.my-events-pane h3.ctrlTitle {display:none;}
.intech-wrap .small.leftad {position:relative; width:200px; height:90px;}
.intech-wrap .large.rightad {position:relative; width:728px; height:90px;}
.intech-wrap .intech-hub .ad-wrap .right {position:relative; width:300px; height:250px;}
.intech-wrap .ad-wrap-small  {position:relative; width:300px; height:250px;margin-bottom:20px;}
.intech-wrap .right.sidebar .ad-wrap {position:relative; width:300px; height:250px;}
.intech-wrap .small.bottomleftad {position:relative; width:200px; height:90px;}
.intech-wrap .large.bottomrightad {position:relative; width:728px; height:90px;}
.intech-wrap .small.leftad .gaq,
.intech-wrap .large.rightad .gaq,
.intech-wrap .intech-hub .ad-wrap .right .gaq,
.intech-wrap .ad-wrap-small .gaq,
.intech-wrap .right.sidebar .ad-wrap .gaq,
.intech-wrap .small.bottomleftad .gaq,
.intech-wrap .large.bottomrightad .gaq {position:absolute; top:0; left:0;}

.contacts-sidebar .column-block  h6 {font-weight: bold; margin: 0;}
.contacts-sidebar .column-block . p {text-transform: lowercase;}
.contacts-sidebar .column-block .column-thumb img {width: 107px; height: 130px;}

.intechProduct, .product {width: 80%; }
.intechProduct h4 {}
.intechProduct img, .product img {float:right; width:250px; padding:3px; margin-left:10px; border: 2px solid #ccc;}

/* site map styles */
.ektSitemap { margin-left: 5px; }
.ektSitemap > li { list-style-type: none; }
.ektSitemap > li > ul > li { list-style-type: none; }
.ektSitemap > li > ul > li > ul { margin-left: 25px; margin-top: 6px; margin-bottom: 6px; }
.ektSitemap > li > ul > li > ul > li { list-style-type: disc; }
.ektSitemap > li > ul > li > ul > li > ul { margin-left: 15px; margin-top: 4px; margin-bottom: 4px; }
.ektSitemap > li > ul > li > ul > li > ul > li > ul { margin-left: 15px; margin-top: 3px; margin-bottom: 3px; }
.ektSitemap > li > ul > li > ul > li > ul > li > ul > li { list-style-type: square; }
.ektSitemap > li > ul { margin-left: 0; margin-top: 12px; }
.ektSitemap > li > ul > li > ul { margin-top: 2px; list-style-type: none; }
.ektSitemap > li > a, .ektSitemap > li > ul > li > a { font-weight: bold; font-size: 14px; }
.ektSitemap > li > ul > li > ul > li > a { font-size: 13px; margin-bottom: 5px; }


/*members corner page styles*/
#ctl00_plcContent_SectionsComboBox {float:left;}
#ctl00_plcContent_ChangeSectionButton {float:left;}
#MembersCornerMyISAPasswordPanel {height:160px;}
#ctl00_plcContent_ChangePasswordButton{float:left;}



/*CHRISTIAN CUSTOM STYLES*/
.FullWidth {width: 100%}
.MarginTop20 {margin-top: 15px;}
.Height200 {height:140px;}
.MarginLeft30 {margin-left: 30px;}
#ctl00_plcContent_left_columnDisplay_ctl00_controlcolumn_ctl01_WidgetHost_WidgetHost_widget_txtEmail {margin-left:20px;}
#ctl00_plcContent_left_columnDisplay_ctl00_controlcolumn_ctl01_WidgetHost_WidgetHost_widget_lblEmail {margin-left:20px;}
#ctl00_plcContent_left_columnDisplay_ctl00_controlcolumn_ctl01_WidgetHost_WidgetHost_widget_txtMessage {width:380px;}
#ctl00_plcContent_left_columnDisplay_ctl00_controlcolumn_ctl01_WidgetHost_WidgetHost_widget_btnSubmit {margin-left:-380px;margin-top:170px;}

/*CHRISTIAN PRODUCT DETAIL CHANGES*/
#ctl00_plcContent_middle_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_ctl00_ProductGenericBuyBoxControl_MultipleRatesPriceList {
    min-width: 200px;
}
.ProductDetailCECreditsValue {
    min-height: 50px;
}






/* certifications directory styles */
#ctl00_plcContent_FindButton {float:left;}
#ctl00_plcContent_ClearButton {float:left;}
.certifications-filters { height: 380px; margin-top: 20px; } 
select, input { padding: 6px 10px; border-radius: 2px; -webkit-border-radius: 2px; moz-border-radius:2px; border: 1px solid #ccc; transition: background-color ease 300ms; }
/*select, input { float:right; padding: 6px 10px; border-radius: 2px; -webkit-border-radius: 2px; moz-border-radius:2px; border: 1px solid #ccc; transition: background-color ease 300ms; }*/
select:focus, input:focus { background-color: #fafafa; border-color: #aaa; }
.certifications-panel th, .certifications-panel td { padding: 10px 12px; }
.btn { font-size: 105%; font-weight: bold; padding: 8px 16px; color: white; background-color: #337AB7; border: 1px solid #2E6DA4; cursor: pointer; transition: background-color ease 300ms;}
.btn-clear { color: #666; background-color: white; border-color: #aaa; }
.btn + .btn { margin-left: 5px; }
.btn:active { background-color: #2E6DA4; }
.btn-clear:active { background-color: #fafafa; }


/*Hiding The DropDown on the left of the Search TextBox */
header .search .left {display:none;}



.ProductDetailContentCell {
    width: 40%;
    max-width: 520px;
    position: relative;
    vertical-align: top;
}

.ProductDetailControl_PersonifyDefault .ProductDetailLeftCell {
    padding: 12px 16px;
    border: 1px solid #DEDEDE;
    border-radius: 2px;
}

input[type="button"].btnMtgSesShowHideGroup {
  background: url(images/caret.png) center no-repeat;
}

#ctl00_plcContent_middle_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_ctl00_ProductDetailParagraphshowMoreLink
{ display:block;}


html .ProductDetailControl_PersonifyDefault .productbuttons .wishList {
  margin-bottom: 5px;
  width: 100%;
}

html .ProductDetailControl_PersonifyDefault .productbuttons .addToCart {
  width: 100%;
}




/*Hiding the Product Thumbnail in Product Detail Page */
html .product-thumbs-container
{
	display:none;
}

/*=========================================================================================================================================*/
/*                                               PRODUCT DETAIL PAGE CHANGES (12/19/2014 01:15:00 PM) 
/*=========================================================================================================================================*/
/*Moving The Product detail Block Upward to clear the empty space between image and detail */
html  .productDetailBlock 
{
    margin-top: -120px;
}

/*Changing the Maximum Width of the image on the Product Detail Page to 200 px; so that it enables us to let the entire title fit */
html .ProductDetailControl_PersonifyDefault div.mainProductImage 
{
    margin-bottom: 12px;
    padding: 0px;
    text-align: center;
    width: 150px;
    height: 250px;
    vertical-align: middle;
    display: table-cell;
    position: relative;
}
html .ProductDetailControl_PersonifyDefault div.mainProductImage img.ProductDetailDisplayImage 
{
    display: block;
    margin-top:-100px;
    max-width: 150px;
    max-height: 250px;
    z-index: 1;
}
html .ProductDetailControl_PersonifyDefault .ProductDetailContentCell 
{
    width: 70%;
    vertical-align: top;
	margin-left:-100px;width:50%;
}
html .ProductDetailContentCell
 {
    width: 40%;
    max-width: 620px;
    position: relative;
    vertical-align: top;
}
html .ProductDetailControl_PersonifyDefault div.mainProductImage 
{
    margin-bottom: 12px;
    padding: 0px;
    text-align: center;
    width: 150px;
    height: 250px;
    vertical-align: middle;
    display: table-cell;
    position: relative;
}
html.ProductDetailControl_PersonifyDefault div.mainProductImage img.ProductDetailDisplayImage 
{
    display: block;
    margin-top: -20px;
    max-width: 150px;
    max-height: 250px;
    z-index: 1;
}

html .floatleft
{
	float:left;
}
/*=========================================================================================================================================*/

/* Cleaning up the Belgium contacts. */

.contacts-sidebar {
	margin-bottom: 15px;
	box-sizing: border-box;
	padding: 15px 25px; 
	background-color: #efefef;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.contacts-sidebar > h3 {
	color: #555;
	margin-bottom: 15px;
}

 .contacts-sidebar > .column-block {
	float: none;
	height: auto;
	margin-bottom: 0;
 }
 
 .contacts-sidebar > .column-block + .column-block  {
	margin-top: 10px
 }.mtgDescColapsed {
overflow: hidden;
max-height: inherit !important;
}


/*
** TS: Increasing prominence of global search box.
*/

header .search .search-field {
  color: #004f9b;
  background: #fff;
  transition: all ease 300ms;
}

header .search .search-field:active,
header .search .search-field:focus {
  background-color: #F4FFFF;
  transition: all ease 300ms;
}


/* KHV Changes */

.home-wrap section .top-section .right.sidebar {
  padding-right: 0;
}

.home-wrap section .top-section .right.sidebar .sidebar-top {
  margin: 0;
}

.home-wrap .home-panel {
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  padding: 10px;
  border: 2px solid #d8d8d8;
}

.home-wrap .home-panel h1 {
	font-size: 24px;
}
.home-wrap .home-panel * {
  box-sizing: border-box;
}

.home-wrap section .top-section .right.sidebar .home-panel.intech-widget {
  padding: 25px 0px 15px 0;
}

.home-wrap section .top-section .right.sidebar .home-panel p {
  padding: 0;
}

.home-wrap section .top-section .right.sidebar .sidebar-top p,
.home-panel p {
  color: #000;
  font-size: 14px;
}

.home-wrap section .top-section .right.sidebar .sidebar-top .intech-widget p {
  color: white;
}

.home-wrap .home-panel.intech-widget {
  background: #23a2db;
  overflow: hidden;
  max-height: 135px;
  border-color: white;
  margin-bottom: 25px;

}

.intech-image {
  transform: rotate(10deg);
  /* KHV added the -ms-prefix line below */
  -ms-transform: rotate(10deg);
  display: inline-block;
  margin: -10px 0 -50px -20px;
}

.intech-text {
  width: 160px;
  float: right;
}

.intech-button {
  margin: -5px 0 0 -10px;
}

.join-text,
.join-buttons {
  width: 50%;
  float: left;
}

.optional-buttons {
  float: right;
  width: 50%;
}

.optional-text {

}

.join-text p, .join-buttons p,
.optional-buttons p, .optional-text p {
  margin: 0 0 .5em 0;
}

.join-buttons a,
.optional-buttons a {
  width: 100%;
  text-align: center;
}

.optional-section {
  border-top: 1px solid #000;
  padding: 10px 0 0 0;
}

.sidebar-top .home-panel:nth-child(2) {
  margin: 25px 0 0 0;
}

.home-wrap a.btn-callout,
.home-wrap a.btn-callout:link,
.home-wrap a.btn-callout:hover,
.home-wrap a.btn-callout:visited {
  background: white;
  color: #1b305e;
  font-weight: normal;
  padding: 0px 10px;
  border-radius: 7px;
  -webkit-border-radius: 14px;
  font-size: 20px;
}


.home-wrap a.btn-callout.btn-callout-orange,
.home-wrap a.btn-callout.btn-callout-orange:link,
.home-wrap a.btn-callout.btn-callout-orange:hover,
.home-wrap a.btn-callout.btn-callout-orange:visited {
  background-color: #e55302;
  color: white;
  border-color: #e55302;
}

.home-wrap a.btn-callout.btn-callout-orange.btn-lg,
.home-wrap a.btn-callout.btn-callout-orange.btn-lg:link,
.home-wrap a.btn-callout.btn-callout-orange.btn-lg:hover,
.home-wrap a.btn-callout.btn-callout-orange.btn-lg:visited {
	padding: 5px 20px;
}

.home-wrap a.btn-callout.btn-callout-blue,
.home-wrap a.btn-callout.btn-callout-blue:link,
.home-wrap a.btn-callout.btn-callout-blue:hover,
.home-wrap a.btn-callout.btn-callout-blue:visited {
  background-color: #1b305e;
  color: white;
  border-color:#1b305e;
}

.home-wrap .product-widget,
.home-wrap .welcome-block {
	width: 473px;
	float: left;
	min-height: 320px;
}

.home-wrap .home-row {
	/* KHV added display code */
	display: -webkit-box; 
	display: -moz-box;    
	display: -ms-flexbox; 
	display: -webkit-flex;
	display: flex;        
	margin: 20px 0 0 0;
}

.home-wrap .prod-serv {
	margin-right: 15px;
}

.home-wrap .welcome-block {
	margin-left: 30px;
}

.home-wrap section .bot-section .white-wrap {
	padding: 10px;
}

.home-wrap section .bot-section .right-col,
.home-wrap section .bot-section .middle-col,
.home-wrap section .bot-section .left-col {
	width: 320px;
}

.home-panel .left-col .scroll-pane a:link, .home-panel  .left-col .scroll-pane a:visited, .home-panel  .left-col .scroll-pane a:active,
.technical-pane a,
.home-wrap section .bot-section.home-bottom-row .right-col a {
	font-size: 16px;
	color: #073B88;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
}


.home-wrap section .bot-section .right-col {
	width: 300px;
}

.home-wrap section .bot-section.home-bottom-row .right-col ul ul {
	margin: 0;
}

.home-wrap section .bot-section.home-bottom-row .right-col ul ul li {
	list-style: disc;
	margin: 5px 0 0 15px;
}

.home-wrap section .bot-section.home-bottom-row .right-col ul ul li a {
	text-decoration: underline;
}

.home-panel .left-col .scroll-pane {
	margin: 25px 0 15px 0;
}

.home-wrap section .bot-section.bot-section-alt {
	padding: 0;
}

.home-wrap section .bot-section.bot-section-alt .mid-col {
	width: 380px;
}

.home-wrap section .bot-section.bot-section-alt .left-col {
	width: 260px;
	margin: 0 80px 0 0;
}

.home-wrap section .bot-section.bot-section-alt .left-col p {
	font-size: 14px;
	margin: 0.5em 0 2em 0;
}

.technical-pane ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.technical-pane p {
	display: none;
}

.technical-pane ul li {
	list-style-type: none;
	margin: 5px 0;
}

.home-wrap section .bot-section.home-bottom-row .right-col h4 {
	margin: 0 0 .4em 0;
}

a.tab-panes.rss-link span {
    display: block;
    padding: 15px 0 0;
	
	line-height: 2em;
	
	color: #3c3c3c;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.product-widget {
	width: 488px;
	float: left;
}
.prod-col {
	width: 33.3333%;
	/* KHV commenting out 
	float: left;
	*/
	padding: 0 10px;
}

/* KHV Commenting Out
.prod-col:first-child {
	padding: 0 20px 0 0; 
}

.prod-col:last-child {
	padding: 0 0 0 20px;
}
*/
.prod-col .title {
    font-size: 16px;
    color: #073B88;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    margin: 5px 0 0 0;
    line-height: 1;
    display: block;
}

.prod-col .product-link,
.member-price,
.list-price {
	display: block;
}

.pricing {
	font-size: 12px;
}

.member-price {
	font-weight: bold;
	margin: 10px 0 0 0;
}

.member-price .price {
	color: #339900;
}

.prod-col img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.phone-link {
	margin: 40px 0 0 0;
}

.phone-link, header .phone-link a {
	color: #fff;
	float: none;
/* Left flush with social icons */	
/*	text-align: right; */
}


/* Product slider CSS */
#product-carousel {
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0 40px;
    position: relative;
}
#product-carousel .viewport {
    float: left;
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}
#product-carousel .buttons {
    background: #06306F;
    border-radius: 35px;
    display: block;
    margin: 30px 0 0;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}
#product-carousel .next {
    margin: 30px 0 0;
    left: auto;
    right: 0;
    top: 0;
}
#product-carousel .buttons:hover{
    color: #06306F;
    background: #fff;
}
#product-carousel .disable {
    visibility: hidden;
}
#product-carousel .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}
#product-carousel .overview li{
    float: left;
    overflow: hidden;
    width: 130px;
}






/*new CSS kaycee */

/* toggle text - expand and contract */
.prod-pg input {
  display: none;
  visibility: hidden;
}
.prod-pg label {
  display: block;
  font-family: 'Open Sans',sans-serif;
  font-size: 15px;
/*  padding: 0.5em;
  border-bottom: 1px solid #CCC; */
  color: #004bbb;
}
.prod-pg label:hover {
  cursor: pointer;
}
.prod-pg label::before {
	content: "Read more";
	background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png);
    background-repeat: no-repeat;
    background-position: -4px -315px;
    padding-left: 25px;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
	margin-bottom: 20px;
}
#prod-pg-expand {
  height: 0px;
  overflow: hidden;
  transition: height 0.5s;
}

#prod-pg-toggle:checked ~ #prod-pg-expand {
  height: auto;
}
#prod-pg-toggle:checked ~ label::before {
  content: "Read Less";
  	background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png);
    background-repeat: no-repeat;
    background-position: -4px -361px;
    padding-left: 25px;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
}

/* Product page manual formatting */
.prod-pg-margin {
	margin-bottom: 90px;
}

.prod-pg p, .prod-pg li {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 19px;
	margin-bottom: 12px;
}

.prod-pg hr {
	margin: 0 0 4px 0;
}

.prod-pg ul {
	margin: 0 0 12px 0;
}

.prod-pg li {
	margin: 0 0 0 16px;
}

.prod-pg h6, .h6-like, .h6-like-sm {
    font-size: 17px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    color: #3c3c3c;
    line-height: 19px;
    margin: 0 0 8px;
    text-shadow: 1px 1px 0 #fff;
}

.h6-like-sm {
    font-size: 14px !important;
    line-height: 16px !important;
}

.h6-sm {
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}
.caption-sm {
	font-size: 11px;
	line-height: normal;
	font-weight: 600;
}

.clr-red {
    color: #ea1a35;
    font-family: 'Open Sans Condensed',sans-serif;
}

.clr-blue {
	color: #004bbb;
}

.icon-sp {
    padding-left: 30px;
}

.icon-sp-wrap {
    padding: 3px 0 3px 40px;
    text-align: left;
    display: block;
}

.icon-glasses {
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png);
    background-repeat: no-repeat;
    background-position: -4px -264px;
    padding-left: 55px;
    padding-right: 10px;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
}

.icon-down-arrow {
	background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png);
    background-repeat: no-repeat;
    background-position: -4px -318px;
    padding-left: 25px;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
}

.buttons /* already in skin.css */ {
    float: left;
}

.buttons div {
	margin-bottom: 20px;
}

.buttons .btn-paperback,.buttons .btn-epub,.buttons .btn-kindle,.buttons .btn-pdf,.buttons .btn-cd,.buttons .btn-wrap {
    margin-right: 0;
    text-align: center;
    display: inline-block;
    height: 48px;
    min-width: 65px;
    line-height: 48px;
    font-size: 16px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    padding: 0 6px;
    white-space: nowrap;
    border-radius: 7px;
    text-decoration: none!important;
    color: #144a97;
    border: 1.8px solid #d4d4d4;
	text-decoration: none;
}
	
a.btn-paperback:link,a.btn-paperback:visited,a.btn-paperback:active {
	background-color: #fecf4f; /*fallback */
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png),-webkit-linear-gradient(#fff,#fff,#fecf4f);
/* For Safari 5.1 to 6.0 */
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png),-o-linear-gradient(#fff,#fff,#fecf4f);
/* For Opera 11.1 to 12.0 */
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png),-moz-linear-gradient(#fff,#fff,#fecf4f);
/* For Firefox 3.6 to 15 */
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png),linear-gradient(#fff,#fff,#fecf4f);
    background-repeat: no-repeat,repeat;
    background-position: -4px 0,top;
}

a.btn-paperback:hover, .btn-noclick-paperback {
    border: 1.8px solid #e31837;
	background-color: #4ba6dd; /*fallback */
/* blue-ish */
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png),-webkit-linear-gradient(#fff,#fff,#4ba6dd) ;
/* For Safari 5.1 to 6.0 */
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png),-o-linear-gradient(#fff,#fff,#4ba6dd);
/* For Opera 11.1 to 12.0 */
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png),linear-gradient(#fff,#fff,#4ba6dd) ;
    background-repeat: no-repeat,repeat;
    background-position: -4px 0,top;
}

a.btn-epub:link,a.btn-epub:visited,a.btn-epub:active {
	background-color: #fecf4f; /*fallback */
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png),-webkit-linear-gradient(#fff,#fff,#fecf4f);
/* For Safari 5.1 to 6.0 */
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/epub-icon.png),-o-linear-gradient(#fff,#fff,#fecf4f);
/* For Opera 11.1 to 12.0 */
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png),linear-gradient(#fff,#fff,#fecf4f);
    background-repeat: no-repeat,repeat;
    background-position: -4px -50px,top;
}

a.btn-epub:hover, .btn-noclick-epub {
    border: 1.8px solid #e31837;
	background-color: #4ba6dd; /*fallback */
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png),-webkit-linear-gradient(#fff,#fff,#4ba6dd) ;
/* For Safari 5.1 to 6.0 */
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png),-o-linear-gradient(#fff,#fff,#4ba6dd);
/* For Opera 11.1 to 12.0 */
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png),linear-gradient(#fff,#fff,#4ba6dd);
    background-repeat: no-repeat,repeat;
    background-position: -4px -50px,top;
}

a.btn-kindle:link,a.btn-kindle:visited,a.btn-kindle:active {
	background-color: #fecf4f; /*fallback */
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png),-webkit-linear-gradient(#fff,#fff,#fecf4f);
/* For Safari 5.1 to 6.0 */
    background-image: url("/uploadedImages/Content/Standards_and_Publications/ISA_Publications/kindle-icon.png"),-o-linear-gradient(#fff,#fff,#fecf4f);
/* For Opera 11.1 to 12.0 */
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png),linear-gradient(#fff,#fff,#fecf4f);
    background-repeat: no-repeat,repeat;
    background-position: -4px -100px,top;
}

a.btn-kindle:hover, .btn-noclick-kindle {
    border: 1.8px solid #e31837;
	background-color: #4ba6dd; /*fallback */
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png),-webkit-linear-gradient(#fff,#fff,#4ba6dd) ;
/* For Safari 5.1 to 6.0 */
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png),-o-linear-gradient(#fff,#fff,#4ba6dd);
/* For Opera 11.1 to 12.0 */
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png),linear-gradient(#fff,#fff,#4ba6dd);
    background-repeat: no-repeat,repeat;
    background-position: -4px -100px,top;
}

a.btn-pdf:link,a.btn-pdf:visited,a.btn-pdf:active {
	background-color: #fecf4f; /*fallback */
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png),-webkit-linear-gradient(#fff,#fff,#fecf4f);
/* For Safari 5.1 to 6.0 */
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pdf-icon.png),-o-linear-gradient(#fff,#fff,#fecf4f);
/* For Opera 11.1 to 12.0 */
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png),linear-gradient(#fff,#fff,#fecf4f);
    background-repeat: no-repeat,repeat;
    background-position: -4px -151px,top;
}

a.btn-pdf:hover, .btn-noclick-pdf {
    border: 1.8px solid #e31837;
	background-color: #4ba6dd; /*fallback */
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png),-webkit-linear-gradient(#fff,#fff,#4ba6dd) ;
/* For Safari 5.1 to 6.0 */
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png),-o-linear-gradient(#fff,#fff,#4ba6dd);
/* For Opera 11.1 to 12.0 */
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png),linear-gradient(#fff,#fff,#4ba6dd);
    background-repeat: no-repeat,repeat;
    background-position: -4px -151px,top;
}

a.btn-cd:link,a.btn-cd:visited,a.btn-cd:active {
	background-color: #fecf4f; /*fallback */
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png),-webkit-linear-gradient(#fff,#fff,#fecf4f);
/* For Safari 5.1 to 6.0 */
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png),-o-linear-gradient(#fff,#fff,#fecf4f);
/* For Opera 11.1 to 12.0 */
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png),linear-gradient(#fff,#fff,#fecf4f);
    background-repeat: no-repeat,repeat;
    background-position: -4px -202px,top;
}

a.btn-cd:hover, .btn-noclick-cd {
    border: 1.8px solid #e31837;
	background-color: #4ba6dd; /*fallback */
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png),-webkit-linear-gradient(#fff,#fff,#4ba6dd) ;
/* For Safari 5.1 to 6.0 */
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png),-o-linear-gradient(#fff,#fff,#4ba6dd);
/* For Opera 11.1 to 12.0 */
    background-image: url(/uploadedImages/Content/Standards_and_Publications/ISA_Publications/pubs-sprite.png),linear-gradient(#fff,#fff,#4ba6dd);
    background-repeat: no-repeat,repeat;
    background-position: -4px -202px,top;
}

a.btn-wrap {
    height: auto!important ;
/* allows button to change height as the text wraps */
    white-space: normal!important ;
/* allows the text to wrap */
    line-height: 19px!important ;
    padding: 5px 10px!important ;
	font-size: 14px!important;
}

a.btn-wrap-narrow {
    width: 125px ;
}
.btn-format-selected-orange {
  font-family: Arial, Helvetica, sans-serif; !important;
  background-color: #e55302 !important;
  color: white !important;
  border-color: #e55302 !important;
  line-height: 20px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  -webkit-border-radius: 5px !important;
  white-space: nowrap;
  padding: 5px !important;
  float: left !important;
  margin: 0 9px 4px 0 !important;
  border-radius: 5px 5px 5px 5px !important;
  behavior: url(/css/pie/PIE.htc) !important;
}
.UserExistsLoginLarge {padding-top: 8px; font-size: 1.35em;}
/*---=== ADD TO CART STYLES ===--*/
.ProductNameAddedToCartDialog-label {
	font-family:'Open Sans Condensed', sans-serif;
	font-size: 18px;
	font-weight: 700; 
	color: #ff0000; 
	text-align: center;
}
.ItemsAddedToCart-buttons-div {
	width: 380px;
	text-align: center;
	margin-top: 15px;
}
input.ViewCart-button, input.ContinueShopping-button {
	font-size: 15px; 
	font-family: 'Open Sans Condensed', sans-serif; 
	font-weight: 700; 
	background-color: #004bbb !important; 
	color: #fff; 
	cursor: pointer;
	margin: 6px 10px; 
	white-space: nowrap; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
}
