/* Trying something new with this stylesheet, indent all the children, otherwise keep same level. */
.nowrap{
	white-space: nowrap;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
}
span.seoText
{
    /*This class allows us to contain text for SEO purposes for div's with background images. */
    position: absolute;
    text-indent: -999em;
}
.center_par
{
    text-align: center;
}
.center_par .center
{
    display: block;
    margin: 0 auto;
    text-align: left;
}
div.hr
{
    height: 0;
    padding: 0;
    border-style: dashed;
    border-width: 1px 0 0 0;
    border-color: #ccc;
    overflow: hidden;
    line-height: 1px;
}
#contestPad div.hr
{
    width: 220px;
}
div.hr.bubbleSep
{
    margin: 0 0 8px 71px;
    width: 606px;
}
div.hr.bigBubbleSep
{
    margin: 8px 0 8px 30px;
    width: 700px;
}
div.hr.twoColSep
{
    margin: 7px 0 7px 0;
    width: 606px;
}
.whereToFindPins div.hr.twoColSep
{
    margin: 30px 0 35px;
}
.myAccount div.hr
{
    margin: 15px auto;
    width: 520px;
}
input.regText, input.bigText, textarea
{
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #000 #cdcdcd #e3e3e3 #cdcdcd;
    background: #fff url('../images/ui/bg_textfield_top.gif') top left repeat-x;
    color: #767676;
    width: 99%;
}
input.bigText
{
    font-weight: 700;
    height: 35px;
    padding: 8px 0 0 0;
    vertical-align: middle;
}
label
{
    color: #767676;
    font-size: 13px;
    line-height: 16px;
}

/* =WRAP
 *************************************/
#wrapper
{
    background: transparent url('../images/ui/bg_top_border.gif') top left repeat-x;
    border-bottom: 15px solid #f15c30;
    display: block;
    text-align: center; /* Let's center the inner wrapper for IE */
    padding: 10px 0 6px 0;
    width: 100%;
}
#wrapper #innerWrapper
{
    margin: 0 auto; /* Center for NORMAL browsers */
    text-align: left; /*Reset the text positioning */
    width: 970px;
}

/* =TYPO
************************************/
.bigNum
{
    color: #F15C30;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 4px;
    position: relative;
    top: 4px;
}
i
{
    color: #767676;
    font-size: 11px;
}
p
{
    color: #767676;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 13px;
}
p.small, p.small *, .small
{
    font-size: 11px;
}
a.small
{
    font-weight: 300;
}
p.big
{
    font-size: 13px;
}

b.hl, .hl
{
    color: #ee5b2f;
}
h3
{
    margin-bottom: 22px;
    margin-top: 22px;
}
a
{
    font-weight: bold;
    color: #ee5b2f;
    text-decoration: underline;
}
a.big
{
    display: block;
    float: left;
    padding-top: 6px;
    border-bottom: 1px solid #EE5B2F;
    text-decoration: none;
}
span.anchorArrow
{
    background: transparent url('../images/ui/bg_big_anchor.gif') top left no-repeat;
    display: block;
    height: 25px;
    width: 25px;
    margin-left: 4px;
    text-indent: -4000px;
    float: left;
    margin-bottom: 6px;
}
a.grey
{
    color: #767676;
}
span.sup
{
    position: relative;
    top: -5px;
    font-size: 60%;
}

/* =HEADER
*************************************/
#innerWrapper #header
{
    background: transparent url('../images/ui/bg_header.gif') top left no-repeat;
    height: 98px;
    margin-left: 4px;
    position: relative;
    width: 960px;
}
#header #logoHotSpot
{
    display: block;
    height: 100px;
    width: 180px;
    position: absolute;
}
#header h1#tagline
{
    height: 40px;
    left: 193px;
    position: absolute;
    top: 12px;
    width: 160px;
}
#header #languageToggle
{
    display: block;
    height: 10px;
    position: absolute;
    right: 25px;
    top: 10px;
    overflow: visible;
    border-bottom: 1px solid white;
}
#header #languageToggle a
{
    color: white;
    font-size: 10px;
    text-decoration: none;
}
#header ul#mainNav
{
    list-style-type: none;
    position: absolute;
    top: 65px;
    right: 0;
}
#header ul#mainNav li
{
    float: left;
    margin-left: -13px;
    position: relative;
}
#header ul#mainNav li.active
{
    top: -5px;
}

/* =MAIN
*****************************************************/
#contentWrapper
{
    background: transparent url('../images/ui/bg_content_shadows.gif') top left no-repeat;
    padding: 0 15px;
    width: 939px;
    position: relative;
}
#contentWrapper .leftCol
{
    float: left;
    width: 690px;
    margin: 25px 15px 0;
}
.extraGutter
{
    margin-left:55px;
}
.leftCol .halfExtraGutter
{
    margin-left: 32px;
}
#contestTout
{
    background: transparent url('../images/ui/bg_contest_tout.jpg') top left no-repeat;
    height: 170px;
    width: 690px;
    margin: 0 0 0 10px;
    padding: 29px 0 0 44px;
    position: relative;
}
#contestTout .contestToutArrow
{
    left: -56px;
    position: absolute;
    top: -92px;
}
#contestTout .contestToutCountries
{
    right: 26px;
    position: absolute;
    top: -26px;
}
#contestTout a
{
    color: #74bb3e;
    display: block;
    font-size: 14px;
    font-weight: bold;
    left: 253px;
    position: relative;
    text-decoration: none;
    top: -5px;
    width: 140px;
}
#contestTout a u
{
    font-size: 14px;
}
#contestTout a img
{
    vertical-align: middle;
}
#contestTout a.prize_details {
	left:106px;
	top:10px;
	width:150px;
}
#contentWrapper .leftCol .categoryHeader
{
    left: -42px;
    position: relative;
    top: -10px;
}

.numberImg
{
    float: left;
}

#bubble_rnr
{
    width: 770px;
    margin: 0 auto;
    line-height: 19px;
}
#bubble_rnr .top
{
    height: 28px;
    background: white url('../images/ui/bg_rnr_bubble_top.gif') top left no-repeat;
}
#bubble_rnr .mid
{
    background: white url('../images/ui/bg_rnr_bubble_mid.gif') top left repeat-y;
    padding: 0 54px;
}
#bubble_rnr .bot
{
    height: 28px;
    background: white url('../images/ui/bg_rnr_bubble_bot.gif') top left no-repeat;
}

.bubble
{
    width: 632px;
    float: left;
    position: relative;
    left: -6px;
}
.bubble .bubble_header
{
    background: transparent url('../images/ui/img_bubble_top.gif') top left no-repeat;
    height: 38px;
    padding: 0 0 0 40px;
}
.bubble .bubble_header h1
{
    position: relative;
    top: 20px;
}
.bubble .bubble_body
{
    background: white url('../images/ui/img_bubble_mid.gif') top left repeat-y;
    margin-left: 20px;
    padding: 16px 0 20px 23px;
}
.bubble .bubble_body .bubble_text
{
    float: left;
    width: 356px;
    position: relative; /* need this here in order to use Z-INDEX to ensure text on top of the right-col images */
    z-index: 10;
}
.bubble .bubble_body .bubble_image
{
    float: right;
    position: absolute;
    right:1px;
    top: 30px;
    z-index: 0;
}
.bubble .bubble_body #destinations.bubble_image
{
    top: 20px;
}

.bubble .bubble_body .bubble_image_num3 {
	position: absolute;
	left: 218px;
	top: 10px;}

.bubble .bubble_bottom
{
    display: block;
    height: 11px;
    background: white url('../images/ui/img_bubble_bot.gif') top left no-repeat;
    margin-left: 20px;
    margin-bottom: 6px;
}

.bigBubble
{
    display: block;
    width: 770px;
}
.bigBubble div.top
{
    background: green url('../images/ui/bg_big_bubble_top.gif') top left no-repeat;
    display: block;
    height: 7px;
    overflow: hidden;
}
.bigBubble .mid
{
    background: white url('../images/ui/bg_big_bubble_mid.gif') top left repeat-y;
    padding: 18px 45px;
}
.bigBubble .bot
{
    background: white url('../images/ui/bg_big_bubble_bot.gif') top left no-repeat;
    height: 7px;
}

.extrapad
{
    padding-left: 41px;
}

.form_btns
{
    padding: 0 0 0 41px;
    margin-top: 10px;
}
.btn_prev
{
    margin-right: 10px;
}

.sameIndent
{
    display: block;
    float: left;
    padding: 3px 0 0 5px;
}
.sameIndentCheck
{
    float: left;
}

.form
{
    width: 100%;
}
.form td
{
    vertical-align: middle;
    padding-right: 10px;
}
.form td.whole
{
    width: 190px;
}
.form td.whole input.regText
{
    width: 180px;
}
.form td input, select
{
    /*margin: 3px 0 10px 0;*/
}
.form td label
{
    vertical-align: text-top;
    white-space: nowrap;
    padding: 0 10px 0 2px;
    font-size: 11px;
    color: #767676;
}
.form td.half
{
    width: 150px;
}
.form td.half input.regText
{
    width: 140px;
}
.form .errorDiv
{
    width: 93%;
    white-space: nowrap;
}
.formBtnRight
{
    float: right;
    position: relative;
    right: 5px;
    top: -30px;
}

.dobText *
{
    float: left;
}

.corporate_question_1
{
    display: block;
    margin-bottom: 10px;
}
.corporate_question_2 td
{
    padding-bottom: 12px;
    padding-right: 5px;
    width: 33%;
}
.corporate_question_2 label
{
    font-size: 11px;
}

.storeForm td
{
    vertical-align: middle;
}
.storeForm td.name
{
    width: 160px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.storeForm td
{
    padding-top: 16px;
}

.errorSummary ul
{
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 45px;
}
.errorSummary ul li
{
    background: transparent url('../images/ui/img_error.gif') top left no-repeat;
    font-size: 11px;
    padding: 3px 0 2px 24px;
    overflow: visible;
    margin-bottom: 5px;
}

.whereToFindPins .two_columns
{
    margin-left: 35px;
    width: 632px;
    position: relative;
}
.two_columns .left
{
    float: left;
    width: 325px;
    position: relative;
    z-index: 10;
}
.two_columns .left h1
{
    margin-bottom: 19px;
}
.two_columns .right
{
    float: right;
}

.grey_indent
{
    padding-left: 35px;
    background: #f8f8f8 url('../images/ui/bg_grey_indent.gif') 0 6px no-repeat;
    display: block;
	position:relative;
}
.grey_indent p.how_image {
	margin-left:-50px;
	margin-bottom: 0px;
}
.grey_indent p.how_details {
	position:relative;
	left:7em;
}
ul.grey_indent
{
    background: none;
    padding: 0;
    list-style-type: none;
}
ul.grey_indent li
{
    padding-left: 35px;
    background: transparent url('../images/ui/bg_grey_indent.gif') center left no-repeat;
    font-weight: bold;
    font-size: 13px;
    color: #767676;
    margin-bottom: 19px;
}

#layers_ycwin
{
    position: relative;
    top: -5px;
}
#layers_ycwin #alaska_bubble
{
    left: -35px;
    position: absolute;
    top: -8px;
}

#prize_details_copy
{
    width: 520px;
	position:relative;
	margin-top:-10em;
	z-index:10;
}

#bigArrowRight
{
    padding-left: 16px;
    vertical-align: middle;
}
#bigArrowCont
{
    float: right;
}

table.accountForm
{
    width: 536px;
}
table.accountForm .bigHL
{
    display: inline;
    left: 0;
}
.accountForm tr.double
{
    height: 61px;
}
.accountForm tr.double th
{
    background: transparent url('../images/ui/bg_table_row2.gif') top left no-repeat;
}
.accountForm tr.double td
{
    background: transparent url('../images/ui/bg_table_row2.gif') top right no-repeat;
    line-height: 17px;
}
.accountForm tr
{
    height: 41px;
}
.accountForm tr th
{
    width: 175px;
    background: transparent url('../images/ui/bg_table_row.gif') top left no-repeat;
    font-size: 13px;
    font-weight: 700;
    text-align: right;
    color: #767676;
    vertical-align: middle;
    line-height: 19px;
}
.accountForm tr td
{
    width: 321px;
    background: white url('../images/ui/bg_table_row.gif') top right no-repeat;
    vertical-align: middle;
    padding-left: 40px;
    font-size: 13px;
    line-height: 22.5px;
    color: #767676;
}
.accountForm tr td select
{
    margin: 0;
}
.accountForm tr td input.regText, .accountForm tr td input.bigText, .accountForm tr td textarea
{
    width: 90%;
}
.accountForm tr.top td, .accountForm tr.top_top td
{
    background: none;
    overflow: hidden;
    padding: 0;
}
.accountForm tr.top_err
{
    height: auto;
}
.accountForm tr.top_err td
{
    background: white url('../images/ui/bg_myaccount_mid.gif') top left repeat-y;
    padding: 0;
}
.accountForm tr.top_err td ul
{
    margin-left: 19px;
}
.accountForm tr.top_err td ul li
{
    padding: 0 0 2px 24px;
    margin-bottom: 5px;
	width:100%;
}
.accountForm tr.top_bot
{
    height: 1px;
}
.accountForm tr.top_bot td
{
    background: white url('../images/ui/bg_myaccount_bot.gif') top left no-repeat;
}

.accountForm tr.bot td
{
    background: white url('../images/ui/bg_table_bot.gif') top left no-repeat;
    height: 53px;
    padding: 0 10px 0 0;
    text-align: right;
    vertical-align: center;
    width: 536px;
}
/* =ATOUT
************************************************/
#accountTout
{
    background: transparent url('../images/ui/bg_account_tout.gif') top left no-repeat;
    width: 257px; /* Min height hack for IE6 */
    min-height: 568px;
    height: auto !important;
    height: 568px;
    position: absolute;
    top: 16px;
    right: -6px;
}
#accountTout #contestPad
{
    padding: 30px 10px 0 25px;
}
#contestPad #arrow
{
    position: absolute;
    right: -37px;
    top: 4px;
}
.bigHL
{
    color: #f15c30;
    font-size: 15px;
    font-weight: 700;
    display: block;
    position: relative;
    left: -8px;
}
.bigHLinline
{
    color: #f15c30;
    font-size: 15px;
    font-weight: 700;
}
.bigHL span
{
    font-size: 11px;
    font-weight: 300;
    font-style: normal;
    position: relative;
    top: -4px;
}
#loginArea
{
    background: transparent url(../images/ui/bg_login_area.gif) no-repeat scroll left top;
    height: 140px;
    margin: 2px 0 9px -17px;
    padding: 5px 0 0 17px;
    width: 228px;
}
#loginArea label
{
    display: block;
    margin: 10px 0 7px;
}
#loginArea input
{
    height: 20px;
    padding-top: 5px;
    width: 208px;
}
#contestPad p.extraLH
{
    line-height: 22px;
}
#contestPad .btn_login
{
    vertical-align: middle;
}
#contestPad h1#greeting
{
    color: #767676;
    font-size: 20px;
    padding-bottom: 16px;
    font-weight: 300;
}
#contestPad h1#greeting span
{
    font-size: 20px;
    font-weight: 700;
}
#contestPad .divider
{
    width: 206px;
    height: 1px;
    margin: 7px 0 22px;
}
#contestPad #enterPin
{
    background: transparent url('../images/ui/bg_enter_pin_tout.gif') top left no-repeat;
    margin: 5px 0 9px -13px;
    width: 224px;
    height: 112px;
    padding: 10px 0 0 13px;
}
#contestPad #enterPin label
{
    color: white;
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin: 5px 0 6px;
}
#contestPad #enterPin input, #contestPad #enterPin select
{
    width: 208px;
}
#contestPad .btn_submit
{
    display: block;
    float: right;
}
#contestPad #pinBalance
{
    background: transparent url('../images/ui/bg_pin_container.gif') top left no-repeat;
    width: 227px;
    height: 82px;
    margin: 5px 0 13px -8px;
}
#pinBalance #pinCount
{
    list-style-type: none;
    padding-left: 7px;
    padding-top: 8px;
    display: block;
    width: 220px;
    height: 74px;
}
#pinBalance #pinCount li
{
    width: 28px;
    height: 28px;
    display: block;
    float: left;
    font-weight: 700;
    background: transparent url('../images/ui/bg_pin.gif') -28px 0 no-repeat;
    margin: 2px 0 2px 6px;
    text-align: center;
    padding-top: 6px;
    color: white;
    font-size: 14px;
}
#pinBalance #pinCount li.s
{
    background: transparent url('../images/ui/bg_pin.gif') 0 0 no-repeat;
}
#contestPad #loginToggle
{
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 12px;
    text-decoration: none;
    padding-bottom: 1px;
}
#contestPad a#loginToggle:hover
{
    border-bottom: 1px solid #EE5B2F;
}

.bookmarkLogin #bg_area
{
    background: transparent url(../images/ui/bg_bookmark_login.gif) top left no-repeat;
    width: 406px;
}
.bookmarkLogin #bg_area #wrap
{
    padding: 20px 15px;
}
.bookmarkLogin #bg_area #wrap h1
{
    padding: 10px 0 0 21px;
}
.bookmarkLogin #bg_area #wrap .indent
{
    padding-left: 21px;
}
.bookmarkLogin #bg_area #wrap #login_area
{
    background: transparent url('../images/ui/bg_bookmark_login_area.gif') top left no-repeat;
    width: 330px;
    height: 135px;
    padding: 14px 22px 0;
    margin: 12px 0;
}
.bookmarkLogin #bg_area #wrap #login_area label
{
    display: block;
    margin: 10px 0 7px;
}
.bookmarkLogin #bg_area #wrap .hr
{
    margin: 20px 0;
}
.bookmarkLogin #bg_area #wrap #join_now *
{
    vertical-align: middle;
}

/* =FOOTER
************************************************/
#innerWrapper #footer
{
    border-top: 1px dashed #cbcbcb;
    padding: 28px 0 14px 0;
    text-align: center;
}
#footer table#footerContent
{
    margin: 0 auto;
    text-align: left;
    color: #b5b5b5;
    font-size: 9px;
    line-height: 12px;
}
#footerContent td
{
    vertical-align: middle;
}
#footerContent #footerOptText
{
    list-style-type: none;
    padding-left: 15px;
}
#footerContent #footerOptText li
{
    margin-bottom: 9px;
    font-size: 9px;
}
#footerContent #footerOptText li a
{
    font-size: 9px;
}
#footerContent ul#footerNav, #footerContent ul#externalFooterNav
{
    list-style-type: none;
    padding: 8px 0 0;
    color: #767676;
    padding-left: 15px;
}
#footerContent ul#externalFooterNav
{
    padding-top: 0;
    width: 600px;
}
#footerContent ul#footerNav li, #footerContent ul#externalFooterNav li
{
    background: transparent url('../images/ui/img_footer_separator.gif') top left no-repeat;
    float: left;
    height: 13px;
    padding: 0 15px;
    font-size: 10px;
    margin-bottom: 10px;
}
#footerContent ul#footerNav li.clear, #footerContent ul#externalFooterNav li.clear
{
    clear: both;
    float: none;
    background: 0;
    padding: 0;
    margin: 0;
    height: 0;
}
ul#footerNav li a
{
    color: #767676;
    text-decoration: none;
    font-size: 10px;
    font-weight: 300;
}
ul#footerNav li a img
{
    /* let's move on up the send-to-friend image. */
    position: relative;
    top: -8px;
}
ul#footerNav li a:hover
{
    text-decoration: underline;
}
ul#externalFooterNav li a
{
    color: #f15c30;
    text-decoration: none;
    font-size: 10px;
    font-weight: 300;
}
ul#externalFooterNav li a:hover
{
    text-decoration: underline;
}
#footerContent ul#footerNav li.first
{
    padding: 0 15px 0 0;
    background: none;
}
#footerContent ul#externalFooterNav li.first
{
    background: none;
    padding: 0 15px 0 0;
}
#footerContent ul#externalFooterNav li.leftDef
{
    background: transparent url(../images/ui/bg_grey_indent_fl.gif) center left no-repeat;
    width: 25px;
    padding: 0 15px 0 0;
}
#footerContent ul#externalFooterNav li.rightDef
{
    background: transparent url(../images/ui/bg_grey_indent.gif) center left no-repeat;
    width: 25px;
    padding: 0 0 0 15px;
    padding: 0 0 0 15px;
}

#yobFloat input
{
    float: left;
    margin-right: 0 !important;
	/*width: 1.6em;*/
	display: block;
}

/*** Where To Find Pins page***/
.right .find_pin_img {
	position:absolute;
	right:0;
}
