/* body sets the margins and overall sytles for the page - UPC scroll*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background: #68665F; 
}

/*a {
	font-size: 12px;
	color: #000000;
}

a:visited {
	color: #000000;
	
}

a:hover {
	color: #000000;
	font-weight: bold;
}
*/




/* sets styles for outside box borders backgrouds and such */
.outsideBox {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #cccccc;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 702px;
	float: none;
	background-color: #FFFFFF;
	
	
}

.surveyBox {
	text-align: left;
	float: none;
	background-color:#FFFFFF;
	padding: 0px 7px 0px 6px;
	width: 675px;	
}

/* -----  start progress bar ----- */
/* size, style and colors of border*/
.progress {
	height: 15px;
	background-color: #EFEFEF;
	width: 268px;
	text-align: left;
	border: 1px solid #000033;
}
.copyRight {
	width: 689px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #68665F;
	height: 15px;
	background-color: #ffffff;
	text-align: center;
	line-height: 12px;
	padding-top: 3px;
	padding-bottom: 5px;
	font-weight: normal;
}
/* size, style and colors of image used for inside bar of border*/
.progbar{
	height: 16px;
	background-image: url(../images/redbar.jpg);
	background-repeat: repeat;
	
}

/* size, style and colors of text heading*/
.progressTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	line-height: 20px;
}

/* -----  end progress bar ----- */

/* registration title text */
.regTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	line-height: 40px;
	float: left;
	text-align: left;
}


.langLinkBox {
	line-height: 40px;
	float: right;
	text-align: right;
}

a.langLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}

/*a:visited.langLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}

a:hover.langLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}*/
/* ----- Start Sweeps styles ----- */ 
/* stets style for sweeps box content */
.sweepsBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	line-height: 15px;
	float: none;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	padding-bottom: 10px;
}



.sweepsbodyred {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color : #ff0000;
	text-decoration : none;
	font-weight : bold;
	line-height: 15px}


a.sweepsLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}

/* a:visited.sweepsLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}

a:hover.sweepsLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}
*/
/* ----- End Sweeps styles ----- */


/* ----- survey styles ----- */ 


/*qbody = question body, question choices, basic small black text type*/
.qbody {
	font-size : 11px;
	font-family :  Arial, Helvetica, sans-serif;
	color : #68665F;
	text-decoration : none;
	font-weight : normal;
	line-height: 15px}
	
/*qlist	= question text, bold colored text*/
.qlist {
	font-size : 11px;
	font-family :  Arial, Helvetica, sans-serif;
	color : #68665F;
	text-decoration : none;
	font-weight : bold;
	line-height: 15px}

/*qlistsub	= question text, plain colored text for descriptive text in question. like "check all that apply"*/
.qlistsub { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #68665F;
	text-decoration : none;
	font-weight: normal;
	line-height: 15px}

/*qlink	= privacy link, and any link that needs to be in the body of the survey*/
.qlink {  
	font-size : 11px; 
	font-family :  Arial, Helvetica, sans-serif; 
	color : #006699;  
	font-weight : normal; 
	text-decoration: underline}

/*qspace = allows for an increase or decrease in space between questions*/
.qspace { 
	line-height: 12px}

/*qspace2 = allows for an increase or decrease in space between a question and choices for that question*/
.qspace2 { 
	line-height: 3px}
	

/*qlistnum = question numbers*/
.qlistnum {
	font-size : 11px;
	font-family :  Arial, Helvetica, sans-serif;
	color : #68665F;
	font-weight : bold;
	line-height: 0px;
	padding-bottom: 7px;
	padding-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
		

/*-----------------formatted table styles----------------*/   
/*qtablehead = header style for tables with visable headers*/	
.qtablehead {  
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 15px; 
	font-weight: bold; 
	color: #68665F; 
	text-decoration: none; 
	text-align: center}

.qtablerow{  
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	}

/*rows = sets the line color on visable tables as black*/
.rows {  
	font-family:  Arial, Helvetica, sans-serif; 
	background-color: #000000}

/*concernstextlink	= for the links in the concerns text*/
.concernstextlink {	
	font-size : 11px;
	font-family :  Arial, Helvetica, sans-serif;
	color : #68665F;	
	font-weight : bold; 
	text-decoration : underline}



.endSpace {
	height: 1500px;

}

/* error messages */
.errorHead 	{
	font-size : 11px;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	color : #000000;
	font-weight : normal;
	text-decoration : none;
	line-height: 22px;
	background-color: #FFFF99;
	display: none;
	}

/* error messages */
.error 	{
	font-size : 11px;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	color : #ff0000;
	font-weight : normal;
	text-decoration : none;
	line-height: 22px;
	}

/* Please correct */
.errorMarker {
	color : #ff0000;
	font-weight : bold}
	
/* Please correct */
.requiredMarker {
	font-size : 11px;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	color : #ff0000;
	font-weight : bold}	

.reqNotice {
	
	display: none;
}		
	
.fixLinkBox {
	line-height: 40px;
	float: right;
	text-align: right;
}

a.fixLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3366cc;
	text-decoration: underline;
}

a.visited.fixLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3366cc;
	text-decoration: underline;
}

a.hover.fixLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3366cc;
	text-decoration: underline;
}	
	
/*qbody = question body, question choices, basic small black text type*/



/* ----- Start input styles ----- */ 
input.checkbox {
	vertical-align: middle;
	
}

input.radio {
	vertical-align: middle;
	
}	

input.btn1{
	color:#FFFFFF;
	font-family: Arial, Helvetica;
	font-size:12px;
	font-weight:bold;
	background-color:#666666;
	border: 2px solid #666666;
}

input.btn2{
	color:#b2adad;
	font-family: Arial, Helvetica;
	font-size:12px;
	font-weight:bold;
	background-color:#ffffff;
	border: 2px solid #b2adad;
}


   input.txt{
	font-family: arial, helvetica;
	font-size:12px;
	background-color:#fafafa;
	border:1px solid;
	border-top-color:#666666;
	border-left-color:#666666;
	border-right-color:#333333;
	border-bottom-color:#333333;
	font-weight:normal;
	
}
 
   Select{
	font-family: arial, helvetica;
	font-size:12px;
	background-color:#fafafa;
	border:1px solid;
	border-top-color:#666666;
	border-left-color:#666666;
	border-right-color:#333333;
	border-bottom-color:#333333;
	font-weight:normal;
	
}
   
     Option{
   font-family: arial, helvetica;
   font-size:14px;
   background-color:#fafafa;
   font-weight:normal;
   }
   
.iRegForm {
	float: none;
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.priv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	line-height: 15px;
	display: none;
	background-color: #EFEFEF;
	padding: 0px;
}

.genQuest {
	
	display: none;
	
}
/* ----- End input styles ----- */  
.dnlHeader {

	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color : #999999;
	text-decoration : none;
	font-weight : bold;
	line-height: 15px
}

.prodname {
	
    FONT-WEIGHT: bold;
    FONT-SIZE: 24px;
    COLOR: #666666;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    
}

.qtablerowodd {

	
}
.qtableroweven {
	background-color: #EFEFEF;
	
}
.qbodyTable {
	font-size : 11px;
	font-family :  Arial, Helvetica, sans-serif;
	color : #68665F;
	text-decoration : none;
	font-weight : normal;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-right: 4px;
	padding-left: 4px;
	}
	
	.qbodyAdd {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color : #68665F;
	text-decoration : none;
	font-weight : normal;
	line-height: 25px;
	padding-right: 4px;
	padding-left: 4px;
	}
	
.qbodyTableRow1 {
	font-size : 11px;
	font-family :  Arial, Helvetica, sans-serif;
	color : #666666;
	text-decoration : none;
	font-weight : normal;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-right: 4px;
	padding-left: 4px;
	}

.qbodyTableHead {
	font-size : 11px;
	font-family :  Arial, Helvetica, sans-serif;
	color : #68665F;
	text-decoration : none;
	font-weight : bold;
	line-height: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	
	padding-right: 4px;
	padding-left: 4px;
	
	}
.qboxesLabels {
	font-size : 11px;
	font-family :  Arial, Helvetica, sans-serif;
	color : #68665F;
	text-decoration : none;
	font-weight : normal;
	line-height: 15px;
	
}
.reqNoticeTxt {

	font-size : 11px;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	color : #ff0000;
	font-weight : normal;
	padding: 2px;
	margin: 2px;
}

.caltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #68665F;
	text-align: left;
	line-height: 15px;
	float: left;
	clear: both;
}

.qandc {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color : #68665F;
	text-decoration : none;
	text-align: left;
	font-weight : bold;
	float: left;
	clear: both;
	line-height: 15px
	
}

.rulesPage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
	margin: 10px;
	width: 620px;
	padding: 10px;
	background-color: #EBEBEB;
}
.rulesHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.thankyouBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	line-height: 15px;
	float: none;
	clear: both;
	
	background-color:#FFFFFF;
	padding: 0px 7px 0px 6px;
}





/*-------GLOBAL INHERENT STYLES----------*/
a { color: #68665F; text-decoration: none; }
a:link { }
a:visited { }
a:hover { }
a:active { }

p {
font-family:Helvetica, Arial, sans-serif;
font-size: 13px;
line-height:16px;
color: #68665F;
font-weight:normal;
padding:5px 0px 8px 0px;
margin:0px;
}

h3 { /* for all of the bolded instructional text and form labels*/
font-family:Helvetica, Arial, sans-serif;
font-size: 13px;
line-height:16px;
color: #68665F;
font-weight:bold;
padding:0px 0px 4px 0px;
margin:0px;
}


/* form elements */




/*//form elements */



/* list elements */





/* //list elements */
/*-------GLOBAL INHERENT STYLES----------*/






/*-------GLOBAL CUSTOM STYLES----------*/
/* PAGE HEADER/TITLES */
.mast {
background: #FFFFFF url(/panasonic/images/mast.gif) no-repeat top left !important;
width:702px;
height:80px;
border:0px !important;
}

h1{
font-family:Helvetica, Arial, sans-serif;
font-size: 27px;
line-height: 27px;
color: #68665F;
font-weight:normal;
padding: 30px 0px 5px 13px;
margin:0px;
}

.greyline {
border-top: 1px solid #CFCFC3;
margin:0px 5px 5px 5px;
}
/* //PAGE HEADER/TITLES */

/* CLOSE WINDOW */
.closewindow {
font-family:Arial,sans-serif;
color:#A09F99;
font-size:10px;
text-align:right;
padding:0px 0px 5px 0px;
border:0px !important;
}

.closewindow a {
color: #A09F99;
text-decoration:none;
padding:0px 8px 0px 16px;
}

.closewindow a:hover {
color: #494947;
text-decoration:none;
}
/* //CLOSE WINDOW */

/* ROUNDED BOX BOTTOM 689*/
.BoxBottom {
background: #68665F url(/panasonic/images/box-whitesolid689-btm.gif) no-repeat top left;
width:689px; 
height:5px;
}
/* //ROUNDED BOX BOTTOM 689*/


.MainContent {
background: #FFFFFF;
padding: 9px 12px 9px 16px;
vertical-align:top;
}
/*-------//GLOBAL CUSTOM STYLES----------*/








/*-------FORM PAGE CUSTOM STYLES----------*/
table.ProductRegForm td {
background: #FFFFFF;
font-family:Helvetica, Arial, sans-serif;
font-size: 13px;
line-height:16px;
color: #68665F;
padding: 9px 0px 9px 0px;
border-bottom: 1px solid #CFCFC3;
}

table.ProductRegForm p  {
padding-left:15px;
margin:0px;
}

table.subforms {
padding:0px 0px 0px 10px !important;
}

table.subforms td {
font-family:Helvetica, Arial, sans-serif;
font-size: 13px;
line-height:13px;
border:0px;
padding:2px 0px 2px 5px !important;
}

table.subforms td p{
border:0px;
padding:0px;
}

table.subforms td input{
margin-right:10px;
}

span.nonbold {
font-weight:normal !important;
}

p.footnote {
font-family:Helvetica, Arial, sans-serif;
font-size: 11px;
line-height:14px;
color: #68665F;
padding:4px 0px 8px 8px;
margin:0px;
}
/*-------//FORM PAGE STYLES----------*/











/*-------HOMEPAGE----------*/
		
/* CHOOSE PRODUCT ICONS */
tr.icon_row td { /*setting for the icon cells */
padding:0px 6px 0px 6px;
vertical-align:top;
}

tr.icon_labels_row td { /* extra settings for the icon text cells only*/
background:none !important;
padding:8px 6px 16px 6px !important;
vertical-align:top;
font-family:Helvetica, Verdana, sans-serif;
color:#68665F;
font-size:11px;
}

.iconSet {
	background-repeat: no-repeat;
	background-position: center 0px;
	height:42px;
	width:75px;
	text-align: center;
}

.iconSet_over {
background-repeat: no-repeat;
background-position: center -42px;
height:42px;
width:75px;
}

.iconSetTxt {
	height:42px;
	width:75px;
	text-align: center;
}

.iconSet a {color: #68665F;}
.iconSet a:hover {color: #464646;}
.iconSetTxt a {color: #68665F;}
.iconSetTxt a:hover {color: #464646;}
.iconSet_over a {color: #464646;}
.iconSet_over a:hover {color: #464646;}
/*//CHOOSE PRODUCT ICONS */


/*CATEGORY GROUPS*/
tr.Homepage_HdrRow td{
background:#EFEEE9;
height:22px;
font-family:Helvetica, Arial, sans-serif;
font-size: 12px;
line-height:12px;
color: #51504D;
font-weight:bold;
}

tr.Homepage_HdrRow img {
padding:0px 4px 0px 19px !important;
}

tr.Homepage_HdrRow a {
font-family:Arial,sans-serif;
color:#A09F99;
font-size:10px;
text-transform: capitalize;
text-decoration:none;
font-weight:normal;
padding:0px 14px 0px 0px;
}

tr.Homepage_HdrRow a:hover {
color: #494947;
text-decoration:none;
}

tr.Homepage_Categories td {
padding:7px 0px 14px 43px;
}

tr.Homepage_Categories h3 {
font-family:Helvetica, Arial, sans-serif;
font-size: 13px;
line-height:13px;
color: #68665F;
font-weight:normal;
padding:2px 0px 2px 0px;
margin:0px;
}

tr.Homepage_Categories p {
font-family:Helvetica, Arial, sans-serif;
font-size: 13px;
line-height:13px;
color: #68665F;
font-weight:bold;
padding:2px 0px 2px 10px;
margin:0px;
}

tr.Homepage_Categories a {
color: #68665F;
text-decoration: none;
}

tr.Homepage_Categories a:hover{
color: #68665F;
text-decoration: underline;
}
/*//CATEGORY GROUPS*/

/*-------//HOMEPAGE----------*/
