/* --------------------------------------------------------------

    base.css

    Author:
    Date:

    This is the main stylesheet

    +top

--------------------------------------------------------------

  +Resets default browser CSS styles

-------------------------------------------------------------- */

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, sup, tt, var,
dl, dt, dd, ul, li, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}


@font-face {
    font-family: 'MuseoSlab500';
    src: url('/fonts/Chunkfive/Chunkfive-webfont.eot');
    src: url('/fonts/Chunkfive/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Chunkfive/Chunkfive-webfont.woff') format('woff'),
         url('/fonts/Chunkfive/Chunkfive-webfont.ttf') format('truetype'),
         url('/fonts/Chunkfive/Chunkfive-webfont.svg#MuseoSlab500') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuseoSlab500';
    src: url('/fonts/MuseoSlab/museo_slab-webfont.eot');
    src: url('/fonts/MuseoSlab/museo_slab-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/MuseoSlab/museo_slab-webfont.woff') format('woff'),
         url('/fonts/MuseoSlab/museo_slab-webfont.ttf') format('truetype'),
         url('/fonts/MuseoSlab/museo_slab-webfont.svg#MuseoSlab500') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* --------------------------------------------------------------

    +Default Styles

-------------------------------------------------------------- */

body {
    text-align: center;
    font-size: 62.5%;
    font-family: Arial, sans-serif;
    color: #333;
    }

.floatleft { float: left; }
.floatright { float: right; }

.clear-floats { clear: both; font-size: 1px; }

a:link { color:#707070; text-decoration:none; }
a:visited { color:#808080; text-decoration:none; }
a:hover, a:visited:hover { text-decoration:underline; }

hr { border:0; height:1px; background:transparent; margin:14px 0 6px 0; }


/* --------------------------------------------------------------

    +Layout

    -- This is the optimum layout for 1024px
    -- Individual column width 93px
    -- 9 column layout
    -- margin 14px

-------------------------------------------------------------- */

#top         { background:url(/structure/footer.gif) bottom repeat-x #dcdddf; width: 100%; float:left; margin: 0 auto; padding: 0 0 35px 0; position: relative; }
#shell     { width: 960px; margin: 0 auto; position: relative; }
#page     { text-align: left; }
#content     { background:#fff; float:left; width:100%; padding:13px 0 40px 0; }

#warning-div { margin: 0px 10px 10px 10px; padding: 10px 10px 10px 40px; font-size:1.6em; font-weight:bold; color:#fff; height: 20px; background: url(/images/graphics/warning.gif) no-repeat 5px 5px #d4252c; border:1px solid #ffaa01; }

.col { float: left; margin-right: 11px; width: 163px; }

.span-1 { width: 163px; }
.span-2 { width: 337px; }
.span-3 { width: 511px; }
.span-4 { width: 685px; }

.last { margin-right:0; }
.clear { clear:both; }

/* This should be the standard container ---------------------- */
.module { padding: 8px; margin-bottom: 14px; }
.module hr { height:1px; background:none; border:1px solid transparent;; clear:both; margin:0; }
.indexpage { background:#f5f5f5; }
.box { background:#f5f5f5; border:1px solid #e8e5d2 }

/* --------------------------------------------------------------

    +Header

-------------------------------------------------------------- */

#header { height:144px; background:url(/structure/logo.gif) no-repeat top left; }

#header-link { height:140px; width: 300px; float: left; display: block; }

#header-box { float:right; background:url(/structure/header-box.gif) no-repeat top right; margin:30px 32px 0 0; }
#header-box div { background:url(/structure/header-box-left.gif) no-repeat top left; height:80px; }
#header-box ul { list-style:none; margin:0; padding:20px 0 10px 20px; font-size:1.1em; }
#header-box ul li { display:inline; margin-right:10px; }
#header-box ul li { display:inline; }
#header-box p { text-align: right; text-transform: uppercase; margin-right: 20px; font-size:1.1em; color: gray; font-weight: bold; }
#header-box a { color:#000; text-decoration:none; }
#header-box ul { white-space: nowrap; }
#header-box ul li.request-cat a,
#header-box ul li.contact-us a { padding:0 20px 0 0; }
#header-box ul li.request-cat a { background:url(/images/icons/catalogue.gif) no-repeat right; }
#header-box ul li.contact-us a { background:url(/images/icons/contact.gif) no-repeat right; }
#header-box ul li.view-basket span { white-space: nowrap; padding-right:25px; margin-right:5px; background:url(/images/icons/shopping-basket.gif) no-repeat right; }

/* --------------------------------------------------------------

    +Typography + Headings

-------------------------------------------------------------- */

p { margin-bottom: 1.5em; }
p, ul, blockquote, dd, dt, table { font-size: 1.2em; line-height: 1.6em; }

.links { padding:8px 8px 0 8px; }
.links p { margin:0; }

/* Lists ----------------------------------------------------- */

dt { margin-bottom: 0; margin-right:5px; font-weight:normal; color:#888; border-bottom:1px dotted #CCC; }
dd { margin-bottom: 0.5em; margin-right:5px; padding:5px 10px; font-weight:bold; background:#F3F3F3 }

ul { margin: 0 0 1.5em 0; padding: 0 0 0 1.5em; }

ul.inline-list { float: left; }
ul.inline-list li { float: left; display: inline; }

/* Headings -------------------------------------------------- */

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    color: #333;
    font-weight: bold;
    clear: none;
    line-height: 1.5em;
    }

h1 { font-size: 3.2em; margin-bottom: 0.667em; font-weight:normal; }
h2 { font-size: 2.4em; margin-bottom: 0.8em; }
h3 { font-size: 1.7em; margin-bottom: 0.889em; }
h4 { font-size: 1.5em; margin-bottom: 1.066em; }
h5 { font-size: 1.3em; margin-bottom: 1.2307em; }
h6 { font-size: 1.1em; margin-bottom: 1.5em; }

#header h1 { float:left; }
h1 span, h2 span, h3 span { display: none; }

.module h3 { clear:both; font-size: 2.4em; padding-bottom:0.2em; border-bottom:5px solid #000000; margin:0; font-weight:normal; }

/* --------------------------------------------------------------

    +Tables

-------------------------------------------------------------- */

table.account { border-top:1px solid #e7e6d2; width:100%; }
table.account td,
table.account th { padding:5px 10px; border-right:1px solid #FFF; }
table.account td { border-bottom:1px solid #e7e6d2; }
table.thankyou td { background:#f5f5f5; }
table.thankyou tr.total td { font-weight:bold; background:#dcdddf }
table.account th { background:#dcdddf; text-align:center; font-weight:bold; }
table.account td.info { text-align:center; vertical-align:center; font-size:1.6em; width:15%; background:#f5f5f5; }
table.account td.price { color:#D5242C; }
table.account td img { border:1px solid #e7e6d2; }

table#add-don { border-width:1px 0 1px 1px; border-style:solid; border-color:#e7e6d2; background:#f5f5f5; margin:10px 0; }
table#add-don td { padding:10px; vertical-align:center; border-right:1px solid #e7e6d2; }
table#add-don td.amount { white-space: nowrap; font-weight: bold;}

table#total { background:#D5242C; font-weight:bold; font-size:1.6em; width:100%; margin-bottom:10px; color:#fff; }
table#total th { text-align:right; width:70%; }
table#total td { padding:5px 10px; }

#mini-basket table { width:100%; border-bottom:1px solid #e8e5d2; padding-bottom:5px; margin-bottom:5px; }
#mini-basket table th,
#mini-basket table td { padding:0 12px; text-align:left; }
#mini-basket table th.amount,
#mini-basket table td.amount { text-align:right; }
#mini-basket table th { font-weight:bold; border-bottom:1px solid #e8e5d2; padding:10px 12px 5px 12px; }
/* --------------------------------------------------------------

    +Forms

-------------------------------------------------------------- */

fieldset { border:1px solid #e8e5d2; padding:10px 0 }
.panel fieldset { margin:0 2px; }
fieldset label { display:block; width:140px; float:left; text-align:left; font-size:1.2em; padding-top:5px; margin-right:5px; margin-left:195px; }
fieldset input,
fieldset select,
fieldset textarea { margin-bottom:5px; }
fieldset br { clear:both; }
fieldset p { margin:0; padding:5px 10px; }
fieldset h2 { padding:0 10px; margin:0; font-size:1.8em; }
fieldset div.email { margin:10px; padding:5px 0; background:#eee; }
fieldset div.email label { margin-left:185px; }

.contact label { margin-left:10px; width:90px; }

p#continue_button span { margin-right: 10px; font-size: bold; color: red; }
input.big-button-prim,
input.big-button-sec,
a.big-button-prim,
a.big-button-sec,
span.big-button-prim,
span.big-button-sec {
    color:#fff;
    font-weight:bold;
    font-size:1.2em;
    padding:5px 10px;
    background:#CCC;
    border:1px solid #496a93;
    border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -ms-border-radius:8px;
   box-shadow: inset 0 0 1px #ffffff;
    -webkit-box-shadow: inset 0 0 1px #ffffff;
    -moz-box-shadow: inset 0 0 1px #ffffff;
}

input.big-button-prim,
input.big-button-sec,
a.big-button-prim,
a.big-button-sec { cursor:pointer; }
a.big-button-prim:hover,
a.big-button-sec:hover { text-decoration:none; }

input.big-button-prim,
a.big-button-prim {
    background-color:#d2222c;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d2222c), to(#9d030b));
    background-image: -moz-linear-gradient(19% 75% 90deg,#9d030b, #d2222c);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2222c', endColorstr='#9d030b');
    border-color:#b31218;
    border-width:1px;
}

input.big-button-prim:hover,
a.big-button-prim:hover {
    background-color:#f0424c;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f0424c), to(#d2222c));
    background-image: -moz-linear-gradient(19% 75% 90deg,#d2222c, #f0424c);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0424c', endColorstr='#d2222c');
    border-color:#f0424c;
}

input.big-button-sec,
a.big-button-sec {
    background-color:#6e7774;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6e7774), to(#0b0d0a));
    background-image: -moz-linear-gradient(19% 75% 90deg,#0b0d0a, #6e7774);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e7774', endColorstr='#0b0d0a');
    border-color:#686868;
    border-width:1px;
}

span.big-button-prim,
span.big-button-sec {
    background-color:#e6e6e6;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#e6e6e6));
    background-image: -moz-linear-gradient(19% 75% 90deg,#eeeeee, #e6e6e6);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#e6e6e6');
    border-color:#dddddd;
    cursor:default;
}

input.big-button-prim,
span.big-button-prim,
a.big-button-prim { text-transform:uppercase; }

/* --------------------------------------------------------------

    +Navigation

-------------------------------------------------------------- */

#nav { width:100%; background:url(/structure/nav-bg.gif) top no-repeat; height:48px;}
#nav ul { list-style:none; text-transform:uppercase; font-size:1.2em; font-weight:bold; margin:0; padding:0; }
#nav ul li { float:left; border-width:0 1px; border-style:solid; border-color:#000 #8e0d12 #000 #d86167; height:46px; }
#nav ul li.first { border-width:0 1px 0 0; }
#nav ul li.last { border-width:0 0 0 1px; }
#nav ul li a { display:block; margin:6px 11px 0 11px; color:#fff; height:42px; text-decoration:none; white-space:nowrap; }
#nav ul li.last a { margin-right:0; }
#nav ul li a span { display:block; padding:7px 35px 0 35px; height:35px; }
#nav ul li.last a span { padding:7px 30px 0 30px; }
#nav ul li:hover a { background:#fff url(/structure/nav-item-tlcorner.gif) top left no-repeat; color:#000; }
#nav ul li:hover a span { background: url(/structure/nav-item-trcorner.gif) top right no-repeat; }
#nav ul li.browse-gifts:hover a { background:#DCDDDF url(/structure/nav-item-tlcorner-grey.gif) top left no-repeat; color:#000; }
#nav ul li.browse-gifts:hover a span { background: url(/structure/nav-item-trcorner-grey.gif) top right no-repeat; }
#nav ul li.selected a { background:#fff url(/structure/nav-item-tlcorner.gif) top left no-repeat; color:#000; }
#nav ul li.selected a span { background: url(/structure/nav-item-trcorner.gif) top right no-repeat; }

#nav ul li div#browse-nav.hide-me  { display: none; }
#nav ul li:hover div#browse-nav.hide-me { display: block; }
#nav ul li div#browse-nav { position: absolute; background-color: #F5F5F5; z-index: 10; }
#nav ul li div#browse-nav div { width: 150px; font-size: 0.8em; float: left; text-transform:none; }
#nav ul li div#browse-nav div.clear-floats { background-color: #DCDDDF; float: none; height: 10px; width: 100%; }
#nav ul li div#browse-nav h5 { background-color: #DCDDDF; text-align: left; margin-bottom: 5px; padding-left: 15px; }
#nav ul li div#browse-nav div ul { margin-left: 10px; margin-bottom: 10px; border-left: solid white 2px; }
#nav ul li div#browse-nav div#browse-nav-all ul { border-left:none; }
#nav ul li div#browse-nav div ul li { float:none; border-width:0; border-style:none; height: 1.6em; }
#nav ul li div#browse-nav div ul li a { display:inline; color:black; text-decoration:none; text-transform:none; font-weight:normal; background: none; }
#nav ul li div#browse-nav div ul li:hover a { background: none; background-color:#F5F5F5; background-image: none !important; color:black; }

#browse { width:239px; float:left; margin:0 15px 0 12px; }

#browse-all { margin:0 0 10px 0 }
#browse-all a,
#corp-gifts a { display:block;  background-color:#fff; background-image:url(/images/graphics/browse/sprite.gif); background-repeat:no-repeat; height:81px; position:relative; }
#browse-all a:hover { background-position:0 -81px; }
#browse-all a span,
#corp-gifts a span { display:block; color:#fff; text-decoration:none; position:absolute; top:55px; left:148px; font-size:10px; line-height:11px; font-weight:normal; }

#corp-gifts { margin-bottom:10px }
#corp-gifts a { height:101px; background-position:0 -163px; }
#corp-gifts a:hover { background-position:0 -264px; }
#corp-gifts a span { top:62px; }

#browse ul { list-style:none; padding:0 0 8px 0; margin:0; }
#browse ul li { background:url(/structure/list-arrow.gif) no-repeat right center; border-bottom:1px solid #e8e5d2 }
#browse ul li.last { border-bottom:0; }
#browse ul.nolinks li span,
#browse ul li a { display:block; padding:6px 0; text-decoration: none; }
#browse ul li a:hover { text-decoration: underline; }
#browse ul.nolinks li span { background:#fff; }
#browse ul ul { font-size: 0.9em; margin-bottom:1em; }
#browse ul ul li { min-height:28px;clear:both; background:none; border:0; border-bottom:1px solid #f2f0e6 }
#browse ul ul li a { color:#D5242C }
#browse ul li.last li { border-bottom:1px solid #f2f0e6 }
#browse ul ul li span { float:left; }
#browse ul ul li span.price { float:right; }

#browse .module { clear:both; border:1px solid #e8e5d2; padding-bottom:0; }
#browse .module h3 { font-size: 2em; border-bottom:5px solid #dcdddf; font-weight:bold; }



#mini-basket { background:#f5f5f5; border:1px solid #e8e5d2; padding:10px 0; margin-bottom:12px; }
#mini-basket h3 { margin:0 0 5px 12px; padding:0 12px 0 26px; background:url(/images/icons/shopping-basket.gif) no-repeat left; }
#mini-basket p { padding:0 12px; margin:0; }
#mini-basket p#total { font-weight:bold; text-align:right; font-size:1.4em; margin-bottom:10px; }


#section-links { list-style:none; margin:0; padding:0; width:228px; }
#section-links li { display:block; height:54px; margin-bottom:10px; background:url(/structure/section-link-bg.gif) no-repeat; }
#section-links li a { color:#fff; display:block; text-align:center; font-family:Rockwell, MuseoSlab500; font-size:1.4em; text-transform:uppercase; height:54px; }
#section-links li a span { display:block; padding-top:16px; }

/* --------------------------------------------------------------

    +Main

-------------------------------------------------------------- */

#main { width:685px; float:left; }

#global .img { float:right; text-align:right; margin-left:10px; background:#F5F5F5; padding:5px;}
#global .img img { padding:5px; border:1px solid #E8E5D2; background:#fff; margin-bottom:5px; }
#global .img p { width:200px; color:#666; font-size:0.98em; font-style: italic; text-align:left; padding-left:5px; }


/* --------------------------------------------------------------

    +Product Page

-------------------------------------------------------------- */

#product .module { clear:both; border:1px solid #e8e5d2; padding-bottom:0; background:#f5f5f5; }
#product .img { background:#fff; position:relative; }
#product .img .tag { position:absolute; right:10px; bottom:10px; }
#product a.link { background-image:url(/structure/link-arrow.gif); background-position:right center; background-repeat:no-repeat; float:right; background-color:#000; color:#fff; text-decoration:none; padding:1px 15px 1px 5px; margin:0 0 3px 8px; }
#product a.link:hover { text-decoration:underline }
#product h1 span { display:block; float:right; }
#product .header-links { height:60px; position:relative; }
#product .header-links p { position:absolute; bottom:0; right:0; }
#product .header-links p a { white-space:nowrap }
#product h2 { font-size:2em; margin:0.5em 0; }
#product form { margin:0; padding:0; }
#product .add-to-basket { padding:0 0 9px 0; margin-bottom:0; border-bottom:0; position:relative; }
#product .add-to-basket p { margin:0; padding:7px 0 0 10px; text-align:left; }
#product .add-to-basket .big-button-prim { position:absolute; right:10px; top:5px; }

.no-buy { padding: 10px 10px 10px 40px; font-weight:bold; color:#fff; background: url(/images/graphics/warning.gif) no-repeat 5px 5px #d4252c; border:1px solid #ffaa01; }
.no-buy p { margin:0; padding:0; }

/* --------------------------------------------------------------

    +GiftList

-------------------------------------------------------------- */

ul.gift-list { list-style:none; padding:0; margin:10px 0 0 0; }
ul.gift-list li { clear:both; background:#fff; float:left; width:100%; margin-bottom:10px; }
ul.gift-list li img { float:left; margin:0 16px 0 5px; border:1px solid #e8e5d2 }
ul.gift-list li span.price { float:right; color:#d4252c; font-size:2em; margin:7px 10px 0 10px; }
ul.gift-list li a.description { display:block; font-weight:bold; font-size:1.1em; color:#000; text-decoration:underline; margin-top:7px; }

#browse ul.gift-list { margin-bottom:10px; }
#browse ul.gift-list li { float:none; padding:10px 0; background:none; min-height:83px; margin:0; }
#browse ul.gift-list li a { padding:0; }
#browse ul.gift-list li img { width:80px; }
#browse ul.gift-list li a.inline-button { display:inline; float:none; padding:4px 17px 4px 7px; }
#browse ul.gift-list li span.price { font-size:1.6em; padding-top:0; margin:0 0 0 5px; }
#browse ul.gift-list li a.description { margin-top:0; margin-bottom:7px; }

.products .module { padding:0 0 0 8px }
.products ul.gift-list li div { height:75px }
.products ul.gift-list li { width:330px; clear:none; margin-right:8px; height:128px; }

#product .module { padding-right:0; }
#product .module h2 { margin:0; }
#product ul.gift-list { font-size:1em; font-weight:bold; }
#product ul.gift-list li { width:102px; margin:0 6px 0 0; clear:none; background:none; padding-bottom:10px; }
#product ul.gift-list li a.img { display:block; height:100px; margin-bottom:10px; background:#fff; border:1px solid #e8e5d2; vertical-align:middle; }
#product ul.gift-list li a.img img { border:0; background:none; margin:auto; }
#product ul.gift-list li span.price { display:block; float:none; color:#d4252c; font-size:1em; margin:0; }


/* --------------------------------------------------------------

    +Homepage

-------------------------------------------------------------- */

#iframe { margin-top:-10px; }

.indexpage h4 { font-size:2em; margin:0.5em 0; font-weight:normal; }
.indexpage h4 a { color:#000; }
.indexpage h4 span { float:right; font-weight:normal; color:#d4252c; font-size:1.8em; }
.indexpage p.first { font-weight:bold; border-bottom:1px solid #CCC; color:#000; margin-bottom:0.5em; }

.mostneeded .image { text-align:center; margin:0 10px 0 0; background:#fff; border:1px solid #e8e5d2 }

.indexpage a.more,
.indexpage a.add,
.button,
.button-red,
.button-black { background-image:url(/structure/link-arrow.gif); background-position:right center; background-repeat:no-repeat; text-decoration: none; border:0; cursor:pointer; }

.indexpage a.more, .button-red, .button-black { float:left; background-color:#000; color:#fff; padding:1px 15px 1px 5px; margin-top:10px; }
.indexpage a.add,
.button { float:right; margin:10px; background-color:#d4252c; color:#fff; padding:1px 15px 1px 5px; border:0; }

.button-red { background-color:#d4252c }
.button-red:hover { background-color:#f24047 }
.indexpage a.more:hover,
.button-black:hover { background-color:#666; }
p a.button-red, p a.button-black { font-size:0.88em; }
a.button, a.button-red, a.button-red:visited, a.button-black, a.button-black:visited { color:#fff; font-size:1em; }
input.button, input.button-red, input.button-black { margin-right:5px; }
p.fb-like { clear:both;margin:0; }
a.inline-button { display:inline; float:none; padding:4px 17px 4px 7px; }
#adddon.button-red { float: none; }

.button-red.add-to-basket-button { background:none; text-decoration: none; border:0; cursor:pointer; padding:0; }
.button-red.add-to-basket-button img { margin-bottom:-10px; margin-right:0; }
.indexpage a.add.add-to-basket-button { background:none; text-decoration: none; border:0; cursor:pointer; padding:0; margin:5px 0 0 0; }
.indexpage a.add.add-to-basket-button img { border:0 }
ul.gift-list li .add-to-basket-button img { margin:0 }

.add-to-basket-button img.corp { display:none;}


.feature { position:relative; height:249px; color:#fff; font-family:Rockwell, MuseoSlab500 }
.feature img { position:absolute; top:0; left:0; z-index:0 }
.feature blockquote { position:absolute; top:10px; left:10px; font-size:2.4em; width:200px; line-height:1.2em; }
.feature p { margin:0; }
.feature a.browse { position:absolute; bottom:50px; left:10px; font-size:1.2em; width:200px; color:#fff; background:url(/structure/feature-link-bg.png) right center no-repeat; padding:5px; border:1px solid #fff; }
.feature .info { position:absolute; top:10px; right:10px; font-size:1.4em; line-height:1.2em; width:200px; color:#fff; text-align:right; }
.feature .by { position:absolute; bottom:10px; right:10px; font-size:1em; width:500px; color:#fff; text-align:right; }
.feature-pager { position:absolute; bottom:10px; left:10px; }
.feature-pager a { color:#fff; z-index:10; padding:0 4px 1px 6px; }
.feature-pager a.chosenPage { background:url(/structure/feature-pager-bg.png) center no-repeat; }

/* --------------------------------------------------------------

    +Checkout

-------------------------------------------------------------- */

#checkout-process { margin:0; padding:0; list-style:none; font-size:1.4em; float:left; width:100%; font-weight:bold; }
#checkout-process li { float:left; color:#dbdcde; padding-bottom:22px; margin-bottom:-8px; margin-right:30px; }
#checkout-process li#current { background:url(/structure/checkout-process-bg.png) no-repeat bottom center; color:#d5242c }

#checkout { border:1px solid #e8e5d2; padding:10px; clear:both; }
#checkout hr { clear:both; background:#FFF; border:0; color:#fff; }

#checkout ul#product-overview { margin:10px 0; padding:0; list-style:none; }
#checkout ul#product-overview li { width:100%; background:#f5f5f5; float:left; margin-bottom:1px; border:0; }

#checkout ul#product-overview li .product { float:left; width:300px; font-weight:bold; margin-left:9px; padding:8px 0; font-size:1.4em; }

#checkout ul#product-overview li .preview { float:left; width:182px; padding:8px 0; text-align:right; margin-right:5px; }
#checkout ul#product-overview li .preview a { color:#000; text-decoration:underline; }

#checkout ul#product-overview li .card { float:left; margin:0 10px 0 0; padding:8px 0; font-family:verdana, sans-serif; }
#checkout ul#product-overview li .card a { background:#fff; border:1px solid #e8e5d2; padding:2px 8px; text-transform:uppercase; font-size:0.8em; }
#checkout ul#product-overview li .card.chosen a { background:#d4252c; border:1px solid #d4252c; color:#fff; }

#checkout ul#product-overview li .selected { background:#474747; }
#checkout ul#product-overview li .selected a { background:none; color:#fff; border-color:#474747; cursor:default }
#checkout ul#product-overview li .selected a:hover { text-decoration:none; }

#checkout ul#product-overview li div.details { background:#dcdddf; clear:both; }
#checkout ul#product-overview li div.details ul { margin:11px 10px; padding:0; list-style:none; float:right; color:#fff; font-size:1em; }
#checkout ul#product-overview li div.details ul li { float:none; background:none; display:inline;  }
#checkout ul#product-overview li div.details h3 { color:#fff; background:#474747; padding:11px 10px; font-size:1.2em; }
#checkout ul#product-overview li div.details form { padding:0; margin:0; }
#checkout ul#product-overview li div.details fieldset { border:0; padding:10px; }
#checkout fieldset { background:#F5F5F5; }
#checkout .details fieldset { background:none; }
#checkout div.panel,
#checkout fieldset div.panel,
#ecard fieldset div.panel { float:left; width:335px; }
#ecard fieldset div.hi { background:#eee; padding:10px 0; }
#checkout fieldset div.panel label,
#checkout div.panel fieldset label { margin:0; padding:0; font-size:1em; }
#ecard fieldset div.panel label { margin:0; padding:0 0 0 10px; }
#checkout div.panel fieldset label { padding-left:10px; }
#checkout fieldset div.panel .send-now { text-align:right; display:block; margin-right:25px; margin-top:0; }

#checkout ul#product-overview li div.details table { width:100%; margin-top:-0.889em; }
#checkout ul#product-overview li div.details table th { color:#fff; background:#666666; padding:2px 10px; }
#checkout ul#product-overview li div.details table td { background:#f5f5f5; padding:2px 10px; }
#checkout ul#product-overview li div.details table td fieldset { margin:-2px -10px; background:#dcdddf; }
#checkout ul#product-overview li div.details table td fieldset .panel { background:none; }
#checkout ul#product-overview li div.details table td fieldset label { font-size:0.9em; }

#checkout ul#product-overview li div.details fieldset div.message label { font-weight:bold }
#checkout ul#product-overview li div.details fieldset div.message p { clear:both; margin:0 0 5px 0; font-size:0.8em; padding:0; }

#checkout .next-step { clear:both; padding:10px 10px 0 10px; text-align:right; }
#checkout .button-black,
#checkout .button-red { margin:10px 10px 0 0; float:none; padding:3px 20px 3px 7px; }

#checkout .payment-total,
#checkout .order-number { font-weight:bold; color:#fff; background:#d4252c; font-size:2.4em; padding:5px 10px; margin:0 10px 10px 10px;}
#checkout .order-number { margin:0 0 10px 0;}
#checkout fieldset.payment div.panel label { font-size:1.2em; padding-left:20px; }
#checkout fieldset.payment div.panel em { clear :both; display:block; font-size:1.2em; text-align:right; padding-right:20px; }

/* --------------------------------------------------------------

    +Footer

-------------------------------------------------------------- */

#footer { clear:both; padding:20px 0 }
#footer-inner { color:#999; text-align:left; margin:10px auto; width:940px; height:118px;  background:url(/structure/footer-graphic.gif) no-repeat right center; }
#footer-inner ul { list-style:none; padding:0; }
#footer-inner ul li { display:inline; padding:0; border-right:1px solid #999; }
#footer-inner ul li.last { border-right:0 }
#footer-inner ul li a { color:#000; text-decoration:none; padding:0 12px 0 8px; }
#footer-inner ul li a:hover { text-decoration:underline; }
#footer-inner ul li.first a { padding-left:0; }

/* --------------------------------------------------------------

    +Ecard

-------------------------------------------------------------- */

#tabs-buttons { text-align:left; list-style:none; margin:0 auto; width:776px; padding:0; }
#tabs-buttons li { float:left; width:90px; background:#CCC; text-align:center; font-weight:bold;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top:3px;
}
#tabs-buttons li.selected { background:#FFF; font-size:1.1em; margin-top:0; }
#tabs-buttons li a { display:block; padding:5px 0; margin-bottom:-3px; }
#tabs-buttons li.selected a { color:#000; padding:8px 0 5px 0; }


#ecardOverlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    }

#ecardOverlayInner{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 95;
    width: 100%;
    height: 100%;
    text-align: center;
    }

#ecardClose {
    margin-left: 300px;
    position: absolute;
    height: 35px;
    width: 90px;
    z-index: 98;
    top: 70px;
}

.close-icon {
    position: absolute;
    width: 90px;
    top: 10px;
    right:0;
    cursor:pointer;
}
.close-icon img { float:right; margin-right:20px; }
.close-icon span { float:right; margin-top:5px; margin-right:5px; color:#999; }

#ecard-back { display: none; }

.card-preview { width:776px; background:#fff; position: relative; height: 496px; text-align: left; padding:20px 0; clear:both; margin:0 auto; }
.card-preview h2, .ecard h2 { font-size:1.8em; padding:0 20px; margin-bottom:0; }
.card-preview p { padding:0 20px; }
.card-preview .inner, .ecard .inner { background:#f5f5f5; border:1px solid #e8e5d2; margin:20px; padding:17px; font-family:Georgia, serif; }
.card-preview .inner img { float:right; border:1px solid #e8e5d2; margin-left:17px; margin-top:-5px; }
.card-preview .inner h3, .ecard h3 { color:#d3232d; font-family:sans-serif; font-size:2em; margin:0; }
.card-preview .inner h4, .ecard h4 { color:#000; font-style:italic; font-weight:normal; }
.card-preview .inner blockquote { background-color:#d4252c; color:#fff; font-style:italic; padding:10px; text-align:right; margin-right:250px; }

#ecard .card-preview,
.ecard { width:650px; border-width:1px 1px 2px 1px; border-style:solid; border-color:#f0f0f0; background:#fcfcfc; padding:10px; height:auto; margin-bottom:10px; }
.ecard { width:685px; margin:0 auto 10px auto; }
#ecard .card-preview hr { clear:both; height:0; }
#ecard .card-preview .inner { width:350px; margin:0 10px 0 0; clear:none;}
.ecard .inner { width:385px; margin:0 10px 0 0; clear:none;}
#ecard .card-preview img,
.ecard img { float:right; border:1px solid #e8e5d2; margin:0 }
.ecard img.banner { float:none; border:0; margin-bottom:10px; }
#ecard img.cg-logo,
.ecard img.cg-logo { border:0; margin-top:-60px;}

/*

#ecard-container { position: relative; width: 776px; height: 496px; text-align: left; }

.ecard {
	text-align: left;
	border: 1px solid #ccc;
	padding: 12px;
	width: 776px;
	height: 496px;
	background: url(/images/ecard/small-logo.gif) no-repeat 40px 410px #fff;
	position:relative;
	font-size: 67.5%;
}

.ecard .inner { margin: 20px 40px 0 40px; }
.ecard.back-side .inner { margin-top: 10px; height:100%; }
.ecard .close-icon { font-size: 1.2em; float: right; cursor: pointer; }
.ecard .close-icon span { float: left; padding: 3px 4px; width: 35px; }

.ecard blockquote { padding: 12px; background-color: #f9f8d4; margin-bottom: 12px; font-weight: bold; color: #444; }

.ecard .image { float: right; width: 240px; margin-top: 20px; }
.ecard .image ul { list-style:none; margin:0; padding:0; font-size:1.3em; }
.ecard .image ul li { clear:both; margin-bottom:40px; color:#999; }
.ecard .image ul li strong { color:#000; }
.ecard .image ul li img { float:left; margin:-10px 5px 10px -5px; }
.ecard .details { float: left; width: 420px; }
.ecard .url p { position:absolute; bottom:25px; right:40px; text-align:right; color:#999; font-size: 1.2em; }

.ecard.back-side .image { width: 350px; float: left; margin-top: 40px; }
.ecard.back-side .details { width: 320px; float: right; }

.ecard h2 { line-height: 1em; margin-bottom: 7px; font-size: 3.5em; }
.ecard h3 { color: #333; line-height: 1.2em; margin-bottom: 7px;}

.ecard.back-side h3 { font-size: 1.6em; }

.ecard.back-side p { font-size: 1.2em; }
.ecard p.quote { font-size: 1.2em; }
.ecard p.corp { font-size: 1.5em; }

.ecard .border-top { border-top: 1px solid #333; padding-top: 12px; margin-top: 25px; }

.ecard p { font-size: 1.4em; line-height: 1.4em;  }

.ecard #front-link, .ecard #back-link { position: absolute; bottom: -3px; right: 0; }

*/

#how-gift-works { background:#fff;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
width:750px; padding:10px 0; text-align: center; }
#how-gift-works .close { float:right; padding:5px 30px 0 0; margin-right:20px; background:url(/images/graphics/close.gif) no-repeat right top; }
#how-gift-works h2 { text-align:left; margin:0 20px; font-size:1.8em; border-bottom:3px solid #aaa }



.error
{
    color: #F00;
    font-weight: bold;
    font-size: 91%;
}

/* -- html e-card -- */

.htmlECardXmas
{
    width: 700px;
    height: 444px;
    background-color: white;
    background-image: url(/images/christmas/e-card/e-card-bg.jpg);
    margin: 0 auto;
}

.htmlECard
{
    width: 700px;
    height: 444px;
    background-color: white;
    background-image: url(/images/christmas/e-card/nx-e-card-bg.jpg);
    margin: 0 auto;
}


/* -- flexible e-card -- */
.flexibleECardXmas
{
    width: 700px;
    height: 444px;
    background-color: white;
    background-image: url(/images/christmas/e-card/flexible_ecard_xmas.jpg);
    margin: 0 auto;
}

.flexibleECard
{
    width: 700px;
    height: 444px;
    background-color: white;
    background-image: url(/images/christmas/e-card/flexible_ecard_non_xmas.jpg);
    margin: 0 auto;
}

.flex-col
{
	float: left;
    width: 220px;
    margin-left: 20px;
    margin-top: 5px;
}

.flex-col .pad { padding-top: 0px; }

.flex-col-left
{
		float: left;
    width: 435px;
}

.flex-col-left-inner
{
    padding-left: 120px;
    padding-top: 280px;
}

.flex-col-left .pad { padding-top: 0px; }

.left-col
{
    float: left;
    width: 415px;
    margin-right: 9px;
}

.left-col .pad
{
    padding-left: 20px;
    padding-top: 3px;
}

.right-col
{
    float: left;
    width: 250px;
    padding-top: 0px;
}

.right-col .pad
{
    padding-left: 10px;
}

.right-col > .pad
{
    padding-left: 30px;
}

.image
{
    float: left;
    margin-right: 5px;
}

.htmlECard p
{
    font-size: 10px;
    font-family: verdana,arial,helvetica,sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}

.htmlECardXmas p
{
    font-size: 10px;
    font-family: verdana,arial,helvetica,sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}

.flexibleECard p
{
    font-size: 11px;
    font-family: verdana,arial,helvetica,sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}

.flexibleECardXmas p
{
    font-size: 11px;
    font-family: verdana,arial,helvetica,sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}

p.action
{
	font-size: 10px;
}

p.intro
{
	margin-top: 12px;
}

p.first
{
    margin-top: 0px;
    font-weight: bold;
}

p.second
{
    color: #590F30;
    font-weight: bold;
}

.left-col p.caption
{
    padding: 0px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 12px;
    font-family: verdana,arial,helvetica,sans-serif;
    color: #52041E;
}

.left-col a:link, .left-col a:hover, .left-col a:visited, .right-col a:link, .right-col a:hover, .right-col a:visited
{
    color: #590F30;
    font-weight: bold;
    text-decoration: none;
}

#details-column{ clear: both; }

/* --------------------------------------------------------------

        +Overwrite Styles

    Add these class names to clear any margins, paddings or floats
    Keep these declarations at the BOTTOM of this stylesheet

-------------------------------------------------------------- */

.clear-floats { clear: both; font-size: 1px; height: 1px; line-height: 0px; }

.bold         { font-weight: bold; margin: 0; }
.quiet        { font-weight: lighter; text-transform: none; letter-spacing: 0;}
.last         { margin-right: 0; }
.half         { width: 48.5%; margin-right: 15px; }
.left         { float: left; }
.italic     { font-style: italic; letter-spacing: 0.04em; }

.no-marg             { margin: 0; }
.no-pad             { padding: 0; }
.marg-right     { margin-right: 14px; }
.marg-left         { margin-left: 14px; }
.marg-bottom     { margin-bottom: 14px; }
.marg-top         { margin-top: 14px; }
.marg-all         { margin: 14px; }

.pad-bottom     { padding-bottom: 14px; }

