/**
 * 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;
}
html {
    height: 100%; /* Persistent scrollbar */
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

.typography {
    font-size: 12px;
    line-height: 16px;
    margin: 8px 0;
}

/* 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 .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-italic {
    font-style: italic;
}

.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; }

.pg-font-px-small { font-size: 10px; }

.hasCorners {
    margin: 5px 0;
}

.pg-inline-block {
    display: -moz-inline-stack !important;
    display: inline-block !important;
    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 {
    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-maroon {
    color: #950000;
}

.pg-color-green {
    color: #569945;
}

.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-seventeenpercent {
    width: 17%;
}

.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-17 {
    width: 607px
}

.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;
}


/* Pretty pretty Quotes */
.pg-quotes {
    display: block;
    float: left;
    background: url(/images/main/quotes.png) no-repeat;
    height: 23px;
    width: 32px;
}

.pg-quotes-right {
    float: right;
    background-position: right;
}


/* 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;
    background: #4e555c;
    padding: 5px 0;
}

.pg-popup.pg-popup-white {
    background: transparent;
    padding: 0;
}

#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-arrow {
    background: transparent url(/images/prisguide.no/btn-sprite-20110121.png) no-repeat scroll -148px -133px;
    position: absolute;
    left: 15px;
    top: -8px;
    width: 10px;
    height: 10px;
    z-index: 998;
}

.pg-popup.pg-popup-white .pg-arrows,
.pg-popup.pg-popup-white .pg-arrow {
    display: none;
}

.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-loading-container {
    background: #FFF;
}
.pg-popup .pg-loading-container h3 {
    color: #666;
    margin-left: 35px;
    line-height: 32px;
}

/* White background Popup */

.pg-popup.pg-popup-white .pg-popup-content-wrapper {
    background: #FFF;
    border: 1px solid #898989;
}

.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: -176px -136px;
}

.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-20110121.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: -299px -134px;
}

a.pg-add-new:hover span {
    background-position: -321px -134px;
}

a.pg-delete span {
    background-position: -399px -134px;
}

a.pg-delete:hover span {
    background-position: -409px -134px;
}

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: -267px -110px;
    height: 16px;
    margin: 0 4px 0 0;
    width: 16px;
}

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

#pg-list-item-options ul.pg-social-share li.pg-f-left {
    float: none !important;
}

#pg-list-item-options ul.pg-social-share li {
    margin-bottom: 6px;
}

#pg-list-item-details h3 {
    font-size: 1.3em;
}

#pg-list-item-details {
    width: 400px !important;
}
#pg-list-item-options {
    margin-left: 80px;
    margin-top: 11px;
    width: 204px !important;
}

#pg-list-item-details input[type="checkbox"] {
    top: 15px !important;
}

.pg-sociallike { width: 190px;}
.pg-sociallike .fb-like { width: 90px; }

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

.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;
}

/* /profil/lists */

#pg-lists #pg-lists-add-new {
    margin: 0px 0px 20px;
}

#pg-lists .pg-deleteList { font-weight: bold; text-transform: uppercase; font-size: 12px;}

#pg-lists .pg-shopping-list-item {
    margin: 0 0 35px 0;
    padding: 5px;
    border-bottom: 0px;
    border: 1px solid #e6e6e6;
}

#pg-lists .pg-shopping-list-item .pg-feed {
    padding-top: 8px;
    margin-bottom: 0px;
}

#pg-lists .pg-shopping-list-item h2 {
    font-size: 15px;
}

#pg-lists .pg-shopping-list-item h2 a:hover { text-decoration: none; }

#pg-lists .pg-shopping-list-item h2 .pg-f-right { font-size: 12px; color: #898989; }

#pg-lists .pg-shopping-list-item h2 .pg-amount {
    font-size: 11px;
    color: #898989;
}

#pg-lists .pg-shopping-list-item .pg-list-categories {
    display: block;
    color: #898989;
    font-size: 11px;
}

#pg-lists .pg-shopping-list-item .pg-desc {
    margin: 12px 0 3px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #c6c6c6;
}
#pg-lists .pg-shopping-list-item .pg-list-total-price {
    font-size: 140%;
    display: block;
    text-align: right;
    padding-right: 5px;
}

#pg-lists .pg-shopping-list-item .pg-list-total-price strong {
    color: #569945;
    padding: 0;
    margin: 0;
    display: inline;
}

/* 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;
}

.pg-box-shadow {
    -moz-box-shadow: 1px 1px 3px 0 #888;
    -webkit-box-shadow: 1px 1px 3px 0 #888;
    box-shadow: 1px 1px #888;
    -pie-box-shadow: 1px 1px 3px 0 #888;
    behavior: url(/js/css3pie/PIE.htc);
    position: relative; /* IE 7 FIX */
}

/* Corners */

.pg-rounded-corner-small {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    behavior: url(/js/css3pie/PIE.htc);
    -pie-watch-ancestors: 1;
    -pie-lazy-init: true;
}

.pg-rounded-corner {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    behavior: url(/js/css3pie/PIE.htc);
    -pie-watch-ancestors: 1;
    -pie-lazy-init: true;
}

.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;
    border-radius: 7px 7px 0 0;
    behavior: url(/js/css3pie/PIE.htc);
    -pie-watch-ancestors: 1;
    -pie-lazy-init: true;
}

.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;
    border-radius: 0 0 7px 7px;
    behavior: url(/js/css3pie/PIE.htc);
    -pie-watch-ancestors: 1;
    -pie-lazy-init: true;
}

.pg-rounded-corner-top-left {
    border-radius: 7px 0 0 0;
    behavior: url(/js/css3pie/PIE.htc);
    -pie-watch-ancestors: 1;
    -pie-lazy-init: true;
}

.pg-rounded-corner-top-right {
    border-radius: 0 7px 0 0;
    behavior: url(/js/css3pie/PIE.htc);
    -pie-watch-ancestors: 1;
    -pie-lazy-init: true;
}

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

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

.pg-dropdown {
    display: none;
}

.pg-corner.pg-corner-top-left {
    top: -1px;
    left: -1px;
    background-position: -391px -110px;
}

.pg-corner.pg-corner-bottom-left {
    bottom: -1px;
    left: -1px;
    background-position: -391px -117px;
}

.pg-corner.pg-corner-top-right {
    top: -1px;
    right: -1px;
    background-position: -398px -110px;
}

.pg-corner.pg-corner-bottom-right {
    bottom: -1px;
    right: -1px;
    background-position: -398px -117px;
}

.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-20110121.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: -139px -137px;
}

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

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

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

/* CSS3PIE
  Internet explorer 7/8 will sometimes fuck up z-index and positioning of pie elements.
  Use this class on parent element and all will be fine and dandy!
*/

.pg-piefix {
    z-index: 1;
    position: relative;
}

/* Buttons */

.pg-button {
    border: none;

    font-family: Arial, Verdana, Tahoma, sans-serif;
    padding: 5px 12px;
    text-decoration: none !important;
    display: inline-block;
    color: #fff !important;
    text-align: center; 
    background: #7BB3EA;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 2px 3px 5px;
    
    box-shadow: #bbb 1px 2px 2px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: #bbb 1px 2px 2px;
    -moz-box-shadow: #bbb 1px 2px 2px;
    -pie-box-shadow: #bbb 1px 2px 2px;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#7BB3EA), to(#64A3DE));
    background: -moz-linear-gradient(#7bb3ea, #64a3de);
    background: -o-linear-gradient(#7bb3ea, #64a3de);
    background: linear-gradient(#7bb3ea, #64a3de);
    -pie-background: linear-gradient(#7bb3ea, #64a3de);
    behavior: url(/js/css3pie/PIE.htc);
    -pie-watch-ancestors: 1;
    -pie-lazy-init: true;
    position: relative;
}
.pg-button:hover {
    text-decoration: none !important;
}
.pg-button-blue {
    background: #7BB3EA;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#7BB3EA), to(#64A3DE));
    background: -moz-linear-gradient(#7bb3ea, #64a3de);
    background: -o-linear-gradient(#7bb3ea, #64a3de);
    background: linear-gradient(#7bb3ea, #64a3de);
    -pie-background: linear-gradient(#7bb3ea, #64a3de);
}
.pg-button-blue:hover,
.pg-button-blue.selected {
    background: #5093D1;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#5093D1), to(#79BDEC));
    background: -moz-linear-gradient(#5093D1, #79BDEC);
    background: -o-linear-gradient(#5093D1, #79BDEC);
    background: linear-gradient(#5093D1, #79BDEC);
    -pie-background: linear-gradient(#5093D1, #79BDEC);
}
.pg-button-orange {
    background: #E58A58;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E58A58), to(#EF7231));
    background: -moz-linear-gradient(#E58A58, #EF7231);
    background: -o-linear-gradient(#E58A58, #EF7231);
    background: linear-gradient(#E58A58, #EF7231);
    -pie-background: linear-gradient(#E58A58, #EF7231);
}
.pg-button-orange:hover,
.pg-button-orange.selected {
    background: #EF7231;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EF7231), to(#E58A58));
    background: -moz-linear-gradient(#EF7231, #E58A58);
    background: -o-linear-gradient(#EF7231, #E58A58);
    background: linear-gradient(#EF7231, #E58A58);
    -pie-background: linear-gradient(#EF7231, #E58A58);
}
.pg-button-green {
    background: #95C892;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#95C892), to(#6DB756));
    background: -moz-linear-gradient(#95C892, #6DB756);
    background: -o-linear-gradient(#95C892, #6DB756);
    background: linear-gradient(#95C892, #6DB756);
    -pie-background: linear-gradient(#95C892, #6DB756);
}
.pg-button-green:hover,
.pg-button-green.selected {
    background: #77BE66;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#77BE66), to(#98E3A6));
    background: -moz-linear-gradient(#77BE66, #98E3A6);
    background: -o-linear-gradient(#77BE66, #98E3A6);
    background: linear-gradient(#77BE66, #98E3A6);
    -pie-background: linear-gradient(#77BE66, #98E3A6);
}
.pg-button-yellow {
    border: 1px solid #a57d27;
    color: #403110 !important;
    background: #FDF1A7;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FDF1A7), to(#ffbe34));
    background: -moz-linear-gradient(#FDF1A7, #ffbe34);
    background: -o-linear-gradient(#FDF1A7, #ffbe34);
    background: linear-gradient(#FDF1A7, #ffbe34);
    -pie-background: linear-gradient(#FDF1A7, #ffbe34);
}
.pg-button-yellow:hover,
.pg-button-yellow.selected {
    background: #ffbe34;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF9B9), to(#EFD41D));
    background: -moz-linear-gradient(#FFF9B9, #EFD41D);
    background: -o-linear-gradient(#FFF9B9, #EFD41D);
    background: linear-gradient(#FFF9B9, #EFD41D);
    -pie-background: linear-gradient(#FFF9B9, #EFD41D);
}

/* Views */
.pg-view-list .pg-hide-on-list {
    display: none;
}
/* 1337!!!! */

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

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

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

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

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

.pg-view-list li .pg-view-list-box {
    width: 164px;
    min-height: 1px;
    margin-right: 10px;
    font-size: 12px;
}

.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 span {
    font-size: 11px;
    color: #888888;
}

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

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

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

#pg-search-result-list.pg-view-matrix .pg-view-reviews-amount {
    text-align: center;
}

.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-list .pg-view-image img {
    max-height: 66px;
    max-width: 100px;
}

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


#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: -151px -104px;
}

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

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

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

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

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

#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;
    min-height: 500px;
}


/* 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;
    display: inline-block;
    padding: 0 11px 3px 12px;
    color: #FFF;
}

#pg-nav-login #pg-login-link span {
    width: 5px;
    height: 27px;
    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-nav-user .pg-dropdown {
    margin-top: 3px;
}




.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 {
    position: relative;
    z-index: 2;
    display: inline-block;
    height: 19px;
    padding: 3px 5px 1px 6px;
    background: url(/images/main/form-sprite.png) no-repeat -1px -134px;
    line-height: 19px;
    margin: 3px 10px 3px 0;
    position: relative;
    background: #FFF;
    border: 4px solid #CCC;
    
    -moz-border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    behavior: url(/js/css3pie/PIE.htc);
    -pie-watch-ancestors: 1;
    -pie-lazy-init: true;
}

.pg-user-form-input .pg-tooltip {
    z-index: 1;
    position: relative;
    padding: 2px 0 0;
    margin: -7px -9px -1px 0;
    float:right;
    background: #CCC;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-radius: 0 7px 7px 0;
    behavior: url(/js/css3pie/PIE.htc);
    -pie-watch-ancestors: 1;
    -pie-lazy-init: true;
    color: #FFF;
}

.pg-user-form-input .pg-tooltip .pg-button {
    margin-bottom: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    color: #FFF;
    text-decoration: none;
}

.pg-user-form-input * {
    vertical-align: top;
}

.pg-tooltip {
    min-height: 14px;
    position: relative;
    background: #86909b;
    padding: 10px 14px 7px 24px;
    margin: 3px 0 0 -20px;
    float: left;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-radius: 0 7px 7px 0;
    behavior: url(/js/css3pie/PIE.htc);
    -pie-watch-ancestors: 1;
    -pie-lazy-init: true;
    color: #FFF;
}


.pg-tooltip.pg-withcheckbox {
    padding-left: 30px;
}
.pg-tooltip.pg-withcheckbox input[type="checkbox"] {
    position: absolute;
    left: 20px;
}

.pg-tooltip-error {
    background: #B72727;
}

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

.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 {
    border-color: #B72727;    
}

.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 -1px -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-20110121.png) no-repeat -76px -38px;
    cursor: pointer;
    position: relative;
    height: 15px;
    width: 15px;
    display: block;
    margin-left: 55px;
}

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


#pg-register-lightbox .pg-tooltip-left {
    display: none;
    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 {
    height: 36px;
    width: 15px;
    float: right;
    margin: -12px -10px 0 0;
}

.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: -96px -4px;
}

.pg-user-form .pg-button-submit:focus { 
    background-position: -191px -4px
}

#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-nav { margin: 10px 0 0; }

#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;
}



#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: 4px;
    height: 30px;
    padding-left: 1px;
}

#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 0px;
}



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

#pg-nav .pg-selected a .pg-arrows {
    background-position: -289px -137px;
}

#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-categories-dropdown .pg-top-category {
    width: 153px;
}

#pg-shop-list > ul > li {
    border-bottom: 1px solid #EEE;
    margin: 0 0px;
    padding: 3px 5px 3px 10px;
    
}

#pg-shop-list > ul > li:first-child { padding-top: 5px; }
#pg-shop-list > ul > li:last-child { padding-bottom: 5px; }

#pg-shop-list ul.pg-feed { margin-bottom: 0px; }
#pg-shop-list > ul > li:last-child { border: 0; margin-bottom: 0px; }

#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 .pg-more { font-weight: bold; }
    
#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;
    background-color: #4e555c;
    padding: 0 11px 20px 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: -335px -3px;
}

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

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

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

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

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

#pg-q-submit:hover {
    background-position: -96px 1px;
}

#pg-q-submit:focus {
    background-position: -191px 1px;
}

#pg-search-result-list.pg-view-list .pg-product-stars { margin-top: 5px; width: 130px; }
#pg-search-result-list.pg-view-list .pg-product-stars .pg-stars { margin: 0 auto; }
#pg-search-result-list.pg-view-list .pg-view-product-title h2 { font-size: 15px; margin-bottom: 5px; }
#pg-search-result-list.pg-view-list .pg-view-product-title h2 a { color: #537cad; }
#pg-search-result-list.pg-view-list .pg-view-details p { margin-bottom: 5px; width: 300px; line-height: 15px; margin-top: 0;}
#pg-search-result-list.pg-view-list .pg-view-details .pg-lists-add { margin-right: 20px; }
#pg-search-result-list.pg-view-list .pg-price { margin-top: 5px; width: 130px; text-align: center; }
#pg-search-result-list.pg-view-list .pg-price span strong { display: block; margin-bottom: 5px; }
#pg-search-result-list.pg-view-list .pg-price span strong { font-size: 18px; }


#pg-search-result-list .pg-price a:hover strong { text-decoration: underline; }
#pg-search-result-list .pg-price a { text-decoration: none; }

/* Pricelist hits */


.pg-priceline-description {
    font-weight: bold;
    line-height: 17px;
}

#pg-search-pricelists .pg-shop-logo {
    display: inline-block;
    width: 130px;
    margin-right: 5px;
    margin-left: 10px;
    float: right;
    padding-top: 12px;
}

#pg-search-pricelists .pg-shop-logo.hasReviews {
    padding-top: 0px;
}

#pg-search-pricelists .pg-list-total-price {
    display: inline-block;
    float: right;
    font-size: 15px;
    font-weight: bold;
    line-height:45px;
    margin-right: 10px;
    margin-left: 5px;
}

#pg-search-pricelists .pg-stockstring {
    width: 110px;
}

#pg-search-pricelists .pg-pricelines-shopreviews {
    display: inline-block;
    line-height: 21px;
    margin-top: 5px;
}

/* 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-results-categories {
    border-bottom: 1px solid #ccc;
    background: #e6e6e6;
}

.pg-livesearch .pg-livesearch-results-categories h4 {
    padding: 2px;
}

.pg-livesearch .pg-livesearch-category {
    padding: 5px;
    display: block;
    color: #666;
}
.pg-livesearch .pg-livesearch-category:hover,
.pg-livesearch .pg-livesearch-category.pg-selected {
    text-decoration: none;
    background: #d6d6d6;
}

.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: #AAA;
}

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

.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: -465px -3px;
    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: -244px -3px;
}

#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: 0px;
}

#pg-lists-dropdown h2 a {
    font-size: 1.2em;
}

#pg-lists-dropdown .pg-lists {
    margin-top: 10px;
}

#pg-lists-dropdown .pg-list-price {
    font-size: 13px;
    font-weight: bold;
}
#pg-lists-dropdown .pg-list-collapse .pg-list-view {
    background: transparent url(/images/prisguide.no/btn-sprite-20110121.png) no-repeat scroll -88px -137px;
    display: block;
    float: left;
    height: 7px;
    margin-left: 4px; 
    margin-top: 4px;
    padding-left: 14px;
}

#pg-lists-dropdown .pg-list-expand .pg-list-view {
    display: block;
    float: left;
    background: transparent url(/images/prisguide.no/btn-sprite-20110121.png) no-repeat scroll -78px -135px;
    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-20110121.png) no-repeat scroll -348px -107px;
    display: inline-block;
    height: 13px;
    width: 11px;
}

#pg-lists-dropdown .pg-lists > li {
    padding: 4px 0;
}

#pg-lists-dropdown .pg-list-productDetails {
    
    font-size: 0.9em;
    
}
#pg-lists-dropdown .pg-lists-items {
    padding: 2px 0px;
    margin: 2px 20px 2px 20px;
}
#pg-lists-dropdown .pg-lists-items li {
    padding: 0 0 0 5px;
}

#pg-lists-dropdown input.pg-grayText {
    color: #696969;
}

#pg-lists-dropdown .pg-lists > li:hover,
#pg-lists-dropdown .pg-lists > li.pg-list-collapse {
    background: #EEE;
    cursor: pointer;
}
#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/pg-nav-selected-bg.png) no-repeat scroll 0pt -0px;
}
#pg-nav-lists a.pg-user-list.pg-selected .pg-bg-helper {
    background: transparent url(/images/prisguide.no/pg-nav-selected-bg.png) no-repeat scroll -288px -41px;
}

#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: 5px 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 {
    /* hello */
    position: absolute;
    left: 0;
    width: 100%;
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 12px;
    border-top: 6px solid #6597CA;
    background-color: #4e555d;
    padding: 10px 0 20px;
    line-height: 14px;
    color: #fff;
}
#pg-footer a {
    color: #fff;
}
#pg-footer a { text-decoration: underline; }
 
#pg-footer h4 {
    margin-top: 10px;
    float: left;
    width: 156px;
    text-indent: -99999px;
}
#pg-footer h4 a {
    background: url(/images/prisguide.no/logo-sprite.png) no-repeat -10px -131px;
    display: block;
    height: 27px;
    width: 146px;
}

#pg-footer .pg-footer-inner {
    float: left;
    margin-left: 30px;
}
#pg-footer ul {
    list-style: none;
}
#pg-footer li {
    margin-bottom: 1px;
}


/* 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: 16px;
}
.pg-feed h2 {
    line-height: 20px;
    border-bottom: 4px solid #e6e6e6;
    line-height: 13px;
    font-size: 1em;
    margin-bottom: 10px;
    padding-bottom: 3px;
    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: -291px -109px;
    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: -311px -109px !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: -231px -58px;
}

.pg-feed .pg-feed-article-1:hover .pg-feed-icon {
    background-position: -186px -58px;
}

.pg-feed .pg-feed-article-5 .pg-feed-icon {
    background-position: -412px -58px;
}

.pg-feed .pg-feed-article-5:hover .pg-feed-icon {
    background-position: -366px -58px;
}

.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,
#pg-feed-articles {
    margin-top: 20px;    
}

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

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


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


/* START OF SHOWCASE */

.pg-showcase,
.pg-showcase-lists,
#pg-feed-articles-frontpage .pg-articles-frontpage-showcase {
    background: #FFF;
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: #ddd 1px 2px 2px 1px;
    -moz-box-shadow: #ddd 1px 2px 2px 1px;
    box-shadow: #ddd 1px 2px 2px 1px;
    -pie-box-shadow: #ddd 1px 2px 2px 1px;
    position: relative;
    margin-bottom: 20px;
}

.pg-showcase-lists {
    margin-top: 10px;
    margin-bottom: 0px;
}

.pg-showcase-lists .pg-showcase-item,
#pg-feed-articles-frontpage .pg-articles-frontpage-showcase .pg-showcase-item {
    padding: 0 10px 10px;
    
}


/* Showcase content */

.pg-showcase-lists .pg-showcase-content-header,
#pg-feed-articles-frontpage .pg-articles-frontpage-showcase .pg-showcase-content-header {
    background: #EEE;
    padding: 5px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    margin-left: -10px;
    padding-left: 15px;
    
    
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    border-radius: 7px 0 0 0;
    behavior: url(/js/css3pie/PIE.htc);
    -pie-watch-ancestors: 1;
    -pie-lazy-init: true;
}

.pg-showcase-lists .pg-showcase-content,
#pg-feed-articles-frontpage .pg-articles-frontpage-showcase .pg-showcase-content {
    height: 190px;
    margin-left: 190px;
    width: 302px;
}

.pg-showcase-lists .pg-showcase-content {
    width: 258px;
}

.pg-showcase-lists h3,
#pg-feed-articles-frontpage .pg-articles-frontpage-showcase h3 {
    font-size: 16px;
    line-height: 20px;
}

.pg-showcase-lists h3 {
    margin-top: 10px;
}

#pg-feed-articles-frontpage .pg-articles-frontpage-showcase .pg-article {
    height: 110px;
}

.pg-showcase-lists .pg-list {
    overflow: hidden;
    height: 190px;
    margin-bottom: 10px;
}

.pg-showcase-lists .pg-list-sponsor {
    margin-top: 20px;
}

#pg-feed-articles-frontpage .pg-articles-frontpage-showcase .pg-article-subtitle {
    margin: 5px 0 20px;
    color: #4E555C;
    padding-left: 34px;
    padding-right: 5px;
    
}

#pg-feed-articles-frontpage .pg-articles-frontpage-showcase .pg-quotes {
    margin-left: -34px;
    
}

.pg-showcase-lists .pg-list-description,
#pg-feed-articles-frontpage .pg-articles-frontpage-showcase .pg-article-subtitle .pg-article-preamble {
    margin-top: 5px;
    line-height: 15px;
    display: block;
    margin-bottom: 5px;
}

.pg-showcase-lists .pg-list-description {
    
}

#pg-feed-articles-frontpage .pg-articles-frontpage-showcase .pg-article-logo {
    margin-right: 10px;
}

#pg-feed-articles-frontpage .pg-articles-frontpage-showcase .pg-flavortext {
    color: #898989;
    margin-top: 15px;
    line-height: 16px;
    height: 60px;
    margin-bottom: 10px;
}

#pg-feed-articles-frontpage .pg-articles-frontpage-showcase .pg-article-link {
    display: block;
    padding-top: 5px;
    font-weight: bold;
}


/* Showcase leftcolumn */

.pg-showcase-lists .pg-showcase-leftcolumn,
#pg-feed-articles-frontpage .pg-articles-frontpage-showcase .pg-showcase-leftcolumn {
    padding-top: 10px;
    width: 160px;
    float: left;
    text-align: center;
}

.pg-showcase-lists .pg-productimage,
#pg-feed-articles-frontpage .pg-articles-frontpage-showcase .pg-productimage {
    display: block;
    height: 140px;
    width: 160px;
    text-align: center;
    margin-bottom: 10px;
}

.pg-showcase-lists .pg-productimage {
    height: 160px;
    width: 160px;
}

#pg-feed-articles-frontpage .pg-articles-frontpage-showcase .pg-productimage img {
    max-height: 140px;
}

.pg-showcase-lists .pg-productimage img {
    max-height: 160px;
}

.pg-showcase-lists .pg-showcase-buttons,
#pg-feed-articles-frontpage .pg-articles-frontpage-showcase .pg-showcase-buttons {
    text-align: center;
}

#pg-feed-articles-frontpage .pg-articles-frontpage-showcase .pg-price {
    padding-top: 10px;
}

/* Showcase rightcolumn */

.pg-showcase-lists .pg-lists,
#pg-feed-articles-frontpage .pg-articles-frontpage-showcase .pg-articles-list {
    background: #e6e6e6;
    display: block;
    height: 251px;
    
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-radius: 0 7px 7px 0;
    behavior: url(/js/css3pie/PIE.htc);
    -pie-watch-ancestors: 1;
    -pie-lazy-init: true;
    overflow: hidden;
}

.pg-showcase-lists li,
#pg-feed-articles-frontpage .pg-articles-frontpage-showcase li {
    margin: 0;
    padding: 0;
    zoom: 1;
    display: block;
    width: 160px;
}

.pg-showcase-lists li {
    width: 200px;
}

.pg-showcase-lists li a,
#pg-feed-articles-frontpage .pg-articles-frontpage-showcase  li a {
    display: block;
    background: -moz-linear-gradient(#ffffff, #eeeeee);
    background: -o-linear-gradient(#ffffff, #eeeeee);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#eeeeee));
    -pie-background: linear-gradient(#fff, #eee);
    margin: 0 0 0px;
    padding: 14px 15px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 0px;
    border-right: 0px;
    color: #535353;
    
    behavior: url(/js/css3pie/PIE.htc);
    -pie-watch-ancestors: 1;
    -pie-lazy-init: true;
    position: relative;
}

.pg-showcase-lists li.firstChild a,
#pg-feed-articles-frontpage .pg-articles-frontpage-showcase  li.firstChild a {
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    border-radius: 0 7px 0 0;
}

.pg-showcase-lists li.lastChild a,
#pg-feed-articles-frontpage .pg-articles-frontpage-showcase  li.lastChild a {
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-radius: 0 0 7px 0;
}

.pg-showcase-lists li.pg-selected a,
#pg-feed-articles-frontpage .pg-articles-frontpage-showcase  li.pg-selected a {
    background: #535353;
    background: -moz-linear-gradient(#676767, #535353);
    background: -o-linear-gradient(#676767, #535353);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#676767), to(#535353));
    -pie-background: linear-gradient(#676767, #535353);
    color: #FFF;
}

.pg-showcase-lists li a span,
#pg-feed-articles-frontpage .pg-articles-frontpage-showcase  li a span {
    white-space: nowrap;
    overflow: hidden;
    padding-right: 5px;
    width: 130px;
    display: block;
}
.pg-showcase-lists li a span {
    width: 175px;
}


/* END OF SHOWCASE */

.pg-feed-rss li a {
    padding-left: 20px;
    background: url(/images/prisguide.no/btn-sprite-20110121.png) no-repeat;
    background-position: -534px -110px;
    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;
    line-height: 16px;
}

.pg-review-userdata .pg-review-date {
    color: #A9A9A9;
    font-size: 10px;
    padding-left: 15px;
}

.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: 5px;
}

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

.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 a {
    display: block;
    width: 150px;
}
.pg-feed-products .pg-feed-image img {
    vertical-align: middle;
}

.pg-feed-products h3 a {
    color: #4e555c;
    height: 35px;
    overflow: hidden;
    display: block;
    line-height: 17px;
}
.pg-feed-products li {
    
}

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

.pg-feed-products .pg-button {
    margin-left: 0;
}

.pg-feed-products .pg-flavortext {
    font-size: 12px;
    color: #898989;
    line-height: 13px;
    height: 27px;
    margin: 5px 0;
    overflow: hidden;
}
.pg-feed-products .pg-reviewstars {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 12px;
}

.pg-feed-products .pg-price {
    margin-top: 7px;
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
}

.pg-feed-products .pg-shops {
    font-size: 12px;
    color: #898989;
}

/* 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 0px;
}

.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: 0px -2px;
}

.pg-heading-blue .pg-heading-right {
    background-position: -13px -2px;
}

.pg-heading-blue .pg-arrows { 
    background-position: -517px -111px;
}

.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-top-ad .pg-ad-moved {
    text-align: center;
}


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

.pg-ad-wallpaper-right {
    position: fixed;
    left: 0px;
}

.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;
    display: block;
}

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

.pg-stars li {
    display: inline;
}

.pg-stars a,
.pg-stars span,
.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-smiley {
    padding: 25px 25px 0 0;
    background: url(/images/main/smiley.png) no-repeat;
}
.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;
}

.pg-deliverytime {
    background: transparent url("/images/frakt.png") no-repeat;
    padding-left: 32px;
    min-height: 30px;
    line-height: 25px !important;
}

/* SHOP LISTS */
#pg-shop-list li .pg-shop-info,
#pg-shop-list li .pg-shop-logo,
#pg-shop-list li .pg-shop-rating,
#pg-shop-list li .pg-delivery-chart {
    min-height: 1px;
    margin-right: 20px;
    margin-top: 4px;
}
#pg-shop-list > ul > li:hover { background: #efefef; }
#pg-shop-list li .pg-shop-logo { width: 100px; }
#pg-shop-list li .pg-shop-info { width: 260px; }
#pg-shop-list li .pg-shop-rating { width: 115px; }

#pg-shop-list li .pg-shop-rating {
    line-height: 20px;
}

#pg-shop-list li .pg-shop-rating .pg-noReviews {
    color: #898989;
    font-size: 12px;
}

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

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


.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;
    width: 100%;
}



.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: 0px;
}


.pg-review-created { font-size: 10px; }

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

.pg-review-give-thumbs { font-size: 11px; }

.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: -292px -109px;
    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-public-lists li {
    margin-bottom: 8px;
}

.pg-public-lists.pg-lists-frontpage {
    width: 300px;
}

.pg-public-lists.pg-lists-frontpage li {
    line-height: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.pg-public-lists li a {
    font-weight: bold;
    display: block;
    padding-bottom: 5px;
}

.pg-public-lists.pg-lists-frontpage img {
    display: block;
    float: right;
}

.pg-list-author,
.pg-list-productcount {
    color: #898989;
    font-size: 12px;
}
.pg-public-lists.pg-lists-frontpage .pg-list-author { display: block; }

.pg-public-lists.pg-lists-frontpage .pg-list-minprice {
    margin-top: 5px;
    font-weight: bold;
    font-size: 12px;
    display: block;
    float: none;
}

.pg-public-lists .pg-list-minprice {
    float: right;
}

.pg-shoplist-desc {
    line-height: 15px;
}


div.pg-globallists-lists h1 {
    font-size: 20px;
    margin: 20px 0 5px;
}

div.pg-globallists-lists > .pg-grid {
    margin-top: 15px;
}

.pg-lists-full li {
    margin-bottom: 8px;
}

.pg-lists-full  {
    margin-right: 56px;
    width: 283px;
}

.pg-lists-full  li {
    line-height: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.pg-lists-full  li a {
    font-weight: bold;
    display: block;
    padding-bottom: 5px;
}

.pg-lists-full .pg-lists-imgwrapper {
    float: right;
    width: 140px;
}
.pg-lists-full img {
    display: block;
    float: right;
}

.pg-lists-full .pg-list-author,
.pg-lists-full .pg-list-productcount {
    color: #898989;
    font-size: 12px;
}
.pg-lists-full .pg-list-author { display: block; }

.pg-lists-full .pg-list-minprice {
    text-decoration: none;
    color: #696969;
    margin-top: 5px;
    font-weight: bold;
    font-size: 12px;
    float: none;
    display: block;
}

.pg-profile-generic .pg-similar-products h2 .pg-arrows {

}

.pg-profile-generic .pg-ad-300x250 {
    margin: 0 0 16px 0;
}

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

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

#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;
}

.pg-shop-stats {
    margin-top: 35px;
    padding: 10px;
}
.pg-delivery-dates { margin-bottom: 15px; margin-left: -10px; }
.pg-delivery-dates h3 {
    font-size: 15px;
    margin:0;
    padding: 0;
    padding-left: 45px;
}

/* LISTS: DISKUSJON.NO LINK */

#pg-my-list .pg-forum {
    padding: 0px 0;
    background: url(/images/main/diskusjon_bar.png) no-repeat top left;
    padding-top: 55px;
}

#pg-my-list .pg-forum .diskusjonLogo {
    /* background: url("http://www.diskusjon.no/favicon.ico") no-repeat scroll 0 4px transparent; 
    padding-left: 30px; */
    
}

#pg-my-list .pg-forum form {
    overflow: hidden; 
}

#pg-my-list .pg-forum #userAction { clear: both; }
#pg-my-list .pg-forum #userAction.notLoggedIn {
    clear: none; margin-top: 25px;
}

#pg-my-list .pg-forum #userAction.notLoggedIn .diskusjonLogo { text-align: right; }
#pg-my-list .pg-forum .diskusjonLogo label,
#pg-my-list .pg-forum .diskusjonLogo input[type=text],
#pg-my-list .pg-forum .diskusjonLogo input[type=submit],
#pg-my-list .pg-forum .diskusjonLogo input[type=password] {    
    margin-bottom: 5px;
    margin-left: 10px;
    
}
#pg-my-list .pg-forum .diskusjonLogo input[type=submit] {
    padding: 2px 5px;
}

#pg-my-list .pg-forum .diskusjonLogo label {
    font-weight: bold;
}


#pg-my-list .pg-forum #userAction { margin-bottom: 5px;}


#pg-my-list .pg-forum #userAction {
    
}

#pg-my-list .pg-forum h3 {
    display: none;
    margin: 0;
    font-size: 14pt;
    line-height: 12pt;
    padding-bottom: 7px;
    border-bottom: 1px solid #CCC;
    clear: left;
    color: #666;
    font-family: Georgia,Times,serif;
    font-weight: normal;
    letter-spacing: -1px;
    margin-bottom: 7px;
    text-transform: uppercase;
}
#pg-my-list .pg-forum textarea {
    resize: none;
    padding: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #aaa;
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 12px;
    width: 500px;
    height: 70px;
    margin-bottom: 5px;
}
#pg-my-list .pg-forum textarea.loading {
    background-color: #ddd;
}

#pg-my-list .pg-forum .forumLink {
    display: block;
    text-align: right;
    padding: 3px 0;
}

#pg-my-list .pg-forum #discussionSubmit[disabled] {
    background-color: #eee;
    color: #aaa;
}

#pg-my-list .pg-forum #discussionSubmit {
    background-color: #e6e6e6;
    border: 1px solid #aaa;
    color: #333;
    text-shadow: #fff 2px 1px 1px;
    padding: 3px 7px;
    margin: 3px 0px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    behavior: url(/js/css3pie/PIE.htc);
    -pie-watch-ancestors: 1;
    -pie-lazy-init: true;
}
#pg-my-list .pg-forum div.posted {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f9f8f3;
    border: 1px solid #b2ab72;
    padding: 4px;
}
#pg-my-list .pg-forum #member {
    float: right;
    width: 100px;
    margin-left: 6px;
}

#pg-my-list .pg-forum #member .name a {
    display: inline-block;
    padding: 4px 5px 2px;
}

#pg-my-list .pg-forum ol {
    padding: 0;
    margin: 0;
}
#pg-my-list .pg-forum .posts li {
    clear: left;
    background:transparent url(http://static.new.gfx.no/images/main/articleForumRepliesBg.png) repeat-x scroll 0 0;
    font-size: 12px;
    line-height:20px;
    margin-bottom:15px;
    padding:8px 0 0;
}
#pg-my-list .pg-forum .pagination {
    float: left;
    list-style: none;
}
#pg-my-list .pg-forum .pagination li {
    padding: 5px 0 16px;
    float: left;
    margin-right: 6px;
    font-size: 16px;
}

#pg-my-list .pg-forum .pagination a {
    border: 0;
    background-color: transparent;
    color: #000;
    font-weight: bold;
}

#pg-my-list .pg-forum .pagination .selected {
    color: #000;
    text-decoration: none;
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 4px;
}
#pg-my-list .pg-forum .pagination a:hover {
    opacity: .7;
}

#pg-my-list .pg-forum .author {
    overflow: hidden;
}
#pg-my-list .pg-forum .posts .content {
    margin-left: 10px;
}
#pg-my-list .pg-forum .posts .avatar {
    margin-left: 5px;
    width: 50px;
    float: left;
}

#pg-my-list .pg-forum .author a {
    color: black;
    font-weight: bold;
    font-size: 11pt;
    float: left;
}
#pg-my-list .pg-forum .loading {
    text-indent: -99999px;
    height: 16px;
    width: 16px;
    background: url(/images/main/spinner.gif) no-repeat 50% 50%;
}
#pg-my-list .pg-forum div.content {
    overflow: hidden;
}


#pg-my-list .pg-forum p.citation {
    background: #d3e9dc url(http://www.diskusjon.no/public/style_images/master/citation_bg.png) no-repeat right;
    color: #2b3730;
    font-size: 0.9em;
    font-weight: bold;
    border-width: 1px 1px 0 3px;
    border-style: solid;
    border-color: #6fa987;
    padding: 2px 8px;
    margin: 0px !important;
}

#pg-my-list .pg-forum div.blockquote {
	background: #f3f9f6;
	font-size: 0.9em;
	border-width: 1px 1px 1px 3px;
	border-style: solid;
	border-color: #6fa987;
	margin: 0px;
	margin-top: 0px;
}

#pg-my-list .pg-forum div.blockquote p.citation {
	background-color: #e5d2e9;
	color: #413544;
	border-color: #ae7eb9;
}

#pg-my-list .pg-forum div.blockquote div.blockquote {
	background: #f9f5fa;
	font-size: 1em;
	border-color: #ae7eb9;
	margin: 0px;
}

#pg-my-list .pg-forum div.blockquote div.blockquote p.citation {
	background-color: #e9e7d1;
	color: #474534;
	border-color: #b2ab72;
}

#pg-my-list .pg-forum div.blockquote div.blockquote div.blockquote {
	background: #f9f8f3;
	border-color: #b2ab72;
}

#pg-my-list .pg-forum div.blockquote p.citation {
	margin: 6px 15px 0 15px;
	font-size: 1em;
}

#pg-my-list .pg-forum div.quote {
    padding: 6px 12px;
} 

#pg-my-list .pg-forum div.quote p.blockquote {
    margin-left: -12px;
}

#pg-my-list .pg-forum cite {
    display: block;
    font-weight: bold;
}

#pg-my-list .pg-forum blockquote cite {
	font-size: 1em;
}
#pg-my-list .pg-forum a.snapback {
    margin-right: 5px;
    padding: 1px 0 1px 1px;
}


/* LISTS */

#pg-my-list {
    margin-bottom: 20px;
}

.pg-list-item-comment {
    clear: both;
    padding-left: 155px; 
    line-height: 16px;
}

.pg-list-item-comment a.pg-block.editListProductCommentLink {
    color: #4E555C;
}

.pg-list-item-comment .pg-list-item-comment-input {
    display: block;
    width: 98%;
    height: 100px;
}

.pg-minimal-shoplist .pg-list-item-comment { display: none !important; }

.pg-list-item-comment .pg-loading {
    position: relative;
    display: inline-block;
    width: 150px;
    padding-left: 35px;
    line-height: 34px;
    background-position: top left;
    color: #898989;
}


#listTheme { width: 190px; }

.pg-shoplist-desc a { text-decoration: none; }
.pg-shoplist-desc .pg-loading { position: relative; display: block; }
#editShopListComment { color: #4E555C; display: block; padding: 5px 0;}
#shopListCommentEditable { width: 100%; height: 100px; clear: both; margin-top: 10px; }

/* Hacks for pg-list-export by Service */

#pg-my-list.pg-list-export,
.pg-list-availability.pg-list-export {
    width: 540px;
    margin: 0;
    font-size: 12px;
}

#pg-my-list.pg-list-export .pg-shoplist-desc { margin-top: 15px; }
#pg-my-list.pg-list-export .pg-shoplist-desc img {
    float:right;
    clear:right;
    border: 1px solid #c6c6c6;
    margin-left: 10px;
    max-width: 175px;
}

#pg-my-list.pg-list-export ul.pg-minimal-shoplist .pg-content-box {
    width: 270px;
    padding-left: 5px;
    margin-right: 10px;
}
#pg-my-list.pg-list-export ul.pg-minimal-shoplist .pg-content-box h3 {
    font-size: 13px;
}

/* End Hacks for pg-list-export by Service */

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

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

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

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

.pg-lists-settings > li {
    margin-bottom: 8px;    
}

#pg-my-list .pg-list-tools li {
    display: inline-block;
}

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

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

.pg-list-availability .pg-sum {
    font-size: 15px;
}

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

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

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


.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;
    line-height: 20px;
}

.pg-list-availability .pg-list-shop-productcount,
.pg-list-availability .pg-list-shop-logo,
.pg-list-availability .pg-list-shop-rating {
    display: inline-block;
}

.pg-list-availability .pg-list-shop-logo { width: 150px; }
.pg-list-availability .pg-list-shop-productcount { float: right; }
.pg-list-availability .pg-list-shop-rating { vertical-align: top; }

.pg-list-availability .pg-list-shop-product-url,
.pg-list-availability .pg-list-shop-product-amount,
.pg-list-availability .pg-list-shop-product-stock,
.pg-list-availability .pg-list-shop-product-name {
    display: inline-block;
}

.pg-list-availability .pg-list-shop-product-url,
.pg-list-availability .pg-list-shop-product-amount,
.pg-list-availability .pg-list-shop-product-stock {
    float: right;
}

.pg-list-availability .pg-list-shop-product-name { font-weight: bold; }
.pg-list-availability .pg-list-shop-product-url { width: 80px; }
.pg-list-availability .pg-list-shop-product-amount { width: 100px; text-align: right; margin-right: 25px; }
.pg-list-availability .pg-list-shop-product-stock { width: 110px; text-align: right; margin-right: 25px; }


.pg-list-availability .pg-list-shop-product-url a { font-size: 11px; padding: 2px 5px; margin: 2px;}

.pg-list-availability .pg-view-list > li {
    padding: 10px 0;
}

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

#pg-my-list .pg-list-tabs li {
    display: inline;   
}
#pg-my-list .pg-list-tabs {
    margin: 25px 0 10px 0px;
    display: block;
    border-bottom: 7px solid #4E555C;
}

#pg-my-list .pg-list-tabs a {
    background: #E7E7E7;
    padding: 7px 8px 4px;
    display: inline-block;
    margin-bottom: 0px;
    color: #4E555C;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

#pg-my-list .pg-list-tabs a.pg-selected {
    background: #4E555C;
    color: #FFFFFF;
}

#pg-my-list .pg-list-tabs a:hover { text-decoration: none; }


#pg-my-list .pg-shopping-list {
    margin-top: 15px;
}

#pg-my-list .pg-shopping-list > li {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}

#pg-my-list .pg-shopping-list.pg-minimal-shoplist > li {
    border-bottom: 1px solid #e6e6e6;
    
}

#pg-my-list .pg-shopping-list.pg-minimal-shoplist .pg-product-unavailable { display: inline-block; }

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

#pg-my-list .pg-list-quantity,
#pg-my-list .pg-list-quantity input {
    font-size: 11px;
}

#pg-my-list h3 {
    margin: 5px 15px 2px 0;
    font-size: 14px;
    max-width: 275px;
    overflow: hidden;
    height: 14px;
}

#pg-my-list .pg-shopping-list.pg-minimal-shoplist h3 {
    height: 21px;
}

#pg-my-list .pg-product-category {
    margin-bottom: 10px;
    font-size: 11px;
}

#pg-my-list .pg-product-category span {
    display: inline-block;
    min-width: 170px;
}
#pg-my-list .pg-product-category a {
    font-size: 11px;
    padding-right: 15px;
}

#pg-my-list .pg-shopping-list.pg-minimal-shoplist .pg-product-category {
    margin-bottom: 0px;
}

#pg-my-list .pg-price {
    font-size: 17px;
    font-weight: bold;
    margin: 3px 0;
    display: block;
}

#pg-my-list .pg-stock {
    color: #696969;
    display: block;
    margin-top: 5px;
}

#pg-my-list .pg-stock-empty {
    margin-top: 5px;
    color: #696969;
    font-style: italic;
    display: block;
}

#pg-my-list .pg-content-box .pg-stars {
    margin: 5px 14px 12px;
}

#pg-my-list .pg-image-wrapper {
    width: 125px;
    margin-left: 5px;
}
#pg-my-list .pg-minimal-shoplist .pg-image-wrapper {
    width: auto;
}

#pg-my-list .pg-content-box {
    width: 413px;
    margin-right: 5px;
}
#pg-my-list .pg-buybox {
    width: 90px;
}

#pg-my-list .pg-shopping-list.pg-minimal-shoplist > li {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#pg-my-list ul.pg-minimal-shoplist .pg-content-box {
    width: 390px;
    padding-left: 20px;
    margin-right: 15px;
}

#pg-my-list ul.pg-minimal-shoplist .pg-content-box h3 {
    line-height: 26px;
    margin-bottom: 0px;
}

#pg-my-list ul.pg-minimal-shoplist .pg-buybox {
    width: 230px;
    text-align: left;
}

#pg-my-list ul.pg-minimal-shoplist .pg-list-quantity {
    margin-bottom: 0px;
    margin-top: 5px;
}

#pg-my-list ul.pg-minimal-shoplist input[type="checkbox"],
#pg-lists ul.pg-minimal-shoplist input[type="checkbox"] {
    top: 11px;
}

#pg-my-list ul.pg-minimal-shoplist .pg-stock-empty,
#pg-my-list ul.pg-minimal-shoplist .pg-stock,
#pg-my-list ul.pg-minimal-shoplist .pg-price,
#pg-my-list ul.pg-minimal-shoplist .pg-button {
    display: inline-block;
}
#pg-my-list ul.pg-minimal-shoplist .pg-price {
    width: 70px;
    text-align: right;
}

#pg-my-list img.pg-product-img {
    max-height: 80px;
}

#pg-my-list img.pg-shop-img {
    margin-right: 15px;
}

#pg-my-list ul.pg-minimal-shoplist .pg-hide-on-minimal {
    display: none !important;
}


#pg-shop-list,
#pg-shop-filters {
    
}

.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;
}


/* Shop ordering/filtering */

.pg-shops-filter { margin-bottom: 10px; }

/* Smileys */ 
.pg-shops-filter-ratings { width: 225px; text-align: center; height: 25px; } 
.pg-shops-filter-ratings > span { font-weight: bold; line-height: 30px; height: 30px; display: block; float: left; vertical-align: top; }
.pg-shops-filter-ratings ul { width: 135px; height: 20px; padding: 2px; display: inline-block; background: #EEE; border: 1px solid #c6c6c6; }
.pg-shops-filter-ratings li { display: inline-block; padding: 0; }


/* Order buttons */

.pg-shops-filter-sorting { margin-left: 10px; }
/*.pg-shops-filter-sorting a { margin-right: 30px; margin-top: 15px; }*/

/* End of shop order/filtering */

.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 input[type=checkbox],
#pg-lists input[type=checkbox] {
    position: absolute;
    left: 0px;
    top: 35px;
}

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

.pg-list-image {
    float: left;
    margin-right: 10px;
}

.pg-list-title-box {
    width: 400px;
}
.pg-list-title-box a {
    display: block;
}

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

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


/* CATEGORIES */

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

#pg-categories div { 
    border-top: 0; 
}

#pg-categories table {
    border-collapse: separate;
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
}

#pg-categories td {
    padding: 0px 10px 30px;
    width: 33%;
}

#pg-categories tr.pg-last-row td {
    padding: 0px;
}

#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 td p, #pg-categories td p a {
    font-size: 11px;
    color: #535353;
}

.pg-bg-graygradient {
    background: -moz-linear-gradient(#ffffff, #eeeeee);
    background: -o-linear-gradient(#ffffff, #eeeeee);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#eeeeee));
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 0px 5px;
}

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

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

#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: 13px;
    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.5em;
}

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

#pg-product .links {
    border-top: 1px solid #E6E6E6;
    padding: 0;
}
#pg-product .links a {
    margin-right: 20px;
    display: inline-block;
    padding: 0 0 4px;
}
#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 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;
}

#pg-product #___plusone_0,
#pg-product .fb-like {
    margin-top: 5px !important;
}


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

#pg-product .pg-details .pg-detail-section h2 {
    margin: -5px -5px 5px;
}

#pg-product .pg-detailWrapper {
    margin: 0 0 5px;
} 

#pg-product .pg-detailWrapper .pg-detail-name {
    color: #898989;
    display: inline-block;
    width: 140px;
}

#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: 64%;
    margin: 0 0 4px 0;
    padding: 2px 2px 2px 0;    
    display: inline-block;
}

#pg-product .pg-detail-section {
    border: 1px solid #e6e6e6;
    padding: 5px;
    margin-bottom: 10px;
}

#pg-product .pg-details dd.pg-detail-bool {
    vertical-align: baseline;
    margin-left: 5px;
    padding-left: 0px;
}

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


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

.pg-detail-bool {
    background: transparent url(/images/prisguide.no/btn-sprite-20110121.png) no-repeat;
}
#pg-product .pg-details .pg-detail-bool,
.pg-detail-bool {
    display: block;
    width: 11px;
    text-indent: -9999px;
}

.pg-detail-bool-0 {
    background-position: -348px -109px;
    width: 11px !important;
    margin-left: 3px !important;
}

.pg-detail-bool-1 {
    background-position: -376px -109px; 
}

#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-compact dl.bools {
    margin-bottom: 5px;
}

#pg-product .pg-details-compact dl.bools dd {
    padding: 0;
    margin: 0 0 0 5px;
    width: auto;
}
#pg-product .pg-details-compact dl.bools dt {
    padding: 0 0 2px;
    margin: 0 0 1px;
    color: #4e555c;
    clear: left;
}


#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;
    height: 229px;
    margin: 10px 0 2px;
}

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

#pg-product .pg-details-normal dd {
    padding-left: 3px;
    min-height: 13px;
}


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

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

#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: -311px -109px;
    width: 15px;
}

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

#pg-product-info .pg-nav .pg-selected {
    margin-bottom: 0;
    background: #fff no-repeat left 0px;
    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 -41px;
    padding: 7px 12px 0 7px;
}

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

#pg-product .pg-product-info #pg-articles-list {
    border-top: 0px;
    padding-top: 10px;
}

#pg-product .pg-product-info #pg-articles-list li {
    padding: 0 15px;
    margin: 0 25px 15px 0;
    float: left;
    width: 40%;
}
#pg-product .pg-product-info #pg-articles-list li .pg-feed-icon {
    float: left;
    background-position: -231px -58px;
    width: 43px;
    height: 43px;
}

/* Has stars on the same line so it fudgeds margins. Override standard */
#pg-product .pg-product-info .pg-review-average span.pg-arrows { margin-top: 29px; }

#pg-product .add_product_review_box.pg-feed .content {
    border: 0px;
}

#pg-product .pg-product-info .pg-feed-articles-compact {
    margin-bottom: 20px;
}

#pg-product .pg-product-info .pg-feed-articles-compact h2 {
    margin-bottom: 0px;
}

#pg-product .pg-review-average h2 span {
    line-height: 14px;
    margin-top: 8px;
    margin-bottom: 0;
    display: inline-block;
}

#pg-product .pg-review-average .pg-stars {
    margin: 0 0 0 5px !important;
    display: inline-block;
    vertical-align: top;
}


#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 {
    display: table-cell;
    text-align: center;
    height: 222px;
    width: 256px; 
    line-height: 222px;
    vertical-align: middle;
    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 {
    width: 952px;
    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: -420px -128px;
}

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

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

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

#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-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;
    height: 70px;
}

#pg-product .pg-prices tbody tr.pg-prices-hideline td {
    padding: 0;
    height: auto;
    border-bottom: 0;
    position: relative;
}
#pg-product .pg-prices tbody tr.pg-prices-hideline td a {
    margin-top: -15px;
    margin-left: 135px;
    position: absolute;
    
}

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

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

#pg-product .pg-prices .pg-shop li {
    margin-bottom: 0.5em;
}

#pg-product .pg-prices .pg-shop li:last-child {
    margin-bottom: 0px !important;
}

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

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

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

#pg-product .pg-prices .pg-shipping li {
    margin-bottom: 0.5em;
    color: #898989;
}

#pg-product .pg-prices .pg-shipping li:last-child {
    margin-bottom: 0px !important;
}

#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-stock-status .pg-inStock {
    background-image: url("/images/prisguide.no/btn-sprite-20110121.png");
    background-position: -376px -110px;
    display: block;
    height: 13px;
    width: 13px;
    margin: 0 auto 0.3em auto;
}

#pg-product .pg-prices .pg-stock-status strong {
    font-weight: 400;
}

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

#pg-product .pg-button.pg-button-buy {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    width: 50px;
    float: none;
    display: block;
    padding: 6px 8px;
}

/* Pricealert */

#pg-product #pg-price-alert input[type=checkbox] {
    vertical-align: middle;
}

#pg-product #pg-price-alert {
    line-height: 18px;
}
#pg-product #pg-price-alert h3 {
    margin-bottom: 5px;
}
#pg-product #pg-price-alert li,
#pg-product #pg-price-alert p {
    margin-bottom: 10px;
}

#pg-product #pg-price-alert .pg-pricealert-data p {
    float: left;
    margin-right: 25px;
}

#pg-product #pg-price-alert .pg-loading {
    background-position: left;
    height: 32px;
    padding-left: 35px;
    line-height: 32px;
    display: block;
    width: 100px;
    position: relative;
}

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

.pg-feed-forum li,
.pg-feed-accessories li {
    margin: 0 0 7px 9px;
    line-height: 17px;
}


.pg-feed-forum {
    margin-bottom: 25px;
}

.pg-feed-forum .pg-forum-link {
    display: block;
    background: url("/images/main/diskusjon_bar.png") no-repeat scroll left top transparent;
    height: 50px;
    text-indent: -9999px;
}
.pg-feed-forum a { font-weight: bold; }


.pg-feed-forum li {
    padding-left: 14px;
    background: url(/images/main/discussion-icon.png) no-repeat left 4px;
    margin: 6px 0;
}

.pg-feed-forum p {
    text-align: center;
    margin-top: 10px;
}

/* Feed list */
#pg-product #pg-feed-reviews {
    margin-top: 24px;
    margin-bottom: 8px;
}
#pg-product #pg-feed-reviews ul {
    display: block;
    margin-bottom: 15px; 
}
#pg-product #pg-feed-reviews li {
    margin: 4px 0;
}

#pg-product #pg-feed-reviews .pg-product-review-feed-summary {
    display: inline-block;
}

#pg-feed-reviews .ratingValue { color: #a6a6a6; }
/* End of feed list */

#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: 14px;
}

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

#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-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-user-info img {
    margin-right: 10px;
}

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

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

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

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

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

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

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

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

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

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


/* 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;
}




/* Profile page */

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

#pg-profile-info .pg-rounded-corner {
    padding: 10px;
    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;
}


/* SearchFilters */

#pg-search-hitswrapper {
    width: 680px;
    float: left;
}

#pg-search-replace .pg-no-hits-message {
    width: 645px;
    float: left;
    padding: 10px;
    font-weight: bold;
}

.pg-search-column-right .pg-ad {
    margin: 0 0 10px;
}
.pg-search-column-right {
    margin-top: 45px;
    width: 300px;
}
.pg-search-column-right-pricelines-only {
    margin-top: 80px;
    width: 300px;
}


#pg-search-replace #pg-breadcrumbs {
    margin-bottom: 10px;
}
#pg-search-results {
    margin: 5px 0;
}

.pg-filter-header {
    font-size: 18px;
    height: 28px;
    line-height: 26px;
    vertical-align: top;
    display: inline-block;
}
.pg-filter-header a {
    font-size: 17px;
    color: #537CAD;
}

/* Filter categories */

.pg-search-categoryhits {
    border: 1px solid #EEE;
}

.pg-search-categoryhits h2 {
    font-size: 15px;
    margin-bottom: 10px;
}
.pg-search-categoryhits .pg-padding {
    padding: 10px;
}

.pg-search-categoryhits li {
    float: left;
    padding: 2px;
    width: 130px;
    margin-bottom: 25px;
    height: 70px;
    
}
.pg-search-categoryhits li a {
    display: block;
    text-align: center;
    color: #696969;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.pg-search-categoryhits .pg-imagewrapper {
    height: 50px;
    line-height: 50px;
    margin-bottom: 5px;
}

.pg-search-categoryhits img {
    vertical-align: middle;
    max-height: 50px;
    max-width: 60px;
}


.pg-search-categoryhits .pg-nb {
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
}

/* Filters */
#pg-filter-form #pg-filter-container {
    width: 980px;
}

#pg-filter-container .accordion {
    margin-bottom: 15px;
}

#pg-filter-container .pg-ShowAllSections {
    font-weight: bold;
    font-size: 13px;
    margin-right: 8px;
    line-height: 18px;
}

#pg-filter-container .pg-advancedFilters {
    margin-top: 10px;
}

#pg-filter-form-filters {
    padding: 0px 0px 2px;
    background: #FFF;
}

#pg-filter-container div.pg-filter {
    width: 19.6%;
    margin-bottom: 5px;
    min-height: 85px;
    vertical-align: top;
    line-height: 1.4;
}

#pg-filter-container .hasBools div.pg-filter {
    width: 188px;
}

#pg-filter-container .pg-search-show-expired {
    line-height: 25px;
    margin-right: 10px;
}
#pg-filter-container .pg-search-show-expired input {
    margin-top: 5px;
    margin-right: 3px; 
}

#pg-filter-container .pg-filter-section {
    border: 1px solid #cfcfcf;
    background: #E6E6E6;
    display:block;
    padding: 0px 2px;
    clear: both;
    margin-top: 5px;
    font-size: 13px;
}

#pg-filter-container .pg-advancedFilters .pg-filter-wrapper {
    margin-top: -1px;
}

#pg-filter-container .pg-filter-section a {
    color: #4E555C;
    text-decoration: none;
    padding: 0 0 0px 20px;
}

#pg-filter-container .pg-filter-section.ui-state-active a {
    padding: 0 0 3px 20px;
}

#pg-filter-container .pg-filter-wrapper {
    padding: 3px 7px 10px !important;
}

#pg-filter-container .pg-filter-simple .pg-filter-wrapper {
    padding: 3px 7px 0px !important;
    border: 1px solid #cfcfcf;
    border-bottom: 0;
}


#pg-filter-container div.pg-filter h4{
    margin-top: 5px;
    font-size: 12px;
}

#pg-filter-container .pg-input {
    height: 12px;
    font-size: 11px;
    vertical-align: top;
}

#pg-filter-container .pg-checkbox {
    height: 12px;
    padding: 0;
    margin: 0;
    vertical-align: baseline;
}

#pg-filter-form-filters .pg-filter-query {
    display: block;
    clear: both;
    background: #e9e9e9;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    border: 1px solid #cfcfcf;
}

#pg-filter-form-filters .pg-filter-query .pg-button {
    margin-top: -3px;
}

#pg-filter-form-filters .pg-filter-query input {
    width: 400px;
}
#pg-filter-form-filters .pg-filter-query label {
    font-size: 12px;
    display: inline-block;
}


#pg-filter-form-filters .pg-priceinput input {
    width: 40px;
}

#pg-filter-container div.pg-filter a {
    vertical-align: top;
    font-size: 12px;
    color: #537CAD;
}

#pg-filter-container .pg-filter-simple-wrapper div.pg-filter {
    width: 252px;    
}


#pg-filter-container .pg-filter-bool h4 {
    margin-top: 10px;
}

#pg-filter-container .pg-filter div {
    color: #696969;
}

#pg-filter-container .pg-ShowAllOptions {
    display: block;
    
}

/* REMOVE-FILTERS BOX */
#pg-remove-filter-box a:hover span { opacity: .5; filter: alpha(opacity = 70); }

#pg-remove-filter-box  {
    display: block;
    padding-left: 3px;
    background: #4E555C;
    border: 1px solid #929aa3;
    border-bottom: 0px;
    margin: 0;
}

#pg-remove-filter-box ul,
#pg-remove-filter-box li {
    margin: 0;
    padding: 0;
}

#pg-remove-filter-box,
#pg-remove-filter-box a {
    color: #FFF;
}

#pg-remove-filter-box span.pg-title {
    margin-left: 10px;
}

#pg-remove-filter-box li,
#pg-remove-filter-box span.pg-title {
    display: inline !important;
    margin-right: 15px;
    line-height: 28px;
}

#pg-remove-filter-box span {
    font-weight: bold;
}

#pg-remove-filter-box li a {
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

#pg-remove-filter-box li span {
    background: transparent url(/images/prisguide.no/btn-sprite-20110121.png) no-repeat -348px -109px;
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
}

#pg-remove-filter-box a.pg-search-reset {
    /* Nullstill søk */
    font-size: 11px;
    text-decoration: underline;
    margin-bottom: 3px;
    display: block;
}


/* 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-20110121.png) no-repeat scroll -76px -38px;
    height: 15px;
    width: 15px;
    
    cursor: pointer;
    position: relative;
}

#pg-filter-form .pg-checkbox {
    margin-right: 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: -167px -135px;
}

#pg-filter-form h4.pg-selected .pg-arrows {
    background-position: -176px -137px;
    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/pg-shop-review-write.png) no-repeat scroll -0px -0px;
    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/pg-shop-review-write.png) no-repeat scroll -20px -41px;
    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;
}

.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;
    color: #FFF;
    font-weight: bold;
}
.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 {
    line-height: 20px;
    border: 0;
    margin-bottom: 8px;
    color: #898989;
}

.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-review-disclaimer {
    margin-top: 37px;
}

.pg-review-disclaimer li {
    list-style-type: disc;
    margin: 3px 0 0 17px;
}

.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 .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: scroll;
}

#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 h3 {
    font-size: 16px;
    margin-bottom: 5px;
    text-align: center;
    height: 26px;
    font-weight: normal;
}
#pg-compare h4 {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
}

#pg-compare .pg-remove-compare { margin-bottom: 5px; text-align: center;}

#pg-compare tr.pg-detail-section th {
    border-left: none;
    padding-top: 25px;
}

#pg-compare .pg-detail-label {
    padding-left: 1px;
    text-transform: uppercase;
    color: #898989;
}

#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-20110121.png); 
    background-repeat:no-repeat;
    height: 22px;
    position: relative;
    top: -8px;
    text-indent: -9999px;
    width: 22px;
}

#pg-compare .pg-prev {
    background-position: -420px -128px;
}

#pg-compare .pg-next {
    background-position: -442px -128px;
}

#pg-compare a.pg-prev:hover {
    background-position: -465px -128px;
}

#pg-compare a.pg-next:hover {
    background-position: -489px -128px;
}

#pg-compare a#pg-show-unequal {
    clear: left;
    color: #535353;
    font-weight: bold;
    margin: 10px -10px;
    display: block;
    background: url(/images/prisguide.no/pg-show-unequal-bg.png) repeat-x 0 0px;
    text-transform: uppercase;
    padding: 9px 0;
}

#pg-compare a#pg-show-unequal:hover {
    background-position: 0 -46px;
}

#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-20110121.png) no-repeat scroll -348px -107px;
}

.pg-user-list-expand {
    background: transparent url(/images/prisguide.no/btn-sprite-20110121.png) no-repeat scroll -100px -133px;
}

.pg-user-list-adding {
    float : right;
    background: transparent url(/images/prisguide.no/btn-sprite-20110121.png) no-repeat scroll -376px -106px;
}

.pg-user-list-added {
    float : right;
    background: transparent url(/images/prisguide.no/btn-sprite-20110121.png) no-repeat scroll -248px -109px;
}

.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-20110121.png) no-repeat scroll -165px -37px;
}

.pg-eu-model-link:hover {
    background-position: -185px -37px;
}

.pg-shop-comment-link {
    background-position: -125px -37px;
}

.pg-shop-comment-link:hover {
    background-position: -145px -37px;
}

.pg-filter-all {
    font-size: 12px;
    margin-top: 5px;
}

#pg-nohits-catlist {
    width: 100%;
    display: block;
}

#pg-nohits-catlist li {
    display: inline-block;
    text-align: center;
    width: 148px;
}

#pg-nohits-catlist li .catTitle {
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
}

#pg-tetris-text {
    margin: 20px 0 15px 0;
    font-size: 200% !important;
}

#tetris-footer {
    clear: both;
    height: 128px;
    background: url(/images/tetris/blocks.gif) no-repeat bottom center;
}

#tetris-start {
    margin-left: 15px;
}

#tetris-start span {
    display: block;
    width: 216px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 160%;
    font-weight: bold;
    text-indent: -9000px;
    background: #444 url(/images/tetris/start-spill.jpg) top left;
    color: #fff;
}

#tetris-start:hover span {
    background-position: bottom left;
}

.tetris-home {
    margin-bottom: -20px;
}

p.pg-attention,
#pg-404 {
    background: #ffc;
    padding: 10px;
}

#pg-404 {
    margin-bottom: 30px;
}



/* Social Share */

.pg-facebook-like {
    background: transparent;
    border:none;
    width:76px;
    height:20px;
    vertical-align: bottom;
    margin-right: 5px;
}

#pg-product .pg-facebook-like {
    margin-top: 2px;
}

.socialShare {
    float: left;
    margin: 0 0 15px 0;
    width: 550px;
}

.socialShare ul li {
    float: left;
    padding-right: 5px;
}

.socialShare .socialShareLink {
    font-size: 8pt;
    padding: 2px 0 6px 20px;
    height: 16px;
}

.socialShare .socialShareLink.facebook {
    background: url(http://static.new.gfx.no/images/icons/thirdparty/socialShareFacebook16x16.gif) no-repeat top left;
}

.socialShare .socialShareLink.nettby {
    background: url(http://static.new.gfx.no/images/icons/thirdparty/socialShareNettby16x16.gif) no-repeat top left;
}

.socialShare .socialShareLink.forum {
    background: url(http://static.new.gfx.no/images/main/articleForumDiscuss.gif) no-repeat top left;
    padding-left: 25px;
}

.socialShare .socialShareLink.twitter {
    background: url(http://static.tek.no/images/icons/thirdparty/socialShareTwitter16x16.ico) no-repeat top left;
}

/* Similar products */
.pg-similar-products h2 {
    margin-bottom: 17px;
}
.pg-similar-products li { padding: 0px 0 5px; margin-bottom: 8px; border-bottom: 1px solid #EEE; }
.pg-similar-products li a { vertical-align: top; text-decoration: none; }
.pg-similar-products li a:hover { text-decoration: underline; }
.pg-similar-products a.pg-product-image {width: 70px; display: block; float: right; text-align: right;}
.pg-similar-products li a.pg-product-title {
    display: block;
    color: #6597CA;
    font-weight: bold;
}
.pg-similar-products li a.pg-product-price {
    text-align: left;
    display: block;
    margin-top: 10px;
    color: #555;
    font-weight:bold;
    font-size: 12px;
}

#pg-mpx-ad {
    margin-bottom: 15px;
}


/* Checkbox GFX */
.pg-filter-option { line-height: 18px; }

.pg-img-chkbox {
    background: #FFF;
    height: 10px;
    width: 10px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: bottom;
    box-shadow: 1px 1px 3px #cfcfcf;
    -moz-box-shadow: 1px 1px 3px 0 #cfcfcf;
    -webkit-box-shadow: 1px 1px 3px 0 #cfcfcf;
    box-shadow: 1px 1px #cfcfcf;
    -pie-box-shadow: 1px 1px 3px 0 #cfcfcf;
    
    border: 1px solid #cfcfcf;
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -pie-watch-ancestors: 1;
    -pie-lazy-init: true;
}
.pg-img-chkbox.true { background: transparent url(/images/main/checkbox/checkbox_true.png) no-repeat; }
.pg-img-chkbox.false { background: transparent url(/images/main/checkbox/checkbox_false.png) no-repeat; }

/* Pricelist showall */

.pg-pricelists-showall-wrapper {
    
    
}
.pg-pricelists-showall-wrapper a {
    margin: 10px 0;
}
.pg-pricelists-showall-wrapper .pg-loading { position: inherit; float: right; margin-left: 5px;}


/* Shop reviews */
.add_shop_review_box {
    margin: 0 0 10px;
    width: 300px;
}

.add_shop_review_box .pg-response {
    margin: 5px 0 15px;
    padding: 5px;
    font-weight: bold;
    border: 2px dotted #6DB756;
}

.add_product_review_box input[type=checkbox],
.add_shop_review_box input[type=checkbox] {
    vertical-align: middle;    
}

.add_shop_review_box h1 {
    background: #6597CA;
    color: #FFF;
    padding: 10px;
    font-size: 14px;
    line-height: 17px;
}

.add_shop_review_box .content {
    border: 1px solid #e6e6e6;
    border-top: 0;
    padding: 5px;
    line-height: 15px;
}

.pg-addShopReviewForm .pg-loading {
    position: relative;
    height: 25px;
    display: block;
    width: 100%;
    padding-left: 35px;
    padding-top: 7px;
    background-position: top left;
}
.pg-addShopReviewForm dt,
.pg-addShopReviewForm dd {
    margin-bottom: 5px;
    line-height: 20px;
}

.pg-hideForm dd,
.pg-hideForm dt,
.pg-hideForm a,
.pg-hideForm span,
.pg-hideForm div {
    display: none !important;
}

.pg-hideForm .pg-initial {
    display: block !important;
}

.pg-hideForm .pg-initial.pg-inline-block {
    display: inline-block !important;
}

.pg-addShopReviewForm input[name=email] {
    width: 154px;
}

.pg-addShopReviewForm .pg-radios {
    width: 125px;
}

.pg-addShopReviewForm input[name=firstname],
.pg-addShopReviewForm input[name=surname]{
    width: 73px;
}

.pg-addShopReviewForm dt {
    clear: left;
    float: left;
    width: 130px;
}
.pg-addShopReviewForm dt.pg-fullwidth {
    float: none;
    clear: left;
    width: 100%;
}

.pg-addShopReviewForm textarea {
    width: 280px;
    height: 200px;
}

#pg-default-popup .pg-addShopReviewForm textarea {
    width: 358px;
    height: 250px;
}

.pg-addShopReviewForm .pg-large {
    width: 160px;
}
.pg-addShopReviewForm .pg-radios input {
    margin-left: 20px;
}
.pg-addShopReviewForm .pg-radios input:first-child {
    margin-left: 5px;
}

.pg-addShopReviewForm .pg-small {
    font-size: 20px;
}

.pg-addShopReviewForm .pg-response-error {
    border: 2px dotted #FF0000;
    padding: 10px 5px;
    margin-bottom: 5px;
    clear: both;
}

/* Product reviews */


.add_product_review_box {
    margin: 0 0 10px;
}

.add_product_review_box .pg-italic,
.add_shop_review_box .pg-italic {
    font-size: 11px;
}

/* Product Reviews */

#pg-product .add_product_review_box h1 {
    background: #6597CA;
    color: #FFF;
    padding: 10px;
    font-size: 14px;
    line-height: 17px;
}

.add_product_review_box .content {
    border: 1px solid #e6e6e6;
    border-top: 0;
    padding: 5px;
    line-height: 15px;
}

.pg-addProductReviewForm .pg-loading {
    position: relative;
    height: 25px;
    display: block;
    width: 100%;
    padding-left: 35px;
    padding-top: 7px;
    background-position: top left;
}

.pg-addProductReviewForm .pg-review-rating label {
    width: 155px;
}
.pg-addProductReviewForm .pg-review-contactinfo {
    width: 280px;
}
.pg-addProductReviewForm .pg-review-persona label {
    display: block;
    margin-bottom: 5px;
}
.pg-addProductReviewForm .pg-review-persona label input {
    float: right;
    margin-left: 5px;
}

.pg-addProductReviewForm .pg-review-persona > div {
    margin-bottom: 5px;
    line-height: 20px;
}

.pg-addProductReviewForm .pg-review-procons {
    width: 280px;
    margin-top: 10px;
}

.pg-addProductReviewForm .pg-review-procons label {
    margin-bottom: 10px;
    display: block;
}

.pg-addProductReviewForm .pg-review-procons input {
    width: 99%;
    display: block;
    margin: 3px 0;
}

.pg-addProductReviewForm .pg-review-comment {
    margin-top: 10px;
}

.pg-addProductReviewForm input[name=email] {
    width: 154px;
}

.pg-addProductReviewForm .pg-radios {
    width: 125px;
}

.pg-addProductReviewForm input[name=firstname],
.pg-addProductReviewForm input[name=surname]{
    width: 73px;
}

.pg-addProductReviewForm .proCons input{
    width: 99%;
    margin-bottom: 3px;
}

.pg-addProductReviewForm textarea {
    width: 280px;
    height: 200px;
}

#pg-default-popup .pg-addProductReviewForm textarea {
    width: 358px;
    height: 250px;
}

.pg-addProductReviewForm .pg-large {
    width: 160px;
}
.pg-addProductReviewForm .pg-radios input {
    margin-left: 20px;
}
.pg-addProductReviewForm .pg-radios input:first-child {
    margin-left: 5px;
}

.pg-addProductReviewForm .pg-small {
    font-size: 20px;
}

.pg-addProductReviewForm .pg-response-error {
    border: 2px dotted #FF0000;
    padding: 10px 5px;
    margin-bottom: 5px;
    clear: both;
}


/* Productpage inline add review */

.pg-product-write-review {
    margin-top: 15px;
    margin-bottom: 25px;
}

.pg-product-write-review h2 {
margin-bottom: 0px;
}

.pg-product-write-review .pg-button {
    float: none !important;
}

.pg-product-write-review .pg-addProductReviewForm .pg-review-persona .pg-review-rating label {
    width: 280px;
}
.pg-product-write-review .pg-addProductReviewForm .pg-review-persona .pg-review-contactinfo label {
    width: 400px;
}
.pg-product-write-review .pg-addProductReviewForm textarea {
    width: 650px;
}

.pg-product-write-review .pg-addProductReviewForm .pg-review-procons input {
    width: 300px;
}

.pg-search-error {
    margin-top: 50px;
    float: left;
    width: 680px;
}

.pg-search-error h1 {
    font-size: 16px;
    margin-bottom: 10px;
}

.pg-search-error p {
    line-height: 17px;
    margin-bottom: 5px;
}

.pg-frontpage-info {
    margin-bottom: 40px;
}

.pg-frontpage-info ul {
    display: block;
    padding-top: 5px;
}

.pg-frontpage-info ul li {
    padding: 0px;
    margin: 0;
}

.pg-frontpage-info .date {
    color: #898989;
    font-size: 11px;
    padding-left: 5px;
    font-weight: normal;
}

.pg-frontpage-info li .pg-feed-icon,
.pg-frontpage-info li:hover .pg-feed-icon {
    background-position: -140px -58px;
    vertical-align: top;
}


.pg-frontpage-info h3 {
    padding-top: 7px;
    margin-left: 40px;
    margin-bottom: 3px;
    display: block;
    font-size: 13px;
}
.pg-frontpage-info li p {
    margin: 0 0 10px;
}

.pg-button-to-mobile {
    display: block;
    color: #000;
    text-transform: uppercase;
    background: #CCC;
    padding: 10px;
    font-size: 25px;
    margin: 10px 0;
    text-align: center;
    border: 1px solid #898989;
}


/* Twitter widget */

.pg-twitter-widget {
    width: 290px;
    background: #eee;
    margin-bottom: 10px;
    padding: 5px;
}

.pg-twitter-widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.pg-twitter-widget ul li {
    margin-top: 2px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    line-height: 15px;
    font-size: 12px;
    padding: 3px;
}
.pg-twitter-widget ul li:last-child {
    border-bottom: 1px solid #ddd;
}

.pg-twitter-widget .pg-twitter-myuser  { margin-bottom: 5px; }
.pg-twitter-widget .pg-twitter-byline { text-align: right; font-size: 11px; color: #898989; }
.pg-twitter-widget .pg-twitter-created {  }
.pg-twitter-widget .pg-twitter-myuser a .pg-twitter-myusername { text-decoration: none; color: #4E555C; font-size: 16px; margin-bottom: 8px;}
.pg-twitter-widget .pg-twitter-myuser a .pg-twitter-desc {font-weight: bold; }
.pg-twitter-widget .pg-twitter-myuser a span { padding-top: 5px; }
.pg-twitter-widget .pg-twitter-myuser img { margin-right: 5px; }
.pg-twitter-widget .twitter-logo { background: url(/images/twitter_logo_full.png) no-repeat top right; height: 20px; margin-bottom: 5px; margin-left: 5px;}


/* Minichart (Delivery chart productpage prices) */

a.pg-minichart {
    width: 74px;
    text-decoration: none;
    display: block;
    color: #363636;
    background: #f6f6f6;
    position: relative;
}

.pg-minichart-nodata,
a.pg-minichart ul  {
    z-index: 1;
    position: relative;
    width: 72px;
    height: 25px;
    
    display: block;
    list-style-type: none;
    margin:0;
    padding: 0 0 0 1px;
}

.pg-minichart-nodata {
    display: block;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #c6c6c6;
    font-size: 9px;
}

a.pg-minichart ul .bar {
    margin:0 1px 0 0;
    padding: 0px;
    float: left;
    width: 7px;
    height: 25px;
    background: #6597CA;
    display: block;
}

a.pg-minichart span {
    font-family: arial;
    font-size: 8px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.pg-facebook-box { margin-bottom: 10px; }

#pg-newsletter-form label { margin: 5px 0;}
#pg-newsletter-form p { margin: 0 0 20px;}

#pg-newsletter-form label select,
#pg-newsletter-form label input {
    display: block;
    margin: 2px 0 7px 0;
}

/* Offers: prisguide.no/tilbud/ */

.pg-offers.pg-contentpadding { padding-top: 10px; }

.pg-offers h2 { font-size: 16px; }

.pg-offers th {
    background: #efefef;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 3px 5px 3px;
}


.pg-offers .pg-offer td {
    vertical-align: middle;
    border-bottom: 1px solid #c9c9c9;
    padding-top:  10px;
    padding-bottom: 10px;
}

.pg-offers .pg-offer:last-child td {
    border-bottom: 0px none;
}

.pg-offers li.pg-offer:last-child {
    border-bottom: 0px;
}

.pg-offers .pg-product-image {
    width: 100px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.pg-offers .pg-product-info {
    width: 310px;
    padding-right: 10px;
    position: relative;
}

.pg-offers .pg-product-info a {
    font-weight: 700;
}

.pg-offers a.pg-offer-info-link {
    color: #898989;
    font-size: 10px;
}

.pg-offers .pg-offer-info-text {
    display: none;
}

.pg-offer-info p {
    margin-top: 20px;
    font-size: 10px !important;
}

.pg-offers .pg-popup {
    font-size: 12px;
}

.pg-offers .pg-category {
    font-size: 11px;
    color: #898989;
}

.pg-offers .pg-product-info .pg-shop {
    display: inline-block;
    margin: 10px 0 5px 0;
}

.pg-offers .pg-product-info .pg-shop-comment-link {
    margin-left: 5px;
}

.pg-offers .pg-timestamp {
    font-size: 10px;
}

.pg-offers .pg-offer-wrapper {
    margin-top: 10px;
    border: 1px solid #c9c9c9;
}

.pg-offers .pg-offer-old-price {
    color: #aaa;
    text-decoration: line-through;
}

.pg-offers .pg-date,
.pg-offers .pg-date:hover {
    text-transform: uppercase;
    font-size: 10px;
    background: #efefef !important;
    color: #696969;
    margin: 0px 0 0;
    padding: 5px 3px 3px 5px;
}

.pg-offers .pg-date .pg-f-right span {
    padding-left: 35px;
}

.pg-offers .pg-price {
    width: 70px;
    text-align: center;
    font-weight: bold;
    
    font-size: 16px;
    line-height: 16px;
}

.pg-offers .pg-price-save {
    width: 70px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px 5px;
    line-height: 16px;
}

.pg-offers .pg-price-save-percent {
    font-size: 10px;
}

.pg-offers .pg-save-text {
    font-size: 10px;
}

.pg-offers .pg-buy {
    width: 51px;
    padding-right: 10px;
}

.pg-offers .pg-offer .pg-button-buy {
    margin-left: 10px;
    font-size: 12px;
    padding: 5px 12px;
}

.pg-offers p { margin: 5px 0 7px; }

.pg-offers .pg-showcase { padding: 0px; margin-bottom: 20px; }
.pg-offers .pg-leftcolumn { margin-right: 10px; margin-top: 10px; margin-left: 10px; }


.pg-offers .pg-showcase .pg-content { padding: 15px 10px 15px; }
.pg-offers .pg-showcase h2 a { font-size: 16px; }

.pg-offers .pg-showcase { 
    padding: 0px; 
    margin-bottom: 30px; 
}

.pg-offers .pg-leftcolumn { margin-right: 10px; margin-top: 10px; margin-left: 10px; }



.pg-offers .pg-showcase p {margin:0 0 5px; font-size: 14px;}

.pg-offers .pg-showcase .pg-showcase-content-header {
    background: #EEE;
    padding: 4px 3px 5px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    margin-left: 0px;
    padding-left: 10px;
    color: #4E555C;
    
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    border-radius: 7px 0 0 0;
    behavior: url(/js/css3pie/PIE.htc);
    -pie-watch-ancestors: 1;
    -pie-lazy-init: true;
}

.pg-offers .pg-showcase .pg-showcase-content-header a {
    font-weight: normal;
    margin-right: 5px;
}

.pg-offers .pg-showcase .pg-flavortext {
    min-height: 20px;
    font-size: 12px;
    margin: 5px 0 10px 0;
}
.pg-offers .pg-showcase .pg-shop {
    width: 150px;
}

.pg-offers .pg-showcase .pg-save,
.pg-offers .pg-showcase .pg-price {
    display: block;
    width: 100px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    padding-top: 0;
}

.pg-offers .pg-nav { 
    clear: both;
    border-bottom: 7px solid #4e555c;
    margin-bottom: 15px;
}


.pg-offers .pg-nav li {
    margin: 0 3px 3px 0;
    position: relative;
}

.pg-offers .pg-nav a { 
    background-color: #e7e7e7;
    color: #4e555c;
    display: block;
    font-weight: 700;
    padding: 6px 5px;
    text-transform: uppercase;
 }

.pg-offers .pg-nav .pg-selected { 
    height: 28px;
    margin-bottom: 0px;
}

.pg-offers .pg-nav .pg-selected a { 
    background-color: #4e555c;
    border-radius: 7px 7px 0 0;
    color: #fff;
    padding: 7px 7px 8px 7px;
}

.pg-offers .pg-about p {
    margin-bottom: 20px;
}

.pg-feed-recommended-shops { margin-top: 20px; }


/* PC Builder */

.pg-pclist > div.pg-pclist-section {
    margin: 5px 0 20px;
    min-height: 30px;
    background: #EEE;
    padding: 5px;
    border: 1px solid #e6e6e6;
    
    -moz-box-shadow: 1px 1px 1px 1px #aaa;
    -webkit-box-shadow: 1px 1px 1px 1px #aaa;
    box-shadow: 1px 1px 1px 1px #aaa;
    -pie-box-shadow: 1px 1px 1px 1px #aaa;
    behavior: url(/js/css3pie/PIE.htc);
    position: relative; /* IE 7 FIX */
}

#pg-my-list .pg-pclist.pg-pclist hr {
    margin-right: 25px;
}

#pg-my-list .pg-pclist.pg-pclist > div.pg-pclist-section > h2 {
    max-width: none;
    font-size: 12px;
    display: block;
    margin: 5px 5px 7px;
    font-size: 14px;
}

.pg-pclist > div.pg-pclist-section .pg-pclist-items li {
    margin-bottom: 0;
    margin-top: 10px;
    padding: 7px 0;
    background: #FFF;
    border: 1px solid #e6e6e6;
}

.pg-pclist li.pg-pclist-notselected span {
    color: #898989;
}


.pg-pclist .pg-pclist-category li,
.pg-pclist .pg-pclist-popular li {
    padding: 6px 3px;
}

.pg-pclist .pg-pclist-category li:hover,
.pg-pclist .pg-pclist-popular li:hover {
    background: #eee;
}

.pg-pclist .pg-pclist-category li a,
.pg-pclist .pg-pclist-popular li a {
    display: block;
    width: 350px;
}

.pg-pclist .pg-pclist-productcategory {
    color: #a6a6a6;
    text-transform: none;
    font-size: 11px;
}

.pg-pclist .pg-pclist-flavortext {
    color: #898989;
    font-size: 11px;
    margin-top: 10px;
    width: 500px;
    height: 30px;
}

.pg-pclist .pg-popular-product-image {
    width: 120px;
    margin-right: 10px;
}

.pg-pclist .pg-popular-product-image img {
    margin: 0 auto;
    display: block;
}

.pg-pclist .pg-pclist-productlink a {
    display: block;
    margin-bottom: 2px;
    font-size: 14px;
}

.pg-pclist .pg-pclist-removeitem {
    background: url("/images/prisguide.no/btn-sprite-20110121.png") no-repeat scroll -348px -107px transparent;
    position: absolute;
    right: 5px;
    top: 5px;
    height: 13px;
    width: 11px;
}

.pg-pclist .pg-pclist-price {
    color: #696969;
    font-size: 14px;
    padding-top: 10px;
    padding-right: 5px;
}

.pg-pclist .pg-pclist-addproduct-box {
    background: #f6f6f6;
    padding: 3px 5px;
    margin-top: 10px;

}

.pg-pclist .pg-pclist-addproduct-box .pg-pclist-add-product {    
    font-size: 12px;
    font-weight: bold;
}


.pg-pclist .pg-pclist-addproduct-box .pg-pclist-add-product li {
    margin-top: 5px;
    background: #FFF;
    padding: 5px;
    border: 1px solid #e6e6e6;
}

.pg-pclist .pg-pclist-addproduct-box .pg-pclist-add-product > p {
    margin-top: 10px; 
}
.pg-pclist .pg-pclist-addproduct-box .pg-pclist-add-product li .pg-addtolist {
    display: block;
    float: right;
    margin-top: 3px;
}

.pg-pclist .pg-pclist-intro {
    margin-bottom: 20px;
}

.pg-pclist .pg-pclist-intro p {
    margin-bottom: 10px;
}
    
