/* ======================= GENERAL PAGE STRUCTURE ======================= */

#content-link {
	display: none;
}

#container {
	width: 950px;
}

#placeholder-top {
	float: left;
	width: 100%;
	height: 33px;
	margin: 0px;
	color: #fff;
	text-decoration: none;
	background-color: #fff;
}

#placeholder-left {
	float:left;
	width: 160px;
	height: 500px;
	background-color: #fff;
}

#placeholder-content-no-right {
	float: left;
	width: 780px;
	height: auto;
	padding-bottom: 22px;
	margin-bottom: 7px;
	/* background: url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/biolink.gif) no-repeat right bottom #fff; */
	position: relative;
}
#placeholder-content-no-right .logolink a {
	background: url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/biolink.gif) no-repeat right bottom #fff;
	width: 131px;
	height: 12px;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#placeholder-content {
	float: left;
	width: 795px;
	overflow: hidden;
	background-color: #fff;
}

#placeholder-bottom {
	clear: both;
}

.siteheader{
	display: none;
}


/* ======================= LOOK AND FEEL (COLORS/FONT/BORDERS) ======================= */

/* ------ HTML TAGS LOOK'N'FEEL ------ */

body {
	color: #464646;
	background-color: #edeeef;
	background-repeat: no-repeat;
	font-family: Arial, Helvetical, sans-serif;
	margin: 0px;
	font-size: 11px;
	line-height: 1.6;
}

h1 {
	font-size: 20px; /* 10px x 2em = 20px */
	font-weight: normal;
}

h2 {
	font-size: 14px;
	font-weight: normal;
}

h1.header {
	position: absolute;
	top: 353px;
	font-size: 23px;
	font-weight: normal;
	color: #c1bf00;
	width: 152px;
	text-align: right;
	margin-right: 10px;
}

h3 {
	font-size: 15px;
	color: #464646;
	font-weight: normal;
}

a:link,
a:visited {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}

a:hover {
	text-decoration: underline;
}

h3 a:link,
h3 a:visited {
	font-size: 15px;
}

img {
	border: 0;
}

/* Original designer did some strange list styling. To set list
   styles for article content you will have to style the article
   content spesifically. Search for ".full-articledisplay ul".    */
ul, li {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

form {
	margin: 0;
	padding: 0;
}

input,
textarea,
select {
	padding: 3px;
	border: 1px solid #c8d6dc;
}

.full-articledisplay input,
.full-articledisplay select {
	width: 220px;
}

.full-articledisplay textarea {
	width: 350px;
	height: 80px;
}


td {
    vertical-align: top;
}

/* ------ COMMON TILE LOOK'N'FEEL ------ */

input.submit,
.cpform-button {
	padding: .2em .5em .2em .5em;
	margin: .5em 0;	
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	width: auto;
	background: url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/submit_bg.gif) no-repeat right bottom;
	border: none;
}
	
span.required-field {
	color: #f00;
	font-weight: bold;
}

#placeholder-content h1,
#placeholder-content-no-right h1 {
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	line-height: 1em;
}

#placeholder-content h3,
#placeholder-content-no-right h3 {
	margin: 0;
}

#placeholder-content p,
#placeholder-content-no-right p {
	margin: 0px;
	margin-bottom: 15px;
}

#placeholder-left h3,
#placeholder-right h3 {
	margin: 0;
}

#placeholder-right h3 {
}

#container {
	background-color:#fff;
	height: auto;
	margin-top: 29px;
	margin-left: 25px;
}

#placeholder-left .small-articledisplay-nolayout div.tile-content,
#placeholder-right .small-articledisplay-nolayout div.tile-content {
	margin-top: 42px;
}

#placeholder-content,
#placeholder-content-no-right {
	background-color: #fff;
}

#placeholder-content-no-right .small-articledisplay-nolayout {
	margin-bottom: 0px;
	padding: 0;
}

#placeholder-content-no-right .small-articledisplay-nolayout p {
	margin: 0;
	padding: 0;
}

#placeholder-content form,
#placeholder-content-no-right form {
}

#placeholder-bottom {
	color: #1b485a;
	height: 30px;
}

#placeholder-bottom .tile-content {
	background-color: #edeeef;
	padding-top: 10px;
}

#placeholder-left h3,
#placeholder-right h3 {
	color: #9bba7f;
}

#placeholder-content form,
#placeholder-content-no-right form {
	/* background-color: #f1f2e7; */
}

#placeholder-left h3,
#placeholder-right h3 {
	font-size: 1em;
	font-weight: bold;
}


/* ======================= SPECIAL COREPUBLISH ELEMENT STRUCTURE ======================= */

.cpform-noborder {
	border: 0;
}
.list-thumbnail-left {
	float: left;
	margin-right: 12px;
}

.list-thumbnail-right {
	float: right;
	padding-left: 10px;
}

.list-thumbnail-center {
	text-align: center;
	padding-bottom: 10px;
}

#extended-debug-info {
	margin-top: 100px;
	font-family: monospace;
}

.programmatic-clearboth {
	height: 0px;
	width: 0px;
	overflow: hidden;
	clear: both;
}

.javascript-popup {
	display: none;
	left: 300px;
	top: 100px;
}

/* ======================= SPECIFIC TILE STYLING ======================= */

#placeholder-left .subheader {
	margin-top: 315px;
	margin-left: 30px;
	font-size: 17px;
	display: none;
}

#placeholder-top .language-selector h3 {
	display: none;
}

#placeholder-top .language-selector {
	position:absolute;
	top: 30px;
	margin: 0.1em 0 0 510px;
	width: 425px;
	text-align:right;
}

#placeholder-top .language-selector ul,
#placeholder-top .language-selector li {
	display: inline;
	padding-left: 5px;
}

/* ----------------------------------- */

#placeholder-bottom .small-articledisplay {
	padding-top: 4px;
	color: #7f7f7f;
}

#placeholder-bottom .small-articledisplay a {
	color: #7f7f7f;
	font-weight: normal;
}

#placeholder-left .page-header {
	width: 161px;
	height: 52px;
}

#placeholder-left .page-header img {
	margin-top: 31px;
	margin-left: 14px;
}

#placeholder-top .page-header span.logo {
	/* font-size: 2.5em; */
}

#placeholder-top .page-header span.logo a:link,
#placeholder-top .page-header span.logo a:visited,
#placeholder-top .page-header span.logo a:hover {
	color: #000;
	text-decoration: underline;
}

#placeholder-top .page-header {
	position: absolute;
	top: 30px;
}

#placeholder-top .page-header span.logo {
	margin: 0;
}

#placeholder-top .horizontal-menu {
	margin-top: 2px;
	margin-right: 13px;
}

#placeholder-top .horizontal-menu ul,
#placeholder-top .horizontal-menu li {
	list-style: none;
	display: block;
	float: left;
}

#placeholder-top .horizontal-menu ul {
	float: right;
}

#placeholder-top .horizontal-menu li {
	margin-left: 10px;
	padding-top: 5px;
}

#placeholder-top .horizontal-menu a,
#placeholder-top .horizontal-menu a:visited,
.language-selector a:visited,
.language-selector a {
	color: #000;
	font-size: 11px;
	text-decoration: underline; /*JFV*/
	font-weight: normal;
}

#placeholder-top .horizontal-menu a:hover,
.language-selector a:hover {
	color: #222;
}

#placeholder-top .horizontal-popup-menu h3 {
	display: none;
}

#placeholder-top .horizontal-popup-menu {
	width: 950px;
	height: auto;
	padding: 2em 0 0 0;
}

#placeholder-top .horizontal-popup-menu ul,
#placeholder-top .horizontal-popup-menu li {
	list-style: none;
	margin: 0;
	margin-top: -1.5em;
	padding: 10px 8px .3em 0;
	display: block;
	float: left;
}

#placeholder-top .horizontal-popup-menu ul {
	float: right;
}

#placeholder-top .horizontal-popup-menu li {
	/*margin-left: 15px;*/
	width: 140px;
	text-align: center;
}

#placeholder-top .horizontal-popup-menu a {
	color: #fff;
}

#placeholder-top .horizontal-popup-menu a:visited {
	color: #c8d6dc;
}

#placeholder-top .horizontal-popup-menu ul li ul {
	/*margin-left: 100px;*/
	position: absolute;
	display: none;
	z-index: 10;
	background-color: #1b485a;
	padding-top: 10px !important;
}

#placeholder-top .horizontal-popup-menu ul li ul li {
	float: none;
	width: 120px;
}

#placeholder-top .horizontal-popup-menu ul li ul,
#placeholder-top .horizontal-popup-menu ul li ul li {
	padding: 5px;
	margin: 0;
}

#placeholder-top .horizontal-popup-menu li .hover {
	display: block;
}


#placeholder-left .vertical-menu {
	margin-left: 0px;
	margin-top: 70px;
}

#placeholder-content .horizontal-menu h3,
#placeholder-content-no-right .horizontal-menu h3,
#placeholder-top .horizontal-menu h3 {
	display: none;
}

#placeholder-content .horizontal-menu,
#placeholder-content-no-right .horizontal-menu {
	width: 795px;
	height: 30px;
	margin-top: 8px;
}

#placeholder-content .horizontal-menu ul,
#placeholder-content-no-right .horizontal-menu ul {
	list-style: none;
}

#placeholder-content .horizontal-menu li,
#placeholder-content-no-right .horizontal-menu li {
	display: block;
	float: left;
	background: url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/menu.gif);
	width: 106px;
	height: 29px;
	margin-right: 2px;
	text-align: center;
	line-height: 12px;
}

#placeholder-content-no-right .horizontal-menu li a,
#placeholder-content-no-right .horizontal-menu li a:visited,
#placeholder-content-no-right .horizontal-menu li a:link {
	display: block;
	width: 106px;
	height: 21px;
	padding-top: 8px;
}
#placeholder-content-no-right .horizontal-menu li.active a,
#placeholder-content-no-right .horizontal-menu li.active a:visited,
#placeholder-content-no-right .horizontal-menu li.active a:link,
#placeholder-content-no-right .horizontal-menu li.main-active a,
#placeholder-content-no-right .horizontal-menu li.main-active a:visited,
#placeholder-content-no-right .horizontal-menu li.main-active a:link,
#placeholder-content-no-right .horizontal-menu li a:hover {
	background: url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/menu_active.png) no-repeat top left;
	color: #fff;
}
#placeholder-content-no-right .horizontal-menu li a:hover {
	text-decoration: none;
}


.menuOuterContainer {
 	display: table; 
 	height: 29px;  
 	#position: relative; 
 	overflow: hidden; 
 	width: 106px;
	margin-right: 2px;
 }

 .menuMidContainer {
 	#position: absolute;  
 	#top: 50%;
 	display: table-cell; 
 	left: 0px; 
 	width: 106px; 
 	vertical-align: middle;
 }

 .menuInnerContainer {
   #position: relative;  
   #top: -50%;
 }

 
#placeholder-content-no-right .scrollingdisplay {
	margin-top: 15px;
	font-size: 11px;
	position: absolute;
	z-index: 10;
	margin-top: -5px;
	margin-left: -14px;
}

.small-articledisplay ul,
.full-articledisplay ul {
	margin: 1em;
}

.small-articledislplay ul li ul,
.full-articledisplay ul li ul {
	margin: 0;
}

.small-articledisplay ul li,
.full-articledisplay ul li,
.sitemap ul li {
	display: block;
	list-style: square;
	list-style-position: outside;
	margin: 0 2em;
}

.full-articledisplay li ul,
.sitemap li ul {
	margin-bottom: 1em;
}

.small-articledisplay-nolayout h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	width: 150px;
	margin: 0px;
	padding: 0px;
}


/* ----------------------------------- */

.sitelocator {
	float:left;
	position:absolute;
	top: 129px;
	width: 950px;
	margin-left: -220px;
	padding: 5px 0 8px 0;
	background-color: #c8d6dc;
	color: #1b485a;
}

.sitelocator li {
	background-image: url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/sitelocator_separator_master.gif) no-repeat right .65em;
}

.sitelocator h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding-left: 10px !important;
	display: block;
	float:left;
}

.sitelocator ul,
.sitelocator li {
	list-style: none;
	display: block;
	float:left;
	padding-right: 10px !important;
	padding-left: 5px !important;
}

.sitelocator ul {
}

.sitelocator li.last {
	background: none;
}

/* ----------------------------------- */

.vertical-menu h3 {
	background: none;
	border-bottom: solid 1px #dfdfdf;
	padding: 0 0 0 10px;
	color: #9bba7f;
	padding-bottom: 3px;
	margin: 0;
	padding-left: 13px;
}

.vertical-menu .tile-content {
	margin: 0px;
	padding: 0 0 0 0px;
}

.vertical-menu ul {
	line-height: 1.2em;
}

.vertical-menu li, .vertical-menu li.first  {
	border-bottom: solid 1px #dfdfdf;
	padding: 5px 0 5px 13px;
}

.vertical-menu li a { 
	text-decoration: none;
    font-size: 11px;
    font-face: arial, verdana, tahoma;
	color: #707070;
}

.vertical-menu li li {
	border-bottom: #c8d6dc dashed 1px;
}

.vertical-menu li li {
	border-bottom: 0;
	margin-right: 0px;
	margin-left: -10px;
	padding-left: 30px;
}

.vertical-menu li li li {
	border-bottom: 0;
	margin-right: 0px;
	margin-left: -30px;
	padding-left: 50px;
}


.vertical-menu li.active a {
	background: url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/menu_arrow.gif) no-repeat left;
	color: #000;
	padding-left: 10px;
}

/* ----------------------------------- */

#placeholder-content .linktoolbar h3,
#placeholder-content-no-right .linktoolbar h3 {
	display: none;
}
#placeholder-content .linktoolbar,
#placeholder-content-no-right .linktoolbar {
	clear: both;
	padding: 4px 10px 5px 10px;
	text-align: right;
	font-size: 80%;
	background: url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/tool_bg.gif) no-repeat right bottom;
}

#placeholder-content .linktoolbar a,
#placeholder-content-no-right .linktoolbar a {
	background: url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/ico_print.gif) no-repeat left;
	padding-left: 15px;
	color: #8fae7e;
}


/* ----------------------------------- */

#placeholder-content .digest,
#placeholder-content-no-right .digest {
	font-weight: bold;
	font-size: 13px;
	margin: 3px 0 10px 0;
}

/* ----------------------------------- */

#placeholder-bottom a {
	font-weight: bold;
}

/* ----------------------------------- */

#coretrek-colofon {
	position: absolute;
	margin-top: -13px;
	background-color: #edeeef;
	margin-left: 878px;
}

#coretrek-colofon a {
	font-size: 9px;
	color: #7f7f7f;
}

/* ----------------------------------- */

.newsletter-form .tile-content input.textinput,
.login-form .tile-content input.textinput,
.suggestionform .tile-content input.textinput,
.small-searchinput .tile-content input.textinput {
	width: 95%;
	margin-bottom: .5em;
}

.newsletter-form .tile-content span {
	margin: 1em 0;
}

.suggestionform .tile-content textarea {
	width: 95%;
	font-size: 120%;
}

/* ----------------------------------- */

#login-form-error,
#login-form-message,
#newsletter-form-error,
#newsletter-form-message,
.suggestionform .suggestionform-error,
.suggestionform .suggestionform-message,
#searchlog-container-error-message,
#entitycomment-form-error,
#entitycomment-form-message {
	color: #962727;
	font-weight: bold;
	border: 1px solid #888;
	padding: 5px;
	margin-bottom: 5px;
	text-align: center;
}

#login-form-message,
#newsletter-form-message,
#entitycomment-form-message,
.suggestionform .suggestionform-message {
	color: #279634;
}

/* ----------------------------------- */

.entitycomment {
	margin: 40px 0 15px 0;
}

.entitycomment h3 {
	padding: 0;
	margin: 0;
}

.entitycomment h2,
.entitycomment-form h3 {
	padding: 5px;
	margin: 0;
}

.entitycomment ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
}

#placeholder-content .entitycomment li,
#placeholder-content .entitycomment-form-content {
	border-top: none;
	padding: 5px;
	margin: 0;
}

#placeholder-content .entitycomment li {
	list-style-type: none;
	border-top: 1px solid #c8d6dc;
	border-bottom: 1px solid #c8d6dc;
	margin-bottom: 10px;
}

.entitycomment-byline {
	color: #888;
	font-size: .75em;
	font-style: italic;
}

.entitycomment-captchaHelp {
	display: block;
	font-size: .75em;
	padding-bottom: 10px;
}

.entitycomment .tile-content {
	padding: 0;
	margin: 0;
}

.entitycomment-form-content table {
	width: 100%;
}

.entitycomment-form-content input {
	width: 325px;
}

.entitycomment-form-content textarea {
	width: 325px;
}

.entitycomment-form-content textarea {
	height: 100px;
}

#captcha {
    width: 130px;
}

.entitycomment-form-content .submit {
    width: auto;
}

/* ----------------------------------- */

#placeholder-right .newsarchivelink li,
#placeholder-left .newsarchivelink li {
	margin: 0 0 -1em 0;
	padding-top: 1em;
	border-top: #c8d6dc dashed 1px; 
}

/* ----------------------------------- */

.small-articlelist {
	float: right;
	width: 198px;
	height: 254px;
	margin-top: 8px;
	overflow: hidden;
	border: solid 1px #dfdfdf;
}

#placeholder-content-no-right .small-articlelist h3 {
	background: url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/cart.gif) no-repeat left;
	padding: 4px 0 15px 40px;
	margin: 10px 0 0 6px;
	color: #464646;
}

.webshop-cart {
	float: right;
	margin-top: 8px;
	overflow: hidden;
	border: solid 1px #dfdfdf;
	width: 198px;
	/* position: absolute; */
	z-index: 10;
	/* top: 430px; 
	left: 765px; */
}

.webshop-cart .tile-content {
	padding: 0 10px 10px 10px;
}


#placeholder-content-no-right .webshop-cart h3 {
	background: url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/cart.gif) no-repeat left;
	padding: 4px 0 15px 40px;
	margin: 10px 0 0 6px;
	color: #464646;
}


.small-articlelist ul {
	line-height: 14px;
}

.small-articlelist li {
	margin-left: 10px;
	margin-right: 10px;
	display: block;
	padding-bottom: 0;
	margin-bottom: 0;
}

.small-articlelist li a{
	color: #464646;
	background: url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/small_art_arrow.gif) no-repeat;
	padding: 0 0 0 10px;
	margin: 0;
}


.small-articlelist li li {
	border-bottom: #c8d6dc dashed 1px;
}

.small-articlelist ul li{
	display: block;
}

.small-calendarlist .tile-content li,
.small-articlelist li,
.small-rsslist li {
	padding: 0 0 1em 0;
}

#placeholder-left .small-rsslist h3,
#placeholder-right .small-rsslist h3 {
	background-color: #c8d6dc;
	background-image: url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/rss-icon.gif) no-repeat right;
	background-position: 183px 5px;
}

#placeholder-content .small-rsslist h3 {
	font-size: 1em;
	margin: 0 0 15px 0 !important;
	padding-left: 20px;
	background-image: transparent url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/rss-icon.gif) no-repeat left;
}

#placeholder-content .small-rsslist h3 a {
	color: #464646;
	font-weight: normal;
}

#placeholder-content .small-rsslist ul {
	margin-bottom: 20px;
}

#placeholder-content .small-rsslist li a {
	display: inline;
}

#placeholder-content-no-right .small-articlelist a {
	text-decoration: underline;
}

#placeholder-content-no-right .small-articlelist span.date {
	display: none;
}

#placeholder-content .small-rsslist span.date {
	display: block;
}

/* ----------------------------------- */

.slideshow {
	margin-bottom: 10px;
}

.slideshow div.tile-content {
	text-align: center;
}

#placeholder-content .slideshow form {
	background: none;
	display: inline;
	padding: 0;
}

#placeholder-content .slideshow-before {
	margin-top: 5px;
}

#placeholder-content .slideshow-image {
	padding: 0px 0 10px 0;
}

.slideshow-before {
	clear: both;
}

.slideshow-previous,
.slideshow-next {
	height: 8px;
	width: 9px;
	background-image: url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/next.gif);
	background-repeat: no-repeat;
	border: none;
	float: right;
	padding-bottom: 10px;
}

.slideshow-previous {
	background-image: url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/previous.gif);
	float: left;
}

.slideshow .tile-content,
.random-image .tile-content {
	text-align: center;
	padding: 10px;
}

.slideshow .tile-content,
.random-image .tile-content {
	text-align: center;
}

#placeholder-content .slideshow .tile-content,
#placeholder-content-no-right .slideshow .tile-content {
	padding: 0px;
}

/* ----------------------------------- */

.calendar-previous,
.calendar-next {
    height: 8px;
    width: 9px;
    background-image: url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/previous.gif);
    background-repeat: no-repeat;
    border: none;
}

.calendar-next {
    background-image: url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/next.gif);
}

.small-calendar-popup {
    display: none;
}

.datepicker table,
.small-calendar table {
	width: 100%;
	border-collapse: collapse;
}

.datepicker td,
.small-calendar td {
	text-align: center;
}

.small-calendar .calendar-header td.previous,
.small-calendar .calendar-header td.next {
	width: 15%;
	text-align: left;
}

.small-calendar .calendar-header td.next {
    text-align: right;
}

.small-calendar ul,
.small-calendar li {
	margin: .5em 0;
}

.small-calendarlist .tile-content li {
	padding: 0 0 1.4em 0;
}

.small-calendarlist .tile-content li a,
.small-articlelist li a,
.small-rsslist li a {
	display: block;
}

.small-calendar-popup {
	position: absolute;
	width: 300px;
	background-image: url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/popup_calendar.png);
	border: 2px solid #fff;
	text-align:left;
	padding: 10px;
}

#placeholder-right .small-calendar-popup {
	margin-left: -300px;
}

.small-calendar-popup h4 {
	font-size: 120%;
	padding: 0;
	margin: 0;
}

.small-calendar-popup-close {
	text-align: right;
}

a.window-close-button {
	text-indent: 9999px;
	border: 0px;
	background-image: url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/close.gif);
	background-repeat: no-repeat;
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	margin-left: 0;
	margin-right: auto;
	margin-bottom: 10px;
}

.small-calendar div.tile-content div.small-calendar-popup ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.datepicker-popup table.calendar-layout td,
.small-calendar .calendar-layout td {
	border: 1px solid #c8d6dc;
	background-color: #fff;
}

.datepicker-popup td.today,
.small-calendar td.today {
	background-color: #c8d6dc;
	font-weight: bold;
}

.datepicker .calendar-layout td.inactive,
.small-calendar td.inactive {
	background-color: #f1f2e7;
}

/* ----------------------------------- */

.small-articledisplay p {
	padding: 0;
	margin: 0;
}

/* ----------------------------------- */

.list-navigation {
	clear: left;
}
.list-navigation,
.list-navigation-text {
	text-align: center;
}

/* ----------------------------------- */

#placeholder-content-no-right .full-articledisplay,
#placeholder-content-no-right .full-productdisplay{
	padding: 20px 15px 10px 15px;
	width: 536px;
	background: url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/box_bg.gif) repeat-x;
	margin-top: 10px;
	overflow: hidden;
}

#placeholder-content-no-right .full-articledisplay p {
	margin-bottom: 0px;
}

#placeholder-content-no-right .small-articledisplay {
	padding: 10px 15px;
	width: 536px;
}



.full-articledisplay,
.full-articlelist {
	margin-bottom: 10px;
}

.full-articlelist {
	width: 566px;
	margin-top: 10px;
}

.full-articlelist ul {

}

.full-articlelist li {
	background: #dfe9d7;
	padding: 10px;
	display: block;
	/*height: 100px;*/
	margin-bottom: 10px;	
}

.full-articlelist li li {
	display: inline;
	height: 14px;
	background: none;
	padding: 0;
	width: 100px;
}



.full-articlelist-twocolumn {
	margin: 0;
}


.full-articlelist ul li,
.full-articlelist-twocolumn ul li.even,
.full-articlelist-twocolumn ul li.odd {
	font-size: 1em;
}

.full-articlelist-twocolumn ul li.even h3,
.full-articlelist-twocolumn ul li.odd h3 {
	font-size: 10px;
	line-height: 17px;
	padding-bottom: 5px;
	color: #464646;
}

.full-articlelist-twocolumn ul li.even h3 a,
.full-articlelist-twocolumn ul li.odd h3 a {
	color: #464646;
}


.full-articlelist-twocolumn ul li.even p,
.full-articlelist-twocolumn ul li.odd p {
	line-height: 12px;
}


.full-articlelist-twocolumn li.odd {
	float: left;
	width: 260px;
	height: 104px;  
	background: url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/box_bg.gif) repeat-x #fff;
	overflow: hidden;
	margin-top: 8px;
	margin-right: 8px;
	padding: 10px;
}

.full-articlelist-twocolumn li.even {
	float: left;
	width: 260px;
	height: 104px;    
	background: url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/box_bg.gif) repeat-x #fff;	
	overflow: hidden;
	margin-top: 8px;
	margin-right: 8px;
	padding: 10px;
}

/* ----------------------------------- */

#login-form-changepassword,
#login-form-lostpassword-container {
	display: none;
}

/* ----------------------------------- */

.full-searchinput {
	margin-bottom: 30px;
}

.full-searchinput input.textinput {
	width: 300px;
}

/* ----------------------------------- */

.datepicker-popup {
	display: none;
	padding: 10px;
	margin-left: 10px;
	background-image: url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/popup_calendar.png);
	border: 2px solid #fff;
	width: 200px;
	text-align: center;
}
.datepicker {
	display: inline;
	padding-right: 20px;
}
.datepicker input {
	width: 75px;
}
.advanced-searchinput select {
	width: 400px;
}
.advanced-searchinput input.searchstring {
	width: 335px;
}
.datepicker-nav {
	display: inline;
}
.datepicker-nav a:link,
.datepicker-nav a:visited,
.datepicker-nav a:hover {
	text-decoration: none;
}
.datepicker-previousyear {
	padding-right: 5px;
}
.datepicker-nextyear {
	padding-left: 5px;
}
.datepicker-popup table.calendar-header {
	font-weight: bold;
}
.datepicker-nav {
	font-size: .75em;
}
.datepicker-nav a:link,
.datepicker-nav a:visited,
.datepicker-nav a:hover {
	text-decoration: none;
}
.datepicker-previousyear {
	padding-right: 5px;
}
.datepicker-nextyear {
	padding-left: 5px;
}
.advanced-searchinput select,
.advanced-searchinput input {
	margin-top: 5px;
}

/* ----------------------------------- */

.full-productdisplay-priceorder {
    position: absolute;
    top:375px;
    left:430px;
    background-color: none;
    padding-left: 5px;
    padding-top: 2px;
    margin: 0px;
    border-left: 2px solid white;
    height: 48px;
    width: 200px;
}

#placeholder-content .amount form,
#placeholder-content-no-right .amount form {
    display: inline;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.full-productdisplay-priceorder .amount input {
    margin: 0;
    width: 20px;
}

.full-productdisplay-priceorder input.submit {
    width: 39px;
}

#placeholder-content .webshop-checkout .tile-content form {
    background-color: transparent;
}

.webshop-checkout legend,
.webshop-checkout legend fieldset {
	display: none;
}

.webshop-step-indicator {
    float: right;
}

.webshop-step-indicator ul {
    margin: 0px;
    padding: 0px;
}

.webshop-step-indicator li {
    list-style-type: none;
    display: block;
    float: left;
    width: 17px;
    margin-left: 2px;
    text-align: center;
	padding: 0;
	background: #fff;
	color: #9bba7f;
	line-height: 16px;
}



.webshop-step-indicator li.step-done {

}

.webshop-step-indicator li.active {
    color: #fff;
    font-weight: bold;
	background-image: none;
	background: #9bba7f;	
}

.webshop-checkout {
	float: left;
	padding: 20px 15px 10px 15px;
	width: 536px;
	background: url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/box_bg.gif) repeat-x;
	margin-top: 10px;
}


.webshop-checkout table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    margin-bottom: 20px;
}

.webshop-checkout table tr {

}

.webshop-checkout table tr.even {

}

.webshop-checkout table tr.basetotal td {
    border-bottom: 3px double #000;
    padding-top: 10px;
}

.webshop-checkout fieldset {
    margin-bottom: 10px;
	border: 0;
}

.webshop-checkout table tr th {
    text-align: left;
    padding-bottom: 10px;
	border-bottom: #9bba7f;
}

.webshop-checkout table tr th.right-align {
    text-align: right;
}

.webshop-checkout td {
	border-bottom: solid 1px #9bba7f;
	padding: 8px 0 4px 0;
}

.webshop-checkout td.amount {
	border-bottom: solid 1px #9bba7f;
	padding: 5px 0 0 0;
}


.webshop-checkout table tr.productrow td {
    vertical-align: top;
}

.webshop-checkout table td.currency {
    text-align: right;
    width: 100px;
	padding-top: 8px;
}

.webshop-checkout table tr.productrow td.input,
.webshop-checkout table tr.productrow td.remove {
    text-align: right;
	padding: 0;
}

.webshop-checkout table tr.productrow td input.amountfield {
    width: 30px;
    text-align: right;
}

.webshop-checkout div.shippingtext {
    clear: both;
    padding-top: 15px;
	font-style: italic;
}

.webshop-checkout input.error,
.webshop-checkout select.error {
    border: 2px solid red;
}

.webshop-checkout input.submit {
    float: right;
}

.webshop-checkout div.errormessage fieldset {
    border: 2px solid #f00;
}

#placeholder-content .list-productdisplay {
    background: #dfe9d7;

}

#placeholder-content .list-productdisplay form,
#placeholder-content-no-right .list-productdisplay form {
    background-color: #dfe9d7;
    display: inline;
}

.webshop-list-priceorder {
    float: right;
    padding: 5px 10px 5px 10px;
    margin-left: 10px;
    background-color: #dfe9d7;
}

span.webshop-list-price {
	margin-right: 5px;
	font-weight: bold;
	font-size: 14px;
}


/* ----------------------------------- */

#placeholder-left .iframe-tile iframe,
#placeholder-right .iframe-tile iframe {
    width: 176px;
    border: none;
    padding: 0;
    margin: 0;
}

#placeholder-content .iframe-tile h3 {
    display: none;
}

#placeholder-content .iframe-tile iframe {
    width: 510px;
    border: none;
}

/* ----------------------------------- */

#newsletter-form-register div {
    margin: 10px auto 10px auto;
}

/* ======================= DIRECT EDIT ======================= */

div.directedit-link-container {
	text-align: right;
}

div.directedit-link-container ul {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}

div.directedit-link-container li {
	display: inline !important;
}

.small-articledisplay div.directedit-link-container li {
	display: block;
	padding-bottom: 2px;
}

div.directedit-link-container li a:link,
div.directedit-link-container li a:visited,
div.directedit-link-container li a:hover {
	padding: 0px 0px 4px 20px;
	margin-left: -5px;
	height: 16px;
	text-transform: none;
	background-repeat: no-repeat;
	border: 0px;
	text-decoration: none;
}

div.directedit-link-container li span {
	display: none;
}

div.directedit-link-container li a.edit-article {
	background-image: url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/directedit/article-edit.gif);
}

div.directedit-link-container li a.new-article {
	background-image: url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/directedit/article-new.gif);
}

div.directedit-link-container li a.delete-article {
	background-image: url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/directedit/article-delete.gif);
}

div.directedit-link-container li a.new-category {
	background-image: url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/directedit/category-new.gif);
}

div.directedit-link-container li a.edit-category {
	background-image: url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/directedit/category-edit.gif);
}

div.directedit-link-container li a.delete-category {
    background-image: url(http://polyphenols.demo.coretrek.no/themes/polyphenols/images/directedit/category-delete.gif);
}

/* ======================= END ======================= */


#placeholder-content-no-right .full-articledisplay ul li {
	list-style-type: disc;
	list-style: disc;
}

#placeholder-content-no-right .full-articledisplay a {
	text-decoration: underline;
}

#placeholder-content-no-right .small-articledisplay ul li {
	list-style-type: disc;
	list-style: disc;
}


.articlelist-link-internal {
	margin-top: -5px;
}

.articlelist-link-external {
	float: left;
}
