﻿/* Resource player's banner */
.show-resource-banner
{
    background: url(../images/bg-player-header.png) repeat-x;
    display: block;
    height: 27px;
}

.show-resource-banner-link
{
    display: block;
    height: 27px;
    cursor: pointer;
}

.show-resource-banner-link:hover
{
    text-decoration: none;
}

.show-resource-banner-image
{
    float: left;
    width: 71px;
    height: 27px;
}

.show-resource-banner-label
{
    color: White;
    font-family: Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    height: 20px;
    display: block;
    padding: 7px 0px 0px 10px;
    float: left;
}
/* End of resource player's banner */

.salemodel label
{
    margin-left: 4px;
}

/* Menu */
.menubox
{
    float: right;
    text-align: right;
    margin-right: 30px;
    margin-bottom: -35px;
}

/* File uploader styles */
.resourceupload, .resourceupload_addnew
{
    list-style-type: none;
    display: inline;
    float: left;
    width: 100%;
    word-wrap: break-word; /*CSS 3.0*/
}

.resourceupload_addnew .part0
{
    display: inline;
}

.resourceupload .part0, .resourceupload_addnew .part1, .resourceupload_addnew .part2, .resourceupload_addnew .part3
{
    display: none;
}

.resourceupload .part1
{
    text-align: left;
    width: 49%;
    overflow: hidden;
    float: left;
    padding-right: 1%;
    word-wrap: break-word; /*CSS 3.0*/
}
.resourceupload .part2
{
    text-align: center;
    min-width: 14%;
    max-width: 34%;
    text-align: center;
    float: left;
    padding-right: 1%;
}
.resourceupload .part3
{
    text-align: right;
    min-width: 25%;
    max-width: 35%;
    float: right;
}


.fileuploader h3
{
    margin: 10px;
}

.fileuploader div
{
    margin: 20px;
    font-size: 1.4em;
}

.fileuploader hr
{
    display: block;
    margin-top: 8px;
}

.fileuploader_file_label
{
    margin-right: 32px;
    font-weight: bold;
}

.fileuploader_buttons
{
    text-align: center;
}

.fileuploader_warning
{
    border: solid 1px #A7A6AA;
    padding: 5px;
    background-color: #F5F5F5;
}

.fileuploader_feedback
{
    color: red;
    font-weight: bold;
}

.fileuploader_warningcaption
{
    font-weight: bold;
}

.fileuploader_warning_maxsize
{
    padding-top: 15px;
}
/* End of File uploader styles */

ul.ButtonBar li.image
{
    padding-top: 3px;
    margin-right: 3px;
}
ul.ButtonBar li.link
{
    font-size: 140%;
    margin-right: 15px;
    padding-top: 2px;
}

ul.ButtonBar
{
    display: block;
    height: 30px;
    margin-left: 13px;
    list-style-type: none;
}
ul.ButtonBar li
{
    float: left;
}
ul.ButtonBar2
{
    display: block;
    height: 30px;
    margin-right: 13px;
    float: right;
}
ul.ButtonBar2 li.image
{
    padding-left: 4px;
}
ul.ButtonBar2 li.link
{
    padding-top: 0px;
    font-size: 100%;
    margin-left: 15px;
    text-decoration: underline;
}
ul.ButtonBar2 li
{
    float: right;
}
ul.ButtonBar3
{
    list-style-type: none;
    display: block;
    height: 30px;
    margin-top: 6px;

}
ul.ButtonBar3 li.image
{
    padding-left: 4px;
}
ul.ButtonBar3 li.link
{
    padding-top: 0px;
    font-size: 100%;
    margin-left: 2px;
}
ul.ButtonBar3 li
{
    float: left;
}


.categorypicker td span
{
    padding-left: 5px;
    font-size: small;
}
.OrLabel
{
    font-size: medium;
}
.categorypicker a
{
    font-size: small;
}
.categorypicker td
{
    padding: 2px;
}
.modalBackground
{
    background-color: Gray;
    width: 400;
    height: 400;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modalLicensePopup
{
    background-color: white;
    border: 1px solid #00878D;
    padding: 10px 10px 10px 10px;
    position: absolute;
    line-height: 18px;
    float: left;
    margin: auto;
    width: 250px; /* Overall width of div */
    top: -35px; /* half of the overall height */
    margin-left: -175px; /* half of the overall width */
}

.modalLicensePopup .topContainer
{
    float: right;
    padding: 0 0 5px;
    text-align: right;
    width: 100%;
}

.modalLicensePopup ul
{
    list-style-type: none;
    padding-bottom: 10px;
}

.modalLicensePopup span
{
    display: block;
    float: left;
    width: 60%;
    font-weight: bold;
}

.modalLicensePopup .heading
{
    font-weight: bold;
}

.info
{
    background: url(../images/icon_moreinfo.gif) no-repeat top left;
    padding: 1px 0 0 20px;
    height: 13px;
    font-size: 0.9em;
    display: block;
}

.warningLink
{
    text-decoration: underline !important;
}



.disclaimerHeader
{
    font-size: 1.4em;
    font-weight: bold;
}


/* Comments */
.comments .addcomment
{
    font-size: larger;
}

.tips label, .comments label
{
    font-weight: bold;
}

.tips-left
{
    width: 199px;
    float: left;
    margin: 0 15px 0 0;
}

.tips-left input.text
{
    width: 199px;
    margin: 0 0 8px 0;
}

.fluidtextleft
{
    float: left;
    clear: both; /*width: 120px;*/
}

.fluidtextright
{
    float: right;
    width: 120px;
    text-align: right;
    vertical-align: bottom;
    text-decoration: underline !important;
    color: #00888E;
}

.fluidtextright
{
    color: #00888E !important;
    text-transform: uppercase;
    font-size: .8em;
}
.bigboxtextleft
{
    float: left;
    width: 350px;
    color: Black !important;
    clear: both;
}

.bigboxtextright
{
    float: right;
    text-align: right;
    text-decoration: underline !important;
}

.rightboxl
{
    clear: both;
}

.fluidrightlink a
{
    text-decoration: underline !important;
}



tips-right
{
    width: 311px;
    float: left;
}

tips-right input.text
{
    width: 311px;
    margin: 0 0 8px 0;
}

.comments
{
    background: #E9E9E9;
    padding: 3%;
    width: 93%;
}

.comments textarea
{
    width: 400px;
    height: 100px;
    margin: 0 0 8px 0;
}


/* RatingControl */
.ratingStar
{
    white-space: nowrap;
    float: left;
}
.ratingItem
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
    cursor: pointer;
}

.filledRatingStar
{
    background-image: url(../images/FilledStar.png);
}

.emptyRatingStar
{
    background-image: url(../images/EmptyStar.png);
}

.savedRatingStar
{
    background-image: url(../images/SavedStar.png);
}


/* END RatingControl */

ul.list li a.selected
{
    color: #CC6633;
    font-weight: bold;
}

ul.list
{
    /*margin-left: 4px;*/
    list-style-type: none;
}

.treeview a:hover
{
    color: #CC6633;
}

.treeview a.active
{
    /*font-weight:bold;*/
    color: #CC6633;
}


a.link
{
    text-decoration: underline !important;
}




p.paging
{
    border-top: 1px solid #00888E;
    font-size: 1.2em !important;
}

.currentpage
{
    color: #00888E;
}

breadcrumbs p a.link
{
    color: #7F7F7F !important;
}


.breadcrumbLeaf
{
    text-decoration: underline !important;
}



.treeview
{
    margin-bottom: 10px;
}

#center-column-rightx
{
    margin: 0 10px 0 195px;
}

#container-twocolumnsx
{
    width: 98%;
    clear: both;
    margin: 0 auto;
    min-width: 780px;
}

.hidden
{
    display: none;
}



/*Used to remove underline in segment.. eg. Higher' > ' Technology*/
.detaljer-related-links p #nolink
{
    text-decoration: none !important;
}


/* BANNER */
.bannerx
{
    margin: 0 0 15px 0;
}

.banner-wrapperx
{
}

.banner-wrapper2x
{
    height: 95px;
    width: 100%;
}

.bannerx p
{
    font-size: 2em !important;
    color: #330033 !important;
    padding: 17px;
}

/* TOP-MENU LINKS */
#header ul.top_menu
{
    position: relative; /*right: 10px;*/
    float: right;
    top: 5px;
    list-style-type: none;
}

#header ul.top_menu li
{
    vertical-align: top;
    float: left;
    font-size: 1.1em;
    margin: 0 0px 0 2px;
    padding: 0 4px 0 2px;
    border-right: 1px solid #666666;
}
#header ul.top_menu li.last, #header ul.top_menu li.country
{
    border-right: 0;
}

#header ul.top_menu li a
{
    color: #666666;
}
#header ul.top_menu li.country
{
    margin-top: -2px;
}
/* tabs */
div.top-tabs
{
    background: #C3C1C2;
    margin: 0 5px 0 5px;
    height: 30px;
    min-height: 30px;
}

div.top-tabs ul.tabs
{
    padding-left: 4px;
    margin-top: 0;
    padding-top: 3px;
}
div.top-tabs ul.tabs li
{
    float: left;
    height: 27px;
    margin: 0;
}

div.top-tabs ul.tabs li a
{
    display: block;
    background: url(../images/tab_left.gif) no-repeat top left;
    height: 26px;
    float: left;
    padding: 8px 10px 0 17px;
    color: #666666;
    font-size: 1.1em;
    text-transform: uppercase;
}

div.top-tabs ul.tabs li span
{
    display: block;
    height: 27px;
    float: left;
    background: url(../images/tab_right.gif) no-repeat top left;
    width: 8px;
}

div.top-tabs ul.tabs li.active a
{
    background: url(../images/tab_leftactive.gif) no-repeat top left;
}

div.top-tabs ul.tabs li.active span
{
    background: url(../images/tab_rightactive.gif) no-repeat top left;
}


/* LOGOS */
div.logos
{
    border-top: 1px solid #00888E;
    width: 100%;
    text-align: center;
    clear: both;
    padding: 10px 0 10px 0; /*border-top: 1px solid #00888e;*/
}
div.logos img
{
    /*	width: 54px; 	height: 31px;*/
}

/* END logos */



/* DIGLIB TABS */

#diglib_menu
{
    background-color: #c3c2c2;
    height: 30px;
    position: relative;
    border-top: 1px solid white;
    margin: 0 5px;
    min-width: 970px;
}

#diglib_menu ul
{
    list-style: none;
    position: absolute;
    bottom: 0;
    padding-left: 5px;
    width: 100%;
}

#diglib_menu ul li
{
    float: left;
    margin: 0 3px 0 0;
}

#diglib_menu ul li a
{
    color: #666666;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    background: url(../images/diglib_tab_left.gif) 0 0 no-repeat;
    display: block;
}

#diglib_menu ul li.right
{
    float: right;
    margin-right: 15px;
}

#diglib_menu ul li a:hover
{
    text-decoration: underline;
}

#diglib_menu ul li a span
{
    background: url(../images/diglib_tab_right.gif) 100% 0 no-repeat;
    display: block;
    padding: 6px 10px 4px 10px;
}

#diglib_menu ul li a.current
{
    background: url(../images/diglib_tab_left_sel.gif) 0 0 no-repeat;
}

#diglib_menu ul li a.current:hover
{
}

#diglib_menu ul li a.current span
{
    background: url(../images/diglib_tab_right_sel.gif) 100% 0 no-repeat;
}
/* Diglib tabs */


.feedback-info
{
    font-size: .8em;
}

.feedback-info h4
{
    font-size: 1.1em;
}

.feedback-message
{
    font-size: 1.2em;
}



/* SLIDER */

div#slider
{
    width: 350px;
    position: relative;
    float: left;
}

div#slider.right
{
    width: 350px;
    position: absolute;
    left: 530px;
    top: 150px;
}

div#slider div#sliderlinks
{
    position: absolute;
    top: 3px;
    right: 0;
}

div#slider div#sliderlinks a
{
    text-transform: uppercase;
}

div#slider_outer
{
    float: none;
    width: 350px;
    height: 500px;
    overflow: hidden;
    position: relative;
}

div#slider_inner
{
    margin-right: 0;
    height: 410px;
    width: 1050px;
    position: relative;
}

div#content1
{
    position: absolute;
    width: 350px;
    left: 0;
    top: 0;
}

div#content2
{
    position: absolute;
    width: 350px;
    left: 350px;
    top: 0;
}

div#content3
{
    position: absolute;
    width: 350px;
    left: 700px;
    top: 0;
}

/* END SLIDER */


.nohoover
{
    text-decoration: none !important;
    cursor: default !important;
}

.checkboxelements
{
    font-size: 1.2em;
}

.checkboxelements label
{
    padding-left: 4px;
}


/* DETAILS */
div#content_container
{
}

div#details
{
    width: 286px;
    float: left;
    margin: 10px 20px 15px 0;
    font-size: 1.1em;
}

div.backlink
{
    /*position: absolute; 	right: 10px; 	top: 150px;*/
    float: right;
    margin-top: -20px;
    font-size: 1.2em;
    text-transform: uppercase;
}

div#details img.product
{
    padding: 4px;
    background: url(../images/large_bg.gif) 0 0 no-repeat;
    margin-bottom: 10px;
}

div#details div.details_logo
{
    width: 126px;
    float: left;
    margin-left: 5px;
}

div#details div.details_buttons
{
    width: 150px;
    float: left;
    padding-bottom: 20px;
}

div#details div.details_buttons a.resource
{
	background: #00898c url(../images/leggtil.gif) 6px 6px no-repeat;
    border: 1px solid #cfcfcf;
    color: #fff;
    display: block;
    margin-bottom: 5px;
    padding: 5px 5px 5px 26px;
    text-transform: uppercase;
}

div#details div.details_buttons .freeresource, .resourceLicenseInfo
{
    color: #fff;
    background: #00898c;
    padding: 5px 5px 5px 5px;
    text-align: center;
    width: 140px;
    float: left;
}

/* Used when showing info below thumbnail in resourcedetails */
.resourceLicenseInfo
{
    border: solid 1px #C3C2C2;
    background-color: #F1F1F1;
    color: #333333;
    text-align: left;
    text-transform: uppercase;
}

div#details div.details_buttons a.favourite
{
    background: #efefef url(../images/favoritt.gif) 6px 6px no-repeat;
}

div#details div.details_buttons span.price
{
    font-size: 1.3em;
    font-weight: bold;
    padding-top: 5px;
    display: block;
}

div#details .details_info
{
	float: left;
}

div#details div.details_various
{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    clear: both;
    margin-right: 4px;
    padding: 10px 4px 10px 4px;
}

div#details_text
{
    margin-top: 10px;
    font-size: 1.2em;
}

div#details_text.left
{
    width: 500px;
    position: absolute;
    top: 140px;
}

h3, h2
{
    color: #00878d;
    font-size: 1.6em;
    text-transform: uppercase;
    padding: 2px 5px;
    border-bottom: 2px solid #00878d;
}



.creditcardinformation
{
    font-size: 1.3em;
}

.creditcardinformationsmall
{
    font-size: 0.8em;
}
