/**
* Bobolo CMS **************************************************************************************************
*
* $Date: 2010-05-06 16:08:04 +0200 (Thu, 06 May 2010) $
* $Rev: 907 $
*
*/

/* -- RESET -- */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
body{line-height:1; }
article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block; }
nav ul{list-style:none; }
blockquote,q{quotes:none; }
blockquote:before,blockquote:after,q:before,q:after{content:''; content:none; }
a{margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins{color:#000; text-decoration:none; }
mark{color:#000; font-style:italic; font-weight:700; }
del{text-decoration:line-through; }
abbr[title],dfn[title]{border-bottom:1px dotted #000; cursor:help; }
table{border-collapse:collapse; border-spacing:0; }
hr{display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input,select{vertical-align:middle; }
/* --RESET -- */

body,
body#login {
	background: #d9d9d9 url("../images/bg-body.png") repeat-x top left;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}

p,
body,
textarea,
#main table td,
.mceContentBody table td {
	font: normal 13.0px Arial, Helvetica, "Lucida Grande", Verdana, sans-serif;
	line-height: 150%;
}

/* TinyMCE specific rules */
body.mceContentBody {
	background: #fff;
	text-align: left;
	padding: 10px;
}


/* TEXT */
p {
	color: #000;
	margin: 0;
	padding: 5px 0 5px 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p.preamble {
	font-size: 1.1em;
	color: #000;
	line-height: 1.45em;
	font-weight: bold;
}

p.subline {
	padding: 0;
	color: #555;
}

p.message {
	background: #ffc;
	padding: 10px;
	margin-top: 10px;
}

p.error {
	color: #f00;
	border: 1px solid #fcc;
}


/* SUPER SCRIPT */
sup {
	vertical-align: super;
	font-size: 0.8em;
}


/* LISTS */
ul {
	list-style: disc inside none;
	margin: 5px 0 0 10px;
}

ol {
	list-style-position: inside;
	margin: 5px 0 0 10px;
}

ol li,
ul li {
	padding: 0 0 5px 0;
}

.mceContentBody ul,
#main ul {
	list-style-position: outside;
	margin-left: 20px;
}

.mceContentBody ul li,
#main ul li {
	padding: 0 0 10px 0;
}

/* HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6,
div.list ul li h1,
div.list ul li h1 a {
	color: #53320f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica;
	line-height: 120%;
	font-weight: normal;
	letter-spacing: -0.03em;
	padding-top: 15px;
}

h1 {
	font-size: 2.4em;
}

#main h1 {
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1.0em;
}

hr {
	padding: 0px;
	margin: 0;
	border: 0;
	color: #999;
	background-color: #999;
	height: 1px;
}


/* TABLES */
table {
	padding: 0;
	margin: 0;
}

table td {
	vertical-align: top;
}


/* VARIOUS */
blockquote {
	margin: 10px 0px 10px 0px;
	padding: 10px 20px 15px 20px;
}

blockquote p {
	color: #555 !important;
	padding: 0 !important;
	font-style: italic;
	font-size: 130%;
}

code {

}

pre {

}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* Used to make all divs relative */
/*
div {
	position: relative;
}
*/

/* Wrappers */
#wrapper_header {
	clear: both;
	display: block;
	position: relative;
}

#wrapper_main {
	z-index: 10;
	width: 900px;
	clear: both;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

body.in-adminfunction > #wrapper_all > #wrapper_main {
	background: transparent;
}

#wrapper_footer {
	clear: both;
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
	margin-top: -30px;
	background: #d9d9d9 url("../images/bg-footer.png") repeat-x top left;
	height: 206px;
}

#wrapper_all,
#content_header,
#wrapper_content,
#container_footer {
	width: 900px;
}



/* ALL */
#wrapper_all {
	position: relative;
	
	display: block;
	z-index: 1;
	
	margin: 0;
	padding: 0;
	
	margin-left: auto;
	margin-right: auto;

	text-align: left;
	
	width: 100%;
}




/* HEADER */
#content_header {
	width: 900px;
	margin-left: auto;
	margin-right: auto;

	position: relative;
	z-index: 2;
	height: 120px;
	text-align: left;
}

/* LOGO */
#content_logo {
	position: relative;
	z-index: 3;

	display: block;
	padding: 0;
	margin: 0;
	
	text-align: left;
	
	height: 120px;
	width: 164px;
	
	padding: 0 0 0 10px;
}

	#content_logo h1 {
	}


	#content_logo a:link,
	#content_logo a:active,
	#content_logo a:visited {
		text-decoration: none; 
		border: 0px;
		padding: 0px;
		color: #000;
	}

	#content_logo a img {
		text-decoration: none; 
		border: 0px;
		color: #000;
	}


/* WRAPPER MENU */
#wrapper_menu {
	position: relative;

	width: 900px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

/* Pageheader */
#container_pageheader {
	width: 900px;
	height: 205px;
	overflow: hidden;
}

/* Main */
#container_main {
	display: block;
	background: #fff;
	position: relative;
	float: left;
	
	width: 860px;
	min-height: 200px;

	padding: 20px;

	-webkit-box-shadow: 0 2px 0px #000;
	-moz-box-shadow: 0 2px 0px #000;
}

/* Kolumner */
#main { 
	position: relative;
	
	width: 628px; /* 569px */
	
	margin: 0;
	padding: 0;

	text-align: left;
	
	float: right;

	overflow: hidden;
}

#left {
	position: relative;
	text-align: left;
	
	top: 0;
	left: 0;

	width: 212px;

	float: left;

	overflow: hidden;
	display: block;
	padding-right: 20px;
}

/* FOOTER */
#container_footer {
	position: relative;
	
	z-index: 2;

	margin: 0;
	padding: 0px;
	
	width: 900px;

	margin-left: auto;
	margin-right: auto;
	
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
}
#content_footer {
	background: url("../images/bg-footer-content.jpg") no-repeat top left;
	padding: 45px 20px 0 20px;
}

#content_footer p {
	color: #d5c3af;
	padding: 0;
	margin: 0;
	font-size: 1.0em;
}

#content_footer p a:link,
#content_footer p a:active,
#content_footer p a:visited {
	color: #d5c3af;
	font-weight: normal;
	text-decoration: none;
}

#content_footer p a:hover {
	color: #d5c3af;
}
	
/* OFFLINE */
#containerOffline {

}


/* MENU */
#containerMenu {
	background: #2c2927 url("../images/bg-menu.jpg") repeat-x top left;

	height: 30px;
	width: 892px;

	padding: 4px;
	
	float: right;
	
}

/* NAVLIST */
#navlist {
	display: block;

	height: 30px;
	list-style: none;

	margin: 0;
	padding: 0;
	width: auto;
}

	#navlist li {
		text-align: left;
		z-index: 9;
		display: inline;

		padding: 0;
		margin: 0;

		float: left;
		text-align: center; 

	}

	#navlist li a:link,
	#navlist li a:active,
	#navlist li a:visited {
		display: inline;

		padding: 10px 10px 10px 10px;
		margin: 0 0 0 0;

		height: 30px;
		line-height: 30px;

		text-decoration: none;
		font-weight: bold;
		color: #fff;
		font-size: 1.0em;
		
		text-transform: uppercase;
		text-shadow: 0px 1px 2px rgb(0,0,0);
	}

	#navlist li a:hover {
		text-decoration: none;
		cursor: pointer;
		color: #f9a23c;
	}


	/* External url (only on top level) */
	#navlist li.external {

	}
	
	/* Selected (only on top level) */
	#navlist li.selected {
		background: url("../images/bg-menu-item-selected.png") repeat-x top left;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	}

	#navlist li.selected a {
	}

	#navlist li.selected a:hover {
		color: #fff !important;
		cursor: default;
	}

	#navlist li a {
		width: auto;
	}
	
	/* regular hovers */
	#navlist li.folder a:hover {
	}


/* PAGE TEXT */
div.divPageText {
	position: relative;
}

/* LIST */
div.list {
	position: relative;
	clear: both;
}

	div.list > div > ul {
		margin: 0 !important;
		padding: 0;
		text-align: left;
		list-style: none;
		clear: both;
		list-style-position: outside;
	}

	div.list > div > ul li {
		position: relative;
		margin: 0;
		padding: 10px 0 0 0;
		background: none;
		clear: both;
		display: block;
	}

	div.list > div > ul li.odd {
	}

	div.list > div > ul li h1,
	div.list > div > ul li h1 > a {
		text-decoration: none !important;
		color: #53320f !important;
	}
	
	div.list > div > ul li h1 {
		display: block;
		font-size: 1.8em;
		line-height: 120%;
		margin-bottom: 0;
	}
	
	div.list > div > ul.smaller li h1 {
		font-size: 1.3em;
	}
	
	span.author,
	span.comments,
	span.date {
		font-style: normal;
		font-size: 0.9em;
	}
	
	span.date {
		/*
		padding: 2px 0 0 20px;
		background: url("../images/icon-date.png") no-repeat 0 0;
		*/
	}

	span.comments {
		margin-left: 4px;
	}

	div.list > div > ul li span.text {
		color: #000;
	}

	div.list > div > ul li img.image {
		float: left;
		margin-right: 25px;
		margin-top: 10px;
		margin-bottom: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}

	div.list > div > ul li p a.readmore {
		background: url("../images/icon-more.png") no-repeat 0px 5px;
		padding: 0 0 0 12px;
	}

	div.list > div > ul li div.links {
		text-align: right;
	}





/* LINKS */
.mceContentBody a:link,
.mceContentBody a:active,
.mceContentBody a:visited {
	color: #f9a23c !important; /* FF requires a important here */
	text-decoration: none;
}

#left a:link,
#left a:active,
#left a:visited,
#main a:link,
#main a:active,
#main a:visited {
	color: #f9a23c;
	text-decoration: none;
}

#left a:hover,
#main a:hover {
	color: #b46c17;
	text-decoration: none;
}

/*
#main a {
	margin-left: -0.2em;
	margin-right: -0.2em;
	padding: 0.2em 0.25em;
}

#main a:hover {
	color: #fff;
	background: #498CCF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
*/

span.doc,
a.doc {
	background: url("../images/doc.png") no-repeat left center;
	line-height: 20px;
	padding: 2px 0 2px 20px;
}

span.png,
a.png,
span.jpg,
a.jpg {
	background: url("../images/picture.png") no-repeat left center;
	line-height: 20px;
	padding: 2px 0 2px 20px;
}

span.pdf,
a.pdf {
	background: url("../images/pdf.png") no-repeat left center;
	line-height: 20px;
	padding: 2px 0 2px 20px;
}

span.ppt,
a.ppt {
	background: url("../images/ppt.png") no-repeat left center;
	line-height: 20px;
	padding: 2px 0 2px 20px;
}

span.txt,
a.txt {
	background: url("../images/txt.png") no-repeat left center;
	line-height: 20px;
	padding: 2px 0 2px 20px;
}

span.xls,
a.xls {
	background: url("../images/xls.png") no-repeat left center;
	line-height: 20px;
	padding: 2px 0 2px 20px;
}

span.zip,
a.zip {
	background: url("../images/zip.png") no-repeat left center;
	line-height: 20px;
	padding: 2px 0 2px 20px;
}

span.email,
a.email {
	background: url("../images/email.png") no-repeat left center;
	line-height: 20px;
	padding: 2px 0 2px 20px;
}

a.download_external {
	background: url("../images/external.png") no-repeat left center;
	line-height: 20px;
	padding: 2px 0 2px 20px;
}

a.external {
	background: url("../images/external.png") no-repeat right center;
	line-height: 20px;
	padding: 2px 16px 2px 0;
}

a.comments {
	background: url("../images/icon-comment.png") no-repeat left center;
	line-height: 20px;
	padding: 2px 0 2px 17px;
}

a.calendar {
	background: url("../images/icon-date.png") no-repeat left center;
	line-height: 20px;
	padding: 2px 0 2px 20px;
}

a.icon_button {
	text-indent: -5000px;
}

a.icon_cross {
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}







/* FORMS */

form.form {
}

form.form label {
	display: block;
}

a.button,
form.form textarea,
form.form input,
form.form select {
	margin: 0px;
	outline: none;
}

form.form textarea,
form.form input,
form.form select {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 6px 5px;
	padding: 5px;
	border: 3px solid rgb(210, 210, 200);
	color: rgb(50, 50, 40);
	font-size: 13px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

form.form .readonly,
form.form .readonly:hover,
form.form .readonly:focus {
	background-color: #f5f5f5;
	border: 3px solid rgb(230, 230, 230);
}

form.form textarea {
	height: 200px;
}

form.form select optgroup {

}

form.form select optgroup option {

}

form.form textarea:hover,
form.form input:hover,
form.form select:hover {
	border-color: rgb(180, 180, 170);
}

form.form textarea:focus,
form.form input:focus,
form.form select:focus {
	border-color: #86acc3;
	background-color: #f6fbfe;
}

form.form textarea.disabled:hover,
form.form input.disabled:hover,
form.form select.disabled:hover {
	border-color: #ccc;
}

form.form input.error {
	background-color: #f99;
	border-color: #a00;
}

form.form input.error:focus {
	background-color: #fbb;
	border-color: #a00
}

form.form input.error:hover {
	background-color: #fbb;
	border-color: #a00;
}

form.form label.error {
	color: #f00;
	margin-left: 10px;
	display: inline;
}

form.form label.checked,
form.form label.checked {
	display: none;
}

a.button,
form.form input.button,
form.form input.button_main {
	background-image: none;
	cursor: pointer;
	width: auto;
	color: #fff !important;
	background-color: #498CCF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 0 20px 0 20px;
	border: none;
	text-shadow: none;
	float: none;
	font-weight: bold;
	font-size: 1.1em;
	height: 30px;
}

a.button:hover,
form.form input.button:hover,
form.form input.button_main:hover {
	background-color: #296CAF;
	cursor: pointer;
	border-color: #f55;
}

form.form input.button_main {
}

form.form input.checkbox,
form.form input.radio {
	position: relative;
	width: 15px;
	height: 15px;
	cursor: pointer;
	clear: none;
	padding: 0;
	margin: 0 8px 0 0;
}

form.form label.label_radio_checkbox {
	position: relative;
	clear: none;
	display: inline;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

span.required, 
form.form span.required {
	color: #f00;
	padding-left: 5px;
}

a.button {
	text-decoration: none !important;
}

form.form input.icon_email,
form.form input.icon_lock,
form.form input.icon_link,
form.form input.icon_vcard {
	padding-left: 30px;
	width: 275px;
}

form.form input.icon_email {
	background-image: url("../images/email.png");
}

form.form input.icon_lock {
	background-image: url("../images/lock.png");
}

form.form input.icon_link {
	background-image: url("../images/link.png");
}

form.form input.icon_vcard {
	background-image: url("../images/vcard.png");
}

/* SEARCH */
ul.search_result {
	list-style: none;
	list-style-position: outside;
	margin: 0;
}

span.searchWordHighlight {
	font-weight: bold;
}

a.page_url {
	text-decoration: none !important;
}

a.page_url:visited {
	color: #888 !important;
}

ul.search_result li h2 a:link {
	color: #0F5560 !important;
}

ul.search_result li h2 a:visited {
	color: #777 !important;
}

ul.search_result li p span.type {
	color: #777;
	text-transform:uppercase;
	padding-right: 5px;
}


/* STATIC BLOCKS */
div.divStatic {
	position: relative;
}


/* CALENDAR */
table.calendar {
	background: #fff;
	border: 1px solid #999;
}

table.calendar thead {
	background: #f5f5f5;
}

table.calendar tbody {
}

table.calendar thead th,
table.calendar tbody td {
	height: 20px;
	line-height: 20px;
	width: 30px;
	text-align: center;
}

table.calendar tbody td.booked {
	background: #ff9;
}

table.calendar tbody td.today {
	background: #acf;
}

table.calendar tbody td.empty {
	background: #ddd;
	color: #777;
}

table.calendar div.dayDiv {
	display: none;
	background: #fff;
	width: 150px;
	position: absolute;
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;
	padding: 10px;
	border: 1px solid #999;
}

div.download_calendar {
	padding: 5px 0 5px 0px;
}


/* COMMENTS */
div.comments {
	margin-top: 25px;
	border-top: 1px solid #ccc;
	padding-top: 15px;
}

div.comments div.div-comment-form {
	padding-top: 10px;
}

h2.comments {
	margin: 0 0 10px 0;
}

div.one_comment {
	position: relative;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #f5f5f5;
}

div.one_comment div.comment_avatar {
	float: left;
	display: block;
	padding-right: 10px;
}

div.one_comment div.comment_avatar div {
	border-top: 1px solid #fafafa;
	border-right: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;
	border-bottom: 1px solid #D7D7D7;
	padding: 3px;
	width: 60px;
	height: 60px;
}

div.one_comment div.comment_avatar img {
	width: 60px;
	height: 60px;
}

div.one_comment div.comment_name_and_time {
	width: auto;
	float: left;
	display: block;
}

div.one_comment div.comment_text {
	margin: 0 0 0 85px;
}

div.one_comment p.name {
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 1.2em;
}

div.one_comment p.name span.name {
	font-weight: bold;
	font-size: 1.1em;
	color: #555;
}

div.one_comment p.name span.time {
	color: #999;
	font-size: 0.9em;
}

div.comments input {
	width: 300px;
}

div.comments textarea {
	width: 325px;
}


/* Ta bort highlightruta */
a {
	outline: 0;
}


/* CLEAR FIX*/
div.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html div.clearfix { height: 1%; }
div.clearfix { display: block; }


/* PAGE NAVIGATION */
div.page_navigation {
	display: block;
	padding: 5px 0 5px 0;
}

div.page_navigation div {
}

div.page_navigation div div {
	display: inline;
	margin-right: 5px;
}

div.page_navigation div div.page_info {
	padding: 3px 5px 3px 0px;
}

div.page_navigation div div.first_last_page {
	margin-right: 5px;
}

div.page_navigation div div a {
	padding: 3px 5px 3px 5px;
	border: 1px solid #bbb;
	text-decoration: none !important;
}

div.page_navigation div div.active_page a {
	border-color: #000;
	color: #000 !important;
	background: #ddd;
}

div.page_navigation div div a:hover {
	border-color: #000;
	color: #000 !important;
	background: #ddd;
}


/* TEXT SIZE */
#change_font_size {
	padding: 10px 0 0 0;
}

#change_font_size p {
	text-transform: uppercase;
	color: #333;
	font-size: 10px !important;
}

#change_font_size p a {
	padding-left: 5px;
	padding-right: 5px;
	background: #555;
	text-decoration: none !important;
	color: #fff !important;
}


/* SLIDESHOW */
div.div_slideshow {
	margin: 0;
	width: 100%;
	top: 1px;
	display: block;
	height: 240px;
	overflow: hidden;
	background: #ddd;
	z-index: 5;
}

div.div_slideshow > div {
	margin: 0 !important;
}

div.div_slideshow > div > div span > div.text {
	background: #000;
	padding: 8px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

div.div_slideshow > div > div span > div.text h1 {
	font-size: 1.4em;
	color: #fff;
	margin: 0;
	padding: 0;
}

div.div_slideshow > div > div span > div.text p {
	color: #fff;
	margin: 0;
	padding: 0;
}

/* CRUMBTRAIL */
div.crumbtrail {
	display: block;
}


/* PRODUCTS */
table.attributes {
	padding: 0;
	margin: 0;
}

table.attributes td.attribute {
	width: 150px;
	font-weight: bold;
}

div.one_audio,
div.one_video {
	clear: both;
	display: block;
}

div.one_audio {
}

div.one_video {
}


/* PROFILE */
p.profile_links a {
	margin-right: 10px;
}


/* WEBSHOP */
/* BASKET */
div.div-webshop {
}

div.div-webshop-basket {
}

table.basket {
	font-size: 0.95em;
	line-height: 150%;
	color: #555;
	margin: 0 0 10px 0;
	border-collapse: separate;
	border-spacing: 0px 15px;
}

table.basket tbody tr td.item {
	width: 210px;
}

table.basket tbody tr td.item a:link,
table.basket tbody tr td.item a:active,
table.basket tbody tr td.item a:visited {
	text-decoration: none !important;
	color: #555 !important;
}

table.basket tbody tr td.item a:hover {
	text-decoration: underline !important;
}

table.basket tbody tr td.count {
	width: 50px;
	text-align: right;
	padding-right: 10px;
}

table.basket tbody tr td.delete {
	width: 30px;
}

table.basket a.remove_item {
	display: block;
	width: 50px;
	text-indent: 0;
}

div.div-webshop-basket table.basket input.smallest {
	width: 30px;
}

div.basket_buttons a {
	float: right;
}


/* PROGRESS */
div.progress_steps {
	float: right;
	display: block;
	margin-top: 20px;
}

div.progress_steps p {
	color: #777;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}


/* CRUMBTRAIL */
div.crumbtrail {
	display: block;
}

div.crumbtrail p a:link,
div.crumbtrail p a:active,
div.crumbtrail p a:visited {
	color: #777 !important;
	text-decoration: none !important;
}

div.crumbtrail p a:hover {
	color: #777 !important;
	text-decoration: underline !important;
}


/* CHILD MENU */
div.child_menu,
div.child_menu div {
}

div.child_menu {
	padding: 0;
	margin: 0;
}

div.child_menu div {
	padding: 0;
	margin: 0;
}

div.child_menu div a {
	padding: 10px 0 10px 5px;
	margin: 0;
	border-bottom: 1px dotted #ddd;
	display: block;
	color: #975d19 !important;
}

div.child_menu > div > div:hover {
	background: #f9f9f9;
}

div.child_menu div a:hover {
	color: #000 !important;
}

div.child_menu div.selected a {
	color: #000 !important;
	font-weight: bold !important;
}

div.child_menu div.level_0_selected a,
div.child_menu div.level_1_selected a {
	color: #296CAF !important;
	font-weight: bold !important;
}

div.child_menu div.level_0 a {
	background: url("../images/icon-arrow.png") no-repeat 0px 16px;
	padding-left: 14px;
}

div.child_menu div.level_1 a {
	padding: 5px 0 5px 20px;
	font-size: 0.9em;
}

div.child_menu div.level_2 a {
	padding: 5px 0 5px 20px;
	font-size: 0.9em;
}




table.full_width {
	width: 100%;
}

/* BLOCKS */
div.box-separator {
	margin-bottom: 10px;
	padding: 0 0 20px 0px;
}

div.box-separator > div {
	padding: 0;
	margin: 0;
}

div.no-box-separator {
	background: none;
}


/* BANNERS */
div.div-banner > div {
	margin: 0;
}

div.banner-height-60 {
	height: 60px;
	text-align: center;
}

/* LIST OF FILES */
div.list_of_files > div > div {
	padding-bottom: 5px;
	padding-top: 5px;
}

div.list_of_files > div > div h3 {
	font-size: 1.3em;
}

div.list_of_files a.download {
}

sup.file_notification {
	color: #b44;
	vertical-align: 10%;
	font-size: 1em;
	padding-left: 2px;
}

/* COLORS */
span.grey {
	color: #aaa;
}

span.grey > a {
	color: #aaa !important;
}

span.grey > a:hover {
	text-decoration: underline !important;
}

/* SIZES */
span.small {
	font-size: 0.9em;
}

span.smallest {
}

/* GOOGLE MAPS */
div.div_google_map {
	display: block;
	width: 494px;
	height: 290px;
}

div.div_google_map div div.map_canvas {
	width: 494px;
	height: 290px;
	display: block;
}

div.div_google_map > div {
	margin: 0;
}

/* FLICKR */
div.div-flickr {
}

div.div-flickr > div > div.flickr-photoset {
}

div.div-flickr > div > div.flickr-photoset a {
	margin: 4px;
}

div.div-flickr > div > div.flickr-photoset a img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* LASTFM */
div.div-lastfm {
}

div.div-lastfm > div > p {
	display: block;
	clear: both;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	min-height: 45px;
}

div.div-lastfm > div > p span.lastfm-album,
div.div-lastfm > div > p span.lastfm-album-default {
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 3px;
	width: 34px;
	height: 34px;
	float: left;
	margin-right: 8px;
	overflow: hidden;
}

div.div-lastfm > div > p span.lastfm-album img {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 34px;
	height: 34px;
}

/* TAGS */
p.tags {
	background: url("../images/tag_blue.png") no-repeat 0 8px;
	padding-left: 20px;
	color: #999;
	font-size: 0.9em;
}


/* LOGIN */
body#login {
	background: #eef3f4;
}

#wrapper_login {
}

#container_login {
	border: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-box-shadow: 0 0 15px #A0BCD0;
	-webkit-box-shadow: 0 0 15px #A0BCD0;
}

#wrapper_login h1 {
	color: #354e53;
	text-shadow: 1px 1px 0px #f5f5fa;
}

#container_login form p input {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 6px 5px;
	padding: 5px;
	border: 3px solid rgb(210, 210, 200);
	color: rgb(50, 50, 40);
	font-size: 13px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	outline: none;
}

#container_login form p input:hover {
	border-color: rgb(180, 180, 170);
}

#container_login form p input:focus {
	border-color: #86acc3;
	background-color: #f6fbfe;
}

#container_login form p input.button {
	background-image: none;
	cursor: pointer;
	width: auto;
	color: #fff !important;
	background-color: #498CCF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 8px 20px 10px 20px;
	border: none;
	text-shadow: none;
	float: none;
	font-weight: bold;
	font-size: 1.1em;
	line-height: normal;
}

#container_login form p input.button:hover {
	background-color: #296CAF;
	cursor: pointer;
	border-color: #f55;
}

/* TAGCLOUD */
div.div-tagcloud {
	text-align: center;
}

a.tag-size-1 {
	font-size: 2.6em;
	margin: 0 5px;
	font-weight: bold;
}

a.tag-size-2 {
	font-size: 1.7em;
	margin: 0 4px;
	font-weight: bold;
}

a.tag-size-3 {
	font-size: 1.2em;
	margin: 0 3px;
}

a.tag-size-4 {
	font-size: 0.9em;
	margin:0 2px;
}

a.tag-size-5 {
	font-size: 0.7em;
	margin: 0 2px;
}


/* ------------------------------------------------------------------------------ */
/* Add new elements after here -------------------------------------------------- */

/*
#containerMenu,
#container_pageheader,
#container_main {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 8px;
}

#container_pageheader img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

*/

/* ---------------------------------------------------- */

	#containerMenu {
	}
	
	#container_pageheader {
	}
	
	#container_pageheader img {
	}

	#container_main {
		-moz-border-radius-bottomleft: 4px;
		-moz-border-radius-bottomright: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
	}

/* ---------------------------------------------------- */
	
#content_login_etc {
	width: 400px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 120px;
}

div.other_companies {
	display: block;
	float: left;
	width: 400px;
	padding-top: 10px;
}

div.login_form {
	display: block;
	float: right;
	position: absolute;
	width: 293px;
	bottom: 0;
	right: 0;
	margin-bottom: 10px;
}

a.company_pde,
a.company_propile {
	display: block;
	overflow: hidden;
	height: 32px;
	text-indent: -9999px;
	float: right;
}

a.company_pde {
	background: url("../images/logo-pde-propile.png") no-repeat 0 0;
	width: 68px;
	margin-right: 10px;
}

a.company_propile {
	background: url("../images/logo-pde-propile.png") no-repeat -84px 0;
	width: 98px;
}

a.company_pde:hover,
a.company_propile:hover {
	background-position-y: -32px;
}

label.input-label {
	display: none;
}

input.input-username,
input.input-password {
	background: url("../images/bg-input-text.png") no-repeat top left;
	display: block;
	width: 100px;
	height: 20px;
	border: none;
	outline: none;
	z-index: 1;
	font-size: 1em;
	float: left;
	
	padding: 0px 8px 8px 8px;
	margin: 0;	
}

input.input-username:focus,
input.input-password:focus {
	color: #000;
}

input.input-submit-login {
	background: url("../images/bg-input-submit.png") no-repeat top left;
	display: block;
	width: 61px;
	height: 28px;
	border: none;
	outline: none;
	z-index: 1;
	font-size: 1em;
	color: #fff;
	cursor: pointer;
	
	padding: 0 0px 3px 0px;
	margin: 0;
}

input.no-text {
	color: #aaa;
}

div.wrapper_boxes {
	width: 628px;
	height: 217px;
	display: block;
	clear: both;
}

div.palbox {
	background: url("../images/bg-box.png") no-repeat top left;
	display: block;
	position: relative;
	float: left;
	
	width: 274px;
	height: 192px;
	
	padding: 15px 15px 10px 15px;
}

div.palbox_1 {
	margin-right: 20px;
}

div.palbox p.palbox_logo {
	text-align: center;
}

div.palbox p.palbox_text {
	text-align: left;
}


div.palbox p.palbox_readmore {
	position: absolute;
	bottom: 10px;
	right: 15px;
}

div.palbox p.palbox_readmore a {
	background: url("../images/btn-readmore.png") no-repeat bottom right;
	padding: 0 30px 0 0;
	height: 24px;
	line-height: 24px;
	display: block;
}

div.palbox p.palbox_readmore a:hover {
	background-position: top right;
}

div.languages {
	display: block;
	width: 170px;
	height: 38px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	padding-right: 10px;
}

div.languages a {
	margin-left: 10px;
	height: 38px;
	display: block;
	float: right;
	line-height: 38px;
	text-decoration: none;
	color: #999;
}

div.languages a img {
	padding-right: 5px;
}

div.languages a:hover {
	color: #f9a23c;
}