@charset "UTF-8";

/*
	----------------------------
	GLOBAL CLASSES + STYLES
	----------------------------
*/

body,img,p,h1,h2,h3,h4,h5,h6,form,table,td,ul,ol,li,fieldset { margin:0; padding:0; border:0; }
section, nav, article, header { display: block; }
/*a { color: #00bff3; text-decoration: none; }*/
a:hover, a:active, a:visited { color: #822980; }
input, textarea, select { font-family: 'HPSimplified', Arial, Helvetica, sans-serif; }
.body {
	font-family: 'HPSimplified', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #222;
	position: relative;
}
.body a{ text-decoration:none;}

.content { width: 1000px; margin: 0 auto; padding: 0 20px; }
h1 { font-size: 32px; line-height: 100%; margin-top: .5em; margin-bottom: .25em; }
h2 { font-size: 24px; line-height: 30px; }
h3 { font-size: 20px; line-height: 24px; margin-bottom: 8px; }
h4 { font-size: 18px; line-height: 22px; }
h5 { font-size: 18px; line-height: 22px; }
h6 { font-size: 16px; line-height: 22px; } 
.body p, .body ul, .body ol, .body dl { margin: 0 0 12px 0; }


::-moz-selection { background: #f05332; color: white; text-shadow: none; }
::selection {  background: #f05332; color: white; text-shadow: none; }

sup { font-size: 10px; line-height: 1; font-weight: normal; }

.clearfix:before, .clearfix:after { content:""; display:table; }
.clearfix:after { clear:both; }
.clearfix { zoom:1; }
.clear-both { clear:both;}

/*#header { padding-top: 14px; }*/
#body.body { padding-bottom: 0; width: 1000px; }
#header { display: block; width: 100%; margin: 0 auto; border: 0; }
.bordertopnull{ border-top:0px !important;}
/*
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
*/
.button { display: inline-block; background-color: #d7410b; color: #fff; font-size: 16px; line-height: 26px; font-family: "HPBold", "Arial Bold", sans-serif; padding: 0px 10px; white-space: nowrap; -webkit-border-radius: 0 4px; -moz-border-radius: 0 4px; border-radius: 0 4px; }

.button.secondary { background-color: #0096D6; }
.button.secondary:hover, .button.secondary:visited { background-color: #007DBA; }
.button.tertiary { background-color: #767676; }
.button.tertiary:hover, .button.tertiary:visited { background-color: #5a5a5a; }
.button.disabled, .button.disabled:hover { background-color: #ccc; }

.uppercase { text-transform: uppercase; }

.first-child { border-top: 0 !important; padding-top: 0 !important; }
.last-child { border-bottom: 0 !important; padding-bottom: 0 !important; }

.clickable-div { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; background-image: url(../media/empty.gif); }
.clickable-div ~ a.button, .clickable-div ~ p a.button { position: relative; z-index: 2; }
.clickable-div span { visibility: hidden; }
.no-js .clickable-div > span { visibility: visible; }

.bottomSpace { padding-bottom: 10px; }
.bottomSpaceSmall { padding-bottom: 5px; }
.topSpace { padding-top: 10px; }
.topSpaceSmall { padding-top: 5px; }

/*
	----------------------------
	LAYOUT
	----------------------------
*/
#footnotes {padding: 15px 0 0px 0; font-size: 1.2em; }
#footnotes { font-size: 12px; margin: 0px auto; width: 1000px; color: #666; border-top: 1px solid #767676; clear:both; padding: 40px 0px 60px 0px;}
#footnotes h2 { font-size: 28px; }
#footnotes p{ margin: 0px 15px 0px 10px; color: #767676; line-height: 15px; font-size: 1.1em;}

/*
.col-2 { width: 470px; padding: 0 14px; display: inline-block; float: left; }
.col-2:first-child { border-right: 1px solid #e5e5e5; }

.col-3 { width: 218px; padding: 0 18px; display: block; float: left; padding-bottom:30px; margin-left: 116px; }
.col-3:first-child { border-left: 0; margin-left: 0; }
*/

/*
	----------------------------
	tabs nav
	----------------------------
*/

#tabs-nav { border-bottom: 1px solid #000000; margin-top:20px; }
#tabs-nav li.first-child { margin-left: 15px; }
#tabs-nav li { float:left; margin-bottom: -1px; }
#tabs-nav li.active a { border:#000 1px solid;  color:#000; -moz-border-radius: 0 5px 0 0; -o-border-radius: 0 5px 0 0; -webkit-border-radius: 0 5px 0 0; -ms-border-radius: 0 5px 0 0; border-radius: 0 5px 0 0; border-bottom:#fff 1px solid;}
#tabs-nav li a {float:left; display:block; line-height:18px; font-size:18px; padding:10px 18px; text-align:center; color:#5a5a5a; text-decoration:none; /*border-bottom:#000 1px solid;*/ border-top:#fff 1px solid;}

ul { list-style-type:none; }

#psg-content { display:block; }
#ipg-content { display:none; }
.pdf-download { padding:0 0 0 18px;}

/*
	----------------------------
	HUB NAVIGATION
	----------------------------
*/

nav#local-nav { position: relative; width: 1000px; border-bottom: 1px solid #ccc; z-index: 1; }
nav#local-nav a { color: #000; }
nav#local-nav a:hover { text-decoration: none; }
nav#local-nav h2, nav#local-nav > a:hover { color: #000; float: left; margin: 0 18px; font-size: 16px; line-height: 2.5; border-bottom: 4px solid #0096d6; position: relative; top: 2px; display: inline-block; }
nav#local-nav > a { color: #aaa; float: left; margin: 0 18px; font-size: 16px; line-height: 2.5; border-bottom: 4px solid transparent; position: relative; top: 2px; display: inline-block; }


/*
	----------------------------
	HERO MASTHEAD
	----------------------------
*/

#masthead { position: relative; margin: 14px 0 24px 0; }
.hero { height: 256px; overflow: hidden; background-color: #CCC; background-repeat: no-repeat; position: relative; }
.hero .message { margin-left: 18px; width: 400px; }
.hero .message a.button { margin-top: 1em; line-height: 2.25em; }
.hero h5 { font-weight: normal; }



/*
	----------------------------
	FEATURED PRODUCT CAROUSEL
	----------------------------
*/

#featured-products { width: 630px; position: relative; padding: 13px 0 20px; z-index: 1; float: left; margin-left: 18px; }
#featured-products h2 { margin: 0 32px; /*padding: 0; position: relative; font-size: 130%; font-weight: bold; */ text-transform: uppercase; }
#featured-products h2 span { color: #888;}
#help-me { position: absolute; right: 12px; top: 12px; font-size: 12px; }

#product-carousel { width: 630px; position: relative; margin: 32px 0; }
#product-slides { position: relative; }

#product-carousel .carousel-nav-left { left: 1px; top: 0; height: 312px; background-position: -180px 142px; }
#product-carousel .carousel-nav-right { right: 1px; top: 0; height: 312px; background-position: -228px 142px; }
.product {  position: relative; float: left; width: 208px; height: 350px; border-right: 1px solid #444; }
.product.first { border-left: 1px solid transparent; }
.product.last { border-right: 1px solid transparent; }
	.product .img { display: table-cell; vertical-align: bottom; height: 140px; position: relative; width: 208px; text-align: center; }
	.product .img img { position: relative; top: -24px; }
	.product .data { padding: 0 12px 0 18px; margin-top: -16px; }
	.product.first .data { padding-left: 0; }
		.product h3 { margin: 0 0 6px 0; line-height: 1; }
		.product .highlight { color: #000; }
		.product .highlight div { font-weight: bold; font-size: 24px; line-height: 1.4; display: inline; }
		.product .highlight .text > b { font-weight: normal !important; }
		.product .highlight .text > br { display: none !important; }
		.product .highlight .text > div { display: none !important; }
		.product p { margin: 0; }
		.product p.links { position: absolute; bottom: 0; width: 206px; }
		.product ul { list-style: none; font-size: 14px; margin: 6px 0 0 7px; clear: both; color: #666; }
		.product ul li { text-indent: -8px; line-height: 1.25em; margin-bottom: .5em; }
		.product a.button { position: absolute; bottom: 0; line-height: 2.25em; }
		.product a.pdf, .product a.video { position: relative; left: 102px; line-height: 1; padding-left: 20px; background: url(../media/sprite.png) no-repeat;  font-size: 12px; display: block; height: 14px; margin-top: 4px; }
		.product a.video { background-position: -76px -87px; }
		.product a.pdf { background-position: -76px -103px;}

.col-3 .img { display: block; text-align: center; }
.col-3 ul { margin-left: 18px; color: #5a5a5a; list-style-type: disc; height: 96px; }
.col-3 li span { position: relative; left: -4px; }
.col-3 .price { font-size: 24px; font-weight: bold; color: #d7410b; }
.col-3 .promo { display:block;margin-bottom: 12px;font-size:12px;color:#a5a5a5;}
.col-3 .button { line-height: 2.5em; padding: 0 1.25em; }
.col-3 .pdf { position: relative; left: 24px; line-height: 1; padding-left: 20px; background: url(../media/sprite.png) no-repeat -76px -100px; color: #333; font-size: 16px; display: inline-block; height: 22px; background-position: -76px -100px; }

/* Product row */
.body-row .row-content { margin:0 auto; padding: 0 18px; width:964px;}

.clf { display:block; }
.clf:after { clear:both; display:block; font-size:0; height:0; visibility:hidden; }

table { border:0; width:100%; }
div.row-content table td { padding:7px 18px; vertical-align:top; width: 214px; }


/*
	----------------------------
	PROOF POINT FEATURES
	----------------------------
*/

#features { width: 620px; padding-top: 36px; position: relative; float: left; clear: both; }
#features h1 { margin-top: 32px; }
.feature { position: relative; width: 100%; margin: 36px 0 72px; }
.feature h2 { margin-bottom: .5em; }
.feature a.button span { color: #1dc3e7; }
.feature a.button { padding: .5em 1.25em; margin-top: 18px; }
.feature img { float: left; }
.feature .message { position: relative; text-align: left; width: 48%; margin-left: 52%;}
.feature.right .message { margin-left: 0; }
.feature.right img { float: right; }
#features.full-width { float: none; width: auto; border-top: 1px solid #ccc; }


/*
	----------------------------
	SIDEBAR
	----------------------------
*/

#sidebar { float: right; width: 325px; font-size: 14px; line-height: 18px; margin-top: 26px; }
#sidebar h3 { font-size: 18px; }
#sidebar ul { list-style: none; margin: 12px 0 24px; }
#sidebar ul li { margin: 0 0; position: relative; padding: 12px 0 8px 12px; }
#sidebar ul li p { margin: 0 8px; }
#sidebar ul li a span { color: #1dc3e7; }
#sidebar cite { display: block; font-style: normal; margin: 20px 0 0 10px; color: #5a5a5a; }

.retail-badges a { display: inline-block; margin-right: 16px; padding-top: 24px; }



/*
	----------------------------
	VIDEO PLAYER WITH PLAYLIST
	----------------------------
*/

#player-playlist h3 { margin-bottom: 14px; }
#player-playlist { background: #e6e7e8; font-size: 15px;  }
#video { float: left; width: 640px; padding: 42px 0 24px 40px; }
#player { width: 640px; height: 360px; background: #000; color: #CCC; margin-bottom: 14px; }
#player-copy p.short { display: none; }
#player-copy img { display: none; }
#player-playlist h3 a.button { font-size: .7em; margin-left: 16px; }

#playlist { float: right; width: 270px; margin-right: 30px; padding-top: 42px; }
#playlist ul { list-style: none; font-size: 14px; line-height: 18px;}
#playlist li { margin-bottom: 16px; }
#playlist li a { display: block; color: #333; }
#playlist li a:hover ~ img { opacity: 1; }
#playlist li.active { display: none; }
#playlist li p { padding-left: 138px; }
#playlist li p.long { display: none; }
#playlist li img { float: left; margin: 0 10px 0 0; opacity: .6; }
#playlist li a:hover img { opacity: 1; }
#playlist li span.video { padding-left: 25px; background: url(../media/sprite.png) no-repeat -76px -86px; font-size: 14px; display: inline-block; line-height: 1; }

#bc_placeholder { width: 600px; height: 338px; }

#lightbox-overlay { background: #000; display: none; position: fixed; z-index: 998; width: 100%; height: 100%; left: 0; top: 0; opacity: .5; }
#lightbox { background: #fff; /*border-top: 5px solid #0096d6; border-bottom: 5px solid #0096d6; */ display: none; position: fixed; z-index: 999; min-width: 640px; padding: 32px 28px 28px; }
#lightbox h2 { margin-bottom: .25em; }
#lightbox .x { opacity: .6; position: absolute; top: 6px; right: 6px; width: 23px; height: 23px; display: block; background: url(../media/sprite.png) no-repeat -79px 0; }
#lightbox .x:hover { opacity: 1; text-decoration: none; }
#lb-video { min-width: 640px; min-height: 360px; }

/*
	----------------------------
	TONER SEARCH FORM
	----------------------------
*/


/*
#HP_ink_and_toner_finder * { font-family: 'HPSimplified', Arial, sans-serif !important; }
#HP_ink_and_toner_finder { background: transparent !important; width: 520px !important; min-width: 520px !important; }
#HP_ink_and_toner_finder #search { border: 0; padding: 0; }
#HP_ink_and_toner_finder #search input.text { width: 190px; }
#HP_ink_and_toner_finder #search .search_by { display: none !important; }
#HP_ink_and_toner_finder #search .search_type { color: #333; font-size: 12px; }
#HP_ink_and_toner_finder #search #or { color: #4b4b4b; font-weight: bold; }
#HP_ink_and_toner_finder #search .go_button { background-color: #007DBA; font-size: 16px; line-height: 26px; font-weight: bold; white-space: nowrap; -webkit-border-radius: 0 6px; -moz-border-radius: 0 6px; border-radius: 0 6px; }
#HP_ink_and_toner_finder #search .go_button:hover { background-color: #006699; }
#HP_ink_and_toner_finder #search_printer, #HP_ink_and_toner_finder #search_cartridge { *width: 235px !important; }
*/



/*
	----------------------------
	BOTTOM STRAP
	----------------------------
*/

#bottom-strap { position: relative; display: block; padding: 8px 0; border-bottom: 2px solid #eee; }
#bottom-strap > a { display: block; float: left; margin-left: 96px; margin-right: 40px; }
#bottom-strap > div { margin-top: 40px; }
#bottom-strap h2 { margin-bottom: 8px; }


/*
	----------------------------
	PAGE SPECIFIC STYLES GO HERE
	----------------------------
*/

.indent-18 {padding:0 18px;}
.text-center { text-align: center; }
.breakout { width: 100%; }
.breakout > div { width: 1000px; margin: 0 auto; }
.fixed { position: fixed; }

.col-2 > div { display: inline-block; width: 49.5%; vertical-align: top; zoom: 1; *display: inline; }
.col-3 > div { display: inline-block; width: 31%; margin-right: 2%; vertical-align: top; zoom: 1; *display: inline; }
h2 { font-size: 32px; line-height: 1; }

.dock { background: #fff; z-index: 100; }
.nav h1 { float: left; margin-left:16px;}
.nav .store-cta { float: right; font-size: 14px; margin-top: .75em; }
.nav .button { font-size: 14px; font-weight: normal; margin: 0 18px 0 9px; }
.nav { border-bottom: 1px solid #a5a5a5; position: relative;  width: 1000px; margin: 0 auto; }
.hero-message { margin: 72px auto; }
.hero-message p { width: 94%; font-size: 14px; }
.hero-message h2 { font-size: 48px; margin-top: 42px; }

.fact-panel { border-right: 1px solid #fff; float: left; width: 172px; height: 172px; margin-bottom: 32px; padding: 0 23px; }
.fact-panel p { margin-bottom: 0; }
.fact-panel.last { border-right: 0;  width: 178px; height: 172px; }
.fact-panel-divider { clear: both; border-bottom: 1px solid #fff; margin: 24px auto; }

.share-this { width: 70px; float: left; }
.share-fb { width: 200px; float: left; }


#quick-facts { background: #0096d6; padding: 3em 0 2em; color: #fff; }
#quick-facts .content { width: 666px; }

#infographic { display: none; }
#lightbox #infographic { display: block; }
/*
MESSAGE READ MORE OR LESS
*/
.no-js a.more { display: none; }
.no-js p.more { display: block; }
a.more, .feature a.video { display: block; cursor: pointer; color: #767676; padding-left: 18px; font-size: 14px; height: 20px;}
.feature a.video { background: url(../media/video.png) no-repeat 0 6px; }
a.more { background: url(../media/expand.png) no-repeat 0 -22px; }
a.more.less { background-position: 0 4px; }
p.more { display: none; margin-left: 18px; }




/*
new cssfrom template
*/

/* *** Start Icon *** */
	/* Needs new sprite, 15 x 15? 15 x 22? 15 x 18? */

	.icon {
		display: inline-block;
		margin-right: 5px;
		width: 15px;
		height: 18px;
		background-image: url(../images/hpe-icons.png);
		background-repeat: no-repeat;
		vertical-align: middle;
	
		position: relative;
		top: -1px;
		.top: 1px;
	}

	.icon--large {
		width: 25px;
		height: 25px;
	}

	.icon--info { background-position: -75px 0; }
	.icon--blog { background-position: -90px 0; }
	.icon--share { background-position: -150px 0; }
	.icon--twitter { background-position: -15px -18px; }
	.icon--twitter-large { background-position: -127px -18px; }
	.icon--facebook { background-position: 0 -18px; }
	.icon--facebook-large {background-position: -102px -18px; }
	.icon--linkedin { background-position: -30px -18px; }
	.icon--linkedin-large { background-position: -152px -18px; }
	.icon--document { background-position: -60px 0; }
	.icon--pdf { background-position: -15px 0; }
	.icon--video { background-position: -45px 0; }
	.icon--news { background-position: -105px 0; }
	.icon--article { background-position: 0 0; }

	.icon--external {
		margin-right: 0;
		margin-left: 4px;
		background-position: -165px 0;
		text-indent: -999em;
	}

	/* *** End Icon *** */

	
	a.hpe-small-pdf-icon{ background:url(../media/s-15px-hpe.png) left -40px no-repeat; font-family:"HP Simplified"; font-size:14px; line-height:18px; color:#5a5a5a; text-transform:uppercase; padding-left:18px; display: inline-block;}
	a.hpe-small-video-icon{ background:url(../media/s-15px-hpe.png) left -680px no-repeat; font-family:"HP Simplified"; font-size:14px; line-height:18px; color:#5a5a5a; padding-left:18px; display: inline-block;}

	
	
	.wrapper{width:1000px; margin:0px auto; font-family:'HP Simplified'}
	.top-header{ width:1000px; float:left; }
	.top-header h2{ font-family:"HP Simplified"; font-size:18px; font-weight:normal; line-height:21px; margin:10px 0px 10px 0px; color:#000; float:left;}
	.top-header h1{ font-family:"HP Simplified"; font-size:32px; line-height:40px; margin:8px 0px 0px 18px; color:#000; float:left; clear:both; font-weight:bold;}
	.top-banner { width:1000px; height:275px; float:left; background:url(../images/banners/hpe-slate7.jpg) left no-repeat; margin-bottom:30px; }
	.top-banner .headline{ width:600px; float:left; font-family:"HP Simplified"; font-size:48px; line-height:48px; color:#000; font-weight:bold; margin:25px 0 0 18px;}
	.top-banner .subheadline{ width:600px; float:left; font-family:"HP Simplified";  color:#000; margin: 10px 0 0 18px; font-size:18px;}
	
	
	.banner-body{width:1000px; float:left; overflow:hidden !important; }
	#carousel-container{ width:3000px; position:relative; left:0px; top:0px; overflow:hidden !important}
	.carrousel-container { width:1000px; height:15px; float:left; margin:20px 0px ; text-align:center}
	.pagination{ width:90px; margin:0px auto;}
	.pagination-normal{ width:16px; height:16px; background:url(/us/en/images/i/gateway/adlp-template-css-images/carousel-bullets.gif) left 0px no-repeat; float:left; margin-right:10px; cursor:pointer;}
	.pagination-normal:hover{ width:16px; height:16px; background:url(/us/en/images/i/gateway/adlp-template-css-images/carousel-bullets.gif) left -16px no-repeat; float:left; margin-right:10px; cursor:pointer;}
	.pagination-active{ width:16px; height:16px; background:url(/us/en/images/i/gateway/adlp-template-css-images/carousel-bullets.gif) left -16px no-repeat; float:left; margin-right:10px; cursor:pointer;}
	
	
	
	
	
	 /* 66-33 styles for main are*/
	.main-content-area{ width:1000px; float:left; margin-bottom:15px; }
	.main-content-area .program-detail{ padding:0 0 0 18px;}
	.main-content-area .left-content-area{ width:654px; float:left;}
	/*.main-content-area .left-content-area a{ float:left; color:#007dba; font-family:"HP Simplified"; font-size:16px; line-height:22px; font-weight:bold; margin:12px 0px 0px 0px; text-decoration:none;}*/
	.main-content-area .left-content-area a{ float:left; color:#007dba; font-family:"HP Simplified"; font-size:16px; font-weight:bold;text-decoration:none; margin-right:10px;}
	.main-content-area .left-content-area a:hover{  text-decoration:none;}
	.main-content-area .left-content-area a:visited{ float:left; color:#822980; text-decoration:none;}
	.main-content-area .left-content-area h2 { width:615px; float:left; font-family:"HP Simplified"; font-size:24px; line-height:30px; margin:0px 0px 13px 18px; padding:0px; color:#000; font-weight:bold; }
	/*.main-content-area .left-content-area span { width:615px; float:left; font-family:"HP Simplified"; font-size:16px; line-height:22px; margin:0px 0px 27px 18px; color:#000;}*/
	.main-content-area .left-content-area .two-column-box{
	width: 290px;
	float: left;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 18px;
}
	.main-content-area .left-content-area .two-column-box h3{
	width: 298px;
	float: left;
	font-family: "HP Simplified";
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 10px;
}
	.main-content-area .left-content-area .two-column-box .text{ width:280px; float:left; font-family:"HP Simplified";font-size:16px; line-height:22px;  }
	

	.main-content-area .right-content-area{ width:346px; float:right;}
	.main-content-area .right-content-area h4{ width:308px; float:left; font-family:"HP Simplified"; font-size:18px; line-height:24px; margin:0px 0px 12px 0px; color:#000; border-top:1px solid #CCC;  }
	.main-content-area .right-content-area .plain-text{width:308px; float:left; font-family:"HP Simplified";font-size:14px; line-height:18px; color::#000; border-bottom:1px solid #333;padding-bottom:40px;  }
	.main-content-area .right-content-area .plain-text a{ font-size:14px; font-family:"HP Simplified"; line-height:18px; color:#007dba;  text-decoration:none;}
	.main-content-area .right-content-area .plain-text a:hover{  text-decoration:none;}
	.main-content-area .right-content-area .plain-text a:visited{ color:#822980; text-decoration:none;}
	.main-content-area .right-content-area .double-box{ width:308px; float:left; margin-bottom:25px;}
	.main-content-area .right-content-area .double-box .left-image{ width:61px; height:42px; float:left; margin-right:20px; background:#ccc;}
	.main-content-area .right-content-area .double-box .right-content{ width:226px; float:right;}
	.main-content-area .right-content-area .double-box .right-content a.title{ width:226px; float:left; font-family:"HP Simplified"; font-size:14px; line-height:18px;  margin-bottom:3px; text-decoration:none }
	.main-content-area .right-content-area .double-box .right-content a:hover.title{  text-decoration:none;}
	.main-content-area .right-content-area .double-box .right-content a:visited.title{ color:#822980; text-decoration: none; }
	.main-content-area .right-content-area .double-box .right-content a:visited.video{ color:#822980; text-decoration:none; }
	.main-content-area .right-content-area .double-box .right-content .description{ width:226px; float:left; font-family:"HP Simplified"; font-size:14px; line-height:18px; color:#5a5a5a;}
     	.main-content-area .right-content-area  ul{ float:left; list-style:none !important; margin:15px 0px 0px 0px ;  padding-left:0px; }
	.main-content-area .right-content-area .link-list{ width:324px; float:left; border-bottom:1px solid #000; margin:0px 0px 18px 0px; padding-bottom:40px; font-size:14px; line-height:18px;   }
	.main-content-area .right-content-area .link-list a{ width:324px; color:#007dba; float:left; margin-bottom:10px; text-decoration:none; }
	.main-content-area .right-content-area .link-list a:hover{   text-decoration:none !important; }
	.main-content-area .right-content-area .link-list a:visited{  color:#006699;  text-decoration:none; }
	.main-content-area .right-content-area .social-media{ width:324px; float:left; padding-bottom:40px;}

/*COL-25 area*/
.col-25
{
	display:block;
	width: 249px;
	float:left;
}
.col-25-inner
{
	display:block;
	width: 248px;
	float:left;
}

.col-25-content
{
	margin: 0 18px;
}
.col-25-pad { margin-left:2px;}	

.col-table{ display:table; }
	
	
	div.mda-row {
width: 1000px;
margin: 0 auto;
padding: 0;
}
.body-row .row-content {
width: 964px;
margin: 0 auto;
padding: 0 18px;
}
div.mda-row div.mda {
float: right;


}
div.mda-row div.mda2 {
	float: right;
	font-weight: bold;
	clear: right;
	padding: 10px;
	margin-bottom: 30px;
}
	 a.primary-button{ width:auto; float:left; padding:0px 20px; height:36px; color:#FFF !important; background:#D7410B; font-family:"HP Simplified"; font-size:16px; font-weight:bold; line-height:36px !important; text-decoration:none; border-top-right-radius:4px; border-bottom-left-radius:4px; border:0px; cursor:pointer; clear:both; -webkit-border-radius: 0 4px; -moz-border-radius: 0 4px; border-radius: 0 6px;  }
	 a:hover.primary-button{  color:#FFF !important; background:#C1401A; font-family:"HP Simplified";  border-top-right-radius:4px; border-bottom-left-radius:4px; border:0px; cursor:pointer; text-decoration:none !important; -webkit-border-radius: 0 4px; -moz-border-radius: 0 4px; border-radius: 0 4px;  }
	 
	 	 a.secondary-button{ width:auto; float:left; padding:0px 20px; height:36px; color:#FFF !important; background:#0095d7; font-family:"HP Simplified"; font-size:16px; font-weight:bold; line-height:36px !important; border-top-right-radius:4px; border-bottom-left-radius:4px; border:0px; cursor:pointer; clear:both; -webkit-border-radius: 0 4px; -moz-border-radius: 0 4px; border-radius: 0 4px;  }
	 a:hover.secondary-button{ color:#FFF !important; background:#006699; font-family:"HP Simplified";  border-top-right-radius:4px; border-bottom-left-radius:4px; border:0px; cursor:pointer; text-decoration:none !important; -webkit-border-radius: 0 4px; -moz-border-radius: 0 4px; border-radius: 0 4px; }
	 
.paddingtop15 { padding-top:15px;}
	


	
	/* 66-33 styles for main are END*/
	
.body-row{clear:both;padding:20px 0}.tab-row{padding-bottom:0}.body-row .row-content{width:964px;margin:0 auto;padding:0 18px}div.body-row div.row-content div.buttons .button{margin:0 10px}div.body-row div.row-content div.last{float:right}div.body-row div.row-content div.last div.buttons{float:right;clear:both}div.body-row div.row-content div.image-left img{display:block;float:left;margin-right:10px}div.body-row div.row-content div.image-right img{display:block;float:right;margin-left:10px}div.body-row div.row-content span.row-title{display:block;font-size:24px;font-weight:bold;line-height:30px}div.body-row div.row-content span.row-subtitle{display:block;padding:0 0 20px 0;font-size:18px;line-height:22px}div.body-row div.row-content span.title{display:block;font-size:18px;font-weight:bold;line-height:22px}div.body-row div.row-content span.subtitle{display:block;padding:0 0 10px 0;font-size:16px;line-height:20px}div.row-content table td{width:214px;padding:7px 18px;vertical-align:top}div.row-content table td img{display:block;margin:0 auto;padding:15px 0}div.row-content table td span.title{font-size:24px;font-weight:bold;line-height:30px}	
	
	
	
		.banner-body{width:1000px; float:left; overflow:hidden !important; }
	#carousel-container{ width:3000px; position:relative; left:0px; top:0px; overflow:hidden !important}
	.carrousel-container { width:1000px; height:15px; float:left; margin:20px 0px ; text-align:center}
	.pagination{ width:90px; margin:0px auto;}
	.pagination-normal{ width:16px; height:16px; background:url(http://www8.hp.com/us/en/images/i/gateway/adlp-template-css-images/carousel-bullets.gif) left 0px no-repeat; float:left; margin-right:10px; cursor:pointer;}
	.pagination-normal:hover{ width:16px; height:16px; background:url(http://www8.hp.com/us/en/images/i/gateway/adlp-template-css-images/carousel-bullets.gif) left -16px no-repeat; float:left; margin-right:10px; cursor:pointer;}
	.pagination-active{ width:16px; height:16px; background:url(http://www8.hp.com/us/en/images/i/gateway/adlp-template-css-images/carousel-bullets.gif) left -16px no-repeat; float:left; margin-right:10px; cursor:pointer;}
	
a:visited.title{ color:#822980; text-decoration: none; }
a:hover.video.title{ color:#822980; text-decoration:none; }

.hpe .links_list ul li a:visited, .hpe .content ul li a:visited, .hpe .body a:visited {
color: #822980;
font-size: 16px;
line-height: 22px;
}




.button {font-family:"HPSimplified",Arial; -moz-border-radius: 0 4px; border-radius: 0 4px; padding: 0 20px; display: inline-block; height: 40px;}
.button .btn_label, .button input {text-transform: none; line-height: 38px; font-size: 20px; font-weight: bold; border: none}
.button:hover, .button:focus { background-color: #d6492d; text-decoration: none;}
.button:visited span{color: #ffffff;}
.button { background-color:#f05332; }
a.button, a.button:hover,a.button:focus {color: #fff;text-decoration:none}
.button.inline .btn_label {line-height: 34px; font-size: 16px;}
.button.inline input {height: 36px;font-size: 18px;}
.button.inline {height: 36px; padding: 0 15px}
.button.slim .btn_label, .slim input {line-height: 26px; font-size: 14px; margin-bottom: 1px}
.button.slim input {height: 26px}
.button.slim {height: 26px; padding: 0 10px;}
/**
 * @section Inline Action buttons
 * @subsection Styles for critical button
 */
.button.critical, .button.critical input {background-color: #D7410B;cursor: pointer; color:#fff; }
.button.critical:hover, .button.critical:hover input, .button.critical:focus, .button.critical:focus input { background-color: #C1401A; color:#fff; }
.button.critical_disabled:hover,.button.critical_disabled:focus, .button.critical_disabled,
.button.critical_disabled input { color: #ffffff; background-color: #cccccc; cursor: default; }
/**
 * @section Inline Action buttons
 * @subsection Styles for cancel button
 */
.button.cancel, .button.cancel input { color: #ffffff; background-color: #767676;cursor: pointer; }
.button.cancel:hover, .button.cancel:hover input, .button.cancel:focus, .button.cancel:focus input  { background-color: #5a5a5a; }
.button.cancel_disabled:hover,.button.cancel_disabled:focus, .button.cancel_disabled,
.button.cancel_disabled input { color: #ffffff; background-color: #cccccc; cursor: default; }
/**
 * @section Inline Action buttons
 * @subsection Styles for primary button
 */
.button.primary, .button.primary input { color: #ffffff; background-color: #0096d6; cursor: pointer;}
.button.primary:hover, .button.primary:hover input,.button.primary:focus, .button.primary:focus input { background-color: #006699;}
.button.primary_disabled:hover,.button.primary_disabled:focus, .button.primary_disabled,
.button.primary_disabled input {background-color: #ccc; color: #fff; cursor: default; }
/**
 /**
 * @section Inline Action buttons
 * @subsection Styles for secondary button
 */
.button.secondary, .button.secondary input { color: #ffffff; background-color: #767676; }
.button.secondary:hover, .button.secondary:hover input,.button.secondary:focus, .button.secondary:focus input { background-color: #5a5a5a;}
.button.secondary_disabled:hover,.button.secondary_disabled:focus, .button.secondary_disabled,
.button.secondary_disabled input {background-color: #ccc; color: #fff; cursor: default; }


a:active, a:visited { text-decoration:none; }
a:hover, a:focus { text-decoration:underline;}