BODY {
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-family: Arial;
    color: #000;
}
 
BODY.theme-default {
    background: url(../pehmea_gfx/ecard-bg-default.png);
}
 
BODY.theme-ruusu {
    background: url(../pehmea_gfx/ecard-bg-ruusu.png);
}
 
BODY.theme-synttari {
    background: url(../pehmea_gfx/ecard-bg-synttari.png);
}
 
BODY.theme-joulu {
    background: url(../pehmea_gfx/ecard-bg-joulu.png);
}
 
BODY.theme-dark {
    background: url(../pehmea_gfx/ecard-bg-dark.jpg) top center;
}

BODY.theme-blue {
    background: url(../pehmea_gfx/ecard-bg-blue.jpg) top center;
}
 
BODY.specimen #specimen {
    display: block;
}
 
#specimen {
    display: none;
    position: absolute;
    left: 80px;
    top: 150px;
    width: 702px;
    height: 252px;
    text-indent: -1000px;
    overflow: hidden;
}
 
.fi #specimen { background: url(../pehmea_gfx/ecard-specimen-splash-fi.png) 0 0 no-repeat; }
.sv #specimen { background: url(../pehmea_gfx/ecard-specimen-splash-se.png) 0 0 no-repeat; }
.en #specimen { background: url(../pehmea_gfx/ecard-specimen-splash-en.png) 0 0 no-repeat; }
 
A IMG {
    border: 0;
}
 
H2, H3 {
    color: #0099ff;
}
 
H2 {
    font-size: 1.85em;
    margin: 0px 0px 10px 0px;
    font-family: Times new roman;
    font-style: italic;
}
 
H3 {
    font-size: 1.38em;
    margin: 10px 0px;
    font-family: Times new roman;
    font-style: italic;
}
 
H4, STRONG, .count {
    font-size: 1.07em;
    color: #000;
    font-weight: bold;
}
 
H4 {
    margin: 8px 0px;
}
 
P {
    margin: 0;
}
 
#doc {
    width: 900px;
    margin: 20px auto;
    font-size: .8125em;
}
 
#logo {
    float: right;
    width: 187px;
    height: 48px;
    text-indent: -1000px;
    overflow: hidden;
}
 
 
 
.theme-default #logo { background: url(../pehmea_gfx/ecard-unicef.png) no-repeat; }
.theme-ruusu #logo { background: url(../pehmea_gfx/ecard-unicef-ruusu.png) no-repeat; }
.theme-synttari #logo { background: url(../pehmea_gfx/ecard-unicef-synttari.png) no-repeat; }
.theme-joulu #logo { background: url(../pehmea_gfx/ecard-unicef-joulu.png) no-repeat; }
.theme-dark #logo { background: url(../pehmea_gfx/ecard-dark-unicef.png) no-repeat; }
.theme-blue #logo { background: url(../pehmea_gfx/ecard-dark-unicef.png) no-repeat; }
 
 
#header {
    padding: 0 30px 0 90px;
}
 
#header H1 {
    width: 409px;
    height: 48px;
    margin: 0;
}

#header H1 A {
    text-indent: -1000px;
    overflow: hidden;
    display: block;
}
 
.theme-default #header H1 { background: url(../pehmea_gfx/ecard-pehmea-paketti.png) no-repeat; }
.theme-ruusu #header H1 { background: url(../pehmea_gfx/ecard-pehmea-paketti-ruusu.png) no-repeat; }
.theme-synttari #header H1 { background: url(../pehmea_gfx/ecard-pehmea-paketti-synttari.png) no-repeat; }
.theme-joulu #header H1 { background: url(../pehmea_gfx/ecard-pehmea-paketti-joulu.png) no-repeat; }

.theme-dark #header H1 {
	background: url(../pehmea_gfx/ecard-dark-pehmea_paketti.png) no-repeat;
	margin: 50px 0 -20px 110px;
}

.theme-blue #header H1 {
	background: url(../pehmea_gfx/ecard-dark-pehmea_paketti.png) no-repeat;
	margin: 50px 0 -20px 110px;
}
 
.theme-default .sv #header H1 { background: url(../pehmea_gfx/ecard-mjukispaket-default.png) no-repeat; }
.theme-ruusu .sv #header H1 { background: url(../pehmea_gfx/ecard-mjukispaket-ruusu.png) no-repeat; }
.theme-synttari .sv #header H1 { background: url(../pehmea_gfx/ecard-mjukispaket-synttari.png) no-repeat; }
.theme-joulu .sv #header H1 { background: url(../pehmea_gfx/ecard-mjukispaket-joulu.png) no-repeat; }
.theme-dark .sv #header H1 { background: url(../pehmea_gfx/ecard-dark-mjukispaket.png) no-repeat; }
.theme-blue .sv #header H1 { background: url(../pehmea_gfx/ecard-dark-mjukispaket.png) no-repeat; }
 
.theme-default .en #header H1 { background: url(../pehmea_gfx/ecard-inspired-gifts-default.png) no-repeat; }
.theme-ruusu .en #header H1 { background: url(../pehmea_gfx/ecard-inspired-gifts-ruusu.png) no-repeat; }
.theme-synttari .en #header H1 { background: url(../pehmea_gfx/ecard-inspired-gifts-synttari.png) no-repeat; }
.theme-joulu .en #header H1 { background: url(../pehmea_gfx/ecard-inspired-gifts-joulu.png) no-repeat; }
.theme-dark .en #header H1 { background: url(../pehmea_gfx/ecard-dark-inspired-gifts.png) no-repeat; }
.theme-blue .en #header H1 { background: url(../pehmea_gfx/ecard-dark-inspired-gifts.png) no-repeat; }
 
 
#content {
    min-height: 580px;
    background: #fff;
    margin-top: 1.5em;
    padding: 50px 428px 30px 64px;
    position: relative;
}
 
.theme-dark #content, .theme-blue #content{
    padding: 100px 428px 30px 64px;
}
 
#side {
    width: 371px;
    position: absolute;
    right: 20px;
}
 
#gift {
    margin-top: -15px;
    background: url(../pehmea_gfx/ecard-gift.png) no-repeat;
    width: 371px;
    height: 477px;
}
 
#gift IMG {
    margin: 62px 0 0 18px;
}
 
#company-logo {
    /*float: right;
    margin-top: 25px;
    max-width: 350px;
    max-height: 80px;*/
    display: block;
    margin: 1em 0;
}
 
#content.theme-joulu #gift {
    background-image: url(../pehmea_gfx/ecard-gift-red.png);
}
 
#content.theme-ruusu #gift {
    background-image: url(../pehmea_gfx/ecard-gift-ruusu.png);
}
 
#content.theme-synttari #gift {
    background-image: url(../pehmea_gfx/ecard-gift-pink.png);
}
 
#content.theme-dark #gift {
    background-image: url(../pehmea_gfx/ecard-dark-kuvakehys.png);
}
#content.theme-blue #gift {
    background-image: url(../pehmea_gfx/ecard-dark-kuvakehys.png);
}

#content.theme-dark #gift IMG {
	margin: 2px 0 0 3px;
	width: 272px;
	height: 264px;
}

#content.theme-blue #gift IMG {
	margin: 2px 0 0 3px;
	width: 272px;
	height: 264px;
}
 
#footer {
    background: url(../pehmea_gfx/ecard-footer.png) 0 0 no-repeat;
    height: 5px;
}
 
#theme-gfx-top,
#theme-gfx-bottom {
    position: absolute;
}
 
#content.theme-default #theme-gfx-top {
    width: 144px;
    height: 138px;
    background: url(../pehmea_gfx/ecard-rusetti.png) no-repeat;
    top: -60px;
    left: -62px;
}
 
#content.theme-ruusu #theme-gfx-top {
    width: 139px;
    height: 231px;
    background: url(../pehmea_gfx/ecard-ruusu.png) no-repeat;
    top: -75px;
    left: -60px;
}
 
#content.theme-synttari #theme-gfx-top {
    width: 160px;
    height: 212px;
    background: url(../pehmea_gfx/ecard-synttari-top.png) no-repeat;
    top: -70px;
    left: -60px;
}
 
#content.theme-synttari #theme-gfx-bottom {
    width: 130px;
    height: 131px;
    background: url(../pehmea_gfx/ecard-synttari-bottom.png) no-repeat;
    bottom: -50px;
    left: -65px;
}
 
#content.theme-joulu #theme-gfx-top {
    width: 143px;
    height: 223px;
    background: url(../pehmea_gfx/ecard-joulu-top.png) no-repeat;
    top: -86px;
    left: -50px;
}
 
#content.theme-joulu #theme-gfx-bottom {
    width: 127px;
    height: 128px;
    background: url(../pehmea_gfx/ecard-joulu-bottom.png) no-repeat;
    bottom: -30px;
    left: -25px;
}
 
#content.theme-dark #theme-gfx-top {
    width: 251px;
    height: 223px;
    background: url(../pehmea_gfx/ecard-dark-paketti.png) no-repeat;
    top: -86px;
    left: -50px;
}
 
#content.theme-blue #theme-gfx-top {
    width: 251px;
    height: 223px;
    background: url(../pehmea_gfx/ecard-dark-paketti.png) no-repeat;
    top: -86px;
    left: -50px;
}
 
#product-listing {
    list-style: none;
    margin: 0;
    padding: 0;
}
 
#product-listing LI {
    margin: 0;
    padding: 0;
}
 
#product-listing .count {
    margin-left: -3em;
    float: left;
    color: #0099FF;
}