@import 'reset.css';

html, body {
	width:100%;
	height:100%;
	font-size:100.01%;
}
body {
	background:white url('images/body-bg.gif') 50% 0 repeat-y;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#333333;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	outline:0;
	padding:1px;
}
	textarea { overflow:auto; }


a {
	color:#cc0000;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	color:#d32e12;
	text-decoration:underline;
}
.text_link {
	color:#333333;
}
	.text_link:hover {
		color:#cc0000;
		text-decoration:underline;
	}
	
.text_link .more {
	color:#cc0000;
}

ul {
	margin-bottom:1.5em;
}
li {
	margin-bottom:0.5em;
}

.more {
	background:url('images/arrow-right.gif') 100% 55% no-repeat;
	padding:0 10px 0 0;
}

.download_PDF {
	background:url('images/ico-pdf.gif') 0 55% no-repeat;
	padding:0 0 0 24px;
}

.small {
	font-size:0.92em;
	line-height:1.5em;
}

.bold { font-weight:bold; }

.req {
	color:#cc0000;
}

input.jDefText {
	color:#999999;
}
	input.jDefText_changed {
		color:#999999 !important;
	}

/* large thematic break */
p {
	margin:0 0 1.5em 0;
}
.ltb {
	margin-bottom:3em;
}
.mtb {
	margin-bottom:2em;
}
.stb {
	margin-bottom:0.5em;
}

.heading2 {
	color:#cc0000;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.05em;
	padding:0;
	margin:1em 0;
}

.heading3 {
	color:#333333;
	font-size:1em;
	font-weight:bold;
	line-height:1.3em;
	padding:0;
	margin:0 0 0.5em 0;
}

.heading4 {
	color:#333333;
	font-size: 1.167em; 
	font-weight:bold;
	line-height:1.3em;
	padding:0;
	margin:0 0 0.5em 0;
}

.red {
	color:#cc0000;
}

.alignCenter { text-align:center; }

.press_release_date {
	font-size:0.92em;
	font-weight:bold;
	padding:0;
	margin:0 0 -1em 0;
	display:block;
}

.industry_leader_date {
	font-size:1;
	font-weight:bold;
	padding:0;
	margin:0;
	padding-top: 1em;
	display:block;
}

/* 2010 Feb 14 --- start */
.download_and_tags {
	display:table;
	vertical-align:top;
	margin:0; padding:0;
}
.download_and_tags .download_PDF {
	display:table-cell;
	float:none;
	vertical-align:top;
	width:auto !important;
	margin:0 !important;
	white-space:nowrap !important;
	padding-right:3em;
}
	*:first-child+html .download_and_tags .download_PDF { display:inline-block; float:left; }
	* html .download_and_tags .download_PDF { display:inline-block; float:left; }
	
.download_and_tags .tags {
	display:table-cell;
	float:none;
	vertical-align:top;
	width:auto !important;
	padding:0 !important; margin:0 !important;
}
	*:first-child+html .download_and_tags .tags { display:inline-block; float:left; }
	* html .download_and_tags .tags { display:inline-block; float:left; }
/* end --- 2010 Feb 14 */

/** default shadow text color **/
.shdwC {
	color:#ffffff;
	white-space:nowrap;
}
	/* image / icon color */
	.shdwC img { background:#ffffff; }

/**** COMPONENTS ****/

/** title bar **/	
.redTitleBar {
	background:url('images/in-banner-title.gif') 0 0 no-repeat;
	padding:0 0 0 16px;
	margin:0;
	height:33px;
}
	.redTitleBar .wrapper {
		background:url('images/in-banner-title.gif') 100% 0 no-repeat;
		padding:0; margin:0;
	}
	.redTitleBar .title {
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bold;
		line-height:33px;
		color:#ffffff;
		padding:0;
		margin:0;
	}
	
/* banner title */
.bannerTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.50em;
	font-weight:normal;
	line-height:1.3em;
	padding:0;
	margin:0;
}

/** quote text **/
.quote_text {
	font-size:1.08em;
	line-height:1.38em;
	color:#cc0000;
	margin:0 0 0.38em 0;
}

/** tags **/
.tags {
	font-size:0.92em;
	line-height:1.5em;
	display:block;
}

/** no bullet listing **/
ul.nobullets {
	list-style:none; padding:0; margin:0;
	margin:0 0 1em 0;
}
ul.nobullets li {
	list-style:none; padding:0; margin:0 0 0.3em 0;
	line-height:1.3em;
}

/* button 1 */
.button1 {
	background:url('images/btn-left_1.gif') 0 0 no-repeat;
	display:block;
	width:188px;
	height:33px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	line-height:1.4em;
	color:#333333;
	text-decoration:none;
	display:table;
	margin:0 0 0.9em 0;
}
.button1 .span {
	display:block;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
	.button1:hover {
		background-position:0 -33px;
		color:#333333;
		text-decoration:none;
	}
	
* html .button1 {
	display:inline-block;
	text-align:center;
}
	* html .button1 .span {
		display:inline-block;
	}
*:first-child+html .button1 {
	display:inline-block;
	text-align:center;
}
	*:first-child+html .button1 .span {
		display:inline-block;
	}
	
/* button 2 */
.button2 {
	background:url('images/btn-left_2.gif') 0 0 no-repeat;
	display:block;
	width:188px;
	height:33px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	line-height:1.4em;
	color:#333333;
	text-decoration:none;
	display:table;
	margin:0 0 0.9em 0;
}
.button2 .span {
	display:block;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.button2 .ico {
	vertical-align:middle;
	margin:0 1ex 2px 0;
}
	.button2:hover {
		background-position:0 -33px;
		color:#333333;
		text-decoration:none;
	}
	
* html .button2 {
	display:inline-block;
	text-align:center;
}
	* html .button2 .span {
		display:inline-block;
	}
	
*:first-child+html .button2 {
	display:inline-block;
	text-align:center;
}
	*:first-child+html .button2 .span {
		display:inline-block;
		text-align:center;
	}
	
/**  button 4 **/
.button4 {
	background:url('images/btn-right_1.gif') 0 0 no-repeat;
	display:block;
	width:232px;
	height:46px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:16px;
	line-height:1.4em;
	color:#333333;
	text-decoration:none;
	display:table;
	margin:0 0 0.9em 0;
}
.button4 .span {
	display:block;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
	.button4:hover {
		background-position:0 -46px;
		color:#333333;
		text-decoration:none;
	}
	
* html .button4 {
	display:inline-block;
	text-align:center;
}
	* html .button4 .span {
		display:inline-block;
	}
*:first-child+html .button4 {
	display:inline-block;
	text-align:center;
}
	*:first-child+html .button4 .span {
		display:inline-block;
	}
	
/**  button 5 **/
.button5 {
	background:url('images/btn-right_2.gif') 0 0 no-repeat;
	display:block;
	width:232px;
	height:46px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:16px;
	line-height:1.4em;
	color:#333333;
	text-decoration:none;
	display:table;
	margin:0 0 0.9em 0;
}
.button5 .span {
	display:block;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
	.button5:hover {
		background-position:0 -46px;
		color:#333333;
		text-decoration:none;
	}
	
* html .button5 {
	display:inline-block;
	text-align:center;
}
	* html .button5 .span {
		display:inline-block;
	}
*:first-child+html .button5 {
	display:inline-block;
	text-align:center;
}
	*:first-child+html .button5 .span {
		display:inline-block;
	}
	
/** button arrow **/
.button4 .right_arrow, .button5 .right_arrow {
	background:url('images/button_arrow-right.gif') 100% 55% no-repeat;
	padding:0 16px 0 0;
}
	.button4 .shdwC .right_arrow, .button5 .shdwC .right_arrow {
		background-image:url('images/button_arrow-right-shadow.gif');
	}
	
.button4:hover .right_arrow, .button5:hover .right_arrow {
	background:url('images/button_arrow-right-hover.gif') 100% 55% no-repeat;
	padding:0 16px 0 0;
}
	.button4:hover .shdwC .right_arrow, .button5:hover .shdwC .right_arrow {
		background-image:url('images/button_arrow-right-shadow.gif');
	}
	
/* Red Button 1, Gray Button 1 */
.redButton1, .grayButton1 {
	background:url('images/btn-red.gif') 100% 0 no-repeat;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	padding:5px 25px 7px 0;
	margin:0 0 0 5px;
	white-space:nowrap;
}
.redButton1:hover, .grayButton1:hover {
	background-position:100% -51px;
	color:#ffffff;
	text-decoration:none;
}
	.redButton1 .span, .grayButton1 .span {
		background:url('images/btn-red.gif') 0 0 no-repeat;
		padding:5px 0 7px 20px;
		margin:0 0 0 -5px;
		white-space:nowrap;
	}
		
	.redButton1:hover .span, .grayButton1:hover .span {
		background-position:0 -51px;
	}
	
/* shadow color */
.redButton1 .shdwC, .grayButton1 .shdwC {
	color:#333333;;
}
	
* html .redButton1, * html .grayButton1 {
	display:inline-block;
	padding:0 25px 0 0;
}
	* html .redButton1 .span, * html .grayButton1 .span {
		display:inline-block;
		padding:0 0 1px 20px;
		position:relative;
		margin-left:0;
		left:-5px;
	}
	
*:first-child+html .redButton1, *:first-child+html .grayButton1 {
	display:inline-block;
	padding:0 25px 0 0;
}
	*:first-child+html .redButton1 .span, *:first-child+html .grayButton1 .span {
		display:inline-block;
		padding:0 0 1px 20px;
		position:relative;
		margin-left:0;
		left:-5px;
	}

/* Gray button 1 */	
.grayButton1, .grayButton1 .span { background-image:url('images/btn-gray.gif'); }
.grayButton1 { padding-right: 28px; color:#646464; font-weight:bold; }
.grayButton1:hover { color:#646464; }
* html .grayButton1 { padding-right: 28px; }
*:first-child+html .grayButton1 { padding-right: 28px; }
.grayButton1 .span { padding-left:28px; }
* html .grayButton1 .span { padding-left: 28px; }
*:first-child+html .grayButton1 .span { padding-left:28px; }
	
	
	
/* Red Button 2 */
.redButton2 {
	background:url('images/btn-red2.gif') 100% 0 no-repeat;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	line-height:28px;
	padding:7px 25px 8px 0;
	margin:0 0 0 5px;
	white-space:nowrap;
}
.redButton2:hover {
	background-position:100% -50px;
	color:#ffffff;
	text-decoration:none;
}
	.redButton2 .span {
		background:url('images/btn-red2.gif') 0 0 no-repeat;
		padding:7px 0 8px 20px;
		margin:0 0 0 -5px;
		white-space:nowrap;
	}
	.redButton2:hover .span {
		background-position:0 -50px;
	}
	
/* shadow color */
.redButton2 .shdwC {
	color:#333333;;
}
	
* html .redButton2 {
	display:inline-block;
	padding:0 25px 0 0;
}
	* html .redButton2 .span {
		display:inline-block;
		padding:0 0 1px 20px;
		position:relative;
		margin-left:0;
		left:-5px;
	}
	
*:first-child+html .redButton2 {
	display:inline-block;
	padding:0 25px 0 0;
}
	*:first-child+html .redButton2 .span {
		display:inline-block;
		padding:0 0 1px 20px;
		position:relative;
		margin-left:0;
		left:-5px;
	}
	
/* horizontal rule */
.hr {
	background:url('images/rule-h.gif') 0 0 repeat-x;
	border-top:1px solid #f1f1f1;
	height:0.5em;
	line-height:0.5em;
	overflow:hidden;
	margin:0 0 0.5em 0;
}

.twoECols  {
	margin:0 0 1.5em 0;
}
.twoECols .col {
	float:left;
	width:47.5%;
	padding:0 2% 0 0;
}

/** cyan box **/
.cyanRoundedBox {
	background:#e6f4fa;
	position:relative;
	margin:0 0 1.5em 0;
}
.cyanRoundedBox .boxContent {
	padding:14px 10px 14px 10px;
}

	.cyanRoundedBox .boxBorder-t, .cyanRoundedBox .boxBorder-t .tr, .cyanRoundedBox .boxBorder-b, .cyanRoundedBox .boxBorder-b .br {
		background:url('images/rounded_box-cyan-corners.gif') 0 0 no-repeat;
		width:8px;
		height:8px;
		font-size:1px;
		line-height:1px;
		display:block;
		overflow:hidden;
		position:absolute;
	}
	
	.cyanRoundedBox .boxBorder-t { top:0; left:0; width:100%; }
	.cyanRoundedBox .boxBorder-b { bottom:0; left:0; width:100%; }
	
		.cyanRoundedBox .boxBorder-t { background-position:0 0; }
		.cyanRoundedBox .boxBorder-t .tr { background-position:0 -8px; left:auto; right:0; }
		.cyanRoundedBox .boxBorder-b { background-position:0 -16px; }
		.cyanRoundedBox .boxBorder-b .br { background-position:0 -24px; left:auto; right:0; }
		
.cyanBox {
	background:#e6f4fa;
	padding:20px;
}
	.cyanBox .hr {
		background-image:url('images/rule-h-cyan.gif');
		border-top:1px solid #c0d5de;
	}

/* breadcrumb */
.breadCrumb {
	font-size:0.81em;
	line-height:1.45em;
	color:#cc0000;
}
	.breadCrumb .path, .breadCrumb .current_path {
		font-size:1.08em;
		font-weight:bold;
	}
	
/* carousel */
.carousel {
	background:white;
	position:relative;
	width:972px;
	height:280px;
	overflow:hidden;
	margin-left:15px;
	margin-bottom:1.31em;
	clear:both;
}
	.carousel_slides, .carousel_slide {
		background:white;
		list-style:none;
		padding:0;
		margin:0;
		position:absolute;
		left:0;
		top:0;
		width:972px;
		height:280px;
		overflow:hidden;
	}
	
	.carousel_slide {
		position:relative;
		top:0;
		left:0;
		float:left;
		position:absolute;
		left:0;
		top:0;
		cursor:pointer;
	}
		.slide_link {
			position:absolute;
			left:0;
			top:0;
			cursor:pointer;
			width:972px;
			height:280px;
			width:366px;
			height:131px;
			display:block;
			z-index:5000;
			left:-20px;
		}
		*:first-child+html .slide_link {
			display:inline-block;
		}
	
	.carousel .slide_tagline {
		display:none;
	}
	
	.carousel .slide_title {
		color:#ffffff;
		font-family:"Trebuchet MS", Helvetica, sans-serif;
		font-size:1.79em;
		font-weight:bold;
		line-height:1.1em;
		padding:0;
		margin:0 0 0.5em;
	}
		* html .carousel .slide_title {
			display:inline-block;
		}
		
	.carousel .slide_image {
		display:block;
	}
	
	.carousel .more {
		background-image:url('images/arrow-right2.gif');
		color:#ffffff;
		font-family:"Trebuchet MS", Helvetica, sans-serif;
		font-weight:bold;
		padding-right:15px;
	}
		* html .carousel .more {
			display:inline-block;
			background-position:100% 83%;
			line-height:1.25em;
		}
		* html .carousel .more:hover {
			color:#ffffff;
		}
		*:first-child+html .carousel .more {
			background-position:100% 85%;
			display:inline-block;
		}
		*:first-child+html .carousel .more:hover {
			color:#ffffff;
		}
	
	.slide_content {
		background:url('images/carousel-textarea.png') 0 0 no-repeat;
		position:absolute;
		top:34px;
		left:22px;
		width:366px;
		height:131px;
		font-size:0.88em;
		color:#ffffff;
		padding:1px;
		overflow:hidden;
		z-index:1000;
	}
	.slide_content_wrapper {
		padding:10px;
	}
		/*
		* html .slide_content {
			position:static;
			margin-top:-246px;
			margin-left:22px;
			overflow:hidden;
		}
		* html .slide_content_wrapper {
			position:relative;
		}
		*/
		
	.slide_content_inner {
		position:absolute;
		left:20px;
		top:0;
		width:366px;
		
	}
		* html .slide_content_helper { padding-top:10px; }
	
	.carousel_nav {
		position:absolute;
		height:23px;
		bottom:0;
		left:0;
		display:block;
		overflow:hidden;
		z-index:10000;
	}
		.carousel_nav .carousel_nav_edge {
			background:url('images/carousel-nav_edge.png') 0 0 no-repeat;
			width:13px;
			height:23px;
			float:left;
			display:block;
			overflow:hidden;
		}
		
		.carousel_nav_wrapper {
			background:white;
			float:left;
			height:16px;
			padding:7px 0 0 0;
		}
		
		.carousel_nav .carousel_nav_buttons {
			float:left;
			background:white;
			margin:0 7px 0 0;
		}
		.carousel_nav .carousel_nav_button {
			background:url('images/carousel-nav.gif') 0 0 no-repeat;
			width:15px;
			height:15px;
			display:block;
			float:left;
			margin:0 6px 0 0;
			overflow:hidden;
		}
			.carousel_nav .carousel_nav_button_current, .carousel_nav .carousel_nav_button:hover {
				background-position:0 -15px;
			}
		
		.carousel_nav .carousel_nav_taglines {
			font-family:"Trebuchet MS", Helvetica, sans-serif;
			font-size:0.69em;
			float:left;
		}
			.carousel_nav .carousel_nav_tagline {
				display:block;
				line-height:15px;
				padding:0 2em 0 0;
			}
			
/* side carousel */
.sideCarousel {
	margin:0 0 1.5em 0;
}
	.sideCarousel_top {
		background:url('images/side_carousel-top.gif') 0 0 no-repeat;
		height:28px;
		overflow:hidden;
		position:relative;
		padding:0 2.5em 0 1em;
	}
	
	.sideCarousel_title {
		font-size:1em;
		font-family:"Trebuchet MS", Helvetica, sans-serif;
		font-weight:normal;
		color:#333333;
		line-height:28px;
		padding:0;
		margin:0;
	}
		.sideCarousel_title a {
			color:#333333;
			text-decoration:none;
			line-height:28px;
			display:block;
		}
		.sideCarousel_title a .shdwC {
			color:#ffffff;
		}
		.sideCarousel_title a:hover {
			color:#cc0000;
			text-decoration:none;
		}
			.sideCarousel_title a:hover .shdwC {
				color:#ffffff;
			}
	
	.sideCarousel_contents_container {
		position:relative;
		overflow:hidden;
	}
	.sideCarousel_contents_container .sideCarousel_contents {
		position:relative;
		left:0;
		top:0;
		padding:0 0 1px 0;
	}
	* html .sideCarousel_contents_container .sideCarousel_contents {
		position:absolute;
	}
		.sideCarousel_contents_container .sideCarousel_content {
			width:212px;
			padding:0.67em 10px;
			float:left;
		}
			.sideCarousel_contents_container .sideCarousel_content .more {
				position:relative;
				display:inline-block;
			}
	
	.sideCarousel_nav {
		width:48px;
		height:28px;
		position:absolute;
		right:0;
		top:0;
		z-index:100;
	}
		.sideCarousel_nav .next, .sideCarousel_nav .prev {
			background:url('images/side_carousel-arrows.gif') 0 0 no-repeat;
			float:left;
			width:24px;
			height:28px;
		}
		.sideCarousel_nav .next {
			background-position:-24px 0;
		}
		.sideCarousel_nav .next_disabled {
			background-position:-24px -28px;
		}
		.sideCarousel_nav .prev_disabled {
			background-position:0 -28px;
		}
		
/** Events **/
.events {
}
	.events .date {
		font-size:0.83em;
		line-height:1.5em;
		margin:0 0 1em 0;
	}
	.events .event_preview a {
		color:#333333;
	}
	.events .event_preview a:hover, .events .event_preview .more {
		color:#cc0000;
		text-decoration:none;
	}
	.events .event_preview a:hover .more {
		color:#cc0000;
		text-decoration:underline;
	}
	
.searchResultItem .event_preview {
}
	.searchResultItem .event_preview .wrapper {
		background:url('images/gradient.gif') 0 0 repeat-x;
		padding:1em;
		padding-left:1em;
	}
	.searchResultItem .event_preview .left {
		float:left;
		width:110px;
	}
	.searchResultItem .event_preview .right {
		float:left;
		width:615px;
	}
	.searchResultItem .event_preview .image {
		float:none;
		margin-left:0;
		margin-right:1.7em;
	}
	.searchResultItem .event_preview .title {
		font-size:1.07em;
		font-weight:bold;
		line-height:1.5em;
		color:#cc0000;
		padding:0;
		margin:0 0 0.5em 0;
	}
	
	.searchResultItem .event_preview .event_link {
		margin:0 2em 0 0;
		font-size:0.82em;
		font-weight:bold;
		width:18em;
		float:left;
		display:block;
	}
	
	.searchResultItem .event_preview .event_top {
		height:14px;
		line-height:14px;
		clear:both;
		overflow:hidden;
		padding:0;
		margin:0 0 1.5em 0;
		font-weight:bold;
		font-size:0.92em;
	}
	.searchResultItem .event_preview .event_top .event_info {
		float:left;
		text-align:center;
		border-left:2px solid #c6c5c5;
		height:14px;
		line-height:14px;
		padding-left:24px;
		padding-right:24px;
	}
	.searchResultItem .event_preview .event_top .event_date {
		float:left;
		width:84px;
		height:14px;
		
	}
	
/** Case Studies **/
.caseStudies {
}
	.caseStudies .caseStudy_preview a {
		color:#333333;
	}
	.caseStudies .caseStudy_preview a:hover, .caseStudies .caseStudy_preview .more {
		color:#cc0000;
		text-decoration:none;
	}
	.caseStudies .caseStudy_preview a:hover .more {
		color:#cc0000;
		text-decoration:underline;
	}
	
 
/** Careers **/
.searchResultItem .career_preview .wrapper {
	background-position:0 -50px;
}
	
/** product preview **/
.product_preview {
}
.product_preview .image { margin:0 0.4em 1em 0; float:left; }
.product_preview .product_name { 
	font-size:1em;
	font-weight:bold;
	line-height:1.5em;
	color:#cc0000;
	padding:0 0 0.5em 0;
	margin:0;
}

	
/** related products **/
.relatedProducts {
}

/** previously viewed products **/
.viewedProducts {
}
	.viewedProducts .product_preview {
		padding:0.5em 0 1px 0.75em;
		margin:0 0 1px 0 0;
		border-bottom:1px solid #f0f0f0;
	}
	
/** Office Locations **/
.officeLocations {
	margin:0 0 1.5em 0;
}
.officeLocations .scrollBox .scrollBox_content {
	height:auto;
	overflow:visible;
	padding:0 1em;
}

/** Authorized Reseller Logos **/
.authorizedResellerLogos {
	margin:0 0 1.5em 0;
}
.authorizedResellerLogos .scrollBox .scrollBox_content {
	height:auto;
	overflow:visible;
	padding:0 1em;
}
	
/** Video Player **/
.video_player {
	background:url('images/video_player-bg.gif') 0 0 no-repeat;
	height:294px;
	overflow:hidden;
	padding:20px;
	font-size:1em;
	line-height:1.5em;
	margin:0 0 2em 0;
}
	.video_player .player {
		float:left;
		width:418px;
		height:294px;
	}
	.video_player .video_info {
		float:right;
		width:265px;
		padding:0 10px 0 0;
	}
		.video_player .video_info .source {
			padding:0;
			margin:0;
		}
		.video_player .video_info .title {
			color:#cc0000;
			font-size:1.21em;
			font-weight:normal;
			line-height:1.3em;
			padding:0;
			margin:0 0 0.3em 0;
		}
		.video_player .video_info .length {
			font-size:1em;
		}
		.video_player .video_info .description {
			font-size:1em;
			line-height:1.4em;
		}

/** video listing **/
/* title bar */
.video_list_title {
	background:url('images/video_list_title.gif') 0 0 no-repeat;
	height:23px;
	line-height:23px;
	font-size:1em;
	font-weight:bold;
	padding:0 0.77em;
	margin:0 0 1.15em 0;
	color:#ffffff;
}

.video_list {
	background:none;
	list-style:none;
	padding:0;
	margin:0 -12px 0 0;
	clear:both;
	display:block;
	font-size:1em;
	line-height:1.5em;
	width:752px;
}

	.video_list .video_preview {
		background:url('images/video_list_preview.gif') 0 0 no-repeat;
		list-style:none;
		padding:10px 12px 0 12px;
		margin:0 12px 2em 0;
		float:left;
		width:340px;
		height:109px;
		overflow:hidden;
	}
	
	.midCol .video_list .video_preview {
		background:url('images/video_preview-bg-m.jpg') 0 0 no-repeat;
		list-style:none;
		padding:10px 12px 0 12px;
		margin:0 12px 1em 0;
		float:none;
		width:438px;
		height:97px;
		overflow:hidden;
	}
	
		
	.video_list .video_preview .image {
		float:left;
		width:112px;
		margin:0 9px 20px 0;
	}
		* html .video_list .video_preview .image {
			margin:0 3px 0 0;
			display:block;
		}
		
	.video_list .video_preview .barker_title {
		font-size:0.92em;
		margin-right:0.5em;
	}
	.video_list .video_preview .length {
		font-size:0.92em;
	}
	.video_list .video_preview .source {
		font-size:0.77em;
		margin:0 0 0.55em 0;
	}
	.video_list .video_preview .title {
		clear:none;
		display:block;
		width:auto;
		font-size:1em;
		line-height:1.4em;
		padding:0;
		margin:0;
	}
	.video_list .video_preview .description { display:none; }
	
	
/** Video Preview **/
.video_preview {
	background:url('images/video_preview-bg.gif') 0 0 no-repeat;
	height:112px;
	padding:10px 12px;
	margin:0 0 1.5em 0;
}
	
	.video_preview .image {
		float:left;
		margin:0 8px 8px 0;
	}
	.video_preview .barker_title {
		font-size:1em;
		font-weight:normal;
		padding:0;
		margin:0 0 0.5em;
		color:#cc0000;
	}
	.video_preview .source {
		font-size:0.83em;
		line-height:1.3em;
		padding:0;
		margin:0 0 0.65em;
	}
	.video_preview .length {
		color:#666;
		padding:0;
		margin:0 0 0.5em;
	}
	.video_preview .title {
		font-size:1.08em;
		line-height:1.33em;
		font-weight:bold;
		color:#cc0000;
		padding:0;
		margin:0;
		display:block;
		clear:both;
	}
	
.leftCol .video_preview {
	background:url('images/video_preview-bg-l.jpg') 0 100% no-repeat;
	padding:0 0 10px 0;
	float:none;
	display:block;
	clear:both;
	width:188px;
	height:auto;
}
	.leftCol .video_preview .wrapper {
		background:url('images/video_preview-bg-l.jpg') 0 0 no-repeat;
		padding:10px 12px 1px 12px;
		margin:0;
		display:block;
		float:none;
		width:auto;
		height:auto;
	}
	.leftCol .video_preview .image {
		float:none;
		display:block;
	}
	
.rightCol .video_preview {
	background:url('images/video_preview-bg-r.jpg') 0 100% no-repeat;
	padding:0 0 10px 0;
	height:auto;
}
	.rightCol .video_preview .wrapper {
		background:url('images/video_preview-bg-r.jpg') 0 0 no-repeat;
		padding:10px 12px 1px 12px;
	}
	
.midCol .video_preview {
	background:url('images/video_preview-bg-m.jpg') 0 100% no-repeat;
	padding:0 0 10px 0;
	height:97px;
	overflow:hidden;
	margin:0 0 1em 0;
}
	.midCol .video_preview .wrapper {
		background:none;
		padding:10px 12px 1px 12px;
	}
	* html .midCol .video_preview .image {
			margin:0 3px 0 0;
			display:block;
		}
	.midCol .video_preview .barker_title {
		font-size:1em;
		margin-right:0.5em;
	}
	.midCol .video_preview .length {
		font-size:1em;
	}
	.midCol .video_preview .source {
		font-size:0.83em;
		margin:0 0 0.65em 0;
	}
	.midCol .video_preview .title {
		clear:none;
		display:block;
		width:auto;
		font-size:1.08em;
		line-height:1.4em;
		padding:0;
		margin:0;
	}
	.midCol .video_preview .description { visibility:hidden; }
	
/** Popular Tags **/
.popularTags .tags {
	font-size:1.17em;
	line-height:1.4em;
	color:#cc0000;
	padding:0;
	margin:0;
	width:auto;
}
	
/** rightBox **/
.rightBox {
	background:url('images/rightbox.jpg') 0 100% no-repeat;
	padding-bottom:3px;
}
	.rightBox .title {
		background:url('images/rightbox.jpg') 0 0 no-repeat;
		padding:0 1em;
		margin:0;
		height:31px;
		line-height:31px;
		font-size:1.17em;
		color:#ffffff;
	}
	.rightBox .content {
		background:url('images/rightbox.jpg') 0 -31px no-repeat;
		padding:1em 1em;
		margin:0;
		width:auto;
		clear:both;
		float:none;
	}
	
/** scrollBox **/
.scrollBox {
	margin:0 0 1.5em 0;
}
	.scrollBox_top {
		background:url('images/side_carousel-top.gif') 0 0 no-repeat;
		height:28px;
		overflow:hidden;
		position:relative;
		padding:0 2.5em 0 1em;
		margin:0 0 1em 0;
	}
	.scrollBox_title {
		font-size:1em;
		font-family:"Trebuchet MS", Helvetica, sans-serif;
		font-weight:normal;
		color:#333333;
		line-height:28px;
		padding:0;
		margin:0;
	}
.scrollBox .scrollBox_content {
	height:310px;
	overflow:auto;
}

/** leftBox **/
.leftBox {
	margin:0 0 1.5em 0;
	padding:0;
	font-size:1em;
}
	.leftBox_top {
		background:url('images/leftbox-top.gif') 0 0 no-repeat;
		height:28px;
		overflow:hidden;
		position:relative;
		padding:0 0.5em 0 1em;
		margin:0 0 1em 0;
	}
	.leftBox_title {
		font-size:1em;
		font-family:"Trebuchet MS", Helvetica, sans-serif;
		font-weight:normal;
		color:#333333;
		line-height:28px;
		padding:0;
		margin:0;
	}


/** rolling news **/
.newsRoller {
	background: url('images/news_roller-bg.gif') 100% 0 no-repeat;
	width:960px;
	height:33px;
	padding:0 10px 0 0;
	overflow:hidden;
	margin-left:15px;
	margin-bottom:1.31em;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:0.75em;
	line-height:1.5em;
}
	.newsRoller_title {
		margin:0 0 0 0;
		padding:0 0 0 0;
		float:left;
		height:33px;
		line-height:33px;
		font-size:1.08em;
		color:#4f4f4f;
	}
		.newsRoller_title a, .newsRoller_title a .span {
			background:url('images/news_roller-title-bg.gif') 0 -33px no-repeat;
			padding:0 0 0 2px;
			float:left;
			height:33px;
			line-height:33px;
		}
			.newsRoller_title a .span {
				background:url('images/news_roller-title-bg.gif') 100% -33px no-repeat;
				padding:0 36px 0 20px;
			}
		.newsRoller_title a:hover {
			background-position:0 0;
		}
			.newsRoller_title a:hover span {
				background-position:100% 0;
			}
			
			
		.newsRoller_title a {
			color:#4f4f4f;
			text-decoration:none;
		}
			.newsRoller_title a:hover {
				color:#ffffff;
				text-decoration:none;
			}
			.newsRoller_title a:hover .shdwC {
				color:#000000;
			}
	
	.newsRoller_content {
		position:relative;
		height:33px;
		float:left;
		overflow:hidden;
		width:770px;
		padding:0 0 0 0;
	}
	* html .newsRoller_content {
		
	}
	.newsRoller_content .newsRoller_news, .newsRoller_content .newsRoller_news_item {
		list-style:none; padding:0; margin:0;
		display:block;
		overflow:hidden;
	}
		.newsRoller_content .newsRoller_news {
			position:relative;
			left:0;
			top:0;
		}
		* html .newsRoller_content .newsRoller_news {
			display:block;
			line-height:33px;
		}
		
		.newsRoller_content .newsRoller_news_item {
			width:770px;
			float:left;
		}
	
	
	.newsRoller_content .news_date {
		font-size:0.83em;
		line-height:33px;
		color:#999999;
		margin:0 0.75em 0 0;
		padding:0 0 0 10px;
		float:left;
		display:block;
		height:33px;
	}
	* html .newsRoller_content .news_date {
		display:inline-block;
		
	}
		.newsRoller_content .more {
			float:left;
			display:block;
			height:33px;
			line-height:33px;
			color:#333333;
			text-decoration:none;
		}
		* html .newsRoller_content .more  {
			display:inline-block;
			
		}
		
		.newsRoller_content .more:hover {
			color:#cc0000;
			text-decoration:none;
		}
	
	.newsRoller_more {
		float:right;
		line-height:33px;
	}
	
	.newsRoller_fadeLeft {
		background:url('images/news_roller-fade_left.png') 0 0 no-repeat;
		position:absolute;
		left:0;
		top:1px;
		height:31px;
		width:14px;
		overflow:hidden;
	}
	.newsRoller_fadeRight {
		background:url('images/news_roller-fade_right.png') 0 0 no-repeat;
		position:absolute;
		right:0;
		top:1px;
		height:31px;
		width:84px;
		overflow:hidden;
	}
	

	
/** Home Tabs **/
.homeTabs {
	background:url('images/hometab-content.gif') 0 0 no-repeat;
	width:713px;
	float:left;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:0.75em;
	line-height:1.5em;
}
	.homeTabs_top {
		width:713px;
		height:60px;
		clear:both;
	}
	.homeTabs_title {
		font-size:1.19em;
		line-height:1.4em;
		font-weight:normal;
		float:left;
		padding:0 0 0 21px;
	}
	.homeTabs_tabs_holder {
		background:url('images/hometab-tabs.gif') 100% 0 no-repeat;
		height:60px;
		padding:0 22px 0 0;
		float:right;
	}
	.homeTabs_tabs {
		background:url('images/hometab-tabs.gif') 0 0 no-repeat;
		float:left;
		list-style:none;
		padding:0 0 0 38px;
		margin:0;
		height:60px;
	}
		.homeTabs_tabs .homeTabs_tab {
			float:left;
			list-style:none;
			width:137px;
			height:33px;
			margin:14px 0 0 0;
			padding:0;
			font-size:1em;
		}
		.homeTabs_tabs .homeTabs_tab .tab {
			background:url('images/hometab-tab.gif') 0 0 no-repeat;
			width:137px;
			height:33px;
			float:left;
			line-height:33px;
			text-align:center;
			color:#333333;
			float:left;
		}
			.homeTabs_tabs .homeTabs_tab .tab:hover, .homeTabs_tabs .homeTabs_tab .tab_selected {
				background-position:0 -33px;
				color:#ffffff;
				text-decoration:none;
			}
			.homeTabs_tabs .homeTabs_tab .tab:hover .shdwC, .homeTabs_tabs .homeTabs_tab .tab_selected .shdwC {
				color:#333333;
			}
			
	.homeTabs_contents {
		padding:14px 24px 0 24px;
		margin:0 0 1em 0;
	}
	.homeTabs_content {
		margin:0 0 1em 0;
	}
		.homeTabs_content_title {
			font-size:1.31em;
			font-weight:bold;
			color:#666666;
			padding:0;
			margin:0 0 1em 0;
		}
		.homeTabs_content_subtitle {
			font-size:1em;
			font-weight:bold;
			color:#666666;
			padding:0;
			margin:0 0 0.5em 0;
		}
		
	.homeTabs_content .explore_products {
		float:right;
		width:272px;
		padding:0 0 0 1em;
		margin:0 0 0 1em;
		border-left:1px solid #ccc;
	}
		.homeTabs_content .explore_products .products, .homeTabs_content .explore_products .product {
			list-style:none;
			padding:0;
			margin:0;
		}
		.homeTabs_content .explore_products .product {
			/*
			float:left;
			width:126px;
			*/
			line-height:1.3em;
			margin:0 10px 0.5em 0;
		}
		
	.homeTabs_content .explore_checkpoint {
		float:right;
		width:155px;
		padding:0 0 0 1em;
		margin:0 0 0 2em;
		border-left:1px solid #ccc;
	}
		.homeTabs_content .explore_checkpoint .checkpoints, .homeTabs_content .explore_checkpoint .checkpoint {
			list-style:none;
			padding:0;
			margin:0;
		}
		.homeTabs_content .explore_checkpoint .checkpoint {
			float:left;
			line-height:1.3em;
			margin:0 10px 0.5em 0;
			width:155px;
			display:block;
		}
		
.regionSelection {
	background:url('images/select_region-bg.jpg') 0 0 no-repeat;
	width:970px;
	width:940px;
	height:324px;
	height:214px;
	margin:0 0 18px 15px;
	padding:110px 0 0 30px;
}
	.regionSelection .regionSelection_content {
		background:url('images/select_region-content.jpg') 0 0 no-repeat;
		width:284px;
		height:79px;
		padding:1px 0;
	}
	.regionSelection .label {
		color:#ffffff;
		padding:0 0 0 16px;
		margin:0.5em 0 0.5em 0;
		font-size:0.89em;
		font-weight:bold;
	}
	.regionSelection .input {
		padding:0 0 0 16px;
	}
	
	.regionSelection .dropdown {
		float:left;
		width:245px;
	}
	.regionSelection .customDropdown {
		width:245px;
	}
	.regionSelection .dropdown .dropdown-result-container, .regionSelection .dropdown .dropdown-arrow {
		background-image:url('images/dropdown2.gif');
	}
	
	.regionSelection .dropdown .dropdown-list .disabled {
		color:#999;
		font-weight:bold;
	}
		
/* find solution form */
.frmFindSolutions {	
	font-family:Arial, Helvetica, sans-serif;
}
	.frmFindSolutions .homeTabs_content_title {
		font-family:"Trebuchet MS", Helvetica, sans-serif;
	}
.frmFindSolutions .left {
	float:left;
	width:350px;
	border-right:1px solid #ccc;
	padding:0 15px 0 0;
	margin:0 0 0 0;
}
.frmFindSolutions .right {
	width:280px;
	float:right;
	
}
	.frmFindSolutions .inputs {
		background:#e6f4fa;
		padding:13px 14px 1px 14px;
	}
	
.frmFindSolutions .twoECols {
	width:340px;
}
.frmFindSolutions .twoECols .col {
	width:170px;
	padding:0;
	margin:0;
}
	
	.frmFindSolutions .solutions, .frmFindSolutions .solutions li {
		list-style:none;
		padding:0;
		margin:0;
	}
		.frmFindSolutions .solutions li {
			/*
			float:left;
			width:160px;
			*/
			display:block;
			line-height:1.3em;
			margin:0 0 0.15em 0;
		}
	
	.frmFindSolutions .solutions .ico-Apparel-Retailers {  background:url('images/ico-apparel_retails.gif') 0 -3px no-repeat; }
	.frmFindSolutions .solutions .ico-Supermarket-Hypermarket {  background:url('images/ico-supermarket_hypermarket.gif') 0 0 no-repeat; }
	.frmFindSolutions .solutions .ico-DIY-and-Hardware {  background:url('images/ico-diy.gif') 0 0 no-repeat; }
	.frmFindSolutions .solutions .ico-Drug-and-Pharmacy {  background:url('images/ico-drugstores.gif') 0 0 no-repeat; }
	.frmFindSolutions .solutions .ico-Electronics {  background:url('images/ico-electronics_store.gif') 0 -2px no-repeat; }
	.frmFindSolutions .solutions .ico-Warehouse-SuperStore {  background:url('images/ico-warehouses.gif') 0 0 no-repeat; }
	.frmFindSolutions .solutions .ico-Specialty {  background:url('images/ico-speciality_store.gif') 0 -3px no-repeat; }
	
	.frmFindSolutions .solutions li a {
		display:block;
		padding:0 12px 0.5em 28px;
	}
		* html .frmFindSolutions .solutions li a {
			display:inline-block;
		}
	
	
	.frmFindSolutions .customDropdown {
		width:252px;
	}
	.frmFindSolutions .inputTxt {
		font-weight:bold;
	}
	
	.frmFindSolutions .frmRow {
		margin:0 0 1.1em 0;
	}
	
	.frmFindSolutions .searchForm .btnSubmitSearch {
		background:url('images/btn-submit_search.gif') 1px 1px no-repeat;
		width:34px;
		height:26px;
	}
	.frmFindSolutions .searchForm .btnSubmitSearch:hover, .frmFindSolutions .searchForm .btnSubmitSearch_hover {
		background-position:1px -29px;
	}
	
/** Advanced Search Form **/
.frmAdvancedSearch {
}
.frmAdvancedSearch_wrapper {
	padding:0 0 2em;
	float:left;
	width:100%;
	clear:both;
}
.frmAdvancedSearch .frmRow {
	padding:0 0 0 0;
	margin:0 0 10px 0;
	display:block;
}
.frmAdvancedSearch .customInput {
	font-size:0.86em;
	width:280px;
}
.frmAdvancedSearch .left {
	float:left;
	width:475px;
	padding-right:20px;
	display:block;
	position:relative;
	font-size:1.08em;
}

	.frmAdvancedSearch .left .label {
		font-family:"Trebuchet MS", Helvetica, sans-serif;
		float:left;
		display:block;
		width:145px;
		padding:0; margin:0 5px 0 0;
	}
	.frmAdvancedSearch .left label.error {
		float:none;
		clear:both;
		display:block;
		width:350px;
		padding-left:150px;
		font-size:0.92em;
		color:#cc0000;
	}
.frmAdvancedSearch .right {
	float:right;
	width:380px;
	display:block;
	padding:0 0 0.5em 0;
	font-size:1.08em;
}
	.frmAdvancedSearch .searchFilters {
		position:relative;
	}
	.frmAdvancedSearch .right .lblFilter, .frmAdvancedSearch .right .lblFilterAll {
		font-family:"Trebuchet MS", Helvetica, sans-serif;
		float:left;
		width:185px;
		padding:0 0 0.15em 0;
		line-height:25px;
	}
	.frmAdvancedSearch .right .lblFilterAll { clear:both; width:100%; }
	
	
/** Contact Us Form **/
.frmContactUs {	
	padding:0 15px;
	width:863px;
	font-size:1.08em;
}
.frmContactUs .frmContactUs_wrapper {
	padding:1em 0 1em 0;
}
.frmContactUs .frmRow {
	padding:0;
	margin:0 0 10px;
	display:block;
}
.frmContactUs .left {
	float:left;
	width:440px;
}
	.frmContactUs .left .left {
		float:left;
		width:230px;
	}
		.frmContactUs .left .left .customInput {
			width:90px;
		}
	.frmContactUs .left .right {
		float:right;
		width:195px;
	}
		.frmContactUs .left .right .label {
			width:80px;
		}
		.frmContactUs .left .right .customInput {
			width:80px;
		}
	.frmContactUs .left .customInput {
		width:285px;
	}
	.frmContactUs .left .customDropdown {
		width:307px;
	}
	
.frmContactUs .right {
	float:right;
	width:410px;
	display:block;
	padding-left:10px;
}
.frmContactUs .dropdown {
	float:left;
}
.frmContactUs .customDropdown {
	width:282px;
}
	* html .frmContactUs .dropdown {
		margin-left:3px;
	}
	* html .frmContactUs .customDropdown {
		width:278px;
	}
.frmContactUs .customInput {
	width:260px;
}
.frmContactUs .customTextarea {
	font-size:11px;
	width:725px;
	height:90px;
}
	.frmContactUs .textareaBox {
		float:left;
	}
.frmContactUs .label {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	float:left;
	display:block;
	width:120px;
	padding:0; 
	margin:0 0 0 0;
}
.frmContactUs label.error {
	float:none;
	clear:both;
	display:block;
	width:315px;
	padding-left:121px;
	font-size:0.86em;
	color:#cc0000;
}
.frmContactUs .newsletterOption {
	padding-left:120px;
}
	.frmContactUs .newsletterOption .label {
		font-family:"Trebuchet MS", Helvetica, sans-serif;
		float:none;
		width:auto;
		display:block;
	}
.frmContactUs .submit {
	padding-left:120px;
}
	.frmContactUs .submit a.viewPolicy { font-size:11px; color:#666666; }
	.frmContactUs .submit a.viewPolicy:hover { font-size:11px; color:#cc0000; text-decoration:none; }
	
	
/** SFC Form Styles Override **/
.scfForm {
	padding:0 15px;
	width:863px;
	font-size:1.08em;
	font-family:Arial, Helvetica, sans-serif;
}

.scfForm .frmContactUs_wrapper {
	background:url('images/rule-h-cyan.gif') 0 100% repeat-x;
	
	padding:0 0 3px 0;
	margin:0 0 18px 0;
	clear:both;
}

.scfForm .halfAvailableWidth {
	width:411px;
	margin:0 0;
	padding:0 20px 0 0;
	display:block;
}

.scfForm .scfSectionBorderAsFieldSet {
	padding:0;
	margin:0;
	border:0;
	outline:0;
}

.scfForm .scfDropListBorder, 
.scfForm .scfEmailBorder, 
.scfForm .scfMultipleLineTextBorder, 
.scfForm .scfSingleLineTextBorder, 
.scfForm .scfPasswordBorder, 
.scfForm .scfNumberBorder, 
.scfForm .scfDateBorder, 
.scfForm .scfRadioButtonListBorder, 
.scfForm .scfListBoxBorder, 
.scfForm .scfCheckBoxListBorder, 
.scfForm .scfFileUploadBorder, 
.scfForm .scfDateSelectorBorder, 
.scfForm .scfCreditCardBorder, 
.scfForm .scfConfirmPasswordBorder, 
.scfForm .scfCaptchaBorder,
.scfForm .scfDropList {
	padding:0;
	margin:0 0 10px;
	display:block;
	width:auto;
	clear:both;
}

.scfForm .scfDropListLabel, 
.scfForm .scfEmailLabel, 
.scfForm .scfMultipleLineTextLabel, 
.scfForm .scfSingleLineTextLabel, 
.scfForm .scfPasswordLabel, 
.scfForm .scfNumberLabel, 
.scfForm .scfDateLabel, 
.scfForm .scfRadioButtonListLabel, 
.scfForm .scfCheckBoxListLabel, 
.scfForm .scfListBoxLabel, 
.scfForm .scfFileUploadLabel, 
.scfForm .scfDateSelectorLabel, 
.scfForm .scfCreditCardLabel, 
.scfForm .scfConfirmPasswordLabel, 
.scfForm .scfCaptchaLabel {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	float:left;
	display:block;
	width:120px;
	padding:0; 
	margin:0 0 0 0;
}

.scfForm .scfEmailGeneralPanel, 
.scfForm .scfMultipleLineGeneralPanel, 
.scfForm .scfSingleLineGeneralPanel, 
.scfForm .scfPasswordGeneralPanel, 
.scfForm .scfNumberGeneralPanel, 
.scfForm .scfDateGeneralPanel, 
.scfForm .scfRadioButtonListGeneralPanel, 
.scfForm .scfCheckBoxListGeneralPanel, 
.scfForm .scfFileUploadGeneralPanel, 
.scfForm .scfDateSelectorGeneralPanel, 
.scfForm .scfCreditCardGeneralPanel, 
.scfForm .scfConfirmPasswordGeneralPanel, 
.scfForm .scfCaptchaGeneralPanel,
.scfForm .scfListBoxGeneralPanel, 
.scfForm .scfDropListGeneralPanel {
	float:left;
	margin:0;
	width:auto;
	width:260px;
}

.scfForm .scfRequired {
	color:#cc0000;
}

.scfForm .scfDropListUsefulInfo, 
.scfForm .scfEmailUsefulInfo, 
.scfForm .scfMultipleLineTextUsefulInfo, 
.scfForm .scfSingleLineTextUsefulInfo, 
.scfForm .scfPasswordUsefulInfo, 
.scfForm .scfNumberUsefulInfo, 
.scfForm .scfDateUsefulInfo, 
.scfForm .scfRadioButtonListUsefulInfo, 
.scfForm .scfListBoxUsefulInfo, 
.scfForm .scfCheckBoxListUsefulInfo, 
.scfForm .scfFileUploadUsefulInfo, 
.scfForm .scfDateSelectorUsefulInfo, 
.scfForm .scfCreditCardTextUsefulInfo, 
.scfForm .scfConfirmPasswordUsefulInfo, 
.scfForm .scfCaptchaUsefulInfo {
	float:left;
	margin:0;
	width:auto;
	width:260px;
	padding:0;
}


.scfForm .scfEmailTextBox, 
.scfForm .scfSingleLineTextBox, 
.scfForm .scfPasswordTextBox, 
.scfForm .scfNumberTextBox, 
.scfForm .scfDateTextBox, 
.scfForm .scfRadioButtonList, 
.scfForm .scfListBox, 
.scfForm .scfCheckBoxList, 
.scfForm .scfFileUpload, 
.scfForm .scfCreditCardTextBox, 
.scfForm .scfCreditCardType, 
.scfForm .scfConfirmPasswordTextBox {
	width:auto;
	width:235px;
}
.scfForm select.scfDropList {
	width:256px;
	float:left;
	height:auto;
}
	

.scfForm .scfValidatorRequired, 
.scfForm .scfRequired {
	float:left;
}

.scfForm .scfValidator
{
	display:block;
	padding:5px 0 0 0;
	width:255px;
	font-size:0.82em;
	line-height:1.3em;
}

.scfForm .scfMultipleLineGeneralPanel {
	width:auto;
}
.scfForm .scfMultipleLineTextBox {
	width:725px;
	height:90px;
}
	.scfForm .frmSendToFriend .scfMultipleLineTextBox {
		width:247px;
	}

.scfForm .scfCheckbox {
	float:left;
	margin:0 0 3px 0;
	line-height:24px;
}

.scfForm .scfSubmitButton {
	
}

/**/
.scfForm .scfDropListBorder:after, 
.scfForm .scfEmailBorder:after, 
.scfForm .scfMultipleLineTextBorder:after, 
.scfForm .scfSingleLineTextBorder:after, 
.scfForm .scfPasswordBorder:after, 
.scfForm .scfNumberBorder:after, 
.scfForm .scfDateBorder:after, 
.scfForm .scfRadioButtonListBorder:after, 
.scfForm .scfListBoxBorder:after, 
.scfForm .scfCheckBoxListBorder:after, 
.scfForm .scfFileUploadBorder:after, 
.scfForm .scfDateSelectorBorder:after, 
.scfForm .scfCreditCardBorder:after, 
.scfForm .scfConfirmPasswordBorder:after, 
.scfForm .scfCaptchaBorder:after,
.scfForm .scfDropList:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	line-height:0;
}

.scfForm .scfDropListBorder, 
.scfForm .scfEmailBorder, 
.scfForm .scfMultipleLineTextBorder, 
.scfForm .scfSingleLineTextBorder, 
.scfForm .scfPasswordBorder, 
.scfForm .scfNumberBorder, 
.scfForm .scfDateBorder, 
.scfForm .scfRadioButtonListBorder, 
.scfForm .scfListBoxBorder, 
.scfForm .scfCheckBoxListBorder, 
.scfForm .scfFileUploadBorder, 
.scfForm .scfDateSelectorBorder, 
.scfForm .scfCreditCardBorder, 
.scfForm .scfConfirmPasswordBorder, 
.scfForm .scfCaptchaBorder,
.scfForm .scfDropList {display: inline-block;}

/* Hides from IE-mac \*/
* html .scfForm .scfDropListBorder, 
* html .scfForm .scfEmailBorder, 
* html .scfForm .scfMultipleLineTextBorder, 
* html .scfForm .scfSingleLineTextBorder, 
* html .scfForm .scfPasswordBorder, 
* html .scfForm .scfNumberBorder, 
* html .scfForm .scfDateBorder, 
* html .scfForm .scfRadioButtonListBorder, 
* html .scfForm .scfListBoxBorder, 
* html .scfForm .scfCheckBoxListBorder, 
* html .scfForm .scfFileUploadBorder, 
* html .scfForm .scfDateSelectorBorder, 
* html .scfForm .scfCreditCardBorder, 
* html .scfForm .scfConfirmPasswordBorder, 
* html .scfForm .scfCaptchaBorder,
* html .scfForm .scfDropList {height:1%;}

.scfForm .scfDropListBorder, 
.scfForm .scfEmailBorder, 
.scfForm .scfMultipleLineTextBorder, 
.scfForm .scfSingleLineTextBorder, 
.scfForm .scfPasswordBorder, 
.scfForm .scfNumberBorder, 
.scfForm .scfDateBorder, 
.scfForm .scfRadioButtonListBorder, 
.scfForm .scfListBoxBorder, 
.scfForm .scfCheckBoxListBorder, 
.scfForm .scfFileUploadBorder, 
.scfForm .scfDateSelectorBorder, 
.scfForm .scfCreditCardBorder, 
.scfForm .scfConfirmPasswordBorder, 
.scfForm .scfCaptchaBorder,
.scfForm .scfDropList {display: block;}
/* End hide from IE-mac */


.scfForm select.scfDropList:after {
	content:""; display:block; height: auto; clear: none; visibility: visible; line-height:normal;
}
.scfForm select.scfDropList {
	display:block;
}
/** END SFC Form Styles Override **/
	
/** Login Form **/
.frmLogin {
	font-size:1.08em;
}
.frmLogin .cyanBox { padding-bottom:1em; }
.frmLogin .frmRow {
	padding:0;
	margin:0 0 10px;
	display:block;
}
.frmLogin .label {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	float:left;
	display:block;
	width:120px;
	padding:0; 
	margin:0 0 0 0;
}
.frmLogin label.error {
	display:block;
	width:auto;
	padding-left:120px;
	font-size:0.86em;
	color:#cc0000;
}
.frmLogin .customInput {
	width:170px;
}
.frmLogin .forgotPassword, .frmLogin .submit {
	padding-left:120px;
}
.frmLogin .rememberMe {
	padding-left:120px;
	margin:0 0 0.5em 0;
	font-size:0.92em;
}
		
		
/** Form Resume **/
.frmResume {
	font-size:1.08em;
	padding:15px;
}
.frmResume .label {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	float:left;
	width:125px;
}
.frmResume .frmRow {
	display:block;
	margin:0 0 10px 0;
	padding:0;
}
.frmResume .customInput {
	width:275px;
}
.frmResume .dropdown {
	float:left;
}
.frmResume .customDropdown {
	float:left;
	width:422px;
}
.frmResume label.error {
	float:none;
	clear:both;
	display:block;
	width:275px;
	padding:0;
	padding-left:125px;
	font-size:0.86em;
	line-height:1.2em;
	color:#cc0000;
}
.frmResume .upload {
	height:24px;
	padding:1px 0;
	margin:0 0 10px;
	float:left;
	position:relative;
}
.frmResume .file_cabinet {
	background:url('images/btn-browse.gif') 100% 3px no-repeat;
	width:295px;
	height:24px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}
.frmResume .file_cabinet .file_label {
	background:url('images/upload-label.gif') 0 0 no-repeat;
	width:200px;
	height:18px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	cursor:pointer;
	font-size:12px;
	padding:3px 8px;
	line-height:18px;
	font-weight:bold;
}
	.frmResume .file_cabinet.error .file_label {
		background-position:0 -23px;
	}
.frmResume .upload input {
	cursor:pointer;
	outline:0;
}

.frmResume .optPosition .label {
	float:none;
	display:block;
	width:auto;
	margin:0;
	padding:0 0 0.5em 0;
}
	.frmResume .optPosition label.error {
		float:none;
		clear:both;
		display:block;
		width:auto;
		padding-left:0px;
		font-size:0.86em;
		color:#cc0000;
	}

.frmResume .submit {
	padding:0 0 0 125px;
}

/** Form Reseller state **/
.frmResellerState {
}
.frmResellerState .label {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:1.08em;
	margin:0 1em 0 0;
	float:left;
}
.frmResellerState .customDropdown, .frmResellerState .dropdown {
	float:left;
	width:200px;
}

/** Reseller State **/
.resellerStateContainer {
}
.resellerState {
	background:url('images/reseller_state-bg.gif') 0 0 repeat-x;
	padding:1em 0.5em 0.5em 0.5em;
	margin:0 0 1em 0;
}
.resellerState .state_section {
	font-size:1em;
	font-weight:bold;
	display:block;
	padding:0;
	margin:0 0 1em;
}
.resellerState .reseller_logo {
	float:left;
	margin:0;
	width:52%;
}
.resellerState .reseller_certifications {
	float:left;
	clear:right;
	width:48%;
}
	.resellerState .reseller_certifications img { margin:0 0.5em 0 0; }
.resellerState .reseller_info {
	clear:left;
	float:left;
	width:47%;
	padding:1.3em 5% 0 0;
}
.resellerState .reseller_contacts {
	float:left;
	clear:right;
	width:48%;
	padding:1.3em 0 0 0;
}

.resellerState .reseller_name {
	color:#cc0000;
	font-weight:bold;
	font-size:1.25em;
	display:block;
	padding:0; margin:0;
}
.resellerState .reseller_website {
	font-weight:bold;
	display:block;
	padding:0; margin:0;
}
.resellerState .reseller_comment {
	display:block;
	padding:1em 0 0 0;
	margin:0;
}
.resellerState .reseller_contact {
	font-weight:bold;
}
	
/** Article Utility **/
.articleUtility {
	background:url('images/article_utility-bg.gif') 0 0 no-repeat;
	float:right;
	width:232px;
	height:26px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	line-height:26px;
	margin-left:2em;
	margin-bottom:20px;
	display:block;
	
}
	.articleUtility .div {
		background:url('images/rule-v.gif') 0 0 repeat-y;
		height:26px;
		width:2px;
		overflow:hidden;
		float:left;
	}
	
	.articleUtility a {
		float:left;
		color:#333333;
		margin:0 8px 0 8px; /* 2010 Feb 02: reduce margin from 11px to 9px */
		font-size:11px;
		
	}
	.articleUtility a:hover {
		color:#cc0000;
		text-decoration:none;
	}

.rightCol .articleUtility { margin-left:0; float:none; }


/** Text Input **/
.inputBox {
	position:relative;
}
.inputBox-container {
}
.inputBox-container, .customInput {
	background-image:url('images/ctrl-input.gif');
	background-repeat:no-repeat;
	background-position:0 0;
	margin:0;
}
.inputBox-container {
	padding:4px 0 4px 7px;
	height:24px;
}
* html .inputBox-container {
	padding-top:0px;
	display:inline-block;
}
*:first-child+html .inputBox-container {
	padding-top:0px;
	display:inline-block;
}
	.inputBox-container .customInput {
		background-position:100% 0;
		border:0;
		margin:0;
		outline:0;
		padding:5px 15px 4px 0;
		font-size:12px;
		font-weight:bold;
		position:relative;
		margin-right:-5px;
		
	}
	* html .inputBox-container .customInput {
		margin-top:-1px;
	}
	*:first-child+html .inputBox-container .customInput {
		margin-top:-1px;
	}
	.inputBox-container input.jDefText {
		color:#999999;
	}
		.inputBox-container input.jDefText_changed {
			color:#333333 !important;
		}
		
/** Text Input **/
.textareaBox {
	position:relative;
}
.textareaBox-container, .customTextarea {
	background-image:url('images/ctrl-textarea.gif');
	background-repeat:no-repeat;
	background-position:0 0;
	margin:0;
}
.textareaBox-container {
	padding:0;
	line-height:24px;
	float:left;
	position:relative;
	padding:3px;
}
* html .textareaBox-container {
	padding-top:0px;
	display:inline-block;
}
*:first-child+html .textareaBox-container {
	padding-top:0px;
	display:inline-block;
}
	.textareaBox-container .customTextarea {
		background-position:-3px -3px;
		border:0;
		margin:0;
		outline:0;
		padding:2px;
		font-size:12px;
	}
	* html .textareaBox-container .customTextarea {
		
	}
	*:first-child+html .textareaBox-container .customTextarea {
		
	}
	.textareaBox-container input.jDefText {
		color:#999999;
	}
		.textareaBox-container input.jDefText_changed {
			color:#333333 !important;
		}
		
.textareaBox-container .cbr, .textareaBox-container .cbb, .textareaBox-container .cbc {
	background-image:url('images/ctrl-textarea.gif');
	position:absolute;
}
.textareaBox-container .cbr { background-position:100% 0; right:0; top:0; width:3px; }
.textareaBox-container .cbb { background-position:0 100%; left:0; bottom:0; height:3px; }
.textareaBox-container .cbc { background-position: 100% 100%; right:0; bottom:0; width:3px; height:3px; }
	
/** checkbox **/
.Checkbox-checked, .Checkbox-unchecked, .Checkbox-checked-disabled, .Checkbox-unchecked-disabled {
	background:url('images/ctrl-checkbox.gif') 0 0 no-repeat;
	border:none;
	width:19px;
	height:18px;
	line-height:18px;
	display:block;
	float:left;
	overflow:hidden;
	cursor:pointer;
	margin:3px 5px 0 0;
}

.Checkbox-checked {
	background-position: 0 -20px;
}
.Checkbox-unchecked-disabled {
	background-position: 0 0;
}
.Checkbox-checked-disabled {
	background-position: 0 -20px;
}

/** dropdown **/
.dropdown {
	font-size:1em;
	padding:0;
	margin:0;
	width:auto;
	overflow:visible;
	position:relative;
	height:24px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

* html .dropdown {
	display:inline-block;
}

.dropdown .dropdown-result-container {
	background:url('images/dropdown.gif') 0 0 no-repeat;
	padding:0px 0 0px 0px;
	float:left;
	position:relative;
	top:-1px;
	height:24px;
}

.dropdown .dropdown-arrow {
	background:url('images/dropdown.gif') 100% 0 no-repeat;
	width:33px;
	height:24px;
	cursor:pointer;
	float:right;
}
* html .dropdown .dropdown-arrow {
	
}
	.dropdown .dropdown-arrow span { display: none; }
	
.dropdown .dropdown-arrow-open, .dropdown .dropdown-arrow:hover, .dropdown .dropdown-arrow-hover {
	background-position:100% -30px;
}

.dropdown .dropdown-result {
	float:left;
	padding:0;
	line-height:24px;
	height:22px;
	overflow:hidden;
	padding:0 0 0 8px;
	font-weight:bold;
	color:#333333;
}
	.dropdown .dropdown-result_emptyValueSelected {
		color:#999999;
	}

.dropdown-list-container {
	background:white;
	border:1px solid #999999;
	display:none;
	position:absolute;
	z-index:9999;
	left:0px;
	top:0px;
	padding:1px;
	overflow:hidden;
}

.dropdown-list-container .dropdown-list-wrapper {
	position:relative;
}

.dropdown-list-container .dropdown-list {
	list-style:none;
	padding:2px 3px 2px 1px;
	margin:0;
	position:relative;
	top:0;
	z-index:10000;
	display:block;
	overflow:hidden;	
}

.dropdown-list-container .dropdown-list li {
	list-style:none;
	padding:0;
	margin:0 ;
	display:block;
	line-height:1.5em;
	padding:3px 10px;
	cursor:pointer;
	overflow:hidden;
	height:auto;
}

* html .dropdown-list-container .dropdown-list li {
	display:inline-block;
}

*:first-child+html .dropdown-list-container .dropdown-list li {
	display:inline-block;
}

.dropdown-list-container .dropdown-list li.selected, .dropdown-list-container .dropdown-list li.hover {
	background:#f1f1f1;
	color:#cc0000;
	position:relative;
}

.dropdown .jScrollPaneContainer {
	z-index:100001;
	padding-top:0;
	padding-bottom:0;
}
.dropdown .jScrollPaneTrack {
	z-index:100000;
}

/** jScrollPane **/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	zoom:1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666667;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/* customize scrollpane */
.jScrollPaneContainer {
	padding:5px 0;
}
.jScrollPaneTrack {
	background:transparent url('images/scrollpane-track.gif') 0 0 repeat-y;
}
.jScrollPaneDrag {
	background:transparent url('images/scrollpane-drag.gif') 0 0 no-repeat;
	height:57px;
	width:14px;
	left:0;
}


/** accordion **/
.accordion {
	list-style:none;
	padding:0;
	margin:0 0 1.5em 0;
	display:block;
	width:auto;
	height:auto;
	position:static;
}
.accordion .accordion_item {
	list-style:none;
	padding:0;
	margin:0 0 0.82em;
	display:block;
	width:auto;
	height:auto;
}
.accordion .accordion_item .accordion_header {
	background:url('images/accordion-header.gif') 0 0 no-repeat;
	cursor:pointer;
	height:31px;
	font-size:1em;
	line-height:31px;
	padding:0 1em;
	margin:0;
	color:#ffffff;
}
	.accordion .accordion_item .accordion_header_hover {
		background-position:0 -31px;
	}
	.accordion .accordion_item .accordion_header_selected {
		background-position:0 -62px;
	}
	
.accordion .accordion_content {
	background:url('images/accordion-content.gif') 0 100% no-repeat;
	padding:0;
	margin:0;
}
	.accordion .accordion_content .wrapper {
		padding:1em;
	}
	
/**/
.print {
	background:url('images/ico-print.gif') 0 50% no-repeat;
	padding:0 0 0 21px; /* 2010 Feb 02: reduce left padding from 24 to 22 */
}
.send {
	background:url('images/ico-send.gif') 0 50% no-repeat;
	padding:0 0 0 26px; /* 2010 Feb 02: reduce left padding from 29 to 27 */
}
	
/** content top image **/
.contentImage {
	display:block;
	margin:0 0 1em 0;
	position:relative;
}
	.contentImage_content {
		position:absolute;
		left:0;
		top:0;
		color:#ffffff;
		padding:0.75em 1em;
		height:6.625em;
	}
	


/** top hot topics **/
.hotTopics {
	float:left;
	margin:0;
	padding:0.4em 0 0 1.36em;
}

/** featured success story & featured article **/
.featuredSuccessStory, .featuredArticle {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:0.81em;
	line-height:1.5em;
}
	.featuredSuccessStory .barkerTitle, .featuredArticle .barkerTitle {
		font-size:1em;
		font-weight:normal;
		padding:0;
		margin:0 0 0.5em;
		color:#000000;
	}
	.featuredSuccessStory .title, .featuredArticle .title {
		font-size:1.46em;
		font-weight:bold;
		line-height:1.42em;
		padding:0;
		margin:0 0 0.5em;
	}
	.featuredSuccessStory .view, .featuredArticle .view {
		font-size:1.08em;
		line-height:1.5em;
		color:#ffffff;
	}
		.featuredSuccessStory .view:hover, .featuredArticle .view:hover {
			color:#ffffff;
		}
		
	/* featured article */
	.featuredArticle .barkerTitle {
		margin:0 0 0.1em 0;
	}
	.featuredArticle .title {
		margin:0 0 0.1em 0;
	}
	.featuredArticle .text {
		font-size:1.09em;
		font-family:Arial,sans-serif;
		color:#000000;
		padding:0 0 0 10px;
		padding:0;
		margin:0;
	}
	.featuredArticle .view {
		position:absolute;
		left:1em;
		bottom:0.5em;
	}

/** page top **/
.pageTop {
	background:#e2e2e2;
	padding:0;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:0.69em;
	line-height:1.5em;
	width:100%;
}

/****** MENU & NAVIGATION *****/
/** top site nav **/
.siteNav {
	background:url('images/site_nav-bg.gif') 100% 0 no-repeat;
	float:right;
	margin:0 5px 0 0;
	padding:0 1.1em 0 0;
}
.siteNav_wrapper {
	background:url('images/site_nav-bg.gif') 0 0 no-repeat;
	padding:1em 0 0 1.1em;
}
.siteNav_group {
	padding:0 0.85em;
	color:#cc3300;
}
.siteNav_group a {
	padding:0 0.15em;
}

/** resources navigation **/
.resourcesNav {
	margin:0 auto 9px auto;
	padding:0 9px 0 15px;
	height:33px;
	position:relative;
	z-index:10000;
	
}

/** region menu **/
.region {
	float:right;
	font-size:0.63em;
	line-height:1.5em;
	padding:5px 0 0 0;
	position:relative;
	position:absolute;
	right:9px;
	top:0;
	z-index:100000;
}
	.region .current_region {
		background:url('images/ico-globe.gif') 0 0 no-repeat;
		background:url('images/region_dropdown.gif') -130px 0 no-repeat;
		color:#333333;
		padding:0;
		text-decoration:none;
		float:right;
		width:126px;
	}
		.region .current_region:hover {
			text-decoration:none;
		}
		.region .current_region .span {
			background:url('images/region_dropdown.gif') -130px 0 no-repeat;
			background:url('images/ico-globe.gif') 0 2px no-repeat;
			padding:0 16px 0 18px;
			height:18px;
			height:18px;
			line-height:18px;
			float:right;
			text-align:right;
		}
		*:first-child+html .region .current_region .span {
			
		}
		
	.region_hover .current_region {
		background-position:0 0;
	}
	.region .region_selections {
		background:url('images/region_dropdown.gif') 0 100% no-repeat;
		list-style:none;
		padding:0;
		margin:0;
		position:absolute;
		right:0;
		top:22px;
		width:126px;
		line-height:1.25em;
		padding:0.5em 0 0 0;
		text-align:right;
		z-index:100001;
	}
	* html .region .region_selections {
		right:-1px;
	}
		.region .region_selections a, .region .region_selections strong {
			padding:0.15em 16px 0.3em 5px;
			display:block;
			color:#333333;
		}
			* html .region .region_selections a { display:inline-block; }
		.region .region_selections a:hover {
			background:#d7d6d6;
			color:#cc0000;
			text-decoration:none;
		}
		
.leftCol .region {
	float:none;
	position:relative;
	padding:0;
	margin:0;
	right:auto;
	left:auto;
	top:auto;
	bottom:auto;
	font-size:0.82em;
	font-size:0.75em;
	height:22px;
}
	.leftCol .region .current_region {
		float:left;
		width:120px;
		padding:0 0 0 6px;
	}
	.leftCol .region .current_region .span {
		float:left;
	}
	.leftCol .region .region_selections {
		right:auto;
		left:0;
		top:18px;
	}
	
	
/** menu **/
.menu {
	background:url('images/menu-bar-bg.gif') 0 0 no-repeat;
	height:33px;
	padding:0 0 0 3px;
	float:left;
	/* font-family:"Trebuchet MS", Helvetica, sans-serif; */
	font-size:0.88em;
	line-height:1.5em;
	position:relative;
}
.mainMenu {
	background:url('images/menu-bar-bg.gif') 100% 0 no-repeat;
	list-style:none;
	padding:0 6px 0 3px;
	margin:0;
	float:left;
	height:33px;
}
	.mainMenuItem {
		list-style:none;
		padding:0;
		margin:0 2px;
		float:left;
		
	}
	.mainMenuItem a {
		color:#000000;
		padding:0 12px;
		float:left;
		height:33px;
		line-height:33px;
	}
	.mainMenuItem a:hover {
		color:#cc0000;
		text-decoration:none;
	}
	
	.mainMenuItem_hover .bl, .mainMenuItem_hover .br {
		display:none;
	}
	
	.mainMenuItem_selected a {
		background:url('images/menu-main-selected.gif') -12px 6px no-repeat;
		position:relative;
		color:#cc0000;
		height:34px;
	}
		.mainMenuItem_selected .bl, .mainMenuItem_selected .br {
			background:url('images/menu-main-selected.gif') 0 0 no-repeat;
			width:12px;
			height:22px;
			position:absolute;
			top:6px;
			display:block;
		}
		.mainMenuItem_selected .bl {
			background-position:0 0;
			left:0;
		}
		.mainMenuItem_selected .br {
			background-position:100% 0;
			right:-1px;
		}
		
	.mainMenuItem_hover a {
		background:url('images/menu-main-hover.gif') 0 0 no-repeat;
		position:relative;
		color:#cc0000;
		height:34px;
		z-index:99999;
	}
		.mainMenuItem_hover .bl {
			display:none;
		}
		.mainMenuItem_hover .br {
			background:url('images/menu-main-hover.gif') 100% 0 no-repeat;
			width:2px;
			height:34px;
			position:absolute;
			right:0;
			top:0;
			display:block;
		}
		
	.mainMenuItem_hover .subMenu_wrapper {
		display:block;
	}

.subMenu_wrapper {
	background:url('images/menu-sub-bg.gif') 0 0 no-repeat;
	padding:5px 0 0 0;
	position:absolute;
	left:0;
	top:33px;
	display:none;
	z-index:9999;
}
	/* JS will append _br and _r div, do not add them manually */
	.subMenu_wrapper .subMenu_wrapper_br {
		background:url('images/menu-sub-bg.gif') 100% 100% no-repeat;
		position:absolute;
		right:0;
		top:10px;
		width:10px;
		/* height will be calculated via js */
		display:block;
	}
	.subMenu_wrapper .subMenu_wrapper_r {
		background:url('images/menu-sub-bg.gif') 100% 0 no-repeat;
		position:absolute;
		right:0;
		top:-10px;
		width:10px;
		height:10px;
		overflow:hidden;
		display:block;
	}

.subMenu {
	background:url('images/menu-sub-bg.gif') 0 100% no-repeat;
	list-style:none;
	padding:0px 0 10px 2px;
	margin:0;
	display:block;
	font-size:0.79em;
	line-height:1.5em;
	float:left;
	cursor:pointer;
}
	.subMenuItem {
		list-style:none;
		width:170px;
		height:auto;
		padding:0 6px 0 10px;
		margin:12px 11px 0 11px;
		float:left;
	}
	
	.subMenuItem a {
		background:none;
		float:none;
		height:auto;
		padding:0;
		font-weight:bold;
		line-height:1.55em;
		margin:0 0 0.36em 0;
		display:block;
	}
	
	.subMenuItem_desc {
		font-size:0.91em;
		line-height:1.4em;
	}
	
	.subMenuItem_hover {
		background:url('images/menu-sub-selected-bg.gif') 0 100% repeat-x;
	}
	
/** left navigation **/
.leftNav_top {
	background:url('images/leftnav-top.png') 0 0 no-repeat;
	height:3px;
	width:188px;
	font-size:1px; line-height:1px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
}
.leftNav {
	background:#f1f1f1 url('images/leftnav-bg.gif') 0 0 no-repeat;
	list-style:none;
	padding:0;
	margin:0 0 1.33em 0;
	font-size:0.75em;
	font-size:1em;
	line-height:1.35em;
	display:block;
	position:relative;
}
	.leftNavItem {
		background:url('images/rule-h.gif') 0 100% repeat-x;
		list-style:none;
		padding:0 0 3px;
		margin:0;
		display:block;
		position:relative;
		
	}
	
	*:first-child+html .leftNavItem {
		width:188px;
		float:left;
	}
	* html .leftNavItem {
		width:188px;
		float:left;
	}
	
.leftNavItem a {
	display:block;
	padding:0.42em 0.83em 0.42em;
	color:#333333;
	position:relative;
}

	.leftNavItem a:hover {
		background:#e7e6e6;
		color:#cc0000;
		text-decoration:none;
	}
	
.leftNavItem .span {
	display:block;
}
	
.leftNavItem a.expanded .span {
	background:url('images/leftnav-arrow2.gif') 100% 4px no-repeat;
	padding-right:13px;
	display:block;
	position:relative;
}

.leftNavItem a.expanded_active {
background:#dddddd;
font-weight:bold;
color:#cc0000;
}

*:first-child+html .leftNavItem .span {
	
}
	
/*
	
.leftNavItem_open a {
	background:none;
	color:#333333;
	font-weight:bold;
}
	.leftNavItem_open a .subLeftNav_arrow {
		background:url('images/leftnav-arrow2.gif') 100% 4px no-repeat;
		padding-right:13px;
		display:block;
	}
	.leftNavItem_open a:hover {
		background-image:none;
	}

.leftNavItem_selected  a {
	color:#333333; font-weight:bold;
	background:#dddddd url('images/rule-h.gif') 0 100% repeat-x;
}
	
	.leftNavItem_selected  a:hover {
		background:#dddddd; color:#333333; font-weight:bold;
	}
	
	.leftSubNavItem { 
		
		list-style: none; margin:0; padding:0; }
	.leftSubNavItem  li { list-style: none; margin:0; padding:0; }
	
	.leftSubNavItem  li a  {
		background-color: #f8f7f7;
		background-image: none; 
		padding-left: 25px; 
		color:#cc0000; 
	}
	
	.leftSubNavItem  li a:hover {
		background-color: #f8f7f7;
	}
	
	.leftSubNavItem  li a span {
		padding-right: 2em; 
		background: url('../images/arrow-right-red.gif') 94.5% 65% no-repeat;
	}


.leftNav a.selected {
	background:#dddddd url('images/arrow-right.gif') 94.5% 0.82em no-repeat;
	font-weight:bold;
	color:#cc0000;
}
	.leftNav a.selected:hover {
		background:#dddddd url('images/arrow-right.gif') 94.5% 0.82em no-repeat;
	}
	
.leftNav a.expanded {
	font-weight:bold;
}
	.leftNav a.expanded:hover {
		font-weight:bold;
	}
	
/* 2010 Feb 02 */
.leftNav a.expanded.selected {
	background-image:none;
}
/* ----- */

/** Sub menu **/
.subLeftNav {
	background:#f1f1f1;
	list-style:none;
	padding:0;
	margin:0;
	display:block;
	position:relative;
}
.subLeftNav_expanded {
	background:#f8f7f7;
}
	.subLeftNavItem {
		background:none;
		border-top:1px solid #d4cece;
		list-style:none;
		padding:0;
		margin:0;
		position:relative;
	}
	*:first-child+html .subLeftNavItem {
		float:left;
		width:188px;
	}
	* html .subLeftNavItem {
		float:left;
		width:188px;
	}
	
	.subLeftNavItem a.expanded .span {
		background:none;
	}

/* 2nd level */
.subLeftNavItem a {
	background:transparent;
	padding-left:0.83em;
	font-weight:normal;
	color:#333333;
}
	.subLeftNavItem a:hover {
		background:#e7e6e6;
		color:#cc0000;
		text-decoration:none;
	}

/* 3rd level */
.subLeftNavItem .subLeftNavItem {
	
}
.subLeftNavItem .subLeftNavItem a {
	padding-left:2.08em;
}

/* 4th level */
.subLeftNavItem .subLeftNavItem .subLeftNavItem {
	border:0;
}
.subLeftNavItem .subLeftNavItem .subLeftNavItem a {
	padding-left:3.75em;
	padding-top:0.65em;
	padding-bottom:0.65em;
}
.subLeftNavItem .subLeftNavItem .subLeftNavItem .span {
	/* background:url('images/leftnav-red_dot.gif') 0 0.5em no-repeat; */
	/*padding-left:0.8em;*/
}
.subLeftNavItem .subLeftNavItem .subLeftNavItem .selected {
	
}

/* 5th level */
.subLeftNavItem .subLeftNavItem .subLeftNavItem .subLeftNavItem {
	border:0;
}
.subLeftNavItem .subLeftNavItem .subLeftNavItem .subLeftNavItem a {
	padding-left:4.55em;
	padding-top:0.65em;
	padding-bottom:0.65em;
}


/*

	
.subLeftNavItem_selected a {
	background:#dddddd url('images/arrow-right.gif') 94.5% 0.82em no-repeat !important;
	font-weight:bold;
	color:#cc0000;
}
	.subLeftNavItem_selected a:hover {
		background:#dddddd url('images/arrow-right.gif') 94.5% 0.82em no-repeat !important;
	}
*/
	
/***** LAYOUTS ******/
.pageWrapper {
	background:white;
	width:996px;
	margin:0 auto;
	position:relative;
}
/* total width available: 958px */
.leftCol {
	width:188px;
	float:left;
	margin:0 12px 0 0;
	position:relative;
	font-size:0.75em;
	line-height:1.5em;
}
.rightCol {
	font-size:0.75em;
	line-height:1.5em;
	width:232px;
	margin-right: 0.5em; 
	float:right;
}
	.homeContent .rightCol {
		width:236px;
	}

.contentCol {
	float:left;
	width:758px;
}
.leftContentCol {
	width:692px;
	float:left;
	margin:0 0 0 5px;
}
.midCol {
	width:470px;
	float:left;
}
.fullCol {
	width:931px;
	padding:0 14px;
}

.loginPage {
	background:url('images/rule-v.gif') 50% 0 repeat-y;
	width:100%;
	display:block;
	margin:0.7em 0 0 0;
	padding:0.3em 0 0 0;
}
.loginPage_left {
	float:left;
	width:395px;
	margin-right:100px;
}
.loginPage_right {
	float:right;
	width:415px;
}
	.loginPage .heading2 { margin-top:0; }

/**** HEADER *****/
.header {
	background:url('images/header-bg.jpg') 15px 0 no-repeat;
	height:85px;
	margin:0 auto 4px auto;
	padding:0 9px 0 15px;
	overflow:hidden;
}
	.header .logo {
		float:left;
		padding:12px 0 0 0;
	}
	.header .search_container {
		float:right;
		font-family:"Trebuchet MS", Helvetica, sans-serif;
		font-size:0.63em;
		line-height:1.5em;
		padding:20px 0 0 0;
		text-align:right;
		width:200px;
	}
	
	
/** searchForm **/
.searchForm {
	background:url('images/quick_search-bg.gif') 0 0 no-repeat;
	height:26px;
	overflow:hidden;
	font-size:12px;
	line-height:1.5em;
} 
	.searchForm .inputTxt {
		border:0;
		float:left;
		color:#999999;
		margin:4px 4px 0 5px;
		height:1.5em;
	}
	.searchForm .btnSubmitSearch {
		float:right;
		margin:-1px -1px 0 0;
	}

.header .searchForm {
	margin-bottom:0.5em;
}	
.header .searchForm .inputTxt {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	width:145px;
}

/**** CONTENT *****/
.content {
	background:url('images/content-bg.gif') 0 0 no-repeat;
	margin:0 auto 8px auto;
	padding-left: 8px;
	width:964px;
}

	.content .content_wrapper {
		padding:8px 0 0 0;
		margin: 0; 
		background:url('images/content-bg.gif') 100% 0 no-repeat;
		clear:both;
	}
	
.homeContent {
	margin:0 auto 1em auto;
	padding:9px 10px 0 15px;
	width:972px;
	clear:both;
}
	.homeContent .contentCol {
		width:713px;
		float:left;
		font-family:"Trebuchet MS", Helvetica, sans-serif;
		font-size:0.75em;
		line-height:1.5em;
	}

.contentBody {
	font-size:0.8125em;
	font-size:0.75em;
	/*font-size:0.88em;*/
	line-height:1.57em;
	padding-left:0.71em;
}
	.fullCol .contentBody {
		font-size:0.8125em;
		font-size:0.75em;
		/*font-size:0.88em;*/
		line-height:1.57em;
		padding:0;
	}
	.leftContentCol .contentBody {
		padding:0;
	}
	

/** interior banner **/
.interiorBanner {
	background:url('images/in-banner-content.gif') 0 33px repeat-x;
	width:972px;
	margin:0 10px 8px 15px;
	padding:0;
	position:relative;
}
.interiorBanner_content {
	border:0;
	padding:0;
	margin:0;
	border-spacing:0;
	border-collapse:collapse;
	height:83px;
	width:100%;
	position:relative;
}
.interiorBanner_content td {
	border:0; padding:0; margin:0;
	vertical-align:top;
	text-align:left;
}
.interiorBanner_content .left {
	vertical-align:middle;
	padding-left:1em;
}
.interiorBanner_content .right {
	width:1%;
}
.interiorBanner .interiorBanner_image {
	position:absolute;
	right:0;
	top:33px;
}

/** banner topics **/
.bannerTopics {
	background:url('images/banner_topics.gif') 0 0 no-repeat;
	width:190px;
	height:74px;
	font-size:0.75em;
	line-height:1.5em;
	margin:2px 4px 0 0;
	padding:5px 14px;
}
	.bannerTopics .title {
		font-size:1.15em;
		color:#ffffff;
		padding:0 0 0 0;
		margin:0 0 0.65em 0
	}
	
/** search Results **/
.searchResults {
	font-size:1em;
}
.searchResults .paginate {
	font-size:0.92em;
	font-size:1em;
	line-height:1.5em;
}
	
/** search result item **/
.searchResultItem {
	background:url('images/rule-h.gif') 0 0 repeat-x;
	border-top:1px solid #f1f1f1;
	padding:6px 0 0.5em 0;
	margin:0 0 0.5em 0;
	width:100%;
}
	.searchResultItem .wrapper {
		background:url('images/gradient.gif') 0 0 repeat-x;
		padding:1em 1em 1em 1em;
		padding-left:2.7em;
	}
	*:first-child+html .searchResultItem .wrapper {
		padding-bottom:0.5em;
	}
	* html .searchResultItem .wrapper {
		padding-bottom:0.5em;
	}

	.searchResultItem .image {
		float:left;
		margin-left:-1.7em;
		margin-right:1.7em;
	}
	.searchResultItem .title {
		font-size:1.07em;
		font-weight:bold;
		line-height:1.5em;
		color:#cc0000;
		padding:0;
		margin:0 0 0.5em 0;
	}
	
	.searchResultItem .download_PDF {
		margin:0 2em 0 0;
		font-size:0.82em;
		font-weight:bold;
		width:12em;
		float:left;
		display:block;
	}
	
/** Common Search Result **/
.defaultSearchResults .searchResultItem {
	background:white url('images/dash.gif') 0 0 repeat-x;
	border:0;
	padding-bottom:0;
	margin:0;
}
.defaultSearchResults .searchResultItem .item_preview {
	font-size:0.93em;
	line-height:1.5em;
	padding:0;
	margin:0;
}
.defaultSearchResults .searchResultItem .item_preview p { margin:0 0 1.3em; }
.defaultSearchResults .searchResultItem .item_preview .wrapper {
	background:none;
	padding:0.5em 0.5em 0 0.5em;
	margin:0;
}
.defaultSearchResults .search_hl {
	background:#ffff66;
}
.defaultSearchResults .searchResultItem .item_preview .item_title {
	font-weight:bold;
	text-decoration:underline;
}
	.defaultSearchResults .searchResultItem .item_preview .item_title .search_hl {
		font-weight:bold;
		text-decoration:underline;
	}
	
.defaultSearchResults .paginate {
	padding-left:0.5em;
	padding-right:0.5em;
}
	
	
/** Press Release **/
.pressRelease_list {
	border:0;
	border-top:1px solid #f1f1f1;
	border-collapse:collapse;
	border-spacing:0;
	padding:0;
	margin:0;
	width:99%;
	font-size:1em;
	line-height:1.5em;
}
	.pressRelease_list .date {
		text-align:right;
		font-weight:bold;
		background:#f1f1f1;
		border:0;
		border-bottom:1px solid #e4e4e4;
		width:auto;
		white-space:nowrap;
		padding:6px 0.68em;
		vertical-align:top;
		width:18ex;
	}
	.pressRelease_list .press_release_item {
		text-align:left;
		font-weight:normal;
		background:white;
		border:0;
		border-bottom:1px solid #e4e4e4;
		vertical-align:top;
		padding:6px 0.68em;
		width:auto;
	}

.pressRelease_list .first .date, .pressRelease_list .first .press_release_item {
	background-image:url('images/rule-h.gif');
	background-position:0 0;
	background-repeat:repeat-x;
	border-top:1px solid #f1f1f1;
	padding-top:1.5em;
	
}
	
/** Bio **/
.bioPreview {
	background:url('images/rule-h.gif') 0 0 repeat-x;
	border-top:1px solid #f1f1f1;
	padding:6px 0 0.5em 0;
	margin:0 0 0.5em 0;
	
}
	.bioPreview .wrapper {
		background:url('images/gradient.gif') 0 0 repeat-x;
		padding:1em;
		padding-left:1.7em;
		display:table;
	}
		* html .bioPreview .wrapper { display:block; height:1%; }
		*:first-child+html .bioPreview .wrapper { display:inline-block; }
	.bioPreview .image {
		padding:0 1em 0 0;
		margin:0;
		display:table-cell;
		vertical-align:top;
	}
		* html .bioPreview .image { display:inline-block; float:left; }
		*:first-child+html .bioPreview .image {display:inline-block; float:left; }
	.bioPreview .bio_content {
		padding:1px 0;
		margin:0;
		display:table-cell;
		vertical-align:top;
	}
		* html .bioPreview .bio_content { display:inline-block; float:left; }
		*:first-child+html .bioPreview .bio_content {display:inline-block; float:left; }
	.bioPreview .bio_name {
		font-size:1.07em;
		font-weight:bold;
		line-height:1.5em;
		color:#cc0000;
		padding:0;
		margin:0 0 0.15em 0;
	}
	
	.bioPreview .bio_position {
		font-size:0.83em;
		font-weight:bold;
		color:#000000;
		line-height:1.5em;
		padding:0;
		margin:0 0 1em;
	}
	
	.bioPreview .more {
		background:none;
	}
	
		.bioPreview .bio_content .autoEllipsis {
			font-size:1em;
			line-height:1.57em;
		}
		.bioPreview .bio_content .autoEllipsis_content {
			height:10.33em;
		}
		.bioPreview .bio_content .more {
			display:block;
			padding:0.5em 0 0;
			margin:0;
		}
		* html .bioPreview .bio_content .more {
			padding:0;
		}
			* html .bioPreview .bio_content .more_close {
				padding:0.5em 0 0;
			}
	
	
/* bio detail page */
.bio_detail {
	overflow:auto;
	clear:both;
}
.bio_detail .image {
	float:left;
	width:170px;
	padding:0.33em 0 0 0;
}
.bio_detail .detail {
	float:left;
	width:560px;
}


/** Image Gallery **/
.imageGallery {
	padding:0;
	margin:0 0 1.5em 0;
	position:relative;
	overflow:hidden;
	float:left;
	
}
.imageGallery .gallery_header {
	background:url('images/gallery-top.gif') 100% 0 no-repeat;
	padding:0 3px 0 0;
	border-bottom:2px solid #ffffff;
}
.imageGallery .gallery_header .tips {
	background:url('images/gallery-top.gif') 0 0 no-repeat;
	font-size:0.75em;
	line-height:1em;
	color:#666666;
	padding:13px 1.72em 0.6em;
	margin:0;
}

.imageGallery .gallery_content {
	background:#f6f6f6;
	padding:0;
	overflow:hidden;
}
.imageGallery .gallery_content .wrapper {
	background:#f6f6f6;
	padding:0;
	overflow:hidden;
	position:relative;
}
.imageGallery .gallery_items, .imageGallery .gallery_item {
	list-style:none;
	padding:0;
	margin:0;
}
.imageGallery .gallery_items {
	position:relative;
	font-size:0.92em;
	line-height:1.4em;
	margin-right:-4px;
	left:-1px;
	top:-1px;
	width:105%;
}
	
.imageGallery .gallery_item {
	float:left;
	border:1px solid #dedede;
	border-bottom-color:#ffffff;
	border-right-color:#ffffff;
	width:113px;
	padding:1.5em 20px;
	text-align:center;
	font-weight:bold;
}
	
.imageGallery .gallery_item a {
	display:block;
	padding:0; margin:0;
	text-align:center;
}
.imageGallery .gallery_item a img {
	display:block;
	text-decoration:none;
	padding:0;
	margin:0 0 0.5em ;
}

	/** rightCol **/
	.rightCol .imageGallery {
		float:none;
	}
	.rightCol .imageGallery .gallery_items {
		width:auto;
	}
	.rightCol .imageGallery .gallery_item {
		float:none;
		display:block;
		width:auto;
		padding:0;
	}
	.rightCol .imageGallery .gallery_item a {
		display:table;
	}
	.rightCol .imageGallery .gallery_item a:hover .text {
		text-decoration:underline;
	}
		.rightCol .imageGallery .gallery_item a .image {
			display:table-cell; vertical-align:top;
			text-align:left;
			display:block;
			float:none;
			margin:0;
			padding:10px;
		}
		.rightCol .imageGallery .gallery_item a .text {
			display:table-cell; vertical-align:top;
			text-align:left;
			padding:10px;
			padding-left:0;
		}
		
	*:first-child+html .rightCol .imageGallery .gallery_item a {
		display:block;
	}
		*:first-child+html .rightCol .imageGallery .gallery_item a .image {
			display:inline-block;
			float:left;
		}
		*:first-child+html .rightCol .imageGallery .gallery_item a .text {
			display:inline-block;
			float:left;
		}
		
	* html .rightCol .imageGallery .gallery_item a {
		display:block;
	}
		* html .rightCol .imageGallery .gallery_item a .image {
			display:inline-block;
			float:left;
		}
		* html .rightCol .imageGallery .gallery_item a .text {
			display:inline-block;
			float:left;
		}
		
	/** rightCol **/
	.leftCol .imageGallery {
		float:none;
	}
	.leftCol .imageGallery .gallery_items {
		width:auto;
		display:block;
	}
	.leftCol .imageGallery .gallery_item {
		float:none;
		display:block;
		width:auto;
		padding:0;
	}
	.leftCol .imageGallery .gallery_item a {
		display:block;
	}
	.leftCol .imageGallery .gallery_item a:hover .text {
		text-decoration:underline;
	}
		.leftCol .imageGallery .gallery_item a .image {
			display:block;
			text-align:center;
			padding:10px;
		}
			.leftCol .imageGallery .gallery_item a .image img {
				display:block;
				margin:0 auto;
			}
		.leftCol .imageGallery .gallery_item a .text {
			display:block;
			text-align:center;
			padding:10px 35px;
			padding-top:0;
		}

/** Gallery Carousel **/
.galleryCarouselOverlay {
	background:white;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	position:absolute;
	z-index:1000000000;
	left:0;
	top:0;
	border:0;
	outline:0;
}

.galleryCarousel {
	background:transparent;
	width:100%;
	height:auto;
	text-align:center;
	padding:0; margin:0;
	border:0; outline:0;
	position:absolute;
	left:0;
	top:0;
	z-index:1000000100;
}

.galleryCarouselContainer {
	background:url('images/gallery-carousel-bg.png') 0 0 no-repeat;
	width:745px;
	height:533px;
	margin:0 auto;
	position:relative;
}
	* html .galleryCarouselContainer {
		background-image:url('images/gallery-carousel-bg.gif');
	}

.galleryCarouselWrapper {
	padding:22px 57px 23px 54px;
	width:634px;
	height:488px;
}

.galleryCarouselArrow_next, .galleryCarouselArrow_prev {
	background:url('images/gallery-carousel-arrows.gif') 0 0 no-repeat;
	position:absolute;
	top:69px;
	width:35px;
	height:56px;
	display:block;
}
	.galleryCarouselArrow_next {
		background-position:-35px 0;
		right:22px;
	}
	.galleryCarouselArrow_next_disabled {
		background-position:-35px -112px
	}
	.galleryCarouselArrow_prev {
		left:19px;
	}
	.galleryCarouselArrow_prev_disabled {
		background-position:0 -112px
	}
	
.galleryCarouselBottom {
	background:url('images/gallery-carousel-bottom.gif') 0 0 no-repeat;
	width:634px;
	height:58px;
	color:#ffffff;
	text-align:left;
}
	
.galleryCarouselSlidesContainer {
	padding:1px;
	width:632px;
	height:428px;
	overflow:hidden;
	position:relative;
}
.galleryCarouselSlides {
	list-style:none; padding:0; margin:0;
	height:428px;
	width:auto;
	position:absolute;
	left:0;
	top:0;
}
.galleryCarouselSlide {
	list-style:none; padding:0; margin:0;
	float:left;
	width:632px;
	height:405px;
	text-align:center;
	position:relative;
	padding-top:23px;
}
.galleryCarouselSlide .loading {
	position:absolute;
	left:300px;
	top:198px;
}

.galleryCarouselSlideTitle {
	float:left;
	width:510px;
	font-size:1.4375em;
	font-weight:bold;
	line-height:1.5em;
	padding:10px 0 0 15px;
	margin:0;
}

.galleryCarouselClose {
	color:#ffffff;
	font-size:0.75em;
	line-height:1em;
	float:right;
	width:82px;
	text-align:right;
	padding:22px 18px 0 0;
}
	.galleryCarouselClose:hover {
		color:#ffffff;
	}
	
	
/** pagination **/
.paginate {
	background:url('images/rule-h.gif') 0 0 repeat-x;
	border-top:1px solid #f1f1f1;
	padding:1em 0;
	color:#cc0000;
	line-height:1em;
}
	.paginate a {
		padding:0 0.1em;
	}
	.paginate .div {
		color:#999999;
		padding:0 0.3em;
	}
	.paginate .paginate_pages {
		float:right;
	}
	
/** search success stories form **/
.searchResults_header {
	position:relative;
	height:30px;
	width:100%;
	clear:both;
	padding:0 0 0.5em;
}
.searchResults_header .heading2 {
	float:left;
	margin:0;
	padding:0;
	display:inline-block;
	width:220px;
}

.searchResults_header .frmFindSuccessStories {
	padding:1px 0;
	float:right;
	width:522px;
	font-weight:bold;
}

	.frmFindSuccessStories .dropdown {
		float:left;
		font-size:0.86em;
		font-size:1em;
		width:200px;
	}
	.frmFindSuccessStories .customDropdown {
		width:200px;
	}
	.frmFindSuccessStories .lblSearch {
		float:left;
		font-weight:bold;
		font-size:0.86em;
		font-size:1em;
		color:#999999;
		text-align:right;
		width:90px;
		line-height:2em;
		
	}
	.frmFindSuccessStories .searchForm {
		float:right;
		width:220px;
		font-size:0.86em;
		font-size:1em;
	}
	
	.frmFindSuccessStories .searchForm .btnSubmitSearch {
		background:url('images/btn-submit_search.gif') 1px 1px no-repeat;
		width:34px;
		height:26px;
	}
	.frmFindSuccessStories .searchForm .btnSubmitSearch:hover, .frmFindSuccessStories .searchForm .btnSubmitSearch_hover {
		background-position:1px -29px;
	}
	
.searchResults_header .articles_filter, .searchResults_header .press_release_filter {
	float:right;
	padding:0 5px 0 0;
	width:290px;
}
	
	.searchResults_header .articles_filter .label, .searchResults_header .press_release_filter .label {
		float:left;
		font-size:0.85em;
		font-size:1em;
		font-weight:bold;
		margin:0 1em 0 0;
	}
	.searchResults_header .articles_filter .customDropdown, .searchResults_header .press_release_filter .customDropdown {
		float:right;
		width:240px;
	}
	.searchResults_header .articles_filter .dropdown, .searchResults_header .press_release_filter .dropdown {
		float:right;
		width:240px;
	}
	
	
/** Keyword Results **/
.keyword_results {
}
.keyword_results .results_count {
	font-size:0.92em;
	line-height:1.3em;
	display:block;
	padding:0;
	margin:0 0 1em 0;;
}
.keyword_results .result {
	font-size:1em;
	line-height:1.4em;
	padding:0.5em 0.3em 0 0;
	margin:0 0 1em 0;
}
.keyword_results .result a {
	color:#333333;
}
.keyword_results .result a:hover {
	color:#cc0000;
	text-decoration:none;
}
	.keyword_results .result a.category {
		color:#cc0000;
		font-weight:bold;
		margin:0 0.3em 0 0;
	}
	.keyword_results .result a.category:hover {
		text-decoration:underline;
	}
	
.keyword_results .accordion .accordion_item {
	background:white;
	position:relative;
	z-index:100;
	overflow:hidden;
}
* html .keyword_results .accordion .accordion_item {
	display:inline-block;
}
.keyword_results .accordion {
	background:white;
	position:relative;
	z-index:100;
}
.keyword_results .accordion .accordion_item .accordion_header {
	background-image:url('images/keyw-accordion-header.gif');
	font-size:1.08em;
}
	.keyword_results .accordion .accordion_item .accordion_header .results_count {
		display:inline;
		font-size:0.86em;
		font-weight:normal;
		margin:0 0 0 0.2em;
	}
.keyword_results .accordion .accordion_content {
	background-image:url('images/keyw-accordion-content.gif');
}
.keyword_results .accordion .accordion_content .wrapper {
	padding:0.5em 0.5em 0.5em 1em;
}

.keyword_results .jScrollPane {
	height:280px;
	overflow:auto;
	position:relative;
	z-index:10;
}
	
/** Powered By **/
.poweredBy {
	/* 091126 font-size:0.92em; */
	font-size:1em;
	line-height:1.5em;
	padding-right:2.5em;
}
.poweredBy .logo {
	float:left;
	margin-right:2.5em;
}
	.poweredBy .title {
		font-family:"Trebuchet MS", Helvetica, sans-serif;
		font-size:1.42em;
		font-weight:normal;
		line-height:1.5em;
		color:#c0371c;
		padding:0;
		margin:0 0 0.5em 0;
	}
	
/** checkNext Solution **/
.checknet_solution	{
	background:#e6f4fa;
	display:block;
	overflow:hidden;
	margin:0 0 1.5em 1px;
	font-size:13px;
	padding:0;
	font-weight:bold;
	position:relative;
}
.checknet_solution .wrapper {
	position:relative;
	padding:12px 12px 36px 12px;
}
.checknet_solution .image {
	position:absolute;
	right:0;
	bottom:0;
	display:block;
}
	.checknet_solution .title {
		font-size:17px;
		font-weight:bold;
		color:#cc0000;
		line-height:1.2em;
		padding:0;
		margin:0 0 0.3em 0;
		display:block;
	}
	.checknet_solution .viewDemo {
		position:absolute;
		right:12px;
		bottom:8px;
	}
	
* html .checknet_solution { display:inline-block; }
* html .checknet_solution .wrapper { display:inline-block; }
	
	.checknet_solution .bdr_tl, .checknet_solution .bdr_tr, .checknet_solution .bdr_bl, .checknet_solution .bdr_br {
		position:absolute;
		width:8px;
		height:8px;
		line-height:8px;
		font-size:1px;
		overflow:hidden;
	}
		.checknet_solution .bdr_tl { left:0; top:0; background:url('images/download-b-ctl.png') 0 0 no-repeat; }
		.checknet_solution .bdr_tr { right:0; top:0; background:url('images/download-b-ctr.png') 0 0 no-repeat; }
		.checknet_solution .bdr_bl { left:0; bottom:0; background:url('images/download-b-cbl.png') 0 0 no-repeat; }
		.checknet_solution .bdr_br { right:0; bottom:0; background:url('images/download-b-cbr.png') 0 0 no-repeat; }
	
/** Contacts **/
.contacts {
	font-size:1em;
}
.contacts .title {
	font-size:1.17em;
	line-height:1.3em;
	padding:0;
	margin:0;
}

/** Webinarbox **/
.webinarBox {
	background:#d32e12 url('images/webinarbox.gif') 0 0 no-repeat;
	display:block;
	padding:0;
	margin:0 0 1em 0;
}
.webinarBox, .webinarBox a, .webinarBox a:hover {
	color:#ffffff;
}
.webinarBox .image {
	display:block;
	text-align:center;
}
.webinarBox .wrapper {
	padding:5px 8px 8px 8px;
}

/** Job Contact **/
.job_contact {
	border:0; border-spacing:0; border-collapse:collapse; width:auto; padding:0; margin:0 0 1.5em 0;
	font-size:1em; text-align:left; background:transparent;
}
.job_contact td {
	border:0; padding:0 0.82em 0.2em 0; background:transparent;
}

/** Download Brochure **/
.brochureDownload {
	background:#d32e12 url('images/download-b-bg.gif') 0 0 repeat-x;
	position:relative;
	color:#010101;
	font-weight:bold;
	margin:0 0 1.5em 0;
	overflow:hidden;
}
	* html .brochureDownload { display:inline-block; }
.brochureDownload .wrapper {
	padding:18px 50px 10px 10px;
	position:relative;
}
.brochureDownload .barker_title {
	font-size:1.4em;
	font-weight:bold;
	line-height:1.3em;
	margin:0 0 0.5em 0;
	padding:0;
	color:#ffffff;
}
.brochureDownload p {
	margin:0 0 0.5em 0;
}
.brochureDownload a, .brochureDownload a:hover {
	color:#ffffff;
}
.brochureDownload .image {
	position:absolute;
	right:0;
	bottom:0;
	display:block;
}

	.brochureDownload .bdr_tl, .brochureDownload .bdr_tr, .brochureDownload .bdr_bl, .brochureDownload .bdr_br {
		position:absolute;
		width:8px;
		height:8px;
		line-height:8px;
		font-size:1px;
		overflow:hidden;
	}
		.brochureDownload .bdr_tl { left:0; top:0; background:url('images/download-b-ctl.png') 0 0 no-repeat; }
		.brochureDownload .bdr_tr { right:0; top:0; background:url('images/download-b-ctr.png') 0 0 no-repeat; }
		.brochureDownload .bdr_bl { left:0; bottom:0; background:url('images/download-b-cbl.png') 0 0 no-repeat; }
		.brochureDownload .bdr_br { right:0; bottom:0; background:url('images/download-b-cbr.png') 0 0 no-repeat; }


.homeContent .rightCol .videos .sideCarousel_contents_container .sideCarousel_content,
.homeContent .rightCol .demos .sideCarousel_contents_container .sideCarousel_content{
	width:232px;
	padding-left: 2px;
	padding-right: 2px; 
}

.homeContent .rightCol .videos .sideCarousel_contents_container .video_preview {
	 height: auto; 
}

	.homeContent .rightCol .videos .sideCarousel_contents_container .video_preview .wrapper {
		 
	}

		
/** POV ***/
.pov_item {
	display:table;
}
.pov_item .pov_image {
	display:table-cell;
	vertical-align:top;
}
.pov_item .pov_content {
	display:table-cell;
	padding-left:2em;
	vertical-align:bottom;
}
	.pov_item .pov_content .wrapper {
		display:table;
	}
	.pov_item .pov_content .download_PDF { display:table-cell; vertical-align:top; width:11.5em; background-position:0 0.2em; }
	.pov_item .pov_content .tags { display:table-cell; vertical-align:top; }

* html .pov_item { display:block; position:relative; height:1%; }
* html .pov_item .pov_image { display:inline-block; float:left; }
* html .pov_item .pov_content { display:inline-block; float:left; position:absolute; bottom:0; left:auto; vertical-align:top; width:53.75em; }
* html .pov_item .pov_content .wrapper { display:block; }
* html .pov_item .pov_content .download_PDF { display:inline-block; float:left; }
* html .pov_item .pov_content .tags { display:inline-block; float:left; }

*:first-child+html .pov_item { display:block; position:relative; height:1%; }
*:first-child+html .pov_item .pov_image { display:inline-block; float:left; }
*:first-child+html .pov_item .pov_content { display:inline-block; float:left; position:absolute; bottom:0; left:auto; vertical-align:top; width:53.75em; }
*:first-child+html .pov_item .pov_content .wrapper { display:block; }
*:first-child+html .pov_item .pov_content .download_PDF { display:inline-block; float:left; }
*:first-child+html .pov_item .pov_content .tags { display:inline-block; float:left; }

		
/*** Sitemap ***/
.sitemap {
	font-size:0.75em;
	line-height:1.4em;
}
.sitemap .twoECols .col {
	width:48%;
}
.sitemap ul, .sitemap li {
	list-style:none;
	padding:0;
	margin:0;
}
	.sitemap li {
		margin-bottom:0.5em;
	}
	.sitemap ul ul {
		margin-bottom:2em;
	}
	.sitemap ul ul ul {
		padding-left:3em;
		margin-bottom:1em;
	}
.sitemap a {
	background:url('images/sitemap-dot.gif') 0 0.5em no-repeat;
	padding:0 0 0 1em;
	display:block;
}
.sitemap h2, .sitemap h3, .sitemap h4, .sitemap h5, .sitemap h6 {
	font-size:1em;
	line-height:1.4em;
	font-weight:normal;
	padding:0;
	margin:0 0 0.4em 0;
}
.sitemap h2 {
	background:url('images/graybar.gif') 100% 0 no-repeat;
	padding:0 3px 0 0;
	font-size:1.17em;
	margin:0 0 0.5em 0;
}
	.sitemap h2 a {
		background:url('images/graybar.gif') 0 0 no-repeat;
		padding:0.3em 0 0.6em 1em;
		font-weight:bold;
		color:#ffffff;
	}

/* Suki: for new home page (June 07, 2010) */
/**** Barker Box ***/
.barkerBox {
	height:81px;
	overflow:hidden;
	position:relative;
	font-size:12px;
	line-height:1.2em;
	width:232px; 
}
	.barkerBox .wrapper {
		background:url('images/barkerbox-r.gif') 0 0 no-repeat;
		padding:10px 10px 5px 10px;
		height:66px;
		display:block;
		color:#333;
		text-decoration:none;
		position:relative;
	}
	.barkerBox .idle_content { font-weight:bold; }
	
	.barkerBox .idle_content, .barkerBox .hover_content {
		padding-right:85px;
		display:block;
	}
		.barkerBox .hover_content {
			display:none;
			font-size:12px;
			line-height:1.33em;
			color:#fff;
			padding-right:60px;
			position:relative;
			display:block;
			left:-999999em;
			top:0;
		}
		.barkerBox .hover_content .shdwC { color:#333; padding-right:60px !important; width:152px !important; white-space:normal; font-size:12px !important; line-height:1.33em  !important; }
	.barkerBox .wrapper .image { position:absolute; right:0; top:0; margin:8px;}
		
	.barkerBox .wrapper:hover {
		background:url('images/barkerbox-r.gif') 0 -81px no-repeat;
		text-decoration:none;
	}
	.barkerBox .wrapper:hover .hover_content { display:block; left:0;  }
	.barkerBox .wrapper:hover .shdwC { display:block !important; left:1px !important; top:1px !important; }
	.barkerBox .wrapper:hover .idle_content { display:none; }
	.barkerBox .wrapper:hover .image { display:none; }
	
/**/

.barkerBoxes .barkerBox { float:left; }
.homeContent .contentCol .barkerBox { width:221px; margin:0 15px 0 0; }
.homeContent .contentCol .barkerBox .hover_content .shdwC { width:141px !important; }

	.homeContent .contentCol .barkerBox-last { margin-right:0; }
	.homeContent .contentCol .barkerBox .wrapper { background-image:url('images/barkerbox-m.gif'); width:201px; }
	
.interview_q {
	font-size: 1.167em; color:#333; font-weight: bold; 
	margin: 0.33em 0; 
}
.interview_a {
	font-size: 1.167em; color:#333;  
	margin: 0 0 1.33em 0; 
}

.interview_author {
	margin: 1em 0; 
	font-size: 1.167em; color:#333; font-weight: bold; 
	vertical-align: middle; 
}

.interview_author img {
	float: left; margin-right: 1em; 
}

.interview_author p span { padding: 0.5em 0; display: block; }
	
	
/*** Widget ***/
.widgetBox, .widgetContent, .widgetHeader {
	background:url('../images/widget-r.gif') 0 0 no-repeat;
}
.widgetBox { 
	background-repeat:repeat-y; 
	width:232px;
	margin:0 0 1.5em 0;
	padding:0;
}
.widgetHeader {
	background-position:-232px 0; 
	padding:8px 10px;
	height:35px;
}
.widgetContent {
	background-position:-696px 100%; 
	padding:0 15px 20px 15px;
}
.widgetContent .jScrollPane {
	height:185px;
	overflow:auto;
}
.widgetContent .jScrollPaneContainer { padding:0; }

.widgetContent .rssReader-loading {
	background:url('../images/ajax-loader.gif') 50% 50% no-repeat;
	height:185px;
}


/*** RSS Items ****/
.rss-items {
	list-style:none;
	padding:0;
	margin:0;
}
.rss-items .rss-item {
	list-style:none;
	padding:0;
	margin:0 0 1em 0;
	font-size:0.92em;
	line-height:1.22em;
}
.rss-items .rss-title {
	color:#287cb9;
	font-weight:bold;
	display:block;
	padding:0;
	margin:0;
}
.rss-items .rss-date {
	color:#7b7b7b;
	font-weight:normal;
	font-size:0.92em;
	display:block;
	padding:0;
	margin:0;
}

/*** countdown ***/
.countdownBox {
	background:url('images/countdown2.jpg') 0 0 no-repeat;
	width:232px;
	height:154px;
	overflow:hidden;
	position:relative;
}
.countdownBox a {
	display:block;
	width:232px;
	height:154px;
	overflow:hidden;
	position:relative;
	text-decoration:none;
}
	.countdown-day, .countdown-hour, .countdown-minute {
		font-family:Helvetica, Arial, sans-serif;
		font-size:41px;
		font-weight:normal;
		color:#5b5959;
		line-height:1em;
		position:absolute;
		top:75px;
		left:20px;
		letter-spacing:5pt;
	}
		.countdown-day { left:17px; }
		.countdown-hour { left:89px; }
		.countdown-minute { left:161px; }

	
/**** FOOTER ****/
.footer {
	background:url('images/footer-bg.gif') 0 0 no-repeat;
	width:955px;
	height:28px;
	margin:2em 0 0 15px;
	padding:16px 0 1em 16px;
	font-size:0.63em;
	line-height:1.5em;
	color:#3e3e3e;
}
* html .footer { 
	height:28px !important;
}

/** POPUP **/
body.popup {
	background:white;
	padding:0;
	margin:0;
	font-size:0.75em;
	line-height:1.5em;
	overflow:hidden;
}
body.popup .pageWrapper {
	background:#e6f4fa;
	width:auto;
	height:auto;
	padding:0;
	margin:0 10px;
	height:395px;
	overflow:hidden;
}


.imgPrint { visibility: hidden; display: none; }
.imgLive  { visibility: visible;  }
/* Clearfix hack
-------------------------- */
.clearfix:after, .content:after, .content .content_wrapper:after, .footer:after, .pageTop:after, .subMenu:after, .homeTabs_contents:after, .homeTabs_content:after, 
.homeContent:after, .searchResults_header:after, .searchResultItem:after, .searchResultItem .wrapper:after,
.boxContent:after, .frmRow:after, .twoECols:after, .resellerState:after, .frmResellerState:after,
.frmAdvancedSearch_wrapper:after, .frmContactUs_wrapper:after, .video_list:after, .leftCol .video_preview .wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	line-height:0;
}

.clearfix, .footer, .pageTop, .subMenu,  .content .content_wrapper,
.homeTabs_contents, .homeTabs_content, .homeContent, .searchResults_header, .searchResultItem,
.boxContent, .frmRow, .twoECols, .resellerState, .frmResellerState, .searchResultItem .wrapper,
.frmAdvancedSearch_wrapper, .frmContactUs_wrapper, .video_list, .leftCol .video_preview .wrapper {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix, * html .content, * html .content .content_wrapper, * html .footer, * html .pageTop, * html .subMenu, 
* html .homeTabs_contents, * html .homeTabs_content, * html .homeContent, 
* html .searchResults_header, * html .searchResultItem, * html .frmResellerState, * html .searchResultItem .wrapper,
* html .boxContent, * html .frmRow, * html .twoECols, * html .resellerState,
* html .frmAdvancedSearch_wrapper, * html .frmContactUs_wrapper, * html .video_list, * html .leftCol .video_preview .wrapper {height:1%;}

.clearfix, .footer, .pageTop, .subMenu, .content .content_wrapper,
.homeTabs_contents, .homeTabs_content, .homeContent, .searchResults_header, .searchResultItem,
.boxContent, .frmRow, .twoECols, .resellerState, .frmResellerState, .searchResultItem .wrapper,
.frmAdvancedSearch_wrapper, .frmContactUs_wrapper, .video_list, .leftCol .video_preview .wrapper {display: block;}
/* End hide from IE-mac */

.clear { clear:both; }x;
	display:block;
	padding:0 0 0.5em 0;
	font-size:1.08em;
}
	.frmAdvancedSearch .searchFilters {
		position:relative;
	}
	.frmAdvancedSearch .right .lblFilter, .frmAdvancedSearch .right .lblFilterAll {
		font-family:"Trebuchet MS", Helvetica, sans-serif;
		float:left;
		width:185px;
		padding:0 0 0.15em 0;
		line-height:25px;
	}
	.frmAdvancedSearch .right .lblFilterAll { clear:both; width:100%; }
	
	
/** Contact Us Form **/
.frmContactUs {	
	padding:0 15px;
	width:863px;
	font-size:1.08em;
}
.frmContactUs .frmContactUs_wrapper {
	padding:1em 0 1em 0;
}
.frmContactUs .frmRow {
	padding:0;
	margin:0 0 10px;
	display:block;
}
.frmContactUs .left {
	float:left;
	width:440px;
}
	.frmContactUs .left .left {
		float:left;
		width:230px;
	}
		.frmContactUs .left .left .customInput {
			width:90px;
		}
	.frmContactUs .left .right {
		float:right;
		width:195px;
	}
		.frmContactUs .left .right .label {
			width:80px;
		}
		.frmContactUs .left .right .customInput {
			width:80px;
		}
	.frmContactUs .left .customInput {
		width:285px;
	}
	.frmContactUs .left .customDropdown {
		width:307px;
	}
	
.frmContactUs .right {
	float:right;
	width:410px;
	display:block;
	padding-left:10px;
}
.frmContactUs .dropdown {
	float:left;
}
.frmContactUs .customDropdown {
	width:282px;
}
	* html .frmContactUs .dropdown {
		margin-left:3px;
	}
	* html .frmContactUs .customDropdown {
		width:278px;
	}
.frmContactUs .customInput {
	width:260px;
}
.frmContactUs .customTextarea {
	font-size:11px;
	width:725px;
	height:90px;
}
	.frmContactUs .textareaBox {
		float:left;
	}
.frmContactUs .label {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	float:left;
	display:block;
	width:120px;
	padding:0; 
	margin:0 0 0 0;
}
.frmContactUs label.error {
	float:none;
	clear:both;
	display:block;
	width:315px;
	padding-left:121px;
	font-size:0.86em;
	color:#cc0000;
}
.frmContactUs .newsletterOption {
	padding-left:120px;
}
	.frmContactUs .newsletterOption .label {
		font-family:"Trebuchet MS", Helvetica, sans-serif;
		float:none;
		width:auto;
		display:block;
	}
.frmContactUs .submit {
	padding-left:120px;
}
	.frmContactUs .submit a.viewPolicy { font-size:11px; color:#666666; }
	.frmContactUs .submit a.viewPolicy:hover { font-size:11px; color:#cc0000; text-decoration:none; }
	
	
/** SFC Form Styles Override **/
.scfForm {
	padding:0 15px;
	width:863px;
	font-size:1.08em;
	font-family:Arial, Helvetica, sans-serif;
}

.scfForm .frmContactUs_wrapper {
	background:url('images/rule-h-cyan.gif') 0 100% repeat-x;
	
	padding:0 0 3px 0;
	margin:0 0 18px 0;
	clear:both;
}

.scfForm .halfAvailableWidth {
	width:411px;
	margin:0 0;
	padding:0 20px 0 0;
	display:block;
}

.scfForm .scfSectionBorderAsFieldSet {
	padding:0;
	margin:0;
	border:0;
	outline:0;
}

.scfForm .scfDropListBorder, 
.scfForm .scfEmailBorder, 
.scfForm .scfMultipleLineTextBorder, 
.scfForm .scfSingleLineTextBorder, 
.scfForm .scfPasswordBorder, 
.scfForm .scfNumberBorder, 
.scfForm .scfDateBorder, 
.scfForm .scfRadioButtonListBorder, 
.scfForm .scfListBoxBorder, 
.scfForm .scfCheckBoxListBorder, 
.scfForm .scfFileUploadBorder, 
.scfForm .scfDateSelectorBorder, 
.scfForm .scfCreditCardBorder, 
.scfForm .scfConfirmPasswordBorder, 
.scfForm .scfCaptchaBorder,
.scfForm .scfDropList {
	padding:0;
	margin:0 0 10px;
	display:block;
	width:auto;
	clear:both;
}

.scfForm .scfDropListLabel, 
.scfForm .scfEmailLabel, 
.scfForm .scfMultipleLineTextLabel, 
.scfForm .scfSingleLineTextLabel, 
.scfForm .scfPasswordLabel, 
.scfForm .scfNumberLabel, 
.scfForm .scfDateLabel, 
.scfForm .scfRadioButtonListLabel, 
.scfForm .scfCheckBoxListLabel, 
.scfForm .scfListBoxLabel, 
.scfForm .scfFileUploadLabel, 
.scfForm .scfDateSelectorLabel, 
.scfForm .scfCreditCardLabel, 
.scfForm .scfConfirmPasswordLabel, 
.scfForm .scfCaptchaLabel {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	float:left;
	display:block;
	width:120px;
	padding:0; 
	margin:0 0 0 0;
}

.scfForm .scfEmailGeneralPanel, 
.scfForm .scfMultipleLineGeneralPanel, 
.scfForm .scfSingleLineGeneralPanel, 
.scfForm .scfPasswordGeneralPanel, 
.scfForm .scfNumberGeneralPanel, 
.scfForm .scfDateGeneralPanel, 
.scfForm .scfRadioButtonListGeneralPanel, 
.scfForm .scfCheckBoxListGeneralPanel, 
.scfForm .scfFileUploadGeneralPanel, 
.scfForm .scfDateSelectorGeneralPanel, 
.scfForm .scfCreditCardGeneralPanel, 
.scfForm .scfConfirmPasswordGeneralPanel, 
.scfForm .scfCaptchaGeneralPanel,
.scfForm .scfListBoxGeneralPanel, 
.scfForm .scfDropListGeneralPanel {
	float:left;
	margin:0;
	width:auto;
	width:260px;
}

.scfForm .scfRequired {
	color:#cc0000;
}

.scfForm .scfDropListUsefulInfo, 
.scfForm .scfEmailUsefulInfo, 
.scfForm .scfMultipleLineTextUsefulInfo, 
.scfForm .scfSingleLineTextUsefulInfo, 
.scfForm .scfPasswordUsefulInfo, 
.scfForm .scfNumberUsefulInfo, 
.scfForm .scfDateUsefulInfo, 
.scfForm .scfRadioButtonListUsefulInfo, 
.scfForm .scfListBoxUsefulInfo, 
.scfForm .scfCheckBoxListUsefulInfo, 
.scfForm .scfFileUploadUsefulInfo, 
.scfForm .scfDateSelectorUsefulInfo, 
.scfForm .scfCreditCardTextUsefulInfo, 
.scfForm .scfConfirmPasswordUsefulInfo, 
.scfForm .scfCaptchaUsefulInfo {
	float:left;
	margin:0;
	width:auto;
	width:260px;
	padding:0;
}


.scfForm .scfEmailTextBox, 
.scfForm .scfSingleLineTextBox, 
.scfForm .scfPasswordTextBox, 
.scfForm .scfNumberTextBox, 
.scfForm .scfDateTextBox, 
.scfForm .scfRadioButtonList, 
.scfForm .scfListBox, 
.scfForm .scfCheckBoxList, 
.scfForm .scfFileUpload, 
.scfForm .scfCreditCardTextBox, 
.scfForm .scfCreditCardType, 
.scfForm .scfConfirmPasswordTextBox {
	width:auto;
	width:235px;
}
.scfForm select.scfDropList {
	width:256px;
	float:left;
	height:auto;
}
	

.scfForm .scfValidatorRequired, 
.scfForm .scfRequired {
	float:left;
}

.scfForm .scfValidator
{
	display:block;
	padding:5px 0 0 0;
	width:255px;
	font-size:0.82em;
	line-height:1.3em;
}

.scfForm .scfMultipleLineGeneralPanel {
	width:auto;
}
.scfForm .scfMultipleLineTextBox {
	width:725px;
	height:90px;
}
	.scfForm .frmSendToFriend .scfMultipleLineTextBox {
		width:247px;
	}

.scfForm .scfCheckbox {
	float:left;
	margin:0 0 3px 0;
	line-height:24px;
}

.scfForm .scfSubmitButton {
	
}

/**/
.scfForm .scfDropListBorder:after, 
.scfForm .scfEmailBorder:after, 
.scfForm .scfMultipleLineTextBorder:after, 
.scfForm .scfSingleLineTextBorder:after, 
.scfForm .scfPasswordBorder:after, 
.scfForm .scfNumberBorder:after, 
.scfForm .scfDateBorder:after, 
.scfForm .scfRadioButtonListBorder:after, 
.scfForm .scfListBoxBorder:after, 
.scfForm .scfCheckBoxListBorder:after, 
.scfForm .scfFileUploadBorder:after, 
.scfForm .scfDateSelectorBorder:after, 
.scfForm .scfCreditCardBorder:after, 
.scfForm .scfConfirmPasswordBorder:after, 
.scfForm .scfCaptchaBorder:after,
.scfForm .scfDropList:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	line-height:0;
}

.scfForm .scfDropListBorder, 
.scfForm .scfEmailBorder, 
.scfForm .scfMultipleLineTextBorder, 
.scfForm .scfSingleLineTextBorder, 
.scfForm .scfPasswordBorder, 
.scfForm .scfNumberBorder, 
.scfForm .scfDateBorder, 
.scfForm .scfRadioButtonListBorder, 
.scfForm .scfListBoxBorder, 
.scfForm .scfCheckBoxListBorder, 
.scfForm .scfFileUploadBorder, 
.scfForm .scfDateSelectorBorder, 
.scfForm .scfCreditCardBorder, 
.scfForm .scfConfirmPasswordBorder, 
.scfForm .scfCaptchaBorder,
.scfForm .scfDropList {display: inline-block;}

/* Hides from IE-mac \*/
* html .scfForm .scfDropListBorder, 
* html .scfForm .scfEmailBorder, 
* html .scfForm .scfMultipleLineTextBorder, 
* html .scfForm .scfSingleLineTextBorder, 
* html .scfForm .scfPasswordBorder, 
* html .scfForm .scfNumberBorder, 
* html .scfForm .scfDateBorder, 
* html .scfForm .scfRadioButtonListBorder, 
* html .scfForm .scfListBoxBorder, 
* html .scfForm .scfCheckBoxListBorder, 
* html .scfForm .scfFileUploadBorder, 
* html .scfForm .scfDateSelectorBorder, 
* html .scfForm .scfCreditCardBorder, 
* html .scfForm .scfConfirmPasswordBorder, 
* html .scfForm .scfCaptchaBorder,
* html .scfForm .scfDropList {height:1%;}

.scfForm .scfDropListBorder, 
.scfForm .scfEmailBorder, 
.scfForm .scfMultipleLineTextBorder, 
.scfForm .scfSingleLineTextBorder, 
.scfForm .scfPasswordBorder, 
.scfForm .scfNumberBorder, 
.scfForm .scfDateBorder, 
.scfForm .scfRadioButtonListBorder, 
.scfForm .scfListBoxBorder, 
.scfForm .scfCheckBoxListBorder, 
.scfForm .scfFileUploadBorder, 
.scfForm .scfDateSelectorBorder, 
.scfForm .scfCreditCardBorder, 
.scfForm .scfConfirmPasswordBorder, 
.scfForm .scfCaptchaBorder,
.scfForm .scfDropList {display: block;}
/* End hide from IE-mac */


.scfForm select.scfDropList:after {
	content:""; display:block; height: auto; clear: none; visibility: visible; line-height:normal;
}
.scfForm select.scfDropList {
	display:block;
}
/** END SFC Form Styles Override **/
	
/** Login Form **/
.frmLogin {
	font-size:1.08em;
}
.frmLogin .cyanBox { padding-bottom:1em; }
.frmLogin .frmRow {
	padding:0;
	margin:0 0 10px;
	display:block;
}
.frmLogin .label {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	float:left;
	display:block;
	width:120px;
	padding:0; 
	margin:0 0 0 0;
}
.frmLogin label.error {
	display:block;
	width:auto;
	padding-left:120px;
	font-size:0.86em;
	color:#cc0000;
}
.frmLogin .customInput {
	width:170px;
}
.frmLogin .forgotPassword, .frmLogin .submit {
	padding-left:120px;
}
.frmLogin .rememberMe {
	padding-left:120px;
	margin:0 0 0.5em 0;
	font-size:0.92em;
}
		
		
/** Form Resume **/
.frmResume {
	font-size:1.08em;
	padding:15px;
}
.frmResume .label {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	float:left;
	width:125px;
}
.frmResume .frmRow {
	display:block;
	margin:0 0 10px 0;
	padding:0;
}
.frmResume .customInput {
	width:275px;
}
.frmResume .dropdown {
	float:left;
}
.frmResume .customDropdown {
	float:left;
	width:422px;
}
.frmResume label.error {
	float:none;
	clear:both;
	display:block;
	width:275px;
	padding:0;
	padding-left:125px;
	font-size:0.86em;
	line-height:1.2em;
	color:#cc0000;
}
.frmResume .upload {
	height:24px;
	padding:1px 0;
	margin:0 0 10px;
	float:left;
	position:relative;
}
.frmResume .file_cabinet {
	background:url('images/btn-browse.gif') 100% 3px no-repeat;
	width:295px;
	height:24px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}
.frmResume .file_cabinet .file_label {
	background:url('images/upload-label.gif') 0 0 no-repeat;
	width:200px;
	height:18px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	cursor:pointer;
	font-size:12px;
	padding:3px 8px;
	line-height:18px;
	font-weight:bold;
}
	.frmResume .file_cabinet.error .file_label {
		background-position:0 -23px;
	}
.frmResume .upload input {
	cursor:pointer;
	outline:0;
}

.frmResume .optPosition .label {
	float:none;
	display:block;
	width:auto;
	margin:0;
	padding:0 0 0.5em 0;
}
	.frmResume .optPosition label.error {
		float:none;
		clear:both;
		display:block;
		width:auto;
		padding-left:0px;
		font-size:0.86em;
		color:#cc0000;
	}

.frmResume .submit {
	padding:0 0 0 125px;
}

/** Form Reseller state **/
.frmResellerState {
}
.frmResellerState .label {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:1.08em;
	margin:0 1em 0 0;
	float:left;
}
.frmResellerState .customDropdown, .frmResellerState .dropdown {
	float:left;
	width:200px;
}

/** Reseller State **/
.resellerStateContainer {
}
.resellerState {
	background:url('images/reseller_state-bg.gif') 0 0 repeat-x;
	padding:1em 0.5em 0.5em 0.5em;
	margin:0 0 1em 0;
}
.resellerState .state_section {
	font-size:1em;
	font-weight:bold;
	display:block;
	padding:0;
	margin:0 0 1em;
}
.resellerState .reseller_logo {
	float:left;
	margin:0;
	width:52%;
}
