/*  Philips global stylesheet. Only values that need to be overruled are defined here
 *   Version: 3.07
 *   Date: August 14, 2007
 *
 *  Structure of document:
 *  1. Page layout styles
 *    1a. Base elements
 *    1b. Reusable styles
 *    1c. Templates
 *    1d. Left navigation
 *  2. Global layout styles
 *    2a. Page structure
 *    2d. Left Navigation	
 *  Only 1a and 1b are public styles
 */

/* ----- Start of public styles ----- */

/* 1a. base element style definitions */
.body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#252F47;
	background-color:#000000 !important; 
	margin:0;
	padding:0;
	text-align:center;
}

table{
	font-size:100%;
}	

td{
	margin:0px;
}

td#spacer{
	margin:0px;
	height:6px;
	background:none;
}

td#retail{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#252F47;
	margin:0;
	padding:0;
}

#containerCtr{
	text-align: center;
	margin: 0 auto;

}	

td#Non{
	background:none;
	padding:inherit;
}

td#Black{
	background-color:#000000;
	padding:inherit;
}

td#Ctr{
	background:none;
}

form{

}

select, input, textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#000000;
	vertical-align:middle;
	padding:3;
}

input#code{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#eeeeee;
	padding:3;
}

input.checkbox{
	vertical-align:middle;
}

textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
}

img{
	border:0px;
}

a:link{
	text-decoration:underline;
	color:#91c7ff;
}

a:visited{
	text-decoration:underline;
	color:#91c7ff;
}
a:active{
	text-decoration:underline;
	color:#91c7ff;
}
a:hover{
	text-decoration:underline;
	color:#91c7ff;
}

ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

ul li {
	padding:0px 15px 0px 15px;
	background-image: url("../../crsc/images/icon-listitem-closed.html");
	background-repeat: no-repeat;
	background-position: 0 0;
}

* html ul li {
	background-position: 0 .1em;	/* IE Exception */
}

.p-iframe{
	background:#FFFFFF;
}

hr{
	height:1px;
	border:0px;
	color:#E0E0E8; /* IE fix */
	background:#E0E0E8;
}

.hdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #ffffff;
	line-height:30px;
}

.hdr_sm_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #91c7ff;
}


.bdText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}
.bdText_orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F79421;
}

.bdText_8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #ffffff;
}

.bdText_10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	color: #ffffff;
}
.bdText_11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.bdText_12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.bdText_16 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	line-height:normal;
}

.bdText_g_16 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1d1613;
	line-height:normal;
}

.bdText_20 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
}

/* end base style definitions */

/* 1b. general reusable styles */

table.p-tight{
	border-collapse:collapse;
	border-spacing:0px;
}

table.p-tight td{
	vertical-align:top;
}

table.p-transparent, table.p-transparent td{
	background-color:transparent;
}

td p {
	margin-top:0px;
	margin-bottom:0px;
}

img.p-sectionArrow{
	padding-bottom:1px;
	vertical-align:middle;
}

/* Workaround for image bug in NS6 */
/*
img {vertical-align: bottom; line-height: 1%; padding: 0px; border: 0px}
*/
img {border: 0px}

.p-center{
	text-align:center;
}

.p-orange{
	color:#000000;
	font-size:9px;
}

.p-asterix{
	color:#DF2823;
	font-size:9px;
}

.p-linkplus{
	color:#000000;
	font-size:9px;
}

.p-error,
.p-highlight{
	color:#DF2823;
}

.p-metadata {
	color:#888B9C;
}

select.p-selectlist{
	width:200px;
	margin-bottom:5px;
}

h1 {
	text-align:left;
	font-size:250%; /* 28pt / 250%   */
	padding:6px 9px 5px 9px;
	font-weight:normal;
	color:#005AFF; /* #B9BBC7 */
	margin:0px;
	line-height:normal; /*normal */
}

h2{ 
	font-size:150%;	/* 17px */
	font-weight:normal;
	margin:5px 0px 7px 0px;
	color:#000066;
	line-height:normal;
}

h3{
	font-size:135%;	/* 15px */
	margin:5px 0px 7px 0px;
	color:#91C7FF;
	line-height:normal;
}

h4{
	/* Not defined, only at component level */
}

h5{
	margin:0px;
	font-size:110%;
}

h4 a:link, h4 a:visited, h4 a:hover, h4 a:active{
	color:#252F47;
}

/* General layout options for tables*/
table.p-maxwidth, td.p-maxwidth { 
  width: 100%; 
} 

td.p-nowrap { 
  white-space: nowrap; 
} 

td.p-middle { 
  vertical-align: middle; 
} 

table.p-right {
	float:right;
}

.p-action{color:#000000;}
.p-bold {font-weight:bold;} 
.p-italic {font-style:italic;} 
td.p-right, tr.p-right td {text-align:right;} 
td.p-center, tr.p-center td {text-align:center;} 
td.p-hl, tr.p-hl td {background:#EFEFF4;} 
td.p-hl-blue, tr.p-hl-blue td {background:#E9F5FF;} 
td.p-hl-yellow, tr.p-hl-yellow td {background:#FFF4DF;} 

.p-clear-both{clear:both;}
.p-clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.p-clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .p-clearfix {height: 1%;}
.p-clearfix {display: block;}
/* End hide from IE-mac */

/* 1c. Styles related to templates */
td#p-mainbodywide{
	width:770px;
	vertical-align:top;
	padding:10px;
	text-align:center;
}

table#p-mainbodywide-table{
	width:750px;
}

table#p-mainbodywide-table td{
	vertical-align:top;
}

td.p-mainheader{
	text-align:left;
	font-size:16px;
	padding:3px 5px 3px 10px;
	height:20px;
	font-weight:bold;
	color:#878C9C;
	background:url(../../crsc/images/dots.html) repeat-x bottom;
	background-color:#ffffff; 
}

#p-sectionbanner{
	visibility:hidden;  /*Added for flashbanners */
 	height:42px;
}

/* breadcrumb */
td#p-breadcrumb{
	width:770px;
	line-height:26px;
	margin:0px;
	padding:0px 10px;
	vertical-align:middle;
	font-weight:bold;
	border-bottom:solid 1px #E0E0E8;
	color:#252F47;
	font-size:90%;
}

#p-breadcrumb a{
	font-weight:normal;
	line-height:26px;
}

#p-breadcrumb .p-microarrow {
   height:8px;
	padding-left:12px;
   background:url(../../crsc/images/micro_arrow.html) no-repeat 4px 50%;
	line-height:26px;
	white-space:nowrap;
}

#p-breadcrumb td#p-youarehere {
	line-height:26px;
	padding-right:5px;
	font-weight:bold;
}

.p-content-grid {
	width:770px;
	border-spacing:0px;
	border-color:#E0E0E8;
	border-width:0px 0px 1px 0px;	
	border-style:solid;
}

.p-content-grid td {
	vertical-align:top;
}

.p-content-grid .p-bottomleft {
	background: url(../../crsc/images/bottomcorner_l.html) no-repeat left bottom;
	padding-bottom:4px;
	height:4px;
}

.p-content-grid .p-bottomright {
	background: url(../../crsc/images/bottomcorner_r.html) no-repeat right bottom;
	padding-bottom:4px;
}

#p-banners {
	margin-top:0px;
}

#p-banners td{
	background-color:#EFEFF4;
}

.p-banner-large {
	width:478px;
}

.p-banner-small {
	width:146px;
}

.p-banner-small td.p-image{
	border-left:solid 1px #FFFFFF;
	width:145px;
}

td.p-caption {
   background-color:#EFEFF4;
	padding:6px 10px 3px 10px;
	font-size:90%;
	line-height:140%;
	height:74px;
	vertical-align:top;
}

/* Grid A/B - Themes */
.p-theme .p-banner-large {
	width:504px;
	margin:10px;
} 

.p-theme .p-banner-small-left, .p-theme .p-banner-small-right {
	margin:10px 0px 0px 0px;
	width:118px;
}

.p-theme .p-banner-small-right {
	margin:10px 10px 0px 0px;
}

.p-theme .p-caption {
	padding:0px 10px 0px 10px;
	height:65px;
}

.p-theme .p-arrow {
	background: url(../../crsc/images/arrow_down_homepage.html);
	background-position: 10px 3px;
	background-repeat: no-repeat;
	font-size:1pt;
	line-height:1px;
}

.p-theme .p-banner-small-right .p-caption {
	border-spacing:0px;
	border-color:#FFFFFF;
	border-width:0px 0px 0px 1px;	
	border-style:solid;
}

.p-theme .p-arrow {
	height:10px;
}

/* Grid A */
table#p-grid-a {
	margin-top:4px;
}

#p-grid-a #p-slots #p-left{
	width:384px;
	padding:6px 5px 8px 10px;
	border-style:solid;
	border-width:0px 1px 0px 0px;
	border-color:#E0E0E8;
}

#p-grid-a #p-slots #p-right{
	width:385px;
	padding:6px 10px 6px 10px;
}

/* Grid A - Themes */
.p-theme #p-grid-a #p-slots #p-main  {
	width:100%;
	padding:9px 10px 8px 10px;
	border-width:0px;
}

.p-theme #p-grid-a #p-slots #p-left  {
	width:504px;
	padding:9px 10px 8px 10px;
	border-width:0px;
}

.p-theme #p-grid-a #p-slots #p-right  {
	width:246px;
	padding:10px 0px 10px 0px;
}

#p-slots hr {	margin-top:1px; margin-bottom:3px; } /* IE Hack */	/* 3,3 */
html > body #p-slots hr { margin-top:8px; margin-bottom:10px; } /* Other browsers */ /* 10,10*/

.p-theme #p-slots #p-right img{
	display:block;
}

.p-theme #p-grid-a .p-intro {
	color:#888B9C;
}

/* Grid B */
table#p-grid-b {
	margin-top:4px;
}

#p-grid-b #p-slots #p-left{
	width:292px;
	border-style:solid;
	border-width:0px 1px 0px 0px;
	border-color:#E0E0E8;
	padding:6px 5px 8px 10px;
}

#p-grid-b #p-slots #p-center{
	width:292px;
	border-style:solid;
	border-width:0px 1px 0px 0px;
	border-color:#E0E0E8;	
	padding:6px 10px 8px 10px;
}

#p-grid-b #p-slots #p-right{
	width:184px;
	padding:5px 5px 10px 10px;
}

/* Grid C */
#p-grid-c #p-columns #p-center{
	width:370px;
}

#p-grid-c #p-columns #p-right{
	width:180px;
}

/* Grid D */
#p-grid-d #p-columns #p-main{
	width:560px;
}

/* Grid E */
#p-grid-e #p-columns #p-left{
	width:180px;
}

#p-grid-e #p-columns #p-center{
	width:370px;
}

#p-grid-e #p-columns #p-right{
	width:180px;
}

#p-grid-e h1{
	padding-left:200px;
}

/* Grid F */
#p-grid-f #p-columns #p-left{
	width:180px;
}

#p-grid-f #p-columns #p-main{
	width:560px;
}

#p-grid-f h1{
	padding-left:200px;
}

/* Grid G */
#p-grid-g #p-columns #p-left{
	width:370px;
}

#p-grid-g #p-columns #p-right{
	width:370px;
}

/* Grid H */
#p-grid-h #p-columns #p-content{
	width:750px;
}

/* Grid I */
#p-grid-i #p-columns #p-main{
	width:560px;
}

#p-grid-i #p-columns #p-right{
	width:180px;
}

/* 1d. Styles related to left navigation */
.p-section-nav table{
	width:189px;
}

.p-section-nav td {
	vertical-align:middle;
}

#p-leftnav{
	width:180px;
	padding:10px 3px 10px 10px;
	border-style:solid;
	border-width:0px 1px 0px 0px;
	border-color:#E0E0E8;
}



/* ----- End of public styles ----- */

/* ----- Start of private styles ----- */

/* backwards compatible locale selector page styles */
.p-landing{
	background-color:#FFFFFF;
	text-align:center;
}

.p-landingpage{	
	width:500px;
	font-size:80%;
	margin:auto;
}

.p-landingpage .p-select{
	border-collapse:collapse;
	border-spacing:0px;
	text-align:center;
}

.p-landingpage .p-select td{
	text-align:center; /*Fix for Mac IE5*/
}

.p-landingpage select{
	font-size:100%;
}

.p-landingpage .p-select, .p-landingpage .p-select td{
	background-color:#EFEFF4;
}

.p-landingpage .p-image{
	background-color:#FFFFFF;
}
.p-landingpage .p-select td{
	height:25px;
	vertical-align:bottom;
}

.p-landingpage .p-select input{
	vertical-align:middle;
}

.p-landingpage #p-localeselect{
	text-align:center;
	padding-top:5px;
}

.p-landingpage  .p-links {
	margin:10px;
}
.p-landingpage  .p-remember {
	vertical-align:bottom; 
	margin:10px;
	color:#000000;	
}
.p-landingpage  .p-remember input {
	vertical-align:middle;
}
.p-landingpage h3 {
	text-align:left;
	margin:10px 0px 5px 0px;
	font-size:100%;
	font-weight:bold;
	color:#000000;
}
table.p-localelist {
	margin:auto;
	width:510px;
	text-align:left;
	border-bottom: 1px solid #DFDFDF;
	font-size:120%;
}
table.p-localelist td {
	border-top: 1px solid #DFDFDF;
	padding:3px 5px 3px 5px;
}
table.p-localelist td.p-header {
	background:#F7F7F9;
	padding:0px;
}
table.p-localelist td.p-header h5 {
	font-size:100%;
	font-weight:bold;
	color:#000000;
	margin:0px;
	padding:3px 5px 3px 5px;		
}
table.p-localelist .p-flag{
	padding:3px 0px 3px 0px;
}
table.p-localelist td.p-content {
	vertical-align:top;
}
table.p-localelist ul.p-link-list {
	margin:0px 5px 0px 5px;
	padding:0px;
	float:left;
}
table.p-localelist ul.p-link-list li {
	background:none;
	margin:2px;
	padding:0px;
}
table.p-localelist div.p-flag {
	float:left;
}
table.p-localelist div.p-center{
	width:200px;
	margin:auto;
	text-align:left;
}

img#p-flag{
	vertical-align:middle;
	margin:0px 5px 0px 0px;
}

td#p-localeselect{
	text-align:left;
	vertical-align:middle;
}

.p-locale-submit{
	padding-left:1px;			/* Not used anymore */
}

.p-extranet-search{
	padding-top:23px;
}

.p-extranet-topline{
	border-top:1px solid #CCCEDB; 
}

.p-extranet-extraspace{
	height:3px;
}

.p-globalsite-microsite{
	text-align:right;
	padding-right:5px;
	vertical-align:bottom;
	padding-bottom:13px;
}


/* sIFR */

/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

.sIFR-active h1 {
  visibility: hidden;
  font-size:285%;
  line-height:1em;
}

/* Bliss Div's */

div#contentWrapper {
	position:relative;
	margin:0 auto;
	width:959px;
	height:673px;
}

.bg_sweeps {background:url(../images/Bliss/BikiniPerfect/bg_beach.jpg) no-repeat 0 0;}
.bg_main {background:url(../images/Bliss/BikiniPerfect/bliss_mainBg.jpg) no-repeat 0 0;}

div#contentWrapper_index {
	position:relative;
	margin:0 auto;
	width:959px;
	height:673px;
	z-index: 1;
}


div#primaryNav {
	position:absolute;
	margin:0;
	width:253px;
	height:140px;
	padding-top:18px;
	z-index:100;
}

div#bikiniNav {
	position:absolute;
	margin-top:250px;
	margin-left:45px;
	width:256px;
	height:136px;
	z-index:5;
}

div#bikiniNav_features {
	position:absolute;
	margin-top:175px;
	margin-left:20px;
	width:256px;
	height:136px;
	z-index:100;
}

div#blissPhilips_logo {
	position:absolute;
	margin-top:5px;
	margin-left:785px;
	width:157px;
	height:39px;
}

div#trimmer_buyNow {
	position:absolute;
	margin-top:85px;
	margin-left:780px;
	width:151px;
	height:63px;
	text-align:left;
}

div#pageHdr {
	position:absolute;
	margin-top:66px;
	margin-left:370px;
	width:393px;
	text-align:right;
}

div#pageHdr2 {
	position:absolute;
	margin-top:170px;
	margin-left:365px;
	width:475px;
	height:15px;
	text-align:left;
}

div#pageHdr3 {
	position:absolute;
	margin-top:180px;
	margin-left:335px;
	width:510px;
	height:15px;
	text-align:left;
}

div#pageHdr_buyNow {
	position:absolute;
	margin-top:80px;
	margin-left:485px;
	width:263px;
	height:52px;
	text-align:right;
}

div#pageHdr_swag {
	position:absolute;
	margin-top:45px;
	margin-left:387px;
	width:378px;
	height:85px;
}

div#primaryContent {
	position:absolute;
	margin-top:180px;
	margin-left:335px;
	width:575px;
	height:420px;
	text-align:left;
	color:#5172aa;
}

#primaryContent a, #primaryContent a:visited {color:#2a3d5a; font-weight:700; text-decoration:none;}
#primaryContent a:hover {color:#f86197;}


div#primaryContent_demo {
	position:absolute;
	margin-top:170px;
	margin-left:0;
	width:959px;
	height:505px;
	z-index: 1;
}

div#primaryContent_contact {
	position:absolute;
	margin-top:160px;
	margin-left:335px;
	width:575px;
	height:420px;
	text-align:left;
}

div#primaryContent_swag {
	position:absolute;
	margin-top:170px;
	margin-left:265px;
	width:718px;
	height:430px;
	text-align:left;
	left: -30px;
	top: -10px;
}

div#primaryFlash_swag {
	position:absolute;
	margin-top:215px;
	margin-left:257px;
	width:718px;
	height:420px;
	text-align:left;
	left: -30px;
	z-index:90;
}


div#primaryContent_buzz {
	position:absolute;
	margin-top:160px;
	margin-left:235px;
	width:718px;
	height:420px;
	text-align:left;
	left: 2px;
}

div#primaryContent_buyNow {
	position:absolute;
	margin-top:212px;
	margin-left:252px;
	width:696px;
	height:412px;
	z-index:2;
}

div#Content_buyNow_Spa {
	position:absolute;
	margin-top:201px;
	margin-left:265px;
	width:638px;
}

div#primaryContent_hdr {
	position:absolute;
	margin-top:177px;
	margin-left:334px;
	width:525px;
	height:14px;
}


div#primaryContent_faq {
	position:absolute;
	margin-top:200px;
	margin-left:335px;
	background-image:url(images/faq_outline.gif);
	background-repeat:no-repeat;
	width:533px;
	height:337px;
	padding:10px 20px 10px 10px;
}

div#primaryContent_buzz {
	position:absolute;
	margin-top:200px;
	margin-left:300px;
/*	background-image:url(images/faq_outline.gif);*/
	background-repeat:no-repeat;
	width:533px;
	height:337px;
	padding:10px 20px 10px 10px;
}

div#primaryContent_printing {
	position:absolute;
	margin-top:565px;
	margin-left:358px;
	width:375px;
	height:12px;
}


div#primaryContent_prodReg {
	position:absolute;
	margin-top:190px;
	margin-left:300px;
	width:533px;
	height:337px;
}

div#primaryContent td {
	padding:5px 5px 5px 5px;
}

div#exploreFeatures_btn {
	position:absolute;
	margin-top:323px;
	margin-left:634px;
	width:244px;
	height:23px;
}

div#primaryContent_razor {
	position:absolute;
	margin-top:346px;
	margin-left:368px;
	width:510px;
	height:255px;
}

div#footerNav {
	position:absolute;
	margin-top:625px;
	margin-left:490px;
	width:460px;
	height:30px;
	text-align:center;
	z-index:300;
}

div#taf_btn {
	position:absolute;
	margin-top:641px;
	margin-left:795px;
	width:115px;
	height:22px;
	text-align:left;
	z-index:300;
}

div#scrollingArrows_UD-tips {
	position:absolute;
	margin-top:350px;
	margin-left:415px;
	width:15px;
	height:31px;
}

div#scrollingArrows_UD {
	position:absolute;
	margin-top:215px;
	margin-left:865px;
	width:15px;
	height:31px;
}

div#sideBubbleNav {
	position:absolute;
	margin-top:342px;
	margin-left:10px;
	width:132px;
	height:120px;
	z-index:100;
}

div#swagRegContainer {
	position:absolute;
	margin-top:190px;
	margin-left:650px;
	width:279px;
	height:120px;
	z-index:100;
}

div#swagRegComingSoon {
	position:absolute;
	margin-top:190px;
	margin-left:680px;
	text-align:right;
	width:279px;
	height:120px;
	z-index:100;
}



/* Bliss Styles */

.primaryContent_style {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5172aa;
}

.pdfContent_style {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2a3d5a8;
}

.pdfLinks_style {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#269ada;
}

.pdfLinks_style a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#5172aa;
}

.pdfLinks_style a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#5172aa;
}
.pdfLinks_style a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#f86197;
}
.pdfLinks_style a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#f86197;
}


.print_style a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#5172aa;
}

.print_style a:visited {
	color:#5172aa;
	font-weight:bold;
}
.print_style a:hover {
	color:#f86197;
	font-weight:bold;
}
.print_style a:active {
	color:#f86197;
	font-weight:bold;
}

.print_styleLine {
	color:#5172aa;
}

.footer_style {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5172aa;
}

.footer_style a:link, .footer_style a:visited, .footer_style a:active {color:#5172aa;}

.upArrow_padding {
	padding: 13px 0 11px 0;
}

.pageHdr3_style {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4674B8;
	line-height:20px;
}

.buyNowHdr_style {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#65A9DF;
	font-weight:bold;
}


.quiz_style {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2a3d5a;
}

.quizQuestions_style {
	color:#5172aa;
	line-height:2em;
}


.lteBlue_Bold a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3A9FDC;
	font-weight:bold;
}

.lteBlue_Bold a:link {
	color:#5172aa;
}
.lteBlue_Bold a:visited {
	color:#5172aa;
}
.lteBlue_Bold a:hover {
	color:#f86197;
}
.lteBlue_Bold a:active {
	color:#f86197;
}

.pngFix {
	behavior: url("css/iepngfix.htc");
}

.bg_index {background:url(images/bg_index.gif) no-repeat 0 bottom;}

#index_logo {margin:15px 0 0 17px;}
#index_buy-now {padding-right:10px;}
#index_hdr {margin-top:25px; text-align:center;}
#index_hdr2 {position:absolute; margin:80px 0 0 628px; height:213px; width:330px;}

.left {float:left;}
.right {float:right;}

.clear {clear:both;}

div#primaryNav_index {
	position:absolute;
	margin-top:120px;
	width:253px;
	height:140px;
	padding-top:18px;
	z-index:50;
}

div#footerNav_index {
	position:absolute;
	margin-top:515px;
	margin-left:490px;
	width:460px;
	height:30px;
	text-align:center;
	z-index:300;
}

a.be-bikini-perfect {margin:0; display:block; width:315px; height:34px; background:url(images/btn_be-bikini-perfect.png) no-repeat 0 -34px;}
a.be-bikini-perfect:hover {background-position:0 3px; text-decoration:none;}
a.be-bikini-perfect span {visibility:hidden; text-decoration:none;}
#index a.be-bikini-perfect {background-position:0 3px; text-decoration:none;}

/* The Great Bikini Uncoverup Sweepstakes */


/* Sweepstakes */
#sweeps_reg_ct  {position:absolute; margin-top:150px; margin-left:280px; width:660px; height:523px; text-align:left; color:#5172aa;}
#login_ct {margin-top:30px; width:175px; font-size:11px; color:#2a3d5a;}

#login_ct .acct {height:15px; width:175px; border-top:1px solid #999; border-right:1px solid #999; border-bottom:none; border-left:none; padding-left:5px; font-size:11px; }

#registerForm {margin-top:30px; width:455px; font-size:11px; color:#2a3d5a;}
#registerForm .regRow {width:455px; font-size:10px; color:#2a3d5a; padding-bottom:5px;}
#registerForm .input {height:13px; border-top:1px solid #999; border-right:1px solid #999; border-bottom:none; border-left:none; padding-left:5px; font-size:11px; }

#registerForm .acct-passwd {width:250px; height:12px;}
.address1, #registerForm .address2, #registerForm .email {width:455px; height:13px;}

#registerForm .twoColField { width:200px;  float:left; }
#registerForm .twoColField.last { float:right; }
#registerForm .twoColField input { width:200px; height:13px; }

#registerForm .locField { width:175px; float:left; margin-right:20px; }
#registerForm .locField.last { margin-right:0px; float:right; }
#registerForm .locField input { width:175px; height:13px; }

#registerForm .locState { width:60px; float:left; margin-right:20px; }

#registerForm .dobRow { margin-top:2px; }
#registerForm .dobRow select { width:120px; margin-right:25px; }
#registerForm .dobRow select.last { margin-right:0px; }

#registerSubmit {position:absolute; margin:-55px 0 0 375px;}

.bg_sweeps_lockup {background:url(images/sweeps_lockup.png) no-repeat 0 0;}

a.btn_enter {margin-top:220px; display:block; width:79px; height:30px; background: url(images/btn_enter_index.gif) no-repeat 0 0;}
a.btn_enter:hover {text-decoration:none;}
a.btn_enter span {visibility:hidden; text-decoration:none;}

#sweeps_ct {position:absolute; margin-top:160px; margin-left:312px; width:575px; height:420px; text-align:left;	color:#5172aa;}
#sweeps_copy {position:absolute; width:345px; margin-top:40px; margin-left:290px; color:#2a3d5a; font-size:11px;}
#sweeps_prizes {position:absolute; width:345px; margin-top:320px; margin-left:-160px; color:#2a3d5a; font-size:12px;}
#sweeps_rules {position:absolute; width:336px; height:114px; margin:320px 0 0 170px; padding:12px; background:url(images/bg_sweeps_rules.png) no-repeat 0 0; color:#000; font-size:12px; overflow-y: scroll;}

#sweeps_footer {position:absolute; margin-top:625px; margin-left:430px; width:460px; height:30px; text-align:center;z-index:300;}

.bg_bikini-girl-blanket {background:url(images/img_bikini-girl-blanket.gif) no-repeat 0 0;}

#sweeps_thanks_ct {position:absolute; margin-top:150px; margin-left:315px; width:575px; height:523px; text-align:left;	color:#5172aa;}
#thanks_copy {position:absolute; width:425px; margin-top:70px; margin-left:210px; color:#2a3d5a; font-size:11px;}
#sorry_copy {position:absolute; width:425px; margin-top:70px; margin-left:210px; color:#2a3d5a; font-size:12px; line-height:1.7em;}
#social_ct {position:absolute; width:385px; height:37px; margin-top:430px; margin-left:210px;}

.bg_bikini-girl-thanks {background:url(images/img_bikini-girl-thanks.png) no-repeat bottom left;}

.bg_social_icons {background:url(images/social_bg.gif) no-repeat bottom right;}

#forgotPW_ct {margin:50px 0 0 125px; color:#000}
.email_box {margin:4px 5px 0 5px; width:200px; height:15px;}

























