/* Link Tab Control*/
.tabs a:focus { 
  color: #CCC !important; 
}

#left_rail a:focus, #right_rail a:focus, #main_column a span.arrowLink:focus { 
/*  color: #00BFF3 !important; */
  color: #F2F2F2!important;
  text-decoration: underline !important;
}

#main_column.black, #right_rail, #left_rail {
	background-color: #111 !important;
}

#main_column.black a:focus {
/*  color: #F2F2F2 !important; */
  text-decoration: underline !important;	
}

#main_column.white a:focus {
  color: #F2F2F2 !important; 
  text-decoration: underline !important;	
}

/* Main Content Styles */

#main_banner_holder {
	width: 1000px;
	height: 242px;
}

/* Static banner title*/
#banner_menu {
	float: left;
	position: absolute;
	top: 30px;
	padding-top: 5px;
	left: 24px;
	z-index: 100;
}

#banner_menu h2 {
	margin-bottom: 10px;
	margin-left: 0px;
}

#banner_menu #section_heading {
	font-style: normal !important;
	color: #F2F2F2;
	font-size: 26px;
	line-height: 10px;
}

#banner_menu #banner_tabs {
	margin: 0px 0px;
	padding: 0px 0px;
}

/* Dynamic banner info */

#top_banner_holder{
	background-color: #000;
	background-position: top left;
	background-repeat: no-repeat;
	width: 1000px;
	height: 242px;
}

#top_banner_holder .top_banner_style {
	background-repeat: no-repeat;	
	padding: 25px 0px 0px 25px;
	height: 217px;
	width: 975px;
	overflow: hidden;
}

#top_banner_holder .top_banner_style #section_subhead {
	margin-top: 10px;
}

#top_banner_holder .top_banner_style #section_message {
	width: 400px;
}

#top_banner_holder .top_banner_style h2 {
	font-style: normal !important;
	color: #F2F2F2;
	font-size: 22px;
	line-height: 26px;
	margin: 75px 0px 10px 0px;
	*margin-top: 105px;	
}

/* Dynamic pager controls */
#banner_tabs {
	list-style: none;
	margin: 0px 0px;
	padding: 0px 0px;
	width: auto;
}

#banner_tabs li {
	float: left;
	display: inline;	
	margin: 3px 3px 0px 3px;
	padding: 0px 0px 0px 0px;
}

#banner_tabs li.active {
	color: #6EC902;
}

#banner_tabs li:first-child {
	margin: 3px 3px 0px 0px;	
}

#banner_tabs li.active a {
	color: #6EC902 !important;
}

#banner_tabs li a {
	color: #E7E7E7 !important;
	text-decoration: none;
	font-size: 10px;	
}

#banner_tabs li {
	display: inline;
	margin-right: 5px;
	padding-right: 9px;
	border-right: 1px #999 solid;
	font-size: 11px;
	color: #CCC;
	line-height: 16px;
}

#section_tagline {
	vertical-align: baseline;
	margin-bottom: 20px;
	*margin-bottom: 0px; /* ie 7 hack */	
	_margin-bottom: -10px; /* ie 6 hack */
	
	background: url("../images/bg-sprite-repeat-x.jpg") repeat-x scroll 0 -800px transparent; /* -1524 */
	background-color: #111;
	clear: both;
	float: left;
	height: 40px;
	line-height: 40px;
	width: 1000px;
}

#section_tagline p {
	padding-left: 24px;
	height: 40px;
	line-height: 40px;	
	vertical-align: middle;
	font-size: 15px;
}

#section_tagline a {
	padding-right: 24px;
}

.arrowLinkWhite {
	background: url("../images/browse-arrow.gif") no-repeat scroll right 8px transparent;
	color: #F2F2F2 !important;
	font-size: 18px !important;
	font-weight: normal;
	line-height: 20px;
	margin: 0 !important;
	padding-right: 10px;
}

/* Browse Section */

#container {
	background-image: url("../images/prn3826-browse-back.jpg");
	background-repeat: repeat-x;
/* 	background-position: 0px -240px; */
	background-position: left 98%; 
	background-color: #101010;
	height: 444px; 

	width: 1000px;
}

#ad_container {
	background-color: #141414;	
/*	height: 606px;  */
	width: 1000px;
}

.browse {
	margin-left: 25px;
	width: 955px;
/*	border: 1px solid #F00; */
	overflow: hidden;
}

.browse .prod_item {
	width: 235px;
	overflow: hidden;
	float: left;
	border-right: 1px solid #1F2021;
}

.browse .last_item {
	border-right: none;
}

.browse .prod_item .cta_links {
/*	width: 170px; */
	color: #F2F2F2;	
	overflow: hidden;
	height: 150px;
	display: block;
	background-color: #111;
	padding: 20px 10px 10px 20px;
	line-height: 8px;
}

.browse a ul {
	list-style:none; 
	text-align: left;
	padding: 0px 0px;
	margin: 0px 0px;	
}

.browse a ul li span {
	font-size: 10px;
}

.browse a img {
	border: 0px;
}

.browse .prod_item .cta_links ul {
	list-style: none;
	padding: 0px 0px !important;
	margin: 0px 0px !important;
	text-align: left;	
}

.browse .prod_item .cta_links ul li {
/*  color: #F2F2F2 !important; */
/*  color: #B2B2B2 !important; */
/*  color: #00BFF3; */
}

/* Overwrite default blue link underline */
.browse a:hover {
	text-decoration: none !important;
}

.browse_header {
	color: #F2F2F2;
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px 0px !important;
	padding: 20px 0px 20px 24px;
}

.browseText {
	color: #F2F2F2 !important;
	font-size: 15px !important;
	font-weight: normal;
	line-height: 20px;
	margin: 0 !important;
	padding-right: 0px;
}

a.browseArrowLink {	
	font-size: 12px !important;
	font-weight: normal;
	margin: 0 !important;
	padding-right: 5px;
	line-height: 14px !important;	
}

a.browseArrowLink:hover {
/*	color: #F2F2F2 !important;	*/
	text-decoration: underline !important;	
}

/* Body Section */

.ad_section {
	padding-top: 10px;
	margin-left: 25px;
	margin-bottom: 20px !important;	
/*	width: 955px; */
	width: 460px;
	float: left;
/*	border: 1px solid #F00;	 */
}

.ad_section .section_block {
	margin-top: 30px;
	padding-bottom: 50px;
	*padding-bottom: 0px;	/* ie 6/7 hack */
	width: 450px;	
}

.ad_section .section_block .ad_image {
	padding-right: 20px;
	float: left;	
}

.ad_section .section_block .ad_image {
	border: 0px;
}
	
.ad_section .section_block .ad_copy {
	width: 350px;
	float: left;
}

.ad_section .section_block .ad_copy .ad_title {
	padding-right: 20px;
	padding-bottom: 5px;
	float: left;
	font-size: 15px;
	color: #F2F2F2;
}

.ad_section .section_block .ad_copy .ad_url { /* ul style */
	clear: both;
	float: left;	
	list-style: none;
	display: inline;
	padding: 0px 0px;
	margin: 0px 0px;	
	*margin-left: -16px;
}

.ad_section .section_block .ad_copy ul.ad_url li {
	width: 320px;
	margin: 0px 0px !important; /* override template styles */
}

.ad_section .section_block .ad_copy ul.ad_url li a {
	color: #B2B2B2 !important;
	display: inline;
}

.ad_section .section_block .ad_copy ul.ad_url li a span {
	text-decoration: none;
	margin-left: 10px;
}


#main_column .content_block img.icon {
	margin: 0px 0px;
	padding-right: 5px;
	vertical-align: text-bottom;
}

a.primary_button:hover span {
	background: url("http://www8.hp.com/ca/en/images/i/gateway/buttons_sprite.png") no-repeat right -19px;
	text-decoration: none !important;	
}

a.primary_button:hover {
	background: url("http://www8.hp.com/ca/en/images/i/gateway/buttons_sprite.png") no-repeat left -19px;
	text-decoration: none !important;	
}

a.primary_button{
	float: left;
	display: inline;
	height: 19px;
	background: url("http://www8.hp.com/ca/en/images/i/gateway/buttons_sprite.png") no-repeat left 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;	
}

a.primary_button span {
	float: left;
	display: inline;
	width: auto !important;
	height: 10px;
	background: url("http://www8.hp.com/ca/en/images/i/gateway/buttons_sprite.png") no-repeat right 0px;
	padding: 3px 14px 6px 11px;
	margin-left: 3px;
	font-size: 10px;
	font-weight: bold;
	color: white;
/*	text-transform: uppercase; */
	white-space: nowrap;
	cursor: pointer;
}

.content_block triple_column {
	float: left;
}

.arrowLink {
	margin-left: -10px !important;
	width: 110px;
	color: #F2F2F2;
}

.arrowLink:hover {
	text-decoration: underline !important;
}

.prodBlock {
/*	display: block; */
	float: left;
	width: 235px;
	border-right: 1px solid #1F2021;
	height: 150px;
	background: url("../images/prn3826-browse-box.jpg") repeat-x bottom;
	text-align: center; 
	text-decoration: none;
	padding-top: 15px;
	padding-left: 0px !important;
	background-color: #333;
}

.prodBlock img {
	padding: 0px 0px 0px 0px;	
}
.smallHolder {
	width:999px;
	margin-left:0px;
	background-color: #333;
	}
.prodBlockSmall {
/*	display: block; */
	float: left;
	width: 112px;
	border-right: 1px solid #1F2021;
	height: 108px;
	background: url("../images/prn3826-browse-box.jpg") repeat-x bottom;
	text-align: center; 
	text-decoration: none;
	padding-top: 1px;
	padding-left: 1px !important;
	background-color: #333;
}

.prodBlockSmall img {
	padding: 0px 0px 0px 0px;	
}
.browseTextSmall {
	color:#FFF;}

.linkslist {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}
 
.paddingReset {
	padding: 0 !important;
	font-size: 12px !important;
	width: 790px !important;
}

.bold {
	font-weight: bold !important;
}

.copyright {
	padding: 10px 10px 0px 10px !important;	
}

.copyright p {
	font-size: 11px !important;
}

.copyright a:active, .copyright a:hover, .copyright a:visited{
	color: #186D94; !important;
}

span.blue, .blue, .blue:hover, .blue:active, .blue:visited {
	color: #186D94; !important;	
}

.white_colour {
	color: #F2F2F2 !important;	
}

.black {
	color: #111 !important;	
}

/* Over ride Pricing Style
#main_column.white .large {
	font-size: 12px;
	color: #111;
}
*/

.footerBar {
	background: url("../images/bg-sprite-repeat-x.jpg") repeat-x scroll 0 -1524px transparent;
	background-color: #111;
	clear: both;
	float: left;
	height: 27px;
	line-height: 27px;
	width: 1000px;
}