﻿/* Start ui.all, ends at 540 */

/*UI accordion*/
.ui-accordion {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
	border-bottom: 1px solid #d3d3d3;
}
.ui-accordion-group {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	border: 1px solid #d3d3d3;
	border-bottom: none;
}
.ui-accordion-header {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	cursor: pointer;
	background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-accordion-header a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	display: block;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	padding: .5em .5em .5em 1.7em;
	color: #555555;
	background: url(images/888888_7x7_arrow_right.gif) .5em 50% no-repeat;
}
.ui-accordion-header a:hover {
	background: url(images/454545_7x7_arrow_right.gif) .5em 50% no-repeat;
	color: #212121;
}
.ui-accordion-header:hover {
	background: #dadada 0 50% repeat-x;
	color: #212121;     
}
.selected .ui-accordion-header, .selected .ui-accordion-header:hover {
	background: #ffffff 0 50% repeat-x;
}
.selected .ui-accordion-header a, .selected .ui-accordion-header a:hover {
	color: #212121;
	background: url(images/454545_7x7_arrow_down.gif) .5em 50% no-repeat;
}
.ui-accordion-content {
	background: #ffffff 0 0 repeat-x;
	color: #222222;
	font-size: 1em;
}
.ui-accordion-content p {
	padding: 1em 1.7em 0.6em;
}
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #d3d3d3;
	bottom: -1px;
}
.ui-tabs-nav ul {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #d3d3d3;
	border-right: none;
}
.ui-tabs-nav li a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	padding: .5em 1.7em;
	color: #555555;
	background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-tabs-nav li a:hover {
	background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	color: #212121;
}
.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #ffffff;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	color: #212121;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	clear:left;
	border: 1px solid #d3d3d3;
	background: #ffffff 0 0 repeat-x;
	color: #222222;
	padding: 1.5em 1.7em;	
	font-size: 1.1em;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px;*/
}
.ui-slider {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
	background: #ffffff 0 0 repeat-x;
	border: 1px solid #aaaaaa;
	height: .8em;
	position: relative;
}
.ui-slider-handle {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	position: absolute;
	z-index: 2;
	top: -3px;
	width: 1.2em;
	height: 1.2em;
	background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border: 1px solid #d3d3d3;
}
.ui-slider-handle:hover {
	background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border: 1px solid #999999;
}
.ui-slider-handle-active, .ui-slider-handle-active:hover {
	background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	border: 1px solid #aaaaaa;
}
.ui-slider-range {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	height: .8em;
	background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	position: absolute;
	border: 1px solid #d3d3d3;
	border-left: 0;
	border-right: 0;
	top: -1px;
	z-index: 1;
	opacity:.7;
	filter:Alpha(Opacity=70);
}
.ui-dialog {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
	background: #ffffff 0 0 repeat-x;
	color: #222222;
	border: 4px solid #aaaaaa;
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
}
.ui-resizable .ui-resizable-handle {
	display: block; 
}
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
.ui-resizable-n { 
	cursor: n-resize; 
	height: 7px; 
	width: 100%; 
	top: -5px; 
	left: 0px;  
}
.ui-resizable-s { 
	cursor: s-resize; 
	height: 7px; 
	width: 100%; 
	bottom: -5px; 
	left: 0px; 
}
.ui-resizable-e { 
	cursor: e-resize; 
	width: 7px; 
	right: -5px; 
	top: 0px; 
	height: 100%; 
}
.ui-resizable-w { 
	cursor: w-resize; 
	width: 7px; 
	left: -5px; 
	top: 0px; 
	height: 100%;
}
.ui-resizable-se { 
	cursor: se-resize; 
	width: 13px; 
	height: 13px; 
	right: 0px; 
	bottom: 0px; 
}
.ui-resizable-sw { 
	cursor: sw-resize; 
	width: 9px; 
	height: 9px; 
	left: 0px; 
	bottom: 0px;  
}
.ui-resizable-nw { 
	cursor: nw-resize; 
	width: 9px; 
	height: 9px; 
	left: 0px; 
	top: 0px; 
}
.ui-resizable-ne { 
	cursor: ne-resize; 
	width: 9px; 
	height: 9px; 
	right: 0px; 
	top: 0px; 
}
.ui-dialog-titlebar {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	padding: .5em 1.5em .5em 1em;
	color: #555555;
	background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border-bottom: 1px solid #d3d3d3;
	font-size: 1em;
	font-weight: normal;
	position: relative;
}
.ui-dialog-title {}
.ui-dialog-titlebar-close {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: url(images/888888_11x11_icon_close.gif) 0 0 no-repeat;
	position: absolute;
	right: 8px;
	top: .7em;
	width: 11px;
	height: 11px;
	z-index: 100;
}
.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
	background: url(images/454545_11x11_icon_close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close:active {
	background: url(images/454545_11x11_icon_close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close span {
	display: none;
}
.ui-dialog-content {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	color: #222222;
	padding: 1.5em 1.7em;	
}
.ui-dialog-buttonpane {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: left;
	border-top: 1px solid #aaaaaa;
	background: #ffffff;
}
.ui-dialog-buttonpane button {
	margin: .5em 0 .5em 8px;
	color: #555555;
	background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	font-size: 1em;
	border: 1px solid #d3d3d3;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	line-height: 1.4em;
}
.ui-dialog-buttonpane button:hover {
	color: #212121;
	background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border: 1px solid #999999;
}
.ui-dialog-buttonpane button:active {
	color: #212121;
	background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	border: 1px solid #aaaaaa;
}
.ui-dialog.ui-draggable .ui-dialog-titlebar,
.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
	margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	background: #ffffff 0 0 repeat-x;
	font-size: 1.1em;
	border: 4px solid #aaaaaa;
	width: 15.5em;
	padding: 2.5em .5em .5em .5em;
	position: relative;
}
.ui-datepicker-div, #ui-datepicker-div {
	z-index: 9999; /*must have*/
	display: none;
}
.ui-datepicker-inline {
	float: left;
	display: block;
}
.ui-datepicker-control {
	display: none;
}
.ui-datepicker-current {
	display: none;
}
.ui-datepicker-next, .ui-datepicker-prev {
	position: absolute;
	left: .5em;
	top: .5em;
	background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-datepicker-next {
	left: 14.6em;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
	background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-datepicker-next a, .ui-datepicker-prev a {
	text-indent: -999999px;
	width: 1.3em;
	height: 1.4em;
	display: block;
	font-size: 1em;
	background: url(images/888888_7x7_arrow_left.gif) 50% 50% no-repeat;
	border: 1px solid #d3d3d3;
	cursor: pointer;
}
.ui-datepicker-next a {
	background: url(images/888888_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:hover {
	background: url(images/454545_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:hover {
	background: url(images/454545_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:active {
	background: url(images/454545_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:active {
	background: url(images/454545_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-header select {
	border: 1px solid #d3d3d3;
	color: #555555;
	background: #e6e6e6;
	font-size: 1em;
	line-height: 1.4em;
	position: absolute;
	top: .5em;
	margin: 0 !important;
}
.ui-datepicker-header option:focus, .ui-datepicker-header option:hover {
	background: #dadada;
}
.ui-datepicker-header select.ui-datepicker-new-month {
	width: 7em;
	left: 2.2em;
}
.ui-datepicker-header select.ui-datepicker-new-year {
	width: 5em;
	left: 9.4em;
}
table.ui-datepicker {
	width: 15.5em;
	text-align: right;
}
table.ui-datepicker td a {
	padding: .1em .3em .1em 0;
	display: block;
	color: #555555;
	background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	cursor: pointer;
	border: 1px solid #ffffff;
}
table.ui-datepicker td a:hover {
	border: 1px solid #999999;
	color: #212121;
	background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
table.ui-datepicker td a:active {
	border: 1px solid #aaaaaa;
	color: #212121;
	background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
}
table.ui-datepicker .ui-datepicker-title-row td {
	padding: .3em 0;
	text-align: center;
	font-size: .9em;
	color: #222222;
	text-transform: uppercase;
}
table.ui-datepicker .ui-datepicker-title-row td a {
	color: #222222;
}
.ui-datepicker-cover {
	display: none;
	display/**/: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px;
}
.ui-component {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-component-content {
	border: 1px solid #aaaaaa;
	background: #ffffff 0 0 repeat-x;
	color: #222222;
}
.ui-component-content a {
	color: #222222;
	text-decoration: underline;
}
.ui-default-state {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	font-weight: normal;
	color: #555555 !important;
}
.ui-default-state a {
	color: #555555;
}
.ui-default-state:hover, .ui-hover-state {
	border: 1px solid #999999;
	background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	font-weight: normal;
	color: #212121 !important;
}
.ui-hover-state a {
	color: #212121;
}
.ui-default-state:active, .ui-active-state {
	border: 1px solid #aaaaaa;
	background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	font-weight: normal;
	color: #212121 !important;
	outline: none;
}
.ui-active-state a {
	color: #212121;
	outline: none;
}
/*icons*/
.ui-arrow-right-default {background: url(images/888888_7x7_arrow_right.gif) no-repeat 50% 50%;}
.ui-arrow-right-default:hover, .ui-arrow-right-hover {background: url(images/454545_7x7_arrow_right.gif) no-repeat 50% 50%;}
.ui-arrow-right-default:active, .ui-arrow-right-active {background: url(images/454545_7x7_arrow_right.gif) no-repeat 50% 50%;}
.ui-arrow-right-content {background: url(images/222222_7x7_arrow_right.gif) no-repeat 50% 50%;}

.ui-arrow-left-default {background: url(images/888888_7x7_arrow_left.gif) no-repeat 50% 50%;}
.ui-arrow-left-default:hover, .ui-arrow-left-hover {background: url(images/454545_7x7_arrow_left.gif) no-repeat 50% 50%;}
.ui-arrow-left-default:active, .ui-arrow-left-active {background: url(images/454545_7x7_arrow_left.gif) no-repeat 50% 50%;}
.ui-arrow-left-content {background: url(images/222222_7x7_arrow_left.gif) no-repeat 50% 50%;}

.ui-arrow-down-default {background: url(images/888888_7x7_arrow_down.gif) no-repeat 50% 50%;}
.ui-arrow-down-default:hover, .ui-arrow-down-hover {background: url(images/454545_7x7_arrow_down.gif) no-repeat 50% 50%;}
.ui-arrow-down-default:active, .ui-arrow-down-active {background: url(images/454545_7x7_arrow_down.gif) no-repeat 50% 50%;}
.ui-arrow-down-content {background: url(images/222222_7x7_arrow_down.gif) no-repeat 50% 50%;}

.ui-arrow-up-default {background: url(images/888888_7x7_arrow_up.gif) no-repeat 50% 50%;}
.ui-arrow-up-default:hover, .ui-arrow-up-hover {background: url(images/454545_7x7_arrow_up.gif) no-repeat 50% 50%;}
.ui-arrow-up-default:active, .ui-arrow-up-active {background: url(images/454545_7x7_arrow_up.gif) no-repeat 50% 50%;}
.ui-arrow-up-content {background: url(images/222222_7x7_arrow_up.gif) no-repeat 50% 50%;}

.ui-close-default {background: url(images/888888_11x11_icon_close.gif) no-repeat 50% 50%;}
.ui-close-default:hover, .ui-close-hover {background: url(images/454545_11x11_icon_close.gif) no-repeat 50% 50%;}
.ui-close-default:active, .ui-close-active {background: url(images/454545_11x11_icon_close.gif) no-repeat 50% 50%;}
.ui-close-content {background: url(images/454545_11x11_icon_close.gif) no-repeat 50% 50%;}

.ui-folder-closed-default {background: url(images/888888_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
.ui-folder-closed-default:hover, .ui-folder-closed-hover {background: url(images/454545_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
.ui-folder-closed-default:active, .ui-folder-closed-active {background: url(images/454545_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
.ui-folder-closed-content {background: url(images/888888_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}

.ui-folder-open-default {background: url(images/888888_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
.ui-folder-open-default:hover, .ui-folder-open-hover {background: url(images/454545_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
.ui-folder-open-default:active, .ui-folder-open-active {background: url(images/454545_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
.ui-folder-open-content {background: url(images/454545_11x11_icon_folder_open.gif) no-repeat 50% 50%;}

.ui-doc-default {background: url(images/888888_11x11_icon_doc.gif) no-repeat 50% 50%;}
.ui-doc-default:hover, .ui-doc-hover {background: url(images/454545_11x11_icon_doc.gif) no-repeat 50% 50%;}
.ui-doc-default:active, .ui-doc-active {background: url(images/454545_11x11_icon_doc.gif) no-repeat 50% 50%;}
.ui-doc-content {background: url(images/222222_11x11_icon_doc.gif) no-repeat 50% 50%;}

.ui-arrows-leftright-default {background: url(images/888888_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
.ui-arrows-leftright-default:hover, .ui-arrows-leftright-hover {background: url(images/454545_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
.ui-arrows-leftright-default:active, .ui-arrows-leftright-active {background: url(images/454545_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
.ui-arrows-leftright-content {background: url(images/222222_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}

.ui-arrows-updown-default {background: url(images/888888_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
.ui-arrows-updown-default:hover, .ui-arrows-updown-hover {background: url(images/454545_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
.ui-arrows-updown-default:active, .ui-arrows-updown-active {background: url(images/454545_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
.ui-arrows-updown-content {background: url(images/222222_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}

.ui-minus-default {background: url(images/888888_11x11_icon_minus.gif) no-repeat 50% 50%;}
.ui-minus-default:hover, .ui-minus-hover {background: url(images/454545_11x11_icon_minus.gif) no-repeat 50% 50%;}
.ui-minus-default:active, .ui-minus-active {background: url(images/454545_11x11_icon_minus.gif) no-repeat 50% 50%;}
.ui-minus-content {background: url(images/222222_11x11_icon_minus.gif) no-repeat 50% 50%;}

.ui-plus-default {background: url(images/888888_11x11_icon_plus.gif) no-repeat 50% 50%;}
.ui-plus-default:hover, .ui-plus-hover {background: url(images/454545_11x11_icon_plus.gif) no-repeat 50% 50%;}
.ui-plus-default:active, .ui-plus-active {background: url(images/454545_11x11_icon_plus.gif) no-repeat 50% 50%;}
.ui-plus-content {background: url(images/222222_11x11_icon_plus.gif) no-repeat 50% 50%;}

/*hidden elements*/
.ui-hidden {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
.ui-accessible-hidden {
	 position: absolute; left: -99999999px;
}
/*reset styles*/
.ui-reset {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
/*clearfix class*/
.ui-clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.ui-clearfix {display: inline-block;}
* html .ui-clearfix {height: 1%;}
.ui-clearfix {display: block;}


/* END ui.all */


/* Start main style, ends at 3930 */

/* Standard tag styles */
/*
body {
	background-image: url('/_layouts/images/Precio/SocExternal/thin_topcolors.jpg');
	background-position: 0px 210px;
	background-repeat: repeat-x;
}
*/
.topSeparator {
	border-bottom: solid 3px #87d3c1;
	margin-bottom: 1.5em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	height:1px!important;
	margin:0!important;
}

.clear-publication 
{
    /*clear:both;*/	
	height:1px!important;
	margin:0!important;	
}

.bold
{
    font-weight: bold;
}

hr {
	margin-top: 2px;
	border-style: none;
}

a {
	text-decoration: none;
}

a:visited {
}

a:hover {
    text-decoration: none;
}

/* END */

#socextBRTag {
	padding-bottom: 20px;
}

#socextRightContainer {
	position: absolute;
	top: 62px;
	width: 0px;
	left: 0px;
}

.scrollContainer {
	overflow: auto;
	position: relative;
	height: 100%;
	width: 100%;
}

#socextMainContainer {
	width: 932px;
	margin:0px auto;
}

#socextShadeBg {
	float: left;
	width: 958px;
	height: 100%;
	background-image: url('/_layouts/images/Precio/SocExternal/shadebg.jpg');
	background-position: 0px 210px;
	background-repeat: no-repeat;
}

#socextMainContainer div {
	display: inline;
}

#socextMainContentArea {
	float: left;
	background-color: #ffffff;
	color: inherit;
	width: 940px;
	margin-left: 8px;
	margin-right: 9px;
}

#socextMainContentArea div {
	display: block;/*border: 1px solid purple;*/
}

#socextHeader {
/*padding: 3px;
	height: 85px;
	margin-bottom: 15px;*/
}

#socextHeader div {
	display: inline;
}

#socextLogoHolder {
	width: 230px;
	position: absolute;
}

#socextLogoHolder img {
	bottom: 0px;
	margin-top: 38px;
}

#socextSearchInput {
	border: 0px;
	height: 80px;
	margin-left: 250px;
}

.socextSearchInputRow {
	display: block;
}

#socextSearchImage {
	width: 39px;
	height: 41px;
	position: absolute;
	margin-top: 18px;
}

#socextSearchTextbox {
	width: 317px;
	height: 43px;
	position: absolute;
	margin-left: 55px;
	margin-top: 18px;
}

#socextTopHelpLinks {
	position: absolute;
	margin-left: 430px;
	margin-top: 30px;
	padding-bottom: 2px;
}

.socextHelpLink {
	padding-left: 6px;
	background-image: url('/_layouts/images/Precio/SocExternal/top_helpbullet.jpg');
	background-position: 0px 6px;
	background-repeat: no-repeat;
	font-size: 0.8em;
}

.socextHelpLink a {
	margin-right: 10px;
}

.socextGradLeftSide {
	left: 0px;
}

.socextGradRightSide {
	right: 0px;
}

.socextSideBorderGrad {
	width: 1px;
	height: 21px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-repeat: no-repeat;
}

#socextAoLinks {
	margin-top: 18px;
	margin-left: 240px;
	font-size: 0.95em;
}

#socextAoLinks a {
	color: #555555;
	background-color: inherit;
	border-style: none;
}

#socextAoLinks, #socextTopTools {
	background-image: url('/_layouts/images/Precio/SocExternal/aobg.jpg');
	background-repeat: repeat-x;
	color: inherit;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	position: absolute;
	top: 45px;
}

#socextTopTools {
	margin-left: 690px;
	font-size: 0.8em;
	margin-top: 18px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
}

#socextContactLink {
	background-image: url('/_layouts/images/Precio/SocExternal/small_letter.jpg');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 2px;
}

#socextContactLink a, #socextTopHelpLinks a {
	color: #000000;
	background-color: inherit;
}

#socextLanguagePicker {
	margin-left: 10px;
	background-image: url('/_layouts/images/Precio/SocExternal/languagepickerbg.jpg');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 6px;
}
/*
#socextFooter {
	padding: 3px;
	padding-top: 10px;
	clear: both;
	border-top: solid 3px #383a44;
}
*/
#socextFooter h2 {
    color: #003a63;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    font-family: Arial;
    padding-bottom: 0px;
    margin-top: 0px;
        
    /*
	font-size: 1.7em;
	font-weight: bold;
	font-family:Arial;
*/
}
/*
#socextFooter div {
	display: inline;
	width: 230px;
	float: left;
}
*/
#socextQuickLinkArea 
{
    float: left;
    margin-left: 8px;
    margin-top: 8px;
    width: 228px;    
    /*
	float: left;
	display: inline;
	width: 230px;
	margin-left: 40px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
*/
}

#socextQuickLinkArea p {
/*font-size: 0.75em;*/
}


#socextMainContainer #socextPageContentAreaTotal {
    width: 942px;
    display: block;
}

#socextPageContentArea 
{
    /*margin-top: 8px;
    background: none repeat scroll 0 0 #ffffff;
    color: #041E27;
    float: left;
    
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #E4EAEE;
    width: 654px;
    
    
	display: inline;
	float: right;
	width: 590px;

	
	margin-left: 15px;
	margin-right: 30px;

	margin-top: 20px;
	margin-bottom: 10px;
	min-height: 400px;
	*/
	
    margin-top: 8px;
    background: none repeat scroll 0 0 #ffffff;
    color: #333333;
    float: left;
    
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #e4eaee;
    width: 654px;
    /*
    
	display: inline;
	float: right;
	width: 590px;
*/
	/*
	margin-left: 15px;
	margin-right: 30px;
*/
/*
	margin-top: 20px;
	margin-bottom: 10px;
	min-height: 400px;
	*/
}

.soc-header-child 
{
    /*
    background: url("../images/soc-element-child.png") no-repeat scroll 0 0 transparent;
*/
}

.sosPageImageHeader {
    position: absolute;
    right: 0;
    top: 0;
}
.soc-content-block-header {
    height: 253px;
    margin-left: -20px;
    width: 695px;
    position: relative;
}
.soc-content-block-header .soc-content-block-header-intro {
    background: url("/_layouts/images/Precio/SocExternal/soc-element-blue.png") no-repeat scroll -1px 0 transparent;
    color: #FFFFFF;
    font-weight: normal;
    height: 268px;
    opacity: 0.99;
    overflow: hidden;
    padding-left: 20px;
    padding-top: 20px;
    width: 675px;
}
.soc-content-block-header-intro h1 {
    font-size: 26px !important;
    font-style: normal;
    line-height: 30px;
    font-weight: normal;
    width: 475px;
    margin: 0px !important;
    color: #fff;
    padding: 0px !important;
}

#socextPageContentArea h1
{
    background: none repeat scroll 0 0 #00263E;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    margin: 0 -20px 20px;
    min-height: 19px;
    opacity: 0.99;
    padding: 11px 14px;
    /*
    padding-left: 14px;
    padding-top: 11px;
    padding-bottom: 11px;
    
    float: left;
*/
}

.socextPageContentArea-full {
	width:880px!important;
}

.atoo-contentarea {
	padding-top:15px;
    display: block !important;
    /*
	border-top:solid 3px #80bfaf
*/
}

#socextQuickLinkArea a 
{
    border-bottom: 1px solid #D2E6F4;
    color: #1C81C8;
    font-size: 13px;
    text-decoration: none;
    /*
	color: #574e28;
	background-color: inherit;
	text-decoration:none!important;
*/
    /*font-size: 1.1em;*/
}

#socextQuickLinkArea a.small
{
    /*
    font-size: 1.1em;
*/
}

#socextQuickLinkArea a:hover 
{
    border-bottom: 1px solid #003a63;
	text-decoration: none;
	color: #003a63;
	/*
	text-decoration:underline!important;
*/
}

#socextQuickLinkArea p.socextIngress a {
	font-size:0.77em;
	line-height:1.3em;
	font-weight:normal;
	color:#333333;
	display:block
}

#socextQuickLinkArea p.socextIngress a:hover {
	text-decoration:none!important
}

.published-date, .region, .type {
	font-size:0.85em;
	color:#666666
}

#socextQuickLinkArea ul.listing li p a {
	font-size:0.77em;
	line-height:1.3em;
	font-weight:normal;
	color:#333333;
	display:block
}

#socextQuickLinkArea ul.listing li p a:hover {
	text-decoration:none!important
}

.published-date, .region
{
    color: #5C707C;
    font-size: 11px;
    padding-top: 5px;
    display: block;
    /*
	font-size:0.85em;
	color:#666666
*/
}

.list-meta {
	font-size:1.1em;
	color:#666666
}

li .list-meta {
	font-size:0.85em;
}

p .list-meta {
	font-size:1em;
}

#socextQuickLinkArea hr {
	border: solid 1px #f0ead1;
}

#socextQuickLinkArea p
{
    font-size: 13px;
    line-height: 20px;
    padding: 0px 30px 15px 10px;
    margin: 0px;
    float: none;
    /*
	margin-top: 2px;
	margin-bottom: 6px;
	line-height:1.3em;
	font-size:1.1em;
*/
}

#socextQuickLinkArea p.newsintro {
	margin-bottom:2px!important
}

#socextMenuContainer {
	display: block;
}

#socextMenuContainer a {
	border: none;
}

#socextMenu2Row1 {
	display: block;
	background-image: url('/_layouts/images/Precio/SocExternal/topmenurow1bg2.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 32px;
}

#socextMenu2Row1 ul, .socextMenuBrightRow ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#socextMenu2Row1 ul li, .socextMenuBrightRow ul li {
	float: left;
	height: 100%;
}

#socextMenu2Row1 ul div {
	float: left;
	height: 100%;
	position: relative;
}

#socextMenu2Row1 li a, #socextMenu2Row1 li a:visited {
	color: #dadada;
	text-decoration: none;
	font-size: 0.9em;
	position: relative;
}

#socextMenu2Row1 li:hover a {
	color: #000000;
}

#socextMenu2Row1 div {
	display: inline;
}

.socextMenu2MenuItem {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.socextMenu2MenuItem:hover {
	background-color: #ffffff;
	background-image: none;
	border-top: solid 1px #d7d9d9;
}

#socextMenu2Row1 a:hover {
	color: #000000;
	background-color: inherit;
}

.socextMenu2MenuItemSelected {
	background-image: none;
	background-color: #ffffff;
	border-top: solid 1px #d7d9d9;
	border-right: solid 1px #d7d9d9;
	border-left: solid 1px #d7d9d9;
	height: 28px !important;
}

.socextMenu2MenuItemSelected a, .socextMenu2MenuItemSelected a:visited {
	color: #000000 !important;
}

#socextMenu2LeftSide {
	float: left;
	background-image: none;
}

#socextMenu2RightSide {
	background-image: none;
	float: right !important;
}

.socextMenuBrightRow {
	display: block;
	margin-top: 1px;
	height: 28px;
}

.socextMenuBrightRow ul li {
	border-left: solid 1px #d7d9d9;
	border-right: solid 1px #d7d9d9;
	/*border-bottom: solid 1px #d7d9d9;
	border-top: solid 1px  #d7d9d9;*/
	border-collapse: collapse;
	padding-left: 15px;
	padding-right: 15px;
}

.socextMenuBrightRow ul li a {
	color: #666666;
	background-color: inherit;
	font-size: 0.8em;
	font-weight: 500;
	text-decoration: none;
	margin-top: 5px;
}

.socextMenuBrightRow ul li:hover a {
	color: #000000;
}

.socextMenuBrightRow ul {
	border-top: solid 1px #d7d9d9;
	border-bottom: solid 1px #d7d9d9;
	background-image: url('/_layouts/images/Precio/SocExternal/topmenurow2bg.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.socextBrightRowItemSelected a {
	font-weight: bold !important;
}

#socextBreadCrumb {
	/*margin-bottom: 10px;
	color: #000000;*/
	margin-bottom: 10px;
	color: #333333;
}

#socextBreadCrumb div {
	display: inline;
	line-height: 18px;
}

#socextBreadCrumb a, #socextBreadCrumb a:visited {
	/*color: #383a44;
	background-color: inherit;*/
	color: #333333;
	background-color: inherit;
	
}

#socextBreadCrumb a:hover {
    border-bottom: 1px solid #003a63;
}

.socextBreadCrumbCurrent {
	font-weight: bold;
}

.socextBreadCrumbSeparator {
	margin-right: 3px;
	margin-left: 3px;
}

/* Listings */

ul.listing {
	list-style-type: none !important;
	margin: 0px!important;
	padding: 0px!important;
	margin-top:15px;
}

ul.listing li {
	padding: 0px!important;
}

ul.listing.twoColumns {
	float: left;
	width: 50%;
}
/*
ul.listing.twoColumns li {
	width: 95%;
	overflow:hidden;
	white-space: nowrap;/*text-overflow: ellipsis;*/
	/*
}
*/
ul.listing li 
{
    margin-bottom: 30px;
    /*
	margin-bottom: 15px; /*updated by winston*/
	*/
	background: none!important;
}

ul.listing li p span {
    font-size: 1em;
}

ul.listing li a.title 
{
    /*
	display:block;
	font-weight:bold;
*/
}

ul.listing li span.region, ul.listing li span.type {
	padding-left:7px;
	border-left:solid 1px #666666;
}

ul.listing li span.published-date 
{
    line-height: 1;
    margin-bottom: 15px;
    /*
	margin-right:7px;
*/
}

ul.listing li div.header {
	font-weight: bold;
}

ul.listing li div.intro {
	margin-left: 10px;
	font-size: 0.85em;
}

div.listingPager span span 
{
    /*
	font-size: 1.3em;
*/
	font-weight: bold;
	margin: 0 0 7px;
    padding-top: 8px;
    display: inline-block;
}

div.listingPager {
	clear: both;
}


/* SiteSeeker styles*/
.ess-resheader
{
    /*
	font-size:1.2em !important;
*/
    line-height: 18px;
	width: 81%;
}

.ess-hide-text
{
	/*font-size: 1.2em !important;*/
}
.ess-pagenav
{
	font-size: 1.2em !important;
}

p.sort {
	font-weight:bold;
	line-height:1em;
}

p.sort a {
	font-weight:normal;
	color:#333333
}

p.sort .selected {
    color: #574E28 !important;
}

.soc-sort-active {
    background-color: #b9c9d5;
} 
 
#socextPageContentArea a.selected, #socextPageContentArea a.selected:hover
{
	color: #574E28;
	text-decoration: none !important;
}

#socextPageContentArea a.selectedno-border 
{
	padding-left: 0px;
	color: #574E28;
	text-decoration: none !important;
	border: none !important
}

/*p.sort span a, */ p.sort span, p.sort > a 
{
    /*
    padding:0 10px;
	border-left:solid 1px #696969;
	line-height: 20px;
*/
}

p.sortOverview span, p.sortOverview > a {
    display: block;
    width: 100%;
	line-height: 20px;
	color: #444444;
}

p.sort select, p.sort option {
	font-weight: normal;
	font-size: 1em;
}

div.sort 
{
    /*
	font-weight:bold;
	line-height:1em;
*/
}

div.sort span 
{
    /*
	font-weight:bold;
	line-height:1em;
*/
}

div.sort a {
	font-weight:normal;
	color:#333333
}

div.sort span a, div.sort span span {
	padding:0 2px;
}

.newsheader 
{
    /*
	font-weight:bold
*/
}

ul.listing li div.newsintro {
	font-size: 0.70em;
	line-height: 15pt;
}

ul.listing li div.newsintro p, ul.listing li div.intro p {
	font-size: 1.0em;
}

.listingContainer {
	clear: both;
    width: 500px;
    
 /*   padding-bottom: 15px;
	padding-right: 160px;
*/
}

.listingContainer p.sort 
{
    margin-right: -174px;
}

h1.OAHeading {
	float: right;
	font-size: 120px;
	border: solid 1px #e4eaee;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	margin-top: 0px;
	color: #003A63;
    background-color: #ffffff;
}

#aoListingContainer {
	font-size: 0.8em;
	line-height: 1.4em;
}

/* SOSFS */

ul.sosfslisting {
	list-style-type:none;
	margin:15px;
	padding:0px;
}

ul.sosfslisting li {
	margin-bottom: 10px;
}

ul.sosfslistingplain {
	list-style-type:none;
	margin:15px 0px 15px 0px;
	padding:0px;
	width:430px !important;
}

ul.sosfslistingplain li {
	margin-bottom: 10px;
}

ul.sosfslisting li div.sosfsheader {
	font-size: 0.8em;
	line-height: 15pt;
}

ul.sosfslisting li div.sosfsintro {
	font-size: 0.8em;
	line-height: 15pt;
}

ul.sosfslistingplain li div.sosfsheader {
	font-size: 0.8em;
	line-height: 15pt;
}

ul.sosfslistingplain li div.sosfsintro {
	font-size: 0.8em;
	line-height: 15pt;
}

/* END SOSFS */

/* Publikationer */

#actionLinks ul {
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;
	margin: 0px;
	font-size: 1.0em;
}

#actionLinks ul li {
	background-color: #528075;
	margin: 10px 0px;
}

#actionLinks ul li a {
	display: block;
	color: #ffffff;
	border: none;
}

/*h4
h4 
{
	margin: 13px 0px 0px;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.94em;
	font-weight: 700;
	line-height: 10.92pt;
}*/

ul.tablisting {
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px 2px 17px;
}

ul.tablisting li {
	padding:0px 0px 6px 16px;
	background: url('/_layouts/images/Precio/SocExternal/bullet.gif') no-repeat 0px 8px;
}

ul.tablisting li div.header {
	font-size: 0.75em;
	line-height: 10pt;
}

ul.tablisting li div.header {
	font-size: 0.75em;
	line-height: 10pt;
}
/*
div.radpageview h2 {
	padding-bottom: 4px;
	border-bottom: #87d3c1 2px solid;
	margin-left: 10px !important;
	margin-right: 10px !important;
	font-family:Arial, Helvetica, sans-serif
}
*/
/*
div.radpageview p 
{
	margin-left: 12px !important;
}
*/

div.radpageview h3 {
	padding:10px 0 0 0;
	margin-left: 10px! important;
	font-size:1.3em;
}

div.radpageview div.padding {
	padding-bottom: 0px;
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.radpageview p.sort {
    width: 674px !important;
}

body {
    margin-top: 0px!important;
    margin-bottom: 0px;
}

#socextHeader {
	position:relative;
	float:left;
	width:932px;
	clear:both;
}

#socextHeader .logo {
	float:left;
	margin: 30px 0 0px 0;
	border:none
}

#socextHeader fieldset {
	border:none!important;
	padding:0!important
}

#socextHeader label, #socextHeader legend {
	display:none;
}

#socextHeader #header-search-box {
	float:right;
	font-family:arial, helvetica, sans-serif;
	margin:52px 0px 0 0
}

.searchbox {
    /*background: none repeat scroll 0 0 white;
    border: 1px solid #E3DACC;
    box-shadow: inset 0px 0px 5px 0px rgba(126, 85, 58, 0.38);
    color: #5c707c;
    display: inline-block;
    font-size: 16px;
    height: 36px;
    margin-right: 5px;
    padding-left: 10px;
    width: 375px;
      
    
	width:325px;
	height:29px;
	border:none;
	background:url(/_layouts/images/Precio/SocExternal/searchbox-bg.png) repeat-x top left;
	font-size:16px;
	padding:7px 10px 6px 10px;
	color:#555555;
	float:left;
*/
background: none repeat scroll 0 0 white;
    border: 1px solid #a6bbc8;
    box-shadow: inset 0px 0px 5px 0px rgba(166, 187, 200, 0.38);
    color: #5c707c;
    display: inline-block;
    font-size: 16px;
    height: 36px;
    margin-right: 5px;
    padding-left: 10px;
    width: 375px;
        
    /*
	width:325px;
	height:29px;
	border:none;
	background:url(/_layouts/images/Precio/SocExternal/searchbox-bg.png) repeat-x top left;
	font-size:16px;
	padding:7px 10px 6px 10px;
	color:#555555;
	float:left;
*/
}

.search-button {
    /*background: none repeat scroll 0 0 #60BB46;
    border: 1px solid #E3DACC;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 40px;
    vertical-align: top;
    width: 69px;
    
    
	width:65px;
	height:35px;
	background:url(/_layouts/images/Precio/SocExternal/search-btn-bg.png) repeat-x top left;
	border:none;
	color:#555555;
	font-size:1.4em; 
	cursor:pointer;
	float:left;
	margin-left:10px;
	font-weight:bold;
	text-align: center;
	text-decoration: none !important;	
*/	
    background: none repeat scroll 0 0 #509e2f;
    /*border: 2px solid #a6bbc8;*/
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight:bold;	
    height: 40px;
    vertical-align: top;
    width: 69px;
    border: none;
   

    
    /*
	width:65px;
	height:35px;
	background:url(/_layouts/images/Precio/SocExternal/search-btn-bg.png) repeat-x top left;
	border:none;
	color:#555555;
	font-size:1.4em; 
	cursor:pointer;
	float:left;
	margin-left:10px;
	font-weight:bold;
	text-align: center;
	text-decoration: none !important;	
*/	
}

.search-button:hover {
	/*background: #53a53c;*/
	background: #4a7729;
    text-decoration: underline !important;
}

a.search-button {
	background:url(/_layouts/images/Precio/SocExternal/search-btn-bg.png) no-repeat top right;
	text-align: center;
	border: 0;
	padding: 0 0 0 0;
	overflow: visible;
	float:right;
	margin-left:10px;
	cursor:pointer;
	margin-bottom:0 0 20px 0;
	text-decoration: none! important;
}

a.search-button span {
	background:url(/_layouts/images/Precio/SocExternal/search-btn-bg.png) no-repeat top left;
	position: relative;
	display: block;
	white-space: nowrap;
	height: 30px;
	padding: 2px 5px 0 5px;
	line-height:30px;
	color:#555555;
	font-weight:bold;
	margin-top: 0px!important;
}

#socextHeader {
	padding:0px!important;
	float:left;
}

#header-links 
{
   /* background: url("/_layouts/images/Precio/SocExternal/soc-header-topboard-bg.png") repeat-x scroll 0 0 #003A63;
   background: none repeat scroll 0 0 #003A63;   
    height: 33px;
    width: 100%;
    color: White;
    
	
*/
    background: url("/_layouts/images/Precio/SocExternal/soc-header-topboard-bg.png") repeat-x scroll 0 0 #00263e;
/*    background: none repeat scroll 0 0 #00263e;   */
    height: 33px;
    width: 100%;
    color: White;
    /*
	position:absolute;
	right:0px;
	top:0px;
	margin:0;
*/
}

#header-links img
{
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-top;    
}


#header-links li 
{
    color: white;
    float: left;
    font-size: 12px;
    height: 24px;
    letter-spacing: 1px;
    margin-right: 20px;
    opacity: 0.99;
    padding-top: 7px;
    width: auto;
    line-height: 18px;
}

#header-links a {
    border: medium none;
    color: White;
    text-decoration: none;
    /*
    
	padding:0.2em 1em;
	text-decoration:none!important;
	color:#333333;
	border-bottom:none!important;
	border-left: solid 1px #f3f2f2;
	border-right: solid 1px #dfdfdf;
	margin:0!important;
	display:block;
	float:left;
	font-size:1em;
*/
}

#header-links a:hover {
	text-decoration: none !important;
	border-bottom: 1px solid white;
	color: inherit;
/*
	text-decoration:underline!important;
	border-left: solid 1px #f3f2f2;
	border-right: solid 1px #dfdfdf;
*/
}

#header-links a.last {
	padding-right:0px;
	border-right:none
}

/* /Header links*/
#header-links a.first {
	border-left:none
}

#socextHeader ul {
	padding:0;
	list-style: none;
    margin: 0;
}

#socextHeader ul li {
	float:left
}

#socextHeader ul#alphabet-navigate {
    color: #1C81C8;
    font-size: 13px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 640px;    
    padding-top: 20px;
    
    /*
	height:37px;
	background: url(/_layouts/images/Precio/SocExternal/alphabetnav-bg.gif) no-repeat 0 5px;
	float:left;
	width:940px;
	margin:0!important
*/
}

#socextHeader ul#alphabet-navigate li {
	float:left;
	/*
	height:27px;
	width:32px;
	text-align:center;
	background:url(/_layouts/images/Precio/SocExternal/alphabetnav-divider.gif) no-repeat top left;
	margin-top:6px
*/
}
/*
#socextHeader ul#alphabet-navigate li.first {
	margin-left:6px;
	background:none!important
}

#socextHeader ul#alphabet-navigate li.last {
}
*/
#socextHeader ul#alphabet-navigate li a {
    display: block;
    height: 100%;
    padding: 6px;
    width: 10px;    
    font-size: 13px !important;
    color: #1C81C8;
    font-size: 12px;
    line-height: 1;

    /*
	display:block;
	height:23px;
	font-size:1em;
	padding-top:4px;
	text-decoration:none;
	color:#909090;
	font-weight:bold;
	border:none;
*/
}

#socextHeader ul#alphabet-navigate li a:hover 
{
    color: #135a8c;
	font-weight: bold;
	background: #eef1f3;
	text-decoration:none!important
}
/*
#socextHeader ul#alphabet-navigate li.selected a {
	color:#333333!important
}

#socextHeader ul#alphabet-navigate li.inactive {
	color:#bfbfbf!important;
	display:block;
	height:23px;
	font-size:1.4em;
	padding-top:4px;
	text-decoration:none;
	font-weight:bold
}

#socextHeader ul#alphabet-navigate li a:hover {
	height:30px;
	margin-top:-5px;
	border:solid 1px #c7c8c8!important;
	background:url(/_layouts/images/Precio/SocExternal/alphabet-selected.gif) repeat-x top left;
	font-size:1.8em;
	line-height:24px;
	padding-top:5px!important;
	color:#444444;
	font-weight:bold
}
*/
/*footer*/

#socextFooter {   
    background: none repeat scroll 0 0 #ede6d6;
    clear: both;
    display: inline-block !important;
    margin-bottom: 0px;
    margin-top: 8px;
    padding: 20px;
    padding-bottom: 10px;
    position: relative;
    width: 892px;
    font-size: 13px;   
}

#socextFooter div {
	width:185px!important;
	display:block!important;
	float:left!important
}
/*
#socextFooter div.last {
	margin-left:185px!important
}
*/
#socextFooter a, #socextFooter p {
   /* border: 0 none;
    color: #003A63;
    
	font-size:1em;
	line-height:1.6em;
	padding:0;
	margin:0;
	border:none!important;
	clear:both
*/
    border: 0 none;
    color: #00263e;
    /*
	font-size:1em;
	line-height:1.6em;
	padding:0;
	margin:0;
	border:none!important;
	clear:both
*/
}

#socextFooter a:hover
{
	/*color: #003a63;
    border-bottom: 1px solid #123123;*/
    color: #00263e;
    border-bottom: 1px solid #00263e;
}

#socextFooter ul {
	list-style:none;
	padding:0;
	margin:0;
}

#socextFooter ul li {
    margin-bottom: 7px;    
    /*
	list-style:none;
	padding:0;
	margin:0;
*/
}
/*
#socextFooter a:hover {
	text-decoration:underline
}
*/
#socextFooter a img {
	border:none
}

/* /footer*/

.underlined {
	text-decoration:underline
}

#socextMenuContainer ul {
	list-style:none;
	width:930px;
	float:left;
	padding:0;
	margin:0;
}

#socextMenuContainer ul li {
	float:left;
}

#socextMenuContainer ul li a {
	display:block;
	padding:5px 14px 0 14px;
}
/*
#menulvl1 {
	background: red url(/_layouts/images/Precio/SocExternal/menu-lvl1bg.gif) no-repeat top left;
	min-height:34px;
	padding-left:3px!important;
}

#menulvl1 li {
	background:url(/_layouts/images/Precio/SocExternal/menu-lvl1-divider.gif) no-repeat top right;
	height:29px;
}

#menulvl1 li a {
	background:url(/_layouts/images/Precio/SocExternal/menu-lvl1-divider.gif) no-repeat top right;
	color:#dbdbdb;
	height:22px;
	font-size:1em;
}

#menulvl1 li a:hover, #menulvl1 li.selected a {
	color:#444444;
	height:30px;
	border-top:solid 1px #d7d9d9;
	border-left:solid 1px #d7d9d9;
	border-right:solid 1px #d7d9d9;
	margin-top:-2px;
	padding:6px 13px 0 13px;
	text-decoration:none!important
}
*/
#socextMenuContainer #menulvl2 
{
    background: none repeat scroll 0 0 #eef1f3;
    border-bottom: 1px solid #E3DACC;
    border-left: 1px solid #E3DACC;
    border-right: 1px solid #E3DACC;
    min-height: 33px;
    /*
	background: red url(/_layouts/images/Precio/SocExternal/menu-lvl2bg.gif) repeat-x top left;
	border-bottom: solid 1px #e5e2e2;
	width: 929px !important;
	padding-left: 3px !important
*/
}

#socextMenuContainer #menulvl2 li 
{
    border-right: 1px solid #E3DACC;
    float: left;
    font-size: 13px;
    height: 23px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 9px;
    border-bottom: 1px solid #eef1f3;
    /*
	border-right:solid 1px #e5e2e2;
	height:30px;
*/
}

#socextMenuContainer #menulvl2 li a 
{
    border: 0 none;
    color: #003A63;
    padding: 0;
    white-space: nowrap;
    /*
	height:25px;
	font-size:1em;
	color:#555555;
*/
}
/*
#menulvl2 li a:hover, #menulvl2 li.selected a {
	height:26px;
	background:white;
	text-decoration:none!important
}
*/
#socextMenuContainer #menulvl3 
{
    background: none repeat scroll 0 0 #fcfbf9;
    border-bottom: 1px solid #E3DACC;
    border-left: 1px solid #E3DACC;
    border-right: 1px solid #E3DACC;
    min-height: 33px;
    /*
	background: red url(/_layouts/images/Precio/SocExternal/menu-lvl3bg.gif) repeat-x top left;
	border-bottom:solid 1px #e5e2e2;
	width:940px!important;
*/
}

#socextMenuContainer #menulvl3 li 
{
    border-right: 1px solid #E3DACC;
    float: left;
    font-size: 13px;
    height: 23px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 9px;
    border-bottom: 1px solid #fcfbf9;
    /*
	height:28px;
*/
}

#socextMenuContainer #menulvl3 li a 
{
    border: 0 none;
    color: #003A63;
    padding: 0;
    white-space: nowrap;
    /*
	height:18px;
	font-size:1em;
	padding-top:0!important;
	padding-bottom:0!important;
	margin-top:5px!important;
	margin-bottom:5px!important;
	border-right:solid 1px #e8eded;
	color:#555555;
*/
}
/*
#menulvl3 li a:hover {
	text-decoration:underline
}

#menulvl3 li.selected a, #menulvl2 li.selected a {
	color:#222222
}
*/
/*
#menulvl1 li.selected a, #menulvl1 li a:hover {
	background:#F5F4F3 url(/_layouts/images/Precio/SocExternal/menu-lvl1bg-hover.gif) repeat-x top left!important;
}
*/

#menulvl2 li.selected a {
	background: #ffffff url(/_layouts/images/Precio/SocExternal/menu-arrow-right.gif) no-repeat 6px 47%;
}

#menulvl3 li.selected a {
	background: #ffffff url(/_layouts/images/Precio/SocExternal/menu-arrow-right.gif) no-repeat 5px 49.5%;
}

.imagecontainer {
	float:right;
	padding:0!important;	
	width:248px;
	position:relative;
	margin: 3px -150px 20px 20px;
}

.imagecontainer_Test {
	float:left;
	padding:0!important;
	margin: 20px 0px 10px 20px;
	width:248px;
	position:relative;
}

.imagecontainer-publication {	
	width:160px !important;	
	margin: 3px 0px 10px 0px;
}

.imagecontainer p {
	font-size:1.1em;
	line-height:1.2em;
	padding-top:5px;
	float:left
}

.soc-shortcuts, .soc-shortcutsNoMargin {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #E7ECF0;
    margin-bottom: 8px;
    display: block !important;
    padding-bottom: 0px;
}

.soc-shortcuts h2 {
    margin-bottom: 10px !important;
}

.soc-shortcutsNoMargin h2 {
    margin-bottom: 0px !important;
}

.soc-shortcutsNoMargin {
    background-color: #EEF1F3;
}

#socextQuickLinkArea li 
{
    margin: 10px 30px 5px 10px;
    /*
	padding:2px 0
*/
}

#socextQuickLinkArea li a 
{
    line-height: 20px;
    padding: 0px;
    /*
	font-size:0.85em
*/
}

#socextQuickLinkArea ul {
	list-style-type:none;
	padding:0;
	margin:0 0 0 0;
}

#socextQuickLinkArea ul.subscribe-links {
}

#socextQuickLinkArea li.rss {
	padding-left:15px;
	background:url(/_layouts/images/Precio/SocExternal/rss.png) no-repeat 0 3px
}

#socextQuickLinkArea .listing li a.newsheader 
{
    /*
	font-size:1em
*/
}

#socextQuickLinkArea .listing li a.newsheader:hover 
{
    /*
	text-decoration:underline!important
*/
}

#socextQuickLinkArea p.keywords {
	font-size:1.1em;
	line-height:1.4em
}

.keywords li {
	display:inline
}

#publInfo {
	float:left;
	padding:0!important;	
	width:160px;
	position:relative;
	color: #5C707C;
    line-height: 15px;
    font-size: 11px;   
}

#publInfo p {
	font-size: 11px;
	margin:0!important;
	padding:2px!important
}

#publInfo-text {
	
	padding:0!important;	
	position:relative;
	color: #5C707C;
    line-height: 15px;
    font-size: 11px;     
	margin:0!important;
	padding:2px!important    
}

.buttonContainer {

}
.buttonContainer-publication
{
    margin-bottom: -20px;
}


.buttonContainer ul {
	list-style:none;
	margin:0 0 30px 0 !important;;
	padding:0;
    padding-left: 0px !important;
	width: 260px !important;
}

.buttonContainer ul li 
{
    background: none repeat scroll 0 0 #EFEAE2;
    border: 1px solid #BFB3A1;
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 0;
    margin-left: 0 !important;
    padding: 0px !important;
    width: 230px;
    height: 33px;
    display: table;    
}

.buttonContainer ul li:hover 
{
    background: #c2b59b;
}

.buttonContainer ul li a 
{
    border: 0 none !important;
    color: #003A63 !important;
    padding: 7px 0 0 10px;
    display: block;
    height: 26px;
}

.buttonContainer ul li.book 
{
    background:url(/_layouts/images/Precio/SocExternal/soc-icon-book-padding-10-right.png) no-repeat center right #EFEAE2;   
}

.buttonContainer ul li.book:hover 
{
    background:url(/_layouts/images/Precio/SocExternal/soc-icon-book-padding-10-right.png) no-repeat center right #c2b59b;
}

.buttonContainer ul li.pdf
{
    background:url(/_layouts/images/Precio/SocExternal/soc-icon-pdf-padding-10-right.png) no-repeat center right #EFEAE2;    
}

.buttonContainer ul li.pdf:hover
{
    background:url(/_layouts/images/Precio/SocExternal/soc-icon-pdf-padding-10-right.png) no-repeat center right #c2b59b;

}

.buttonContainer ul li.ppt
{
    background:url(/_layouts/images/Precio/SocExternal/soc-icon-PowerPoint-padding-10-right.gif) no-repeat center right #EFEAE2;   
}

.buttonContainer ul li.ppt:hover
{
    background:url(/_layouts/images/Precio/SocExternal/soc-icon-PowerPoint-padding-10-right.gif) no-repeat center right #c2b59b;
}

.buttonContainer ul li.exc
{
    background:url(/_layouts/images/Precio/SocExternal/soc-icon-Excel-padding-10-right.gif) no-repeat center right #EFEAE2;   
}

.buttonContainer ul li.exc:hover
{
    background:url(/_layouts/images/Precio/SocExternal/soc-icon-Excel-padding-10-right.gif) no-repeat center right #c2b59b;
}

.status {
	color:#666666;
	font-size:1.2em;
	margin-left:5px;
}

.injunction-type {
	color:#666666;
	font-size:1.3em;
	font-style:italic;
	line-height:1.5em;
}

/*sosfs specific styles*/

.sosfs blockquote {
	background:none;
	font-size:1.1em;
	padding:auto;
	font-style:normal;
	line-height:1.5em;
	padding:0 20px
}

.sosfs h2 {
	padding:0;
	font-size:1.7em;
	font-family:Arial, sans-serif;
	line-height:1.3em
}

.sosfs h2 a {
	color: #000000 !important;
	text-decoration: none !important;
	border-bottom: 0px;
	border-spacing: 0px;
	FONT-SIZE: 1em !important;
}

.sosfs h3 {
	padding:1px 0 2px 0;
	line-height:1.3em;
}

/* uppdated 091208*/
.sosfs p.updated, .sosfs span.updated, .sosfs h1.updated, .sosfs h2.updated, .sosfs h3.updated, .sosfs a.updated {
	border-left:solid 2px #b3b3b3;
	margin-left:-10px;
	padding-left:8px;
}

.sosfs ul.updated, .sosfs ol.updated {
	border-left:solid 2px #b3b3b3;
	margin-left:-10px;
	padding-left:48px;
}

.sosfs blockquote.updated {
	border-left:solid 2px #b3b3b3;
	margin-left:-10px;
	padding-left:28px;
}

.sosfs h1.updated, .sosfs h2.updated, .sosfs h3.updated {
}


.sosfs div.updated { padding-left:10px; margin-left:-10px; border-left:solid 2px #b3b3b3; }

.sosfs table span.updated { padding-left:10px; margin-left:-10px; border-left:solid 2px #b3b3b3; display:block }


.sosfs ul li div.updated, .sosfs ol li div.updated {
	border-left:solid 2px #b3b3b3;
	margin-left:-38px;
	padding-left:36px;
}
/* /uppdated 091208*/

.sosfs .linkcontainer {
	padding:20px 0
}

.sosfs .linkcontainer a {
	padding:4px 0;
	clear:both;
	line-height:2em;
	font-size:1.2em;
	float:left
}

.sosfs .disclaimer {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top: 20px
}

a.pdf, a.exc, a.ppt, a.doc {
	padding-left:16px!important;
	padding-top:3px;
}

a.pdf {
	background: url(/_layouts/images/Precio/SocExternal/14x16_PDF.gif) no-repeat 0 2px;
}

a.exc {
	background: url(/_layouts/images/Precio/SocExternal/14x16_Excel.gif) no-repeat 0 2px;
}

a.ppt {
	background: url(/_layouts/images/Precio/SocExternal/14x16_PowerPoint.gif) no-repeat 0 2px;
}

a.doc {
	background: url(/_layouts/images/Precio/SocExternal/14x16_Word.gif) no-repeat 0 2px;
}

.sosfs .important {
	border:solid 1px #9bc1b8;
	min-height:38px;
	margin-right:-150px;
	padding:16px 20px 20px 70px;
	background: #f4fbf9 url(/_layouts/images/Precio/SocExternal/important.gif) no-repeat 28px 19px;
	width:488px
}

.sosfs .important a {
	float:left;
	clear:both;
	font-size:1.4em;
	line-height:1.2em;
	padding:2px 0;
	text-decoration:underline!important
}

.sosfs .important p {
	float:left;
	clear:both;
	font-size:1.4em;
	line-height:1.2em;
	padding:2px 0;
	margin-bottom:0px;
}

.sosfs .important p a {
	font-size:1em;
	float:none;
	clear:none
}

.facts dt, .facts dd {
	font-size:1.1em;
	line-height:1.2em;
	padding:1px 3px 1px 0;
	margin:0
}

.facts dt {
	display:inline;
	float:left
}

.facts dd {
	display:block
}

.tool-links 
{
    margin-bottom: 30px !important;
    margin-top: -15px;
    margin-left: 0px !important;
    position: relative;
    top: 15px;
    z-index: 1;
    float: left;
    padding: 0px;
    min-width: 100% !important; 
    padding-left: 0px !important;  
}

.tool-links li {
	list-style:none!important;
	background:none!important;
	padding:0;
	float:left;
	font-size:1.2em;
	padding-left:0px!important
}

li.toolRssLink
{
    float: left;
    margin-right: 0px;
    width: 94px;
}

.tool-links li a 
{
    /*
	color:#666666!important
*/
}

.tool-links .listen 
{
    width: 90px;
    padding: 0px !important;
}

.tool-links .print-pdf {
	float:right;
}

.tool-links .print-pdf a {
	padding-left:10px
}

.tool-links .print 
{
    width: 170px;
    padding: 0px !important;
    /*
	float:right;
*/
}

.tool-links .print a 
{
    /*
	border-right:solid 0px #666666;
    
    border-bottom: none !important;	
    */
    padding: 0 5px;
    vertical-align: text-bottom;
}
/*
.tool-links .print a:hover {
    text-decoration:underline !important;
}
*/

.tool-links .sugest {
	float:right;
	margin-right:10px
}

.tool-links .sugest a {
	border-right:solid 1px #666666;
	padding:0 10px 0 0;
}

.socextPageContentArea-full .full {
	width:880px!important;
}

.full {
	width:584px!important;
	padding-right:0px!important
}

#advanced-search, #advanced-filter {
	border:none;
	width:566px;
	padding-left:0px
}

#search {
	border:none;
	width:566px;
    padding-bottom: 30px;
}

#search input, #advanced-search input, #advanced-filter input {
	border:solid 1px #b2b7bb;
    padding-left: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 0 3px rgba(92, 112, 124, 0.5) inset;
    margin: 5px 0 0;
    height: 29px;
    font-size: 16px;
    line-height: 27px;
}

#advanced-search input#key-word, #advanced-search input#free-text, #search input, #advanced-filter input {
	border:solid 1px #b2b7bb;
    padding-left: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 0 3px rgba(92, 112, 124, 0.5) inset;
    margin: 5px 0 0;
    height: 29px;
}

#search input {
	float:left
}

#search label {
	color:#666666;
	padding-bottom:2px
}

.searchlabel {
	color:#666666;
	padding-bottom:2px;
    display: block;
}

#search-from input, #search-to input {
	width:30px;
	text-align:center;
}

#search-from input.from-y, #search-to input.to-y {
	width:40px
}

select 
{
	font-size: 13px;
	font-family: Arial;   
}

.ms-dttimeinput select
{
	FONT-SIZE: 8pt !important;
	FONT-FAMILY: Arial
}

#advanced-search div, #advanced-filter div {
	
}

#advanced-search div label, #search label, #advanced-filter div label {
    display: block;
	line-height:18px
}

#advanced-filter #search-doctype {
	width:262px;
	float:left
}

#advanced-filter #search-pubyear {
	width:170px;
	float:left
}

#advanced-filter #search-subject {
	width:224px;
	float:left
}

#advanced-filter #search-artnr {
	width:152px;
	float:left
}

#advanced-filter #search-subject select {
	width:209px!important
}

#search-pubyear {
	width:130px!important;
}

#advanced-filter #search-artnr input {
	width:145px;
}

#search-free {
}

#search-free input {
    width: 554px;
}

#search input {
	width:400px
}

#search-from {
	float:left;
	margin-right:20px
}

#search-to {
}

#search-geo {
	float:left;
    margin-right: 20px;
	margin-top: 5px;
}

#search-lang 
{
    margin-top: 5px;
}

#search-key {
    margin-top: 5px;
}

#search-geo select, #search-lang select, #search-doctype select, #search-subject select {
	width:200px;
	padding:3px;
	margin-top: 3px;
}

#search-key input {
    width: 554px;
}

/*news search*/
#search-type {
	float:left;
	margin-left:20px;
}

#search-type select {
	width:185px;
	padding:3px;
}

.news-search #search-to {
	float:left
}

.news-search #search-key {
	float:left
}

.news-search .buttons {
	float:left
}

.buttons {
	margin-top: 11px; 
	height: 39px;
	/*
    width:72%;
*/
}

.ess-no-hits
{
    width: 81%;
    }

.fullTextSearchPanel
{
    float:left;
    width: 100%;
}

.advancedSearchPanel
{
    float:left;
    margin-bottom:10px;
    margin-top:10px;
    width: 100%;
}

.advancedSearchLinkPanel
{
    float:left;
    width:100%;
}

.buttonPanel
{
    float: right;
}

.advanced-search-links {
	width:100%;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}

.advanced-search-link {
	float: right;
	margin: 8px 0px 0px;
}

#search-db a.button {
    float: right;
}

button, a.button, button:visited 
{
    background-color: #ffffff;
	border: 1px solid #b2b7bb !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eef1f3');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eef1f3')";
	background-image: -moz-linear-gradient(top, #ffffff, #eef1f3);
	background-image: -ms-linear-gradient(top, #ffffff, #eef1f3);
	background-image: -o-linear-gradient(top, #ffffff, #eef1f3);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#eef1f3));
	background-image: -webkit-linear-gradient(top, #ffffff, #eef1f3);
	background-image: linear-gradient(top, #ffffff, #eef1f3);
	color: #003a63;

    float: left;
    height: 37px;
    margin-top: -5px;
    
    text-decoration: none! important;
    cursor:pointer;
    text-align: center;
    padding: 0 14px 0 5px;
    overflow: visible;
    margin-left: 8px;   
}
.button:active {
    border: 1px solid red !important;
}

.buttons #searchButton {
    height: 39px;
    min-width: 82px;
}

button:hover, a.button:hover
{
    background-color: #ffffff !important;
	border: 1px solid #b2b7bb !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eef1f3', endColorstr = '#ffffff') !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eef1f3', endColorstr = '#ffffff')" !important;
	background-image: -moz-linear-gradient(top, #eef1f3, #ffffff) !important;
	background-image: -ms-linear-gradient(top, #eef1f3, #ffffff) !important;
	background-image: -o-linear-gradient(top, #eef1f3, #ffffff) !important;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#eef1f3), to(#ffffff)) !important;
	background-image: -webkit-linear-gradient(top, #eef1f3, #ffffff) !important;
	background-image: linear-gradient(top, #eef1f3, #ffffff) !important;
}

a.button span 
{
    background: none repeat scroll 0 0 transparent;
    color: #003A63;
    font-size: 13px;
    font-weight: normal;
    line-height: 38px;
    
    height: 30px;
    margin-top: 0px!important;
    padding: 0 5px 0 17px;
    white-space: nowrap;
    display: block;    
}

button span 
{
    /*
    background:url(/_layouts/images/Precio/SocExternal/button-bg-left.gif) no-repeat scroll left top;
	position: relative;
	display: block;
	white-space: nowrap;
	height: 30px;
	    padding: 0 5px 0 17px;
	line-height:30px;
	font-family:tahoma, sans-serif!important;
	font-size:0.9em;
	color:#555555;
	font-weight:bold;
	margin-top: -1px!important;
*/
    padding: 0 5px 0 17px;
    white-space: nowrap;
}

a.button-float-left {
	float:left !important;
}

#search button {
	float:left;
	margin-top: -1px
}

.reset-no-button {
	background:none!important;
	display:inline;
	padding:0!important;
}

.reset-no-button span {
	background:none!important;
	display:inline;
	padding:0!important;
	font-size:1em!important;
	font-weight:normal;
	color:#109475;
	text-decoration:underline
}

.crises 
{
    background: url("/_layouts/images/Precio/SocExternal/exc-info.gif") no-repeat scroll 20px 45px #FCFBF9;
    border-bottom: 3px solid #E98300;
    display: inline-block !important;
    margin-bottom: 10px;   
  
}

.crises p {
	font-size:16px;
	padding:0px 50px 0 100px;
	line-height:20px;
    float: none;
    color: #041e27;
}

.crises p a {
	color:#e98300!important;
	border-bottom: 1px solid #e98300 !important;	
}

.crises p a:hover
{
	color:#00263e !important;
	border-bottom: 1px solid #00263e !important;    
}

.crises h2 {
	border-bottom: solid 7px #e98300;
	background: #fcfbf9 !important;
	font-family: Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}

.crises h2 span {
	font-size: 20px;
	color: #e98300 !important;
}

.crises-info 
{
    border-bottom:solid 3px #3db7e4;
	background:#fcfbf9 url(/_layouts/images/Precio/SocExternal/exc-info.gif) no-repeat 20px 45px;
	margin-bottom:10px;
    display: inline-block !important;    
}

.crises-info p {
	font-size:16px;
	padding:0px 50px 0 100px;
	line-height:20px;
    color: #041e27;
}

.crises-info p a {
	color:#3db7e4 !important;
	border-bottom: 1px solid #3db7e4 !important;	
}

.crises-info p a:hover
{
	color:#00263e !important;
	border-bottom: 1px solid #00263e !important;    
}

.crises-info h2 {
	border-bottom:solid 7px #3db7e4;
	background:#fcfbf9!important;
	font-family:Arial, sans-serif;
    font-size: 16px;
    color: #041e27;
    margin-bottom: 10px;
}

.crises-info h2 span {
	font-size:20px;
	color:#3db7e4 !important;
}

.startpageContentArea .crises {
	width:100%
}

.startpageContentArea .crises-info {
	width:100%
}

.subject-topimage {
	margin-top:-10px;
	margin-bottom:20px
}

.publication-box ul {
	padding:0;
	margin:0;
	padding-left:0px!important
}

.publication-box ul li {
	list-style:none!important;
	float:left;
	text-align:center;
	width:162px;
	padding-left:0px!important;
	background:none!important;
	margin-right:22px
}

.publication-box ul li.last {
	margin-right:0px!important
}

.publication-box ul li img {
	border:none;
	max-width: 120px;
	max-height: 120px;
}

.publication-box li div {
	background: url(/_layouts/images/Precio/SocExternal/publication-bg.gif) no-repeat top left;
	width:162px;
	height:152px;
	text-align:center;
	padding-top:22px;
}

.publication-box li p {
	padding:3px 10px!important;
}

.publication-box li p a {
	text-decoration:none!important;
	font-size:0.92em;
	line-height:1.2em;
}

.publication-box li p a:hover {
	text-decoration:underline!important
}

.socextRadTabControlContent .publication-box li {
	margin: 0 21px 0 10px
}

.socextRadTabControlContent .publication-box li.last {
	margin-right:0px!important
}

ul.images {
	padding:0;
	margin:0;
	padding-left:0px!important
}

ul.images li {
	list-style:none!important;
	float:left;
	text-align:center;
	width:162px;
	padding-left:0px!important;
	background:none!important;
	margin-right:22px
}

ul.images li.last {
	margin-right:0px!important
}

ul.images li img {
	border:none;
	max-width: 120px;
	max-height: 120px;
}

ul.images li div {
	background: url(/_layouts/images/Precio/SocExternal/publication-bg.gif) no-repeat top left;
	width:162px;
	height:152px;
	text-align:center;
	padding-top:22px;
}

ul.images li p {
	padding:3px 10px!important;
}

ul.images li p a {
	text-decoration:none!important;
	font-size:0.92em;
	line-height:1.2em;
}

ul.images li p a:hover {
	text-decoration:underline!important
}

.socextRadTabControlContent ul.images li {
	margin: 0 21px 0 10px
}

.socextRadTabControlContent ul.images li.last {
	margin-right:0px!important
}

img.left {
	margin:0 10px 10px 0
}

img.right {
	margin:0 0 10px 10px
}

a img 
{
	border:none !important;
}

.no-border {
	border:none!important
}

ul.webbook-index {
	margin:0!important;
	padding:0!important;
	font-size:0.92em
}

ul.webbook-index-chapter {
	padding-bottom:20px!important;
	margin-bottom:20px!important
}

ul.webbook-index li {
	background:none!important;
	padding:0!important;
	margin:0!important;
	margin-top:10px!important;
}

ul.webbook-index ul {
	margin-bottom:10px;
}

ul.webbook-index ul li {
	line-height:1.4em;
	padding:4px 8px 5px 14px!important;
	font-size:1em;
	background:transparent url(/_layouts/images/Precio/SocExternal/custom-bullet.gif) no-repeat scroll 0 10px!important;
	list-style-image:none !important;
	list-style-position:outside !important;
	list-style-type:none !important;
	margin-top:0px!important
}

.prev-next {
	height:20px;
	position:relative
}

.prev-next .prev {
}

.prev-next .next {
	position:absolute;
	right:0px;
}

/*sverigekartan*/
.swedmap {
	background:url(/_layouts/images/Precio/SocExternal/sweden.gif) no-repeat top left;
	width:220px;
	height:500px;
	float:left;
	margin-right:10px;
}

.swedmap-hover {
	background:url(/_layouts/images/Precio/SocExternal/landscape.png) no-repeat 220px 0;
	width:220px;
	height:500px;
}

.sweden-area-names {
	float:left;
	width:300px;
	margin-right:-100px
}

.sweden-area-names ul {
	padding:0;
	margin:30px 0 0 0;
}

.sweden-area-names ul li {
	padding:0;
	margin:0;
	background:none!important;
}

.sweden-area-names li a {
	text-decoration:none!important
}

.sweden-area-names li.hover a {
	text-decoration:underline!important
}

/*search results*/
.searchresult {
	padding:0!important;
	float:left;
	color: #5c707c;
	position: relative;
	top: 0px;
	left:3px;
	width: 430px;
}

.result-list {
	line-height: 18px;
	margin: 0px;
}

.result-list dt, .result-list dd {
	padding:0;
    margin: 0;
}

.result-list .meta-data span {
	padding-right:10px;
	font-size: 13px;
	color: #5C707C;	
}

.result-list .meta-data span.cachad
{
	padding-left:10px;
	border-left:solid 1px gray!important;
}

.result-list .meta-data span.cachad a, .last .inner .show-key-head a
{
    /*
	font-size:1em;
*/
	color:#5C707C!important;
    text-decoration: none !important;
	border-bottom-color: #5C707C !important;
}

.result-list dd 
{
    /*
	font-size:1.3em;
*/
}

.result-list dd dt, .result-list dd dd 
{
    /*
	font-size:0.92em;
*/
}

.result-list dd.description {
	color:#333333;
	clear:left;
	font-size: 13px;
}

.result-list dd.last {
	float:left;
	width:518px;
	padding-bottom:20px
}

.inner {
	position:relative
}

.all-keywords {
	position:absolute;
	top:10px;
	left:54px;
	display:block;
	padding:0!important;
	z-index:1000;
	width:426px;
}

.all-keywords .key-top {
	background: no-repeat transparent url(/_layouts/images/Precio/SocExternal/keywords-overlay.png) top left;
	padding:25px 30px 15px 30px !important;
	width:366px!important;
	position:relative
}

.all-keywords .key-bottom {
	display:block;
	width:426px;
	height:19px;
	background: no-repeat transparent url(/_layouts/images/Precio/SocExternal/keywords-overlay-bottom.png) top left;
	clear:both
}

.inner dd.all-keywords a {
	line-height: 18px !important;
}

.result-list dd, .result-list dt {
	padding:2px 0px;
}

.inner dt {
	float:left;
	padding:0 5px 0 0;
	line-height: 18px;
	margin:2px 0
}

.inner dd {
	float:left;
	padding:0 10px 0 0;
	margin:2px 10px 2px 0;
	line-height: 18px;
}

.inner dd.keywords, .inner dd.status {
	border-right:none!important
}

.inner dd a, .inner dt a 
{
    /*
	font-size:1em;

	color: #5c707c !important;
	text-decoration: none !important;
    border-bottom-color: #5C707C !important;
*/
}

.search-result-header {
	font-size:1.15em;
	padding-top:20px!important;
	width:518px;
	/*float:left;*/
	position:relative
}

dt.search-result-header { float:left }

.search-result-header .pushed-hit {
	position:absolute;
	top:3px;
	right:10px;
	font-size:0.8em;
	color:#adadad
}

.inner dd.all-keywords .close-overlay {
	color:#333333!important;
	text-decoration:none!important;
	position:absolute;
	top:10px;
	right:14px;
	padding-right:11px;
	background:url(/_layouts/images/Precio/SocExternal/close-overlay.gif) 100% 5px no-repeat;
}

.inner dd.all-keywords .close-overlay:hover 
{
    /*
	text-decoration:underline!important;
*/
}

.hidden {
	display:none!important
}

.clear-left {
	clear:left;
}

.result-list .selected {
	background:#f1f1f1;
	width:518px;
	float:left;
	margin-left: -20px;
	padding-left: 20px;
}

.result-list .attachements dt {
	padding-top:10px;
}

.result-list .attachements dt a {
	font-size:1.2em;
	font-weight:bold
}

.result-list .attachements a {
	font-size:1em;
}

.result-list .attachements dd span {
	font-size:1em;
	padding-right:10px;
}

.result-list .attachements dd img {
	margin-bottom:-2px
}

.result-list .attachements dd span a {
	padding-left:0px!important;
	border-left:0px!important
}

.result-list .attachements dd a {
	padding-left:10px;
	border-left:solid 1px grey;
	color:#666666!important;
	text-decoration:underline!important
}

#search-key ul {
	padding: 0px;
	width: 300px!important;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

#search-key ul li {
	list-style-type: none;
	list-style-image: none;
}

#search-key ul.socextTagFieldControlList, ul.socextTagFieldControlList {
	left:0px;
	top:0px;
	margin:0px;
	border: solid 1px #000000;
	background: #ffffff;
}
ul.socextTagFieldControlList li {
    line-height:14px;
}

.ess-search-results .sort, .ess-cat-bd .sort {
	font-size:13px;
	margin: 20px 0px;
}

.ess-search-results .sort a, .ess-cat-bd .sort a 
{
    /*
	text-decoration:underline!important;
	font-size: 13px;
*/
}

.all-keywords span {
	display:block;
	padding:5px 0;
}

.meta {
	color:#5c707c;
	padding-right: 7px;
	font-size: 13px;
	line-height: 18px;
}

.type {
	padding-left:7px;
	border-left:solid 1px #666666
}

/*general table styles*/
#socextPageContentArea table 
{
    /*
	margin-bottom:20px;
*/
}

#socextPageContentArea th, #socextPageContentArea td 
{
    line-height: 20px;    
    font-size: 13px;   
}

#socextPageContentArea td 
{
    padding: 10px;
}

#socextPageContentArea th a, #socextPageContentArea td a, #socextPageContentArea th p, #socextPageContentArea td p, #socextPageContentArea th p a, #socextPageContentArea td p a {
	font-size: 13px;
    line-height: 17px;
}

#socextPageContentArea table caption {
	font-size:1.3em;
	text-align:left;
	line-height:1.3em;
	padding-bottom:5px;
}

#socextPageContentArea tfoot td {
	font-size:1.2em;
	line-height:1.3em;
}

.ms-formfieldlabel option {
	font-size: 8pt !important;
}

/*webpoll-styles*/
.webpoll {
	border:none;
	margin:10px 0;
	padding:0
}

.webpoll label {
	width:230px;
	float:left;
	font-size:1.2em;
	padding:2px 0
}

.webpoll input {
	margin-left:0
}

.show-result {
	float:right;
	margin-top:10px;
	margin-right:10px;
	font-size:1.1em;
}

.bar-container {
	margin-left:0px;
	height:30px;
	margin:4px 0
}

.bar-container div {
	width:1px;
	background:#6aa698;
	height:14px;
	float:left;
	margin-right:10px;
}

.bar-container strong {
	float:left
}

p.juridic {
	font-size:1.1em;
	color:#666666;
	margin-bottom:0;
	line-height:1.1em
}

.overlay-wrapper {
	position:absolute;
	top:10px;
	left:-50px;
	padding:0;
	z-index:9999
}

.overlaycontainer {
	width:418px;
	background:url('/_layouts/images/Precio/SocExternal/poll-top.png') top left no-repeat;
	padding:25px;
}

.overlaycontainer-bottom {
	background:url('/_layouts/images/Precio/SocExternal/poll-bottom.png') bottom left no-repeat;
	padding:0 25px 20px 25px;
	height:15px;
	margin:0;
	padding:0
}

.overlaycontainer h2 {
	font-size:2em;
	color:#383a44;
	font-family:Arial;
	border-bottom:solid 3px #383a44;
	line-height:1.6em
}

.overlaycontainer h3 {
	font-size:1.3em;
}

.overlaycontainer .close-overlay {
	color:#333333!important;
	text-decoration:none!important;
	position:absolute;
	top:15px;
	right:30px;
	padding-right:11px;
	background:url(/_layouts/images/Precio/SocExternal/close-overlay.gif) 100% 3px no-repeat;
	font-size:1.2em;
}

.poll-result {
	font-size:1.3em;
}

.sugest-form {
	border:none;
	padding:0
}

.sugest-form label {
	display:block;
	margin-top:10px;
	font-size:1.2em;
}

.sugest-form input, .sugest-form textarea {
	border:solid 1px #c3c0c0;
	font-size:1.4em;
	padding:4px 3px;
	width:390px;
}

.sugest-form button {
	margin-right:16px;
	margin-top:10px;
}

.publication-filter th {
	text-align:left;
	border-right: 1px solid #E4EAEE;
	border-left: none;
    border-top: 1px solid #E4EAEE;
    border-bottom: 1px solid #E4EAEE;	
}

.publication-filter th:hover
{
    
}

#socextPageContentArea .publication-filter th a {
	display:block;
	text-decoration:none;
	color:#333333;
	padding-right:15px;
	border: medium none;	
}

#socextPageContentArea .publication-filter th.sort-up a 
{
    /*
	background: transparent url('/_layouts/images/Precio/SocExternal/tabble-sorter-up.gif') no-repeat 100% 2px;
*/
}

#socextPageContentArea .publication-filter th.sort-down a 
{
    /*
	background: transparent url('/_layouts/images/Precio/SocExternal/tabble-sorter-down.gif') no-repeat 100% 2px;
*/
}

.publication-filter td 
{
    border-bottom: 1px solid #E4EAEE;
    border-right: 1px solid #E4EAEE;
    border-top: none;
    border-left: none;   
}

.publication-filter thead tr {
    background: none repeat scroll 0 0 #EEF1F3;

}

.publication-filter {
	border:none!important
}

.publication-filter td a {
	line-height:1.3em;
}

.publication-filter th
{
    background: url("/_layouts/images/Precio/SocExternal/soc-doublearrow-15Right.png") no-repeat scroll right center #EEF1F3;
    cursor: pointer;
    font-size: inherit !important;
    /*
    line-height: 1 !important;
    height: 21px;
*/
    padding: 7px 15px;
    vertical-align: top;
}

.publication-filter th:hover
{
    background: url(/_layouts/images/Precio/SocExternal/soc-doublearrow-15Right.png) no-repeat scroll right center #B9C9D5;
}

.publication-filter td 
{
	padding:4px 8px;
	vertical-align:top;
}

.publication-filter th.last {
	border-right:solid 1px #d1cfcf;
}

.publication-filter td.col0 
{
    border-left: 1px solid #E4EAEE;
    /*
	border-left:solid 1px #e5e4e4;
	border-right:solid 1px #e5e4e4;
*/
}

.publication-filter td.col1 
{
    /*
	border-left:solid 1px #e5e4e4;
	border-right:solid 1px #ffffff;
*/
}

.publication-filter td.col4 
{
    /*
	border-right:solid 1px #e5e4e4;
	border-left:solid 1px #ffffff;
*/
}

.publication-filter td.col2, .publication-filter td.col3 
{
    /*
	border-left:solid 1px #ffffff;
	border-right:solid 1px #ffffff;
*/
}

.alternate-row td {
    background: #eef1f3;
}

.deluxe-row-hidden 
{
    display: none;
}


.publication-filter tr.last td 
{
    
	border-bottom:solid 0px #e5e4e4;

}

.publication-filter .col2, .publication-filter .col3, .publication-filter .col4 {
	font-size:1.2em;
}

.publication-filter td .expanding-text {
	background: #ffffff;	
	padding: 9px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.publication-filter tr.deluxe-group-row td
{
    background-color: #EEF1F3;
    height: 1px;
    line-height: 1 !important;
    vertical-align: top;
    /*
    text-align:left;
    font-weight: bold;
	border-top:solid 1px #d1cfcf !important;
	border-right: none;
	border-bottom:solid 1px #d1cfcf !important;
	background:#f0efef url('/_layouts/images/Precio/SocExternal/tablehead-bg.gif') top left repeat-x;
*/
}

/*Styles for webshop popup*/
body#webshop {
	background:none!important
}

.content-wrapper {
	width:748px;
	margin:0px auto
}

#webshop table td, #webshop table th, #webshop table {
	border:none!important
}

#webshop table tr.last td {
	border-bottom: solid 1px #e5e4e4!important
}

#webshop table tr.first td {
	border-top: solid 1px #e5e4e4!important
}

#webshop table tr td.last {
	border-right: solid 1px #e5e4e4!important
}

#webshop table tr td.first {
	border-left: solid 1px #e5e4e4!important
}

#webshop table {
	margin-bottom:4px;
}

#webshop table caption {
	font-size:1.7em;
	font-weight:bold;
}

#basket-summery caption {
	display:none
}

#basket-summery {
	float:right
}

.conditions {
	color:#109475;
	margin-top:85px;
	float:left
}

#webshop .buttons {
	width:100%;
	height:60px;
	position:relative;
}

#webshop button#order {
	position:absolute;
	top:10px;
	left:0;
	margin:0
}

#webshop button#submit {
	margin-top:10px;
}

#webshop .footer {
	border-top:solid 3px #2c2e38;
	width:100%;
	padding-top:20px;
	float:left;
	margin-top:20px;
}

#webshop .footer a {
	color:#333333
}

#webshop .header {
	padding:10px 0 20px 0;
	border-bottom:solid 3px #2c2e38;
	margin-bottom:15px;
}

#webshop .footer img {
	margin-bottom:-2px
}

#webshop table .summeryrow th, #webshop table .summeryrow td {
	border-top: solid 1px #cfcfcf!important
}

#webshop fieldset {
	width:371px;
	float:left;
	border:none;
	padding:10px 0;
	margin:0
}

#webshop fieldset#create-customer {
	width:331px;
	padding:20px;
	background:#f5f5f5
}

#webshop h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.7em;
}

#webshop h2, #invoice legend, #shipping legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
}

#invoice legend {
	font-weight:bold;
	margin-left:0px;
	padding-left:0px;
	margin-top:20px;
}

#shipping legend {
	font-weight:bold;
	margin-left:0px;
	padding-left:0px;
	margin-top:-7px;
}

#create-customer legend {
}

#login label {
	display:block;
	line-height:1.5em;
	font-size:1.2em;
	padding:10px 0 2px;
}

#invoice label, #shipping label {
	width:110px!important;
	line-height:1.5em;
	font-size:1.2em;
	padding:5px 0 5px;
	float:left;
}

#invoice input, #shipping input {
	float:left;
}

#invoice div, #shipping div {
	float:left;
	margin-bottom:8px;
}

#invoice select, #shipping select {
	padding:3px;
	width:208px;
	margin-bottom:10px
}

#invoice, #shipping {
	margin:15px 0 15px!important
}

#webshop input {
	border:1px solid #C3C0C0;
	font-size:1.4em;
	padding:4px 3px;
	width:200px
}

#login button, #create-customer button {
	float:left;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:15px
}

#webshop p {
	margin-bottom:0px
}

#webshop a {
	color:#109475
}

#webshop small {
	line-height:1.2em;
	font-size:0.85em
}

#webshop input.quantity {
	width:40px!important
}

#webshop div.first {
	margin-top:6px
}

#webshop #invoice div.first {
	margin-top:26px
}

div.ship-links {
	width:100%;
	margin-top:10px;
}

.ship-links p {
	text-align:right;
	padding-right:55px
}

.right-links p {
	text-align:right;
	margin-right:10px;
	margin-top:10px;
}

.right-links p a {
	margin-left:10px;
}

#webshop td input {
	font-size:1em;
}

.addresses {
	background:#f5f5f5;
	padding:15px;
	float:left;
	width:100%
}

.addresses div {
	float:left;
	margin-right:20px
}


#soc-subintro {
    background: none repeat scroll 0 0 white;
    border: 1px solid #E3DACC;
    min-height: 77px;
    margin-bottom: 8px;
    margin-top: 8px;
    width: 933px;
    float: left;
}

.new-menu #menulvl1 
{
    background: none repeat scroll 0 0 #EFEAE2;
    min-height: 33px;
    border-right: 1px solid #E3DACC;
    border-left: 1px solid #E3DACC;
    border-bottom: 1px solid #E3DACC; 
}

.new-socextShadeBg {
	background:url(/_layouts/images/Precio/SocExternal/new-shadebg.jpg)!important;
	background-position:0 220px!important;
	background-repeat:no-repeat!important;
}

.new-menu #menulvl1 li 
{
    border-right: 1px solid #E3DACC;
    float: left;
    font-size: 13px;
    height: 23px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 9px;   
    border-bottom: 1px solid #EFEAE2;
}

.new-menu #menulvl1 li a 
{
    border: 0 none;
    color: #003A63;
    padding: 0px;
    white-space: nowrap; 
}

.new-menu #menulvl1 li:hover, .new-menu #menulvl1 li.selected a, .new-menu #menulvl1 li.selected
{
    background: #c2b59b;
    border-bottom: 1px solid #c2b59b;   
}

.new-menu #menulvl2 li:hover, .new-menu #menulvl2 li.selected a, .new-menu #menulvl2 li.selected
{
    background: #fcfbf9;
    border-bottom: 1px solid #fcfbf9;
}

.new-menu #menulvl3 li:hover, .new-menu #menulvl3 li.selected a, .new-menu #menulvl3 li.selected
{
    background: #fcfbf9;
    border-bottom: 1px solid #fcfbf9;
}

.new-menu #menulvl1 li a:hover, .new-menu #menulvl1 li.selected a 
{
    background: #c2b59b;
    text-decoration:none !important;    
}

.new-menu #menulvl2 li a:hover, .new-menu #menulvl2 li.selected a 
{
    background: #fcfbf9;
    text-decoration:none !important;
}

.new-menu #menulvl3 li a:hover, .new-menu #menulvl3 li.selected a 
{
    background: #fcfbf9;
    border-bottom: 1px solid #003A63 !important;
    /*
    text-decoration: underline !important;
*/
}

.new-socextHeader 
{
    /*
	margin-bottom:25px!important;
*/
}

body.new-body {
    background: url(/_layouts/images/Precio/SocExternal/soc-header-topboard-bg.png) repeat-x 0 0px #fcfbf9;
    /*
    position: relative;
    top: -11px;
*/
}
/*
.new-menu #menulvl2 li.selected a, .new-menu #menulvl3 li.selected a {
	color:#000000;
	font-weight:bold!important
}
*/

.new-socextBreadCrumb 
{
    border: 1px solid #E3DACC;
    color: #041E27;
    font-size: 13px;
    height: 28px;
    padding-left: 14px;
    padding-top: 10px;
    float: left;
    margin-bottom: 0px !important;
    width: 916px;
    margin-top: 8px;    
}

.new-socextBreadCrumb a 
{
    font-size: 13px;
}

/*calculator styles*/
.soc-calculator {
	border:solid 1px #558579;
	width:582px;
}

.soc-calculator h2 {
	background:#558579;
	color:#ffffff;
	padding:10px 20px;
	font-family:Arial, Helvetica, Sans-Serif;
}

.soc-calculator P {
	font-size:1.2em;
}

.soc-calculator .col-left {
	width:261px;
	float:left;
	padding:10px 10px 20px 20px;
	margin:0;
	border:none
}

.soc-calculator .col-right {
	width:261px;
	float:left;
	padding:10px 0 20px 20px;
	margin:0;
	border:none
}

.soc-calculator .col-left div, .soc-calculator .col-right div {
	height:23px;
	position:relative;
	padding-top:3px
}

.soc-calculator .col-left div input, .soc-calculator .col-right div input {
	position:absolute;
	top:0;
	right:0
}

.soc-calculator .col-left div.two-rows, .soc-calculator .col-right div.two-rows {
	height:49px
}

.soc-calculator .col-left div.two-rows label, .soc-calculator .col-right div.two-rows label {
	display:block;
}

.soc-calculator .col-right div.two-rows label span {
	float:left;
	margin-top:3px;
	margin-right:-10px
}

.soc-calculator .col-left div.two-rows input, .soc-calculator .col-right div.two-rows input {
	position:relative;
	float:left
}

.soc-calculator label {
	font-size:1.2em
}

.soc-calculator .col-right div.two-rows label {
	display:block;
	width:100%;
	float:left;
	height:20px
}

.soc-calculator .last {
	padding-bottom:5px;
	border-bottom:solid 3px #283a44
}

.soc-calculator .summery {
	text-align:right;
	position:relative;
	padding-right:58px;
	width:201px
}

.soc-calculator .summery span.sum {
	position:absolute;
	top:0px;
	right:0px;
	display:block;
	width:55px;
	text-align:center;
}

#calc-block4 .summery {
	text-align:left;
	margin:5px 0!important
}

#calc-block4 .summery span {
	width:80px;
	text-align:right
}

.soc-calculator h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.7em
}

#calc-block3 .last {
	height:33px
}

#calc-block1 h3 {
	background:url('/_layouts/images/Precio/SocExternal/soc-calc1.gif') no-repeat top left;
	height:40px;
	padding:5px 0 0 37px
}

#calc-block2 h3 {
	background:url('/_layouts/images/Precio/SocExternal/soc-calc2.gif') no-repeat top left;
	height:40px;
	padding:5px 0 0 37px
}

#calc-block3 h3 {
	background:url('/_layouts/images/Precio/SocExternal/soc-calc3.gif') no-repeat top left;
	height:40px;
	padding:5px 0 0 37px
}

.subhead {
	margin-bottom:0px;
}

.warning {
	color:red
}

.soc-calculator button {
	background:url('/_layouts/images/Precio/SocExternal/soc-calc-btn.gif') no-repeat top left;
	width:236px;
	height:31px;
	float:left;
	margin-left:10px;
	color:#ffffff;
	font-size:1.6em;
	font-family:Arial, Helvetica, sans-serif!important;
	margin-bottom:20px
}

/*iframe*/
iframe {
	border:none!important
}

#search-db, #search-db-dynamic {
	border:none;
	padding-left:0px;
}

#search-db input {
	border:1px solid #C3C0C0;
	font-size:1.4em;
	float:left;
	padding:2px 0;
	width:340px
}

#search-db-dynamic input.text {
	border:1px solid #C3C0C0;
	font-size:1.4em;
	padding:2px 0;
	width:500px;
}

#search-db button {
	float:left;
	margin-top:-3px
}

#search-db-dynamic .dynamic-field-panel
{
    width: 160px;
    margin: 5px;
    float: left;
    position: relative;
}

#search-db-dynamic .dynamic-field-label
{
    display: block;
    font-weight: bold;
}

#search-db-dynamic .dynamic-field-panel select
{
    width: 100%;
    height: 120px;
    font-size: 1.3em;
}

.deluxe-subjects {
	max-width:590px !important;
	padding-left:0 !important;	
	margin: 0px !important;
    float: left;
          
}

.deluxe-subjects li {
	float:left;
	padding-right: 8px;
	list-style-type:none;
	list-style-type:none!important;
	list-style-image:none!important;
	background:none!important;
	padding-left:0px!important;
    padding-bottom: 0px !important;
    margin-left: 0px !important;
}

.deluxe-subjects li a {
	padding-right:0px;
	border-right:solid 1px #333333;
	text-decoration:none!important
}

.deluxe-subjects li.last a, .deluxe-subjects.letters li a 
{
    border: 0 none !important;   
}
.deluxe-subjects.letters li a:active 
{
    border-bottom: 1px solid #003a63 !important;
}

#socextPageContentArea .deluxe-subjects.letters li a:hover
{
    color: #135a8c;
	font-weight: bold;
	background: #eef1f3;
	text-decoration:none!important    
}

.deluxe-tool-links
{
    width:577px !important;
	padding:0px !important;
	margin:2px 0 0 0 !important;
	padding: 0px !important;
	list-style-type: none   
}

.deluxe-tool-links li
{
    float: right;
    list-style-type: none;
    margin: 0px !important;
    background-image: none !important;
    padding: 0px !important;
}

.inner {
	z-index:999!important;
    position: relative!important;
    margin: 0;
}

.inner dt.search-path-head {
	z-index:1!important;
    position: relative;
}

.result-list {
	position:relative;
    z-index: 300!important;
}

.row2 {
	z-index:600!important;
    position: absolute!important;
}

.inner .show-key-head {
	position:relative;
	z-index:1!important;
	padding-left:20px;
	width:100%;
	font-size:0.76em;
	padding-top:10px;
    float: left;
}

.show-key-head { clear:both }

.result-list dd dd, .result-list dd dt {
    padding: 0px!important;
}

.search-path-head {
	float:left!important;
	margin-right:5px!important;
}

.clear-right {
    clear: right;
}

.inner-sp {
	width:100%;
    float: left;
    margin: 0px;
}

.show-keywords 
{
    /*
	font-size:1.2em!important
*/
}

.last .inner .show-key-head {
	font-size: 13px;
}

.attachements {
	float:left;
	padding:0px 0 0 60px
}

/*.inner-sp dd { font-size:0.71em!important}*/

.attachements dt {
	margin:10px 0 2px 0
}

.inner dd {
	margin-left:0px!important
}

#socextPageContentArea iframe {
	border: none;
}

.no-menu {
	width: 930px;
	float:left;
	height: 32px;
	background:#efeae2;
    border-left: 1px solid #e3dacc;
    border-right: 1px solid #e3dacc;
    border-bottom: 1px solid #e3dacc;
    border-top: none;
    /*
    margin-bottom: 8px;
*/
}

.socextCurrentBCItem {
	color: #383A44;
	background-color: inherit;
	font-size: 13px;
}

.publication-filter 
{
    /*
    margin-left: -21px;
    width: 696px;
*/
    /*
	width:590px!important
*/
}

.publication-filter .col3 
{
    /*
	border-right:1px solid #E5E4E4!important;
*/
}

.publication-filter th.col3 
{
    background-position: 180px center;
    font-weight: normal;
    width: 30%;
    /*
	border-right:1px solid #E5E4E4!important;
*/
}

.publication-filter th.col2 
{
    /*
    background-position: 170px center;
*/
    font-weight: normal;
    width: 27%;
    /*
	border-right:1px solid #E5E4E4!important;
*/
}

.publication-filter th.col1 
{
    font-weight: bold;
    padding-left: 10px;
    width: 43%;   
}

.publication-filter .col1 {
	/*position:relative!important*/
}

.publication-filter .col1 .overlay {
	position:absolute;
	margin-top:2px;
	z-index:100;
	width:426px;
	display:block;
}

.publication-filter .col1 .overlay-top {
	background:transparent url('/_layouts/images/Precio/SocExternal/keywords-overlay.png') no-repeat left top;
	padding:15px 20px 0px !important;
	width:386px !important;
	display:block;
}

.publication-filter .col1 .overlay-bottom {
	display:block;
	padding:5px 20px 5px !important;
	width:386px !important;
	background:transparent url('/_layouts/images/Precio/SocExternal/keywords-overlay-bottom.png') no-repeat left top;
	height:10px
}

.info-box {
	padding:10px;
	background:#EFEAE2;
	border:1px solid #E3DACC;
	margin-bottom:20px;
}

.info-box p {
	margin-bottom:5px;
}

.info-box2 {
	padding:10px;
	margin-bottom:20px;
	background:#efeae2;
}

.info-box3 {
	padding:10px;
	background:#EFEAE2;
	border:1px solid #E3DACC;
	margin-bottom:20px;
}

.info-box4 {
	padding:10px;
	background:#EFEAE2;
	border:1px solid #E3DACC;
	margin-bottom:20px;
}

.info-box2 li,
.info-box3 li,
.info-box4 li,
.info-box li {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.info-box2 h2,
.info-box3 h2,
.info-box4 h2,
.info-box h2 {
    margin-top: 10px;
}

#socextContentPageArea .info-box ul
{
    float: none;
}

ul.deluxe {
	width:272px;
	float:left;
	padding-right:20px!important;
	margin-top:20px!important
}

.print-only {
	display:none !important;
}

/*ARKIVSIDA*/
.archived #header-search-box, .archived #alphabet-navigate, .archived #socextBreadCrumb, .archived #socextMenuContainer ul, .archived .crises, .archived #socextQuickLinkArea {
	display:none!important
}

.archived .new-socextShadeBg {
	background:transparent url('/_layouts/images/Precio/SocExternal/archived-shadebg.gif') no-repeat scroll 0 220px !important;
}
/*
body.archived {
	background:transparent url('/_layouts/images/Precio/SocExternal/archived_topcolors.gif') repeat-x scroll 0 220px;
}
*/
.archived #socextMenuContainer {
	background:transparent url('/_layouts/images/Precio/SocExternal/archived-header.gif') repeat-x top left;
	height:112px;
	margin-left:-9px;
	margin-top:113px;
	width:958px
}

.archived #socextPageBody {
	background:transparent url('/_layouts/images/Precio/SocExternal/archived-bg.gif') repeat-y 50% 20px;
	min-height: 460px;
}

.archived #logo .logo {
	display:none
}

.archived #logo {
	height:57px;
	width:220px;
	display:block;
	margin-top:22px;
	position:relative;
}

.archived img.print-only {
	display:inline!important;
	margin-top:-54px;
}

.archived .archived-header {
	padding:30px 50px 0 50px;
}

.archived .archived-header h1 {
	font-size:50px;
	float:left;
	width:250px;
    margin-top: 2px;
    font-weight: bold;
}

.archived .archived-header p {
	padding-left:25px;
	float:left;
	margin-top:12px;
	width:420px;
	font-size:16px;
	line-height:20px;
}

.archived .archived-header p a {
	color:#574e28;
	text-decoration:underline
}

.archived #socextTabControlArea {
	display:none
}

#socextPageBody {
	padding-bottom:10px;    
    width: 450px;
    float:left;   
    
    padding-right: 160px;
    /*
    padding-top: 35px;  
*/
}

.socextPageBody-publication
{    
    width: 450px !important;    
    margin:0px 30px 0px 0px !important;	
    padding-right: 0px !important;
    padding-top: 0px !important;
}

.RadTabStrip .rtsLevel {
	margin-bottom:-1px!important
}

.RadTabStripTop_SOC .rtsSelected {
	font-weight:normal!important
}

.listingPager, .listingPagerSearch 
{
    padding-top: 0px;
    width: 100%;
    background-color: #EEF1F3;   
}

.ess-search-results .listingPager, .radpageview .listingPager 
{
    display: inline-block !important;   
    width: 694px; 
    min-height: 0px;
}

.ess-search-results .listingPagerSearch {
    bottom: -10px;
    margin-left: -23px;
    position: relative;
}

.radpageview .listingPager {
    margin-left: -20px;
}

.radpageview {
    margin-bottom: 15px;
}
.listingContainer .listingPager, .listingPagerSearch 
{
    display: inline-block !important;
    margin-left: -20px;
    width: 694px;
}

.soc-content-entries-pages {
    margin-left: -21px;
    width: 696px;
    display: inline-block !important;
}

.soc-content-entries-pages .listingPager a {
    border: medium none !important;
    color: inherit !important;
    text-decoration: none !important;
    margin-left: 10px;
}

.soc-content-entries-pages > p {
    padding-left: 20px;
}

div.listingPager span a 
{
    border: none none !important;
    color: #003A63 !important;
    margin-left: 10px;
    text-decoration: none !important;
    display: inline-block;
    margin-bottom: 7px;
    padding-top: 8px;
    /*
    margin-bottom: 6px;
	margin:0 2px;
*/
}

div.listingPagerSearch span a
{
    border: none none !important;
    color: #003A63 !important;
    margin-left: 0px;
    text-decoration: none !important;
    display: inline-block;
    margin-bottom: 7px;
    padding-top: 8px;
}

.injunction-type {
	color:#666666;
	font-size:1.3em;
	font-style:italic;
	line-height:1.5em;
}

p .injunction-type, td .injunction-type, th .injunction-type, li .injunction-type {
	color:#666666;
	font-size:1em;
	font-style:italic;
	line-height:1em;
}

.region-filter {
	font-weight:bold;
	margin-bottom:10px;
	display:block;
}

.region-filter select {
	font-size:1em;
	width:100px;
	margin-left: 10px;
}

.soc-content-entries-sort-by {
    display: block;
    float: left;
    height: 23px;
    padding-top: 10px;
    border-right: 1px solid #E4EAEE;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
}
    
.soc-content-entries-sort-by-intro {
    border-right: 1px solid #E4EAEE;
    width: 165px;
    display: block;
    float: left;
    height: 23px;
    padding-top: 10px;
    font-weight: normal;
}

.soc-content-entries-sort-by a {
    border: medium none !important;
    color: #041E27 !important;
    text-decoration: none;
}

.soc-content-entries-sort-by:hover {
	background-color: #b9c9d5;
}

.radpageview ul {
    margin: 0px !important;
    list-style: none outside none !important;
    width: 500px !important;
}

.radpageview li 
{
    /*
    margin-bottom: 20px;
*/
    padding: 0px 0px 20px 0px !important;
}
p.sort 
{
    background: none repeat scroll 0 0 #EEF1F3;
    border-bottom: 1px solid #E4EAEE;
    border-top: 1px solid #E4EAEE;
    color: #003A63;
    font-size: 13px;
    height: 33px;
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -94px;
    padding-left: 20px;

    
}

p.sortOverview 
{
    padding: 0 30px 0 10px !important;
    /*
	margin-bottom:12px;
	margin-top: 20px !important;
	color: #000000;
*/
}

p.sortOverview span {
    padding: 0 0 15px;
}

#socextStartPageBody 	
{
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 20px 0px;
	float:left;
	position: relative;
}


.rtsUL { list-style:none!important; padding-left:0px!important}
.rtsUL li { background:none!important; padding-left:0!important}

div.marktext {
	border-left: #BDBDBD 2px solid !important;
	padding-left: 3px;
	left:-4px;
	position:relative;
}

p.correction {
	background-color: #FFF9C5 !important;
	text-align:right
}

.sort .no-border 
{ 
/*    padding-left:0px;*/
}

p.sort span { white-space:nowrap; }

.sosfs .important {float:left; padding-bottom:20px }


.archived-info {display:none}
.archived .archived-info {display:block}

.meta-data span { white-space:nowrap}

.soc-calculator button {border:none}

/*TILLAGT 090831*/

.sweden-area-names { margin-top: 50px;}

/* END mainstyle */

/* Start publishing page style, ends at 3730 */


.ms-bodyareaframe {
	padding: 0px;
}

.socextContentPageEditModePanel {
	border:0px;
	padding:0px;
	width:100%;
}

#socextContentPageAreaEdit {
	width: 580px;
	float:left;
	z-index: 100;
}

#socextContentPageAreaEdit div {
	display: block;
}

#socextContentPageArea div {
	display: block;
}

#socextContentPageArea
{
    float:left;
    width: 100%;
}

#socextContentPageNews {
	height:200px;
	margin-bottom:10px;
	border:solid 1px #FF0000;
}

#socextContentPageAbout {
	height:350px;
	border:solid 1px #FF0000;
}

#socextContentPageTopLeftIngress {
	font-size:1.1em;
	line-height:15pt;
}

#socextContentPageImage {
	border:solid 1px #87d3c1;
}

img {
	margin-bottom:0px;
}

#socextContentPageIngress {
	width:100%;
}

#socextContentPageIngress div {
	font-size:0.85em;
}

#socextContentPageWebControls {
	width:100%;
}

.socextContentPageEditPanel {
	border: solid 1px #87d3c1;
	width: 580px;
}

#socextContentPageRightImageArea {
	width: 220px;
	float: right;
	margin-left:10px;
}

#socextContentPageRightImageArea div {
	display: block;
}

#socextContentPageRightImageAreaEdit {
	width: 220px;
	float: right;
	margin-left:10px;
}

#socextContentPageRightImageAreaEdit div {
	display: block;
}

#socextContentPageLeftImageArea {
	width: 350px;
	float:left;
	margin-right:10px;
}

#socextContentPageLeftImageArea div {
	display: block;
}

#socextTextIngressArea {
	width: 350px;
	float:left;
	font-size:0.85em;
	margin-bottom:10px;
}

#socextTextIngressArea div {
	display: block;
}

#socextTextIngressAreaEdit {
	width: 350px;
	float:left;
	font-size:0.85em;
	margin-bottom:10px;
}

#socextTextIngressAreaEdit div {
	display: block;
}

#socextContentPageAreaEdit #socextButtonBlockEdit {
    display: inline-block;
}

#socextContentPageRightArea {
	padding-bottom: 10px;
	font-size:0.8em;
	line-height:15pt;
}

#socextContentPageRightArea p {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:1em;
}

#socextContentPageRightArea div {
	display: block;
}

#socextContentPageRightAreaEdit {
	width: 360px;
	float:right;
	font-size: 0.8em;
}

#socextContentPageRightAreaEdit div {
	display: block;
}

#socextContentPageLeftArea {
	width: 200px;
	float:left;
	padding:20px;
}

#socextContentPageLeftArea div {
	display: block;
}

#socextContentQuoteArea {
	width: 200px;
	float: left;
	padding: 20px 10px 20px 5px;
	font-size: 0.85em;
	font-style:italic;
	font-family:Georgia;
	line-height: 15pt;
}

#socextContentQuoteArea div {
	display: block;
}

#socextContentQuoteAreaEdit {
	width: 200px;
	float: left;
}

#socextContentQuoteAreaEdit div {
	display: block;
}

#socextTabControlArea {
    
    /*
	width: 580px;
	margin-top:10px;
	padding-bottom:20px;
	float:left;
*/
}

#socextTabControlArea div {
	display: block;
}

#socextTabControlAreaEdit 
{
	width: 580px;
	margin-top:10px;
	margin-bottom:10px;

}

#socextTabControlAreaEdit div {
	display: block;
}

.RadTabSaveButton
{
    margin-top: 10px;
}

#socextIngressField {
	 margin:0px 0px 0px 0px;
	padding:0;
	 float:left;
	padding-right:150px;
}

#socextIngressFieldEdit {
	font-size:0.85em;
}

.socextIngressNoteField {
	width:330px! important;
	font-size:0.85em;
}

#socextImageTitleField {
	width:200px! important;
	font-size:0.8em;
}

#socextImageTextFieldEdit {
	font-size:0.8em;
}

#socextImageTitleFieldEdit {
	width:200px! important;
	font-size:0.8em;
}

#socextImageTextField {
	font-size:0.8em;
	margin-bottom: 4px;
}

#socextImageTextField p, #socextIngressField p, p.socextIngress {
	font-size: 1.4em; 
	line-height:1.5em;
	font-weight:bold;
}

 p.socextIngress 
 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
    /*margin-top: 20px;*/
    margin-top: 0px;
    font-weight: normal;
    
 }

#socextImageTitleFieldEdit {
	width:200px! important;
	font-size:0.8em;
}

/*#socextPageBody {
	margin:0px 160px 0px 0;
	float:left;
    width: 470px;
    
	
	padding-right:160px;
	border-top: solid 3px #87d3c1;
	padding-top:35px;
	position:relative;
	width:430px

}*/
/*
#socextPageBody p {
    max-width: 450px;
}
*/
#socextPageBody h2 {
    font-size: 16px;
    margin-bottom: 20px;
    font-family: Arial;
    font-weight: normal;
    padding: 0px;
}

#socextPageBody.socextPageBody-publication h2{
    
    font-size: 16px;
    margin-bottom: 20px;
    font-family: Arial;
    font-weight: normal;
    padding: 0px;
    margin-top:30px;
}

/*
#socextPageBody ul {
    list-style-type: disc;
}
*/
#socextPageBody li {
    font-size: 13px;
    line-height: 17px;
    padding-bottom: 20px;
    padding-left: 10px;
}

#socextTabControlChoiceField1 {
	font-size:0.75em;
	width:580px;	
}

#socextTabControlTextField2 {
	width:580px;
}

#socextTabControlTextField3 {
	width:580px;
}

#socextTabControlTextField4 {
	width:580px;
}

#socextTabControlTextField5 {
	width:580px;
}

#socextContentInputField {
	font-size:0.8em;
}

#socextDisplayBlock div {
	display: block;
}

#socextDisplayBlockEdit div {
	display: block;
}

#socextContentBody3Area {
	width: 580px;
	float:left;
	padding-bottom: 15px;
}

#socextContentBody3Area p {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size: 0.8em;
	line-height: 15pt;
}

#socextContentBody3Area div {
	display: block;
}

#socextContentBody3AreaEdit {
	width: 580px;
}

#socextContentBody3AreaEdit div {
	display: block;
}

div.sosfsLeftInfo div {
	width: 100%;
	float:left;
	padding:1px 5px 0px 5px;
	font-size:0.8em;
	line-height: 12pt;
}

div.sosfsPageText {
	font-size:0.8em;
	line-height: 15pt;
	margin: 0px 0px 5px 0px;
}

div.sosfsPageLine {
	border-top: #BDBDBD 1px solid;
	display: block;
	width: 100%;
	float:left;
}

/* END: SOSFS Styles*/

#socextPageTags {
	font-size: 1.2em;
	float:left;/
	padding-right:150px;
}

div#socextPageTags a {
	font-size: 1em;
}

/* END publishing page style */

/* Start tabstrip.socext */

.RadTabStrip_SOC .rtsLI, .RadTabStrip_SOC .rtsLink {
	font-weight:normal;
}

.RadTabStrip_SOC {
	line-height: 0;
	font-size: 0;
}

.RadTabStrip_SOC .rtsLink {
	text-decoration: none;
	font-size: 11px !important;
	line-height: 20px;
	font-family:Arial;
	color:#333333 !important;
}

.RadTabStripTop_SOC .rtsOut, .RadTabStripBottom_SOC .rtsOut {
	text-align:center;
}

.RadTabStripLeft_SOC .rtsLevel, .RadTabStripRight_SOC .rtsLevel, .RadTabStripLeft_SOC .rtsLI, .RadTabStripRight_SOC .rtsLI {
	width: 100%;
}

.RadTabStripLeft_SOC, .RadTabStripRight_SOC {
	width: 150px; /* default width */
}

/* disabled tabs */
.RadTabStrip_SOC .rtsDisabled, .RadTabStrip_SOC .rtsDisabled .rtsOut, .RadTabStrip_SOC_disabled .rtsDisabled {
	color: #ccc;
	cursor: default;
}

.RadTabStrip_SOC .rtsImg {
	border:0;
	vertical-align: middle;
	width: 16px;
}

.RadTabStrip_SOC .rtsTxt {
	padding: 0 7px;
}

/* Scrolling */
.RadTabStrip_SOC .rtsNextArrow, .RadTabStrip_SOC .rtsPrevArrow, .RadTabStrip_SOC .rtsPrevArrowDisabled, .RadTabStrip_SOC .rtsNextArrowDisabled {
	height:22px;
	width:13px;
	background:transparent url('/_layouts/images/Precio/SocExternal/ScrollArrows.gif') no-repeat;
}

.RadTabStrip_SOC .rtsNextArrow {
	background-position: 100% 8px;
}

.RadTabStrip_SOC .rtsPrevArrow {
	background-position: 0 8px;
}

.RadTabStrip_SOC .rtsNextArrowDisabled {
	background-position: 100% 100%;
}

.RadTabStrip_SOC .rtsPrevArrowDisabled {
	background-position: 0 100%;
}

.RadTabStrip_SOC .rtsLink {
	padding-left: 10px;
	BORDER-TOP-WIDTH: 0px !important;
	BORDER-LEFT-WIDTH: 0px !important;
	BORDER-BOTTOM-WIDTH: 0px !important;
	BORDER-RIGHT-WIDTH: 0px !important
}

/* Orientation: Top */

.RadTabStrip_SOC .rtsLink {
	padding-right: 6px;
	padding-left: 0;
}

.RadTabStrip_SOC .rtsLast .rtsLink {
	padding-right: 6px;
	padding-left: 0;
}

.RadTabStripTop_SOC .rtsIn {
	padding: 6px 0px 2px 6px
}

.RadTabStripTop_SOC .rtsLink, .RadTabStripBottom_SOC .rtsLink {
	background: transparent url(/_layouts/images/Precio/SocExternal/Tab.gif) no-repeat 100% -2px;
}

.RadTabStripTop_SOC .rtsLink .rtsOut, .RadTabStripBottom_SOC .rtsLink .rtsOut {
	background: transparent url(/_layouts/images/Precio/SocExternal/Tab.gif) no-repeat 0 -2px;
}

.RadTabStripTop_SOC .rtsFirst .rtsLink .rtsOut {
	background-position: 0 -2px;
}

.RadTabStripTop_SOC .rtsLast .rtsLink {
	background-position: 100% -2px;
}

.RadTabStripTop_SOC .rtsLink:hover, .RadTabStripTop_SOC .rtsSelected {
	color: #000000 !important;
}

.RadTabStripTop_SOC .rtsSelected {
	font-weight:bold;
}

.RadTabStripTop_SOC .rtsLink:hover {
	text-decoration: none !important;
}

/* MOD: Added padding-right 20px*/
.RadTabStripTop_SOC .rtsSelected {
	background-position: 100% -53px;
	padding-right: 6px
}

.RadTabStripTop_SOC .rtsFirst .rtsSelected .rtsOut, .RadTabStripTop_SOC .rtsSelected .rtsOut {
	background-position: 0 -53px;
}

.RadTabStripTop_SOC .rtsLast .rtsSelected {
	background-position: 100% -53px;
}

.RadTabStripTop_SOC .rtsAfter .rtsOut {
	background-position: 0 -2px;
}

.RadTabStripTop_SOC .rtsDisabled.rtsAfter .rtsOut {
	background-position: 0 -56px;
}

.RadTabStripTop_SOC .rtsLevel2, .RadTabStripTop_SOC .rtsLevel3 {
	background: #fff;
}

.RadTabStripTop_SOC .rtsLevel2 .rtsLink, .RadTabStripTop_SOC .rtsLevel2 .rtsOut, .RadTabStripTop_SOC .rtsLevel3 .rtsLink, .RadTabStripTop_SOC .rtsLevel3 .rtsOut {
	background: none;
}

.RadTabStripTop_SOC .rtsLevel2 .rtsLink, .RadTabStripTop_SOC .rtsLevel3 .rtsLink, .RadTabStripTop_SOC_rtl .rtsLevel2 .rtsLink, .RadTabStripTop_SOC_rtl .rtsLevel3 .rtsLink {
	padding: 2px 14px 2px 13px;
	background: transparent url('/_layouts/images/Precio/SocExternal/SecLevelSeparator.gif') no-repeat 100% 50%;
	line-height: 20px;
}

.RadTabStripTop_SOC .rtsLevel2 .rtsLast .rtsLink, .RadTabStripTop_SOC .rtsLevel3 .rtsLast .rtsLink {
	background: none;
}

.RadTabStripTop_SOC .rtsLevel2 .rtsOut, .RadTabStripTop_SOC .rtsLevel2 .rtsIn, .RadTabStripTop_SOC .rtsLevel3 .rtsOut, .RadTabStripTop_SOC .rtsLevel3 .rtsIn {
	padding: 0;
}

/* Orientation: Vertical */

.RadTabStripLeft_SOC .rtsUL .rtsLI, .RadTabStripRight_SOC .rtsUL .rtsLI {
	display: block;
	text-align: right;
	margin-bottom: -3px;
}

.RadTabStripLeft_SOC .rtsUL, .RadTabStripRight_SOC .rtsUL {
	margin: 3px 0;
}

.RadTabStripRight_SOC .rtsUL .rtsLI {
	text-align: left;
}

.RadTabStripLeft_SOC .rtsImg, .RadTabStripRight_SOC .rtsImg {
	padding: 0 0 2px;
}

.RadTabStripLeft_SOC .rtsLast .rtsImg, .RadTabStripRight_SOC .rtsLast .rtsImg {
	padding: 0;
}

/* Orientation: Left */

.RadTabStripLeft_SOC .rtsIn {
	padding: 4px 5px 2px 15px;
}

.RadTabStripLeft_SOC .rtsLink {
	background: transparent url('/_layouts/images/Precio/SocExternal/TabStripVStates.gif') no-repeat 0 0;
}

.RadTabStripLeft_SOC .rtsLast .rtsOut {
	border-bottom: 1px solid #828282;
}

.RadTabStripLeft_SOC .rtsLI .rtsLink {
	padding: 0;
}

.RadTabStripLeft_SOC .rtsLink:hover, .RadTabStripLeft_SOC .rtsSelected {
	color: #48ae28;
}

.RadTabStripLeft_SOC .rtsSelected {
	background-position: 0 -200px;
}

/* Orientation: Right */
.RadTabStripRight_SOC {
	float: right;
}

.RadTabStripRight_SOC .rtsIn {
	padding: 4px 5px 2px 15px;
}

.RadTabStripRight_SOC .rtsLink {
	background: transparent url('/_layouts/images/Precio/SocExternal/TabStripVStates.gif') no-repeat 100% -400px;
}

.RadTabStripRight_SOC .rtsLast .rtsOut {
	border-bottom: 1px solid #828282;
}

.RadTabStripRight_SOC .rtsLI .rtsLink {
	padding: 0;
}

.RadTabStripRight_SOC .rtsLink:hover, .RadTabStripRight_SOC .rtsSelected {
	color: #48ae28;
}

.RadTabStripRight_SOC .rtsSelected {
	background-position: 100% -600px;
}

.RadTabStripRight_SOC_rtl .rtsUL, .RadTabStripRight_SOC_rtl .rtsLI {
	float: none;
}

/* Orientation: Bottom */

.RadTabStripBottom_SOC .rtsIn {
	padding: 2px 5px 6px 15px;
}

.RadTabStripBottom_SOC .rtsLink {
	background-position: 100% -206px;
}

.RadTabStripBottom_SOC .rtsLink .rtsOut {
	background-position: 0 -234px;
}

.RadTabStripBottom_SOC .rtsFirst .rtsLink .rtsOut {
	background-position: 0 -150px;
}

.RadTabStripBottom_SOC .rtsLast .rtsLink {
	background-position: 100% -150px;
}

.RadTabStripBottom_SOC .rtsLink:hover, .RadTabStripBottom_SOC .rtsSelected {
	color: #48ae28;
}

.RadTabStripBottom_SOC .rtsSelected {
	background-position: 100% -234px;
}

.RadTabStripBottom_SOC .rtsFirst .rtsSelected .rtsOut, .RadTabStripBottom_SOC .rtsSelected .rtsOut {
	background-position: 0 -178px;
}

.RadTabStripBottom_SOC .rtsLast .rtsSelected {
	background-position: 100% -178px;
}

.RadTabStripBottom_SOC .rtsAfter .rtsOut {
	background-position: 0 -206px;
}

.RadTabStripBottom_SOC .rtsDisabled .rtsAfter .rtsOut {
	background-position: 0 -206px;
}

.RadTabStripBottom_SOC .rtsLevel2, .RadTabStripBottom_SOC .rtsLevel3 {
	background: #fff;
}

.RadTabStripBottom_SOC .rtsLevel2 .rtsLink, .RadTabStripBottom_SOC .rtsLevel2 .rtsOut, .RadTabStripBottom_SOC .rtsLevel3 .rtsLink, .RadTabStripBottom_SOC .rtsLevel3 .rtsOut {
	background: none;
}

.RadTabStripBottom_SOC .rtsLevel2 .rtsLast .rtsLink, .RadTabStripBottom_SOC .rtsLevel3 .rtsLast .rtsLink {
	background: none;
}

.RadTabStripBottom_SOC .rtsLevel2 .rtsOut, .RadTabStripBottom_SOC .rtsLevel2 .rtsIn, .RadTabStripBottom_SOC .rtsLevel3 .rtsOut, .RadTabStripBottom_SOC .rtsLevel3 .rtsIn {
	padding: 0;
}

/* Orientation: Top (RTL) */

.RadTabStripTop_SOC_rtl .rtsLink {
	padding-left: 8px;
	padding-right: 0;
}

.RadTabStripTop_SOC_rtl .rtsLast .rtsLink {
	padding-left: 16px;
	padding-right: 0;
}

.RadTabStripTop_SOC_rtl .rtsIn {
	padding: 6px 15px 2px 5px;
}

.RadTabStripTop_SOC_rtl .rtsLink {
	background: transparent url('/_layouts/images/Precio/SocExternal/TabStripStates_rtl.gif') no-repeat 0 -56px;
}

.RadTabStripTop_SOC_rtl .rtsLink .rtsOut {
	background: transparent url('/_layouts/images/Precio/SocExternal/TabStripStates_rtl.gif') no-repeat 100% -84px;
}

.RadTabStripTop_SOC_rtl .rtsFirst .rtsLink .rtsOut {
	background-position: 100% 0;
}

.RadTabStripTop_SOC_rtl .rtsLast .rtsLink {
	background-position: 0 0;
}

.RadTabStripTop_SOC_rtl .rtsLink:hover, .RadTabStripTop_SOC_rtl .rtsSelected {
	color: #48ae28;
}

.RadTabStripTop_SOC_rtl .rtsSelected {
	background-position: 0 -84px;
}

.RadTabStripTop_SOC_rtl .rtsFirst .rtsSelected .rtsOut, .RadTabStripTop_SOC_rtl .rtsSelected .rtsOut {
	background-position: 100% -28px;
}

.RadTabStripTop_SOC_rtl .rtsLast .rtsSelected {
	background-position: 0 -28px;
}

.RadTabStripTop_SOC_rtl .rtsAfter .rtsOut {
	background-position: 100% -56px;
}

.RadTabStripTop_SOC_rtl .rtsDisabled .rtsAfter .rtsOut {
	background-position: 100% -56px;
}

.RadTabStripTop_SOC_rtl .rtsLevel2, .RadTabStripTop_SOC_rtl .rtsLevel3 {
	background: #fff;
}

.RadTabStripTop_SOC_rtl .rtsLevel2 .rtsOut, .RadTabStripTop_SOC_rtl .rtsLevel3 .rtsOut {
	background: none;
}

.RadTabStripTop_SOC_rtl .rtsLevel2 .rtsLink, .RadTabStripTop_SOC_rtl .rtsLevel3 .rtsLink {
	padding: 2px 14px 2px 13px;
	background-position: 0 50%;
}

.RadTabStripTop_SOC_rtl .rtsLevel2 .rtsLast .rtsLink, .RadTabStripTop_SOC_rtl .rtsLevel3 .rtsLast .rtsLink {
	background: none;
}

.socextRadTabControl 
{
    display: block;
    clear: both;
	width: 580px;
	padding-bottom: 10px;
}

.socextRadTabControlContent 
{
    /*
	width: 558px;
    border:1px solid #ECECEC;
	padding:10px;
*/
}

.soc_RadTabControlHeader {
	font-weight:bold;
	font-size:medium;
}

.soc_RadTabControlUnderLine {
	height:2px;
	width: 100%;
	background-color:#A4D1C5;
}

.RadTabStrip .rtsLevel {
	clear:both;
	overflow: hidden;
	width: 100%;
	position: relative;
}

.RadTabStrip * {
	margin: 0;
	padding: 0;
}

.RadTabStrip .rtsUL {
	margin:0;
	padding:0;
	overflow: hidden;
	float:left;
}

.RadTabStrip .rtsUL { margin-bottom:0px!important}

.RadTabStrip .rtsLink, .RadTabStripVertical .rtsLink
{
	text-decoration: none !important;
}

/* END tabstrip.socext */

/* Start typography */

html {
	font-size: 13px;
	/* font-size: 100%; */
}

body 
{
    font-family: Arial;
    
    color:#041e27;
    background-color: #fcfbf9;  
}

p 
{  
	padding: 0;
    margin: 0px 0 10px;
    font-size: 13px;
    line-height: 18px;	
}
/*
a, li {
	font-size:1.3em;
}

p a, li a, li p a, li p {
	font-size:1em;
}
*/
li p {
	margin:0;
	padding:0
}

blockquote 
{
    font-size: 13px;
	margin:0 0 20px 0;
	padding:0;
	padding:6px 20px 2px 50px;
	font-style:italic;
	background:url(/_layouts/images/Precio/SocExternal/quote.gif) no-repeat 25px 0
}

h1 
{
    color: #0A3443;
    font-size: 36px;
    margin-bottom: 5px;
    margin-top: 25px;
    font-weight: normal;
    /*
	font-size: 2.4em;
	margin: 0px 0px 3px 0px;
	color: #383a44;
	background-color: inherit;
	display:inline
*/
}

h2, h3.ms-WPTitle 
{
    font-size: 16px;
    margin-bottom: 20px;    
    font-weight: normal;    
}

#socextQuickLinkArea h2 
{
    background: none repeat scroll 0 0 #B9C9D5;
    font-family: Arial;
    font-size: 15px;
    
    min-height: 17px;
    margin: 0;
    padding: 14px 10px 10px;
    text-transform: none;
    /*
	font-family:Arial;
	font-size:1.7em;
	border-bottom:solid 2px #f0ead1;
	padding:6px 0;
	margin:10px 0;

font-weight: bold;
*/
}

#socextQuickLinkArea h3 {
    padding-left: 10px;
    padding-right: 10px;
}

h3 
{
    font-family: Arial;
    color: #041e27;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 2px;
    margin: 0;    
}

h4 {
	font-family:Arial;
	font-size: 13px;
	font-weight: bold;
	font-style:italic;
	margin-top: 0;
	padding: 10px 0 2px 0;
	
}

#socextPageContentArea a 
{
    border-bottom: 1px solid #e7ecf0;
    color: #1C81C8;
    text-decoration: none;
    font-size: 13px;   
}

#socextPageContentArea a:hover {
    text-decoration: none;
    border-bottom: 1px solid #003a63;
	color: #003a63;
}

#socextPageContentArea h2 a, #socextPageContentArea h2 a:hover  {
	color: #383a44;
	font-size:1em;
	text-decoration:none !important;
    border-bottom: none;
}
/*
#socextContentPageArea ul li, #socextContentPageArea ol li 
{
    line-height:1.5em; 
}
*/
#socextContentPageArea ol li
{
    margin-left: 20px;   
}

#socextContentPageArea ul li ul li, #socextContentPageArea ol li ul li,  #socextContentPageArea ul li ol li,  #socextContentPageArea ol li ol li   {
	font-size:1em;
}

#socextContentPageArea ul {
    list-style-type: disc;
}

#socextContentPageArea ul, #socextContentPageArea ol 
{
    margin-bottom: 10px;
    padding: 0px;

    margin-left: 0;  
}
#socextContentPageArea li ol, #socextContentPageArea li ul {
	margin-left:20px; 
	margin-top:10px;
	margin-bottom:10px;
}

#socextContentPageArea ol li {
    margin-left: 20px;
}
#socextContentPageArea ul li{
    margin-left: 16px;
    line-height: 20px;
}

/* END typography */

/* Newsletter */

#newsletters  { background:none }
#newsletters form { width:100%; float:left; margin:10px 0 50px 0 }
#newsletters select { font-size:1em;  font-size:1.2em; width:226px; margin-bottom:5px;}
#newsletters label { display:block;  width:280px; padding:5px 0; font-size:1.2em }
#newsletters label input { width:220px;}
#newsletters .button { margin-left:170px; margin-top:10px;}

/* END Newsletter */

.helptext-popup-wrapper {
	position:absolute;
	top:20px;
	left:20px;
	display:block;
	padding:0!important;
	z-index:1000;
	width:426px;
}

.helptext-popup-wrapper .popup-top div 
{
    /*
    font-size: 1.3em;
*/
}

.helptext-popup-wrapper .popup-top {
	background: no-repeat transparent url(/_layouts/images/Precio/SocExternal/keywords-overlay.png) top left;
	padding: 30px 20px 5px 20px !important;
	width:386px!important;
    position: relative;
    display:block !important;
}

.helptext-popup-wrapper .close-popup {
	color:#333333!important;
	text-decoration:none!important;
	position:absolute;
	top:10px;
	right:14px;
	padding-right:11px;
	background:url(/_layouts/images/Precio/SocExternal/close-overlay.gif) 100% 5px no-repeat;
	display:block !important;
}

.helptext-popup-wrapper .close-popup:hover {
    text-decoration: none !important;
}

.helptext-popup-wrapper .popup-bottom {
	display:block !important;
	width:426px;
	height:19px;
	background: no-repeat transparent url(/_layouts/images/Precio/SocExternal/keywords-overlay-bottom.png) top left;
	clear:both
}

img.helptext-image
{
    height: 14px;
    margin-left: 5px;
    vertical-align: middle;
}

/** added 091216 - dlx**/
#dlx-search 
{ 
    width:575px; 
    border:none; 
    padding-left:0px; 
    margin-top:20px; 
    float:left 
}
#dlx-search input.search-field-top
{
    width:500px; 
    float:left 
} 
#dlx-search .button 
{ 
    background-color: #FFFFFF;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #EEF1F3);
    border: 1px solid #B2B7BB;
    color: #003A63;
    height: 37px;
    float: left; 
    margin-top: -5px 
}

#dlx-search .button:first-child
{
    width: 96px;
    margin-left: 0px;
}

#dlx-search .bottom-searchbox 
{ 
    margin:20px 0; 
    float:left; 
    width:575px
} 
#dlx-search .bottom-searchbox .button span {
    background: none repeat scroll 0 0  transparent;
    color: #003A63;
    font-size: 13px;
    line-height: 35px;
    font-weight: normal;
}

#dlx-search label 
{ 
    color: #041E27;
    font-size: 13px;
    line-height: 20px;
    /*
    font-size:1.4em; 
    color:#333333; 
    font-weight:bold; 
    margin-bottom:6px; 
    display: block;
*/
}

#dlx-search .filter-area 
{ 
    width:100%; 
    float:left; 
    margin:20px 0
}

#dlx-search .dynamic-field-panel 
{ 
    /*width:250px;*/
    /*min-width: 150px;*/
    float:left;
    position: relative;
    margin-right: 47px;
} 
#dlx-search .dynamic-field-panel-narrow 
{ 
    /*width: 150px;*/
    float:left; 
    /*margin-right:10px;*/
    position: relative;
    margin-right: 20px;
}

#dlx-search .dynamic-field-panel-narrow label
{
    display: inline;
}

#dlx-search  .dynamic-field-panel-narrow .dynamic-field-label 
{ 
    margin-left:0px;
    margin-bottom: 0px!important;
    padding: 0px;
} 
#dlx-search .dynamic-field-label 
{ 
    font-size:13px; 
    color:#041E27; 
    font-weight: normal; 
    margin-bottom:0px!important;
    padding: 0px;
    
} 

#dlx-search .dynamic-field-label a:hover
{     
    border-bottom: 0px;
}

#dlx-search .dynamic-field-panel-narrow span
{
    width: 150px;
    display: block;
}
#dlx-search select
{ 
    width:205px;
    /*
    font-size:1.3em;
*/
}
#dlx-search select[multiple]
{
    height:128px;
} 
#dlx-search .dynamic-field-panel input 
{ 
    /*float:left;*/
    /*display: block;*/
    margin-top:8px;
} 
#dlx-search .dynamic-field-panel label 
{ 
    vertical-align: bottom;
    font-weight:normal;
    min-width:116px;
    /*float:left; */
    margin-top:8px;
    margin-left:4px;
} 
.small-read-more 
{ 
    padding-left:2px; 
    margin-bottom:-2px
}

/* Ny layout deluxe 2010-07-13 */
#dlx-search.vertical
{ 
    background-color: #EEF1F3;
 /*   border: 1px solid #E7ECF0;    */
    float: none;
    margin: 0 0 0px;
    padding: 0px 0px 5px;
    width: 100%;
    
    /*
    width: 226px;

    width:100%; 
    margin-top:0px;
    float: none;
*/
}

.bottom-search {
    margin: 0;
    padding: 15px 0px 5px;
    float: left;
}

.soc-search-link {
    padding: 0px 10px 5px;
    float: left;
}

.soc-element-large-title {
    font-size: 13px;
    line-height: 20px;
    padding: 10px 10px 0px 10px;
    width: 206px;
    display: block !important;
}
#dlx-search.vertical input.text
{
    background-color: #FFFFFF;
    border: 1px solid #B2B7BB;
    box-shadow: 0 0 3px rgba(92, 112, 124, 0.5) inset;
    display: block;
    height: 29px;
    margin-top: 5px;
    padding-left: 10px;
    width: 194px;
    /*
    width: 224px;
*/
}
#dlx-search.vertical .bottom-searchbox 
{  
    padding: 15px 10px 5px;
    width: 206px;
    margin: 0px;
    /*
    margin-top: 30px;
    width:100%;
*/
}

#dlx-search.vertical .bottom-searchbox .right
{
    float: left;
    margin-top: 5px;
}

#dlx-search .filter-area.vertical
{ 
    width: 206px;
    margin:0px;
    padding: 0px 10px 5px 10px;
}
#dlx-search.vertical .filter-area.vertical .dynamic-field-panel
{
    float:none;
    margin:15px 0px 0px 0px;
    width: 100%;
    display: block;
}
#dlx-search.vertical .dynamic-field-panel-narrow span
{
    width: 100%;
}
#dlx-search.vertical select
{ 
    /* width:100%; */
    width: 206px;
}

.dlx-search-wrapper {
    margin-bottom: 0px;
    background-color: #EEF1F3;
    display: inline-block !important;
}

.dlx-search-wrapper h2,
.dlx-related-list-wrapper h2{
    margin-bottom: 0px !important;
}
/*
#socextQuickLinkArea ul.dlx-related-list
{
    margin-bottom: 8px;
}
*/
#socextQuickLinkArea ul.dlx-related-list li
{
    padding: 5px;
    border-top: solid 1px #EEF1F3;
}
#socextQuickLinkArea ul.dlx-related-list li.alternate
{
    background-color: #EEF1F3;
}
#socextQuickLinkArea ul.dlx-related-list a
{
    /*
    color: #109475;
*/
}

#socextQuickLinkArea ul.dlx-related-list li p
{
    font-size: 11px;
    line-height: 13px;
    margin: 2px 0;
    padding-bottom: 0;
    padding-right: 10px;
    padding-top: 0;
    /*
    font-size: 0.85em;

*/
    margin: 2px 0px;
}

#socextQuickLinkArea .dlx-related-list li{
    margin: 0px;
}

#socextQuickLinkArea ul.dlx-related-list li p a
{
    font-size: 1em;
    line-height: 15px;
}

#socextQuickLinkArea ul.dlx-related-list li span
{
    margin-right: 5px;
}

/* Skala added by clgu 2010-01-20 */
#socextContentPageArea div.scale {
	width:100%;
	float:left;
}

#socextContentPageArea div.scale ul {
	background:transparent url(/_layouts/images/Precio/SocExternal/alphabetnav-bg.gif) no-repeat scroll -525px 5px;
	height:37px;
	margin:0 !important;
	list-style-type:none;
	padding:0;
	float:left
}

#socextContentPageArea div.scale ul li {
	background:transparent url(/_layouts/images/Precio/SocExternal/alphabetnav-divider.gif) no-repeat scroll left top;
	float:left;
	height:24px;
	margin-top:6px;
	margin-left: 0;
	text-align:center;
	padding:3px 7px 0;
	list-style-type:none;
	color:#003A63;
	font-weight:bold
}

#socextContentPageArea div.scale ul li.last {
	height:27px; width:auto;
	background:white url(/_layouts/images/Precio/SocExternal/alphabetnav-divider.gif) no-repeat scroll left top;
	margin-top:5px
}

#socextContentPageArea div.scale ul li.last img { margin-top:-4px}

#socextContentPageArea div.scale ul li.selected { padding:0; }

#socextContentPageArea div.scale ul li.selected span {
	height:26px;
	margin-top:-5px;
	padding:7px 9px 0;
	background: #003A63;
	color:#fff;
	display:inline-block;
	border: solid 1px #A5ACAF;	
}

#socextContentPageArea div.scale li.last a{
    border: none;
}

/*SocExt_Conference.aspx start*/

#buttonsAndContactInfoContainer ul, #buttonsAndContactInfoContainer ol
{
    margin-left: 0px;   
}

.contactInfoContainer
{
    float: right;
}

.contactInfoContainer h3
{
    padding: 0;
    margin-bottom: 5px;
}
/*SocExt_Conference.aspx End*/
/* ConferenceListingView.ascx start*/
.ConferenceListRow
{
    width:100%;
    margin: 0;
    padding: 0px;
    display: inline-block !important;
}

.ConferenceListRowTop
{
    display:block;
}

.ConferenceListRowTop .published-date
{
    display:block;
}

.ConferenceListRowBottom {
    margin: 0px;
    padding: 0px;
}

.ConferenceListIntro
{
    display:block;
    
    /*
    float:left;
    margin-bottom: 10px;
*/
    width:100%;
}

.ConferenceListType
{
    display: block;
    color: #5C707C;
    font-size: 11px;
    padding-top: 5px;   
}

#cityFilter select
{
    margin-left: 82px;
    width: auto;
}

#regionFilter select
{
    width: auto;
}

.conferenceTime
{
    margin: 0;    
}

h2.conferenceLocation
{
    margin-top: 20px;
}
/* ConferenceListingView.ascx end*/

.blockLabel
{
    display: block;
}

.form-field-panel
{
    margin-bottom: 10px;
}

.form-field-validator
{
    margin-left: 5px;
}

.formContainer
{
    background-color: #D4D2D2;
    padding: 10px;
}

.statusMessageOk
{
    margin-top: 10px;
}

.statusMessageError
{
    margin-top: 10px;
    color: Red;
}

.lblMandatory
{
    display: block;
    color: Black;
    margin: 0 0 5px 0;
  
}

.rbList label
{
    font-size:1.3em;
    margin-left:5px;
    vertical-align:top;
}

#webpartZoneDiv
{
    float: left;
    margin-top: -20px;
    padding-bottom: 20px;
}

.form-field-validator
{
    color: black;
}

/* Profilrutan */
.contentpage-puff { width:588px; padding:20px 0 0; border:solid 1px #e5e4e4; margin-bottom:15px; float:left; }
.contentpage-puff img {margin-left:0; margin-top:-20px; z-index:100; position:relative; margin-bottom:0px!important}
.contentpage-puff div.inner-content  
{
	float:left; 
	width:342px; 
	margin:10px 0px 0px 10px;
}
.contentpage-puff p { margin-bottom:0px}
.contentpage-puff div.inner-content p 
{
    /*margin-left: 30px;*/
    position:relative;
	left: 30px;
}
.contentpage-puff .byline{ font-size:1em;  padding:0; margin:0 0 10px 0px!important; margin-bottom:10px; color:#8b8b8b}
#socextPageContentArea .contentpage-puff a { color: #574E28 }

.contentpage-puff img { float:left}
.contentpage-puff blockquote { background-position:0 0; margin-bottom:0; padding-left:30px; }
.contentpage-puff > .inner-content > .ms-rtestate-field > .ms-rtestate-field 
{
    /*margin-left: 30px;*/
    position:relative;
	left: 30px;
}
/* #socextPageContentArea .contentpage-puff .inner-content p a { color:#574E28; text-decoration:underline; } */
#socextPageContentArea .contentpage-puff .inner-content div span a { color:#574E28; text-decoration:underline; font-size: 1.3em }

#socextPageContentArea .contentpage-puff .inner-content div span
{
	position:relative;
	left: 30px;
}

.socPublicationLinksPresenter
{
	margin-left: 0px !important;
	margin-right: 10px !important;
}

.socPublicationPic
{
	text-align: center;
	float:  left;
	width: 160px;
    min-height: 280px;
    line-height: 20px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.socPublicationPic img
{
	height: 190px;
	display:block; 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 15px;
	/*
	border: 2px solid #5C707C !important;
*/
}

.socPublicationPic a
{
	text-align: center;
	text-decoration: none;
}

#socextQuickLinkArea .listingLink
{
    background: url("/_layouts/images/Precio/SocExternal/soc-right-icon.png") no-repeat scroll 207px center #EFEAE2;
    color: #003A63;
    cursor: pointer;
    height: 23px;
    margin-top: 20px;
    padding: 10px 15px 0px;
    display: block !important;   
}

#socextQuickLinkArea .listingLink:hover
{
    background: url("/_layouts/images/Precio/SocExternal/soc-right-icon.png") no-repeat scroll 207px 19px #c2b59b;
}

#socextQuickLinkArea .listingLink a
{
    border: medium none !important;
    color: #003A63 !important;
    text-decoration: none;
}

#readspeakerPlayer
{
	position: relative;
	top: 38px;
	left: 100px;
	margin-top: 4px;
	margin-bottom: 10px;
}

.facts
{
	padding-top: 6px;
	margin-top: 10px;
}

h3.ms-WPTitle
{
    font-size: 15px;
}

.ms-WPBody td.ms-formheader span.ms-standardheader
{
    font-size: 13px;
    font-family: Arial;
}

li.soc-li-pdf {
    background: url("/_layouts/images/Precio/SocExternal/soc-icon-pdf.png") no-repeat scroll left top transparent;
    list-style-type: none;
    margin-left: 0px !important;
    margin-top: -3px;
    padding-left: 25px !important;
}

.soc-content-library-show-all {
    border: 0 none !important;
    color: #003A63 !important;
}

.soc-content-library-show-all:hover {
	border-bottom: 1px solid #003a63 !important;
}

.deluxe-subjects.letters li a.active { border-bottom: 1px solid #003A63 !important; }

.listingPager span 
{
    /*
    padding: 10px;
*/
}

.soc-content-entries-sort-by-next {
    border-right: 1px solid white; 
    height: 23px;
    background: url("/_layouts/images/Precio/SocExternal/soc-icon-arrow-right.png") no-repeat scroll 11px 13px #EEF1F3;
    cursor: pointer;
    min-width: 80px;
    padding-left: 20px;
    padding-top: 8px;
    text-align: left;
    color: #003A63;
    position: relative;
    left: -4px;
    border-left: 1px solid #EEF1F3 !important;
    border-top: 1px solid #EEF1F3 !important;
    border-bottom: 1px solid #EEF1F3 !important;    
    margin: 0px !important;
    
}

.soc-content-entries-sort-by-next:hover {
    background-color: #B9C9D5;
    /*
    border-top: 1px solid #B9C9D5;
    border-bottom: 1px solid #B9C9D5;
    border-left: 1px solid #B9C9D5;   
*/  
}

.soc-content-entries-sort-by-prev {
    border-right: 1px solid white !important;   
    height: 23px;
    background: url("/_layouts/images/Precio/SocExternal/soc-icon-arrow-left.png") no-repeat scroll 80px 13px #EEF1F3;
    cursor: pointer;
    min-width: 80px;
    padding-left: 15px;
    padding-top: 8px;
    text-align: left;
    color: #003A63 !important;
    border-left: 1px solid #EEF1F3 !important;
    border-top: 1px solid #EEF1F3 !important;
    border-bottom: 1px solid #EEF1F3 !important;
    margin: 0px !important;

}

.soc-content-entries-sort-by-prev:hover {
    background-color: #B9C9D5;
    /*
    border-top: 1px solid #B9C9D5 !important;
    
    border-left: 1px solid #B9C9D5 !important; 
*/
}


/*
.soc-content-entries-sort-by-next {
    border-right: 1px solid white;
    border-top: none;
    border-bottom: none;
    border-left: none;
    height: 29px;
    background: url("/_layouts/images/Precio/SocExternal/soc-icon-arrow-right.png") no-repeat scroll 11px 14px #EEF1F3;
    cursor: pointer;
    min-width: 80px;
    padding-left: 20px;
    text-align: left;
    color: #003A63;
    position: relative;
    left: -4px;
    margin-bottom: 1px;
    margin-top: 1px;
}

.soc-content-entries-sort-by-next:hover {
    background-color: #B9C9D5;
    border-top: 1px solid #B9C9D5;
    border-bottom: 1px solid #B9C9D5;
    border-left: 1px solid #B9C9D5;   
    height: 31px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.soc-content-entries-sort-by-prev { 
    border-right: 1px solid white;
    border-top: none;
    border-bottom: none;
    border-left: none;
    height: 29px;
    background: url("/_layouts/images/Precio/SocExternal/soc-icon-arrow-left.png") no-repeat scroll 65px 14px #EEF1F3;
    cursor: pointer;
    min-width: 80px;
    padding-left: 15px;
    text-align: left;
    color: #003A63;
    margin-bottom: 1px;
    margin-top: 1px;
}

.soc-content-entries-sort-by-prev:hover {
    background-color: #B9C9D5;
    border-top: 1px solid #B9C9D5;
    border-bottom: 1px solid #B9C9D5;
    border-left: 1px solid #B9C9D5;
    height: 31px;
    margin-bottom: 0px;
    margin-top: 0px;
}*/

#socextQuickLinkArea .linkcontainer, #socextQuickLinkArea .disclaimer {
    background: none repeat scroll 0 0 white;
    border: 1px solid #E7ECF0;
    display: block !important;
    margin-bottom: 8px;    
}

#socextQuickLinkArea .disclaimer p {
    font-size: 11px;
    line-height: 15px;
}


#socextQuickLinkArea .linkcontainer h2 {
    margin-bottom: 10px;
}

#socextQuickLinkArea .disclaimer {
    padding-top: 15px;
}

#socextQuickLinkArea .facts dl {
    padding-left: 11px;
    font-size: 11px;
}

.filterControlsContainer {
    margin-bottom: 30px;
}

/************ testar *************/
.NewsPageWebPartZone {
    float: left;  
    width: 100%; 
}
.item 
{
    display: block !important;
}

#imageAndTextContainer
{
    width: 160px;
    min-height: 280px;
    float:left;
}
/*#imageAndTextContainer-text
{
    width: 248;
    min-height: 280px;
    float:left;
}*/

.delux-subject-container
{
    width: 530px;      
}
 .panelView
{
    margin-top: -20px; 
    margin-bottom: 15px;   
}

#search a.button span
{    
    line-height: 30px;
}

#search a.button
{
    height: 31px;
    margin-top: 5px;  
}

#socextMainContainer > p {
    margin-bottom: 0px;
}
