
div.box {
	position: relative;
	margin-bottom: 10px;
}

div.grid_8 div.box div.content {
	background: transparent url(../images/box/box_content.png) repeat-y 0 0;
	padding: 0 1px;
}

div.grid_4 div.box div.content {
	background: transparent url(../images/box/box_4_content.png) repeat-y 0 0;
	padding: 0 1px;
}

div.box.error div.content div.top .sourceText,
div.box.error div.content div.top .share { display: none; }

div.box div.content div.body {
	padding: 17px 21px 23px 21px;
	position: relative;
	z-index: 200;
	/*border-top: 1px solid #FFFFFF; very wrong! */
	font-family: Arial;
	font-size: 18px;
}

div.box div.content div.top {
	position: relative;
	z-index: 200;
	border-bottom: 1px solid #D9D9D9;
	padding: 3px 0 0 10px;
	height: 29px;
}

div.grid_4 div.box.flickr div.content div.top,
div.grid_4 div.box.google div.content div.top {
	height: 19px;
}

div.box div.content div.top .source {
	width: 16px;
	height: 16px;
	float: left;
	margin: 3px 7px 0 0;
}

div.grid_4 div.box.flickr div.content div.top .source {
	margin: -3px 7px 0 0;
}

div.grid_4 div.box.google div.content div.top .source {
	display: none;
}

div.box.flickr div.content div.top .source {
	background: transparent url(../images/box/flickr.png) no-repeat 0 0;
}
div.box.twitter div.content div.top .source {
	background: transparent url(../images/box/twitter.png) no-repeat 0 0;
}
div.box.youtube div.content div.top .source {
	background: transparent url(../images/box/youtube.png) no-repeat 0 0;
}
div.box.blog div.content div.top .source {
	background: transparent url(../images/box/rss.png) no-repeat 0 0;
}
div.box.facebook div.content div.top .source {
	background: transparent url(../images/box/facebook.png) no-repeat 0 0;
}
div.box.text div.content div.top .source,
div.box.textpic div.content div.top .source {
	background: transparent url(../images/box/venstre.png) no-repeat 0 0;
}
/** cwin - 01.06.2010 23:30 **/
div.box.blog div.content div.body p.message a {
  font-weight: normal;
}

div.box div.content div.top .sourceText {
	height: 16px;
	float: left;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	margin-top: 4px;
}

div.box div.content div.top div.sourceText, div.box div.content div.top a {
	color: #406788;
	text-decoration: none;
}

div.grid_4 div.box.flickr div.content div.top .sourceText,
div.grid_4 div.box.google div.content div.top .sourceText {
	margin-top: -1px;
}

div.grid_8 div.box.flickr div.content div.body {
	height: 394px;
}

div.grid_4 div.box.flickr div.content div.top a {
	display: inline-block;
	text-decoration: none;
	width: 298px;
	color: #34414c;
	font-size: 11px;
}

div.grid_4 div.box.flickr div.content div.top {
	display: inline-block;
	text-decoration: none;
	width: 308px;
	color: #34414c;
	font-size: 11px;
}

div.box div.content div.top .sourceText span.pibe {
	font-weight: normal;
	margin: 0 3px 0 3px;
}

div.box div.content div.share {
	height: 16px;
	margin: 0px 11px 0 0;
	float: right;
}

div.grid_4 div.box div.content div.share {
	height: 31px;
}

div.box div.content div.share div.at-twitter,
div.box div.content div.share div.at-facebook {
	float: left;
	cursor: pointer;
	margin-top: 1px;
}

div.grid_4 div.box div.content div.share div.at-twitter,
div.grid_4 div.box div.content div.share div.at-facebook {
	margin-top: 9px;
}

div.box div.content div.share div span.image {
	width: 16px;
	height: 18px;
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
}

div.box div.content div.share div.at-twitter {
	margin-right: 19px;
}

div.box div.content div.share div.at-twitter span.image {
	background: transparent url(../images/box/twitter.png) no-repeat 0 0;
}
div.box div.content div.share div.at-facebook span.image {
	background: transparent url(../images/box/facebook.png) no-repeat 0 0;
}

div.box div.content div.share div a {
	font-size: 10px;
	margin-bottom: 3px;
	color: #406788;
	font-family: Arial;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
}

div.box div.content div.share div a:hover,
div.box div.content div.top a:hover {
	color: #003460;
}

div.grid_4 div.box div.content div.share div span.text,
div.grid_4 div.box div.content div.share div a {
	margin-bottom: 1px;
}

div.box div.content div.body a {
	border: 0;
	font-size: 18px;
	color: #003460;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

div.grid_4 div.box div.content div.body a {
	font-size: 14px;
}

div.box div.content div.body a img {
	border: 0;
}

div.box div.content div.body h3 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial;
	color: #003460;
	margin: 0 0 19px 0;
}

div.box div.content div.body div.thumbnail {
	float: left;
	margin-right: 15px;
	margin-top: 4px;
}

div.box div.content div.body p.message {
	float: left;
	width: 505px;
	color: #003460;
	font-family: Arial;
	margin-top: 0;
	margin-bottom: 0;
}

div.grid_4 div.box div.content div.body p.message {
	float: none;
	width: 278px;
	display: inline;
}

div.grid_4 div.box div.content div.body p.message  {
	font-size: 14px;
	line-height: 18px;
}

div.top div.left_corner {
	background: transparent url(../images/box/top_left_corner.png) no-repeat 0 0;
	width: 7px;
	height: 6px;
	float: left;
}

div.box div.top div.center {
	background: transparent url(../images/box/top_center.png) repeat-x 0 0;
	height: 6px;
	margin-left: 7px;
	margin-right: 7px;
}

div.top div.right_corner {
	background: transparent url(../images/box/top_right_corner.png) no-repeat 0 0;
	width: 7px;
	height: 6px;
	float: right;
}

div.bottom div.left_corner {
	background: transparent url(../images/box/bottom_left_corner.png) no-repeat 0 0;
	width: 7px;
	height: 8px;
	float: left;
}

div.bottom div.center {
	background: transparent url(../images/box/bottom_center.png) repeat-x 0 0;
	height: 8px;
	margin-left: 7px;
	margin-right: 7px;
}

div.bottom div.right_corner {
	background: transparent url(../images/box/bottom_right_corner.png) no-repeat 0 0;
	width: 7px;
	height: 8px;
	float: right;
}

/* Backgrounds */
div.box div.content div.bg_top {
	width: 100%;
	height: 6px;
	position: absolute;
	top: 0;
	left: 1px;
	z-index: 103;
}
div.box div.content div.bg_middle {
	width: 100%;
	position: absolute;
	top: -16px;
	bottom: 108px;
	margin-top: 22px;
	left: 1px;
	z-index: 102;
}
div.box div.content div.bg_bottom {
	width: 100%;
	height: 106px;
	position: absolute;
	bottom: 2px;
	left: 1px;
	z-index: 101;
}

/* Flickr (grid_4) */

div.grid_4 div.box.flickr div.content div.top,
div.grid_4 div.box.google div.content div.top {
	border-bottom: 1px solid #c7ced4;
}

div.grid_4 div.box.flickr div.content div.body,
div.grid_4 div.box.google div.content div.body {
	border-bottom: 1px solid #c7ced4;
}

div.grid_4 div.box.flickr div.content div.bottom,
div.grid_4 div.box.google div.content div.bottom {
	border-top: 1px solid #ffffff;
	position: relative;
	z-index: 200;
	margin-top: -2px;
	padding: 11px 20px 7px 20px;
	color: #333333;
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
	line-height: 17px;
}

div.grid_4 div.box.flickr div.content div.bottom a,
div.grid_4 div.box.google div.content div.bottom {
	color: #003460;
	text-decoration: none;
}

div.grid_4 div.box.flickr div.content div.bottom a:hover {
	color: #ff6633;
}

div.grid_4 div.box.flickr div.content div.bg_middle {
	background: url(../images/box/box_flickr_4_middle.png) repeat-y;
	bottom: 8px;
	margin-top: 22px;
	top: 8px;
	height: 305px;
}

div.grid_4 div.box.flickr div.content div.bg_bottom,
div.grid_4 div.box.google div.content div.bg_bottom {
	/*background: url(../images/box/box_flickr_4_bottom.png) no-repeat;*/
	height: 6px;
}

div.grid_4 div.box.flickr div.content div.body {
	padding: 19px 3px 0px 3px;
}

div.grid_4 div.box.google div.content div.body {
	padding: 0;
}

div.grid_4 div.box.flickr div.content div.body ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.grid_4 div.box.flickr div.content div.body ul li {
	float: left;
	padding-left: 17px;
	padding-right: 10px;
	padding-bottom: 17px;
}

div.grid_4 div.box.flickr div.content div.body ul li img {
	width: 71px;
	height: 71px;
	border: 2px solid #ffffff;
	cursor: pointer;
}

div.grid_4 div.box.flickr div.content div.body ul li img:hover {
	border: 2px solid #ff6633;
}

/* Twitter */
div.box.twitter div.content div.bg_top {
	background: url(../images/box/box_twitter_top.png) no-repeat;
}
div.box.twitter div.content div.bg_middle {
	background: url(../images/box/box_twitter_middle.png) repeat-y;
}
div.box.twitter div.content div.bg_bottom {
	background: url(../images/box/box_twitter_bottom.png) no-repeat;
}

/* Twitter (grid_4) */
div.grid_4 div.box.twitter div.content div.bg_top {
	background: url(../images/box/box_twitter_4_top.png) no-repeat;
}
div.grid_4 div.box.twitter div.content div.bg_middle {
	background: url(../images/box/box_twitter_4_middle.png) repeat-y;
}
div.grid_4 div.box.twitter div.content div.bg_bottom {
	background: url(../images/box/box_twitter_4_bottom.png) no-repeat;
}
div.grid_4 div.box.twitter div.content div.bottom {
	border-top: 1px solid #9bbec6;
	position: relative;
	z-index: 200;
	margin-top: -2px;
	color: #333333;
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
	line-height: 17px;
}
div.grid_4 div.box.twitter div.content div.body {
	border-bottom: 1px solid #daeff4;
}

/* Facebook */
div.box.facebook div.content div.bg_top {
	background: url(../images/box/box_facebook_top.png) no-repeat;
}
div.box.facebook div.content div.bg_middle {
	background: url(../images/box/box_facebook_middle.png) repeat-y;
	bottom: 72px;
}
div.box.facebook div.content div.bg_bottom {
	background: url(../images/box/box_facebook_bottom.png) no-repeat;
	height: 70px;
}

/* Facebook (grid_4) */
div.grid_4 div.box.facebook div.content div.bg_top {
	background: url(../images/box/box_facebook_4_top.png) no-repeat;
}
div.grid_4 div.box.facebook div.content div.bg_middle {
	background: url(../images/box/box_facebook_4_middle.png) repeat-y;
	bottom: 72px;
}
div.grid_4 div.box.facebook div.content div.bg_bottom {
	background: url(../images/box/box_facebook_4_bottom.png) no-repeat;
	height: 70px;
}
div.grid_4 div.box.facebook div.content div.bottom {
	border-top: 1px solid #bcc0ca;
	position: relative;
	z-index: 200;
	margin-top: -2px;
	color: #333333;
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
	line-height: 17px;
}
div.grid_4 div.box.facebook div.content div.body {
	border-bottom: 1px solid #eef1f6;
}

/* Youtube */
div.box.youtube div.content div.body {
	height: 431px;
}

div.box.youtube div.content div.bg_bottom {
	background: url(../images/box/box_youtube_bottom.png) no-repeat;
	height: 50px;
}

/* Blog */
div.box.blog div.content div.body p.message {
	width: 604px;
}

div.box.blog div.content div.bg_bottom {
	background: url(../images/box/box_blog_bottom.png) no-repeat;
	height: 119px;
}

/* Download and links */
div.grid_4 div.box.downloadAndLinks div.content div.body ul li.firstElement {
	border-top: none;
}
div.grid_4 div.box.downloadAndLinks div.content div.top {
	border-bottom: 1px solid #c7ced4;
	height: 22px;
}

div.box.downloadAndLinks div.content div.top .sourceText {
	color: #34414c;
	font-size: 11px;
	margin-top: 2px;
	font-weight: bold;
}

div.box.downloadAndLinks div.content div.body {
	background-color: #edf1f5;
	margin: 0;
	padding: 0;
}
div.box.downloadAndLinks div.content div.body ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

div.box.downloadAndLinks div.content div.body ul li {
	height: 26px;
	border-top: 1px solid #ffffff;
	padding: 18px 24px 20px 7px;
	border-bottom: 1px solid #d5d8dc;
	cursor: pointer;
}

div.box.downloadAndLinks div.content div.body ul li div.source {
	width: 32px;
	height: 32px;
	float: left;
	background-position: right;
	margin-right: 5px;
}
div.box.downloadAndLinks div.content div.body ul li.mouseover {
	background: transparent url(../images/downloadlinks_bg_act.png) repeat-x 0 0;
}

div.box.downloadAndLinks div.content div.body ul li.document div.source{
	background: transparent url(../images/document.png) no-repeat 0 0;
}

div.box.downloadAndLinks div.content div.body ul li.document.mouseover div.source {
	background: transparent url(../images/document_act.png) no-repeat 0 0;
}

div.box.downloadAndLinks div.content div.body ul li.podcast div.source{
	background: transparent url(../images/podcast.png) no-repeat 0 0;
}

div.box.downloadAndLinks div.content div.body ul li.podcast.mouseover div.source{
	background: transparent url(../images/podcast_act.png) no-repeat 0 0;
}

div.box.downloadAndLinks div.content div.body ul li div.data {
	float: left;
	width: 225px;
	overflow: hidden;
}

div.box.downloadAndLinks div.content div.body ul li div.arrow {
	float: right;
	width: 7px;
	height: 8px;
	margin-top: 12px;
	background: transparent url(../images/arrow_right.png) no-repeat 0 0;
}

div.box.downloadAndLinks div.content div.body ul li div.data div.date {
	color: #7f99af;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

div.box.downloadAndLinks div.content div.body ul li div.data div.title {
	color: #003460;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

div.box.downloadAndLinks div.content div.body ul li.mouseover div.data div.title {
	color: #ff6633;
}

div.box.downloadAndLinks div.content div.bottom {
	position: relative;
	z-index: 200;
}

div.box.downloadAndLinks div.content div.bottom ul {
	padding: 10px 27px 13px 27px;
	height: 10px;
	margin: 0;
	list-style: none outside none;
}

div.box.downloadAndLinks div.content div.bottom ul li {
	float: left;
	width: 23px;
	text-align: center;
	border-right: 2px solid #e8ecf0;
	font-size: 13px;
	font-family: Arial;
}

div.box.downloadAndLinks div.content div.bottom ul li a:link,
div.box.downloadAndLinks div.content div.bottom ul li a:active,
div.box.downloadAndLinks div.content div.bottom ul li a:visited {
	display: block;
	text-decoration: none;
	color: #003460;
}

div.box.downloadAndLinks div.content div.bottom ul li a:hover {
	color: #ff6633;
}

div.box.downloadAndLinks div.content div.bottom ul li.act a {
	color: #ff6633;
	font-weight: bold;
}

div.box.downloadAndLinks div.content div.bottom ul li.previous,
div.box.downloadAndLinks div.content div.bottom ul li.next {
	width: 56px;
	padding-right: 8px;
}

div.box.downloadAndLinks div.content div.bottom ul li.next {
	border: none;
	padding-left: 9px;
}

div.box.downloadAndLinks div.content div.bottom ul li.previous span.arrow {
	background: transparent url(../images/arrow_left.png) no-repeat 0 0;
	width: 7px;
	height: 8px;
	margin: 4px 5px 0 0;
	display: block;
	float: left;
}

div.box.downloadAndLinks div.content div.bottom ul li.previous span.label {
	display: block;
	float: left;
}

div.box.downloadAndLinks div.content div.bottom ul li.next span.arrow {
	background: transparent url(../images/arrow_right.png) no-repeat 0 0;
	width: 7px;
	height: 8px;
	margin: 4px 0 0 5px;
	display: block;
	float: left;
}

div.box.downloadAndLinks div.content div.bottom ul li.next span.label {
	display: block;
	float: left;
}



/* RECOMMENDATIONS */
div.box.recommend .hiddenData {
	display: none;
}

div.box.recommend div.content div.top .sourceText {
	color: #34414c;
	font-size: 11px;
	margin-top: 2px;
	font-weight: bold;
}
div.grid_4 div.box.recommend div.content div.top {
	border-bottom: 1px solid #c7ced4;
	height: 22px;
}



div.box.recommend div.content .body {
	background-color: #edf1f5;
	margin: 0;
	padding: 0;
}

div.box.recommend ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}



div.box.recommend .venstre_plugins_recommend_element {
	height: 32px;
	border-top: 1px solid #ffffff;
	padding: 16px 24px 16px 7px;
	border-bottom: 1px solid #d5d8dc;
}

div.box.recommend .venstre_plugins_recommend_element.firstElement {
	border-top: 0;
}


div.box.recommend .venstre_plugins_recommend_element .source {
	width: 32px;
	height: 32px;
	float: left;
	background-position: right;
	margin-right: 5px;
	background: transparent url(../images/podcast.png) no-repeat 0 0;
}

div.box.recommend .venstre_plugins_recommend_element .date {
	color: #7f99af;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	width: 220px;
	margin-left: 10px;
}

div.box.recommend .venstre_plugins_recommend_element .info {
	color: #003460;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	width: 220px;
	margin-left: 10px;
}

div.box.recommend div.content div.bottom {
	position: relative;
	z-index: 200;
}

div.box.recommend div.content div.bottom ul {
	padding: 10px 27px 7px 27px;
	height: 10px;
	margin: 0;
	list-style: none outside none;
}

div.box.recommend div.content div.bottom ul li {
	float: left;
	width: 23px;
	text-align: center;
	border-right: 2px solid #e8ecf0;
	font-size: 13px;
	font-family: Arial;
}

div.box.recommend div.content div.bottom ul li a:link,
div.box.recommend div.content div.bottom ul li a:active,
div.box.recommend div.content div.bottom ul li a:visited {
	display: block;
	text-decoration: none;
	color: #003460;
}

div.box.recommend div.content div.bottom ul li a:hover {
	color: #ff6633;
}

div.box.recommend div.content div.bottom ul li.act a {
	color: #ff6633;
	font-weight: bold;
}

div.box.recommend div.content div.bottom ul li.previous,
div.box.recommend div.content div.bottom ul li.next {
	width: 56px;
	padding-right: 8px;
}


div.box.recommend div.content div.bottom ul li.hiddenPageSelector {
	display: none;
}


div.box.recommend div.content div.bottom ul li.next {
	border: none;
	padding-left: 9px;
}

div.box.recommend div.content div.bottom ul li.previous span.arrow {
	background: transparent url(../images/arrow_left.png) no-repeat 0 0;
	width: 7px;
	height: 8px;
	margin: 4px 5px 0 0;
	display: block;
	float: left;
}

div.box.recommend div.content div.bottom ul li.previous span.label {
	display: block;
	float: left;
}

div.box.recommend div.content div.bottom ul li.next span.arrow {
	background: transparent url(../images/arrow_right.png) no-repeat 0 0;
	width: 7px;
	height: 8px;
	margin: 4px 0 0 5px;
	display: block;
	float: left;
}

div.box.recommend div.content div.bottom ul li.next span.label {
	display: block;
	float: left;
}

div.box.recommend .button_wrap {
	padding-top: 6px;
}

div.box.recommend .button {
	width: 154px;
	height: 30px;
	background-image: url('../images/recommend_button.png');
	background-color: transparent;
	border: 0;
	padding: 0;
	display: block;
	margin: 0 auto;
}

div.box.recommend .button:hover {
	background-image: url('../images/recommend_button_hover.png');
	cursor: pointer;
}

.recommend_button {
	width: 99px;
	height: 30px;
	background-image: url('../images/button_recommend.png');
	background-color: transparent;
	border: 0;
	padding: 0;
	font-size: 0;
	color: transparent;
	text-indent: -1000px;
}

.recommend_button:hover {
	background-image: url('../images/button_recommend_hover.png');
	cursor: pointer;
}

/*############ Static heights! ############*/
div.box.twitter div.content div.body {
	height: 68px;
	overflow: hidden;
}

div.box.blog div.content div.body {
	height: 124px;
	overflow: hidden;
}

div.box.facebook div.content div.body {
	height: 87px;
	margin-bottom: 5px;
	overflow: hidden;
}

div.box.facebook div.content div.body p{
	overflow: hidden;
}



div.grid_8 div.box div.content div.top a:hover,
div.grid_8 div.box div.content div.body a:hover,
div.grid_8 div.box div.content div.body h3 a:hover,
div.grid_8 div.box div.content div.body a h3:hover,
div.grid_8 div.box div.content div.bottom a:hover,
div.grid_4 div.box div.content div.top a:hover,
div.grid_4 div.box div.content div.body a:hover,
div.grid_4 div.box div.content div.body h3 a:hover,
div.grid_4 div.box div.content div.body a h3:hover,
div.grid_4 div.box div.content div.bottom a:hover,
div.grid_4 div.box.flickr div.content div.top a:hover {
	color: #ff6633;
}


/*############ Overrule static heights! ############*/
div.grid_4 div.box.facebook div.content div.body,
div.grid_4 div.box.twitter div.content div.body {
	height: 147px;
	overflow: hidden;
	margin-bottom: 0;
}

div.content div.body p{
	overflow: hidden;
}
ul , li {  margin: 0; padding: 0; }

ul{
	list-style-position: inside;
 }
