body
{
    width:960px;
}

.PageTitle
{
    font:Arial;
    font-size:20px;
    font-weight:normal;
    font-style:normal;
    line-height:22px;
    color:#8CC63F;
    padding-left:10px;
}

.needHelpText
{
    font:Arial;
    font-size:12px;
    font-weight:normal;
    font-style:normal;
    line-height:14px;
    color:#FFFFFF;
    padding-left:12px;
}

.needHelpText2
{
    font:Arial;
    font-size:11px;
    font-weight:normal;
    font-style:normal;
    line-height:15px;
    color:#FFFFFF;
    padding-left:8px;
}

.needHelpAnswerText
{
    font:Arial;
    font-size:11px;
    font-weight:normal;
    font-style:normal;
    line-height:13px;
    color:#7C7C7C;
    padding-right:60px;
    padding-bottom:18px;
}

A.needHelpLink:link
{
    font:Arial;
    font-size:12px;
    font-weight:normal;
    font-style:normal;
    line-height:14px;
    color:#4ACAF8;
    text-decoration: none;
    cursor:pointer;
}
A.needHelpLink:visited
{
    font:Arial;
    font-size:12px;
    font-weight:normal;
    font-style:normal;
    line-height:14px;
    color:#4ACAF8;
    text-decoration: none;
    cursor:pointer;
}
A.needHelpLink:hover
{
    font:Arial;
    font-size:12px;
    font-weight:normal;
    font-style:normal;
    line-height:14px;
    color:#4ACAF8;
    text-decoration: none;
    cursor:pointer;
}

A.needHelpLink:active
{
    font:Arial;
    font-size:12px;
    font-weight:normal;
    font-style:normal;
    line-height:14px;
    color:#4ACAF8;
    text-decoration: none;
    cursor:pointer;
}

.needHelpLink
{
    font:Arial;
    font-size:12px;
    font-weight:normal;
    font-style:normal;
    line-height:14px;
    color:#4ACAF8;
    text-decoration: none;
    cursor:pointer;
}

.needHelpLink2
{
    font:Arial;
    font-size:11px;
    font-weight:normal;
    font-style:normal;
    line-height:15px;
    color:#4ACAF8;
    text-decoration: none;
    cursor:pointer;
}

A.needHelpLink2:link
{
    font:Arial;
    font-size:11px;
    font-weight:normal;
    font-style:normal;
    line-height:15px;
    color:#4ACAF8;
    text-decoration: none;
    cursor:pointer;
}

A.needHelpLink2:hover
{
    font:Arial;
    font-size:11px;
    font-weight:normal;
    font-style:normal;
    line-height:15px;
    color:#4ACAF8;
    text-decoration: none;
    cursor:pointer;
}

A.needHelpLink2:visited
{
    font:Arial;
    font-size:11px;
    font-weight:normal;
    font-style:normal;
    line-height:15px;
    color:#4ACAF8;
    text-decoration: none;
    cursor:pointer;
}


A.needHelpLink2:active
{
    font:Arial;
    font-size:11px;
    font-weight:normal;
    font-style:normal;
    line-height:15px;
    color:#4ACAF8;
    text-decoration: none;
    cursor:pointer;
}

.SideBoxText
{
    font:Arial;
    font-size:11px;
    font-weight:normal;
    font-style:normal;
    line-height:15px;
    color:#FFFFFF;
}


.sectionTitle
{
    font:Arial;
    font-size:15px;
    font-style:normal;
    line-height:17px;
    color:#8CC63F;
    vertical-align:middle;
    padding-left:12px; 
}

.sideBoxTitle
{
    font:Arial;
    font-size:16px;
    font-weight:normal;
    font-style:normal;
    line-height:18px;
    color:#FFFFFF;
}

/************************************************************************
	BEGIN DailyWishContent
*************************************************************************/
div#dw
{
    font-family: Arial;
    font-size: 10pt;
    color: #FFFFFF;
    padding-left:25px;
    width:960px;
   
}

/************************************************************************
	BEGIN Branding 
*************************************************************************/
div#branding
{
    background-image:url(../images/hdr-dailywish-generic.gif);
    background-repeat:no-repeat;
    height:107px;
    width:935px;
}

div#brandingHome
{
    height:80px;
    width:320px;
    float:left;
    cursor:pointer;
}

div#brandingtop
{    
    padding-top:32px;
    float:right;
    padding-right:30px;
}

/************************************************************************/


/************************************************************************
	BEGIN Header
*************************************************************************/
div #header
{
    width: 935px;
    background-image: url(../images/bg-main-mid.gif);
    background-repeat:repeat-y;
}

div#headerbody
{
    padding-left:35px;
    padding-right:35px;
}


/************************************************************************/


/************************************************************************
	BEGIN Content
*************************************************************************/
div #content
{
    width: 935px;
    background-image: url(../images/bg-main-mid.gif);
    background-repeat:repeat-y;
}

div #contentbody
{
    padding-left:35px;
    padding-right:35px;
}
/************************************************************************/


/************************************************************************
	BEGIN Footer
*************************************************************************/
div#footer
{
	position: relative;
	display: block;
	background: url(../images/bg-main-bot.gif) no-repeat left top;
	margin: 0px 0px 0px 0px;
	height:93px;
	width:935px;
}
/************************************************************************/



/************************************************************************
	Need Help Page Content
*************************************************************************/
div #needhelpmain
{
    display: block;
    width: 605px;
    float:left;
}


div #needhelpside
{
    display: block;
    width: 258px;
    float:right;
}

.faqtop
{
    width:579px;
    height:36px;
    background-image: url(../images/img-blind-top.gif);
    background-repeat:no-repeat;
    line-height:36px;
}

.faqbodyclose
{
    width: 579px;
    height:20px;
    line-height:20px;
    background-image: url(../images/img-blind-mid.gif);
    background-repeat:no-repeat;
    padding-top:4px;
    padding-bottom:4px;
}

.lightgraybar
{
    height:5px;
    _height:1px;
    background-color:#636262;
    padding-top:10px;
    _padding-top:4px;
    padding-bottom:1px;
    _padding-bottom:10px;
    margin-left:1px;
    border-left:solid 1px black;
    margin-right:1px;
    border-right:solid 1px black;
    border-bottom:solid 1px black;
}
.darkgraybar
{
    height:1px;
    background-color:#2E2D2D;
}
.faqbody
{
    width: 579px;
    background-image: url(../images/img-blind-mid.gif);
    background-repeat:repeat-y;
    padding-left:1px;
    padding-right:1px;
}

.faqbodyQA
{
    width: 559px;
    background-repeat:repeat-y;
    background-color:#383737;
    padding:10px 0px 10px 10px;
}

.faqbottom
{
    width: 579px;
    height:20px;
    line-height:20px;
    padding-top:4px;
    padding-bottom:4px;
    background-image: url(../images/img-blind-bot.gif);
    background-repeat:no-repeat;
}

.faqbotbox
{
    width:578px;
    height:36px;
    background-image: url(../images/img-botbox.gif);
    background-repeat:no-repeat;
    
}

.sideboxtop
{
    width:254px;
    height:32px;
    background-image: url(../images/img-sidebox-top.gif);
    background-repeat:no-repeat;
    
}

.sideboxbody
{
    width:234px;
    background-repeat:repeat-y;
    background-color:#676666;
    padding-left:10px;
    padding-right:10px;
}

.sideboxbodycontent
{
    width:201px;
    background-repeat:repeat-y;
    background-color:#494949;
    padding:8px 25px 8px 8px
}


.sideboxbottom
{
    width:254px;
    height:9px;
    background-image: url(../images/img-sidebox-bot.gif);
    background-repeat:no-repeat;
}

.sidebotbox
{
    width:254px;
    height:44px;
    background-image: url(../images/img-sidebox-botbox.gif);
    background-repeat:no-repeat;
    
}
A {
  text-decoration:none;
  font-family: Arial;
  font-size : 10pt;
  color: #FFFFFF;
} 
.questionSection
{
	background-color:#2E2D2D;
	padding-bottom:15px;
	margin-left:1px;
	margin-right:1px;
	border:solid 1px #636262;
}
.question
{
    font:Arial;
    font-size:11px;
    font-weight:normal;
    font-style:normal;
    line-height:14px;
    color:#FFFFFF;
    padding-left:28px;
    width:540px;
    background-image: url("../images/img-plus.gif");
    margin-left:20px;
    margin-bottom:15px;
    background-position:8px 4px;
    background-repeat:no-repeat;
    cursor:pointer;
    padding-right:18px;
}
.openQuestion
{
    font:Arial;
    font-size:11px;
    font-weight:normal;
    font-style:normal;
    line-height:14px;
    color:#FFFFFF;
    padding-left:28px;
    margin-left:30px;
    width:540px;
    background-image: url("../images/img-minus.gif");
    margin-left:20px;
    background-position:8px 4px;
    background-repeat:no-repeat;
    cursor:pointer;
    padding-right:60px;
}
.answer
{
    font:Arial;
    font-size:11px;
    font-weight:normal;
    font-style:normal;
    line-height:13px;
    color:#FFFFFF;
    padding-left:8px;
    margin-left:45px;
    margin-right:45px;
    width:470px;
}

.borderline
{
	border-top:solid 1px #2E2D2D;
	width:863px;
}
/****************************************************************/
.dropDown {
	font-size: 11px;
	margin-top: 15px;
	width: 80px;
}
.sectionHeader
{
    font:Arial;
    font-size:12px;
    font-weight:normal;
    font-style:normal;
    line-height:14px;
    color:#FFFFFF;
    padding-left:20px;
    background-image: url("../images/img-arrow-rt.gif");
    margin-left:12px;
    background-position:0px 4px;
    background-repeat:no-repeat;
    cursor:pointer;
}
.openSectionHeader
{
    font:Arial;
    font-size:12px;
    font-weight:normal;
    font-style:normal;
    line-height:14px;
    color:#FFFFFF;
    padding-left:20px;
    background-image: url("../images/img-arrow-down.gif");
    margin-left:12px;
    background-position:0px 4px;
    background-repeat:no-repeat;
    cursor:pointer;
}
.faqtop1
{
    background-image: url(../images/img-blind-top.gif);
    background-repeat:repeat-y;
}
.MerchantDetail
{
	border:solid 1px dimgray;
	padding:5px 5px 5px 5px;
}
.lightgraybar1
{
    background-color:#636262;
    padding-top:4px;
    padding-bottom:4px;
    margin-left:1px;
    border-left:solid 1px black;
    margin-right:1px;
    border-right:solid 1px black;
}

.lightgraybar2
{
    border-bottom: 1px solid #636262;
}
.darkgraybar2
{
    border-bottom: 1px solid #2E2D2D;
}

.contactusTop
{
    width:400px;
    height:36px;
    background-image: url(../images/contactus-img-blind-top.gif);
    background-repeat:no-repeat;
    line-height:36px;
}

.contactusBody
{
    width: 400px;
    background-image: url(../images/contactus-img-blind-open.gif);
    background-repeat:repeat-y;
}

.contactusBot
{
    width:400px;
    height:29px;
    background-image: url(../images/contactus-img-blind-bot.gif);
    background-repeat:no-repeat;
}

.contactusBotbox
{
    width:396px;
    height:36px;
    background-image: url(../images/contactus-img-botbox.gif);
    background-repeat:no-repeat;
}
