@import url("screen.css");

#giftlistnotifications h3 {
margin-top: 20px;
}

#giftlistnotifications form, #giftlistnotifications table {
width: 681px;
}

/* Datepicker styles */
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header select{
    font-size: 11px !important;
}

body .ui-datepicker-header{
    width: 193px !important;
    font-size: 1.4em;
}
/* End datepicker styles */

/* General styles */
p.highlight {
    font-size: 100% !important;
}
body.giftlist table.list input.text,
body.giftlist table.list textarea{
    width: 90%;
}

div.giftlistothercontent {
    margin-top: 70px;
    background-color: transparent;
}

body.giftlist #images ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

body.giftlist div.corner{
    width: 6px;
    height: 6px;
    float: left;
    padding: 0 !important;
    border: 0 !important;
    background-image: url('../../images/giftlist/menu_tl.gif');
    background-repeat: no-repeat;
}

body.giftlist div.right{
    float: right;
    background-image: url('../../images/giftlist/menu_tr.gif');
}

body.giftlist div.giftlistmain{
    background-color: transparent;
}
body.giftlist div.giftlistmain a {
    color: #87004d;
}

ul#navigationMenu {
    margin: 0;
}

ul#navigationMenu a {
    color: #5b5b5b;
}

body.giftlist div.giftlistmain .glimportant{
    color: #C00;
}

body.giftlist th.right,
body.giftlist td.right{
    text-align: right;
}

body.giftlist div.giftlistwrapper{
    background-color: transparent;
}
body.giftlist div.giftlistmain{
    padding: 20px;
    background-image: url('../../images/giftlist/bg_main_header.gif');
    background-repeat: no-repeat;
    background-color:transparent;
}

.giftlistcontent {
    background-color: transparent;
    padding-top: 40px;
    width: 305px;
    z-index: 100; 
}

.giftlistcontent h1 {
    font-size: 2.2em;
    color: black;
    padding-top: 12px;    
}

.giftlistcontent h2 {
    font-size: 1.4em;
}


.giftlistcontent p {
     font-size: 1.2em; 
     margin-bottom: 25px;
}

.giftlistcontent p.emphasis {
     font-weight: bold;
}

.giftlistcontent a {
    color: #87004d;
    font-weight: bold;
}

div.giftlisttypes {
    padding-bottom: 35px;
}


div.giftlistmain h2 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.6em;
    color: black;
}

div.giftlisttypes div.type {
    float: left;
    width: 200px;
    text-align: center;
    margin-top: 35px;
}

div.giftlisttypes div.firstrow {
    clear: both;
    width: 120px !important;
}

div.giftlisttypes div.type div {
    font-weight: bold;
    color: #87004d;
    text-transform: uppercase;
    text-align: center;
}
div.giftlisttypes div.type a span{
    font-weight: bold;
    color: #87004d;
    text-transform: uppercase;
    text-align: center;
    font-size:1.2em;
display:block;
}

div.giftlistsearch {
    clear: both;
    padding-bottom: 12px;
}

div.giftlistsearchbox {
    background: #f2f2f2;
    padding: 10px;
}

div.giftlistsearch form div, div.login form div {
    float: left;
    padding-right: 14px;
}
div.giftlistsearch form div.lastfield input, div.login form div.lastfield input {
    margin-top:22px;
    cursor:pointer;
}
div.giftlistsearch select {
    cursor:pointer;
}
div.giftlistsearch p {
    margin-bottom: 8px;
}

div.giftlistsearch input, div.giftlistsearch select, div.giftlistsearch div.datefield, div.login label {
    font-style:normal;
    display: block;
    clear: both; 
}

div.giftlistsearch input.text {
    width: 240px;
}

div.giftlistsearch img.ui-datepicker-trigger {
    vertical-align: top;
}

div.giftlistsearch input#datepicker {
    width: 85px;
}

div.giftlistmain input.shadow {
    border: 1px solid #c3c3c3;
    background: url('../../images/giftlist/bg_input_field.gif');
    background-repeat: repeat-x;
    height: 16px;
}

div.giftlistsearch input#datepicker {
    display: inline !important;
}

div.giftlistsearch input.btn-small, div.login input.btn-small {
    display:block;
}

body.giftlist #listinfo .listinfo-inner {
    padding-right: 90px;
}
body.giftlist #listinfo p,
body.giftlist div.giftlistcontent.info p,
body.giftlist div.giftlistmain h1,
body.giftlist div.giftlistmain h2,
body.giftlist div.giftlistmain h3{
    display: block;
    margin-top: 0;
}

body.giftlist div.giftlistmain h3{
    margin-bottom: 8px;
    font-size: 130%;
}

div.giftlistmain div.login div {
    float: left;
}


body.giftlist #listinfoheader h1,
body.giftlist #listinfoheader h2,
body.giftlist #listinfoheader p.locationdate{
    color: #313131;
}

body.giftlist #listinfoheader h2{
    font-size: 160%;
}

body.giftlist #listinfoheader p.locationdate{
    /*font-size: 130%;*/
    clear: both;
    font-weight: bold;
}

body.giftlist div.giftlistmain input.text {
    width: 250px;    
}

body.giftlist img#illustration{
    width: 210px;
    height: 147px;
    border: 5px solid #FFF;
    float: right;
    margin: 0 0 20px 15px;
}

body.giftlist div.giftlistmain div.corner{
    background-image: url('../../images/giftlist/corner_tl.gif');
}

body.giftlist div.giftlistmain div.corner.right{
    margin-right: -1px;
    background-image: url('../../images/giftlist/corner_tr.gif');
}

body.giftlist div.giftlistmain div.corner.bottom{
    margin-top: -5px;
    background-image: url('../../images/giftlist/corner_bl.gif');
}

body.giftlist div.giftlistmain div.corner.bottom.right{
    background-image: url('../../images/giftlist/corner_br.gif');
}

body.giftlist div.giftlistmain hr{
    clear: both;
    border-width: 0;
    margin: 0 0 10px 0;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #FFF;
    height: 2px;
}

body.giftlist table.list{
    margin-bottom: 0px;
}

body.giftlist table#prodtable.list,
body.giftlist table.list.searchresult{
    margin: 0;
}

body.giftlist #customform table.list,
body.giftlist #jerniaform table.list{
    margin-bottom: 10px;
}
body.giftlist table.list th,
body.giftlist #images h2,
body.giftlist #listedit h2 {
    padding: 6px;
}

body.giftlist table.list th,
body.giftlist #images h2,
body.giftlist #listedit h2,
body.giftlist div.buttonbar{
    background-color: #d9d9d9;
    background-image: url('../../images/giftlist/th_bg.gif');
    background-repeat: repeat-x;
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #f9f9f9;
    border-bottom: 1px solid #c9c9c9;
    font-size: 90%;
    font-weight: bold;
    vertical-align: middle;
    font-family: arial,tahoma,sans-serif;
}

body.giftlist table.list th.last, body.giftlist div.buttonbar .last {
    border-right: 1px solid #c9c9c9;
}

body.giftlist div.buttonbar.overview{
    margin: -20px 0 20px 0;
    
}

body.giftlist div.giftlistmain input.required{
    color: #313131;
    margin-left: 0;
}

body.giftlist table.list th.gldate,
body.giftlist table.list th.glyear,
body.giftlist table.list td.gldate,
body.giftlist table.list td.glyear{
    display: none;
}

body.giftlist table.list td{
    padding: 6px;
    vertical-align: middle;
    height: 44px;
    min-height: 44px;
}

/* IE Fix */
* html td.butikk {
width: 100px;
word-wrap: break-word;
}

body.giftlist table.searchresult td{
    padding: 6px;
    vertical-align: middle;
    height: 64px;
    min-height: 64px;
}

body.giftlist table#prodtable.list td{
    padding: 8px 6px;
}

body.giftlist #customform table.list th,
body.giftlist #customform table.list td,
body.giftlist #jerniaform table.list th,
body.giftlist #jerniaform table.list td{
    background: transparent;
    padding: 1px 0 1px 5px;
    border: 0;
}

body.giftlist #jerniaform table.list th,
body.giftlist #jerniaform table.list td{
    padding: 4px;
}

body.giftlist #customform table.list th.first,
body.giftlist #customform table.list td.first{
    padding-left: 0;
    width: 100%;
}

body.giftlist table.list.searchresult td{
    cursor: pointer;
    vertical-align: top;
}


body.giftlist table.list.searchresult th.first{
    border-right: 0;
    width: 75px;
}

body.giftlist table.list.searchresult th.second{
    width: 175px;
    max-width: 175px;
    border-left: 0px;
}

body.giftlist table.list th.buttons.first{
  /*  border-left: 1px solid #c9c9c9; */
}

body.giftlist table.list td, body.giftlist table.list td a, body.giftlist table.list td a:visited,
 body.giftlist table.list td a:hover, .highlight {
    color: #87004d !important;
    font-weight: bold;
    text-decoration: none;
}

body.giftlist table.list tr td.right{
    text-align: center;
}


body.giftlist table.list tr.highlight td{
    background-color: #f2f2f2;
    border-right: 1px solid white;
}

body.giftlist table.list tr td.first{
    border-right: 0px;
}

body.giftlist table.list tr.expired td{
    color: #C00;
}

body.giftlist #jerniaform table.list tr.highlight td,
body.giftlist #jerniaform table.list th{
    background-color: #d3d6c5;
}

body.giftlist #navigationMenu{
    text-align: center;
    padding-top: 0;
    margin-top: 6px;
    list-style-type: none;
}

body.giftlist #navigationMenu li{
    display: inline;
}

body.giftlist #navigationMenu a,
body.giftlist #navigationMenu span{
    padding: 2px 4px;
    margin: 2px;
}


ul#navigationMenu li.active span {
    color: white;
    background: #5b5b5b;
}


body.giftlist input.button{
    background-color: transparent;
    border: 0;
    color: #0037ad;
    font-size: 10px;
    width: 64px;
    height: 20px;
    font-weight: normal;
    padding: 0 3px 0 23px;
    cursor: pointer;
}

body.giftlist input.button.goto{
    background-image: url('../../images/giftlist/button_goto.gif');
}

body.giftlist input.button.regbought{
    background-image: url('../../images/giftlist/button_regbought.gif');
    padding-left: 3px;
}

body.giftlist input.button.delete{
    background-image: url('../../images/giftlist/button_delete.gif');
}

body.giftlist input.button.giftlist{
    background-image: url('../../images/giftlist/button_giftlist.gif');
    width: 123px;
    margin-bottom: 10px;
}

body.giftlist input.button.deleteimage{
    background-image: url('../../images/giftlist/button_deleteimage.gif');
    width: 78px;
    clear: both;
    float: left;
    margin: 12px 5px 8px 0;
}

body.giftlist input.button.changeimage{
    background-image: url('../../images/giftlist/button_changeimage.gif');
    width: 75px;
    margin-top: 3px;
}

body.giftlist input.button.mainimage{
    background-image: url('../../images/giftlist/button_mainimage.gif');
    width: 117px;
    float: left;
    margin: 12px 0 8px 0;
}

body.giftlist input.button.upload{
    background-image: url('../../images/giftlist/button_upload.gif');
    width: 97px;
}

body.giftlist input.button.edit{
    background-image: url('../../images/giftlist/button_edit.gif');
    width: 60px;
}

body.giftlist input.button.edit2{
    background-image: url('../../images/giftlist/button_edit2.gif');
    margin-bottom: 7px;
}

body.giftlist input.button.browse{
    background-image: url('../../images/giftlist/button_browse.gif');
    width: 92px;
    margin-left: 5px;
}

body.giftlist table.list .gldate { margin-left: 6px; }

body.giftlist input.button.search{
    width: 90px;
    height: 32px;
    background-image: url('../../images/giftlist/search_btn_gen.gif');
    background-repeat: no-repeat;
    margin-left: 25px;
    /*background-image: url('../../images/giftlist/button_search.gif');
    width: 58px;
    margin-left: 5px;
    margin-top: 1px;*/
}

body.giftlist input.button.save{
    background-image: url('../../images/giftlist/button_save.gif');
    width: 95px;
    color: #FFF;
    padding-left: 3px;
    float: right;
}

body.giftlist input.button.save2{
    background-image: url('../../images/giftlist/button_save2.gif');
    color: #FFF;
    padding-left: 3px;
    float: right;
}

body.giftlist input.button.add{
    background-image: url('../../images/giftlist/button_add_jernia.gif');
    width: 235px;
    height: 49px;
    padding-left: 87px;
    margin-bottom: 12px;
}

body.giftlist input.button.add.custom{
    background-image: url('../../images/giftlist/button_add_custom.gif');
    margin-left: 46px;
}

body.giftlist div.giftlistmain input.text,
body.giftlist div.giftlistmain input.email,
body.giftlist div.giftlistmain textarea{
    padding: 3px;
    border: 1px solid #d7d7d7;
}

body.giftlist #listinfo{
    width: 447px;
    overflow: hidden;
    float: left;
    margin: 0 15px 20px 0;
}

body.giftlist #listinfo.glfullwidth{
    width: 100%;
    margin-right: 0;
}

body.giftlist #images{
    float: left;
    overflow: hidden;    
    margin: 0 0 20px 0;
}

body.giftlist #listform #images{
    width: 220px;
}

body.giftlist input.text,
body.giftlist textarea,
body.giftlist select{
    font-size: 11px !important;
}

body.giftlist.move div.giftlistmain-bottom{
    background-repeat: no-repeat;
}

body.giftlist #images input.text.file{
    width: 220px;
}

body.giftlist div.buttonbar{
    background-image: url('../../images/giftlist/buttonbar_bg.gif');
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    padding: 3px 4px;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
    /*font-size: 80%; */
    margin: 0px;
}

body.giftlist div.buttonbar input{
    margin: 0 0 0 5px !important;
}

body.giftlist #images p{
    font-size: 90%;
    font-weight: bold;
}

body.giftlist div.giftlistmain input.error,
body.giftlist div.giftlistmain textarea.error{
    border: 1px solid #C00;
    margin-bottom: 2px !important;
}

body.giftlist div.giftlistmain label{
    font-weight: bold;
    font-size: 90%;
    display: block;
}

body.giftlist div.giftlistmain label.error{
    font-weight: bold;
    color: #C00;
    margin-bottom: 8px;
}

body.giftlist div.giftlistmain #products label.error{
    display: none !important;
}

body.giftlist #images p,
body.giftlist #images input.text,
body.giftlist #listedit input.text,
body.giftlist #listedit textarea{
    margin-bottom: 8px;
    display: block;
}

body.giftlist #imageupload input.hidden{
    width: 220px;
}

body.giftlist #imageupload input.fake{
    width: 115px;
}

body.giftlist #imageupload input.button.browse{
    left: 128px;
}

body.giftlist #listedit input.text,
body.giftlist #listedit textarea{
    width: 438px;
}

body.giftlist #products {
    clear: both;
    width: 681px;
}

body.giftlist div.popup{
    background-color: #c5c9b5;
    padding: 7px 5px;
}

body.giftlist #jerniaform input.text{
    width: 332px;
}

body.giftlist #customform div{
    height: 20px;
}

body.giftlist #customform input.text{
    width: 110px;
}

body.giftlist #customform input.text.file{
    width: 165px;
}

body.giftlist #products input.text.num{
    width: 19px;
    text-align: right;
}

body.giftlist div.giftlistmain input.text.gldate{
    width: 65px !important;
}

body.giftlist div.giftlistmain input.text.file{
    border: 0 !important;
}

body.giftlist div.giftlistmain input.text.glyear{
    width: 35px;
    text-align: right;
}

body.giftlist #listedit input.text.glyear{
    width: 35px;
    text-align: left;
}

body.giftlist div.giftlistmain select{
    width: 120px;
    /*margin-top: 10px; */
}

body.giftlist #products input.text.price{
    width: 44px;
    text-align: right;
}

body.giftlist #searchprod_results{
    margin: 8px 0 0 0;
}

body.giftlist #searchprod_results a{
    cursor: pointer;
}

body.giftlist #searchprod_results td.img a{
    font-size: 0;
}

body.giftlist #searchprod_results #item{
    margin-top: 12px;
}

body.giftlist #searchprod_results div.disclaimer{
    clear: both;
    font-size: 80%;
    margin-bottom: 8px;
}

body.giftlist #searchprod_results #item input.text.num{
    float: right;
}

body.giftlist #searchprod_results #item input.button.save{
    margin: 1px 0 0 5px;
}

body.giftlist #searchprod_results #item p{
    margin-top: 8px;
}

body.giftlist #searchprod_results #item div.price{
    margin-bottom: 8px;
}

body.giftlist #searchprod_results div.images{
    width: 200px;
    margin: 0 0 15px 15px;
    float: right;
}

body.giftlist #jerniaform #searchprod_results div.images img{
    margin-bottom: 8px;
}

body.giftlist div.navigation{
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
}

body.giftlist div.navigation a{
    margin: 0 5px;
}

body.giftlist .prodedit{
    display: none;
}

body.giftlist img.expired{
    width: 75px;
    height: 75px;
}

body.giftlist #images div.imagewrapper{
}

body.giftlist #images div.mainimage,
body.giftlist #images div.listimage{
    position: relative;
}

body.giftlist #images div.mainimagetop, body.giftlist #images div.mainimagebottom{
height: 4px;
width:219px;
float:left;
clear:both;
}
body.giftlist #images div.mainimage {
background:transparent url(../../images/giftlist/frame_gen_mainimage_middle.gif) repeat-y scroll 0 0;
    width: 219px;
clear: both;
/*    height: 166px; */
}
body.giftlist #images div.mainimagetop {
background:transparent url(../../images/giftlist/frame_gen_mainimage_top.gif) no-repeat scroll 0 0;
}

body.giftlist #images div.mainimagebottom {
background:transparent url(../../images/giftlist/frame_gen_mainimage_bottom.gif) no-repeat scroll 0 0;
}
* html body.giftlist #images div.mainimagetop {
background:transparent url(../../images/giftlist/frame_gen_mainimage_top.gif) no-repeat scroll 0 14px;
}
body.giftlist #images div.mainimage div.innerbox {
    margin: 1px 5px;
    width: 205px;
/*
    overflow: hidden;
    height: 152px;
*/
}
body.giftlist #images div.mainimage div.innerbox a {
float:left;
}

body.giftlist #images div.listimage {
    background-image: url('../../images/giftlist/frame_gen_image.gif');
    width: 105px;
    height: 80px;
}


body.giftlist #images div.listimage div.innerbox {
    margin: 5px;
    overflow: hidden;
    width: 91px;
    height: 66px;
}

body.giftlist #images div.mainimage,
body.giftlist #images li.mainimage{
    margin-right: 6px;
    float: left;
}
body.giftlist #images li.mainimage{
    margin-bottom: 5px;
}
body.giftlist #images div.listimage,
body.giftlist #images li.listimage{
    float: left;
    margin: 0 6px 6px 0px;
}

body.giftlist #images div.listimage.first,
body.giftlist #images li.listimage.first{
    margin-left: 0;
}

body.giftlist #images div.mainimage input,
body.giftlist #images div.listimage input{
    position: absolute;
    top: 5px;
    left: 5px;
}

body.giftlist #images div.mainimage img,
body.giftlist #images li.mainimage img{
    border: 5px solid #FFF;
}

body.giftlist #images div.listimage img,
body.giftlist #images li.listimage img{
    border: 2px solid #FFF;
}

body.giftlist #images div.mainimage img,
body.giftlist #images div.listimage img{
    cursor: pointer;
}

body.giftlist #images div.mainimage.selectedimage img,
body.giftlist #images div.listimage.selectedimage img{
    border-color: #679ec6;
}
/* End general styles */

/* Wedding styles */


body.giftlist.wed div.giftlistmain div.corner{
    background-image: url('../../images/giftlist/corner_tl_wed.gif');
}

body.giftlist.wed div.giftlistmain div.corner.right{
    background-image: url('../../images/giftlist/corner_tr_wed.gif');
}

body.giftlist.wed div.giftlistmain div.corner.bottom{
    background-image: url('../../images/giftlist/corner_bl_wed.gif');
}

body.giftlist.wed div.giftlistmain div.corner.bottom.right{
    background-image: url('../../images/giftlist/corner_br_wed.gif');
}

body.giftlist.wed table.list th,
body.giftlist.wed #images h2,
body.giftlist.wed #listedit h2,
body.giftlist.wed div.buttonbar{
    background-color: #ced3be;
    background-image: url('../../images/giftlist/th_bg_wed.gif');
    /* border-top: 1px solid #fefff9; */
    /* border-bottom: 1px solid #c3c7b3; */
}

body.giftlist.wed div.giftlistmain hr{
    border-color: #c5c9b5 #FFF #f2f7df #FFF;
}

body.giftlist.wed #listinfoheader h1,
body.giftlist.wed #listinfoheader h2,
body.giftlist.wed #listinfoheader p.locationdate{
    clear: both;
    color: #505a2d;
}

body.giftlist.wed table.list tr.highlight td{
    background-color: #ebf0d8;
}
/* End wedding styles */

/* Xmas styles */
body.giftlist.xmas div.giftlistmain{
    background-image: url('../../images/giftlist/main_bg_xmas.gif');
}

body.giftlist.xmas div.giftlistmain div.corner{
    background-image: url('../../images/giftlist/corner_tl_xmas.gif');
}

body.giftlist.xmas div.giftlistmain div.corner.right{
    background-image: url('../../images/giftlist/corner_tr_xmas.gif');
}

body.giftlist.xmas div.giftlistmain div.corner.bottom{
    background-image: url('../../images/giftlist/corner_bl_xmas.gif');
}

body.giftlist.xmas div.giftlistmain div.corner.bottom.right{
    background-image: url('../../images/giftlist/corner_br_xmas.gif');
}

body.giftlist.xmas table.list th,
body.giftlist.xmas #images h2,
body.giftlist.xmas #listedit h2,
body.giftlist.xmas div.buttonbar{
    background-color: #9f0302;
    background-image: url('../../images/giftlist/th_bg_xmas.gif');
    border-top: 1px solid #f13523;
    border-bottom: 1px solid #d4b88a;
    color: #FFF;
}

body.giftlist.xmas div.buttonbar{
    background-image: url('../../images/giftlist/buttonbar_bg_xmas.gif');
    border-top: 1px solid #9f0302;
    border-bottom: 1px solid #770201;
}

body.giftlist.xmas div.giftlistmain hr{
    border-color: #ded9d0 #fffefc #ded9d0 #fffefc;
}

body.giftlist.xmas #listinfoheader h1,
body.giftlist.xmas #listinfoheader h2,
body.giftlist.xmas #listinfoheader p.locationdate{
    color: #d00707;
}

body.giftlist.xmas #listinfoheader h1{
    padding-bottom: 30px;
}

body.giftlist.xmas table.list tr.highlight td{
    background-color: #fffcf8;
}
/* End xmas styles */

/* General giftlist styles */
body.giftlist.gen div.giftlistmain{
    background-color: transparent;
}

body.giftlist.gen div.giftlistmain div.corner,
body.giftlist.gen div.giftlistmain div.corner.right,
body.giftlist.gen div.giftlistmain div.corner.bottom,
body.giftlist.gen div.giftlistmain div.corner.bottom.right{
    background: transparent;
}


body.giftlist.gen table.list th,
body.giftlist.gen #images h2,
body.giftlist.gen #listedit h2,
body.giftlist.gen div.buttonbar{
    background-color: #e6e6e6;
    background-image: url('../../images/giftlist/th_bg_gen.gif');
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #c3c3c3;
}

body.giftlist.gen div.giftlistmain hr{
    border-color: #dedede #FFF #dedede #FFF;
}

body.giftlist.gen #listinfoheader h1{
    padding-bottom: 30px;
}

body.giftlist.gen table.list tr.highlight td{
    background-color: #f2f2f2;
}

.prodname a {
	text-decoration: underline;
	color: #2D479F;
}

.prodname a,
.prodstore a {
	text-decoration: underline !important;
	color: #2D479F !important;
}

/* End general giftlist styles */