/*
..................................................
Filename: photography.css
Author: Brian Bennett
Date: 11/21/2011

Supporting Files: reset.css, _global.css
Project: Net Next 2.0

Description: The networking.css file is used for
the new Networking section of the site; it contains
styles/rules that are global to Networking.
..................................................
*/

p {
	font-size: 13px;
	line-height: 18px;
	color: #6e6e6e;
}

p.more {
	color: #0069ad;
	font-size: 12px;
}


/*
..................................................
Top band with section header and horizontal 

navigation
..................................................
*/
#sectionNav {
	height: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E3E3E3;
}

.ppage {
	margin-bottom: 20px;
	padding-bottom: 0;
	background: transparent url("/networking/graphics/sectionNavDivider.gif") bottom left repeat-x;
}

div#main #sectionNav h2 {
	font-size: 12px;
	line-height: 12px;
	color: #76d750;
	float: left;
	padding-left: 22px;
}


#sectionNav h2 a:hover {
	text-decoration: none;
	color: #76D750;
}

ul#sectionNavMenu {
	font-size: 12px;
	line-height: 18px;
	float: right;
	display: inline;
	margin-right: 20px;
	clear: none;
	margin: 0!important;
}

ul#sectionNavMenu li {
	display: inline;
}

ul#sectionNavMenu li a,
ul#sectionNavMenu li a:visited {
	color: #666666;
	float: left;
	padding: 6px 8px;
}

ul#sectionNavMenu li a:hover { 
	color: #76D750;
	text-decoration: none;
}

ul#sectionNavMenu li.last a {
	padding-right: 0;
}

/*
..................................................
Hero Image Banner
..................................................
*/
#banner-wrap { 
	height: 390px; /* Needed for IE */
	position: relative;
	width: 800px;
}

h3.productsubhead {
	display:block;
	font-size: 12px;
	line-height: 26px;
	text-indent: 18px;
	color: #000;
	margin: 0;
	float: left;
	width: 800px;
	overflow: hidden;
	background: transparent url("/includes/graphics/divider2-bg.jpg") top left no-repeat;
	height: 26px;
}

.divider-1 {
    background: url("/networking/images/dividers/multi-color-divider.jpg") no-repeat scroll left top transparent;
    display: block;
    height: 10px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 800px;
}

.divider-2 {
    background: url("/includes/graphics/divider2-bg.jpg") no-repeat scroll left top transparent;
    clear: both;
    display: block;
    height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 800px;
}

.half-divider {
    background: url("/networking/images/dividers/half-divider.jpg") no-repeat scroll left top transparent;
    display: block;
    height: 2px;
    margin: 0;
    overflow: hidden;
    padding: 0 0 13px 20px;
    width: 444px;
}

.half-divider-2 {
    display: block;
    height: 2px;
    margin: 0;
    overflow: hidden;
    padding: 0 0 13px 20px;
    width: 369px;
}


/*
..................................................
Body and Shop Header Banner
..................................................
*/

#bodyheader {
display: block;
width: 800px;
height: 179px;
background: transparent url("/networking/graphics/topBannerBg.jpg") top left no-repeat;
}

#shopheader {
	display: block;
	width: 800px;
	height: 235px;
}

#softheader {
display: block;
width: 800px;
height: 463px;
background: transparent url("/networking/graphics/softBg.jpg") top left no-repeat;
}


#bodyheader h2, #shopheader h2, #softheader h2 {
font-size: 20px;
font-weight: bold;
width: 450px;
padding: 20px 0 0 20px;
}

#bodyheader h3, #shopheader h3, #softheader h3 {
font-size: 13px;
line-height: 18px;
width: 350px;
padding: 10px 0 0 20px;
line-height: 1.2;
}

#shopheader h3 a {
color: #76D750;
}


/*
..................................................
Snippet content
..................................................
*/
#snippetwrapper {
	/*need these rules in order to include pinstripe and gradient divider background*/
	background: url("/includes/graphics/beta_top_snippetBg.gif") top left repeat-x;
	padding-top: 30px;
}

.snippet {
	margin-top: 5px;
	overflow: hidden;
	display: block;
}

.snippet h3, .column .snippet h3, .column-wide .snippet h3 {
	font-weight: bold;
	font-size: 13px;
	line-height: 27px;
	margin: 0px 8px 0 60px;
}

#intro.snippet h3 { margin-left: 0; }
#intro.snippet p { margin-left: 0; }

.snippet h4 {
	font-size: 13px;
	line-height: 18px;
	color: #0069ad;
	margin: 0 8px 8px 60px;
	padding-top: 0;
}

.snippet p, .column .snippet p, .column-wide .snippet p { 
margin: 0 8px 5px 60px;
padding-top: 0;
}

.snippet p a { color: #6E6E6E; text-decoration: underline; }

.snippet p a:hover {
	color: #0069AD;
}

.snippet img.left {
	float: left;
	margin-right: 13px;
	width: 43px;
	height: 43px;
}

.snippet img.right {
	float: right;
	margin-left: 20px;
}


/*
..................................................
START NETWORKING SPECIFIC RULES
..................................................
*/

/* - network-specific top navigation on states - */

.performance ul#sectionNavMenu li.performance a,
.apps ul#sectionNavMenu li.apps a,
.easy ul#sectionNavMenu li.easy a,
.compare ul#sectionNavMenu li.compare a,
.shop ul#sectionNavMenu li.shop a,
.reviews ul#sectionNavMenu li.reviews a,
.firmware ul#sectionNavMenu li.firm a,
.performance ul#sectionNavMenu li.performance a:visited, 
.apps ul#sectionNavMenu li.apps a:visited, 
.easy ul#sectionNavMenu li.easy a:visited, 
.shop ul#sectionNavMenu li.shop a:visited,
.compare ul#sectionNavMenu li.compare a:visited,
.reviews ul#sectionNavMenu li.reviews a:visited,
.firmware ul#sectionNavMenu li.firm a:visited { color: #333; }

.performance ul#sectionNavMenu li.performance a:hover,
.apps ul#sectionNavMenu li.apps a:hover,<p class="subhead">Download Updates</p>
.easy ul#sectionNavMenu li.easy a:hover,
.shop ul#sectionNavMenu li.shop a:hover,
.compare ul#sectionNavMenu li.compare a:hover,
.reviews ul#sectionNavMenu li.reviews a:hover,
.firmware ul#sectionNavMenu li.firm a:hover,
.performance ul#sectionNavMenu li.performance a:visited:hover, 
.apps ul#sectionNavMenu li.apps a:visited:hover, 
.easy ul#sectionNavMenu li.easy a:visited:hover, 
.shop ul#sectionNavMenu li.shop a:visited:hover, 
.compare ul#sectionNavMenu li.compare a:visited:hover,
.reviews ul#sectionNavMenu li.reviews a:visited:hover,
.firmware ul#sectionNavMenu li.firm a:visited:hover { color: #0069AD; }

ul#sectionNavMenu li.firm a {
	background: transparent url("/networking/graphics/net_nav_soft_up.png") 6px 9px no-repeat; 
	text-indent: -9999px;
	width: 110px; 
}



<!-- deleted -->


..................................................
Five column box-style product intro links that

change on hover
..................................................
*/
a.prodbox, a.shopbox, a.softbox {
	/* 5 column grid */
	display: block;
	float: left;
	width: 160px;
	height: 320px;
	background-position: 0px 0px;
	background-repeat: repeat-x;
	overflow: hidden;
	margin-top: -1px;
}

a.shopbox { margin-top: 26px; }

a.softbox { margin-top: 83px; }


a.prodbox:hover, a.shopbox:hover {
	background-position: 160px 0px;
	text-decoration: none;
}

a.prodbox:hover, a.shopbox:hover, a.softbox:hover {
	background-position: 160px 0px;
	text-decoration: none;
}

a.prodbox#surfbox { 	/* add id only containing background sprite images unique products */
	background-image: url("/networking/graphics/index_surfBg.jpg");
}
a.prodbox#sharebox1, a.prodbox#sharebox2 { background-image: url("/networking/graphics/index_shareBg.jpg"); }
a.prodbox#playbox1, a.prodbox#playbox2 { background-image: url("/networking/graphics/index_playBg.jpg"); }

a.shopbox#surfbox, a.softbox#surfbox { 	/* add id only containing background sprite images unique products */
	background-image: url("/networking/graphics/shop_surfBg.jpg");
}
a.shopbox#sharebox1, a.softbox#sharebox1{ background-image: url("/networking/graphics/shop_shareBg.jpg"); }
a.shopbox#sharebox2, a.softbox#sharebox2 { background-image: url("/networking/graphics/shop_sharemaxBg.jpg"); }
a.shopbox#playbox1, a.softbox#playbox1 { background-image: url("/networking/graphics/shop_playBg.jpg"); }
a.shopbox#playbox2, a.softbox#playbox2 { background-image: url("/networking/graphics/shop_playmaxBg.jpg"); }

a.prodbox h4, a.shopbox h4, a.softbox h4 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	width: 120px;
	text-align:left;
	margin: 210px auto 0 auto;
}

.firmware a.softbox h4, .firmware a.softbox p { text-align: center; }

a#surfbox h4 { color:#d95e17; }
a#sharebox1 h4, a#sharebox2 h4 { color:#c0143c; }
a#playbox1 h4, a#playbox2 h4 { color:#651f76; }

a.prodbox p, a.shopbox p, a.softbox p {
	font-size: 10px;
	line-height: 12px;
	margin: 0 auto;
	text-indent: 1px;
}

a#surfbox h4 { margin-left: 45px; }
a#sharebox1 h4 { margin-left: 30px; }
a#sharebox2 h4 { margin-left: 25px; }
a#playbox1 h4 { margin-left: 30px; }
a#playbox2 h4 { margin-left: 25px; }

a#surfbox p { width: 100px; margin-left: 45px; }
a#sharebox1 p { width: 120px; margin-left: 30px; }
a#sharebox2 p { width: 140px; margin-left: 25px; }
a#playbox1 p { width: 120px; margin-left: 30px; }
a#playbox2 p { width: 120px; margin-left: 25px; }

.firmware a#surfbox h4 { margin-left: auto; }
.firmware a#sharebox1 h4 { margin-left: auto; }
.firmware a#sharebox2 h4 { margin-left: auto; }
.firmware a#playbox1 h4 { margin-left: auto; }
.firmware a#playbox2 h4 { margin-left: auto; }

.firmware a#surfbox p { width: 120px; margin-left: auto; }
.firmware a#sharebox1 p { width: 120px; margin-left: auto; }
.firmware a#sharebox2 p { width: 120px; margin-left: auto; }
.firmware a#playbox1 p { width: 120px; margin-left: auto; }
.firmware a#playbox2 p { width: 120px; margin-left: auto; }

a.prodbox p.subhead, a.shopbox p.subhead, a.softbox p.subhead {
	color: #171717;
	font-weight: bold;
	margin-bottom: 7px;
}

a.prodbox p.buy, a.shopbox p.buy, a.softbox p.buy {
	color: #333;
	font-weight: bold;
	margin-top: 7px;
}


/*
..................................................
Four column box-style product intro links that

change on hover
..................................................
*/
.prod-intro {
	clear: both;
	width: 800px;
	float: left;
	margin-bottom: 16px;
}

.col-4 a,
.col-4 a.noHoverHL:hover {
	width: 264px;
	min-height: 262px;
	display: block;
	float: left;
	border: 1px solid #fff;
	text-align: center;
}

.col-4 a.tall,
.col-4 a.tall:hover {
	height: 300px;
}

.col-4 a:hover {
	border: 1px solid #76D750;
	text-decoration: none;
}

.col-4 img {
	margin-top: 10px;
	width:264px;
	height:272px;
	/*padding-bottom:20px;*/
}

.col-4 h4 {
	/*color: #763e93;*/
	color:black;
	font-size: 12px;
	/*font-weight: bold;*/
	margin: 0 10px 10px 10px;
	text-align: center;
}

.col-4 p {
	line-height: 15px;
	margin: 0 10px;
	text-align: left;
}

.prod-name {
	font-size: 14px;
	left: 18px;
	bottom: 18px;
	position: absolute;
}

/*
..................................................
3 column box-style product intro links that

change on hover
..................................................
*/

#network-page .col-3 a,
.col-3 li {
	width: 264px;
	height: 300px;
	display: block;
	float: left;
	border: 1px solid #fff;
	text-align: center;
}

#network-page .col-3 a.last {
	width: 380px;
	height: 300px;
	display: block;
	float: left;
	border: 1px solid #fff;
	text-align: center;
}

#network-page .col-3 a.last:hover {
	border: 1px solid #fff;
	text-decoration: none;
}

#network-page .col-3 a:hover {
	border: 1px solid #76D750;
	text-decoration: none;
}

.col-3 a.noHoverHL,
.col-3 a.noHoverHL:hover  {
	width: 398px;
	height: 262px;
	display: block;
	float: left;
	border: 1px solid #fff;
	text-align: center;
}


#network-page .col-3 img {
	margin-top: 10px;
}

#network-page .col-3 h4 {
	color: #763e93;
}

.col-3 h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 10px 10px 10px;
	text-align: left;
}

.col-3 p {
	line-height: 15px;
	margin: 0 10px;
	text-align: left;
}

.col-3 h4.video-description  {
	margin: 10px 10px 10px 23px;
}

 .col-3 p.video-description {
 	margin-left: 23px;
 }
 
  .col-3 img.video-thumb {
 	margin-top: 0px;
 }

.prod-name {
	font-size: 14px;
	left: 18px;
	bottom: 18px;
	position: absolute;
}

/*
..................................................
Hero Banners
..................................................
*/
#banner-cycle .white {
	color: #fff;
}

#banner-cycle a {
	position: absolute;
	top: 0;
	left: 0;
}

#banner-cycle a,
#banner-cycle a img {
	margin: 0;
	padding: 0;
}

#banner-cycle a:hover {
	text-decoration: none;
}

#banner-cycle h3 {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: normal;
	left: 18px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 18px;
}

#banner-cycle h3 span {
	font-weight: normal;
	font-size: 18px;
	display: block;
	width: 400px;
	margin-top: 10px;
}

#banner-cycle h4 {
	font-weight: 500;
}

#banner-cycle h4 span {
	font-weight: 200;
}

#pager {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 500;
}

#pager a {
	text-indent: -10000px;
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin-left: 8px;
	overflow: hidden;
	background: url('/includes/graphics/banner-pager.png') no-repeat 0 -10px;
}

#pager a:hover,
#pager a.activeSlide {
	background-position: 0 0;
}

.prod-intro .active-thumb {
	border: 1px solid #76D750;
}

#flashholdingdiv {
	position: absolute;
	z-index: 900;
	width: 800px;
}

#powerline-banner,
#home-theater-banner {
	display: block;
	width: 800px;
	height: 390px;
	overflow: hidden;
	position: relative;
}

#powerline-banner #photo {
	position: absolute;
	left: 0;
	top: 0;
	width: 1300px;
	height: 683px;
	z-index: 4;
}

#powerline-banner #photo2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 390px;
	z-index: 5;
}

#powerline-banner h3,
#home-theater-banner h3 {
	color: #fff;
	font-size: 30px;
	margin: 0;
	padding: 0;
	width: 600px;
	position: absolute;
	top: 18px;
	left: 18px;
	display: none;
	z-index: 6;
}

#powerline-banner h3#text-1,
#home-theater-banner h3#text-1  {
	display: block;
}

#powerline-banner h3 span,
#home-theater-banner h3 span {
	font-weight: normal;
	font-size: 18px;
	display: block;
	width: 400px;
	margin-top: 10px;
}

#home-theater-banner #photo {
	position: absolute;
	left: 0;
	top: 0;
	width: 1775px;
	height: 1094px;
	z-index: 5;
}



/*
..................................................
Software Updates Banner
..................................................
*/

a.software_updates {
	clear: both;
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: lighter;
	letter-spacing: .7px;
	line-height: 52px;
	height: 54px;
	margin: 0 20px;
	text-align: right;
	width: 760px;
	background: url("/networking/graphics/software_updates_bg.png") no-repeat 0 0;
	text-decoration: none;
}

a.software_updates span {
	color: #99CC00;
	margin-right: 72px;
}



/*
..................................................
Legal disclaimer (small gray copy)
..................................................
*/
#disclaimer {
	padding: 20px;
	clear: both;
	margin: 0;
}

#disclaimer p {
	font-size: 10px;
	line-height: 16px;
	color: #999;
}


/*
..................................................
Networking - box above footer
..................................................
*/
#morenetworking {
	clear: both;
	height: 260px;
	background: url('/networking/graphics/all_networking_footer.jpg') top left no-repeat;
	margin-bottom: 20px;
}

div.shop #morenetworking {
	background: url('/networking/graphics/all_networking_shopfooter.jpg') 0 -18px no-repeat;
height: 202px;
}


#morenetworking a {
	display: inline-block;
	color: #6e6e6e;
	font-size: 12px;
	line-height: 18px;
	background: url("/includes/graphics/beta_bullet_arrow_black.gif") center left no-repeat;
	margin: 90px 0 0 20px;
	text-decoration: none;
	padding-left: 10px;
}

div.shop #morenetworking a { margin-top: 72px; }

#morenetworking a:hover { color: #0069AD; }


/*
..................................................
Press Reviews
..................................................
*/
#reviewWrapper {
	background: url("/includes/graphics/beta_top_snippetBg.gif") top left repeat-x;
}

#reviewEntry {
	line-height: 18px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	margin: 0 20px 20px 20px;
}

/* - Special Case for the last #reviewEntry - */
#reviewEntry.last {
	border: none;
	margin-bottom: 0;
}

#reviewEntry img.logo {
	float: left;
	margin: 0 20px 0 0;
}

h2.text {
	font-size: 18px;
	line-height: 20px;
	padding: 25px 0 40px 0;
	margin: 0 0 0 20px;
}

#reviewEntry p.date {
	margin: 0 0 0 220px;
}

#reviewEntry a.articleLink,
#reviewEntry a.articleLink:link,
#reviewEntry a.articleLink:visited,
#reviewEntry a.articleLink:active {
	font-size: 12px;
	color: #666666;
	display: inline-block;
	margin: 0 0 8px 0;
}

#reviewEntry a.articleLink:hover {
	color: #0069ad;
	text-decoration: none;
}

#reviewEntry p.reviewBlurb {
	margin: 0 0 20px 220px;
}

/* - Special Case for Review page - */
#reviews #ft {
	clear: none;
}

/*
..................................................
Styles for Product Pages with photo galleries and top nav:

IWCatPrimary_ssp
..................................................
*/
#pageTop {
padding:0 0 20px 0;
}

/*|||||||||||||| rules for software updates banner |||||||||||||||*/
a.software_updates {
	clear:both;
	display:block;
	text-align: right;
	margin: 0 20px;
	font-weight: lighter;
	color:#FFF;
	font-size: 16px;
	line-height: 52px;
	height: 54px;
	width: 760px;
	background: url("/networking/graphics/software_updates_bg.png") no-repeat scroll left top transparent;
	font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	letter-spacing: 0.7px;
}

a.software_updates:hover { text-decoration: none; }

a.software_updates strong {
	color: #99CC00;
	margin-right:72px;
}

div#main .chart h2.firmware {
background:url("/networking/graphics/software_updates_icon.png") no-repeat scroll 30px 20px #2C2F34;
color:#FFF;
font-size:30px;
font-weight:lighter;
line-height:36px;
margin:0;
padding:25px 20px 20px 80px;
text-indent:0;
font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
letter-spacing: 0.7px;
width: 700px;
}

/*
..................................................
Columns
..................................................
*/

#three-column {
	width: 800px;
	background: url("/networking/images/dividers/three-column-divider.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
}

#three-column-no-shadow {
	width: 800px;
	background: url("/networking/images/dividers/three-column-divider-no-shadow-v2.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
}

.landing_header {
	background: #ffffff url("/networking/images/dividers/landing-page-header.jpg") 0 0 no-repeat;
    padding: 20px 20px 0;
}

.landing_header h1 {
	color: #171717;
    font-weight: bold;
}

.column {
	width: 226px;
	padding: 20px 20px; 
	float: left;
}

.middle {
	width: 226px;
	padding: 20px 21px; 
}

.column-wide {
	width: 493px;
	margin: 0;
	padding: 0 20px;
	height: 190px;
	display: table-cell;
    vertical-align: middle;
}

.column-wide-video {
	width: 493px;
	margin: 0;
	padding: 0 20px;
	height: 325px;
	display: table-cell;
    vertical-align: middle;
}

.column-fifty-left {
	width: 370px;
	margin: 0;
	padding: 0 10px 20px 20px;
	float: left;
}

.column-fifty-right {
	width: 370px;
	margin: 0;
	padding: 0 20px 20px 10px;
	float: left;
}


.column h3, .column-fifty-left h3, .column-fifty-right h3 {
	font-size: 20px;
	font-weight: bold;
	color: #171717;
	margin-top: 20px;
	padding: 0;
}

.column-wide h3 {
	font-size: 20px;
	font-weight: bold;
	color: #171717;
	padding: 0;
}

.column-wide-video h3 {
	font-size: 20px;
	font-weight: bold;
	color: #171717;
	padding: 0;
}


.column p, .column-fifty-left p, .column-fifty-right p, .column-wide p {
	font-size: 13px;
	color: #6e6e6e;
	line-height: 16px;
	padding-top: 11px;
}

p.learn_more a,
p.learn_more span {
	color: #763e93;
	font-weight: bold;
}

p.learn_more span {
	display: block;
	margin-top: 10px;
}

a:hover p.learn_more span {
	color: #B18EC3;
}

p.learn_more a:hover {
	color: #b18ec3;
	text-decoration: none;
}


img#easy-setup-vid {
	margin-top: 13px;
}

.wireless-easy-first-row {
	padding: 30px 0;
	*padding: 30px 0 60px 0;
}



/*
..................................................
For vertical aligning middle in IE 7 and below
..................................................
*/
 .vertical-middle {
	*position: relative;
	*top: 50%;
    }
    
.ie_helper {
	*position: relative;
	*top: -50%;
    }
.vertical-middle, .ie_helper, #container p {
       zoom: 1;
    }


/*
..................................................
Choose
..................................................
*/


#choose {
	width: 800px;
	height: 321px;
	clear: both;
	padding-top: 1px;
	background: url("/networking/images/dividers/one-pixel-divider.jpg") no-repeat;
	float: left;
}

#choose h3 {
	font-size: 20px;
	line-height: 17px;
	font-weight: bold;
	color: #171717;
}

#choose p {
	font-size: 13px;
	color: #6e6e6e;
	line-height: 16px;
	padding-top: 11px;
	width: 380px;
}



a.wireless-solutions {
	background: url("/networking/images/wireless-routers/wireless-solutions.jpg");
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	width: 800x;
	padding-bottom: 1px;
	padding: 20px 0 0 20px;
	height: 302px;
}

a.powerline-solutions {
	background: url("/networking/images/powerline/powerline-solutions.jpg") no-repeat;
	text-decoration: none;
	display: block;
	width: 800x;
	height: 321px;
	padding-bottom: 1px;
	padding: 20px 0 0 20px;
}

a.powerline-solutions-uk,
a.powerline-solutions-hk,
a.powerline-solutions-ph,
a.powerline-solutions-sg,
a.powerline-solutions-my {
	background: url("/uk/networking/images/powerline/powerline-solutions.jpg") no-repeat;
	text-decoration: none;
	display: block;
	width: 800x;
	height: 321px;
	padding-bottom: 1px;
	padding: 20px 0 0 20px;
}

a.powerline-solutions-fr {
	background: url("/fr/networking/images/powerline/powerline-solutions.jpg") no-repeat;
	text-decoration: none;
	display: block;
	width: 800x;
	height: 321px;
	padding-bottom: 1px;
	padding: 20px 0 0 20px;
}

a.powerline-solutions-de {
	background: url("/de/networking/images/powerline/powerline-solutions.jpg") no-repeat;
	text-decoration: none;
	display: block;
	width: 800x;
	height: 321px;
	padding-bottom: 1px;
	padding: 20px 0 0 20px;
}


a:hover.wireless-solutions {
	text-decoration: none;
}



a:hover.wireless-solutions {
	text-decoration: none;
}

.button-wrapper {
	float: left; 
	position: relative;
	left: 16px;
}

.button-wrapper.help-me-choose {
	padding-top: 25px;
}

.button-wrapper.compare-powerline {
	top: -230px; 
}

.button-wrapper.compare-wireless {
	top: -200px; 
}


a.compare-button{
	background:url("/networking/images/buttons/compare-btn-bg-right.png") no-repeat scroll right top transparent;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	height:29px;
	padding-right:14px;
	text-decoration:none;

}
a.compare-button span {
	background:url("/networking/images/buttons/compare-btn-bg-left.png") no-repeat scroll 0 0 transparent;
	color:#FFFFFF;
	display:block;
	line-height:27px;
	padding:0 0 0 14px;
}

a.yellow-button{
	background:url("/networking/images/buttons/yellow-btn-bg-right.png") no-repeat scroll right top transparent;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	height:29px;
	padding:0 14px 0 0;
	text-decoration:none;
}

a.yellow-button span {
	background:url("/networking/images/buttons/yellow-btn-bg-left.png") no-repeat scroll 0 0 transparent;
	color:#FFFFFF;
	display:block;
	line-height:27px;
	padding:0 0 0 14px;
	height:29px;
}


a.red-button{
	background:url("/networking/images/buttons/red-btn-bg-right.png") no-repeat scroll right top transparent;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	height:29px;
	padding:0 14px 0 0;
	text-decoration:none;
}

a.red-button span {
	background:url("/networking/images/buttons/red-btn-bg-left.png") no-repeat scroll 0 0 transparent;
	color:#FFFFFF;
	display:block;
	line-height:27px;
	padding:0 0 0 14px;
	height:29px;
}


a.purple-button{
	background:url("/networking/images/buttons/purple-btn-bg-right.png") no-repeat scroll right top transparent;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	height:29px;
	padding-right:14px;
	text-decoration:none;
	
}

a.purple-button span {
	background:url("/networking/images/buttons/purple-btn-bg-left.png") no-repeat scroll 0 0 transparent;
	color:#FFFFFF;
	display:block;
	line-height:27px;
	padding:0 0 0 14px;
	height:29px;
}


a.buy-now, a.where-to-buy-button {
	background:url("/networking/images/buttons/buy-now-btn-bg-right.png") no-repeat scroll right top transparent;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	height:27px;
	padding-right:14px;
	text-decoration:none;
	float: left;
}
a.buy-now span, a.where-to-buy-button span  {
	background:url("/networking/images/buttons/buy-now-btn-bg-left.png") no-repeat scroll 0 0 transparent;
	color:#FFFFFF;
	display:block;
	line-height:27px;
	padding:0 0 0 14px;
}

ul#sectionNavMenu li a.where-to-buy-button {
	background:url("/networking/images/buttons/buy-now-btn-bg-right.png") no-repeat scroll right 2px transparent;
	padding:2px 14px 0 0;
	margin-left: 10px;
}



/*
..................................................
Subsections
..................................................
*/

.section_header_wrapper {
	background: url("/networking/graphics/subsection_header.jpg") no-repeat;
	width: 800px;
	height: 81px;
}

.section-header-wrapper-wireless {
	background: url("/networking/images/wireless-routers/subsection-header.jpg") no-repeat;
	width: 800px;
	height: 81px;
}

.section-header-wrapper-powerline {
	background: url("/networking/images/powerline/subsection-header.jpg") no-repeat;
	width: 800px;
	height: 81px;
}

.section-header-wrapper-powerline-uk {
	background: url("/uk/networking/images/powerline/subsection-header.jpg") no-repeat;
	width: 800px;
	height: 81px;
}

.section-header-wrapper-powerline-fr {
	background: url("/fr/networking/images/powerline/subsection-header.jpg") no-repeat;
	width: 800px;
	height: 81px;
}

.section-header-wrapper-powerline-de {
	background: url("/de/networking/images/powerline/subsection-header.jpg") no-repeat;
	width: 800px;
	height: 81px;
}

.section-header-wrapper-powerline-hk {
	background: url("/hk/networking/images/powerline/subsection-header.jpg") no-repeat;
	width: 800px;
	height: 81px;
}


.section_header_title {
    color: #FFFFFF;
    font-size: 24px;
    padding-right: 20px;
    position: relative;
    text-align: right;
    top: 40px;
    width: 780px;
}

.section-header-title {
    color: #FFFFFF;
    font-size: 24px;
    padding-right: 20px;
    position: relative;
    text-align: right;
    top: 40px;
    width: 780px;
}

/*
..................................................
Sub Section Nav
..................................................
*/
#sub-section-tab-nav {
	float: left;
	width: 800px;
	height: 41px;
	background: url("/includes/graphics/divider2-bg.jpg") no-repeat scroll left bottom transparent;
	padding-bottom: 20px;
}

#sub-section-tab-nav ul {
	display: inline;
}

#sub-section-tab-nav li {
	display: inline;
}

#sub-section-tab-nav ul li a {
	color: #A1A1A1;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	line-height: 41px;
	height: 41px;
	width: 266px;
	display: block;
	float: left;
	border-right: 1px solid transparent;
}

#sub-section-tab-nav ul li a:hover {
	text-decoration: none;
	color: #5a5a5a;
}

#sub-section-tab-nav .tab1 {
	background: url("/networking/images/buttons/tab-nav-sprite.jpg") no-repeat 0 0;
}
#sub-section-tab-nav .tab1:hover {
	background: url("/networking/images/buttons/tab-nav-sprite.jpg") no-repeat 0 -41px;
}


#sub-section-tab-nav .tab2 {
	background: url("/networking/images/buttons/tab-nav-sprite.jpg") no-repeat -267px 0;
}
#sub-section-tab-nav .tab2:hover {
	background: url("/networking/images/buttons/tab-nav-sprite.jpg") no-repeat -267px -41px;
}

#sub-section-tab-nav .tab3 {
	background: url("/networking/images/buttons/tab-nav-sprite.jpg") no-repeat -534px 0;
	border-right: 0;
}
#sub-section-tab-nav .tab3:hover {
	background: url("/networking/images/buttons/tab-nav-sprite.jpg") no-repeat -534px -41px;
}

#sub-section-tab-nav .empty {
	background: url("/networking/images/buttons/tab-nav-sprite.jpg") no-repeat -534px 0;
	border-right: 0;
}
#sub-section-tab-nav .empty:hover {
	background: url("/networking/images/buttons/tab-nav-sprite.jpg") no-repeat -534px 0;
}

/*
..................................................
Active tab styling - for Active Page
..................................................
*/

.id-wireless.compare-wireless #sub-section-tab-nav .tab1,
.id-wireless.easy-setup #sub-section-tab-nav .tab1,
.id-powerline.what-is-powerline #sub-section-tab-nav .tab1 {
	background: url("/networking/images/buttons/section-nav-one.jpg") no-repeat 0 0;
	color: #5a5a5a;
}

.id-wireless.compare-adapters #sub-section-tab-nav .tab2,
.id-wireless.performance #sub-section-tab-nav .tab2,
.id-powerline.easy-setup #sub-section-tab-nav .tab2 {
	background: url("/networking/images/buttons/tab-nav-sprite.jpg") no-repeat -267px -41px;
	color: #5a5a5a;
}

.id-wireless.compare #sub-section-tab-nav .tab3,
.id-wireless.activities #sub-section-tab-nav .tab3,
.id-wireless.compare-wireless-modem-routers #sub-section-tab-nav .tab3,
.id-powerline.performance #sub-section-tab-nav .tab3 {
	background: url("/networking/images/buttons/tab-nav-sprite.jpg") no-repeat -534px -41px;
	border-right: 0;
	color: #5a5a5a;
}


/*
..................................................
top-description
..................................................
*/

#top-description {
	width: 800px;
	clear: both;
	padding-bottom: 1px;
	background: url("/networking/images/dividers/one-pixel-divider.jpg") bottom;
	background-repeat: no-repeat;
}

#support-description {
	width: 800px;
	clear: both;
	background: url("/includes/graphics/divider2-bg.jpg") no-repeat scroll left top transparent;
	padding-top: 20px;
}

#compare-description {
	width: 800px;
}


#top-description h3, #support-description h3 {
	font-size: 22px;
	font-weight: bold;
	color: #171717;
	padding-left: 20px;
	width: 780px;
}

div#main .chart #compare-description h2 {
	font-size: 22px;
	line-height: 1.25em;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 0;
	width: 780px;
}

div#main .chart #compare-description p {
	padding-left: 20px;
}

div#main .chart #compare-description h3 {
	font-size: 16px; 
	font-weight: bold;
	padding-left: 20px;
	padding-top: 15px;
}

#top-description p {
	font-size: 16px;
	color: #6e6e6e;
	line-height: 21px;
	padding-top: 11px;
	width: 514px;
	padding-left: 20px;
}

#support-description p {
	font-size: 16px;
	color: #6e6e6e;
	line-height: 21px;
	width: 720px;
	padding: 11px 20px 0 20px;
}

div.wireless-performance {
	background: url("/networking/images/wireless-routers/performance.jpg") no-repeat right;
	display: block;
	width: 780px;
	height: 149px;
}

div.wireless-activities {
	background: url("/networking/images/wireless-routers/activities.jpg") no-repeat right;
	display: block;
	width: 780px;
	height: 149px;
}

div.wireless-easy-setup {
	background: url("/networking/images/wireless-routers/easy-setup.jpg") no-repeat right;
	display: block;
	width: 780px;
	height: 149px;
}

div.wireless-easy-setup.wireless-easy-setup-uk {
	background: url("/uk/networking/images/wireless-routers/easy-setup.jpg") no-repeat right;
}

div.wireless-easy-setup.wireless-easy-setup-fr {
	background: url("/fr/networking/images/wireless-routers/easy-setup.jpg") no-repeat right;
}

div.wireless-easy-setup.wireless-easy-setup-de {
	background: url("/de/networking/images/wireless-routers/easy-setup.jpg") no-repeat right;
}

div.wireless-easy-setup.wireless-easy-setup-hk {
	background: url("/hk/networking/images/wireless-routers/easy-setup.jpg") no-repeat right;
}

div.powerline-what-is {
	background: url("/networking/images/powerline/what-is-powerline.jpg") no-repeat right;
	display: block;
	width: 780px;
	height: 149px;
}

div.powerline-what-is.powerline-what-is-uk {
	background: url("/uk/networking/images/powerline/what-is-powerline.jpg")  no-repeat right;
}

div.powerline-what-is.powerline-what-is-fr {
	background: url("/fr/networking/images/powerline/what-is-powerline.jpg")  no-repeat right;
}

div.powerline-what-is.powerline-what-is-de {
	background: url("/de/networking/images/powerline/what-is-powerline.jpg")  no-repeat right;
}

div.powerline-what-is.powerline-what-is-hk {
	background: url("/hk/networking/images/powerline/what-is-powerline.jpg")  no-repeat right;
}

div.powerline-easy-setup {
	background: url("/networking/images/powerline/easy-setup.jpg") no-repeat right;
	display: block;
	width: 780x;
	height: 149px;
}

div.powerline-easy-setup.powerline-easy-setup-uk {
	background: url("/uk/networking/images/powerline/easy-setup.jpg") no-repeat right;
}

div.powerline-easy-setup.powerline-easy-setup-fr {
	background: url("/fr/networking/images/powerline/easy-setup.jpg") no-repeat right;
}

div.powerline-easy-setup.powerline-easy-setup-de {
	background: url("/de/networking/images/powerline/easy-setup.jpg") no-repeat right;
}

div.powerline-easy-setup.powerline-easy-setup-hk {
	background: url("/hk/networking/images/powerline/easy-setup.jpg") no-repeat right;
}

div.powerline-performance {
	background: url("/networking/images/powerline/performance.jpg") no-repeat right;
	text-decoration: none;
	display: block;
	width: 780px;
	height: 149px;
}

div.powerline-performance.powerline-performance-uk {
	background: url("/uk/networking/images/powerline/performance.jpg") no-repeat right;
}

div.powerline-performance.powerline-performance-fr {
	background: url("/fr/networking/images/powerline/performance.jpg") no-repeat right;
}

div.powerline-performance.powerline-performance-de {
	background: url("/de/networking/images/powerline/performance.jpg") no-repeat right;
}

div.powerline-performance.powerline-performance-hk {
	background: url("/hk/networking/images/powerline/performance.jpg") no-repeat right;
}


div.powerline-support {
	display: block;
	width: 800x;
}

div.wireless-support {
	display: block;
	width: 800x;
}

.available {
	color: #333;
	font-weight: bold;
}

.powerline-diagram {
	padding: 20px;
}

/*
..................................................
Styles for Wired Solutions
..................................................
*/

#wired_solutions_product {
	width: 800px;
	height: 275px;
	background:url("/networking/images/wired/wired_solutions_product.jpg") no-repeat; 
	border-bottom: 1px solid #ccc;
}


#wired_solutions_product h1 {
	font-size: 24px;
	font-weight: bold;
	width: 360px;
	padding: 62px 20px 10px 420px;
}

#wired_solutions_product p {
	font-size: 14px;
	width: 360px;
	padding: 0 20px 20px 420px;
	color: #6E6E6E;
	line-height: 20px;
}

/*
..................................................
Styles for ScreenCast
..................................................
*/

#screen-cast {
	position: relative;
}

#screencast-hero {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

#screen-cast h1 {
	font-size: 28px;
	font-weight: bold;
	padding: 0 0 15px 20px;
}

#screen-cast h2 {
	font-size: 20px;
	color: #763E93;
	padding: 0 0 20px 20px;
}

#screen-cast h2 span {
	color: #171717;
	font-weight: bold;
}

sup {
	font-size: 70%;
	vertical-align: top;
	line-height: 1em;
}

#screencast-intro {
	width: 800px;
	height: 235px;
}

#screen-cast h3 {
	font-size: 20px;
	font-weight: bold;
	padding-left: 20px;
}

#screen-cast p {
	font-size: 13px;
	color: #6e6e6e;
	padding-left: 20px;
}

#screen-cast #top-right {
	width: 360px;
	padding-top: 40px;
	padding-right: 20px;
	float: right;
}

#screen-cast #top-right h3 {
	padding: 0;
	line-height: 1.3;
}

#screen-cast #top-right p {
	padding: 10px 0 0 0;
}


#screen-cast #box-2 {
	width: 800px;
	height: 640px;
	background: url("/networking/images/home-theater/screen-cast-02.jpg") no-repeat 0 0; 
	clear: both;
	float: left;
	margin-top: -34px;
}

#screen-cast #box-2 .left-box {
	float: left;
	width: 370px;
}

#screen-cast #box-2 .left-box h3 {
	padding: 460px 0 0 20px;
	line-height: 1.3;
}

#screen-cast #box-2 .left-box p {	
	padding: 10px 0 0 20px;
}

#screen-cast #box-2 .right-box {
	padding-right: 20px;
	margin-top: 294px;
	float: right;
	width: 360px;
}

#screen-cast #box-2 .right-box h3{
	padding: 0;
	line-height: 1.3;
}

#screen-cast #box-2 .right-box p{	
	padding: 10px 0 0 0;	
}

#screen-cast #box-3 {
	width: 760px;
	height: 192px;
	clear: both;
	padding: 0 20px;
}

#screen-cast #box-3 img {
	float: left;
}

#screen-cast #box-3 div.inner-right {
	width: 360px;
	float: right;
	padding-top: 30px;

}

#screen-cast #box-3 h3 {
	padding: 0;
	line-height: 1;
	margin-bottom: 10px;
}

#screen-cast #box-3 p {
	padding: 0;	
}

#screen-cast #disclaimer {
	margin: 0;
	padding: 0;
}

#screen-cast #disclaimer p {
	font-size: 10px;
	line-height: 16px;
	color: #999;
	margin: 0 20px 20px 20px;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #c0c0c0;
}


/*
..................................................
Styles for Three Easy Steps
..................................................
*/

.three-easy-steps {
    float: right;
    height: 200px;
    position: relatives;

}
.three-easy-steps img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
p.step1, p.step2, p.step3, p.step1_intl, p.step2_intl, p.step3_intl {
    font-size: 11px;
    line-height: 1.3;
    padding-top: 30px;
}
p.call-to-action {
	padding-top: 20px;
	font-weight: bold;
}


.step1 {
    left: 187px;
    width: 90px;
    float: left;
}

.step1_intl {
    left: 187px;
    width: 90px;
    float: left;
    padding-left: 147px;
}
.step2 {
    left: 330px;
    width: 90px;
    float: left;
    padding-left: 73px;
}

.step2_intl {
    left: 187px;
    width: 90px;
    float: left;
    padding-left: 30px;
}
.step3 {
    left: 465px;
    width: 145px;
    float: left;
    padding-left: 80px;
}

.step3_intl {
    left: 187px;
    width: 90px;
    float: left;
    padding-left: 30px;
}

.step1 span, .step2 span, .step3 span, .step1_intl span, .step2_intl span, .step3_intl span {
 background: none;
 color: #000;
  display: block;
    float: left;
    font-size: 20px;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin-right: 5px;
    text-align: center;
    width: 18px;
}

.easy-123 {
	margin-top: 2px;
}

/*
..................................................
Styles for Support
..................................................
*/

.support-item-wrapper {
	float: right; 
	position: relative; 
	left: -25%;
	*left: 0;
}

.support-item-wrapper-intl {
	float: right; 
	position: relative; 
	left: -10%;
	*left: 0;
}



/*
..................................................
Dividers
..................................................
*/
.divider-net {
	display: block;
	height: 10px;
	width: 800px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url('/includes/graphics/divider-net.jpg') no-repeat left top;
}

.divider-2 {
	display: block;
	height: 20px;
	width: 800px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url('/includes/graphics/divider2-bg.jpg') no-repeat left top;
}

/*
..................................................
Where To Buy
..................................................
*/
.where-to-buy {
	width: 760px;
	float: left;
	padding: 20px;
	background: url('/includes/graphics/divider2-bg.jpg') no-repeat left top;
}

.where-to-buy h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 8px;
}

.where-to-buy p {
	  color: #6E6E6E;
    font-size: 16px;
    line-height: 21px;
    padding-top: 11px;
    margin-bottom: 20px;
}

.where-to-buy ul {
	width: 800px;
	display: block;
	
}

.where-to-buy ul.first {
	margin-bottom: 20px;
}

.where-to-buy li {
	display: block;
	float: left;
	width: 190px;
}

.where-to-buy li.w2b-amazon {
	margin-top: 27px;
}

.where-to-buy li.w2b-buy {
	margin-top: 18px;
}

.where-to-buy li.w2b-officemax {
	margin-top: 9px;
}

.where-to-buy li.w2b-bestbuy {
	margin-bottom: 20px;
}

.where-to-buy li.w2b-staples {
	
}

.where-to-buy li.w2b-tiger {
	margin-top: 13px;
}

.where-to-buy li.w2b-walmart {
	margin-top: 11px;
}

.where-to-buy li a {
	display: block;
	text-align: center;
}

.where-to-buy li a.last {
	margin-right: 0;
}

/* adjustments for home entertainment */
#home-entertainment-page .prod-intro {
	margin-bottom: 50px;
}

#home-entertainment-page .col-3 h4 {
	color: #000;
	height: 40px;
	margin-bottom: 20px
}

#home-entertainment-page .col-3 a {
	display: block;
	font-weight: bold;
	text-align: left;
	color: #763E93;
	margin: 10px 0 0 0;
	float: none;
	border: none;
	width: inherit;
	height: inherit;
}

#home-entertainment-page .col-3 a span {
	color: #000;
	font-weight: normal;
	display: block;
}

#home-entertainment-page .col-3 a:hover {
	text-decoration: none;
	color: #b18ec3;
}

#home-entertainment-page .col-3 h4 {
	font-size: 13px;
	line-height: 120%;
}

.banner-cycle-shadow { /* TODO : place in a more global SS? - Matte Elevation */
	display:block;
	font-size: 12px;
	line-height: 26px;
	text-indent: 18px;
	color: #000;
	margin: 0;
	float: left;
	width: 800px;
	overflow: hidden;
	background: transparent url("/includes/graphics/divider2-bg.jpg") top left no-repeat;
	height: 20px;
}


/*
..................................................
3 Col box-style product intro (change on hover)
..................................................
*/
#featured {
	padding-bottom: 16px;
	padding-top: 20px;
	float: left;
	width: 800px;
	margin-left:1px;
	
	/*border: 1px red solid;*/
	/*background: url("/includes/graphics/divider2-bg.jpg") no-repeat scroll left top transparent;*/
}

a.homebox { 
	/* apply 1st and 2nd boxes in 3 column grid */
	width: 264px;

	height: 272px;
	/*border: 1px solid #fff;*/
	/* padding-right:1px; */
	float: left;
	/*text-align: center;*/
	/*margin-left:auto;*/
	position: relative;
	border: 1px white solid;
}

a.homebox:hover {
	text-decoration: none;
	/*border: 1px solid #76D750;*/
}

a.homebox.last {
	padding-right: 0px;
}

a#one {
	background: url("/photography/images/photography-grip-kicker.jpg") 0 0 no-repeat;
	/*margin-left: 20px;*/
}

a#one:hover {
	background: url("/photography/images/photography-grip-kicker.jpg") -264px 0 no-repeat;
}

a#two {
	background: url("/photography/images/photography-remote-kicker.jpg") 0 0 no-repeat;
	/*margin-left: 13px;*/
}

a#two:hover {
	background: url("/photography/images/photography-remote-kicker.jpg") -264px 0 no-repeat;
}

a#three {
	background: url("/photography/images/photography-app-kicker.jpg")  0 0  no-repeat;
	/*margin: 0 15px 0 13px;*/
}

a#three:hover {
	/*border: 1px solid #FFFFFF;*/
	background: url("/photography/images/photography-app-kicker.jpg") -264px 0 no-repeat;
}


a.homebox hr {
	width: 200px;
	height: 1px;
	border: 0;
	border-top: 1px solid #e3e3e3;
	margin: 233px auto 7px auto;
}


a.homebox h3 {
	font-size: 12px;
	text-align: center;
	margin-left:35px;
	/*line-height: 54px;
	font-weight: bold;*/
	margin-top:235px;
	font-weight:normal;
	color: #3a3a3a;
	width:200px;
	/*padding: 10px 10px 0 13px;
	border: 1px green solid;*/
}

/*
a.homebox h4 {
	font-size: 20px;
	text-align: center;
	line-height: 54px;
	font-weight: bold;
	margin-top:235px;
	font-weight:normal;
	color: #3a3a3a;
	padding: 10px 10px 0 13px;	
}*/


#photography h3 {
	font-size: 22px;
	font-weight: bold;
	color: #171717;
	color:#76D750;
	padding: 10px 0 0 20px;*/
	/*width: 300px;*/
	/*float: left;*/
	clear: both;
}

#photography h4 {
	font-size: 22px;
	font-weight: bold;
	color: #171717;
	color:#76D750;
	padding: 10px 0 0 20px;*/
	/*width: 300px;*/
	/*float: left;*/
	clear: both;
}

#photography p {
	font-size: 12px;
	font-weight: normal;
	/*color: #171717;*/
	color: #6E6E6E;
	/*color:#76D750;*/
	padding: 10px 0 0 20px;
	width: 760px;
	/*float: left;*/
	clear: both;
}

a.homebox h3.promo {
	font-size: 20px;
	line-height: 18px;
	font-weight: bold;
	padding: 14px 10px 0 13px;	
}

a.homebox p.promo {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #3d3d3d;
	padding: 40px 20px 0 13px;	
}

.small-link {
	font-size: 12px;
	font-weight: normal;
}

.small-link:hover {
	text-decoration: underline;
}

.charity-blue {
	color: #00b4f2;
}

.charity-yellow {
	color: #ffa900;

}

a.homebox p {
	font-size: 12px;
	text-align: left;
	line-height: 14px;
	font-weight: normal;
	color: #3d3d3d;
	padding: 10px 10px 0 13px;
	/*border: 1px red solid;*/
}

a.homebox span.underline:hover {
	text-decoration: underline;
}

a.homebox .new-badge {
	position: absolute;
	top: 20px;
	left: 20px;
}

a.homebox span.badge-middle {
	height: 25px;
	color: #fff;
	line-height: 18px;
	float: left;
	background: transparent url("/includes/graphics/beta/newbadge-middle.png") repeat-x 0 0;
}

a.homebox span.badge-middle a {
	color: #fff;
}

a.homebox span.badge-left {
	display: block;
	float: left;
	width: 4px;
	height: 25px;
	background: transparent url("/includes/graphics/beta/newbadge-left.png") no-repeat 0 0;
}

a.homebox span.badge-right {
	display: block;
	float: left;
	width: 7px;
	height: 25px;
	background: transparent url("/includes/graphics/beta/newbadge-right.png") no-repeat 0 0;
}


#stripedivider {
	clear: both;
	width: 800px;
	height: 25px;
	background: url("/includes/graphics/beta/diagonalstripeDivider.png") top left no-repeat;
}