/* 
 * GENERAL
 */
* {
    padding: 0;
    margin: 0;
}

html, body {
    height: 100%;
}

img {
    border: 0;
}

ul {
	list-style-type: none;
}

a {
    color: #4180c4;
    text-decoration: underline;
}

a:hover {
    color: #76b8ff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
        display: block;
}

/* Remove chromes default outline on input when it's focused */
input:focus {
    outline: none;
}

.nimbus {
    font-family: Arial, Helvetica, "Nimbus Sans", FreeSans, Malayalam, sans-serif;
}

.arial {
    font-family: Arial, Helvetica, "Nimbus Sans", FreeSans, Malayalam, sans-serif;
}

.georgia {
    font-family: Georgia, Times, serif;
}

.gray {
    color: #888;
}

.lightGray {
    color: #999;
}

.darkGray {
    color: #444;
}

.removeFontStyle {
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.clear {
    clear: both;
}

.clearLeft {
    clear: left;
    margin: 0;
    border-top: 1px solid white;
}

.hide {
    display: none;
}

.show,
.block {
    display: block;
}

/* Clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.noOverflow {
    overflow: hidden;
}

.noBorder {
    border: 0 !important;
}


/* IE fieldset bleed-bug: http://www.communitymx.com/content/article.cfm?page=2&cid=DD9F3 Targets ie6+7 */
* html fieldset,
*:first-child+html fieldset {
    position: relative;
}

* html legend,
*:first-child+html legend {
    position: absolute;
    top: -0.5em;
    left: 0.2em;
}




/*
 * MAIN CONTAINERS
 */

body {
    font-family: Arial, Helvetica, "Nimbus Sans", FreeSans, Malayalam, sans-serif;
    text-align: center;
    background-color: #fff;
/*    background: white url("../images/main/bodyBgStretch.png") repeat-x;*/
}

#wrapper {
    position: relative;
    z-index: 2;
    width: 998px;
    margin: 0 auto;
    padding: 0 10px;
}

#wrapperDynamic {
    position: relative;
    z-index: 2;
    width: 98%;
    margin: 0 auto;
}

/* Top ADS */

.topAds,
#topAds {
    padding-bottom: 6px;
    text-align: center;
    height: auto;
    min-height: 150px;
    background: -webkit-linear-gradient(#312c26, #595959);
    background: -moz-linear-gradient(#312c26, #595959);
    background: -ms-linear-gradient(#312c26, #595959);
    background: -o-linear-gradient(#312c26, #595959);
    border-bottom: 1px solid #000;
    position: relative;
    overflow: visible;
}

#topAds .gradientBottom {
    height: 100px;
    background: -webkit-linear-gradient(#c9c4bd 0%, #eae6de 10%, #f7f6f5 20%, #fff 70%);
    background: -moz-linear-gradient(#c9c4bd 0%, #eae6de 10%, #f7f6f5 20%, #fff 70%);
    background: -ms-linear-gradient(#c9c4bd 0%, #eae6de 10%, #f7f6f5 20%, #fff 70%);
    background: -o-linear-gradient(#c9c4bd 0%, #eae6de 10%, #f7f6f5 20%, #fff 70%);
    position: absolute;
    bottom: -101px;
    left: 0;
    width: 100%;
}

#topAds .ad-moved {
    position: relative;
    z-index: 2;
}

#logo {
    position: relative;
    float: left;
    clear: left;
    text-align: left;
    overflow: hidden;
    margin: 0 0 0 -1px;
    line-height: normal;
    width: 330px;
    overflow: hidden;
    height: 90px;
}

#logo a {
    text-decoration: none;
    font-size: 50pt;
    outline: none;
}

#logo span {
    visibility: hidden;
}

#content {
    text-align: left;
}

#footer {
    text-align: left;
    border-top: 3px solid #ddd;
    padding: 10px 0 60px 0;
    margin: 20px 0 0 0;
    font-size: 8pt;
    color: #444;
}

#footer .copyright {
    padding: 0;
    font-size: 8pt;
    background-color: transparent;
    float: left;
}

#footer .editorialInfo {
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px dotted #aaa;
}

#footer .editorialInfo p {
    margin-bottom: 4px;
}

.col1 {
    float: left;
}

.col2 {
    float: left;
    width: 300px;
}

.col3 {
    width: 100%;
    clear: both;
    float: left;
}

.col4 {
    float: left;
    width: 810px;
}

.colCommon {
    clear: left;
}

.colRight {
    overflow: hidden;
    float: right;
    width: 180px;
}

.forceRight {
    float: right;
}

.forceLeft {
    float: left;
}

.floatNone {
    float: none !important;
}

.clearNone {
    clear: none !important;
}

.marginNone {
    margin: 0 !important;
}

.forceInline {
    display: inline !important;
}

.gradientGray {
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eff0f0), to(#fff));
    background: -moz-linear-gradient(top,  #eff0f0, #fff);
    background: -o-linear-gradient(top,  #eff0f0, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff0f0', endColorstr='#ffffff');
}

.adCol {
    clear: left;
    width: 786px;
    margin-bottom: 20px;
    padding-bottom: 4px;
    text-align: center;
}

.adCol .adLabel {
    text-align: center;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    filter: alpha(opacity = 70);
    display: block;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 25;
}

body > .overlay {
    position: fixed; 
}

.alignCenter {
    text-align: center;
}



/*
 * 404
 */

#fourNullFour {
    font-size: 10pt;
    margin-top: 19px;
}

#fourNullFour h2 {
    font-size: 15pt;
    margin-bottom: 8px;
}

#fourNullFour h3 {
    font-size: 12pt;
    margin-bottom: 8px;
}

#fourNullFour p,
#fourNullFour ul,
#fourNullFour label {
    display: block;
    margin-bottom: 10px;
}

#fourNullFour ul {
}

#fourNullFour li {
    margin: 0 30px;
    list-style-type: disc;
}

#fourNullFour .header404 {
    margin: 0;
    width: 798px;
    height: 630px;
    background: url(../images/main/404.jpg) no-repeat;
}

#fourNullFour .search {
    text-align: center;
    margin-bottom: 10px;
}

#fourNullFour .search input[type="text"] {
    padding: 2px;
    width: 25em;
}


/* 
 * ADS
 */

.ad300x250 {
    margin-bottom: 25px;
}

.ad180x500 {
    text-align: center;
    margin-bottom: 25px;
    min-height: 500px;
}

.ad580x400 {
    width: 580px;
    min-height: 400px;
}

.ad468x120 {
    margin-bottom: 16px;
}

#frontPage .ad580x400 {
    margin: 0 auto;
}

#article #ad300x250-1 {
    text-align: center;
    float: right;
    padding: 4px 0 16px 19px;
    background: white;
}

#article #ad300x125-1 {
    background-color: #fff;
    padding: 4px 0 16px 19px;
}

#article #ad300x150-1 > div {
    width: 300px;
    min-height: 60px;
    color: #999;
    font-size: 1pt;
    background: #3e3e3e;
    padding: 3px 3px 6px 3px;
    background: #333 url("../images/main/feedMobileSearchBorderBottom.png") left bottom repeat-x;
}

#article #ad580x400-1 {
    clear: both;
    width: auto;
    text-align: center;
    margin-left: -15px;
    height: auto;
    padding: 3px 1px 1px 1px;
}

#article .adSense {
    clear: both;
    margin: 0 0 15px 0;
}

div.ad180x500-forum {
    width: 180px;
    margin: 10px auto;
}

#topAds div.ad-moved,
#topAds div.ad-moved embed,
#topAds div.ad-moved iframe,
#topAds div.ad-moved img {
    display: inline-block;
    vertical-align: middle;
}

#classifieds_right_skyscraper {
    position: absolute;
    right: -180px;
}
#classifieds_right_articleboard {
    margin-top: 5px;
}

#horseShoeLeft {
    position: absolute;
    top: 0px;
    left: -1000px;
    z-index: 2;
}

#horseShoeRight {
    position: absolute;
    top: 0px;
    left: -1000px;
    z-index: 2;
}

/* WALLPAPER ADVERTISEMENT */
#wallpaper {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% 0;
    height: 1200px;
    width: 100%;
}

/* 
 * SUBJECT MENU 
 */

#subjectMenu {
    height: 30px;
    margin: 0 auto;
    float: left;
}

#subjectMenu li {
    position: relative;
    line-height: normal;
    float: left;
    font-size: 8pt;
    text-transform: uppercase;
    height: 25px;
    margin-top: 4px;
    margin-right: 12px;
    margin-left: 2px;
}

#subjectMenu li.tek_no {
    margin-left: 0;
    margin-top: 8px;
}

#subjectMenu li.tek_no a {
    height: 16px;
    padding: 0 0 0 25px;
    background: url("../images/main/subjectMenuTek.png") no-repeat;
}

#subjectMenu li.tek_no a:hover {
    background-position: 0 100%;
}

#subjectMenu li.tek_no a span {
    visibility: hidden;
}

#subjectMenu li.selected {
/*    filter: alpha(opacity = 70);
    opacity: 0.7;*/
    margin-top: -3px;
    margin-right: 10px;
    margin-left: 0;
    height: 31px;
    background: url("../images/main/subjectMenuSelectedBgLeftStretchTek.png") no-repeat;
}

#subjectMenu li a.selected {
    padding: 12px 11px 6px;
    background: url("../images/main/subjectMenuSelectedBgRightTek.png") top right no-repeat; 
}

#subjectMenu li a {
    float: left;
    height: 14px;
    padding: 5px 0 6px 0;
    color: #706052;
    text-decoration: none;
}

#subjectMenu li a:hover {
    color: #5ad;
}

#subjectMenu li a span {
    height: 13px;
    float: left;
    border-bottom: 1px dotted #ccc;
}

#subjectMenu li a.selected span {
    border: none;
}

#subjectMenu li.dropdown {
    z-index: 4;
}

#subjectMenu li.dropdown > ul {
    padding-top: 3px;
    display: none;
    position: absolute;
    top: 20px;
    z-index: 1;
    text-align: left;
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f5f3', endColorstr='#ffffff')
    background: -moz-linear-gradient(#f6f5f3, white);
    background: -o-linear-gradient(#f6f5f3, white);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f6f5f3), to(white));
    border: 1px solid #ddd;
    border-top: none;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radrius-bottomleft: 5px;

}

#subjectMenu li.selected.dropdown > ul {
    top: 29px;
}

#subjectMenu li.dropdown:hover > a {
    :olor: #5ad;
}

#subjectMenu li.dropdown:hover > ul {
    display: block;
}

#subjectMenu li.dropdown > ul li {
    float: none;
    margin: 0;
}

#subjectMenu li.dropdown > ul a {
    display: block;
    padding: 7px;
    float: none;
    background: none;
}




/** 
 * UBIQUITOUS SEARCH
 *
 */
#searchUbiquitous {
    float: right;
}

#searchUbiquitous p {
    line-height: normal;
    margin: 0;
}

body.tek #searchUbiquitous { 
    margin-right: -2px; 
    margin-top: 8px; 
}

body.tek #searchUbiquitous .field { 
/*    margin-top: 8px; */
} 

body.tek #searchUbiquitous div.submit { 
    background: none; 
    height: auto; 
    width: auto; 
} 
                           
body.tek #searchUbiquitous div.submit:hover { 
    background-position: left bottom; 
}


#searchUbiquitous {
    position: relative;
}

#searchUbiquitous .submit {
    z-index: 20;
    position: relative;
}

#searchUbiquitous .field,
#searchUbiquitous .dooxLiveSearchInput input {
    height: 23px;
    width: 218px;
    margin: 5px 0 0 0;
    padding: 8px 0 0 29px;
    font-size: 9pt;
    font-family: Arial, Helvetica, Nimbus Sans, FreeSans, Malayalam, sans-serif;
    letter-spacing: 0;
    color: #aaa;
    border: none;
    background: url(../images/main/searchUbiquitousFieldBg.png) no-repeat;
}

#searchUbiquitous .field:focus {
    color: #000;
}

#searchUbiquitous .moreLink {
    text-decoration: none;
    position: relative;
    padding: 5px 3px 5px 6px;
    display: inline;
    float: right;
    color: #fff;
    background: url(../images/main/buttonMetallicHardware25.png) no-repeat left top;
    font-size: 8pt;
    font-family: Arial, Helvetica, "Nimbus Sans", FreeSans, Malayalam, sans-serif;
    text-transform: uppercase;
}

#searchUbiquitous .moreLink span {
    height: 25px;
    top: 0;
    right: -4px;
    position: absolute;
    display: inline;
    width: 4px;
    background: url(../images/main/buttonMetallicHardware25.png) no-repeat right top;
}

#searchUbiquitous div.submit {
    background: none;
    z-index: 20;
    width: auto;
    display: inline;
    position: relative;
    z-index: 20;
    float: left;
    margin: 5px 0 0 2px;
}

#searchUbiquitous input.submit {
    margin: 0;
    width: 60px;
    text-transform: uppercase;
    display: inline;
    padding: 1px 0 1px 4px;
    height: 30px;
    font-weight: bold;
    color: #fff;
    border: none;
    float: left;
    background: url(../images/main/buttonMetallicHardware30.png) no-repeat left top;
}

#searchUbiquitous .submit .end {
    display: inline;
    width: 4px;
    float: left;
    height: 30px;
    background: url(../images/main/buttonMetallicHardware30.png) no-repeat right top;
}

#searchUbiquitous .moreLink:hover {
    background-position: 0 -25px;
}

#searchUbiquitous .moreLink:hover span {
    background-position: right -25px;
}

#searchUbiquitous .submit:hover input.submit {
    background-position: 0 -30px;
}
#searchUbiquitous .submit:hover .end {
    background-position: right -30px;
}



/* 
 * MAIN MENU 
 */

#mainMenu {
    clear: both;
    height: 31px;
    font-size: 9pt;
    background: url("../images/main/mainMenuNonFocusBgLeftStretch.png") no-repeat;
}

#mainMenu a {
    text-decoration: none;
    outline: none;
}

#mainMenu li {
    line-height: normal;
    float: left;
    height: 28px;
}

#mainMenu li a {
    float: left;
    height: 18px;
}

#mainMenu li.selected {
    height: 31px;
}

#mainMenu li.selected a {
    height: 19px;
    color: black !important;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 23px 0 18px !important;
    font-size: 8pt;
}

#mainMenu li.beforeSelected a {
    padding-right: 17px !important;
}

#mainMenu .icon {
    width: 15px;
    height: 15px;
    float: left;
    margin: 1px 4px 0 0;
    background-repeat: no-repeat;
}

#mainMenu .selected .icon {
    display: none;
}

#mainMenu .inFocus {
    float: left;
    height: 28px;
    background: url("../images/main/mainMenuInFocusBgLeftStretchNeutral.png") no-repeat;
    padding-left: 4px;
}

#mainMenu .inFocus li a {
    padding: 7px 4px 6px 17px;
    color: white;
}

#mainMenu .inFocus .name {
    border-bottom: 1px dotted #fff;
    border-bottom: 1px dotted rgba(255, 255, 255, .7);
}

#mainMenu .inFocus .last {
    background: url("../images/main/mainMenuInFocusBgRightNeutral.png") top right no-repeat;
}

#mainMenu .inFocus li.selected {
    background: url("../images/main/mainMenuInFocusSelectedBgLeftStretchNeutral.png") no-repeat;
}

#mainMenu .inFocus li.selected a {
    background: url("../images/main/mainMenuInFocusSelectedBgRightNeutral.png") top right no-repeat;
}

#mainMenu .inFocus .selected a.last {
    background: url("../images/main/mainMenuInFocusSelectedLastBgRightNeutral.png") top right no-repeat;
}

#mainMenu .inFocus .first a {
    padding-left: 11px;
}

#mainMenu .inFocus .selected .name,
#mainMenu .nonFocus .selected .name {
    text-decoration: none;
}

#mainMenu .inFocus li.last a {
    padding-right: 26px !important;
}

#mainMenu .inFocus a:hover .name {
    background: none;
    border-bottom: 1px solid white;
}

#mainMenu .nonFocus {
    float: left;
    height: 28px;
    background: white url("../images/main/mainMenuNonFocusBgLeftStretch.png") 6px 0 no-repeat;
    padding-left: 9px;
}

.dynamicBgStretch {
    width: 100% !important;
    background: transparent url("../images/main/mainMenuNonFocusBgDynStretch.png") 6px 0 repeat-x !important;
}

#mainMenu .dynamicBgLeft {
    background: transparent url("../images/main/mainMenuNonFocusBgDynLeft.png") 6px 0 no-repeat;
    float: left;
    padding-left: 9px;
}

#mainMenu .nonFocus li a {
    color: #72593a;
    padding: 7px 4px 6px 17px;
}

#mainMenu .nonFocus li.deactivated .deactivated {
    float: left;
    color: #ccc;
    padding: 7px 4px 6px 17px;
}

#mainMenu .nonFocus .name {
    background: url("../images/main/mainMenuNonFocusUnderlineBg.png") 0 14px repeat-x;
}

#mainMenu .nonFocus a:hover .name {
    background: none;
    border-bottom: 1px solid #b39b7e;
}

#mainMenu .nonFocus li.selected {
    background: url("../images/main/mainMenuNonFocusSelectedBgLeftStretch.png") no-repeat;
}

#mainMenu .nonFocus li.selected a {
    background: url("../images/main/mainMenuNonFocusSelectedBgRight.png") top right no-repeat;
}

#mainMenu .end {
    height: 28px;
    width: 12px;
    background: url("../images/main/mainMenuNonFocusBgRight.png") top right no-repeat;
    float: right;
}

/* THEME PAGE BANNERS */

.theme .themeBanner {
    display: none;
}

.themeBanner {
    margin: 0 0 -15px 0;
    width: 998px;
    height: 50px;
    background: transparent no-repeat scroll 0 0;
    text-align: left;
    position: relative;
    z-index: 1;
}

.themeBanner.themeSSD {
    background-image: url("../images/theme/ssdWeekBanner.png");
}

.themeBanner.themeTV {
    background-image: url("../images/theme/tvWeekBanner.png");
}

.themeBanner.themeCES1 {
    background-image: url("../images/theme/cesWeekBanner1.png");
}

.themeBanner.themeCES4 {
    background-image: url("../images/theme/cesWeekBanner4.png");
}

.themeBanner.themeCES5 {
    background-image: url("../images/theme/cesWeekBanner5.png");
}

.themeBanner.themeCES43 {
    background-image: url("../images/theme/cesWeekBanner43.png");
}

.themeBanner a {
    display: block;
    height: 50px;    
}


/* SUBHEADER CSS */

#subHeader {
    vertical-align: middle;
}

#subHeader .themeSponsors {
    float: right;
    vertical-align: middle;
}

#subHeader .themeSponsors a {
    display: inline-block;
}

#subHeader .themeSponsors .adLabel {
    display: inline-block;
}




/* 
 * FRONT PAGE GENERAL 
 */

#frontPage,
.sectionPadded {
    padding-top: 19px;
}

#frontPage .col1 {
    width: 468px;
    clear: left;
    margin-right: 28px;
    margin-right: 18px;
}

#frontPage .col1 .even {
    float: right;
    margin-right: 1px;
}

#frontPage .col1 .odd {
    clear: both;
}

#frontPage .profiledButtons {
    margin: 10px 0 20px 0;
}

.adLabel {
    color: gray;
    text-transform: lowercase;
    font-size: 8pt;
    display: block;
    padding: 0 0 0 3px;
    margin: 0;
    text-align: left;
}

.adLabel.vertical {
    width: 10px;
    float: left;
    padding: 0;
    line-height: 9pt;
}

.col2 .moreLink {
    font-family: Georgia, Times, serif;
    font-size: 8pt;
    float: right;
    margin: 2px 1px 0 0;
}

.contrast {
    padding: 3px 0 1px 0;
    margin-bottom: 25px;
    background-color: #333;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

h2.header {
    font-family: Georgia, Times, serif;
    font-size: 14pt;
    color: #666;
    text-transform: uppercase;
    line-height: 10pt;
    font-weight: normal;
    letter-spacing: -1px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
    margin-bottom: 13px;
}





/* 
 * PREAMBLE LAYOUT
 */

.preamble {
    clear: both;
    padding-bottom: 25px;
    overflow: hidden;
}

.preamble h3 {
    font-size: 13pt;
    letter-spacing: -1px;
}

.preamble h4 {
    letter-spacing: -1px;
    color: #999;
    font-size: 12pt; 
    font-family: Georgia, Times, serif;
    font-weight: normal;
}

.preamble h4 a {
    color: #999;
    text-decoration: none;
    font-weight: normal;
}

.preamble h4 a:hover {
    text-decoration: underline;
}

.preamble h3 a {
    color: black;
    text-decoration: none;
}

.preamble h3 a:hover {
    text-decoration: underline;
    color: black;
}

.prefixArticleType {
    text-transform: uppercase;
    font-weight: bold;
}

h3 .prefixArticleType,
h4 .prefixArticleType {
    font-family: Georgia, Times, serif;
    font-size: 9pt;
    letter-spacing: 0;
}

.preamble a {
    outline: none;
}

.preamble img {
    border: 1px solid #888;
}

.preamble .image {
    float: right;
}

.preamble p a {
    font-weight: bold;
    font-size: 12px;
    margin-right: 6px;
}

.preamble p a strong {
    text-transform: uppercase;
}

.preamble p {
    font-size: 13px;
    line-height: 18px;
}

.preamble .postCount {
    background: url(../images/main/feedForumIcon.png) no-repeat 0 50%;
    padding-left: 11px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-size: 11px;
}

.preamble .relatedLinks {
    float: left;
    font-size: 14px;
    margin: 10px 0px 0px 1px;
}

.preamble .relatedLinks li {
    padding: 2px 0px 5px 14px;
    background: url('../images/main/arrowSilver.png') no-repeat 0px 8px;
}

.preamble .relatedLinks a {
    font-weight: normal; 
}

.col3 .lastInRow {
    margin-right: 0px;
}

/* MONTANA (90x60 placed top left, text wrapped arround, all capabilities) */

.montana {
    width: 292px;   
}

.montana h3,
.florida h3 {
    margin: 0 0 4px 0; 
}

.preamble .tagSubjects {
    letter-spacing: 0;
    font-size: 9pt;
    margin-top: -1px;
}

.montana h3 .tagSubjects,
.florida h3 .tagSubjects {
    color: #b0b0b0;
}

.montana h4,
.florida h4,
.hawaii h4 {
    line-height: 12pt;
    margin: 0 0 3px 0;
}

.montana h4 a,
.florida h4 a,
.hawaii h4 a {
    font-size: 10pt;
    font-weight: normal;
    letter-spacing: 0;
}

.montana img {
    margin: 0 0 8px 10px;
}

/* FLORIDA (60x40 placed right) */

.florida {
    float: left;
    clear: none;
    width: 220px;
}

.florida h3 {
    margin: 0 0 4px 0;
}

.florida h3 .marginCorrectLarge,
.florida h3 .marginCorrectSmall,
.nebraska h3 .marginCorrectLarge,
.nebraska h3 .marginCorrectSmall {
    margin-left: -1px;
}

.florida .image {
    margin: 0 0 12px 0;
}

/* NEBRASKA (3:2 large) */

.nebraska {
    float: left;
    clear: none;
    width: 224px;
    padding-top: 4px;
    border-top: 1px solid #ccc;
}

.nebraska h3 {
    margin: 0 0 6px 0;
}

.nebraska h4 {
    font-size: 11pt;
    line-height: 11pt;
    margin: 0 0 3px 0;
}

.nebraska .image {
    float: none;
    margin: 0 0 13px 0;
}

/* WASHINGTON (Horizontal no-image) */

.washington {
    padding: 12px 0 16px 0;
    border-top: 1px solid #ccc;
    border-bottom: 3px solid #ccc;
    border-top: 1px dotted #ccc;
    border-bottom: 3px solid #f2eee9;
    margin-bottom: 25px;
}

.washington h3 {
    font-size: 24pt;
    line-height: 20pt;
    letter-spacing: -3px;
    margin: 2px 0 6px 0;
}

.washington h3 a .articleType {
    font-size: 16pt;
    letter-spacing: -1px;
    font-weight: normal;
    text-transform: uppercase;
    color: #999;
}

.washington .image {
    display: block;
    height: 155px;
    width: 467px;
    padding-bottom: 6px;
    background: url("../images/main/preambleShadow465x155.png") bottom left no-repeat;
    margin: 0 0 7px 0;
}

/* TEXAS (3:1 466x155, really humongous) */

.texas {
    width: 468px;
}

.texas h3 {
    font-size: 22pt;
    letter-spacing: -2px;
    line-height: 22pt;
    margin: 2px 0 6px 0;
}

.texas h3 .marginCorrectLarge {
    margin-left: -2px;
}

.texas h3 .marginCorrectSmall {
    margin-left: -1px;
}

.texas h4 {
    font-size: 14pt;
}

.texas .image {
    float: none;
    display: block;
    height: 155px;
    padding-bottom: 2px;
    background/*\**/: url("../images/main/preambleShadow465x155.png") bottom left no-repeat\9;
    margin: 0 0 7px 0;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.texas .stamp1 {
    background: url("../images/main/preambleStamp1-1Texas.png") top right no-repeat;
}

/* CALIFORNIA (2:1 medium) */

.california {
    clear: both;
}

.california h3 {
    font-size: 20pt;
    margin: 2px 0;
    line-height: 19pt;
    letter-spacing: -2px;
    padding: 3px 0 7px 0;
}

.california h3 a .articleType {
    font-size: 16pt;
    letter-spacing: -1px;
}

.california .image {
    display: block;
    height: 155px;
    height: 145px;
    height: 193px;
    padding-bottom: 6px;
    background: url("../images/main/preambleShadow310x155.png") bottom left no-repeat;
    margin-bottom: 7px;
}

.california .stamp1 {
    background: url("../images/main/preambleStamp1-1Texas.png") top right no-repeat;
}

/* ALASKA (2:3 to the side, headline only, medium) */

.alaska {
    width: 468px;
    padding-top: 12px;
    border-top: 1px solid #ccc;
}

.alaska .image {
    float: left;
    margin: 0 18px 0 0;
}

.alaska h3 {
    font-size: 18pt;
    letter-spacing: -2px;
    margin-bottom: 10px;
    line-height: normal;
}

.alaska h3 .marginCorrectLarge {
    margin-left: -2px;
}

.alaska h3 .marginCorrectSmall {
    margin-left: -1px;
}

.alaska .relatedLinks {
    width: 330px;
}

/* OREGON (2:3 to the side, headline only, small) */

.oregon {
    width: 224px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    float: left;
    clear: none;
}

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

.oregon p span {
    display: none;
}

.oregon h4 {
    margin-bottom: 2px;
}

.oregon h3 {
    line-height: normal;
}

/* HAWAII (3:2 only headline/subheadline, tiny) */

.hawaii.large  {
    padding: 3px 0 18px 0;
    border: none;
}

.hawaii {
    padding: 8px 0;
    border-top: 1px dotted #ccc;
}

.hawaii h3 {
    font-size: 12pt;
}

/* ARIZONA */

.arizona {
    width: 768px;
}

.arizona .image {
    float: none;
}

/* UTAH */

.utah {
    margin-right: 26px;
    border-top: 1px solid #ccc;
    padding-top: 3px;
    clear: none;
    width: 238px;
    float: left;
}

.adWithPreamble .utah {
    margin-right: 0;
}

.utah .image {
    margin-right: 15px;
    float: left;
}

.utah h3 {
    margin-top: 10px;
}

/* NEWYORK */

.newyork {
    width: 504px;
    float: left;
    padding-top: 3px;
    border-top: 1px solid #ccc;
    clear: none;
}

.newyork.small {
    width: 450px;
}

.newyork .image {
    float: none;
}

/* COLUMBUS */

.columbus {
    margin-right: 26px;
    padding-top: 3px;
    border-top: 1px solid #ccc;
    float: left;
    clear: none;
    width: 238px;
}

.columbus .image {
    float: none;
}

/* OKLAHOMA */

.oklahoma {
    width: 238px;
    clear: none;
    padding-top: 3px;
    margin-left: 26px;
    border-top: 1px solid #ccc;
    float: left;
}

.oklahoma .image {
    float: none;
}


.arizona h3 {
    letter-spacing: -1px;
    font-size: 32pt;
}

.arizona p a {
    font-size: 12pt;
    font-weight: normal;
}

.arizona p a strong {
    font-size: 12pt;
}

.columbus h3 {
    font-size: 13pt;
}

.utah p a,
.columbus p a {
    font-size: 9pt;
    font-weight: bold;
}

.newyork h3 {
    font-size: 23pt;
}

.oklahoma h3 {
    font-size: 15pt;
}

/*
 * FEEDS
 */

.feed {
    font-size: 8pt;
    margin-bottom: 25px;
}

.feed .moreLink {
    float: right;
}

.feed h2,
#articleAllModules .feed h3 {
    font-family: Georgia, Times, serif;
    font-size: 11pt;
    color: #666;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: -1px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
    margin-bottom: 7px;
    clear: left;
}

.col2 .feed h2,
#articleAllModules .feed h3 {
    font-size: 14pt;
    line-height: 10pt;
    padding-bottom: 7px;
}

.feed .image {
    width: 60px;
    height: 40px;
    text-align: center;
    float: left;
}

.colRight h2 {
    font-size: 11pt;
}

.colRight .feed a {
    color: #869c57;
    color: #72854a;
    color: #4d5d2b;
}

.colRight .feed a:hover {
    color: #b6ca8a;
    color: #869c57;
    color: #7a9345;
}


/* New Products feed */

.latestProducts {
    margin: -1px 0 22px;
}

.latestProducts .forceLeft {
    margin-left: 10px;
    width: 205px;
    display: inline;
}

.latestProducts .image {
    overflow: hidden;
    text-align: left;
}

.latestProducts li {
    margin-bottom: 10px;
}

.latestProducts h3 {
    font-size: 8pt;
}



/* OTHER SITE FEEDS */
#otherSitesFeeds .meta {
    display: block;
    color: #888;
}

#otherSitesFeeds .meta a {
    color: #888;
}

#otherSitesFeeds .topic {
    font-weight: bold;
}

#otherSitesFeeds .topic:hover {
    text-decoration: underline;
}




/* PARTNER SITES */

#partnerSites {
    clear: both;
    margin-bottom: 5px;
}

#partnerSites h4 {
    font-size: 8pt;
    margin-right: 6px;
    display: inline;
}
#partnerSites ul {
    display: inline;
}

#partnerSites li {
    margin-right: 8px;
    display: inline;
}

#partnerSites a {
    color: #444;
    text-decoration: none;
}

#partnerSites a:hover {
    text-decoration: underline;
}




/* FOOTER LINK LIST */
#footerList {
    margin-left: 10px;
    float: left;
}

#footerList li {
    margin-right: 8px;
    float: left;
}

#footerList a {
    text-decoration: underline;
}

#footerList .rss {
    background: url("../images/icons/rss-icon.png") no-repeat right;
    padding: 1px 19px 0 0;
}




/* PRICEGUIDE AND TEST CATS */

#feedPriceguide {
    height: 100px;
    padding: 8px 8px 6px 8px;
}

#feedPriceguide h3 {
    clear: both;
    width: 196px;
    height: 43px;
    margin: 3px 0 6px 4px;
}

#feedPriceguide h3 span {
    display: block;
    width: 196px;
    height: 43px;
    margin: 3px 0 0 4px;
    visibility: hidden;
}

#feedPriceguide p {
    display: block;
    clear: both;
    margin: 0;
}

#feedPriceguide .text {
    float: left;
    width: 214px;
    height: 17px;
    border: none;
    font-size: 8pt;
    line-height: 11px;
    padding: 4px 0 0 6px;
    color: #888;
}

#feedPriceguide .submit {
    float: right;
    width: 46px;
    height: 21px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial, Helvetica, "Nimbus Sans", FreeSans, Malayalam, sans-serif;
    text-transform: uppercase;
}

#feedPriceguide ul {
    width: 270px;
    display: block;
    clear: both;
    padding-top: 4px;
}

.testMore {
    margin-top: 8px;
    padding: 8px 0 12px 0;
    border-top: 1px dotted #ccc;
    border-bottom: 3px solid #f2eee9;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #888;
}

#feedPriceguide *,
.testMore * {
    font-size: 8pt;
}

#feedPriceguide li,
.testMore li {
    display: inline;
    margin-right: 6px;
    text-transform: lowercase;
}

#feedPriceguide .more,
.testMore .more {
    font-weight: bold;
}

#feedPriceguide a:hover {
    color: white;
}





/* TOPIC FEEDS / TEST FEED / THEME PAGE FEED */

.topicFeed {
    clear: right;
}

.feedArticles .preamble h3 .prefixArticleType {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    text-transform: inherit;
}

.topicFeed .feedArticles,
#feedComingProducts ul,
#feedThemePages ul {
    background: #ebebeb url("../images/main/feedTopicBgSilverStretch.png") repeat-x;
    background: -webkit-linear-gradient(#fafafa 79%, #ccc 134%);
    background: -moz-linear-gradient(#fafafa 79%, #ccc 134%);
    background: -ms-linear-gradient(#fafafa 79%, #ccc 134%);
    background: -o-linear-gradient(#fafafa 79%, #ccc 134%);
    background: linear-gradient(#fafafa 79%, #ccc 134%);
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    padding: 6px 10px 10px 10px;
}

#feedThemePages ul a {
    font-weight: bold;
}

.topicFeed li a {
    text-decoration: none;
}

.topicFeed h3 a {
    display: block;
    text-decoration: none;
}

.topicFeed h3 a:hover {
    text-decoration: underline;
}

.topicFeed li {
    display: block;
    padding: 0;
    font-size: 8pt;
    margin: 4px 0 8px 0;
}

.topicFeed .published {
    float: right;
    color: #999;
}

.topicFeed h2 {
    margin: 0 0 1px 0;
}

.topicFeed h3 {
    font-size: 8pt;
    letter-spacing: 0;
    font-weight: bold;
    float: left;
    clear: none;
    width: 198px;
    cursor: pointer;
}

.topicFeed img {
    float: right;
    margin: 0 0 10px 10px;
}

.topicFeed p {
    clear: left;
    font-size: 8pt;
    line-height: normal;
    color: #666;
}





/* FORUM THREADS */

#feedLastForumThreads {
    color: #999;
}

#feedLastForumThreads li,
.ForumThreads li {
    padding: 3px 0 2px 14px;
    background: url('../images/main/feedForumIcon.png') no-repeat 0 7px;
}

#feedLastForumThreads .moreLink,
.ForumThreads .moreLink {
    float: none;
    display: block;
    text-align: center;
    padding: 8px 0 2px 0;
    font-size: 9pt;
    font-weight: bold;
    font-family: Georgia, Times, serif;
}





/* SPONSORED PRODUCT */

#feedSponsoredProduct h2 {
    letter-spacing: 0;
    font-size: 10pt;
}

#feedSponsoredProduct h4 {
    font-size: 12pt;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 3px;
}

#feedSponsoredProduct p {
    text-align: center;
    color: #666;
}

#feedSponsoredProduct .disclaimer {
    color: #bbb;
    font-size: 7pt;
    text-transform: uppercase;
    margin-top: 7px;
}


/* SISTER ARTICLES / BLOGS */

#feedSisterFeeds li,
#feedBlogEntries li,
#feedLatestClassifieds li,
.rssFeed li {
    padding: 3px 0 4px 0;
}

#feedSisterFeeds .description,
#feedBlogEntries .description,
#feedLatestClassifieds .description {
    display: block;
}

#feedSisterFeeds .description,
#feedSisterFeeds .description a,
#feedBlogEntries .description,
#feedLatestClassifieds .description,
#feedLatestClassifieds .description a,
#feedSisterFeeds .description a:visited { 
    color: #999;
}


/* COMING PRODUCTS */

#feedComingProducts ul {
    padding-bottom: 10px;
}

#feedComingProducts li {
    display: block;
    clear: both;
    font-size: 9pt;
    padding: 6px 0;
    border-top: 1px dotted #ccc;
}

#feedComingProducts li:first-child {
    border-top: none;
    padding-top: 2px;
}

#feedComingProducts .releaseDate {
    display: block;
    color: #999;
    font-size: 8pt;
    padding-bottom: 3px;
}

#feedComingProducts .productTitle {
    display: block;
    letter-spacing: -1px;
    font-size: 11pt;
    font-weight: bold;
}

#feedComingProducts img {
    margin-bottom: 4px;
}





/* POPULAR PRODUCTS / LATEST USER REVIEWS */

#feedMostPopularProducts {
    clear: left;
}

#feedMostPopularProducts li,
#feedLatestUserReviews li {
    clear: both;
    padding: 5px 0;
    border-bottom: 1px dotted silver;
}

#feedMostPopularProducts .imgBox,
#feedLatestUserReviews .imgBox {
    float: left;
    width: 60px;
    min-height: 40px;
    margin-right: 10px; 
    text-align: center;
}

#feedMostPopularProducts a,
#feedLatestUserReviews a {
    text-decoration: none;
}

#feedLatestUserReviews a:hover,
#feedMostPopularProducts a:hover {
    text-decoration: underline;
}

#feedMostPopularProducts .productTitle,
#feedLatestUserReviews .headline {
    font-weight: bold;
}

#feedMostPopularProducts .productCategory,
#feedLatestUserReviews .productName,
#feedLatestUserReviews .author,
#feedLatestUserReviews .rating {
    display: block;
    color: #999;
}

#feedMostPopularProducts .clear {
    clear: both;
    border-top: 1px solid white;
}




/* AMNESTY AD */

div.amnesty {
    margin: 0 0 6px 6px;
    float: left;
    clear: both;
    font-size: 7pt;
}

span.amnestyLogo {
    cursor: pointer;
    background-image: url("http://images.gfx.no/328/328070/amnesty_litenlogo.jpg");
    background-repeat: no-repeat;
    float: left;
    width: 22px;
    height: 31px;
} 

span.amnestyText {
    color: #d0332e;
    display: block;
    cursor: pointer;
    float: left; 
    padding-top: 10px;
    margin: -1px 0 0 6px;
    width: 125px;
} 

div.amnesty a:hover span.amnestyText {
    text-decoration: underline;
}


/* Job feed */

.jobs li {
    margin-bottom: 4px;
}



/* 
 * ARTICLE VIEW
 */

body.article {
    background: #f0eeec url("../images/main/articleBodyBgStretch.png") repeat-x;
}

#article {
    float: left;
    width: 100%;
    padding-top: 19px;
    background: white;
    text-align: left;
}

#articleAllModules {
    width: 788px;
    float: left;
    margin-left: -5px;
    padding-left: 5px;
    background-color: #fff;
    border-right: 1px solid #ccc;
    padding-right: 13px;
}


/* HEADERS */

#article .headerBlock {
    padding-left: 15px;
    overflow: hidden;
}

#articleAllModules .headlineDescription {
    letter-spacing: -1px;
    color: #999;
    font-size: 15pt; 
    line-height: 15pt;
    font-family: Georgia, Times, serif;
    font-weight: normal;
    margin: 0 0 5px 0;
}

#articleAllModules .headlineDescription .prefixArticleType {
    font-size: 12pt;
    text-transform: uppercase;
    font-family: Georgia, Times, serif;
}

#articleAllModules .headlineDescription .tagSubjects {
    font-size: 12pt;
    font-family: inherit;
    color: inherit;
}

#articleAllModules .headlineDescription a {
    text-decoration: none;
    font-family: Georgia, Times, serif;
    font-size: 15pt;
}

#articleAllModules .headline {
    font-size: 32pt;
    line-height: 27pt;
    letter-spacing: -3px;
    margin: 0 0 14px 0;
}

#breadcrumbs {
    overflow: hidden;
    font-size: 13px;
    margin-bottom: 19px;
}

#breadcrumbs li {
    font-weight: bold;
    list-style: none;
    float: left;
    padding-left: 14px;
    margin-right: 10px;
    background: url(../images/main/arrowSilver.png) no-repeat 0 50%;
}

#breadcrumbs li:first-child {
    background: none;
    padding-left: 0;
}

#breadcrumbs a {
    font-weight: normal;
}

#articleAllModules .headline .marginCorrectLarge,
#articleAllModules .headlineDescription .marginCorrectLarge {
/*    margin-left: -3px; */
}

#articleAllModules .headline .marginCorrectSmall,
#articleAllModules .headlineDescription .marginCorrectSmall {
/*    margin-left: -2px; */
}

#article .authors {
    line-height: 20px;
    list-style-type: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 4px 0 !important;
    padding: 0 0 4px 0;
    margin: 6px 0 20px 20px;
    color: #999;
}

#article .authors li {
    font-size: 8pt;
    margin: 0;
}

#article .authors li.print {
    float: right;
}

#article .authors li.published {
    float: right;
    margin-right: 10px;
}

#article .authors a {
    text-transform: uppercase;
}

/* MAIN IMAGE, PREAMBLE */

#article .mainMedia img {
    display: block;
    width: 788px;
}

#article .preamble {
    clear: none;
    font-family: Georgia, Times, serif;
    font-size: 14pt;
    line-height: 20pt;
    font-weight: bold;
    font-weight: normal;
    letter-spacing: -1px;
    margin: 0;
    padding: 0 9px 19px 15px;
}

#article #articleAllModules .preamble * {
    font-family: Georgia, Times, serif;
}

#article .mainMedia {
    margin-left: 5px;
    padding: 0 0 14px 0;
    overflow: hidden;
}

#article .mainMedia.video .playButton {
    width: auto !important;
    height: 100% !important;
}

#article .mainMedia.video .playButton:hover {
    background-image: url(../images/legacy/gamer/videoPlayerPlayButtonActive.png) !important;
}

#article .imageCaption {
    background: #262626;
    color: #bdbdbd;
    font-size: 8pt;
    padding: 3px 10px;
    text-align: center;
}

#article .imagePhotographer {
    color: #818181;
}

/* PAGE CONTENT */

.pageContent {
    background: #fff url("../images/main/articlePageContentBgStretch.png") 0 240px repeat-y;
    margin-left: -5px;
}

.pageContent .borderTop {
    position: absolute;
    float: left;
    width: 5px;
    height: 488px;
    background: url("../images/main/articlePageContentBgTop.png") no-repeat;
    display: block;
}

.actualContent {
    border-right: 1px solid #ccc;
    width: 552px;
    padding: 0 15px 0 20px;
}

.actualPage h3 {
    font-size: 17pt;
    line-height: 16pt;
    letter-spacing: -1px;
    padding: 26px 0 19px 0;
    padding: 0 0 19px 0;
    font-family: Georgia, Times, serif !important;
    font-weight: normal;
}

.actualPage h4 {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    letter-spacing: -1px;
}

.actualPage p,
.actualPage ul,
.actualPage ol {
    padding-bottom: 19px;
    margin:0;
    font-size: 13px;
    line-height: 22px;
}

.actualPage ol.letters {
    list-style-type: lower-alpha;
}
.actualPage ol {
    list-style-type: decimal;
    padding: 0 0 19px 0;
}

.actualPage ul {
    list-style-type: disc;
    padding: 0 0 19px 0;
}

.actualPage ol li, 
.actualPage ul li {
    margin: 0 0 0 24px;
    padding: 2px 0 2px 0;
}

.actualPage acronym {
    color: #666666;
    border-bottom: 1px dotted #666666;
}

.actualPage p.citation {
    background: #dddddd url("http://www.diskusjon.no/public/style_images/master/citation_bg.png") scroll no-repeat 100% 50%;
    border: 1px solid #aaaaaa;
    border-left-width: 3px;
    border-bottom-width: 0px;
    margin: 0px !important;
    padding: 5px 8px;
    font-weight: 700;
    font-size: 13px;
}

.actualPage .forumQuote {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 19px;
    padding: 12px;
    background: #f6f6f6;
    border: 1px solid #aaaaaa;
    border-left-width: 3px;
}

/* COMPETITION TEMPLATE STYLING */

.actualPage .competition {
    padding-bottom: 19px;
}

.actualPage .competition ol,
.actualPage .competition .contactInformation {
    padding-left: 0;
    list-style-type: none;
}

.actualPage .competition ol ol {
    padding-bottom: 0;
}

.actualPage .competition .contactInformation label {
    display: inline-block;
    width: 60px;
    vertical-align: top;
}
.actualPage .competition textarea {
    font-size: 10px;
    width: 200px;
    min-height: 60px;
}
.actualPage .competition input[type=submit] {
    width: 50px;
}
.actualPage .competition input[type=text] {
    font-size: 9pt;
    width: 200px;
}

.actualPage .competition .question {
    font-weight: bold;
    font-size: 11pt;
    letter-spacing: -1px;
}

.actualPage .competition li {
    margin-left: 0px;
}

.actualPage .competition .question li ol li {
    margin: 2px 0px 2px 20px;
}

.actualPage .competition .option {
    font-weight: normal;
    font-size: 9pt;
    letter-spacing: 0;
}

.actualPage .spoiler .header {
    padding: 4px 6px;
    background-color: #ccc;
    font-weight: bold;
    cursor: pointer;
}

.actualPage .spoiler {
    margin-bottom: 16px;
}

.actualPage .spoilerContent {
    display: none;
}


/* NEXT BUTTON */

.articleNextButton {
    display: none;
}

/* NO HEADER STYLE */

.noHeader {
    clear: right;
}

/* ARTICLE PRODUCT BOX */

.productBoxArticle {
    margin-bottom: 1.5em;
}

.productBoxArticle .clear {
    margin: 0 !important;
}

.productBoxArticle .clickable {
    cursor: pointer;
}

h3.productTitleArticle {
    font-family: "Arial", "Helvetica", "Nimbus Sans", "FreeSans", "Malayalam", sans-serif !important;
    float: left;
    width: 530px;
    padding: 10px;
    margin: 0;
    background: #ddd;
    background: -o-linear-gradient(#fff,#ddd);
    background: -moz-linear-gradient(#fff, #ddd);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#ddd));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
    border: 1px solid #ccc;
    border-radius: 8px 8px 0 0;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
    clear: both;
    cursor: pointer;
    position: relative;
}

h3.productTitleArticle .productName {
    width: 390px;
    float: left;
}

h3.productTitleArticle .prisguideLogo {
    background: transparent url("../images/priceguide/prisguideLogo.png") no-repeat scroll right 50%;
    width: 125px;
    height: 20px;
    float: right;
}

h3.productTitleArticle .toggleTip {
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0px;
    bottom: -10px;
    font-weight: 400;
    font-size: 9pt;
    text-align: center;
    color: #999;
    letter-spacing: 0px;
}

.productDataArticle {
    margin: 0;
    padding: 10px 0 0 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    line-height: 18px;
    clear: both;
    background: #f6f6f6;
    background: -o-linear-gradient(#fff,#f6f6f6);
    background: -moz-linear-gradient(#fff, #f6f6f6);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#f6f6f6));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
    width: 550px;
    border-radius: 0 0 8px 8px;
}

.productDataArticle .productData {
    float: left;
    padding-top: 10px;
}

.productDataArticle span {
    display: inline-block;
    vertical-align: middle;
}

.productDataArticle h4 {
    margin-bottom: 5px;
    border-bottom: 1px solid #000;
    font-size: 14px;
    line-height: 18px;
}

.productDataArticle h4 .productRating {
    float: right;
    margin: 3px 0 0 0;
}

.productDataArticle .image {
    float: left;
    width: 172px;
    text-align: center;
    margin: 0 0 0 10px;
    background: #fff;
    border: 1px solid #ccc;
}

.productDataArticle .image a {
    display: block;
    line-height: 0;
}

.productDataArticle ul, #productDataArticle ol {
    list-style-type: none;
    padding: 0px;
}

.productDataArticle li {
    margin: 0px;
}

.productDataArticle .prices {
    width: 336px;
    padding: 0 0 0 20px;
    margin: 0 10px 0 0;
    float: right;
}

.productDataArticle .prices li {
    padding: 0 0 4px 0;
    margin: 0 0 4px 0;
    border-bottom: 1px dotted #ccc;
}

.productDataArticle .prices li.morePrices {
    border-bottom: 0px none;
    text-align: right;
}

.productDataArticle .prices li.morePrices a {
    text-decoration: none;
    font-weight: 700;
}

.productDataArticle .prices .shopName {
    width: 110px;
}

.productDataArticle .prices .stock {
    color: #509400;
    width: 94px;
}

.productDataArticle .prices .notInStock {
    color: #b72727;
}

.productDataArticle .prices .price {
    width: 70px;
    text-align: right;
}

.productDataArticle .prices .price a {
    color: #000;
    font-weight: 700;
    text-decoration: none;
}

.productDataArticle .prices .price a:hover {
    text-decoration: underline;
}

.productDataArticle .prices .buyButton {
    width: 50px;
    text-align: right;
    font-weight: 700;
    font-size: 11px;
}

.productDataArticle .prices .buyButton a {
    border-radius: 5px;
    padding: 3px 6px;
}

.productDataArticle .extendedInfo {
    float: left;
    padding: 10px;
    width: 532px;
    clear: both;
}

.productDataArticle .allDetails,
.productDataArticle .allReviews {
    margin: 4px 0 0 0;
    padding: 0;
    float: left;
    clear: both;
}

.productDataArticle .showProduct {
    float: left;
    margin: 0;
    padding: 0;
}

.productDataArticle .spesifications {
    float: left;
    width: 260px;
    padding: 0 5px 0 0;
    border-right: 1px dotted #ccc;
}

.productDataArticle .spesifications li {
    font-size: 12px;
    margin: 0;
    vertical-align: top;
}

.productDataArticle .spesifications .label {
    font-weight: 700;
    width: 100px;
}

.productDataArticle .spesifications .value {
    width: 154px;
    text-align: right;
}

.productDataArticle .userReviews {
    float: right;
    width: 261px;
    padding: 0 0 0 5px;
}

.productDataArticle .userReviews li .productRating {
    float: right;
}

.productDataArticle .userReviews .reviews li {
    vertical-align: top;
    margin: 0;
}

.productDataArticle .userReviews .reviews li .productRating {
    margin: 4px 0 0 0;
}

/* PRODUCT RATING */

.productRating {
    display: inline-block;
    width: 72px;
    height: 12px;
    background-image: url("../images/priceguide/ratingStarsPG2.png");
    background-repeat: no-repeat;
}

.productRating.rating-5 {
    background-position: 0 0;
}

.productRating.rating-45 {
    background-position: 0 -14px;
}

.productRating.rating-4 {
    background-position: 0 -28px;
}

.productRating.rating-35 {
    background-position: 0 -42px;
}

.productRating.rating-3 {
    background-position: 0 -55px;
}

.productRating.rating-25 {
    background-position: 0 -70px;
}

.productRating.rating-2 {
    background-position: 0 -84px;
}

.productRating.rating-15 {
    background-position: 0 -98px;
}

.productRating.rating-1 {
    background-position: 0 -110px;
}

.productRating.rating-05 {
    background-position: 0 -126px;
}

.productRating.rating-0 {
    background-position: 0 -137px;
}

/* SIDE BAR */
#article .sideBar {
    float: right;
    clear: right;
    width: 198px;
}

#article .sideInfo {
    margin: 0 0 8px;
}


/* PAGES LIST, EXTERNAL LINKS */

#article .pagesList {
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px;
}

#article .pagesList h3 {
    font-size: 12pt;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

#article .pagesList,
#article #articleExternalLinks {
    font-size: 9pt;
    padding: 7px 0 5px 0;
}

#article .pagesList li,
#article #articleExternalLinks li {
    list-style-type: none;
    margin: 0 0 6px;
    padding: 4px 9px 3px 9px;
}

#article .pagesList .selected {
    padding: 0 0 1px;
    color: white;
    font-weight: bold;
}

#article .pagesList .selected .stretch {
    display: block;
    background: #525252 url("../images/main/articlePagesListSelectedBgTopStretch.png") repeat-x;
    background: -webkit-linear-gradient(#656565, #525252);
    background: -moz-linear-gradient(#656565, #525252);
    background: -ms-linear-gradient(#656565, #525252);
    background: -o-linear-gradient(#656565, #525252);
    background: linear-gradient(#656565, #525252);
    margin-bottom: 2px;
    padding: 6px 9px !important;
    padding-top: 3px;
    border-radius: 5px;
}

#articleExternalLinks h4 {
    clear: both;
    color: #666;
    font-size: 8pt;
    text-transform: uppercase;
    margin: 0 12px;
}

/* PAGES NEXT/PREV */

#article .pagesNextPrev {
    padding: 10px 0;
    border-top: 1px dotted silver;
    border-bottom: 1px dotted silver;
    margin-bottom: 16px;
    font-size: 9pt;
}

#article .pagesNextPrev .prevPage {
    float: left;
}

#article .pagesNextPrev .nextPage {
    float: right;
}

#article .pagesNextPrev .nextPage,
#article .pagesNextPrev .prevPage {
    width: 100px;
    border-bottom: 1px solid white;
}

#article .pagesNextPrev .nextPage a {
    padding-top: 8px;
    width: 87px;
    height: 22px;
    display: block;
    background: url("../images/main/articleNextPage.gif") no-repeat right;
    text-decoration: none;
}

#article .pagesNextPrev .prevPage a {
    padding-top: 8px;
    padding-left: 28px;
    width: 87px;
    height: 22px;
    display: block;
    background: url("../images/main/articlePrevPage.gif") no-repeat left;
    text-decoration: none;
}

#article .pagesNextPrev .listPages {
    padding: 0;
    text-align: center;
    list-style: none;
}

#article .pagesNextPrev .listPages li {
    display: inline;
    margin: 0;
}

/* PRODUCT INFORMATION */

#articleProductInformation {
    font-size: 9pt;
    line-height: 13pt;
}

#articleProductInformation li {
    clear: both;
}

#articleProductInformation li.focusProduct {
    margin-bottom: 25px;
}

#articleProductInformation li.otherProducts {
    margin-top: 25px;
}

#articleProductInformation h4 {
    clear: both;
    color: #666;
    font-size: 8pt;
    text-transform: uppercase;
}

#articleProductInformation h3 {
    clear: both;
    font-size: 12pt;
    text-transform: none;
    letter-spacing: -1px;
    line-height: normal;
    border: none;
    font-weight: bold;
    padding: 3px 0 5px 0;
}

#articleProductInformation h3 a {
    color: #000;
    text-decoration: none;
}

#articleProductInformation h3 a:hover {
    text-decoration: underline;
}

#articleProductInformation .image {
    text-align: center;
}

#articleProductInformation img {
    background-color: #fff;
    margin: 8px 0 0;
}

#articleProductInformation ol {
    list-style-type: none;
}

#articleProductInformation .prices {
    clear: both;
}

#articleProductInformation .prices li {
    padding: 0 0 1px 0;
    margin: 0 0 2px 0;
    border-bottom: 1px dotted #c0c0c0;
}

#articleProductInformation .prices span {
    display: inline-block;
}

#articleProductInformation .prices .morePrices {
    font-weight: 700;
    border-bottom: 0px none;
}

#articleProductInformation .prices .noPrices {
    border-bottom: 0px none;
}

#articleProductInformation .prices .shopName {
    width: 108px;
}

#articleProductInformation .prices .price {
    width: 50px;
    text-align: right;
}

#articleProductInformation .prices .price a {
    color: #000;
    text-decoration: none;
}

#articleProductInformation .prices .buyButton {
    width: 40px;
    text-align: right;
    font-size: 11px;
}

#articleProductInformation .prices .buyButton a {
    border-radius: 3px;
    padding: 1px 4px;
}

#article .buyButton a {
    background: #ffbe34;
    background: -o-linear-gradient(#fdf1a7, #ffbe34);
    background: -moz-linear-gradient(#fdf1a7, #ffbe34);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fdf1a7), to(#ffbe34));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdf1a7', endColorstr='#ffbe34');
    border: 1px solid #a57d27;
    color: #403110;
    text-decoration: none;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

#article .buyButton a:hover {
    background: #fff9b9;
    background: -o-linear-gradient(#fff9b9,#efd41d);
    background: -moz-linear-gradient(#fff9b9,#efd41d);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff9b9), to(#efd41d));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9b9', endColorstr='#efd41d');
}

#article .buyButton.large {
    text-align: center;
    width: 198px;
    display: inline-block;
    margin: 5px 0 15px 0;
}

#article .buyButton.large a {
    font-size: 13px;
    font-weight: 700;
    padding: 4px 10px;
    text-transform: uppercase;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
}


/* RELATED RSS */

#article .rss.related {
    overflow: auto;
    line-height: 13pt;
    font-size: 9pt;
    padding: 12px;
}

#article .rss.related h4 {
    font-size: 8pt;
    clear: both;
    color: #666;
    text-transform: uppercase;
}

#article .rss.related li.rss {
    float: left;
    margin-bottom: 4px;
}

#article .rss.related li.rss a {
    display: block;
    background: url("../images/icons/rss-icon.png") no-repeat 0 2px;
    padding-left: 19px;
}

/* RELATED ARTICLES */

#articleRelatedArticles {
    clear: both;
    width: 188px;
    padding: 20px 5px 12px 5px;
    background: white;
}

#articleRelatedArticles li {
    padding-bottom: 23px;
}

#articleRelatedArticles img {
    float: right;
    border: 1px solid #888;
    margin: 0 0 6px 0;
}

.articleFeed h3,
#articleRelatedArticles h3,
#articleForumReplies h3 {
    text-transform: uppercase;
    font-family: Georgia, Times, serif;
    color: #666;
    font-weight: normal;
    letter-spacing: -1px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
    margin-bottom: 7px;
    clear: left;
    font-size: 14pt;
    line-height: 10pt;
    padding-bottom: 7px;
}

#articleRelatedArticles h4 a {
    text-decoration: none;
    font-size: 12pt;
    letter-spacing: -1px;
    color: black;
}

#articleRelatedArticles h4 a:hover {
    color: inherit;
    text-decoration: underline;
}

#articleRelatedArticles .moreLink {
    font-size: 9pt;
    font-weight: bold;
}

#article .clear {
    margin-bottom: 25px;
}


#search .quotemain {
    font-size: 7pt;
    padding: 6px 8px;
    background-color: #f7f5f2;
    border: 1px solid #ccc;
    border-top: none;
    border-bottom: 3px double #ccc;
}

#search .quotetop {
    font-size: 7pt;
    background-color: #f7f5f2;
    border: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 2px 8px;
}

#search .quotetop .quotetop {
    background-color: white;
}

#search .quotemain .quotemain {
    background-color: white;
}

/* ARTICLE NETMEETING */

#articleNetmeeting .intro {
    margin-bottom: 10px;
}

#articleNetmeeting.feed ol {
    margin: 0;
}

#articleNetmeeting.feed li h3 {
    line-height: normal;
    border: 0;
    font-family: Arial, Helvetica, "Nimbus Sans", FreeSans, Malayalam, sans-serif !important;
    margin-top: 20px;
    text-transform: none;
    font-weight: bold;
    font-size: 15pt;
    letter-spacing: -1px;
    color: #333;
}

#articleNetmeeting .loading {
    margin-right: -200px;
    left: 50%;
    background: url("../images/main/spinner.gif") no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    background-color: #fff;
    top: 50%;
}

#articleNetmeeting .info {
    background: #2d2;
    border: 2px solid silver;
    font-size: 14px;
    padding: 9px;
}

#articleNetmeeting .message {
    width: 120px;
    padding: 6px 4px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
}

#articleNetmeeting .message.success {
    background-color: #6E8B3D;
    border: 1px solid #BDB76B;
}

#articleNetmeeting .message.error {
    background-color: #CD3333;
    border: 1px solid #8B2323;
}

#articleNetmeeting .image {
    width: auto;
    height: auto;
    float: right;
    padding: 1px;
    border: 1px solid silver;
    margin-top: 23px;
}

#articleNetmeeting .intro p {
    margin-bottom: 6px;
}

#articleNetmeeting .question {
    position: relative;
    margin-top: 10px;
}

#articleNetmeeting .question li {
    list-style: none;
    margin-bottom: 8px;
}

#articleNetmeeting textarea,
#articleNetmeeting input[type="text"] {
    width: 55%;
}

#articleNetmeeting textarea {
    height: 200px;
}

#articleNetmeeting label {
    font-weight: bold;
    display: block;
    cursor: pointer;
}

#nmQuestionsList {
    float: left;
    width: 365px;
    font-size: 9pt;
}

#nmQuestionsList ol {
    list-style: none;
}

#nmQuestionsList ol li {
    margin: 0;
    list-style: none;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ddd;
}

#nmQuestionsList .author {
    font-size: 10pt;
    margin-bottom: 4px;
    font-weight: bold;
}

#nmQuestionsList blockquote {
    margin: 6px 0;
}

#nmQuestionsList blockquote span {
    font-weight: bold;
}

#nmQuestionsList .answer {
    margin-bottom: 6px;
}

#nmQuestionsList .answer span {
    font-weight: bold;
}

#nmQuestionsList .answer p {
    color: #00009c;
}

#nmQuestionsJumpList {
    float: right;
    width: 172px;
}

/* COMPATIBILITY/LEGACY STYLING */

.actualPage table div {
    margin: auto;
}

.actualPage table {
    margin: 0 0 19px 0;
    border: 1px solid #999;
}

.actualPage table td {
    padding: 3px 6px;
    font-size: 9pt;
    border: 1px solid #ccc;
    border-bottom: none;
    border-right: none;
}

.actualPage table td:first-child {
    border-left: none;
}

.actualPage table tr:first-child td {
    border-top: none;
}

.actualPage .articleImageCenter,
.actualPage .articleImageLeft,
.actualPage .articleImageRight {
    margin-bottom: 15px;
    text-align: center;
}

.actualPage .articleImageLeft {
    float: left;
    margin: 5px 25px 23px 0;
}

.actualPage .articleImageCenter {
    display: block;
    text-align: center;
}

.actualPage .articleImageRight {
    clear: right;
    float: right;
    margin: 5px 0 23px 25px;
}

.actualPage .articleImageLeft *,
.actualPage .articleImageCenter *,
.actualPage .articleImageRight * {
    font-size: 8pt;
    color: #666;
    font-style: normal;
    margin: 0;
}

.actualPage .articleImageText {
    padding: 6px 0 0 0;
}

/* AKAM LEGACY */

.legacy .actualPage h2 strong a {
    font-size: 20pt;
}

/* GAMER LEGACY */

.actualPage .videoPlayer {
    float: left;
    text-align: center;
    border: 1px solid #aaa;
    padding: 7px 7px 3px 7px;
    border: 1px solid #e0e0e0;
    background: #f0f0f0;
    margin: 5px 0 23px -14px;
}

.actualPage .videoPlayer div.playButton:hover {
    background-image: url("http://static.new.gfx.no/images/legacy/gamer/videoPlayerPlayButtonActive.png") !important;
}

.actualPage .videoPlayer hr {
    display: none;
}

.actualPage .videoPlayer h1 {
    font-size: 12pt;
    letter-spacing: -1px;
    margin: 0 0 3px 10px;
}

.actualPage .videoPlayer h2,
.actualPage .videoPlayer .contentinfo {
    display: none;
}

.actualPage .videoPlayer .maximise {
    font-size: 8pt;
    line-height: 14pt;
}


.factBox {
    float: right;
    clear: right;
    width: 231px;
    padding: 10px;
    margin: 0 0 15px 15px;
    background: #ebebeb url("../images/main/feedTopicBgSilverStretch.png") repeat-x;
    line-height: 14pt;
    font-size: 8pt;
    color: #444;
    border: 1px solid #ccc;
}

.factBox.center {
    float: none;
    width: auto;
    margin: 10px 5px;
}

.factBox h3 {
    font-size: 9pt;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 6px;
    letter-spacing: 0px;
}

.factBox li,
.factBox p {
    font-size: 8pt;
    line-height: 12pt;
    color: #444;
    border-bottom: none;
    margin: 0;
}

.factBox .facts {
    border-top: none;
    margin: 0;
}

.factBox .facts a {
    display: block;
    text-align: center;
}





/* 
 * VIDEO DISPLAY 
 */

#video {
    width: 986px;
    overflow: hidden;
    background: url('http://static.kulturo.no/img/videoListsBackground.png') repeat-x;
    padding-top: 8px;
}

#video a {
    text-decoration: none;
}

#video .syndicate {
    margin-bottom: 4px;
}

#video .syndicate .facebook {
    margin-left: 3px;
    font-size: 10pt;
    background: url("http://www.facebook.com/images/share/facebook_share_icon.gif") no-repeat;
    padding-left: 20px;
}

.clear {
    clear: both;
    display: block;
}

.player {
    float: left;
    width: 776px;
    overflow: hidden;
    margin: 1px 0 9px 0;
    background: black;
    border-top: 1px solid #444;
}

.previewImage {
    background: url('http://static.kulturo.no/img/videoPlayerPlayButton.png') 50% 50% no-repeat;
}

.previewImage:hover {
    background-image: url('http://static.kulturo.no/img/videoPlayerPlayButtonActive.png');
}

/* MODULE 'CRUCIAL INFO' */

#video .crucialInfo {
    border-top: 1px solid #444;
    float: right;
    width: 190px;
    min-height: 110px;
    margin-top: 1px;
    padding: 17px 10px;
    font-size: 8pt;
    background: url('http://static.kulturo.no/img/videoCrucialInfoBackground.png') repeat-x #171717;
    border-bottom: 5px solid #ccc;
}

#video .crucialInfo h2 {
    font-size: 16pt;
    letter-spacing: -1px;
    color: white;
}

#video .crucialInfo p {
    margin: 10px 0 0 1px;
    color: #999;
}

#video .crucialInfo li {
    margin-left: 1px;
    line-height: 13pt;
}

#video .crucialInfo .platform {
    color: silver;
    text-decoration: none;
}

/* VIDEO LISTS */

.videoLists {
    clear: both;
    height: 360px;
    border-top: 6px solid #222;
    background: url('http://static.kulturo.no/img/videoListsBackground.png') repeat-x;
    font-size: 8pt;
    padding: 0 5px;
}

.videoLists div {
    float: left;
    width: 240px;
}

.videoLists .relatedVideos {
    margin-right: 9px;
}

.videoLists .latestVideos {
    margin-right: 0;
}

.videoLists h3 {
    height: 22px;
    margin: 11px 0 0 7px;
}

.videoLists h3 span {
    display: none;
}

.videoLists .relatedVideos h3 {
    background: url('http://static.kulturo.no/img/videoListsRelatedVideos.gif') no-repeat;
}

.videoLists .latestVideos h3 {
    background: url('http://static.kulturo.no/img/videoListsLatestVideos.gif') no-repeat;
}

.videoLists .videoDiscussion h3 {
    background: url('http://static.kulturo.no/img/videoListsDiscussion.gif') no-repeat;
}

.videoLists li {
    margin-top: 3px;
    clear: left;
}

.videoLists img,
.videoLists p {
    display: none;
}

.videoLists .relatedVideos a,
.videoLists .latestVideos a {
    display: block;
    background: url('http://static.kulturo.no/img/videoListsItemBackground.png') repeat-x #333;
    padding: 3px 0;
    cursor: pointer;
    border: 1px solid #222;
}

.videoLists .title {
    float: left;
    width: 160px;
    color: white;
    margin-left: 11px;
    cursor: pointer;
}

.videoLists .moreLink {
    float: right;
    margin-right: 9px;
    color: #555;
}

.videoLists a:hover {
    background: url('http://static.kulturo.no/img/videoListsItemBackgroundActive.png') repeat-x #9B8C73;
    border: 1px solid #544F48;
}

.videoLists a:hover .moreLink {
    color: white;
}

.videoLists .first {
    height: 160px;
    color: black;
    margin-bottom: 10px;
}

.videoLists .first a {
    padding: 0;
    height: 160px;
    background: white;
    border: none;
}

.videoLists .first img {
    display: inline;
}

.videoLists .first .title {
    float: none;
    width: auto;
    color: black;
    display: block;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 13.5pt;
    font-weight: bold;
    letter-spacing: -1px;
}

.videoLists .first a:hover {
    border: none;
    background: white;
}

.videoLists .first a:hover .title {
	color: #2B64B9;
}

.videoLists .first p {
    clear: both;
    display: block;
    padding: 0 10px;
    margin-left: 1px;
}

.videoLists .first .moreLink {
    display: none;
}



/* 
 * ARTICLES / REVIEWS SECTIONS 
 */

#searchArticles {
    font-size: 9pt;
}

#searchArticles .col1 {
    width: 614px;
    float: right;
    margin-right: 22px;
}

#searchArticles .col2 {
    width: 164px;
    background-color: #f3f1e9;
    background: white;
    padding: 10px 10px 10px 0;
    border-top: 4px solid #342e27;
    
}

#searchArticles .col2 h3 {
    color: #666;
}

#queryHeadline {
    font-size: 32pt;
    letter-spacing: -4px;
    line-height: 30pt;
    margin: 20px 0 -4px 0;
    float: left;
}
#queryHeadline:first-letter {
    text-transform: uppercase;
}

.queryExplanation {
    padding: 4px 0 6px 0;
    border-bottom: 1px solid #ccc; 
    margin-bottom: 1px;
    width: 788px;
}

.queryExplanation strong {
    margin: 0 0 0 3px;
    text-transform: lowercase;
}

.queryExplanation span {
    margin: 0 6px 0 0;
}

#searchArticles .moreLink {
    float: right;
}

/* RESULTS TABLE */

#searchArticles .col1 {
    clear: left;
}

#searchResults {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 25px;
}

#searchResults th,
#searchResults td {
    padding: 3px 16px 3px 0;
    text-align: left;
    font-size: 8pt;
    color: #aaa;
}

#searchArticles thead th {
    background: #342e27;
    text-transform: uppercase;
    font-weight: bold;
}

#searchResults thead th a {
    text-decoration: none;
    color: #999;
    float: left;
    padding-right: 10px;
    background: url("../images/main/searchSortIcon.png") right no-repeat;
}

#searchResults thead th a:hover {
    color: white;
    background: url("../images/main/searchSortIconHover.png") right no-repeat;
}

#searchResults thead th.desc a {
    background: url("../images/main/searchSortIconDesc.png") right no-repeat;
}

#searchResults thead th.desc a:hover {
    background: url("../images/main/searchSortIconHoverDesc.png") right no-repeat;
}

#searchResults tbody tr td {
    background:;
}
#searchResults tbody tr:hover td {
    -webkit-transition: 0.2s;
    background: -webkit-linear-gradient(#fff, #eee);
}
#searchResults h4 a {
    text-decoration: none;
    color: #444;
    font-size: 12pt;
    letter-spacing: -1px;
}

#searchResults h4 a:hover {
    text-decoration: underline;
}

#searchResults p a {
    font-weight: bold;
}

#searchResults td.image {
    width: 75px;
    height: 50px;
    text-align: center;
}

#searchResults div.imageContainer {
    overflow: hidden;
    border: 1px solid #ccc;
    background: white;
    width: 75px;
    margin: 0;
}

#searchResults h4 {
    font-size: 10pt;
    display: inline;
}

#searchResults .productReview span {
    float: left;
    width: 63px;
    height: 14px;
}

#searchResults .productReview-0 {
    background: url(../images/icons/rating/productReview-0.gif) no-repeat;
}
#searchResults .productReview-1 {
    background: url(../images/icons/rating/productReview-1.gif) no-repeat;
}
#searchResults .productReview-2 {
    background: url(../images/icons/rating/productReview-2.gif) no-repeat;
}
#searchResults .productReview-3 {
    background: url(../images/icons/rating/productReview-3.gif) no-repeat;
}
#searchResults .productReview-4 {
    background: url(../images/icons/rating/productReview-4.gif) no-repeat;
}
#searchResults .productReview-5 {
    background: url(../images/icons/rating/productReview-5.gif) no-repeat;
}
#searchResults .productReview-6 {
    background: url(../images/icons/rating/productReview-6.gif) no-repeat;
}
#searchResults .productReview-7 {
    background: url(../images/icons/rating/productReview-7.gif) no-repeat;
}
#searchResults .productReview-8 {
    background: url(../images/icons/rating/productReview-8.gif) no-repeat;
}
#searchResults .productReview-9 {
    background: url(../images/icons/rating/productReview-9.gif) no-repeat;
}
#searchResults .productReview-10 {
    background: url(../images/icons/rating/productReview-10.gif) no-repeat;
}

#searchResults .rating span {
    float: left; 
    width: 32px;
    height: 32px;
}

#searchResults .rating .dice6-1 {
    background: url(../images/icons/rating/dice6-1.gif) no-repeat;
}
#searchResults .rating .dice6-2 {
    background: url(../images/icons/rating/dice6-2.gif) no-repeat;
}
#searchResults .rating .dice6-3 {
    background: url(../images/icons/rating/dice6-3.gif) no-repeat;
}
#searchResults .rating .dice6-4 {
    background: url(../images/icons/rating/dice6-4.gif) no-repeat;
}
#searchResults .rating .dice6-5 {
    background: url(../images/icons/rating/dice6-5.gif) no-repeat;
}
#searchResults .rating .dice6-6 {
    background: url(../images/icons/rating/dice6-6.gif) no-repeat;
}
#searchResults .rating .dice10-1 {
    background: url(../images/icons/rating/dice10-1.gif) no-repeat;
}
#searchResults .rating .dice10-2 {
    background: url(../images/icons/rating/dice10-2.gif) no-repeat;
}
#searchResults .rating .dice10-3 {
    background: url(../images/icons/rating/dice10-3.gif) no-repeat;
}
#searchResults .rating .dice10-4 {
    background: url(../images/icons/rating/dice10-4.gif) no-repeat;
}
#searchResults .rating .dice10-5 {
    background: url(../images/icons/rating/dice10-5.gif) no-repeat;
}
#searchResults .rating .dice10-6 {
    background: url(../images/icons/rating/dice10-6.gif) no-repeat;
}
#searchResults .rating .dice10-7 {
    background: url(../images/icons/rating/dice10-7.gif) no-repeat;
}
#searchResults .rating .dice10-8 {
    background: url(../images/icons/rating/dice10-8.gif) no-repeat;
}
#searchResults .rating .dice10-9 {
    background: url(../images/icons/rating/dice10-9.gif) no-repeat;
}
#searchResults .rating .dice10-10 {
    background: url(../images/icons/rating/dice10-10.gif) no-repeat;
}

#searchResults td.headline {
    padding-top: 10px;
    padding-bottom: 10px;
}

#searchResults .techinfo,
#searchResults p {
    font-weight: normal;
}

#searchResults .image {
    padding-right: 3px;
}

#searchResults .articleType {
    text-transform: lowercase;
}

#searchResults .published {
    width: 80px;
}

#searchResults .price {
    width: 40px;
}

#searchResults td.price a {
    font-size: 11pt;
    font-weight: bold;
    letter-spacing: -1px;
}

#searchResults .headline {
    padding-left: 14px;
    text-align: left;
    width: 360px;
}

#searchArticles .pageSummary {
    margin-top: 25px;
}

#searchArticles .pageSelector li {
    list-style-type: none;
    float: left;
    font-size: 12pt;
    padding: 4px 14px 4px 0;
}

#searchArticles .pageSelector a.selected {
    font-weight: bold;
    font-size: 12pt;
    letter-spacing: -1px;
}

/* FILTER COLUMN */

#searchArticles .queryExplanation {
    clear: left;
}

#searchArticles h3 {
    font-family: Georgia, Times, serif;
    font-size: 11pt;
    color: #888;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: -1px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
    margin-bottom: 7px;
    clear: left;
}





/* ALPHABETIC REVIEW SUMMARY */ 

#alphabetic {
    width: 700px;
}

#alphabetic .manufacturer {
    margin-bottom: 20px;
}

#alphabetic h2 {
    font-size: 27pt;
    letter-spacing: -4px;
    line-height: 24pt;
}

#alphabetic h3 {
    font-weight: bold;
    color: #000;
    font-size: 13pt;
    letter-spacing: -1px;
    font-family: Arial;
}

#alphabetic .manufacturer ul {
    padding-left: 20px;
}

#alphabetic .manufacturer li {
    padding-bottom: 2px;
}

#alphabetic .manufacturer li a {
    text-decoration: none;
}

#alphabetic .manufacturer li a:hover {
    text-decoration: underline;
}

#alphabetic .manufacturer .published {
    float: right;
    color: #999;
}





/*
 * SEARCH LISTING
 */

/* CATEGORY SELECT */

#categoryFilter {
    color: #999;
    font-size: 8pt;
}

#categoryFilter .cat {
    padding: 5px 0 5px 0;
}

#categoryFilter ul {
    padding: 0 0 15px 0;
}

#categoryFilter .cat a,
#categoryFilter .selected {
    font-weight: bold;
    font-size: 12pt;
    letter-spacing: -1px;
}

#categoryFilter .selected {
    color: #444;
}

#categoryFilter .cat a.unsetCategory {
    display: block;
    font-size: 9pt;
    letter-spacing: 0;
}

#categoryFilter ul ul li.cat {
    padding: 0px;
}

#categoryFilter ul ul .cat a {
    font-weight: normal;
    font-size: 8pt;
    letter-spacing: 0;
    margin-left: 10px;
}

/* OTHER STUFF */

.filter {
    padding-bottom: 10px;
    font-size: 8pt;
    color: #999;
}

.filter ul {
    padding-bottom: 15px;
}

.filter a {
    font-size: 9pt;
}

.filter .selected {
    font-size: 10pt;
    font-weight: bold;
    color: black;
    padding: 3px 3px 3px 7px;
    background: url("../images/main/searchSortIcon.png") right no-repeat;
    background: url("../images/main/searchSelectedBg.png") repeat-x;
    margin: 7px 0 6px 0;
}

#searchWordFilter {
    padding-bottom: 19px;
}

#searchWordFilter .text {
    width: 65%;
    float: left;
    border: 1px solid #ccc;
    height: 20px;
}

#searchWordFilter .submit {
    width: 30%;
    float: right;
}

/* FORUM */

#wrapper.forum #forum,
#wrapper.forum #colLeft,
#wrapperDynamic.forum #forum,
#wrapperDynamic.forum #colLeft {
    font-family: verdana, tahoma, arial, sans-serif, georgia, courier, "times new roman", serif;
}

body.forum #topAds {
    behavior: url("//www.diskusjon.no/css3pie/PIE.php");
}


#forum {
    margin-top: 10px;
    line-height: 135%;
    width: 81%;
    float: right;
}

#forum .postCount, #forum .joined,
#forum .memberGroup {
    font-weight: bold;
}

#wrapperDynamic #forum {
    width: auto;
    margin-left: 180px;
    float: none;
}

#wrapperDynamic #ipbwrapper {
    margin-left: 10px;
    width: 99%;
    float: left;
}

#forum blockquote {
    margin: 12px 40px;
}

#wrapperDynamic #forumTopStories {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

#wrapperDynamic #colLeft {
    width: 180px;
    line-height: normal;
}

#colLeft {
    width: 180px !important;
}


#colLeft .colLeftTop {
    margin-top: 10px;
    background: white url("http://static.diskusjon.no/diskusjon.no/gfx/menu_top.png") no-repeat;
    width: 173px;
    height: 7px;
}

#colLeft .colLeftMiddle {
    background: white url("http://static.diskusjon.no/diskusjon.no/gfx/menu_middle.png") repeat-y;
    width: 173px;
    padding-top: 10px;
    padding-left: 5px;
    padding-bottom: 10px;
}

#colLeft .colLeftBottom {
    margin-bottom: 10px;
    background: white url("http://static.diskusjon.no/diskusjon.no/gfx/menu_bottom.png") no-repeat;
    width: 173px;
    height: 7px;
}

#colLeft .colLeft {
    margin-top: 10px;
    float: left;
    width: 173px;
}

#forum #ipbwrapper ol {
    margin: 0 25px;
}

#forum #ipbwrapper ul {
    margin: 0 25px;
    list-style-type: disc;
}


/* List of forum categories */
.forumCategories {
    padding: 0 4px;
    font-size: 10pt;
}

.forumCategories h2 {
    font-size: 11pt;
    margin: 0;
}

#colLeft .forumCategories ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

#colLeft .forumCategories .root > li {
    padding: 4px;
}

#colLeft .forumCategories .root {
    clear: both;
    margin: 10px 10px 0 0 !important;
    padding-top: 6px !important;
    border-top: 1px solid #ccc;
    display: block;
}

#colLeft .forumCategories .root > li:hover div {
    background-color: #ddd;
}

#colLeft .forumCategories:hover .root li:hover ul {
    z-index: 99999;
    width: 150px;
    margin: -15px 0 0 120px;
    position: absolute;
    background-color: #fff;
    display: block;
    padding: 6px;
}

#colLeft .forumCategories:hover .root li:hover ul li {
    margin-bottom: 4px;
}

#colLeft .forumCategories:hover .root li:hover ul li a {
    display: block;
    margin-bottom: 7px;
}




#authorInfo {
    font-size: 9pt;
    padding-top: 20px;
}

#authorInfo h3.underline {
    border-bottom: 1px solid #ccc;
    color: #666;
    clear: left;
    font-family: Georgia, Times, serif;
    font-size: 11pt;
    font-weight: normal;
    letter-spacing: -1px;
    margin-bottom: 7px;
    padding-bottom: 4px;
    text-transform: uppercase;
}

#authorInfo h2.name {
    font-size: 32pt;
    letter-spacing: -4px;
    line-height: 30pt;
    margin: 20px 0pt -4px;
    display: inline;
}

#authorInfo p.totalArticles {
    font-size: 10pt;
    clear: left;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1px;
    padding: 4px 0px 6px;
    width: 788px;
}

#authorInfo .col1 {
    border-top: 4px solid #342E27; 
    padding: 10px 10px 10px 0pt;
    width: 190px;
}
#authorInfo .col2 {
    float: right;
    margin-right: 30px;
    width: 588px;
}

#authorInfo .authorPicture {
    float: right;
    padding: 0px 0px 5px 5px;
}
#authorInfo .authorPicture img {
    max-width: 80px;
    max-height: 100px;
}

#authorInfo .authorDescription {
    font-size: 9pt;
    color: #000;
}

#authorInfo .articles {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}
#authorInfo th {
    background: #342E27 none repeat scroll 0%;
    font-weight: bold;
    color: #fff;
    font-size: 15pt;
    padding: 3px;
}

#authorInfo .odd {
    background-color: #f3f1e9;
}
#authorInfo .even {
    background-color: #fff;
}


#authorInfo .articles .headline {
    padding: 10px 0px 10px 14px;
    width: 360px;
}
#authorInfo .articles .headline h4 {
    font-weight: bold;
    font-size: 10pt;
    color: #aaa;
}
#authorInfo .articles .headline h4 a {
    color: #444;
    font-size: 12pt;
    letter-spacing: -1px;
    text-decoration: none;
}
#authorInfo .articles .headline h4 a:hover {
    text-decoration: underline;
}
#authorInfo .articles .headline p {
    color: #aaa;
    font-size: 8pt;
}

#authorInfo .articles .image {
    padding: 3px 16px 3px 0px;
    font-size: 8pt;
    color: #aaa;
}
#authorInfo .articles .image img {
    border: 1px solid #ccc;
    height: 50px;
    margin: 0pt;
    width: 75px;
}

#authorInfo .articles .published {
    vertical-align: middle;
    font-size: x-small;
    color: #aaa;
    padding: 3px 16px 3px 0pt;
    width: 80px;
}


#authorInfo .paginator li {
    float: left;
    margin: 0px 2px;
}
#authorInfo .paginator li.active {
    font-weight: bold;
}
#authorInfo span.next {
    float: left;
    margin-left: 2px;
    font-weight: bold;
}
#authorInfo span.prev {
    float: left;
    margin-right: 2px;
    font-weight: bold;
}

#authorInfo #contact {
    margin-top: 10px;
    clear: both;
}

#authorInfo #contact input,
#authorInfo #contact textarea {
    border: 1px solid #aaa;
    padding: 2px;
    width: 180px;
    font-family: Arial, Helvetica, Nimbus, Sans, FreeSans, Malayalam, sans-serif; 
    font-size: 9pt;
}
#authorInfo #contact p.error {
    color: red;
    font-style: italic;
}

#authorInfo .filterArticleTypes {
    margin-top: 10px;
    clear: both;
}

#authorInfo .filterArticleTypes li.selected {
    font-weight: bold;
}

#authorInfo .blog hr {
    height: 3px;
    background: silver;
    border: none;
}
#authorInfo .blog h1 {
    background: #342E27;
    padding: 5px;
    color: white;
}

#authorInfo .blog .preamble {
    padding-top: 10px;
}
#authorInfo .blog .preamble .author {
    color: #777;
}

#authorInfo .blog .preamble .headline {
    font-size: 26px;
}
#authorInfo .blog {
}
#authorInfo .blog p {
    letter-spacing: 0;
    font-family: arial;
}
#authorInfo .blog .actualContent {
    padding-left: 0;
}


/*
 * LOGIN/LOGOUT SECTION
 */

#login {
    font-size: 10pt;
    padding-top: 19px;
}

#login form {
    display: block;
    width: 150px;
    margin: 0 auto;
}

#login label {
    display: block;
    clear: both;
}

#login #username,
#login #password {
    margin-bottom: 4px;
    width: 142px;
    border: 1px solid #ccc;
    padding: 4px;
}






/* GENERAL SEARCH */

#search { 
    padding: 19px 0;
}

#search #searchField {
    margin: 0 0 19px 0;
}

#search #searchField .text {
    width: 250px;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 14px;
}

#search #searchField .submit {
    width: 80px;
    border: 1px solid #ccc;
    background: #eee;
    padding: 5px;
    font-size: 14px;
}

#search #queryExplanation {
    font-size: 9pt;
    margin: 0 0 19px 0;
}

#search #queryExplanation a {
    font-weight: bold;
}

#search h3 {
    font-family: Georgia, Times, serif;
    color: #888;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: -1px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 7px;
    clear: left;
    font-size: 14pt;
    padding-bottom: 7px;
}

#search table {
    border-collapse: collapse;
    width: 100%;
}

#search .viewAll {
    margin-top: 15px;
}

#search .infoBox {
    border: 1px solid #cccccc;
    background: #fafafa;
    padding: 10px;
    margin-bottom: 19px;
}

#search .searchLeft {
    float: left;
    width: 603px;
}

#search .searchLeft h3 {
    width: 588px;
}

#search .searchRight {
    float: right;
    width: 380px;
}

#search .noHits {
    font-size: 0.8em;
    line-height: 1.5em;
}

#search #allSites {
    font-size: 0.8em;
}

#searchResultsArticles td,
#searchResultsProducts td,
#searchResultsPricelines td {
    padding: 7px 0;
    border-bottom: 1px solid #dedede;
}

#searchResultsArticles {
    width: 588px;
    padding-right: 15px;
    border-right: 1px solid #cccccc;
}

#searchResultsArticles h4 a,
#searchResultsPricelines h4 a,
#searchResultsProducts h4 a {
    color: #313131;
    font-size: 17px;
    letter-spacing: -1px;
    text-decoration: none;
}

#searchResultsArticles h4 a:hover {
    text-decoration: underline;
}

#searchResultsArticles h4 {
    margin-bottom: 2px;
}

#searchResultsArticles .image {
    width: 120px;
}

#searchResultsArticles img {
    max-height: 80px;
    max-width: 120px;
}

#searchResultsArticles .title {
    padding-left: 14px;
}

#searchResultsArticles .title .readMore {
    padding-top: 15px;
}

#searchResultsArticles .title p a {
    font-size: 13px;
}

#searchResultsArticles .title p a.preamble {
    color: #474747;
    text-decoration: none;
}

#searchResultsArticles .prefixArticleType {
    font-size: 15px;
    text-transform: uppercase;
}

#searchResultsArticles .metainfo {
    color: #764;
    font-size: 8pt;
    letter-spacing: 0;
}

#searchResultsArticles .time_published {
    float: right;
    font-size: 13px;
    font-weight: 700;
    color: #4b4b4b;
}

/* FORUM THREADS */

#searchResultsForumThreads {
    float: left;
    width: 370px;
    clear: left;
    overflow: hidden;
}

#searchResultsForumThreads .post {
    border-bottom: 1px solid #dedede;
    padding: 7px 0;
}

#searchResultsForumThreads .post .moreLink {
    font-weight: 700;
}

#searchResultsForumThreads .post h4 a {
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    font-weight: 700;
}

#searchResultsForumThreads .post h4 a:hover {
    text-decoration: underline;
}

#searchResultsForumThreads .post p.text {
    font-size: 12px;
    color: #474747;
    margin: 5px 0;
}

#search .moreLink {
    font-size: 14px;
    font-family: Georgia, Times, serif;
}

#searchResultsForumThreads .metaInfo {
    margin-top: 10px;
    font-size: 12px;
}

#searchResultsForumThreads .metaInfo a {
    color: #333333;
    text-decoration: none;
    font-weight: 700;
}

#searchResultsForumThreads .metaInfo a:hover {
    text-decoration: underline;
}

/* PRODUCTS */

#searchResultsPricelines {
    margin-top: 40px;
}

#searchResultsProducts {
    margin-bottom: 40px;
}

#searchResultsProducts .image {
    max-width: 80px;
}

#searchResultsProducts .image img {
    max-height: 50px;
    max-width: 80px;
}

#searchResultsProducts td.title {
    padding: 7px 14px;
}

#searchResultsProducts td.title p a {
    font-size: 12px;
    color: #474747;
    text-decoration: none;
}

#searchResultsProducts td.title a:hover {
    text-decoration: underline;
}

#searchResultsProducts td.price {
    text-align: right;
    font-size: 12px;
}

#searchResultsProducts td.price a {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}





/* TEXT ADS */

#textAds {
    width: 400px;
    float: left;
    font-size: 8pt;
    margin-top: 23px;
    text-align: left;
}

#textAds .adLabel {
    padding: 0 10px 14px 0;
    border-right: 1px solid #ccc;
}

#textAds ul li {
    float: left;
    margin-left: 12px;
}

#textAds span.advertiser {
    display: block;
    font-weight: bold;
}

#textAds a {
    text-decoration: none;
}

#textAds a span.slogan {
    color: #aaa;
    white-space: nowrap;
}

#textAds a:hover span {
    text-decoration: underline;
}





/* GALLERY */

#gallery {
    float: left;
    width: 804px;
}





/**
 * DICTONARY
 */

#dictionary li {
    float: left;
    margin-right: 5px;
}





/**
 * POLL
 */

#poll {
    clear: both;
    margin-bottom: 20px;
}

#poll h3.caption {
    float: left;
    font-size: 12pt;
    font-weight: bold;
    letter-spacing: -1px;
    width: 170px;
}

#poll img {
    border: 1px solid #888;
    float: right;
}

#poll ol {
    clear: both;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#poll ol li {
    clear: both;
    list-style-type: none;
    margin: 0px 10px;
}

#poll ol li .caption {
    font-size: 12px;
    line-height: normal;
    margin-top: 3px;
}

#poll ol li .votes {
    float: right;
    font-size: 10px;
    margin-top: -2px;
}

#poll ol li .results {
    background-color: #eee;
    border: 1px solid #ccc;
    float: left;
    height: 5px;
    margin-top: 1px;
    width: 70%;
}

#poll ol li .results .result {
    background-color: #637f9a;
    font-size: 5px;
    height: 5px;
}

#poll ol li .percent {
    float: right;
    font-size: 11px;
}

#poll ol li .myVote {
    font-size: 1px;
}

#poll ol li input {
    margin-right: 5px;
}

#poll form label {
    cursor: pointer;
    font-size: 12px;
    margin: 5px 0px;
}

#poll form button {
    margin-top: 10px;
}

#poll .totals {
    font-size: 11px;
    font-weight: bold;
    margin: 10px 0px 0px 10px;
}





/**
 * THEMEPAGE LIST
 */

#listThemePages ul li {
    margin: 5px 0px;
}




/* EDDA MEDIA PARTNER LIST */
#edda {
    width: 100%;
    float: left;
    clear: both;
    margin: 10px 0 5px;
}

#edda h4 {
    font-size: 8pt;
    margin-right: 6px;
    display: inline;
}
#edda ul {
    display: inline;
}

#edda li {
    margin-right: 8px;
    display: inline;
}

#edda a {
    color: #444;
    text-decoration: none;
}

#edda a:hover {
    text-decoration: underline;
}





/* SECTION: VIDEOS */
#sectionVideos input[type=text] {
    border: 1px solid #ccc;
    color: #555;
    padding: 2px 4px;
}

#sectionVideos button {
    border: 1px outset #eee;
    background: #eee;
    padding: 4px 6px;
    margin: 0;
    color: #313131;
    text-transform: uppercase;
    font-size: 8pt;
    cursor: pointer;
}

#sectionVideos button:hover {
    background: url("../images/main/sectionVideosButtonBgOrange.png") repeat-x #f70;
    color: white;
    border: 1px solid #b50;
    border-top: 1px solid #fa6;
    border-left: 1px solid #fa6;
}

#sectionVideos .header {
    height: 92px;
    background: url("../images/main/sectionVideosHeaderBg.png") repeat-x;
    margin: 2px 0 6px 0;
}

#sectionVideos .header h1 {
    float: left;
    width: 251px;
    height: 53px;
    padding-top: 28px;
    /* background: url("../images/main/sectionVideosLogoGamer.png") no-repeat 10px 26px; */
    overflow: hidden;
}

#sectionVideos .header h1 a {
    font-size: 48pt;
    line-height: 48pt;
}

#sectionVideos .header h1 a span {
    visibility: hidden;
}

#sectionVideos .header h2 {
    float: left;
    margin-right: 12px; 
    color: gray;
    font-family: Arial, Helvetica, "Nimbus Sans", FreeSans, Malayalam, sans-serif;
}

/* VIDEO SEARCH */
#sectionVideos .search {
    float: left;
    margin: 10px 0 0 0;
    padding: 36px 12px 10px 12px;
    border-left: 1px solid #ddd; 
}

/* VIDEO CHANNELS */

#sectionVideos .channels {
    float: left;
    margin: 10px 0 0 0;
    padding: 36px 12px 10px 12px;
    border-left: 1px solid #ddd; 
}

#sectionVideos .channels .channelMenu {
    float: left;
}

#sectionVideos .channels .channelMenu {
    font-size: 8pt;
}

#sectionVideos .channels .channelMenu li {
    margin: 0 7px 0 0;
    float: left;
}

#sectionVideos .channels .channelMenu li a,
#sectionVideos .channels .channelMenu li span {
    float: left;
    padding: 4px 8px;
    border: 1px outset #eee;
    background: #eee;
    color: #313131;
    text-decoration: none;
    text-transform: uppercase;
}

#sectionVideos .channels .channelMenu li a:hover,
#sectionVideos .channels .channelMenu li.selected span {
    background: url("../images/main/sectionVideosButtonBgOrange.png") repeat-x #f70;
    color: white;
    border: 1px solid #b50;
    border-top: 1px solid #fa6;
    border-left: 1px solid #fa6;
}

#sectionVideos h2,
#sectionVideos h3 {
    margin: 0;
}

#sectionVideos h2 {
    font-size: 16pt;
    font-weight: normal;
    text-transform: uppercase;
    color: #aaa;
    font-family: Georgia, serif;
    border-bottom: 3px double #555;
}

#sectionVideos h2 strong {
    color: #f70;
}

#sectionVideos .content {
    clear: both;
    background: url("../images/main/sectionVideosBg.png") repeat-x black;
    padding: 10px;
}

#sectionVideos .content a {
    color: #f70;
}

#sectionVideos a:hover {
    color: #eebc8f;
}

#sectionVideos .content li h3 a {
    font-size: 11pt;
    line-height: 11pt;
    color: white;
    text-decoration: none;
}

#sectionVideos .content li h3 a:hover {
    text-decoration: underline;
}

/* EDITORIALLY SELECTED VIDEOS */
#sectionVideos .selectedVideos {
    margin: -10px -10px 10px -10px;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #444;
    background: url("../images/main/sectionVideosBlackSlight.png") repeat-x bottom;
}

#sectionVideos .selectedVideos h2 {
    text-transform: uppercase;
    font-size: 12pt;
    padding: 0 0 3px 0;
    margin: 0 0 3px 0;
}

#sectionVideos .selectedVideos .tags,
#sectionVideos .selectedVideos .published {
    display: none;
}

#sectionVideos .selectedVideos li {
    float: left;
    width: 229px;
    height: 154px;
    overflow: hidden;
    margin: 0 0 0 14px;
    border: 1px solid #444;
    font-size: 9pt;
}

#sectionVideos .selectedVideos li.first {
    margin: 0;
}

#sectionVideos .selectedVideos .textContent {
    position: relative;
    z-index: 1000;
    padding: 8px 10px;
    top: -60px;
    overflow: hidden;
    background: url("../images/main/eightyPercentBlack.png");
}

#sectionVideos .selectedVideos li p a {
    font-size: 8pt;
}


/* LATEST VIDEOS (SEARCH RESULTS) */
#sectionVideos .latestVideos {
    width: 602px;
    float: left;
    clear: left;
    background: url("../images/main/sectionVideosWhiteSlight.png") repeat-x #1a1a1a;
    padding: 10px;
}

#sectionVideos .latestVideos .total {
    float: right;
    color: #888;
    font-size: 8pt;
    margin: 13px 0 0 0;
}

#sectionVideos .latestVideos .pageLinks {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #444;
}

#sectionVideos .latestVideos .pageLinks li {
    float: left;
    margin-right: 10px;
    font-size: 9pt;
}

#sectionVideos .latestVideos .pageLinks li a {
    border: 1px solid #555;
    background: #444;
    float: left;
    color: #999;
    padding: 2px 6px;
    text-decoration: none;
}

#sectionVideos .latestVideos .pageLinks li a:hover {
    background: #f70;
    border: 1px solid #fa6;
    color: #fff;
}

#sectionVideos .latestVideos .pageLinks li span {
    border: 1px solid #aaa;
    background: #777;
    float: left;
    padding: 2px 6px;
    font-weight: bold;
    color: #fff;
    cursor: default;
}

#sectionVideos .latestVideos p {
    color: #ddd;
    font-size: 9pt;
    margin: 18px 0;
}

#sectionVideos .latestVideos .videos li {
    clear: both;
    padding: 4px 0;
    border-bottom: 1px solid #303030;
}

#sectionVideos .latestVideos .videos .image {
    margin: 0 7px 0 -6px;
    padding: 6px;
    float: left;
    background: url("../images/main/sectionVideosThumbShadow.png");
}

#sectionVideos .latestVideos .videos .image img {
    border: 1px solid white;
}

#sectionVideos .latestVideos .textContent {
    padding: 12px 0 0 6px;
}

#sectionVideos .latestVideos .videos li h3 a {
    float: left;
    width: 290px;
    margin: 0 0 2px 0;
}

#sectionVideos .latestVideos .videos li p {
    margin: 0;
}

#sectionVideos .latestVideos .videos li p a {
    font-size: 9pt;
    float: left;
    width: 290px;
    margin: 0 0 3px 0;
}

#sectionVideos .latestVideos .videos li .published {
    float: left;
    width: 290px;
    color: #555;
    font-size: 8pt;
}

#sectionVideos .latestVideos .tags {
    float: right;
    width: 190px;
    margin: 2px -3px 0 0;
}

#sectionVideos .latestVideos .tags li {
    clear: none;
    float: right;
    white-space: nowrap;
    font-size: 8pt;
    line-height: 8pt;
    border: none;
    margin: 0 5px 5px 0;
    padding: 0;
    text-transform: lowercase;
}

#sectionVideos .latestVideos .tags li a {
    color: #eebc8f;
}

#sectionVideos .latestVideos .tags li a:hover {
    color: #fff;
}


/* LATEST DISCUSSIONS */
#sectionVideos .latestDiscussions {
    float: right;
    width: 297px;
    padding: 10px;
    background: #eee;
}

#sectionVideos .latestDiscussions h2 {
    text-transform: uppercase;
    font-size: 12pt;
    color: #313131;
    padding: 0 0 3px 0;
    margin: 0 0 3px 0;
    border-bottom: 1px solid #ccc;
}

#sectionVideos .latestDiscussions ul {
    margin: 0 0 0 3px;
}

#sectionVideos .latestDiscussions li {
    margin: 2px 0;
    padding: 3px 0 2px 14px;
    background: url('../images/main/feedForumIcon.png') no-repeat 0 8px;
    font-size: 9pt;
}

#sectionVideos .latestDiscussions a {
    color: #631;
}

#sectionVideos .latestDiscussions a:hover {
    color: #974;
}

#sectionVideos .latestDiscussions .moreLink {
    float: right;
    font-weight: bold;
    margin: 2px 0 0 0;
    font-size: 9pt;
}

#sectionVideos .ad200x300 {
    float: left;
    width: 200px;
    height: 320px;
    margin-top: 20px;
    margin-left: 16px;
}



/* Social Share */

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



/**
 * Competition page 
 */

#competition {
    width: 768px;
}

#competition p {
    margin: 10px 0;
}

#competition h2 {
    margin: 10px 0;
}

#competition div {
    margin: 10px 0;
    padding: 5px;
}

#competition div p {
    margin: 2px 0 2px 5px;
}

#competition div.odd {
    background-color: #f3f1e9;
}

#competition .error {
    font-weight: bold;
    font-size: 9pt;
    color: red;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#competition form .error {
    margin-left: 5px;
}


/**
 * USER OPERATIONS
 */

.overlayContent.userOperations {
    border: 2px solid #ccc;
    line-height: 1.2em;
    font-size: 9pt;
    text-align: left;
    position: absolute;
    z-index: 30;
    left: 50%;
    top: 50px;
    margin-left: -250px;
    width: 500px;
}

/*body > .overlayContent.userOperations {
    position: fixed;
}*/

.userOperations fieldset {
    background-color: #fff;
    padding: 10px;
    border: none;
}

.userOperations li {
    margin: 0 6px 4px;
}

.userOperations .gender {
    padding-top: 17px;
}

.userOperations .autoPw {
    width: 200px;
}

.userOperations .forceLeft {
    margin-right: 15px;
}

.userOperations label {
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    display: block;
    Margin-bottom: 1px;
    color: #666;
}

.userOperations h2 {
    border-bottom: 1px solid #555;
    margin-bottom: 10px;
    font-size: 10pt;
    line-height: 15pt;
}

.userOperations p {
    color: #666;
    margin: 4px 0;
}

.userOperations li .inner {
    padding: 6px;
    width: 200px;
}

.userOperations .forceRight .inner,
.userOperations .forceLeft .inner {
    width: auto;
}

.userOperations input {
    font-size: 10pt;
}

.userOperations .radio {
    margin-right: 5px;
    vertical-align: middle;
}

.userOperations .checkbox {
    float: left;
    margin-right: 7px;
}

.userOperations .field {
    background-color: #eee;
    border: 1px solid #bbb;
    width: 160px;
    padding: 2px;
}

.userOperations .field.small {
    width: 70px;
}

.userOperations .field.focus {
    background-color: #fff;
}

.userOperations .inner.ok {
    background: url("../images/main/tick.png") no-repeat 180px 67%;
}

.userOperations .inner.error {
    background: url("../images/main/cross.png") no-repeat 180px 67%;
}

.userOperations .msg {
    display: none;
}

.userOperations .inner.error .msg {
    position: absolute;
    background-color: #cc0000;
    padding: 4px;
    color: #fff;
    font-weight: bold;
    font-size: 8pt;
    left: 219px;
    width: 200px;
    margin-top: 7px;
    display: block;
}

.userOperations .submit {
    margin-top: 10px;
    width: 130px;
}

.userOperations a.close {
    top: 0;
    right: 0;
    display: none;
    position: absolute;
    display: block;
    background-color: #eee;
    padding: 4px;
    margin-right: 11px;
    border: 1px solid #ccc;
}

.userOperations .dijitComboBox {
    padding: 2px;
    width: 70px;
}

/* IE6 campaign. */

.ieOldStopper p,
.ieOldStopper ul {
    font-size: 10pt;
    margin-bottom: 10px;
}

.ieOldStopper .close {
    background: url(../images/main/close32x32.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}



/* Quiz */

#quiz h1 {
    margin-bottom: 15px;
    font-size: 22pt;
    letter-spacing: -2px;
}

#quiz .question h2 {
    letter-spacing: -1px;
    font-size: 15pt;
    margin: 8px 0 14px;
}

#quiz p,
#quiz li,
#quiz span {
    display: block;
    font-size: 10pt;
    margin-bottom: 10px;
}

#quiz .question img {
    float: right;
}

#quiz .quizContainer {
    width: 60%;
    float: left;
}

#quiz .navigateFurther {
    width: 30%;
    float: right;
}

#quiz .navigateFurther h2 {
    margin-bottom: 0;
}

#quiz .navigateFurther ul {
    margin-bottom: 20px;
    padding: 8px 8px 15px;
    border-bottom: 2px solid #b2b2b2;
    background: #ebebeb url("../images/main/feedTopicBgSilverStretch.png") repeat-x left bottom;
}


/* GAMER'S PARADISE */
#gamersParadiseHeader {
    background: black url(http://static.tek.no/images/ads/paradiseHeaderBgRight.jpg) no-repeat 810px 50%;
    height: 89px; padding: 6px; font-size: .8em; margin-top: 13px; margin-bottom: -5px;
}

#gamersParadiseLogo {
    background: url(http://static.tek.no/images/ads/gamersParadiseLogo.png) no-repeat;
    width: 178px; height: 89px; text-indent: -99999px; float: left; margin-right: 18px;
}

#gamersParadiseHeader .paradisePreamble {
    float: left;
    width: 250px;
    margin-top: 8px; padding-right: 6px;
}

#gamersParadiseHeader .paradisePreamble img {
    margin-right: 6px;
    float: left; border: 2px solid #fff;
}

#gamersParadiseHeader .paradisePreamble a {
    color: #fff;
}

#gamersParadiseHeader .paradisePreamble strong {
    display: block; margin-top: 8px;
}

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

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

        div.blockquote p.citation {
            background-color: #e5d2e9;
            color: #413544;
            border-color: #ae7eb9;
        }
        
        div.blockquote div.blockquote {
            background: #f9f5fa;
            font-size: 1em;
            border-color: #ae7eb9;
            margin: -0px 15px 0px 15px;
        }

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

            div.blockquote div.blockquote div.blockquote {
                background: #f9f8f3;
                border-color: #b2ab72;
            }
            
            div.blockquote p.citation {
                margin: 6px 15px 0 15px;
                font-size: 1em;
            }

div.quote {
    padding: 6px 12px;
} 

div.quote p.blockquote {
    margin-left: -12px;
}

cite {
    display: block;
    font-weight: bold;
}

    blockquote cite {
        font-size: 1em;
    }
.diskusjonLogo {
    padding-left: 30px;
    background: url(http://www.diskusjon.no/favicon.ico) no-repeat 0 4px;
}

#discussion {
    max-width: 550px;
    margin-right: 15px;
    font-size: 13px;
}

#userAction {
    clear: both;
    margin-bottom: 10px;
}

#userAction form p {
    float: none;
    margin: 0;
}

ol.posts #userAction {
    margin-top: 10px;
}

#userAction label {
    display: block;
    font-weight: bold;
}

#userAction input[type=text],
#userAction input[type=password] {
    border: 1px solid #ccc;
    padding: 2px;
    margin-bottom: 4px;
    margin-right: 10px;
}

#userAction input[type=submit] {
    margin-top: 4px;
}

#discussion .btn {
    position: relative;
    border: 0;
    background-color: #FFF9B9;
    cursor: pointer;
    font-size: 13px;
    border-radius: 3px;
    display: inline-block;
    font-weight: bold;
    padding: 6px 10px;
    color: #000;
    margin: 10px 6px 0 0;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    text-align: center;
}

#discussion .btn:hover,
#discussion .btn.selected {
    background-color: #ccc;
}

#discussion .btn:active {
    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.3);
}

#morePosts.btn {
    margin-left: 0;
    margin-right: 0;
    display: block;
}

#discussionSubmit.btn {
    margin-top: 5px;
}

#discussion h3 {
    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;
}

#discussion .spoilertop {
    background: #E4EAF2 url(http://static.diskusjon.no/diskusjon.no/gfx/css_img_spoiler.gif) no-repeat right;
    border: 1px dotted #000;
    color: #000;
    width: 90%;
    font-weight: bold;
    font-size: 10px;
    margin: 8px auto 0 auto;
    padding: 4px;
    cursor: pointer;
}

#discussion .spoilermain {
    background: #FAFCFE;
    border: 1px dotted #000;
    border-top: 0;
    color: #465584;
    width: 90%;
    padding: 4px;
    margin: 0 auto 8px auto;
}


#discussion textarea {
    -wekbit-box-shadow: inset 0px 0px 6px 1px rgba(0,0,0,0.3);
    -moz-box-shdow: inset 0px 0px 6px 1px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 6px 1px rgba(0,0,0,0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    overflow: hidden;
    padding: 5px;
    -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: 430px;
    height: 70px;
}

#discussion textarea.focus {
    height: 120px;
}

#discussion textarea:focus {
    outline: none;
}

textarea.loading {
    background-color: #ddd;
}

#discussion .posts li.noComments {
    font-size: 15px;
    padding: 8px;
    list-style: none;
    font-weight: bold;
}


#discussion .reputation {
    position: relative;
    min-width: 130px;
}

#discussion .actions {
    list-style: none;
    float: right;
    margin-top: 6px;
    font-size: 11px;
}

#discussion .actions li {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: .5;
    border-radius: 3px;
    float: left;
    background-color: #eee;
    padding: 2px 5px;
    margin-right: 5px;
}

#discussion a.reply {
    display: inline-block;
    padding-right: 20px;
    background: url(../images/main/reply.png) no-repeat right 50%;
}

#discussion .actions li:hover {
    opacity: 1;
}

#discussion .likeAction {
    background: url(../images/main/thumbup.png) no-repeat 96% 50%;
    float: right;
    margin-top: 2px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 20px;
}

#discussionSubmit[disabled] {
    color: #777;
}

div.posted {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f9f8f3;
    border: 1px solid #b2ab72;
    padding: 4px;
}

#member {
    text-align: center;
    float: right;
    width: 100px;
    margin-left: 6px;
}

#member .avatar img {
    max-width: 80px;
}

ol.posts #member .avatar {
    float: none;
    width: auto;
}

#discussion ol.posts {
    border-top: 2px solid #ccc;
    padding-top: 10px;
    list-style: none;
}

#discussion ol {
    clear: right;
    padding: 0;
    margin: 0;
}

#discussion ol.posts > li {
    clear: left;
    background:transparent url(../images/main/articleForumRepliesBg.png) repeat-x scroll 0 0;
    line-height: 20px;
    margin-bottom: 15px;
    padding: 4px 1px 0 1px;
}

#discussion .author {
    overflow: hidden;
}

#discussion .posts .avatar {
    width: 50px;
    float: left;
}

#discussion .author span {
    margin-top: 9px;
    float: left;
}

#discussion .loading {
    text-indent: -99999px;
    height: 14px;
    width: 16px;
    display: inline-block;
    background: url(../images/main/spinner.gif?1) no-repeat 50% 50%;
}

#discussion .options p {
    float: right;
    margin-top: 10px;
}

#discussion div.content {
    overflow: hidden;
}

#discussion strong.sort,
#discussion .changeSort {
    display: inline-block;
    margin: 10px 6px 5px 0;
}

#discussion .changeSort.selected {
    font-weight: bold;
    color: #000;
    text-decoration: none;
    cursor: default;
}

/* WEBSHOP TEST */
div.webshopTest {
    position: relative;
    padding: 3px;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    /*background: -moz-linear-gradient(#EEE, #ccc);
    background: -o-linear-gradient(#EEE, #ccc);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEE), to(#ccc));*/
    border: 4px solid #ccc;
}

div.webshopTest ul {
    list-style: none;
}
div.webshopTest table {
    border: none;
    width: 100%;
}

div.webshopTest.product .wtProductSelector,
div.webshopTest.segment .wtShopAccordion {
    position: relative;
    padding: 0;
    height: 450px;
    float: left;
    width: 180px;
    overflow-y: scroll;
    font-size: 11px;
    margin-right: 10px;
}

div.webshopTest.product img {
    border: 1px solid #ccc;
}

div.webshopTest.product .wtProductSelector img {
    float: left;
    margin-right: 8px;
    background-color: #fff;
}

div.webshopTest.product .wtProductSelector li,
div.webshopTest.segment .wtShopAccordion li {
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    padding: 6px 6px 7px;
    margin: 1px 0 0 1px;
}

div.webshopTest.product .wtProductSelector li:hover,
div.webshopTest.product .wtProductSelector .wtSelected,
div.webshopTest.segment .wtShopAccordion li:hover, 
div.webshopTest.segment .wtShopAccordion .wtSelected {
    border-top: 1px solid #193451;
    border-left: 1px solid #193451;
    border-bottom: 1px solid #193451;
    padding: 6px;
    margin: 0;
    -moz-box-shadow: 3px 3px 6px #888;
    -webkit-box-shadow: 3px 3px 6px #888;
    box-shadow: 3px 3px 6px #888;
    background: -moz-linear-gradient(#4b6d90, #193451);
    background: -o-linear-gradient(#4b6d90, #193451);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4b6d90), to(#193451));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4b6d90', EndColorStr='#193451');
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    position: relative;
    z-index: 2;
}

div.webshopTest.segment .wtShopAccordion li.wtLacksMinPriceCount {
    background: -moz-linear-gradient(#eee, #ccc);
    background: -o-linear-gradient(#eee, #ccc);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eee), to(#ccc));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eee', EndColorStr='#ccc');
    color: #000;
    opacity: .6;
}

div.webshopTest.segment .wtShopAccordion li.wtLacksMinPriceCount:hover, 
div.webshopTest.segment .wtShopAccordion .wtSelected.wtLacksMinPriceCount {
    opacity: 1;
}

div.webshopTest.product .wtProductSelector li:hover,
div.webshopTest.segment .wtShopAccordion li:hover {
    opacity: .9;
}

div.webshopTest.product .wtProductList > li {
    margin: 0;
    padding: 5px;
    overflow: hidden;
}

div.webshopTest.product.hasJS .wtProductList > li,
div.webshopTest.segment.hasJS .wtShops > li {
    display: none;
}

div.webshopTest.product .wtProductList h2,
div.webshopTest caption {
    text-align: left;
    font-weight: bold;
    line-height: 28px;
    font-size: 28px;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

div.webshopTest table {
    border-collapse: collapse;
}

div.webshopTest table td {
    border: none;
}

div.webshopTest table .odd td {
    background-color: #eee;
}

div.webshopTest h2:first-child {
    border-radius: 5px;
    color: #fff;
    margin-bottom: 4px;
    padding: 4px;
    background: -moz-linear-gradient(#4b6d90, #193451);
    background: -o-linear-gradient(#4b6d90, #193451);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4b6d90), to(#193451));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4b6d90', EndColorStr='#193451');
}

div.webshopTest .wtLogo {
    background: url(../images/main/hw-small-white.png) no-repeat;
    width: 32px;
    height: 25px;
    float: right;
}

div.webshopTest.product .wtProductList > li:first-child,
div.webshopTest.segment.hasJS .wtShops > li:first-child {
    display: block;
}

div.webshopTest.product .wtProductImage {
    float: right;
}

div.webshopTest.product .wtPriceDiff {
    font-size: 18px;
}

div.webshopTest.product .wtPriceDiff span {
    color: green;
}

div.webshopTest.product .wtProductList img {
    vertical-align: middle;
}

div.webshopTest.product .wtUrl {
    margin-top: 20px;
    display: block;
    background: url(../images/main/prisguide-logo-20x20.png) no-repeat 0 50%;
    padding: 2px 0 0 23px;
    font-size: 16px;
    font-weight: bold;
}

div.webshopTest .wtTip {
    position: absolute;
    bottom: 0;
    right: 4px;
    font-size: 10px;
}

div.webshopTest.segment ul,
div.webshopTest.segment li,
div.webshopTest.segment ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

div.webshopTest.segment.hasJS .wtTabs {
    overflow: hidden;
    border-bottom: 2px solid #ccc;
    margin-bottom: 10px;
}

div.webshopTest.segment .wtTabs li {
    float: left;
    padding: 12px;
    cursor: pointer;
    padding: 10px;
    border-top: 1px solid #193451;
    border-left: 1px solid #193451;
    border-right: 1px solid #193451;
    background: -moz-linear-gradient(#4b6d90, #193451);
    background: -o-linear-gradient(#4b6d90, #193451);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4b6d90), to(#193451));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4b6d90', EndColorStr='#193451');
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
    border-radius: 5px 5px 0 0;
    margin-right: 2px;
    color: #fff;
    position: relative;
    z-index: 2;
    opacity: .7;
}

div.webshopTest.segment .wtTabs li.wtSelected,
div.webshopTest.segment .wtTabs li:hover {
    opacity: 1;
}

div.webshopTest.segment.hasJS .wtSegments > div {
    display: none;
}

div.webshopTest.segment.hasJS .wtSegments > div:first-child {
    display: block;
}

.actualPage blockquote.left {
    width: 232px;
    float: left;
    margin-left: 0;
}
.actualPage blockquote.right {
    width: 232px;
    float: right;
    clear: right;
    margin-right: 0;
}
.actualPage blockquote {
    margin: 10px;
    padding: 10px;
    border-top: 4px solid silver;
}
.actualPage blockquote p.cite {
    color: #555;
    font-size: 12px;
    text-align: right;
    font-style: normal;
    padding-bottom: 5px;
}
.actualPage blockquote p {
    font-style: italic;
    font-size: 16px;
    line-height: 1.3em;
    letter-spacing: 0.06em;
    color: #333;
}

div.webshopTest .wtHigh {
    color: red;
}

div.webshopTest .wtLow {
    color: green;
}

.actualPage div.articleComment .about p {
    font-size: 12px;
    background: #eee;
    padding: 7px;
}

.actualPage div.articleComment {
    float: right;
    width: 250px;
    border: 1px solid silver;
    margin: 12px 0 7px 10px;
    clear: right;
    line-height: 0;
}
#headerComments {
    float: right;
    clear: right;
    margin: 7px 0 0 0;
}
#headerComments ul li {
    float: left;
    padding-left: 12px;
}
#headerComments img {
    float: left;
}
#headerComments .text {
    text-align: left;
    margin: 0 0 0 5px;
    float: left;
    width: 150px;
    font-size: 13px;
}
#headerComments .text p.name {
    background-color: #335d88;
    padding: 3px 7px;
    float: left;
}
#headerComments .text p.name a {
    color: white;
}
#headerComments .text p.articleTitle {
    clear: left;
    padding: 5px;
}
#headerComments .text p a {
    text-decoration: none;
}
#headerComments .text p.articleTitle a {
    color: black;
}
#headerComments .text p.articleTitle a:hover {
    text-decoration: underline;
}

.sideBar .latestComments {

}
.sideBar .latestComments .text a:hover {
    text-decoration: underline;
}
.sideBar .latestComments .text a {
    text-decoration: none;
}
.sideBar .latestComments .text .name a {
    color: black;
}
.sideBar .latestComments .text .articleTitle {
    font-size: 14px;
    padding: 5px 0;
    clear: left;
}
.sideBar .latestComments .text .name {
    font-size: 11px;
    border-bottom: 1px solid silver;
    float: left;
}
.sideBar .latestComments .text {
    padding-left: 5px;
    float: left;
    width: 135px;
}
.sideBar .latestComments img {
    float: left;
    border: 1px solid black;
}
.sideBar .latestComments li {
    clear: left;
    overflow: auto;
    padding: 5px 0 10px 0;
}
.sideBar .latestComments h3 {
    border-bottom: none;
    margin-bottom: 0;
}
.actualPage .commentbox p {
    padding: 5px;
}
.actualPage .commentbox {
    background: #eee;
    border: 1px solid silver;
    padding: 7px;
    margin-bottom: 10px;
    font-style: italic;
}


