
/*********************************************************************************************************************
************************	Overrides needed for this design ********************************************************/
	
/* change background and links color and force width */
.productdetail-uid #p-seo-links {background:#fff}
.productdetail-uid #p-seo-links p.header{color:#252F47}
.productdetail-uid #p-seo-links .p-seo-links-item {width:205px}


/* start: overide existing Newsletter page item CSS */
.productdetail-uid .pi_NewsLetterRegister_v2{
	float:left;
	padding:15px 0 0 20px;
	width:300px;
}
.productdetail-uid .pi_NewsLetterRegister_v2 input.txtbox {
	background-color:white;
	border-color:#C1C3C9 #CCCEDB #E5E6ED;
	border-style:solid;
	border-width:1px;
	float:left;
	height:17px;
	margin-right:10px;
	width:175px;
}
.productdetail-uid .pi_NewsLetterRegister_v2 table.p-button {
	float:left;
}
.productdetail-uid .pi_NewsLetterRegister_v2 a.privacypolicy {
	clear:both;
	float:left;
	width:260px;
}

.productdetail-uid .pi_NewsLetterRegister_v2 .iconimg {
	float:left;
	width:60px;	
}
.productdetail-uid .pi_NewsLetterRegister_v2 .congrats {
	float:left;
	margin-top:10px;
	width:220px;	
}
/* end: override existing Newsletter page item CSS */

/* start: buy button page item */
.productdetail-uid #pce_buyProduct {
	float:left;
	padding-left:10px;
	padding-top:15px;
	width:300px;
}
.productdetail-uid #pce_buyProduct .detail {
	width:190px;
}
.productdetail-uid #pce_buyProduct #buy2 {
	float:left;
	margin-left:15px;
}
.productdetail-uid #pce_buyProduct img {
	height:auto;
	width:auto;
}
/* end: buy button page item */

/* Register product page item */
.productdetail-uid div.register-product{
	background:url(/consumerfiles/assets/img/icons-pageitems.png) no-repeat -28px -13px;
	float:left;
	margin-left:20px;
	margin-top:15px;
	min-height:70px;
	width:300px;
}
.productdetail-uid div.register-product p{
	padding-left:70px;
}
.productdetail-uid div.register-product p.question{
	padding-top:10px;
}
/* end: Register product */

/* start: movie window close button */
#popupWindow-closeButton table {float:right}
#popupWindow-closeButton table div.closeButton {margin-right:5px;}
div.closeButton a {color:#8592A4}
/* end: movie window close button */

/* start: PEX alternative overides */
/* TODO: REMOVE BELOW WHEN PEX PLAYER IS LIVE */
.pexplayer #v-camp-frame { /* move the valueCampaign up 20px in the pexplayer block as it is within a 20px padding */
	margin-top:-20px;
}
#cmoimg {margin:15px 0 0}
#cmodescription {
	width:430px;
	margin-top:60px;
} 
.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 15px;
  	font-weight:bold;
  	color:#888B9C;
}
.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 15px;
  	font-weight:bold;
  	color:#888B9C;
}
/* TODO: REMOVE ABOVE WHEN PEX PLAYER IS LIVE */ 
/* end: PEX alternative overides */




/*********************************************************************************************************************
************************	Generic styles **************************************************************************/
h3 {line-height:130%;font-weight:500;}
.productdetail-uid br {line-height:0;clear:both;}
.productdetail-uid hr {clear:both}
.productdetail-uid {/* UID: Unique ID wrapper to allow page specific styles */
	margin:0 auto;
	overflow:hidden;
	width:968px;
}
html>/**/body .productdetail-uid {overflow:visible;}
h1.mainheader {
	padding-left: 0px;
}
.mainheader {
	clear:both;
	color:#f58f08;
	font-size:21px;
}
.standalone {
 	float:left;
 	margin-top:11px;
}

div.awards_content h1.mainheader{ 
	padding:20px 0px 0px 0px;
}

/*********************************************************************************************************************
************************	wrapper and main blocks *****************************************************************/

.contentblock-wrapper {
	background:url(/consumerfiles/assets/img/bg-contentblock-combined.gif) no-repeat 0 -20px;
	margin:0 auto;
	width:968px;
}
.contentblock-content {
	margin:0 5px;
	text-align:left;	
}	
.contentblock-bottom {/* bottom drop-shadow wrapper */
	background:url(/consumerfiles/assets/img/bg-contentblock-combined.gif) no-repeat 0 0;
	height:12px;
	width:968px;
}
.contentblock {
	clear:both;
	margin-top:20px;
}
.pexplayer {
	top:-20px; /* move the player up, so that there is no space between the tabs and the player */
	left:-20px;
	position:relative;
	width:958px; 
}

div.pex-swoosh {
	background:transparent url(/consumerfiles/assets/img/pex-swoosh.png) no-repeat 0 0;
	height:21px;	
	margin-top:20px;
	width:100%;
}
/* start: pex alternative code for non-flash users */
.pex-alternative {
	clear:both;
	height:384px;   
}
.pex-alternative h2 {
	color:#992c96;
	font-size:25px;
	font-weight:400;
	line-height:110%;
}
.pex-alternative h3 {
	color:#989aa9;
	font-size:15px;
	font-weight:888;
	line-height:110%;
}
.pex-alternative ul {
	list-style-type:none;
	margin-left:3px;
	margin-top:20px;
}
.pex-alternative li.feature {
	color:#000;
	font-size:13px;
	font-weight:500;
	padding:5px 0;
}
/* end: pex alternative code for non-flash users */
.tabs .contentblock-content {/* give all content a padding */padding:20px}

/*********************************************************************************************************************
************************	Page tabs *******************************************************************************/
	
div.tablist {/* need to move tabs to the left of the padding */
	height:30px;
	left:-21px;
	overflow:hidden;
	position:relative;
	top:-20px;
	width:960px;
}
.tablist ul {
	height:30px;
	list-style:none;
}
.tablist li {
	background:url(/consumerfiles/assets/img/bg-topnav.gif) no-repeat 0 -55px;
	float:left;
	height:30px;
	width:240px;
}
.tablist.noAwards li {/* variant if no awards showing */width:320px}
.tablist li.support {width:239px}
.tablist.noAwards li.support {/* variant if no awards showing */width:319px}
.tablist li.active {background:url(/consumerfiles/assets/img/bg-topnav.gif) no-repeat 0 0}
.tablist li p {
	float:left;
	padding:0 10px;
	text-align:center;
	width:217px;		
}
/* added for wakeup light */
.tabs .contentblock-content .sound_content {
     left:-21px;
     position:relative;
     width:960px;
}

/* variant if no awards showing */
.tablist.noAwards li p {width:297px}
.tablist li a {
	line-height:30px;
	outline-style:none;
}
.tablist li a:hover {text-decoration:underline}
.tablist li.active a {
	color:#000;
	font-weight:800;
}
.tablist li div.rightImg {
	background:url(/consumerfiles/assets/img/bg-topnav.gif) no-repeat -440px -55px;
	float:right;
	height:30px;
	width:1px;
}
.tablist li.active div.rightImg {background:url(/consumerfiles/assets/img/bg-topnav.gif) no-repeat -440px 0}


div.subtablist {
	background: url("/consumerfiles/assets/nps/images/subtab-left-border.gif") left bottom no-repeat;
	width:648px;
	height:37px;
	left:-20px;
	overflow:hidden;
	position:relative;
	margin-top:10px;

}
.subtablist ul {
	background: url("/consumerfiles/assets/nps/images/subtab-right-border.gif") right bottom no-repeat;
	height:37px;
	list-style:none;
	margin-left: 19px;
}
.subtablist li {
	background:url("/consumerfiles/assets/nps/images/sub-tab-bg-topnav-shadow.gif") no-repeat 0 -55px; 
	float:left;
	height:37px;
	width:240px;
}
.subtablist.noAwards li {/* variant if no awards showing */width:320px}
.subtablist li.support {width:239px}
.subtablist.noAwards li.support {/* variant if no awards showing */width:319px}
.subtablist li.active {background:url("/consumerfiles/assets/nps/images/sub-tab-bg-topnav-shadow.gif") no-repeat 0 0 transparent}
.subtablist li p {
	float:left;
	padding:0 10px;
	text-align:center;
	width:217px;		
}


/* variant if no awards showing */
.subtablist.noAwards li p {width:297px}
.subtablist li a {
	line-height:40px;
	outline-style:none;
}
.subtablist li a:hover {text-decoration:underline}
.subtablist li.active a {
	color:#000;
	font-weight:800;
}
.subtablist li div.rightImg {
	background:url("/consumerfiles/assets/nps/images/sub-tab-bg-topnav-shadow.gif") no-repeat -440px -55px;
	float:right;
	height:37px;
	width:3px;
}
.subtablist li.active div.rightImg {background:url("/consumerfiles/assets/nps/images/sub-tab-bg-topnav-shadow.gif")  no-repeat -440px 0px}
	
/*********************************************************************************************************************
************************	Share (Social Networking links, tell a friend and print *********************************/	

div.share {
	/* padding-top:5px; */
}
ul.share-links {
	/* margin-right:35px; */
}
ul.share-links li{
	float:right;
	/*margin-left:50px;*/
	list-style-type: none;
}
ul.share-links li a {
	overflow:hidden;
	display:block;
}

/* addThis button */
ul.share-links li.tellAFriend.addThis {}


ul.share-links li.addThis a {
	overflow:visible;
}

/* tell a friend button */
ul.share-links li.tellAFriend a {
	/*background:url(/consumerfiles/assets/img/icons-tellafriend.gif) no-repeat 0 3px;
	padding-left:20px;*/
}
/* move print button down on specs page	 */
div.specs_content ul.share-links li.print {
	position:relative;
	top:20px;
}
ul.share-links li.print a {
	background:url(/consumerfiles/assets/img/icons-tellafriend.gif) no-repeat 0 -65px;
	padding-left:18px;
}

/* co-brand */
ul.share-links li.co-brand {}


/*********************************************************************************************************************
************************	Overview tab content ********************************************************************/

.kba-wrapper {margin-top:46px;}
.kba-wrapper .column1, .kba-wrapper .column2 {
	float:left;
	width:430px;
}
.kba-wrapper .column1 {margin-right:58px}
.kba-wrapper .kba {margin-top:30px}
.kba-wrapper .kba-item {
	margin-bottom:30px;	
}
.kba-wrapper h3.mainheader {
	margin-bottom:20px;
	width:100%;
}
.kba-wrapper h3.mainheader.singleColumn {
	margin-bottom:20px;
	width:420px;
}
.kba-wrapper h4.subheader {
	color:#992c96;
	font-size:13px;
	font-weight:500;
	padding-bottom:10px;
}
.kba-wrapper img.topleft {
  	float:left;
  	margin-top:5px;
	padding:4px 15px 15px 0;
}
.ablock {width:430px}
.ablock.col1 {
	clear:left;
	float:left;
}
.ablock.col2{
	clear:right;
	float:right;
} 
.ablock p.description {
	font-size:140%;
	color:#5d6678;
}
.ablock p.subheader {
	color:#992c96;
	font-size:13px;
	padding-bottom:10px;
	padding-top:30px;
}
.ablock img.topleft {
   float:left;
   padding:0 15px 15px 0;	
}
.ablock .download {
	float:left;
	margin-bottom:30px;
	width:200px;
}
.ablock .download img {
	float:left;
	padding-right:10px;
}
.ablock .download.col2 {margin-left:28px}
.ablock .downloadtext {
	float:left;
	width:130px;
	color: #000000;
	text-decoration: none;
}
.kba-wrapper div.kba-rule {
	background:transparent url(/consumerfiles/assets/img/kba-swoosh.png) no-repeat 0 0;
	clear:both;
	height:1px;
	margin-bottom:27px;
	width:100%;
}

/*******************************	feature variations *****************************
***********************************************************************************/
/* default feature */
.contentblock.col1, .contentblock.col2 {
	clear:none;
	float:left;
	width:430px;
}
.contentblock.col2 {
	float:right; 
}
.contentblock.col1 {
	margin-right:58px;
	margin-right:58px;
}

/* disclaimers block */
.overview_content .disclaimers {
	margin-top:30px;
	float:none;
	padding:0;
}

/* Features Variation: 2 banners and downloads */
/*.contentblock.twoBannersAndDownloads p.description {
	padding-bottom:50px;
}*/
.contentblock.twoBannersAndDownloads .col2 img {
	float:left;
	margin-bottom:10px;
}
.ablock img.localpromo {
   width:430px;
}
/* Features Variation: description only! */
.contentblock.descriptiononly {
	margin-bottom:30px;	
}
.contentblock.descriptiononly .ablock {
	width:670px;
}
.contentblock.descriptiononly p.mainheader {
	font-size:16px;
	padding-bottom:10px;
}
	
/*********************************************************************************************************************
************************	Specifications tab content **************************************************************/

table.highlighted {
	background-color:#f7f7f7;
	border-bottom:1px solid #dddee0;
	border-collapse:collapse;
	color:#5d6678;
	margin-bottom:30px;
	width:100%;
}
table.highlighted tr.odd {
	background-color:#fff;
}
table.highlighted td:first-child {
	color:#252f47;
	padding-right:20px;
	width:235px;
}
table.highlighted td {
	border-top:1px solid #dddee0;
	padding:9px;
	vertical-align:top;
}
div.techspecs div {
	float:left;
	width:306px;
}
.techspecs div dl {
	padding-right:45px;
}
.techspecs div.nopad dl {
	padding-right:0;
}
.techspecs div dt {
	font-weight:800;
	margin-top:20px;
}
.techspecs div dd {
	/* background:url(/consumerfiles/assets/img/icons-specs.gif) no-repeat 0 8px; */	
	color:#888b9c;
	margin-top:16px;
	/* padding-left:6px; */	
}
.techspecs div dd.noMarginTop, .techspecs div dt.noMarginTop {margin-top:0}
.techspecs dd span.title {		
	color:#252f47;		
}

/*********************************************************************************************************************
************************	Awards and Reviews tab content **********************************************************/


.contentblock.awards div.wrapper {
	/*margin-top:30px;*/
	width:915px;
}
.contentblock.awards div.award {
	float:left;
	margin-top:15px;
	width:173px;
}
.contentblock.awards div.award.toprow {
	margin-top:0;
}
.contentblock.awards div.award p {
	margin-top:7px;
	width:160px;
}

div.award a.logoMore, div.award p a.awardMore {font-weight:bold;}
.contentblock.awards a.award {
	background:transparent url(/consumerfiles/assets/img/arrow_blue_normal.gif) no-repeat scroll 100% 4px;
	line-height:20px;
	padding-right:7px;
}
/* begin Awards popup */
.awardsPopup{
	display:none;
	overflow:hidden;
	position:absolute;
	width:478px;
	z-index:151;
}
.awardsPopup-top {
	background:url(/consumerfiles/assets/img/awardsPopup.png) no-repeat 0 -64px;
}
.awardsPopup-bottom {
	height:48px;
	background:url(/consumerfiles/assets/img/awardsPopup.png) no-repeat 0 0;

}

.awardsPopup-content {
	padding:28px 41px 10px 52px;
}
div.awardsPopup a.close {
	float:right;
	position:relative;
	margin-top:0;
	background:url(/consumerfiles/assets/img/icon-close.gif) no-repeat 100% 0;
	color:#252F47;
	height:16px;
	padding-right:22px;
}
div.awardsPopup p {
	background-color:#fff;	
}
div.awardsPopup p.title {
	color:#993399;
	font-size:16px;
	margin:20px 0;
}
div.awardsPopup img {
	float:left;
	margin-right:10px;
}
div.awardsPopup .awardURL {
	margin-top:10px;	
}

div.user_review_rating_container { 
margin-top:20px;
}
/* end Awards popup */

/* begin Logo popup */
.logoPopup{
	display:none;
	overflow:hidden;
	position:absolute;
	width:478px;
	z-index:2;
}
.logoPopup-top {
	background:url(/consumerfiles/assets/img/awardsPopup.png) no-repeat 0 -64px;
}
.logoPopup-bottom {
	height:48px;
	background:url(/consumerfiles/assets/img/awardsPopup.png) no-repeat 0 0;
}
.logoPopup-content {
	padding:28px 41px 10px 52px;
	text-align:center;
}
div.logoPopup a.close {
	float:right;
	position:relative;
	margin-top:0;
	background:url(/consumerfiles/assets/img/icon-close.gif) no-repeat 100% 0;
	color:#252F47;
	height:16px;
	padding-right:22px;
}
div.logoPopup p {
	background-color:#fff;	
}
div.logoPopup p.title {
	color:#993399;
	font-size:16px;
	margin:20px 0;
}
div.logoPopup img { 
	margin-right:10px;
}
div.logoPopup .logoURL {
	margin-top:10px;	
}

.bottom-row {
	margin-bottom:20px;
}
.awards .show-more-awards {
	background: url("/consumerfiles/assets/nps/images/open-close-toggle.gif") no-repeat scroll left -10px transparent;
    bottom: -75px;
    font-weight: bold;
    line-height: 20px;
    margin-left: -40px;
    padding-left: 15px;
    position: relative;
}

html.ie7 div.awards_content div.contentblock div.wrapper a.show-more-awards {
	background: url("/consumerfiles/assets/nps/images/open-close-toggle.gif") no-repeat scroll left -10px transparent;
	font-weight: bold;
	line-height: 20px;
	padding-left: 15px;
	bottom: 0px;
	margin-left: -40px;
	position: static;
}
html.ie6 div.awards_content div.contentblock div.wrapper a.show-more-awards {
	background: url("/consumerfiles/assets/nps/images/open-close-toggle.gif") no-repeat scroll left -10px transparent;
	font-weight: bold;
	line-height: 20px;
	padding-left: 15px;
	bottom: 0px;
	margin-left: -40px;
	position: static;
}
	
.awards .show-more-awards.hide {
	background: url("/consumerfiles/assets/nps/images/open-close-toggle.gif") no-repeat scroll left 4px transparent;
    bottom: -80px;
    font-weight: bold;
    line-height: 20px;
    /*margin-left: 0;*/
    padding-left: 15px;
    position: relative;
}



html.ie7 div.awards_content div.contentblock div.wrapper a.show-more-awards.hide {
	background: url("/consumerfiles/assets/nps/images/open-close-toggle.gif") no-repeat scroll left 4px transparent;
}
html.ie6 div.awards_content div.contentblock div.wrapper a.show-more-awards.hide {
	background: url("/consumerfiles/assets/nps/images/open-close-toggle.gif") no-repeat scroll left 4px transparent;
}
/* end Logo popup */

/* start: reviews css */
div.reviews .pagerContent {background:#fff;}
div.review {
	border-top:1px solid #e9eaec;
	margin-bottom:10px;
}
div.review.first {
	border-top:none;
}
div.review .icons, div.review .entry {
	float:left;
}
div.review .icons {
	margin-right:30px;
	margin-top:15px;
	overflow:hidden;
	width:160px;
	height:auto;
}
div.review .icons img{
	margin-top:15px;
/*	height:50px;
	width:163px;
	*/
}
div.review .icons img.ala_summary {
	margin-top:0;
}
div.review .entry {
	overflow:hidden;
	width:680px;
}
div.review .entry p, div.review .entry h2 {
	margin-top:18px;
}
div.review .entry h2.review-title {
	font-weight:800;
}
div.review .entry p.review-pros {
	background:url(/consumerfiles/assets/img/bg-reviews-pros.gif) no-repeat 0 0;
	text-indent:20px;
}
div.review .entry p.review-cons {
	background:url(/consumerfiles/assets/img/bg-reviews-cons.gif) no-repeat 0 0;
	text-indent:20px;
}
div.review .entry p.review-conclusion span {
	font-weight:800;
}
div.review .entry p.review-summary {
	font-size:14px;
	font-style:italic;
}
p.readFullReview {
	float:right;	
}
p.readFullReview a {
	background:transparent url(/consumerfiles/assets/img/bg-readfullreview.gif) no-repeat scroll 100% 4px;
	line-height:20px;
	padding-right:17px;
}
div.awdrev_rating_stars_blank {
  background-image: url(/consumerfiles/assets/img/rating_star_sprites.gif);
  height: 18px;
  width: 85px;
}

div.awdrev_rating_stars {
  background-image: url(/consumerfiles/assets/img/rating_star_sprites.gif);
  height: 18px;
  width: 0px;
  background-position: 0 -18px;
}


#cmodescription .reviewsblock { 
padding:5px 0px;
}
#cmodescription .reviewsblock dd {
	float:left;
	padding-right:10px;
}

#cmodescription #PDP_static_overview_buttons{ 
clear:left;
}
/* end: reviews css */

/*********************************************************************************************************************
************************	Downloads and Support tab content *******************************************************/
div.downloadsAndSupport {color:#5d6678;}
div.support_content .initial {
	margin-top:0;
}
div.row p.downloadslink {
	padding:5px 0 5px 40px;
}
div.row p.downloadslink a {
	color:#0e5fd8;
}
div.row.title h3, div.row.title h4 {
	color:#992C96;
	font-size:13px;
	font-weight:800;
	height:30px;
	padding-left:33px;
	padding-top:5px;
}
p.mainheader.support {
	margin-top:30px;
}
div.downloadsAndSupport .title h3 {
	background:#fff url(/consumerfiles/assets/img/icons-downloadsAndSupport.png) no-repeat -6px -8px;
}
div.downloadsAndSupport div.acoluMn {
	float:left;
	margin-right:30px;
	margin-top:30px;
	width:286px;
}
div.downloadsAndSupport div.acoluMn.norightmargin {
	margin-right:0;
}
div.downloadsAndSupport p.downloadslink {
	background:url(/consumerfiles/assets/img/icons-filetypes.gif) no-repeat 0 5px;
}
div.downloadsAndSupport div.row {
	padding-bottom:5px;
}

/* software and drivers content */
div.softwareAndDrivers {color:#5d6678;}
div.softwareAndDrivers .title h3 { 
	background:#fff url(/consumerfiles/assets/img/icons-downloadsAndSupport.png) no-repeat -6px -94px;
}
div.softwareAndDrivers div.acoluMn {
	float:left;
	margin-right:58px;
	width:430px;
}
div.softwareAndDrivers p.downloadslink {
	background:url(/consumerfiles/assets/img/icons-filetypes.gif) no-repeat 0 -112px;
}
div.softwareAndDrivers p.releasenotes {
	height:16px;
	padding-left:40px;
	padding-bottom:5px;
}
div.softwareAndDrivers div.norightmargin {
	margin-right:0;
}

/* most popular FAQs */
div.mostpopularFAQs .title h3 { 
	background:#fff url(/consumerfiles/assets/img/icons-downloadsAndSupport.png) no-repeat -6px -180px;
}
div.mostpopularFAQs div.acoluMn {
	float:left;
	margin-right:58px;
	width:430px;
}
div.mostpopularFAQs div.acoluMn.norightmargin {
	margin-right:0;
}
div.mostpopularFAQs .acoluMn p {
	padding:5px;
}
div.mostpopularFAQs div.view-all {
	clear:both;
	display:block;
	float:right;
	margin-top:10px;
}
div.mostpopularFAQs div.view-all a {
	background:transparent url(/consumerfiles/assets/img/arrow_blue_normal.gif) no-repeat scroll 100% 4px;
	padding-right:7px;
}

/* overide default crsc width */
div.faq #p-footer-wrapper {
	margin-top:60px;
	width:auto;
}
.mostpopularFAQs .mainheader {
	margin-bottom:30px;
}
/* End: FAQ popup styles */

/* Video tutorials content */
div.videotutorials .title h3 { 
	background:#fff url(/consumerfiles/assets/img/icons-downloadsAndSupport.png) no-repeat -6px -268px;
}
div.videotutorials div.acoluMn {
	float:left;
	margin-right:58px;
	width:430px;
}
div.videotutorials div.acoluMn.norightmargin {
	margin-right:0;
}
div.videotutorials .row img {
	float:left;
	margin:4px 13px 0 7px;
}
div.videotutorials div.acoluMn .row p {
	float:left;
	padding:5px 0;
	width:390px;
}

/*********************************************************************************************************************
************************	Page items ******************************************************************************/

/* begin: support banner */
.support-banner {
	margin-top:-21px;
	margin-left:-20px;
}
.support-banner .img {
	float:left;					
	width:372px;
}
.support-banner .text {
	float:left;
	height:279px;
	overflow:hidden;
	width:440px;
}
.support-banner ul {
	line-height:150%;
	list-style-position: inside;
	list-style-type:none;
}
.support-banner p.header, .support-banner h1.header {
	color:#992C96;
	font-size:24px;
	margin-top:25px;
}
.support-banner p.sub-header {
	color:#992C96;
	font-size:15px;
}
.support-banner p.entry {
	padding:10px 0 10px;
}
.support-banner p.support-url {
	color:#0e5fd8;
	margin-top:20px;
}
.support-banner p.support-url a {
	background:transparent url(/consumerfiles/assets/img/arrow_blue_normal.gif) no-repeat 100% 4px;
	padding-right:7px;
}
div.support-banner-swoosh {
	background:transparent url(/consumerfiles/assets/img/sprite-backgrounds.gif) no-repeat -8084px -10px;
	height:30px;
	width:100%;
}
.support-banner .co-brand-img {
	float:right;
	margin-top:20px;
}
/* end: support banner */

/* begin channel and live banner links */
div.marketingbanners {
	background:url(/consumerfiles/assets/img/marketing-banners-bg.gif) no-repeat 0 -290px;
	height:120px;
}
div.marketingbanners img{
	float:left;
}
div.marketingbanners img.banner2{
margin-left:2px;
}
/* end channel and live banner links */

/* start options tools */
.contentblock-content .options {
	background:url(/consumerfiles/assets/img/bg-options.gif) no-repeat 0 1px;
	height:112px;
	overflow:hidden;
	width:958px;
}
.options p{
	line-height:100%;
	margin-bottom:5px;
}
.options p.header {
	font-weight:800;
	margin-bottom:8px;
}
.options span.redhighlight{
	font-weight:800;
	color:#df2823;
}
.options .img-container {
	float:left;
	height:108px;
	margin-top:2px;
	overflow:hidden;
	width:110px;
}
.options .textarea{
	float:left;
	padding-top:22px;
	width:195px;
}
.options .shoponline , .options .giftbox, .options .buythisproduct {
	float:left;
	width:318px;
}
.options .shoponline , .options .giftbox {
	margin-right:2px;
}

.shoponline .img-container {
	background:url(/consumerfiles/assets/img/icons-pageitems.png) no-repeat 0 0;
}
.giftbox .img-container {
	background:url(/consumerfiles/assets/img/icons-pageitems.png) no-repeat 0 0;
}
.shoponline a, .giftbox a, .buythisproduct a {
	background:transparent url(/consumerfiles/assets/img/arrow_blue_normal.gif) no-repeat 100% 4px;
	padding-right:7px;
}
/* end options tools */

/* start support page item */
div.get-support {
	border-top:1px solid #dddee0;
	left:-20px;
	margin-top:30px;
	padding-top:20px;
	position:relative;
	width:958px;
}
div.get-support .img-container, div.get-support .textarea {
	float:left;
}
div.get-support .img-container {
	height:60px;
	margin-left:40px;
	overflow:hidden;
	width:100px;
}
div.get-support .textarea {
	width:520px;
}
div.get-support p.header {
	color:#992c96;
	font-size:15px;
	line-height:26px;
}
div.get-support a {
	background:transparent url(/consumerfiles/assets/img/arrow_blue_normal.gif) no-repeat 100% 4px; 
	line-height:20px;
	padding-right:7px;
}
div.get-support div.img-container a {background:none}
/* end support page item */

/* Begin: emergencybox */
div.contentblock-wrapper.emergencybox {
	background:url(/consumerfiles/assets/img/bg-contentblock-emergencybox-combined.gif) no-repeat 0 -20px;		
	width:968px;
}
div.emergencybox .contentblock-bottom {
	background:url(/consumerfiles/assets/img/bg-contentblock-emergencybox-combined.gif) no-repeat 0 0;
	height:12px;
	width:968px;
}
.emergencybox .contentblock-content {
	font-size:12px;
	padding:0 20px;
}
.emergencybox p.warning, .emergencybox a.close {
	color:#fff;
	font-weight:800;
	margin-top:4px;
}
.emergencybox p.warning {
	float:left;
}
.emergencybox a.close {
	color:#fff;
	float:right;
	font-size:11px;
	font-weight:normal;
}.emergencybox a.close span {
	font-size:12px;
	font-weight:800;
}
.emergencybox p.info {
	clear:both;
	padding:15px 0;
}
/* End: emergencybox */

/* start: compare products page item */
div.compare {
	border-top:1px solid #dddee0;
	left:-20px;
	margin-top:30px;
	padding-top:20px;
	position:relative;
	width:958px;				
}
div.compare .img-container, div.compare .textarea {
	float:left;
}
div.compare .img-container {
	background:url(/consumerfiles/assets/img/icons-pageitems.png) no-repeat 0 -470px;
	height:60px;
	margin-left:20px;
	overflow:hidden;
	width:120px;
}
div.compare .textarea {
	width:400px;
}
div.compare p.header {
	color:#992c96;
	font-size:15px;
	line-height:26px;
}
div.compare a {
	background:url(/consumerfiles/assets/img/arrow_blue_normal.gif) no-repeat 100% 4px; 
	line-height:20px;
	padding-right:7px;
}
/* end: compare products page item */

/* begin: asset gallery wrapper */
div.asset-gallery {
	border-top:1px solid #DDDEE0;
	left:-20px;
	margin-top:30px;
	position:relative;
	width:958px;
	overflow:hidden;
}
/* end: asset gallery wrapper */
html>body .techspecs DIV DL h2 
{ 
     font-weight: bold;
}


/* VX CSS added for alert Box */
.alertBoxDiv{background:url(/consumerfiles/assets/img/alertbox-header-bg.gif) no-repeat 0px 0px;margin:0 auto;width:968px;}
.alertBoxDiv h3{color:#FFF; background-color:#e23d39;padding:1px 10px 4px 20px; margin:0px 0px 0px 0px; font-weight:bold;} 
.alertBoxDiv .contentblock-content{padding:7px 0px 7px 0px;}
.alertBoxDiv p{padding:13px 10px 10px 20px;}


.writeMessageBox{
	display:none;
	overflow:hidden;
	position:absolute;
	width:1008px;
	z-index:2001;
	top:50px;
	margin-left:-45px;
}
.writeMessageBox-top {
	background:url(/consumerfiles/assets/img/write-review-popup.png) no-repeat 0 -64px;
}
.writeMessageBox-bottom {
	height:48px;
	background:url(/consumerfiles/assets/img/write-review-popup.png) no-repeat 0 0;

}

.writeMessageBox-content {
	padding:28px 35px 10px 50px; 
}
div.writeMessageBox a.close {
	float:right;
	position:relative;
	margin-top:0;
	background:url(/consumerfiles/assets/img/icon-close.gif) no-repeat 100% 0;
	color:#252F47;
	height:16px;
	padding-right:22px;
	margin-right:5px;
}
