

/***********************************
		=Gen Styling
***********************************/
body
{
    color: #282f47; /*border-top: 4px solid #e8e8e8; */
    font-family: Helvetica, Arial, "Helvetica Neue" , Geneva, sans-serif;
    font-size: 16px;
    margin: 0;
    background: url("images/bg-top.png") no-repeat scroll 50% 0 #FFFFFF;
}
a
{
    color: #6aabe9;
    text-decoration: none;
}
a.locked
{
    color: #56971d;
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}
h1, h2, h3, h4, h5
{
    color: #35435d;
}


/***********************************
		=Font-Size Styling
***********************************/

#menu li a
{
    font-size: .6em;
}
/* 16px * .68 = 11px */
#menu li a em
{
    font-size: 1.45em;
}
/* 11px * 1.45 = 16px */
.sub-header p
{
    font-size: .81em;
}
/* 16px * .81 = 13px */
.callout
{
    font-size: .81em;
}
/* 16px * .75 = 12px */
.callout h4
{
    font-size: 1.17em;
}
/* 12px * 1.17 = 14 */
.scroller h3
{
    font-size: .88em;
}
/* 16px * .88 = 14 */
.content
{
    font-size: .81em;
}
/* 16px * .81 = 13px */
.content h4
{
    font-size: 1.7em;
}
/* 13px * 1.7 = 22px */
.content h5
{
    font-size: 1.1em;
}
/* 13px * 1.1 = 14px */
.content h6
{
    font-size: 1.0em;
}
/* 13px * 1.0 = 13px */

.scroller-navigation a, .scroller-navigation-bottom a
{
    font-size: .81em;
}
/* 16px * .81 = 13px */
.scroller p, .tour-sections p
{
    font-size: .81em;
}
/* 16px * .81 = 13px */

.pricing
{
    font-size: .75em;
}
/* 16px * .75 = 12px */
.pricing h5 a
{
    font-size: 1.16em;
}
/* 12px * 1.16 = 14px */

#errors ul li
{
    font-size: .75em;
}
/* 16px * .75 = 12px */
.form-callout h3
{
    font-size: 1.16em;
}
/* 12px * 1.16 = 14px */
input, textarea
{
    font-size: 1.16em;
}

.sub-footer
{
    font-size: .88em;
}
/* 16px * .88 = 14 */
.support
{
    font-size: .75em;
}
/* 16px * .75 = 12px */
.legal, .copyright
{
    font-size: .68em;
}
/* 16px * .68 = 11px */

/***********************************
		=Line-Height Styling
***********************************/
#menu li a em
{
    line-height: 1.4em;
}
.sub-header p
{
    line-height: 1.62em;
}
.callout
{
    line-height: 1.75em;
}
.content
{
    line-height: 1.62em;
}
.scroller p, .tour-sections p
{
    line-height: 1.62em;
}
.pricing p
{
    line-height: 1.75em;
}
.legal, .copyright
{
    line-height: 1.91em;
}

label.available, label.unavailale
{
    line-height: 1.84em;
}

.content h4
{
    line-height: 1.19em;
}
.content h5
{
    line-height: 1.86em;
}
.content h6
{
    line-height: 2.0em;
}

#errors ul li
{
    line-height: 1.62em;
}

.scroller-navigation, .scroller-navigation-bottom
{
    line-height: 2.4em;
}


/***********************************
	=Wrappers Base Styling
***********************************/
#wrap
{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

#pagewrap
{
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

#header, .sub-header, .content, .callout, .sub-footer, .pricing
{
    padding: 0 20px;
}


/***********************************
		=Header Styling
***********************************/
#header
{
    padding-top: 33px;
    margin-bottom: 19px;
    position: relative;
    overflow: hidden;
    zoom: 1.0;
    height: 70px;
}

#topLogo
{
    float: left;
}
#topLogo em
{
    background-image: url(images/onskelista-loggo.png);
    display: block;
    height: 79px;
    left: 0;
    position: absolute;
    width: 325px;
    background-repeat: no-repeat;
}

#header .uc
{
    float: left;
    visibility: hidden;
    width: 0px;
    height: 0px;
}
.topMenu
{
    float: left;
    margin: 8px 0 0 52px;
    padding-top: 15px;
    padding-left: 40px;
    font-family: 'Droid Serif' , arial, serif;
    font-size: 18px;
}

.topMenu ul
{
    margin-left: -60px;
}
.topMenu li
{
    float: left;
    list-style: none outside none;
}
.topMenu li a
{
    float: left;
    text-decoration: none;
    color: #74819a;
    padding: 8px 32px 4px 0;
    margin-right: 12px;
    border-right: 1px solid #e1e1e1;
}

.topMenu li.last a
{
    border-right: none;
    margin-right: 0;
}
.topMenu li a
{
    color: #56971d;
    display: block;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

.languageMenu
{
    visibility: hidden;
}
#menu
{
    float: left;
    margin-bottom: 15px;
}

#info
{
    position: absolute;
    right: 5px;
    top: 3px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 70%;
    z-index: 100;
}
#info li
{
    font-family: Lucida Grande,Lucida Sans Unicode,sans-serif;
    text-shadow: #fff 0 1px 0;
    color: #142830;
    float: left;
    margin: 0 0 0 5px;
    padding: 0 0 0 7px;
    background: url(images/sep-a.gif) 0 75% no-repeat;
    font-size: 1em;
}
#info li.first
{
    margin-left: 0;
    padding-left: 0;
    background: none;
}
#info li a
{
    float: left;
    color: #142830;
    text-decoration: none;
}

/***********************************
		=Page Styling
***********************************/
#page
{
    background: none repeat scroll 0 0 #E8F5FF;
    border-bottom: 4px solid #D0EAFF;
    border-top: 4px solid #D0EAFF;
    overflow: auto;
    display: block;
    padding: 20px 0 0 20px;
}
.secondary
{
    float: left;
    margin-bottom: 1px;
    width: 170px;
}
.secondary .uc
{
    margin-bottom: 15px;
}
.secondary h4
{
    margin-top: 5px;
    margin-bottom: 5px;
}
#content
{
    margin-left: 0;
    margin-right: 0;
    height: 100%;
    min-height: 450px;
    float: left;
    width: 810px;
}
#main
{
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    width: 524px;
    margin: 0 10px 0 10px;
}

#extras
{
    float: left;
    width: 230px;
    margin-right: 20px;
}
.cf
{
    display: inline-block;
}

/***********************************
		=Footer Styling
***********************************/

#footer
{
    color: #666666;
    font-size: 0.75em;
}

#FooterMenu
{
    background: #D0EAFF;
    color: #282f47;
    font-family: Helvetica, Arial, "Helvetica Neue" , Geneva, sans-serif;
    text-align: left;
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
}

#FooterMenu ul
{
    margin-left: -30px;
}

#FooterMenu li
{
    font-family: Lucida Grande,Lucida Sans Unicode,sans-serif;
    text-shadow: #fff 0 1px 0;
    color: #142830;
    float: left;
    margin: 0 0 0 15px;
    padding: 0 0 0 17px;
    background: url(images/sep-a.gif) 0 75% no-repeat;
    font-size: 1.1em;
    list-style: none;
}
#FooterMenu li.first
{
    margin-left: 0;
    padding-left: 0;
    background: none;
}
#FooterMenu li a
{
    float: left;
    color: #142830;
    text-decoration: none;
}

#FooterLinks
{
    background: none repeat scroll 0 0 #E8F5FF;
    float: left;
    width: 100%;
    border-bottom: 4px solid #D0EAFF;
    color: #142830;
}

#FooterLinks h3
{
    margin: 15px 0 0 10px;
}

#FooterLinks p
{
    margin-left: 10px;
    padding-right: 30px;
}

#FooterLinks li
{
    margin: 0 0 0 0;
    padding: 0 30px 0 0;
    font-size: 1em;
    list-style: none;
}
#FooterLinks ul
{
    margin-left: -30px;
    padding-right: 30px;
}
#FooterLinks li a
{
    text-decoration: none;
}

#FooterContent
{
    color: #666666;
    font-family: Helvetica, Arial, "Helvetica Neue" , Geneva, sans-serif;
    text-align: left;
    width: 100%;
    height: 50px;
    padding: 0 10px 5px 10px;
    float: left;
}

a em
{
    cursor: hand;
}


/***********************************
		=önskslista
***********************************/

.wishListPage #main .list .item
{
    padding: 5px;
}
.wishListPage #main .list .i1
{
    margin-top: 5px;
    border-top: 4px solid #D0EAFF;
}
.wishListPage #main .list .a1
{
    background-color: #FFF;
    border-bottom: 4px solid #D0EAFF;
}
.wishListPage #main .list .a0
{
    border-bottom: 4px solid #D0EAFF;
}
.wishListPage #main .list .item h4
{
    margin-top: 5px;
    margin-bottom: 10px;
}

#WishEdit
{
    padding: 0px 0px 0px 0px;
    visibility: inherit;
    background-image: url(onskelista-fade-back.gif);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #FFFFFF;
    font-family: Segoe UI,Tahoma,Verdana,Trebuchet MS;
    color: #666666;
    font-size: 120%;
}
#WishEdit input, textarea
{
    width: 250px;
    padding: 2px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    font-family: Segoe UI,Tahoma,Verdana,Trebuchet MS;
    color: #666666;
}

.amountleft0
{
    color: #FF0000;
}

.RssLink
{
    text-decoration: none;
}

.rembox h5
{
    margin-bottom: 0px;
    margin-top: 5px;
}

.ShadedBoxHeader
{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background-image: -webkit-gradient(     linear,     left bottom,     left top,     color-stop(0, rgb(135,200,250)),     color-stop(1, rgb(208,234,255)) );
    background-image: -moz-linear-gradient(     center bottom,     rgb(135,200,250) 0%,     rgb(208,234,255) 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87C8FA', endColorstr='#D0EAFF');
    font-size: 1em;
    font-weight: bold;
    padding: 10px 10px 5px 10px;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    font-family: 'Droid Serif' , arial, serif;
    font-size: 16px;
}

.ShadedBoxContent
{
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

input, textarea
{
    padding: 5px;
    border: solid 1px #CCCCCC;
    outline: 0;
    font: normal 13px/100% Verdana, Tahoma, sans-serif;
    width: auto;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #f2f2f2), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f2f2f2 1px, #FFFFFF 25px);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

textarea
{
    height: 150px;
    line-height: 150%;
}

input:hover, textarea:hover, input:focus, textarea:focus
{
    border-color: #C9C9C9;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.form label
{
    margin-left: 10px;
    color: #999999;
}

.submit input
{
    width: auto;
    padding: 9px 15px;
    background: #617798;
    border: 0;
    font-size: 14px;
    color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.progress div
{
    background-color: Aqua;
   display: inline-block;
}


