/**
 * Priceguide 2 CSS
 *
 */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* General element styling */
body {
    padding: 0 20px;
    font-family: Arial, Verdana, Tahoma, sans-serif;
    color: #4e555c;
    background-repeat: repeat-x;
}

a {
    color: #6597ca;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

label {
    cursor: pointer;
}

/* HACKS */
button::-moz-focus-inner { 
    padding:0;border:0; 
}

button { margin: 0; }

input {
    margin: 0;
    padding: 0;
}

input[type=checkbox] {
    vertical-align: bottom;
}

*:first-child+html input[type=checkbox] {
    width: 15px;
    height: 15px;
}

*:first-child+html input[type=radio] {
    width: 12px;
    height: 12px;
}

/* Helper classes */
.pg-clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.pg-clearfix {
    display: inline-block;
}

html[xmlns] .pg-clearfix {
    display: block;
}

* html .pg-clearfix {
    height: 1%;
}

.pg-clear {
    clear: both;
}

.pg-clear-l {
    clear: left;
}

.pg-clear-r {
    clear: right;
}

.pg-f-left {
    float: left !important;
}

.pg-f-right {
    float: right !important;
}

.pg-f-none {
    float: none !important;
}

.pg-float-anti-break {
    height: 1px;
}

.pg-no-margin {
    margin: 0 !important;
}

.pg-hide {
    position: absolute;
    top: -99999px;
    left: -99999px;
}

.pg-typography {
    line-height: 17px;
}

.pg-typography h1 {
    font-size: 1.71em;
    margin: .7em 0;
}

.pg-typography h2 {
    font-size: 1.5em;
    margin: .7em 0;
}

.pg-typography h3 {
    font-size: 1.3em;
    margin: .7em 0;
}

.pg-typography p {
    line-height: 150%;
    margin: 0.3em 0 1em;
}

.ui-dialog-content.pg-typography p {
    font-size: 0.8em;
}

.pg-typography ul {
    list-style: disc;
    margin: .3em 40px .7em;
}

.pg-typography table td {
    padding: 4px 42px 4px 0;
}

.pg-font-smaller { font-size: 0.8em; }
.pg-font-small { font-size: 0.9em; }
.pg-font-big { font-size: 1.1em; }
.pg-font-bigger { font-size: 1.2em; }
.pg-font-biggest { font-size: 1.3em; }

.hasCorners {
    margin: 5px 0;
}

.pg-inline-block {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}


.pg-message,
.pg-message-compact {
    padding: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 103%;
}

.pg-message-compact {
    padding: 10px 10px 0 10px;
}

.pg-notice {
    position: absolute;
    padding: 8px;
    color: #fff;
    width: 200px;
}

.pg-info {
    color: #333;
    background-color: #FDF1A7;
}
.pg-error {
    background-color: #b72727;
}

.pg-success {
    color: #fff;
    background-color: #62B045;
}
.pg-success h2 {
    background: transparent url(../images/prisguide.no/btn-sprite.png) no-repeat 0 -2340px;
    font-size: 1.2em;
    padding: 4px 0 10px 15px;
}

.pg-show,
.pg-block {
    display: block;
}

.pg-relative {
    position: relative;
}

.pg-fixed {
    position: fixed;
}

.pg-absolute {
    position: absolute;
}

.pg-inline {
    display: inline !important;
}

.pg-none {
    display: none !important;
}

.pg-remember-lbl {
	line-height: 33px;
}

#pg-remember {
	margin-left: 10px;
}

.pg-centered {
    width: 980px;
    margin: 0 auto;
}

.pg-reset-font {
    font-weight: normal;
    font-style: normal;
}

.pg-align-center {
    text-align: center;
}

.pg-align-left {
    text-align: left;
}

.pg-align-right {
    text-align: right;
}

.pg-section {
    margin: 19px 0;
}

h2.pg-section {
    border-bottom: 7px solid #4E555C;
}

.pg-true,
.pg-true a {
    color: #62b045;
}

.pg-false {
    color: #ff0000;
    text-decoration: line-through;
}

.pg-no-text-transform {
    text-transform: none !important;
}

.pg-decimal-list {
    list-style-type: decimal;
    margin-left: 20px;
}

.pg-float-list li {
    float: left;
}

.pg-inline-list li {
    display: inline;
}

.pg-inline-block-list li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.pg-nav li {
    float: left;
}

.pg-border-gray {
    border: 1px solid #d6d6d6; 
}

.pg-border-green {
    border: 1px solid #62B045;
}

.pg-border-gray-dark {
    border: 1px solid #a9a9a9;
}

.pg-no-border {
    border: none !important;
}

.pg-color-red {
    color: #FF0000;
}

.pg-color-gray-1 {
    color: #898989;
}

.pg-color-gray-2 {
    color: #535353 !important;
}

.pg-color-gray-3 {
    color: #BBB;
}

.pg-color-gray-4 {
    color: #898989;
}

.pg-color-green-1 {
    color: #53AD59;
}
.pg-overflow-hidden {
    overflow: hidden;
}

.pg-overlay-teaser {
    position: relative;
    overflow: hidden;
}

.pg-overlay {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 100;
    background-color: #40454a;
}

.pg-disabled {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 10;
    background-color: #666;
}

.pg-loading {
    background: url("../images/main/spinner.gif") no-repeat 50% 50%;
    width: 32px;
    height: 32px;
    position: absolute;
}

/* Grids */
.pg-grid {
    float: left;
    display: inline;
}

.pg-grid-full {
    float: none;
    display: block;
}

.pg-grid-third {
    width: 33%;
}

.pg-grid-two-thirds {
    width: 66%;
}

.pg-grid-half {
    width: 50%;
}

.pg-grid-quarter {
    width: 25%;
}

.pg-grid.pg-grid-last {
    margin-right: 0;
}

.pg-grid-1 {
    width: 600px;
}

.pg-grid-2 {
    width: 300px;
}

.pg-grid-3 {
    width: 450px;
}

.pg-grid-4 {
    width: 250px;
}

.pg-grid-5 {
    width: 200px;
}

.pg-grid-6 {
    width: 150px;
}

.pg-grid-7 {
    width: 730px;
}

.pg-grid-8 {
    width: 365px
}

.pg-grid-9 {
    width: 663px
}

.pg-grid-10 {
    width: 670px
}

.pg-grid-11 {
    width: 353px;
}

.pg-grid-12 {
    width: 178px
}

.pg-grid-13 {
    width: 197px
}

.pg-grid-14 {
    width: 603px
}

.pg-grid-15 {
    width: 100px
}

.pg-grid-16 {
    width: 783px
}

.pg-grid-margin-0 {
    margin-right: 5px !important;
}

.pg-grid-margin-1 {
    margin-right: 10px !important;
}

.pg-grid-margin-2 {
    margin-right: 15px !important;
}

.pg-grid-margin-3 {
    margin-right: 20px !important;
}


.pg-grid-margin-l-1 {
    margin-left: 10px;
}

.pg-grid-margin-l-2 {
    margin-left: 15px;
}

.pg-grid-margin-l-3 {
    margin-left: 20px;
}

.pg-grid-margin-bottom-1 {
    margin-bottom: 5px;
}

.pg-grid-margin-bottom-2 {
    margin-bottom: 10px;
}

.pg-grid-margin-bottom-3 {
    margin-bottom: 15px;
}

.pg-grid-margin-bottom-4 {
    margin-bottom: 20px;
}



/* Dark-gray popup with corners (generic_popup.tpl) */

#pg-popup-overlay {
    position: fixed;
    left: 0;
    top: 0;
    background: transparent; /* See JS for color code when not transparent */
    width: 100%;
    height: 100%;
    z-index: 101;
    display: none;
}

#pg-popup-border {
    background: #FFF;
    opacity: 0.4;
    filter: alpha(opacity = 40);
    position: absolute;
    display: none;
}

.pg-popup { /* Per default position is Right */
    width: 300px;
    opacity: 2.0;
    position: absolute;
    display: none;
    z-index: 1010;    
    left: -10px;
    top: 0px;
}

#pg-popup-overlay.pg-overlay-bg {
    background: #666;
    opacity: 0.4;
    filter: alpha(opacity=50);
}

.pg-popup h3 {
     font-size: 14px;
}

.pg-popup,
.pg-popup .pg-popup-content,
.pg-popup a,
.pg-popup p {
    font-size: 12px;
    color: #FFF;
    line-height: 14px;
}

.pg-popup a {
    color: #CCC;
    text-decoration: underline;
}

.pg-popup p,
.pg-popup h1,
.pg-popup h2,
.pg-popup h3 {
    margin-bottom: 5px;
}

.pg-popup .pg-popup-top-left {
    background: url(../images/main/form-sprite.png) no-repeat -1px -227px;
    height: 10px;
    width: 99%;
}

.pg-popup .pg-popup-top-right {
    background: url(../images/main/form-sprite.png) no-repeat -989px -238px;
    width: 10px;
    float: right;
    height: 10px;
}

.pg-popup .pg-arrow {
    background: transparent url(../images/prisguide.no/btn-sprite.png) no-repeat scroll 0 -1755px;
    position: absolute;
    left: 15px;
    top: -8px;
    width: 10px;
    height: 10px;
    z-index: 998;
}

.pg-popup .pg-arrow.bottom {
    background-position:0 -1785px;
    bottom: 5px;
    top: auto;
}

.pg-popup .pg-popup-content-wrapper {
    background: #4E555C;
    padding: 6px 6px 0;
}
    
.pg-popup a.pg-popup-close {
    display: block;
    width: 70px;
    float: right;
    text-align: right;
    color: #FFF !important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px !important;
    font-weight: bold;
}

.pg-popup .pg-popup-bottom-left {
    background: url(../images/main/form-sprite.png) no-repeat -1px -250px;
    height: 10px;
    width: 99%;
}

.pg-popup .pg-popup-bottom-right {
    background: url(../images/main/form-sprite.png) no-repeat -989px -261px;
    width: 10px;
    float: right;
    height: 10px;
}

.pg-popup .pg-loading-container {
    background: #FFF;
}
.pg-popup .pg-loading-container h3 {
    color: #666;
    margin-left: 35px;
    line-height: 32px;
}

.pg-popup a.pg-button.pg-button-blue {
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
}

/* White background Popup */

.pg-popup.pg-popup-white .pg-popup-content-wrapper {
    background: #FFF;
}

.pg-popup .pg-popup-close-x {
    background: #333;
    
    font-size: 16px;
    float: right;
    padding: 5px 6px;
    font-weight: bold;
    margin: -5px -8px 0 0;
}
a.pg-popup-close-x {
    color: #DDD !important;
    text-decoration: none !important;
}

.pg-popup #pg-popup-title .pg-arrows {
    position: absolute;
    top: 35px;
    height: 6px;
    background-position: 0 -1785px;
}

.pg-popup.pg-popup-white p,
.pg-popup.pg-popup-white .pg-popup-content,
.pg-popup.pg-popup-white label {
    color: #4E555C;
    font-size: 12px;
}

.pg-popup.pg-popup-white #pg-popup-title {
    background: #4E555C;
    color: #FFF !important;
    padding: 12px 15px 5px; 
    margin: -6px -6px 15px; 
    font-weight: bold;
    position: relative;
    z-index: 1002;
    font-size: 120%;
}

.pg-popup.pg-popup-white a {
    color: #6597CA;
    text-decoration: underline;
}

.pg-popup.pg-popup-white a.pg-popup-close {
    color: #6597CA !important;
    margin-bottom: 5px;
}

.pg-popup.pg-popup-white .pg-loading-container {
    background: #FFF;
}
.pg-popup.pg-popup-white .pg-loading-container h3 {
    color: #000;
}

.pg-popup.pg-popup-white .pg-popup-top-left,
.pg-popup.pg-popup-white .pg-popup-top-right,
.pg-popup.pg-popup-white .pg-popup-bottom-left,
.pg-popup.pg-popup-white .pg-popup-bottom-right {
    display: none;
}

.pg-popup.pg-popup-white .pg-popup-top-right {
    display: none;
}

/* End of popup */


/* Icons */
.pg-icons {
    float: left;
    margin: 6px 0;

}

.pg-icons span,
.pg-standalone-icon {
    background: url(../images/prisguide.no/btn-sprite.png) no-repeat;
    width: 10px;
    height: 10px;
    margin: 2px 4px 0 0;
    display: inline-block;
}

a .pg-standalone-icon.pg-social-share {
    background-position: 0 -2000px;
}

a .pg-standalone-icon.pg-icon-white.pg-add-new {
    background-position: -5px -2971px;
    width: 8px;
}

a .pg-standalone-icon.pg-icon-white.pg-star {
    background-position: 0 -3032px;
    width: 17px;
    height: 17px;
    margin-top: -3px;
}

a.pg-social-share span {
    background-position: 0 -1980px;
}

a.pg-social-share:hover span {
    background-position: 0 -1990px;
}

a.pg-social-share-gray span {
    width: 16px;
    height: 16px;
    margin: -2px 4px 0 0;
    background-position: 0 -2888px;
}

a.pg-social-share-gray:hover span {
    background-position: 0 -2904px;
}

a.pg-add-new span {
    background-position: 0 -1906px;
}

a.pg-add-new:hover span {
    background-position: 0 -1926px;
}

a.pg-delete span {
    background-position: 0 -2010px;
}

a.pg-delete:hover span {
    background-position: 0 -2019px;
}

a.pg-comment span {
    height: 9px;
    background-position: 0 -1962px;
}

a.pg-comment:hover span {
    background-position: 0 -1971px;
}

a.pg-comment-gray span {
    background-position: 0 -2923px;
    height: 11px;
    margin-right: 3px;
    width: 10px;
}

a.pg-comment-gray:hover span {
    background-position: 0 -2939px;
}

a.pg-price-subscribe-gray span {
    background-position: 0 -2985px;
    height: 16px;
    margin: 0 3px 0 0;
    width: 16px;
}

a.pg-price-subscribe-gray:hover span {
    background-position: 0 -3000px;
}

a.pg-is-useful span {
    background-position: 0 -2246px;
    height: 16px;
    width: 15px;
    margin-top: 0;
}

a.pg-zoom span {
    background-position: 0 -2271px;
    height: 16px;
    margin: 0 4px 0 0;
    width: 16px;
}

ul.pg-social-share {
    margin: 0 0 10px 0;
}

.pg-social-share-link {
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-right: 16px;
}

.pg-social-share-link.pg-facebook {
    background-image: url(../images/main/social-share-facebook.gif);
}

.pg-social-share-link.pg-nettby {
    background-image: url(../images/main/social-share-nettby.gif);
}

.pg-social-share-link.pg-twitter {
    background-image: url(../images/main/social-share-twitter.ico);
}


/* Add to list */
.pg-add-to-list {
    z-index: 10;
}

.pg-add-to-list li {
    background: transparent;
    padding: 4px !important;
    border: none !important;
}

.pg-add-to-list li a {
    color: #fff;
    font-weight: bold;
}

.pg-view-box .pg-datetime {
    padding: 3px 0 10px 0;
    color: #898989;
}

a.pg-lists-add.pg-selected span {
    background-position: 0 -1858px;
}

.pg-list-amount {
    font-size: 0.8em;
    color: #898989;
}

.pg-shopping-list-item {
    margin-left: 15px;
}

#pg-lists .pg-shopping-list-item {
    margin-left: 0px;
}

/* Paginator */
.pg-paginator {
    margin: 10px 0;
}

.pg-paginator li {
    margin-right: 6px;
    display: inline;
}

.pg-paginator .pg-selected {
    font-weight: bold;
}

.pg-paginator .pg-next,
.pg-paginator .pg-prev {
    text-transform: uppercase;
    color: #ddd;
}

.pg-paginator .pg-next a,
.pg-paginator .pg-prev a {
    position: relative;
    font-weight: bold;
}

.pg-paginator a {
    text-decoration: underline;
}

/* Corners */
.pg-rounded-corner {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.pg-rounded-corner-top {
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
}

.pg-rounded-corner-bottom {
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
}

.pg-rounded-corner>h3,
.pg-rounded-corner>li {
    padding: 10px;
}

.pg-corner {
    width: 7px;
    height: 7px;
    background: url(../images/prisguide.no/btn-sprite.png) no-repeat;
    position: absolute;
}

.pg-dropdown {
    display: none;
}

.pg-corner.pg-corner-top-left {
    top: -1px;
    left: -1px;
    background-position: 0 -1539px;
}

.pg-corner.pg-corner-bottom-left {
    bottom: -1px;
    left: -1px;
    background-position: 0 -1546px;
}

.pg-corner.pg-corner-top-right {
    top: -1px;
    right: -1px;
    background-position: -7px -1539px;
}

.pg-corner.pg-corner-bottom-right {
    bottom: -1px;
    right: -1px;
    background-position: -7px -1546px;
}

.pg-corner-darkgray {
    background-color: #63686e
}

.pg-corner-darkgray .pg-corner.pg-corner-top-left {
    top: 0;
    left: 0;
    background-position: -1px -1570px;
}

.pg-corner-darkgray .pg-corner.pg-corner-bottom-left {
    bottom: 0;
    left: 0;
    background-position: -1px -1575px;
}

.pg-corner-darkgray .pg-corner.pg-corner-top-right {
    top: 0;
    right: 0;
    background-position: -7px -1570px;
}

.pg-corner-darkgray .pg-corner.pg-corner-bottom-right {
    bottom: 0;
    right: 0;
    background-position: -7px -1575px;
}

/* Arrows */
.pg-arrows {
    height: 9px;
    width: 9px;
    display: block;
    background: url(../images/prisguide.no/btn-sprite.png) no-repeat; 
}

.pg-arrows.down,
.pg-arrows.up {
    height: 5px;
}

.pg-arrows.right,
.pg-arrows.left {
    width: 5px;
}

.pg-arrows.double-right,
.pg-arrows.double-left {
    width: 16px;
}

.pg-arrows.right.blue {
    top: 4px;
    right: -9px;
    background-position: 0px -1741px;
}

.pg-arrows.right.gray {
    top: 4px;
    right: -9px;
    background-position: 0px -1777px;
}

.pg-arrows.left.blue {
    top: 4px;
    left: -9px;
    background-position: 0 -1732px;
}

.pg-arrows.double-right.blue {
    top: 4px;
    right: -15px;
    background-position: -7px -1741px;
}

.pg-arrows.double-left.blue {
    top: 4px;
    left: -14px;
    background-position: -11px -1732px;
}

.pg-arrows.down.blue {
    background-position: 0 -1750px;
}

.pg-arrows.up.blue {
    background-position: 0px -1723px;
}

.pg-arrows.down.gray {
    background-position: 0 -1858px;
}

.pg-register-arrows {
    background: transparent url(../images/main/form-sprite.png) no-repeat 0 -205px;
    height: 22px;
    width: 22px;
    margin: -5px -8px 0 0;
}

/* Notification */
.pg-notification {
    background-color: #000;
    color: #fff;
    width: 200px;
    padding: 16px 8px;
    text-align: center;
    position: absolute;
    font-weight: bold;
}


/* Buttons */
.pg-button {
    margin: 0 13px; 
    position: relative;
}

.pg-button .pg-button-submit,
.pg-button.pg-button-submit,
a.pg-button {
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 8px 0 12px;
    border: none;
    background: url(../images/prisguide.no/btn-sprite.png) no-repeat;
    font-size: 0.9em;
}

.pg-button .pg-button-submit {
    padding-top: 6px;
}

a.pg-button {
    margin: 0 13px; 
    float: left;
}

a.pg-button-more {
    width: 96.1%;
    background-repeat: repeat-x;
    margin-top: 1em;
}

.pg-button .pg-button-left,
.pg-button .pg-button-right { 
    width: 13px;
    height: 34px;
    position: absolute;
    top: 0;
    background: url(../images/prisguide.no/btn-sprite.png) no-repeat;
}

.pg-button .pg-button-right {
    right: -13px;
}

.pg-button .pg-button-left {
    left: -13px;
}

.pg-button.pg-button-green,
.pg-button.pg-button-green .pg-button-submit {
    background-position: 0 -803px;
}

.pg-button.pg-button-green:hover,
.pg-button.pg-button-green:hover .pg-button-submit {
    background-position: 0 -849px;
}

.pg-button.pg-button-green .pg-button-left {
    background-position: -69px -666px;
}

.pg-button.pg-button-green:hover .pg-button-left {
    background-position: -100px -666px;
}

.pg-button.pg-button-green .pg-button-right {
    background-position: -83px -666px;
}

.pg-button.pg-button-green:hover .pg-button-right {
    background-position: -114px -666px;
}

.pg-button.pg-button-orange,
.pg-button.pg-button-orange .pg-button-submit {
    background-position: 0 -709px;
}

.pg-button.pg-button-orange:hover,
.pg-button.pg-button-orange:hover .pg-button-submit {
    background-position: 0 -755px;
}

.pg-button.pg-button-orange .pg-button-left {
    background-position: -7px -664px;
}

.pg-button.pg-button-orange:hover .pg-button-left {
    background-position: -38px -664px;
}

.pg-button.pg-button-orange .pg-button-right {
    background-position: -21px -664px;
}

.pg-button.pg-button-orange:hover .pg-button-right {
    background-position: -52px -664px;
}

.pg-button.pg-button-blue,
.pg-button.pg-button-blue .pg-button-submit {
    background-position: 0 -893px;
}

.pg-button.pg-button-blue:hover,
.pg-button.pg-button-blue:hover .pg-button-submit {
    background-position: 0 -939px;
}

.pg-button.pg-button-blue .pg-button-left {
    background-position: -134px -664px;
}

.pg-button.pg-button-blue:hover .pg-button-left {
    background-position: -164px -664px;
}

.pg-button.pg-button-blue .pg-button-right {
    background-position: -143px -664px;
}

.pg-button.pg-button-blue:hover .pg-button-right {
    background-position: -172px -664px;
}


.pg-button.pg-button-gray {
    background: #e7e6e6;
    color: #4e555c;
    padding: 8px;
    float: none;
    display: block;
    margin: 0 5px 2px 0;
}


/* Views */

.pg-view-list .pg-hide-on-list {
    display: none;
}

.pg-search-results.pg-view-matrix .pg-price {
    text-align: left;
}
.pg-view-product-title {
    margin-bottom: 5px;
}

.pg-view-matrix .pg-view-product-title h2 {
    height: 27px;
    overflow: hidden;
}

.pg-view-product-title h2 {
    margin-bottom: 5px;    
}

.pg-view-product-title .pg-view-reviews-amount {
    font-size: 0.9em;
    color: #888;
}

.pg-view-matrix .pg-search-product-buttons {
    margin-right: -10px;
    width: 110px;
    line-height: 1.2em;
}

.pg-view-list h2 {
    margin: 0 0 6px 0px;
}

.pg-view-matrix {
    margin-bottom: 6px;
}

.pg-view-list > li {
    position: relative;
    padding: 10px !important;
    border-bottom: 1px solid #d6d6d6;
}

.pg-list-availability .pg-list-shop-header {
    background: #EEE;
    padding: 5px;
    line-height: 20px;
}

.pg-list-availability .pg-list-availability-product {
    border-bottom: 1px solid #EEE;
    margin-top: 5px;
    padding-bottom: 1px;
}

.pg-list-quantity {
    margin-bottom: 10px;
}

#pg-my-list .pg-view-list li .pg-view-list-box {
    width: 130px;
}
.pg-view-list li .pg-view-list-box {
    width: 164px;
    height: 70px;
    min-height: 1px;
    margin-right: 10px;
    font-size: 11px;
}

.pg-view-list .pg-shop-logo,
.pg-view-list .pg-view-details {
    color: #a9a9a9;
}

.pg-view-list .pg-icons,
.pg-view-matrix .pg-icons {
    margin: 1px 0;
}

.pg-view-list .pg-shop-logo img {
    vertical-align: middle;
}

.pg-view-list li .pg-view-list-box p,
.pg-view-list li .pg-view-list-box h3 {
    margin: 4px 0 3px;
}

#pg-search-result-list .pg-price p {
    font-size: 11px;
    color: #888888;
}

#pg-search-result-list .pg-price p strong {
    font-size: 16px;
    color: #555;
}

.pg-view-matrix > li {
    width: 190px;
    
    float: left;
    position: relative;
    margin: 4px 0 16px 4px;
    padding: 0 !important;
}

.pg-view-matrix > li div.pg-view-container {
    padding: 10px;
    border: 1px solid #ddd;
    height: 280px;
}

.pg-view-matrix > li div.pg-view-container.pg-selected {
    border: 3px solid #FFF27A;
    padding: 8px;
}

#pg-search-result-list.pg-view-list li.pg-selected {
    border: 3px solid #FFF27A;
    padding: 7px !important;
    margin-bottom: 3px;
}

#pg-search-result-list.pg-view-matrix .pg-stars {
    margin: 5px 0;
}

.pg-view-matrix > li div.pg-view-container.hasCorners {
    margin-top: 10px;
}

.pg-view-list p.pg-count-ratings {
    line-height: 20px;
}

.pg-view-list li div.pg-view-details {
    width: 172px;
}

.pg-view-list .pg-view-image {
    width: 99px;
    height: 66px;
    line-height: 66px;
    margin-right: 10px;
}

.pg-view-matrix .pg-view-image {
    text-align: center;
    margin-left: -5px;
    float: none !important;
    height: 150px;
    line-height: 150px;
    width: 180px;
    margin-bottom: 10px;
}

.pg-view-matrix .pg-shop-logo img,
.pg-view-matrix .pg-hide-on-matrix,
.pg-view-matrix .pg-rating {
    display: none;
}

ol.pg-view-list .pg-price {
    font-size: 18px;
}

ol.pg-view-matrix .pg-price {
    font-size: 18px;
}

ol.pg-view-matrix .pg-view-list-box-larger {
    width: 160px;
    margin-bottom: 6px;
}

#pg-view-options li {
    margin: 0;
    padding: 0;
}

#pg-view-options a {
    line-height: 25px;
    display: block;
    margin-right: 7px;
}

#pg-view-options a span {
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    float: left;
    margin-right: 2px;
}

#pg-view-options a.pg-view-options-list span {
    background-position: 0 -2420px;
}

#pg-view-options a.pg-view-options-list:hover span {
    background-position: 0 -2395px;
}

#pg-view-options a.pg-view-options-list.pg-selected span {
    background-position: 0 -2370px;
}

#pg-view-options a.pg-view-options-matrix span {
    background-position: -25px -2420px;
}

#pg-view-options a.pg-view-options-matrix:hover span {
    background-position: -25px -2395px;
}

#pg-view-options a.pg-view-options-matrix.pg-selected span {
    background-position: -25px -2370px;
}

#pg-view-options a.pg-view-options-slideshow {
    background-position: -52px -2420px;
}

#pg-view-options a.pg-view-options-slideshow:hover {
    background-position: -52px -2395px;
}

#pg-view-options a.pg-view-options-slideshow.pg-selected {
    background-position: -52px -2370px;
}

/* Wrapper */
#pg-wrapper {
    font-size: .8em;
}


/* Content container */
#pg-content {
    font-size: 13px;
    margin-bottom: 20px;
}


/* User forms */

#pg-nav-user {
    height: 24px;
    line-height: 24px;
    width: 315px;
    display: block;
    text-align: right;
}

#pg-nav-login #pg-login-link.pg-selected {
    position: relative;
    background-position: left -2140px;
    display: inline-block;
    padding: 0 11px 3px 12px;
    color: #FFF;
}

#pg-nav-login #pg-login-link span {
    width: 5px;
    height: 27px;
    background-position: right -2181px;
    padding: 0;
    top: 0;
    right: 0;
    position: absolute;
}

.pg-user-form a,
#pg-nav .pg-user-form a {
    color: #fff;
}

.pg-user-form-content {
    padding: 6px;
    background-color: #4e555c;
}

.pg-user-form-content h2 {
    color: #FFF;
    font-size: 1.5em;
    margin-bottom: 5px;
}

.pg-user-form-top {
    background: url(../images/main/form-sprite.png) no-repeat -1px -227px;
    height: 10px;
}

.pg-user-form-top-left {
    background: url(../images/main/form-sprite.png) no-repeat -1px -227px;
    height: 10px;
    width: 490px;
}

.pg-user-form-top-right {
    background: url(../images/main/form-sprite.png) no-repeat -989px -238px;
    width: 10px;
    float: right;
    height: 10px;
}

#pg-nav-user .pg-dropdown {
    margin-top: 3px;
}

#pg-nav-register .pg-user-form-bottom {
    background: url(../images/main/form-sprite.png) no-repeat -1px -250px;
}

.pg-user-form-bottom {
    background: url(../images/main/form-sprite.png) no-repeat -1px -55px;
    width: 100%;
    height: 10px;
}

.pg-user-form-bottom-right {
    background: url(../images/main/form-sprite.png) no-repeat -989px -261px;
    width: 10px;
    float: right;
    height: 10px;
}



.pg-user-form label,
#pg-register-lightbox label {
    font-weight: bold;
    display: block;
    cursor: pointer;
    margin-bottom: 2px;
    margin-left: 5px;
}

.pg-user-form input, 
#pg-register-lightbox input {
    border: 0;
    vertical-align: middle;
}

.pg-padding-top-medium {
    padding-top: 45px;
}

.pg-user-form li {
    float: none;
    margin-bottom: 4px;
}


.pg-user-form-input {
    display: inline-block;
    height: 35px;
    line-height: 37px;
    margin: 0 10px 10px 0;
    padding: 0 5px 0 10px;
    position: relative;
    background: url(../images/main/form-sprite.png) no-repeat -1px -134px;
}

.pg-user-form-input-right {
    position: absolute;
    top: 0;
    right: -9px;
    width: 10px;
    height: 34px;
    background: url(../images/main/form-sprite.png) no-repeat right -169px;
}

.pg-user-form-input input[type=text],
.pg-user-form-input input[type=password],
.pg-user-form-input select {
    border: 0px;   
}

/*.pg-popup .pg-user-form-input input[type=text],
.pg-popup .pg-user-form-input input[type=password],
.pg-popup .pg-user-form-input select {
    width: 100%;
} BUGS IN IE7 */

.pg-user-form-input .pg-birthday-wrapper {
    display: inline-block;
}

.pg-user-form-input select.pg-birthday-year {
    height: 17px;
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 0;
    margin-bottom: -4px;
}

.pg-user-form-input.pg-userform-error {
    background: url(../images/main/form-sprite.png) no-repeat -1px -341px;
}

.pg-user-form-input-right.pg-userform-error {
    background: url(../images/main/form-sprite.png) no-repeat right -376px;
}


.pg-user-form p {
    color: #fff;
    
}
#pg-register-lightbox {
    color: #666;
    font-size: 12px;
}

.pg-user-form-radio-padding-fix label {
    margin-top: 3px;
}



#pg-birthdate-selection {
    cursor: pointer;
    display: block;
    margin-top: 3px;
}

#pg-birthdate-value {
    margin-top: 5px;
    font-size: 1.5em;
}

#pg-birthdate-list li {
    cursor: pointer;
    padding: 4px;
}

#pg-birthdate-list li:hover {
    background-color: #ccc;
}

.pg-user-form .pg-user-form-gapfiller {
    background-color: #86909b;
    width: 36px;
    height: 34px;
    top: 1px;
    margin-left: -34px;
    right: -12px;
    float: left;
    position: relative;
}

.pg-user-form .pg-button-submit,
#pg-register-lightbox .pg-button-submit {
    border: none;
    font-size: 11px;
    background: no-repeat -9px -4px;
    text-transform: uppercase;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    width: 79px;
    padding: 9px 0;
    vertical-align: middle;
    margin-top: 5px;
}

#pg-new-password {
    padding: 1px 0 0;
    display: block;
}

#pg-register-pwdinfo {
    background: transparent url(../images/prisguide.no/btn-sprite.png) no-repeat 0 -3953px;
    cursor: pointer;
    position: relative;
    height: 15px;
    width: 15px;
    display: block;
    margin-left: 55px;
}

#pg-register-pwdinfo-html {
    margin-left: 5px;
}

.pg-tooltip {
    background: url(../images/main/form-sprite.png) no-repeat right -99px;
    padding: 12px 14px 10px 24px;
    float: left;
    margin-left: -20px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.pg-tooltip-error {
    background: url(../images/main/form-sprite.png) no-repeat right -306px;
    padding: 12px 14px 10px 24px;
    float: left;
    margin-left: -20px;
    color: #fff;
    font-weight: bold;
}

#pg-register-lightbox .pg-tooltip-left {
    background: url(../images/main/form-sprite.png) no-repeat left -64px;
    padding: 12px 0px 0px 7px;
    float: left;
    color: #fff;
    font-weight: bold;
}

#pg-register-lightbox .pg-tooltip-left label {
    color: #FFF;
}

#pg-register-lightbox .pg-tooltip-right {
    background: url(../images/main/form-sprite.png) no-repeat right -99px;
    height: 36px;
    width: 15px;
    float: right;
    margin: -12px -10px 0 0;
}


.pg-tooltip.pg-withcheckbox {
    padding: 10px 14px 11px 24px;
}

#pg-form-update-profile .pg-tooltip.pg-withcheckbox {
    padding-bottom: 9px;
}

.pg-register-optional {
    padding-top: 20px;
    color: #999;
    font-size: 0.7em;
}

.pg-register-optional strong {
    font-size: 0.9em;
    color: #666;
    font-weight: bold;
}

.pg-user-form .pg-button-submit:hover {
    background-position: -9px -42px;
}

.pg-user-form .pg-button-submit:focus { background-position: -9px -80px
}

#pg-nav .pg-user-form li {
    display: block;
    margin: 0 0 10px 0;
}

/* OVERRIDE JQUERY-UI CSS */
.ui-datepicker {
    z-index: 100;
    font-size: .9em;
}


#pg-header .pg-logo {
    margin-top: 6px;
    float: left;
    text-indent: -9999px;
    height: 44px;
    width: 200px;
}

#pg-header .pg-logo a {
    display: block;
    width: 100%;
    height: 60px;
}

#pg-nav {
    min-width: 750px;
}

#pg-nav,
#pg-profile-nav {
    margin: 27px 0 0;
    font-size: .9em;
    font-weight: bold;
    text-transform: uppercase;
    float: right; 
}

#pg-profile-bar .pg-view-box img {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 10px;
    margin-right: 5px;
    text-align: center;
    overflow: hidden;
}

.pg-profile-wrapper {
    padding: 10px;
    margin-bottom: 2px;
    margin-top: 0px;
}

.pg-profile-margin {
    line-height: 60px !important;
}

.pg-profile-wrapper p {
    line-height: 1.0em;
}
.pg-profile-wrapper h2 {
    text-transform: uppercase;
    font-size: 0.9em;
    color: #666;
}

.pg-profile-wrapper img.pg-profile-avatar {
    float: left;
    margin-right: 5px;
    width: 60px;
}

.pg-profile-wrapper label {
    clear: both;
    display: block;
    margin-left: 4px;
}

.pg-profile-wrapper label span{
    color: #999;
    font-size: 11px;
}

.pg-profile-wrapper .pg-tooltip label,
.pg-profile-wrapper .pg-user-form-input label,
#pg-register-lightbox .pg-user-form-input label {
    display: inline;
    margin-left: 0;
    line-height: 16px;
}



#pg-gravatar-logo {
    border: 0;
    margin: 10px 5px;
}

#pg-gravatar-link {
    background: #CCC;
    display: block;
    color: #333;
    text-decoration: none;
    text-align: center;
    width: 195px;
    padding: 5px;
    margin: 5px;

}



#pg-profile-name {
    margin: 0 0 0 10px;
    padding: 0;
    color: #666;
    height: 30px;
}

#pg-nav .pg-nav-item,
#pg-profile-nav .pg-nav-item {
    float: left;
    position: relative;
    z-index: 2;
    display: inline;
    margin-right: 17px;
    height: 30px;
    padding-left: 4px;
}

#pg-profile-nav .pg-nav-item {
    line-height: 30px;
}

#pg-nav .pg-nav-item > a {
    display: block;
    padding: 7px 19px 12px 7px;
    color: #4e555c;
}

#pg-profile-nav .pg-nav-item > a {
    display: block;
    padding: 0px 19px 2px 7px;
    color: #4e555c;
}

#pg-nav a .pg-arrows,
#pg-profile-nav a .pg-arrows {
    position: absolute;
    top: 0;
    right: 6px;
    margin-top: 9px;
}

#pg-nav .pg-register,
#pg-profile-nav .pg-register {
    margin-right: 100px;
}

#pg-nav .pg-selected,
#pg-profile-nav .pg-selected {
    background: #fff no-repeat left -2140px;
    
}



#pg-nav .pg-selected > a {
    color: #fff;
    background: #fff no-repeat right -2181px;
}

#pg-nav .pg-selected a .pg-arrows {
    background-position: 0 -1894px;
}

#pg-nav-user .pg-selected a.pg-user-link { 
    background: transparent;
    color: #6597CA;
}
#pg-nav-register, #pg-nav-login {
    position: relative;
}

#pg-nav #pg-nav-login {
    margin-right: 0;
}

#pg-login-message.pg-login-error {
    color: #FFF;
    background: rgb(183,39,39);
    color: #FFF;
    font-size: 1.2em;
    font-weight:bold;
    margin: 5px 10px ;
    padding: 7px;
    display: block;
}

#pg-login-message {
    display: none;
}

#pg-nav-user {
    text-transform: none;
}

#pg-login-avatar {
    height: 30px;
    width: 30px;
    margin-top: -0px;
    margin-left: 5px;
}



#pg-logout {
    text-align: right;
    line-height: 16px;
    margin-top: -5px;
}

/* Category/shop */

.pg-mega-dropdown {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    width: 920px;
    padding: 5px 25px 0;
}

.pg-mega-dropdown li {
    padding: 0;
    float: none;
    margin-bottom: 5px;
}

.pg-mega-dropdown td {
    width: 110px;
}

#pg-shop-list li {
    border-bottom: 1px solid #EEE;
    margin-left: -5px;
    margin-right: -5px;
    padding: 0px 5px;
}

#pg-gravatar-info {
    display: none;
}

#pg-shop-list-dropdown.pg-mega-dropdown td li {
    width: 95px;
    overflow: hidden;
    white-space: nowrap;
}

.pg-mega-dropdown a {
    text-transform: none;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
}

.pg-mega-dropdown h2 {
    margin: 5px 0;
}

.pg-mega-dropdown h2 a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    color: #6597ca;
}


.pg-categories-more-link {
    margin: 20px 0 0 4px;
}    
    
#pg-categories-all-link {
    margin-left: 150px;
    margin-bottom: 11px !important;
}

#pg-categories-all-link a {
    font-weight: bold !important;    
}

#pg-shops-all-link {
    margin-left: 272px;
}

/* Header search */
#pg-search {
    float: left;
    position: relative;
    height: 20px;
    padding-bottom: 20px;
    background-color: #4e555c;
    margin: 0 11px;
    z-index: 41;
}

#pg-search label {
    margin-top: 15px;
    color: #fff;
    font-weight: bold;
}

#pg-search .oval-left {
    top: 0;
    left: -13px;
    position: absolute;
    width: 14px;
    height: 40px;
    background-position: -8px -220px;
}

#pg-search .oval-right {
    top: 0;
    right: -9px;
    position: absolute;
    width: 14px;
    height: 40px;
    background-position: -21px -220px;
}

#pg-search .pg-search {
    margin-top: -1px;
}

#pg-q {
    background: url(../images/prisguide.no/btn-sprite.png) no-repeat 0 -320px;
    position: relative;
    z-index: 40;
    border: none;
    padding: 8px 12px 9px 18px;
    height: 18px;
    width: 504px;
    float: left;
    margin-top: 4px;
    font-size: 1.1em;
    color: #62B045;
}

#pg-q.pg-search-focused {
    background-position: 0 -355px;
}

#pg-q-submit {
    float: left;
    margin-left: -93px;
    left: 0;
    vertical-align: middle;
    z-index: 41;
    position: relative;
    color: #fff;
    cursor: pointer;
    border: none;
    background-position: 0 2px;
    width: 97px;
    padding: 13px 0;
    text-transform: uppercase;
    font-weight: bold;
}

#pg-q-submit:hover {
    background-position: 0 -36px;
}

#pg-q-submit:focus {
    background-position: 0 -74px;
}


/* Pricelist hits */
#pg-search-hitswrapper {
    width: 603px;
    float: left;
}

#pg-search-pricelists {
    width: 800px;
}
#pg-search-pricelists.pg-pricelist-centered {
    width: 603px;
    
}

.pg-priceline-description {
    display: inline-block;
    margin-bottom: 10px;
}

#pg-search-pricelists .pg-shop-logo {
    width: 100px;
    float: left;
    margin-right: 5px;
}

#pg-search-pricelists .pg-list-total-price {
    margin: 5px 15px 0 0;    
}


/* Live search */
.pg-livesearch {
    margin-top: 4px;
    position: absolute;
}

.pg-livesearch-show {
    top: 0;
    margin-top: 30px;
    background: url(../images/main/live-sprite.png) no-repeat left bottom;
    position: absolute;
    width: 20px;
    height: 25px;
    text-indent: -9999px;
    z-index: 40;
    right: 6px;
}

.pg-livesearch .pg-livesearch-results {
    margin: 35px 0 35px -20px;
    padding: 0 16px 0 20px;
    background: url(../images/main/bg-live.png) repeat-y;
    position: relative;
    z-index: 4;
    width: 527px;
}

.pg-livesearch .pg-livesearch-top {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    height: 35px;
    background: url(../images/main/live-sprite.png) no-repeat left top;
}

.pg-livesearch .pg-livesearch-bottom {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 35px;
    background: url(../images/main/live-sprite.png) no-repeat left -35px;
}

.pg-livesearch .pg-livesearch-item {
    display: block;
    padding: 6px;
}

.pg-livesearch .pg-livesearch-item:hover {
    text-decoration: none;
}

.pg-livesearch .pg-livesearch-price {
    margin-right: 20px;
    color: #333;
}

.pg-livesearch-details {
    font-size: 0.9em; 
    margin-top: 5px;
    color: #AAA;
}
.pg-livesearch-item-name {
    color: #666;
}

.pg-livesearch-image {
    width: 60px;
    height: 44px;
    background-color: #fff;
    text-align: center;
    float: right;
    overflow: hidden; /* don't want ALT text to overflow.. */
    color: #666;
    /*line-height: 44px;*/
    /*border: 2px solid #535961;*/
}

.pg-livesearch-image img {
    vertical-align: middle;
}

.pg-livesearch .pg-livesearch-item.pg-selected {
    background-color: #ddd;
    color: #fff;
}

.pg-livesearch .pg-selected .pg-livesearch-details {
    color: #666;
}

#pg-nav-lists .pg-bg-helper {
    background-repeat: no-repeat;
    background-position: -230px -458px;
    position: absolute;
    right: -20px;
    top: 0;
    height: 40px;
    width: 20px;
}

#pg-nav-lists a {
    margin: 0 13px 0 0px;
    position: relative;
    /*float: left;*/
    display: block;
    text-align: center;
    padding: 13px 0 14px 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: -9px -458px;
}

#pg-nav-lists {
    position: relative;
}

#pg-nav-lists .pg-notice {
    right: 0 !important;
    top: 50px !important;
    left: auto !important;
}

#pg-lists-dropdown .pg-user-form-input.pg-tooltip {
    padding: 2px 5px 0 4px;
    margin-left: -10px;
}
#pg-lists-dropdown {
    margin-bottom: 5px;
}

#pg-lists-dropdown .pg-user-form-input {
    margin-top: 10px;
    margin-bottom: 10px;
}

#pg-lists-dropdown h2 a {
    color: #FFF;
    font-size: 1.2em;
    text-decoration: none;
}

#pg-lists-dropdown .pg-list-collapse {
    background: transparent url(../images/prisguide.no/btn-sprite.png) no-repeat scroll 0 -1714px;
    display: block;
    float: left;
    height: 7px;
    margin-left: 4px; 
    margin-top: 4px;
    padding-left: 14px;
}

#pg-lists-dropdown .pg-list-expand {
    display: block;
    float: left;
    background: transparent url(../../images/prisguide.no/btn-sprite.png) no-repeat scroll 0 -1705px;
    padding-left: 10px;
    height: 9px;
    margin-top: 4px;
    margin-left: 7px;
}

#pg-lists-dropdown .pg-lists-item-remove {
    background: transparent url(../images/prisguide.no/btn-sprite.png) no-repeat scroll 0 -2319px;
    display: inline-block;
    height: 13px;
    width: 11px;
}

#pg-lists-dropdown li {
    margin: 5px 0;
}

#pg-lists-dropdown .pg-list-productDetails {
    color: #CCC;
    font-size: 0.9em;
    
}

#pg-lists-dropdown .pg-lists-items li {
    padding: 3px 0 3px 20px;
}

#pg-nav-lists li {
    padding-right: 2px;
}

#pg-nav-lists .pg-user-list {
    width: 104px;
}

#pg-nav-lists a.pg-user-list.pg-selected {
    background: transparent url(../../images/prisguide.no/btn-sprite.png) no-repeat scroll 0pt -2140px;
}
#pg-nav-lists a.pg-user-list.pg-selected .pg-bg-helper {
    background: transparent url(../../images/prisguide.no/btn-sprite.png) no-repeat scroll -535px -2181px;
}

#pg-nav-lists .pg-compare {
    width: 145px;
    margin-right: 23px;
}

a.pg-add-compare span {
    border: 1px solid #6597CA;
    margin-right: 2px;
    width: 10px;
    height: 10px;
    display: block;
    float: left;
    color: #6597CA;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

.pg-list-product-quantity {
    width: 23px;
    vertical-align: bottom;
}

/* Breadcrumbs */
#pg-breadcrumbs {
    margin: 2px 0 20px 0;
}

#pg-breadcrumbs ol {
    background: url(../images/main/crumb-sprite.png) no-repeat;
    float: left;
}

#pg-breadcrumbs li {
    color: #525860;
    font-weight: bold;
    margin-left: 10px;
    padding: 6px 10px 6px 30px;
    float: left;
    background: url(../images/main/crumb-sprite.png) no-repeat 0 -84px;
}

#pg-breadcrumbs li:first-child {
    margin-left: 0;
    background: none;
    padding-left: 10px;
}

#pg-breadcrumbs a {
    color: #525860;
}

#pg-breadcrumbs .pg-selected {
    padding-left: 22px;
    background-color: #fff;
    background-position: 0 -52px;
}


/* Footer */
#pg-footer {
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
}

#pg-footer a {
    text-decoration: underline;
    color: #fff;
}

#pg-footer a:hover {
    text-decoration: none;
}

#pg-footer li,
#pg-footer p {
    margin-bottom: 16px;
}

.pg-footer-links {
    padding-top: 20px;
    clear: both;
}

.pg-footer-links div {
    margin-right: 40px;
}

#pg-footer .pg-categories a {
    color: #6597ca;
}

#pg-footer .pg-logo {
    background: url(../images/prisguide.no/logo-sprite.png)
}


/* SEARCH RESULTS */
#pg-search-results ol {
}

.pg-search-results .pg-price {
    font-size: 1.4em;
    text-align: center;
}

.pg-search-results .pg-no-price {
    font-size: 11px;
}

.pg-search-results-info {
    font-weight: bold;
    padding-bottom: 10px;
}

.pg-search-results-info strong {
    color: #62b045;
    font-weight: normal;
    text-transform: none;
}

a#pg-pricelist-showall {
    float: right;
    font-weight: bold;
}

/* FEEDS */
.pg-feed {
    margin-bottom: 6px;
}
.pg-feed h2 {
    line-height: 20px;
    border-bottom: 7px solid #e6e6e6;
    line-height: 13px;
    font-size: 1em;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-weight: bold;
    position: relative;
}

h2.pg-section .pg-arrows,
.pg-feed h2 .pg-arrows {
    position: absolute;
    margin: 20px 0 0 6px;
    left: 0;
    top: 0;
    background-position: 0 -2296px;
    width: 15px;
    height: 7px;
}

.pg-feed h3 {
    margin: 4px 3px 0 0;
    font-size: 1.1em;
}

.pg-feed h2.pg-dark {
    border-bottom: 7px solid #4e555c;
}

h2.pg-section.pg-dark .pg-arrows,
.pg-feed h2.pg-dark .pg-arrows {
    background-position: 0 -2303px !important;
}

.pg-feed li {
    margin-bottom: 20px;
}

.pg-feed-icon {
    height: 43px;
    width: 43px;
    float: left;
    margin-right: 5px;
    clear: left;
    background-position: 0 -3365px;
}

.pg-feed li:hover .pg-feed-icon {
    background-position: 0 -3320px;
}

.pg-feed .pg-feed-article-1 .pg-feed-icon {
    background-position: 0 -3275px;
}

.pg-feed .pg-feed-article-1:hover .pg-feed-icon {
    background-position: 0 -3230px;
}

.pg-feed .pg-feed-article-5 .pg-feed-icon {
    background-position: 0 -3456px;
}

.pg-feed .pg-feed-article-5:hover .pg-feed-icon {
    background-position: 0 -3411px;
}

.pg-feed .pg-feed-article-amobil-no.pg-feed-article-1 .pg-feed-icon {
    background-position: 0 -3095px;
}

.pg-feed .pg-feed-article-amobil-no.pg-feed-article-1:hover .pg-feed-icon {
    background-position: 0 -3050px;
}

.pg-feed .pg-feed-article-akam-no.pg-feed-article-1 .pg-feed-icon {
    background-position: 0 -3185px;
}

.pg-feed .pg-feed-article-akam-no.pg-feed-article-1:hover .pg-feed-icon {
    background-position: 0 -3140px;
}

.pg-feed li p {
    margin: 6px 3px 6px 0;
    color: #4e555c;
}

.pg-feed p.pg-feed-empty {
    margin-bottom: 10px !important;
}

.pg-feed .pg-feed-timestamp {
    color: #888;
}

/* Article feed */
.pg-feed-articles h3 a {
    color: #4e555c;
    font-size: 1.5em;
}

.pg-feed-articles .pg-feed-articles-type {
    font-size: .7em;
    text-transform: uppercase;
    font-family: Georgia, Times, sans;
}

#pg-feed-articles-frontpage {
    margin-top: 20px;    
}

#pg-feed-articles-frontpage h3 a {
    color: #4e555c;
}

#pg-feed-articles-frontpage p {
    margin: 1px 0 1px 0;
    color: #898989;
}

.pg-feed-rss li a {
    padding-left: 20px;
    background: url(../images/prisguide.no/btn-sprite.png) no-repeat;
    background-position: 0 -3984px;
    line-height: 180%;
}

/* Recommended shops feed */
.pg-feed-recommended-shops li {
    width: 160px;
}

.pg-feed-recommended-shops .pg-shop-title {
    color: #4e555c;
    font-weight: bold;
}

.pg-feed-recommended-shops .pg-shop-review span {
    display: block;
    color: #898989;
}

/* Shop Reviews: Shop replies */
.pg-reviews-shopreply {
    background: #F7F7F7;
    margin: 0 -10px;
}
.pg-reviews-shopreply h2 {
    background: #DDD;
    margin: 0 0 10px;
    padding: 5px 10px 2px;
}

.pg-reviews-shopreply .pg-arrows {
    background-position: 0 -2296px;
    width: 15px;
    height: 7px;
    margin-top: 2px;
    position: absolute;
}

.pg-reviews-shopreply .pg-review-reply-content {
    padding: 10px;
    display: block;
}

.pg-review-userinfo .pg-review-date {
    color: #A9A9A9;
}

.pg-smiley-desc {
    padding-top: 5px;
    margin-left: 160px;
    margin-bottom: 15px;
    font-size: 12px;
    display: block;
}
.pg-review-anonymous {
    padding-top: 20px;
    margin-left: 156px;
}

#pg-add-shop-review .pg-set-smiley li {
    padding: 0px;
}


/* Feed products */
.pg-feed-products {
    margin-bottom: 25px;
}

.pg-feed-products li {
    width: 150px;
    float: left;
    margin-right: 16px;
}

.pg-feed-products-z-index-high {
    position: relative;
    z-index: 2;
}

.pg-feed-products-z-index-low {
    position: relative;
    z-index: 1;
}

.pg-feed-products li.pg-last {
    margin-right: 0;
}

.pg-feed-products .pg-feed-image {
    line-height: 80px;
    height: 80px;
}

.pg-feed-products .pg-feed-image img {
    vertical-align: middle;
}

.pg-feed-products h3 a {
    color: #4e555c;
}

.pg-feed-products strong {
    font-size: 1.1em;
}

.pg-feed-products .pg-button {
    position: absolute;
    bottom: 0;
}

.pg-feed-products .pg-price {
    position: absolute;
    bottom: 30px;
}

/* PG LIST BOX */
.pg-list-box {
    margin-bottom: 16px;
    color: #fff;
}

.pg-list-box > ul {
    padding: 10px;
    background-color: #4e555c;
}

.pg-list-box > ul > li {
    margin-bottom: 4px;
}

.pg-list-box a,
.pg-list-box p {
    color: #fff;
}

.pg-list-box .pg-more {
    margin-top: 10px;
}


/* PG-heading */
.pg-heading {
    position: relative;
    padding: 11px 8px 9px;
    margin: 0 10px;
    color: #fff;
    height: 13px;
}

.pg-heading .pg-arrows {
    top: 0;
    left: 0;
    margin-top: 31px;
    position: absolute;
    width: 11px;
}

.pg-heading-blue {
    background-position: 0 -1138px;
}

.pg-heading-green {
    background-position: 0 -1238px;
}

.pg-heading-orange {
    background-position: 0 -1338px;
}

.pg-heading-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 33px;
    width: 10px;
    margin-left: -10px;
}

.pg-heading-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 33px;
    width: 10px;
    margin-right: -10px;
}

.pg-heading-blue .pg-heading-left {
    background-position: -10px -1088px;
}

.pg-heading-blue .pg-heading-right {
    background-position: -23px -1088px;
}

.pg-heading-blue .pg-arrows { 
    background-position: -39px -1111px;
}

.pg-heading-green .pg-heading-left {
    background-position: -93px -1088px;
}

.pg-heading-green .pg-heading-right {
    background-position: -106px -1088px;
}

.pg-heading-green .pg-arrows { 
    background-position: -122px -1113px;
}

.pg-heading-orange .pg-heading-left {
    background-position: -174px -1088px;
}

.pg-heading-orange .pg-heading-right {
    background-position: -185px -1088px;
}

.pg-heading-orange .pg-arrows { 
    background-position: -201px -1113px;
}


/* ADS */
.pg-ad {
    margin-top: 10px;
    position: relative;
    margin-bottom: 16px;
}

.pg-ad-full {
    position: relative;
    clear: both;
    margin: 10px 0;
}

.pg-ad-label {
    background-image: url(../images/main/ad.png);
    text-indent: -9999px;
    width: 7px;
    height: 60px;
    position: absolute;
    top: 0;
    right: -10px;
}

.pg-ad-vertical-margin {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* RATINGS */
.pg-rating {
    display: block;
    text-indent: -9999px;
    background: url(../images/main/rate-sprite.png) no-repeat;
}

.pg-stars {
    background: url(../images/main/rate-sprite.png) no-repeat -4px -323px;
    position: relative;
    overflow: hidden;
    width: 125px;
    height: 22px;
}

.pg-feed-products .pg-stars-small {
    margin-bottom: 40px;
}

.pg-stars-small {
    width: 71px;
    height: 12px;
    background-position: -5px -492px;
}

.pg-stars li {
    display: inline;
}

.pg-stars a,
.pg-stars div {
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    background: url(../images/main/rate-sprite.png) no-repeat 1000px;
}

.pg-stars-small a,
.pg-stars-small div {
    height: 12px;
}

.pg-stars a:hover,
.pg-stars .pg-selected {
    background: url(../images/main/rate-sprite.png) no-repeat -5px -93px;
}

.pg-stars-small a:hover,
.pg-stars-small .pg-selected {
    background: url(../images/main/rate-sprite.png) no-repeat -5px -355px;

}

.pg-star-1 {
    width: 8%;
    z-index: 12;
}

.pg-star-2 {
    width: 18%;
    z-index: 11;
}

.pg-star-3 {
    width: 29%;
    z-index: 10;
}

.pg-star-4 {
    width: 38%;
    z-index: 9;
}

.pg-star-5 {
    width: 50%;
    z-index: 8;
}

.pg-star-6 {
    width: 58%;
    z-index: 7;
}

.pg-star-7 {
    width: 71%;
    z-index: 6;
}

.pg-star-8 {
    width: 80%;
    z-index: 5;
}

.pg-star-9 {
    width: 92%;
    z-index: 4;
}

.pg-star-10 {
    width: 100%;
    z-index: 3;
}

.pg-rating-smiley {
    height: 48px;
    width: 48px;
    margin-right: 3px;
}

.pg-rating-smiley-5 {
    background-position: -3px 0;
}

.pg-rating-smiley-4 {
    background-position: -52px 0;
}

.pg-rating-smiley-3 {
    background-position: -101px 0;
}

.pg-rating-smiley-2 {
    background-position: -150px 0;
}

.pg-rating-smiley-1 {
    background-position: -199px 0;
}

.pg-rating-smiley-small {
    height: 21px;
    width: 20px;
    margin-right: 7px;
}

.pg-rating-smiley-small-5 {
    background-position: -4px -61px;
}

.pg-rating-smiley-small-4 {
    background-position: -27px -61px;
}

.pg-rating-smiley-small-3 {
    background-position: -50px -61px;
}

.pg-rating-smiley-small-2 {
    background-position: -73px -61px;
}

.pg-rating-smiley-small-1 {
    background-position: -96px -61px;
}

.pg-rating-bar {
    text-indent: -9999px;
    height: 10px;
    position: relative;
    background-color: #d0deed;
}

.pg-rating-bar .pg-rating-bar-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    background-color: #6a99ca;
}


/* SHOP LISTS */
#pg-shop-list li .pg-shop-info,
#pg-shop-list li .pg-shop-logo,
#pg-shop-list li .pg-shop-rating {
    width: 120px;
    min-height: 1px;
    margin-right: 20px;
}

#pg-shop-list li .pg-rating {
    margin-right: 6px;
}

.pg-review-shop {
    padding: 10px 10px 0;
    margin-bottom: 5px;
}

.pg-feed-reviews .pg-review-shop {
    margin-right: 50px;    
}

.pg-feed-reviews .pg-review-userinfo {
    margin: 5px 0 2px;
    padding-top: 11px;
    padding-left: 131px;
    font-size: 12px;
}

.pg-review-shop .pg-review-userdata, 
.pg-feed-reviews .pg-review-userdata {   
    border: 0;
    margin-bottom: 8px;
    color: #AAA;
}

.pg-review-show-full {
    margin-top: 10px;
}

#pg-review-anonymous {
    float: left;
    margin-right: 5px;
}
.pg-reviews #pg-more-user-reviews {
    display: block;
    padding: 10px 0;
}

.pg-feed-reviews .pg-review-summary {
    margin-top: 10px;
}



.pg-review-shop .pg-review-userdata img,
.pg-feed-reviews .pg-review-userdata img {
    height: 40px;
    width: 40px;
}

.pg-review-shop .pg-review-userdata img {
    margin-right: 10px;
}

.pg-feed-reviews .pg-review-userdata div {
    margin-top: 8px;
}

.pg-review-userdata div {
    margin-top: 10px;
}

.pg-review-userdata  .pg-review-thumbs {
    background: transparent url(/images/prisguide.no/btn-sprite.png) no-repeat scroll 0 -2246px;
    margin: 0 5px 0 2px;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.pg-shop-details {
    margin-top: 5px;   
}

.pg-shop-details p {
    line-height: 18px;
}

.pg-shop-details h2 {
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 7px solid #E6E6E6;
    position: relative;
}

.pg-shop-details h2 .pg-arrows {
    background-position: 0 -2296px;
    margin: 20px 0 0 6px;
    left: 0;
    top: 0;
    position: absolute;
    width: 15px;
    height: 7px;
}

.pg-review-shop p {
    line-height: 1.2;
    margin-bottom: 5px;
}

.pg-review-shop .pg-rating-smiley-text {
    padding: 0;
}

#pg-shop div.pg-feed .pg-arrows {
    margin: 20px 0 0 6px;
    background-position: 0 -2296px;
}

#pg-add-shop-review ul.pg-set-smiley a {
    border: 2px solid #fff;
}

#pg-add-shop-review ul.pg-set-smiley a.pg-selected {
    padding: 0;
    border: 2px solid #62b045;
}

/* LISTS */

#pg-my-list {
    margin-bottom: 20px;
}
#pg-lists .pg-list-total-price {
    margin-top: 20px;
}

.pg-list-total-price {
    font-size: 1.6em;
    float: right;
}

#pg-my-list .pg-shop-logo {
    margin-bottom: 6px;
}

#pg-my-list .pg-rating {
    margin-bottom: 6px;
}

#pg-my-list .pg-stock-info li {
    border: none;
    padding: 0;
    margin: 0 0 10px 5px;
}

.pg-login-info {
    padding: 20px;
    margin-bottom: 20px;
    background: #FDF1A7;
    font-weight: bold;
    font-size: 103%;
}

#pg-my-list .pg-list-header {
    padding: 10px 10px 30px;
    border-bottom: 1px solid #DDD;
    color: #4e555c;
}
#pg-my-list .pg-list-header li {
    padding: 0 0 0px;
}

.pg-stock-info {
    margin: 0 0 10px 5px;
}

.pg-list-availability {
    padding: 10px;
    margin: 20px 0 10px;
}

.pg-list-availability h3 {
    font-size: 120%;
    color: #4e555c;
} 

.pg-list-availability h3 span {
    font-size: 90%;
    color: #4e555c;
} 

.pg-view-list-box .pg-reviews-add {
    margin-top: 10px;
}

.pg-view-list {
    color: #4e555c;
}

#pg-shop-list,
#pg-shop-filters {
    padding: 5px;
}

.pg-shoplist-desc {
    margin-top: 20px;   
}

.pg-shop-various-filter {
    margin: 10px 0 5px;
}

.pg-shop-rating-filter .pg-rating-smiley-small {
    margin: 0 3px 0 2px;
    display: inline;
    padding: 5px 11px;
}

.pg-shop-rating-filter div {
    margin-top: 3px;
}

.pg-filter-ratings li {
    line-height: 200%;
}

.pg-sum {
    color: #4e555c;
    font-size: 140%;
    padding: 7px 0px 0 0;
}
.pg-list-edit .pg-sum {
    margin-right: 170px;
}
.pg-sum strong {
    color: #569945;
}

#pg-list .pg-view-list,
#pg-my-list .pg-view-list {
}

#pg-my-list .pg-view-list li input[type=checkbox],
#pg-lists .pg-view-list li input[type=checkbox] {
    position: absolute;
    left: -5px;
    top: 45px;
}

#pg-lists .pg-view-list-box {
    width: 180px;
}

#pg-my-list h2 {
    display: inline;
    font-size: 1.4em;
    color: #4e555c;
}

.pg-list-edit {
    margin: 10px 0;
    padding-left: 15px;
}

.pg-view-box {
    float: left;
    margin: 10px 20px 0 0;
}


/* CATEGORIES */

#pg-categories {
    margin-bottom: 20px;
}

#pg-categories div { border-top: 0; }
#pg-categories table {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}
#pg-categories th {
    
}
#pg-categories td {
    width: 200px;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    padding: 10px 10px;
}
#pg-categories tr.last-row td {
    border-bottom: 0;
}

#pg-categories td h3 a, #pg-categories h2 a {
    color: #535353;
    text-transform: uppercase;
    font-size: 12px;
}

#pg-categories td h3 { margin-bottom: 5px; }

#pg-categories .pg-feed { margin-bottom: -6px; }

#pg-categories .pg-border-gray { margin-bottom: 25px; }



#pg-categories li {
    width: 140px;
    padding: 5px 5px;
    float: left;
    margin: 0 11px 0px 0;
}
#pg-categories li.pg-no-margin, #pg-categories .pg-sub-categories li {
    border: 0;
}
#pg-categories .pg-sub-categories li { padding: 2px 0;}

#pg-categories li h3 a, #pg-categories h2 a {
    color: #535353;
    text-transform: none !important;
    font-size: 16px;
}

#pg-categories li h3 {
    margin-bottom: 5px;    
}

#pg-categories img {
    margin-bottom: 10px;
}

#pg-categories h2 {
    margin-bottom: 3px;
    font-size: 1.1em;
    text-transform: uppercase;
}

#pg-categories .pg-first {
    clear: left;
}

#pg-categories .pg-last {
    clear: right;
    margin-right: 0;
}

#pg-categories .pg-sub-categories li {
    float: none;
    margin: 0 0 3px 0;
    line-height: 14px;
}

#pg-categories .pg-sub-categories li a {
    color: #535353;
}

#pg-categories .pg-sub-categories li a.pg-sub-category-4 {
    color: #a9a9a9;
}

#pg-categories .pg-sub-categories li a.pg-sub-category-5 {
    color: #cecece;
}

#pg-categories .pg-categories-sub .pg-image-container {
    width: 60px;
    height: 40px;
}

#pg-categories .pg-categories-sub {
    margin-top: -5px;
}


/* PRODUCT */
#pg-product {
    margin-top: -10px
}

#pg-product h1 {
    font-size: 1.3em;
}

#pg-product .pg-launchdate {
    margin: 2px 0 0 11px;
}

#pg-product-misc-links {
    border: 1px solid #ccc;
    padding: 10px;
}

#pg-product-misc-links li {
    position: relative;
    padding: 5px;
}

#pg-product-misc-links a {
    float: none;
    margin: 4px 0;
}

#pg-product-misc-links a.pg-button {
    color: #fff;
    left: -0px;
    width: 113px;
    margin-top: -39px;
    margin-right: 13px;
    white-space: nowrap;
}

#pg-product-misc-links div.pg-add-to-list {
    position: absolute;
    margin-top: 50px;
}


#pg-product-misc-links .pg-facebook-like {

}

#pg-product-misc-links a.pg-social-share span {
    margin-top: 0;
    background-position: 0 -2888px;
    height: 16px;
    width: 16px;
}

#pg-product-misc-links a.pg-social-share:hover span {
    background-position: 0 -2905px
}

#pg-product-misc-links a.pg-comment-gray span {
    width: 16px;
    background-position: -2px -2923px
}

#pg-product-misc-links a.pg-comment-gray:hover span {
    background-position: -2px -2939px;
}

#pg-product-misc-links a.pg-lists-add span {
    width: 16px;
    background-position: -2px -2955px;
}

#pg-product-misc-links a.pg-lists-add:hover span {
    background-position: -2px -2972px;
}

#pg-product-misc-links a.pg-add-compare:hover span {
    border-color: #fff !important;
}


/* Details */
#pg-product .pg-details h2 {
    height: 12px;
    position: relative;
    padding-bottom: 3px;
    text-transform: uppercase;
    font-size: 1em;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
}

#pg-product .pg-details dl {
    margin-bottom: 20px;
}

#pg-product .pg-details dt {
    clear: left;
    padding: 2px 4% 2px 2px;
}

#pg-product .pg-details dl.bools dt {
    clear: inherit;
}

#pg-product .pg-details dd {
    float: left;
    width: 65%;
    margin: 0 0 4px 0;
    padding: 2px 2px 2px 0;
}

#pg-product .pg-details dl.bools dd {
    width: 11px;
    height: 10px;
    margin-right: 5px;
}

#pg-product .pg-details dt.pg-detail-bool {
    width: 11px;
}

#pg-product .pg-details .pg-hover {
    background-color: #e6e6e6;
}

#pg-product #pg-zoom {
    margin: 0;
}

.pg-detail-bool {
    background-repeat: no-repeat;
    text-indent: -9999px;
}

.pg-detail-bool-0 {
    background-position: 0 -2319px; 
}

.pg-detail-bool-1 {
    background-position: 0 -2345px; 
}

#pg-product .pg-details-normal h2 .pg-arrows {
    left: 0;
    top: 0;
    margin-top: 16px;
}

#pg-product .pg-details-compact dl {
    line-height: 16px;
    margin-bottom: 10px;
}

#pg-product .pg-details-compact dd {
    padding: 0 0 2px;
    margin: 0 0 1px;
    color: #4e555c;
}

#pg-product .pg-details-buttons {
    width: 140px;
    margin-top: 28px;
    float: right;
    text-align: center;
}

#pg-product .pg-details-buttons .pg-social-share li {
    display: block;
    line-height: 9px;
    margin-top: 10px;
    padding-left: 17px;
}
#pg-product .pg-details-buttons .links {
    padding-left: 18px;
}
#pg-product .pg-details-buttons .pg-button {
    width: 110px;
}

#pg-product .pg-details-buttons .links a {
    text-align: left;
    display: block;
    line-height: 20px;
}

#pg-product .pg-details-compact dl.bools dt {
    color: #4e555c;
}
#pg-product .pg-details-compact dt {
    padding: 0;
    color: #898989;
}

#pg-product .pg-details-compact {
    overflow: hidden;
    max-height: 211px;
    margin: 10px 0;
}

#pg-product .pg-details-normal dt {
    float: left;
    width: 30%;
}

#pg-product .pg-details-normal dd.pg-detail-bool {
    width: 11px;
}

#pg-product .pg-arrows {
    position: absolute;
    background-position: 0 -2296px;
    height: 7px;
    width: 15px;
}

#pg-product-info {
    clear: left;
    padding-top: 8px;
}

#pg-product-info .pg-nav {
    border-bottom: 7px solid #4e555c;
}

#pg-product-info .pg-nav li {
    margin: 0 3px 3px 0;
    position: relative;
}

#pg-product-info .pg-nav .pg-arrows {
    display: none;
}

#pg-product-info .pg-nav .pg-selected .pg-arrows {
    margin: 10px 0 0 2px;
    display: block;
    background-position: 0 -2303px;
    width: 15px;
}

#pg-product-info .pg-nav a {
    font-weight: bold;
    color: #4e555c;
    text-transform: uppercase;
    padding: 6px 7px 6px 7px;
    display: block;
    background-color: #e7e7e7;
}

#pg-product-info .pg-nav .pg-selected {
    margin-bottom: 0;
    background: #fff no-repeat left -2140px;
    height: 28px;
    padding-left: 4px;
}

#pg-product-info .pg-nav .pg-selected a,
#pg-nav-user div a.pg-selected span {
    color: #fff;
    background: #fff no-repeat right -2181px;
    padding: 11px 12px 0 7px;
}

#pg-product .pg-product-info {
    margin: 10px 0 20px;
}

#pg-product #pg-product-images {
    position: relative;
    padding: 10px 13px;
    text-align: center;
}

#pg-product #pg-product-images.pg-slideshow {
    background-color: #fff;
    top: 60px;
    z-index: 101;
    position: absolute;
}

#pg-product-image-container {
    height: 222px;
    line-height: 222px;
    background: url(../images/main/spinner.gif) no-repeat 50% 50%;
}

#pg-product-image-container img {
    vertical-align: middle;
    background-color: #fff;
}

#pg-product-images.pg-slideshow div#pg-product-image-container {
    height: 500px;
    line-height: 500px;
}

#pg-product-images-nav span,
#pg-product-images-nav a {
    text-indent: -9999px;
    position: absolute;
    width: 22px;
    height: 21px;
    margin-top: -11px;
    background-repeat: no-repeat;
    top: 50%;
}

#pg-product-images .pg-prev {
    margin-left: -11px;
    left: 0;
    background-position: -5px -2033px;
}

#pg-product-images a.pg-prev:hover,
#pg-product-images a.pg-prev.pg-selected {
    background-position: -5px -2083px;
}

#pg-product-images .pg-next {
    margin-right: -11px;
    right: 0;
    background-position: -5px -2058px;
}

#pg-product-images a.pg-next:hover,
#pg-product-images a.pg-next.pg-selected {
    background-position: -5px -2108px;
}

#pg-product-images-nav span {
    opacity: 0.3;
    filter: alpha(opacity = 30);
}

#pg-product-images p {
    text-align: center;
    margin-top: 4px;
}

#pg-product-images p .pg-icons { float: inherit; }

#pg-product-images-list a {
    width: 99px;
    height: 68px;
    line-height: 66px;
    border: 1px solid #ccc;
    padding: 1px;
}

#pg-product-images-list img {
    vertical-align: middle;
}

#pg-product-images-list a.pg-selected {
    border: 2px solid #62b045;
    padding: 0;
}

#pg-price-alert {
    margin-top: 10px;
}

#pg-price-alert .pg-checkbox {
    margin: 4px 6px 0 0;
}

#pg-price-alert input {
    border: 1px solid #ccc;
}

#pg-price-filter {
    padding-bottom: 4px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

#pg-product .pg-prices {
    width: 100%;
    font-size: 0.9em;
}

#pg-product .pg-prices tbody td,
#pg-product .pg-prices tbody th {
    vertical-align: middle;
    padding: 8px 15px 12px 0;
    border-bottom: 1px solid #ccc;
}

#pg-product .pg-prices .pg-shop {
    width: 170px;
}

#pg-product .pg-prices .pg-shop a {
    color: #4e555c;
}

#pg-product .pg-prices .pg-rating {
    margin-right: 4px;
}

#pg-product .pg-not-in-stock {
    font-weight: normal;
    color: #b72727;
}

#pg-product .pg-prices .pg-shipping {
    vertical-align: bottom;
}

#pg-product .pg-prices .pg-shipping,
#pg-product .pg-prices .pg-shipping div {
    width: 180px;
}

#pg-product .pg-prices .pg-shipping p {
    margin-bottom: 0.3em;    
}

#pg-product .pg-prices .pg-review-count {
    float: left;
    margin-top: 4px;
}

#pg-product .pg-prices .pg-shop-logo img {
    margin-bottom: 8px;
}

#pg-product .pg-prices .pg-price {
    font-size: 1.7em;
}

#pg-product .pg-button-buy {
    font-size: 1.1em;
    font-weight: bold;
    text-transform: none;
    width: 80px;
    text-align: center;
}

/* Feeds in product */
#pg-product .pg-feed {
    margin: 20px 0 20px;
}

#pg-product .pg-feed-articles-compact
#pg-product .pg-feed-reviews {
    margin: 0 0 5px 0;
}

#pg-product .pg-feed li {
    margin-bottom: 8px;
}

#pg-product #pg-feed-reviews li {
    margin: 17px 0 17px;
}

#pg-product .pg-feed .pg-count {
    color: #888;
}

#pg-product .pg-feed p {
    margin-bottom: 0;
}

#pg-product .pg-feed h3 {
    margin-top: 0;
}

#pg-product .pg-feed h3 a {
    color: #a9a9a9;
    font-size: .9em;
    font-weight: normal;
}

#pg-product-info .pg-feed h3 a {
    color: #4e555c;
    font-weight: bold;
    font-size: 1.2em;
}

#pg-product-info .pg-rating-bar {
    margin: 0 20px 0 70px;
}

#pg-product-info .pg-feed > ul,
#pg-product-info .pg-feed .pg-product-info {
    padding: 0 20px;
}

#pg-product-info .pg-feed h4 {
    margin-bottom: 10px;
    font-size: 1.1em;
}

#pg-product-info .pg-feed-articles h2 {
    background-color: #4e555c;
    padding: 3px 10px 10px;
    color: #fff;
    border: none;
    font-size: 1.1em;
    margin: -20px 0 11px;
}

#pg-product .pg-feed-reviews .pg-stars {
    margin: 5px 0 2px;
}

.pg-product-review-feed-summary {
    padding-top: 5px;
    clear:both;
    color: #999 !important;
}

#pg-product .pg-feed-reviews .pg-stars-small {
    margin-left: 5px;
}

#pg-product .pg-feed-reviews .pg-review-stats {
    text-transform: none;
    margin-left: 16px;
}

#pg-product .pg-feed-reviews .pg-review-stats strong {
    font-size: 1.3em;
}

#pg-product-info .pg-feed-reviews .pg-review-stats .pg-count {
    font-size: 0.9em;
    font-weight: normal;
    color: #fff;
}

#pg-product-info .pg-review-user-info {
    background-color: #ddd;
    padding: 10px;
    margin: 10px 0;
}

#pg-product-info .pg-product-reviews-nav {
    margin-top: -20px;
}

#pg-product-info .pg-product-reviews-nav .pg-arrows {
    margin-top: 10px;
}

.pg-user-info {
    background-color: #e6e6e6;
    padding: 10px;
    margin: 10px 0;
}

.pg-feed-articles-compact .pg-feed-icon {
    height: 23px;
    width: 23px;
    background-position: 0 -3773px;
}

.pg-feed-articles-compact li:hover .pg-feed-icon {
    background-position: 0 -3747px;
}

.pg-feed-articles-compact .pg-feed-article-1 .pg-feed-icon {
    background-position: 0 -3721px;
}

.pg-feed-articles-compact .pg-feed-article-1:hover .pg-feed-icon {
    background-position: 0 -3695px;
}

.pg-feed-articles-compact .pg-feed-article-5 .pg-feed-icon {
    background-position: 0 -3825px;
}

.pg-feed-articles-compact .pg-feed-article-5:hover .pg-feed-icon {
    background-position: 0 -3799px;
}

.pg-feed-articles-compact .pg-feed-article-amobil-no.pg-feed-article-1 .pg-feed-icon {
    background-position: 0 -3617px;
}

.pg-feed-articles-compact .pg-feed-article-amobil-no.pg-feed-article-1:hover .pg-feed-icon {
    background-position: 0 -3591px;
}

.pg-feed-articles-compact .pg-feed-article-akam-no.pg-feed-article-1 .pg-feed-icon {
    background-position: 0 -3669px;
}

.pg-feed-articles-compact .pg-feed-article-akam-no.pg-feed-article-1:hover .pg-feed-icon {
    background-position: 0 -3643px;
}


/* Article feed in product */
#pg-product .pg-feed-articles .pg-feed-article-type {
    font-weight: normal;
    text-transform: uppercase;
}

#pg-product .pg-dark-header {
    background-color: #4e555c;
    padding: 10px;
    color: #fff;
}

#pg-product .pg-dark-header h2 {
    color: #fff;
    border: none;
    font-size: 1.1em;
    margin-bottom: 0;
}

#pg-product .pg-dark-header a {
    color: #fff;
}

#pg-product-info .pg-feed .pg-arrows {
    background-position: 0 -2303px;
}


/* Profile page */

#pg-profile-info {
    padding: 0 0 0 10px;
    width: 240px;
}

#pg-profile-info .pg-rounded-corner {
    padding: 5px;
    margin-bottom: 15px;
}

#pg-profile-info h2 {
    font-size: 1.1em;
    margin-bottom: 5px;
}

#pg-profile-info li {
    margin-bottom: 3px;
}

#pg-profile-bar {
    margin-top: 20px;
    padding: 0px 10px 0 10px;
    background-color: #ddd;
}

#pg-profile-bar .pg-arrows {
    display: none;
}

#pg-profile-bar .pg-selected .pg-arrows {
    display: block;
}

#pg-profile-bar .pg-selected a {
    color: #4e555c;
}


/* Add-review-form */
.pg-add-review-form {
    font-size: 0.7em;
}

.pg-add-review-form legend {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.pg-add-review-form label {
    display: block;
}

.pg-add-review-form textarea,
.pg-add-review-form input {
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    padding: 4px;
    margin-bottom: 6px;
}

.pg-add-review-form textarea {
    width: 80%;
}

.pg-add-review-form .pg-preview h3 {
    margin-bottom: 5px;
}

.pg-add-review-form .pg-preview h4 {
    margin: 2px 0 5px;
}


/* REMOVE-FILTERS BOX */

#pg-remove-filter-box {
    background: #e6e6e6;
    padding: 10px 10px 10px;
    margin: -10px -5px 5px;
    border-bottom: 1px solid #DDD;
}

#pg-remove-filter-box.pg-rounded-corner-top h4 {
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: bold;
    color: #4E555C;
    margin-right: 70px;
}

#pg-remove-filter-box a.pg-search-reset {
    /* Nullstill søk */
    font-size: 11px;
    text-decoration: underline;
    float: right;
}

#pg-remove-filter-box a {
    font-size: 11px;
    text-decoration: none;
    color: #666;
    font-weight: normal;
}

.pg-filter-select-list a span {
    background-position: 0 -2321px;
    padding-bottom: 1px;
    padding-right: 2px;
    margin-right: 2px;
}

.pg-filter-select-list ul a span {
    background-position: -13px -2321px;
}

.pg-filter-select-list ul {
    clear:both;
    margin: 2px 0 10px 5px;
    line-height: 13px;
}

.pg-filter-select-list li {
    clear:both;
    margin: 2px 0 0;
    padding: 0 !important;
}

.pg-filter-select-list .pg-icons {
    margin: 2px 0 0;
    float: none;
}

/* FILTERS */

.pg-rate-filter,
.pg-rate-filter-demo {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: transparent url(../images/main/rate-sprite.png) no-repeat scroll -4px -534px;
}
.pg-rate-filter:hover {
    background-position: -4px -546px;
}

.pg-question-mark {
    background: transparent url(../images/prisguide.no/btn-sprite.png) no-repeat scroll 0 -3953px;
    height: 15px;
    width: 15px;
    
    cursor: pointer;
    position: relative;
}

#pg-filter-form .pg-checkbox {
    vertical-align: top;
    margin-right: 2px;
}

#pg-filter-form li {
    padding: 4px 2px;
}

#pg-filter-form .pg-filter-box li .pg-radio {
    float: right;
}

#pg-filter-form h4 {
    cursor: pointer;
    font-size: 1em;
    margin-bottom: 6px;
    position: relative;
    display: inline-block;
}

#pg-filter-form h4 .pg-arrows {
    position: absolute;
    top: 0;
    left: 0;
    margin: 2px 0 0 -8px;
    background-position: 0 -1777px;
}

#pg-filter-form h4.pg-selected .pg-arrows {
    background-position: 0 -1786px;
    margin-left: -12px;
}

#pg-filter-form label.pg-selected {
    color: #77bb5e;
}

#pg-filter-form select {
    width: 100%;
}

#pg-filter-form .pg-filter-box {
    margin-bottom: 6px;
    font-size: 11px;
}

#pg-filter-form .pg-filter-box li {
    padding: 0;
    margin-bottom: 4px;
}

#pg-filter-form .pg-count {
    font-size: .9em;
    color: #898989;
}

#pg-filter-form .pg-selected .pg-count {
    color: inherit;
}

#pg-search-categories li li a {
    font-size: 11px;
}

#pg-search-categories li li {
    padding: 3px 10px 0 0;
    line-height: 14px;
}

#pg-search-ordering {
    font-size: 105%;
    padding: 10px 10px 10px 0;
    height: 25px;
}

#pg-search-ordering p {
    margin-top: 3px;
    display: block;
}

#pg-search-ordering p span {
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 9px;
    padding: 4px 6px;
}

#pg-search-ordering a {
    color: #4e555c;
    margin-right: 9px;
    padding: 4px 6px;
}

#pg-search-ordering a.pg-selected {
    color: #62B045;
    border: 1px solid #62B045;
    font-weight: bold;
}

#pg-search-ordering #pg-search-sort {
    width: 160px;
    float: left;
}

/* Shop page */
#pg-shop-info #pg-shop-essentials-left {
    margin: 0 0 20px 10px;
    color: #4E555C;
}

#pg-shop-info #pg-shop-essentials-left .pg-left {
    float: left;
    width: 200px;
    padding-bottom: 4px;
    font-weight: bold;
}

#pg-shop-info #pg-shop-essentials-left .pg-right {
    float: left;
    margin-left: 10px;
    padding-bottom: 4px;
}

#pg-shop-info #pg-shop-essentials-left .pg-shop-name div {
    padding-bottom: 12px;
}

#pg-shop-info #pg-shop-essentials-right {
    margin-top: 10px;
}
#pg-shop-info #pg-shop-essentials-right ul {
    margin-bottom: 10px;
}
#pg-shop-review-write {
    background: transparent url(/images/prisguide.no/btn-sprite.png) no-repeat scroll -10px -2735px;
    padding: 15px 0px 15px 10px;
    clear: both;
    margin-right: 10px;
    position: relative;
    cursor: pointer;

}
#pg-shop-review-write span {
    background: transparent url(/images/prisguide.no/btn-sprite.png) no-repeat scroll -20px -2775px;
    padding: 32px 12px 0 0;
    position: absolute;
    right: -11px;
    top: 4px;
}

#pg-shop-info .pg-feed-reviews {
    margin-top: 25px;
}

#pg-shop-info .pg-feed-reviews h3 {
    margin-bottom: 10px;
}

.pg-review-summary {
    width: 70%;
    float: left;
    border: 0;    
}

#pg-shop-info .pg-feed .pg-product-info {
    padding: 0;
}

#pg-shop-info .pg-rating-wrapper {
    clear: none;
    margin-right: 175px;
}

#pg-shop-info h1 {
    font-size: 1.3em;
    letter-spacing: -1px;
}

#pg-shop-info .pg-rating-distribution ul li {
    margin-bottom: 5px;
}
#pg-shop-info .pg-rating-distribution h4 {
    margin: 0 0 0 30px;
}
#pg-shop-info .pg-rating-distribution .pg-rating-bar {
    margin: 0 0 0 30px;
}
#pg-shop-info .pg-rating-distribution .pg-rating-smiley-small {
    margin-top: -5px;
}
/*
 After changing design according to Jannes wishes these classes conflict a lot.
.pg-review-shop>div {
    border: 1px solid #A9A9A9;
}
.pg-shop-tab-content .pg-review-shop>div {
    float: left;
    border: 1px solid #A9A9A9;
}
*/

.pg-review-shop .pg-review-shop-name {
    background: #4E555C;
    padding: 10px;
    color: #FFF;
    font-weight: bold;
    margin: -10px -10px 8px;
}


.pg-review-shop li {
    margin-bottom: 4px;
    padding: 2px;
}

.pg-review-shop li .pg-rating-smiley-text {
    display: block;
    float: left;
    margin: 0 0 0 4px;
}
.pg-shop-tab-content .pg-review-shop>p {
    float: left;
}
.pg-review-shop li .pg-rating-smiley-text span {
    display: block;
    color: #A9A9A9;
}


.pg-review-product .pg-review-product-name {
    background: #4E555C;
    padding: 10px;
    margin: -10px -10px 8px;
}
.pg-review-product .pg-review-product-name a,
.pg-review-shop .pg-review-shop-name a {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

.pg-review-product {
    padding: 10px 10px 10px;
    margin-bottom: 5px;
}

.pg-review-actions {
    clear: both;
    margin-bottom: 20px;
}

.pg-review-actions .pg-button {
    margin-right: 20px;
}

.pg-review-product .pg-review-userdata img {
    margin-right: 10px;
}

.pg-review-product .pg-review-userdata img {
    height: 40px;
    width: 40px;
}

.pg-review-product .pg-review-userdata {   
    border: 0;
    margin-bottom: 8px;
    color: #AAA;
}

.pg-review-product p {
    line-height: 1.2;
    margin-bottom: 5px;
}

.pg-review-product .pg-review-procon {
    background: #EEE;
    margin: 0 -10px 10px;
    padding: 10px 20px;
}

.pg-review-product .pg-review-procon li {
    margin: 0 0 0 15px;
    list-style-type: disc;
    padding: 5px 0 0;
}

.pg-reviews-navigator {
    padding: 0 10px 10px;
}

.pg-reviews-navigator li {
    float: left;
    padding: 0 10px;
    margin-bottom: 5px;
}

.pg-reviews-navigator li a {
    font-size: 1.1em;
    font-weight: bold;
    border-width: 0px;
}
.pg-reviews-navigator li a.pg-selected {
    color: #62B045;
    padding: 3px;
    margin-top: -5px;
    border-width: 2px;
}

.pg-review-product .pg-review-userdata .pg-stars {
    margin-right: 40px;
}

.pg-review-product .pg-review-userdata .pg-stars .pg-selected {
    margin-top: 0;    
}

/* END SHOP PAGE */

.pg-popup-bubble {
    z-index: 2;
    position: absolute;
    width: 200px;
    top: 40px;
    background: #ccc;
    border: 2px solid black;
}


/* COMPARE */
#pg-compare {
    padding: 10px;
    font-size: 12px;
    overflow: hidden;
}

#pg-compare table {
    border-collapse: separate;
    width: 100%;
}

#pg-compare td,
#pg-compare th {
    padding: 4px;
    border-left: 1px solid #ccc;
}

#pg-compare .pg-scrolltable-container {
    clear: left;
    overflow: visible;
}

#pg-compare thead th {
    background: #fff;
    border-top: 1px solid #ccc;
}

#pg-compare tbody {
    overflow-y: scroll;
    overflow-x: hidden;    
}

#pg-compare tbody td,
#pg-compare tbody th {
    border: solid #fff;
    border-width: 1px 0 1px 1px;
    border-left-color: #ccc;
    padding: 4px 4px 4px 10px;
}

#pg-compare tbody th {
    border-left: 1px solid #fff;
}

#pg-compare tr.pg-detail-section th,
#pg-compare tr.pg-detail-section td {
    border-bottom: 1px solid #ccc;
}

#pg-compare tr.pg-detail-section th {
    border-left: none;
}

#pg-compare .pg-detail-label {
    padding-left: 1px;
    text-transform: uppercase;
    color: #a9a9a9;
}

#pg-compare col {
    width: 178px;
}

#pg-compare #pg-col-detail-labels {
    width: 80px;
}

#pg-compare tr.pg-odd td,
#pg-compare tr.pg-odd th {
    border: solid #eee;
    border-width: 1px 0 1px 1px;
    border-left-color: #ccc;
    background-color: #eee;
}

#pg-compare tr.pg-odd th {
    border-left: 1px solid #fff;
}

#pg-compare tbody tr:hover td,
#pg-compare tbody tr:hover th,
#pg-compare tbody tr.pg-selected td,
#pg-compare tbody tr.pg-selected th {
    border-color: #62b045;
    background-color: #d5ecdb;
}

#pg-compare tbody tr.pg-detail-section:hover td,
#pg-compare tbody tr.pg-detail-section:hover th {
    border-color: #fff #ccc #ccc #ccc;
    background-color: #fff;
}

#pg-compare tbody th {
    width: 100px;
}

#pg-compare-add-to-list {
    text-transform: uppercase;
}

#pg-compare-pagination {
    margin-bottom: 6px;
}

#pg-compare-pagination a span {
    background-color: #ccc;
    width: 5px;
    height: 15px;
}

#pg-compare-pagination a:hover span {
    background-color: #6597ca;
}

#pg-compare-pagination span.pg-selected {
    background-color: #62b045;
}

#pg-compare .pg-next,
#pg-compare .pg-prev {
    background-image: url(../images/prisguide.no/btn-sprite.png); 
    background-repeat:no-repeat;
    height: 20px;
    position: relative;
    top: -8px;
    text-indent: -9999px;
    width: 21px;
}

#pg-compare .pg-prev {
    background-position: -5px -2033px;
}

#pg-compare .pg-next {
    background-position: -5px -2058px;
}

#pg-compare .pg-prev {
    background-position: -5px -2033px;
}

#pg-compare .pg-next {
    background-position: -5px -2058px;
}

#pg-compare a.pg-prev:hover {
    background-position: -5px -2083px;
}

#pg-compare a.pg-next:hover {
    background-position: -5px -2108px;
}

#pg-compare a#pg-show-unequal {
    clear: left;
    color: #535353;
    font-weight: bold;
    margin: 10px -10px;
    display: block;
    background: url(../images/prisguide.no/btn-sprite.png) repeat 0 -985px;
    text-transform: uppercase;
    padding: 9px 0;
}

#pg-compare a#pg-show-unequal:hover {
    background-position: 0 -1030px;
}

#pg-distributed {
    background-color: #e6e6e6;
    padding: 8px;
    line-height: 25px;
}

#pg-distributed h4 {
    width: 160px;
    height: 25px;
    background-position: -9px -229px;
    float: right;
}

#pg-thirdparty-site a {
    color: #fff;
    font-size: 1.5em;
}




/* Start of list- view */
.pg-user-list-view {
    cursor : pointer;
    border-bottom: 1px solid #000000;
}

.pg-user-product-view {
    color: #B0C4DE;
}

.pg-user-product-remove {
    background: transparent url(../images/prisguide.no/btn-sprite.png) no-repeat scroll 0 -2319px;
}

.pg-user-list-expand {
    background: transparent url(../images/prisguide.no/btn-sprite.png) no-repeat scroll -15px -1710px;
}

.pg-user-list-adding {
    float : right;
    background: transparent url(../images/prisguide.no/btn-sprite.png) no-repeat scroll 0 -2342px;
}

.pg-user-list-added {
    float : right;
    background: transparent url(../images/prisguide.no/btn-sprite.png) no-repeat scroll 0 -2250px;
}

.pg-user-list-object {
    width : 100px;
}

.pg-user-list-product-sum {
    border-top: 1px solid #000000;
}
/*End of list -view */

.pg-shop-comment-icon,
.pg-shop-country,
.pg-eu-model {
    margin-right: 3px;
    float: left;
}

.pg-eu-labels {
    margin-top: 0.3em;
}

.pg-shop-comment-link,
.pg-eu-model-link {
    display: block;
    height: 18px;
    width: 17px;
    text-indent: -9000px;
    background: transparent url(../images/prisguide.no/btn-sprite.png) no-repeat scroll -1px -4037px;
}

.pg-eu-model-link:hover {
    background-position: 0 -4055px;
}

.pg-shop-comment-link {
    background-position: -1px -4001px;
}

.pg-shop-comment-link:hover {
    background-position: -1px -4019px;
}

.pg-filter-all {
    font-size: 12px;
    margin-top: 5px;
}
