/* ================================
    CSS STYLES FOR Arbesko
   ================================
*/   
/* PAGE BACKGROUND */
html, body
{
	padding: 0; 
	margin: 0 0 0 1px;
	text-align: center;
	height: 100%;
	background: Transparent url(Bakgrundsbild_shop.jpg) no-repeat fixed top center;
}

.controlpanel
{
	width: 100%;
	background-color: #DFE5F2;
}

form#Form
{
	margin: 0;	
}

.effectiveArea
{
	padding: 0;
	padding-left: 1px;
	margin: 0 auto;	
	min-height: 100%;
	width: 769px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	position: relative;
}
			
.HeadBg {
	padding: 0;
	margin:0;
	background-image: url(bg_top.png);
	background-repeat: no-repeat;
}
.menubar
{
	background-color: transparent;
	color: white;
	margin: 0 0 0 10px;
	position: absolute;
	top: 125px;
}
.ChLanguage
{
	margin: 0 25px 0 530px;
	padding: 30px 0 0 10px;
	font-size: 11px;
	text-align: left;
}

.ChLanguageTxt
{
	color: White;
}

.ChLanguageSelect{
	font-size: 11px;
	color: #006cb4;
	width: 117px;
	height: 19px;
	border-color: #a7a6aa;
}

.search
{
	position: absolute;
	right: 0;
	top: 127px;
	margin: 0 2px 0 0;
	padding: 0 0 0 0;
	width: 200px;
	text-align: right;
}

	.search input 
	{
		padding: 2px;
		margin: 0 45px 0 0;
		width: 100px;
		border: 1px solid;
		font-size: 11px;
	}
	
	.search a.skinobject 
	{
		border: 1px solid #98c6e8;
		padding: 2px;
		height: 14px;
		text-align: center;
		position: absolute;
		right: 0;
		display: block;
		top: 1px;
	}

.search .NormalTextBox{
	font-size: 11px;
	color: #006cb4;
	height: 19px;
	width: 99px;
}
.search .SkinObject{
	position: relative;
	top: -2px;
	font-size: 11px;
}
.search .SkinObject:link{
	color: #006cb4;
	font-size: 11px;
}
.search .SkinObject:visited{
	color: #006cb4;
	font-size: 11px;
}
.search .SkinObject:hover{
	color: #006cb4;
	text-decoration: underline;
	font-size: 11px;
}
.search .SkinObject:active{
	color: #006cb4;
	font-size: 11px;
}

.logo
{
	width: 256px;
	position: absolute;
	top: 15px;
	left: 40px;
}

/* background/border colors for the selected tab */
.TabBg {
}

#content 
{
	background: #fff;
	overflow: hidden;
}

.toppane {
	background-color: Transparent;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	
}
.leftpane {
	width: auto;
	background-color: transparent;
	margin: 0;
	padding: 0;
}
.middlepane{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
.contentpane {
	width: 50%;
	background-color: transparent;
	margin: 0;
	padding: 0;
}
.rightpane {
	width: auto;
	background-color: transparent;
	margin: 0;
	padding: 0;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	margin: 0;
	padding: 0;
	float: clear: both;
}

.footer
{
	background: url(footer-footer.gif) no-repeat;
/*	background-image: url(footerBkg.png); */
	background-repeat: no-repeat;
	color: black;
	font-size: 11px;
	margin: 0;
	padding: 15px 0 0 0;
	text-align: center;
	height: 91px;
	position: relative;
}

.loginPaneText:link
{
	color: black;
	padding: 0px;
	margin: 0px;
}

.loginPaneText:hover {
	color: black;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
}

.loginPaneText:visited {
	color: black;
	padding: 0px;
	margin: 0px;
}

.loginPaneText:active {
	color: black;
	padding: 0px;
	margin: 0px;
}

#yss 
{
	width: 190px;
	text-align: right;
	right: 10px;
	top: 42px;
	position: absolute;
	margin: 0 10px 0 0;
}

	#yss img 
	{
		border: none;
	}

	#yss a 
	{
		display: block;
		float: right;
		margin: 0 0 0 10px;
	}
	
	#yss p 
	{
		padding: 6px 0 0 0;
	}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
	 padding: 0px;
	 margin: 0px;
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	height: auto;
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
iframe{
	overflow: visible;
}
TABLE{
}
H1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: Black;
}

H2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	color: #006cb4;
	text-decoration: none;
}

A:visited   {
	color: #006cb4;
	text-decoration: none;
}

A:active    {
	color: #006cb4;
	text-decoration: underline;
}

A:hover {
	color: #006cb4;
	text-decoration: underline;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
	background-color: #c8d8e6;
	color: #c8d8e6;
	height: 1px;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer 
{
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand; 
	color: #006cb4; 
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	padding: 2px 3px 3px 0px;
        margin: 0px 0px 0px 0px;
	background-color: transparent;
	height: 20px;
}

.MainMenu_MenuIcon {
	display: none;

}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background-color: white; 
	filter: none;
	border-bottom: #60a3cf 1px solid; 
	border-left: #60a3cf 1px solid; 
	border-top: #60a3cf 1px solid; 
	border-right: #60a3cf 1px solid;
	padding: 0px;
}

.MainMenu_MenuBreak {
	display: none;
}

.MainMenu_MenuItemSel {
	cursor: pointer;
	cursor: hand; 
	color: #006cb4; 
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	padding: 2px 3px 3px 0px;
        margin: 0px 0px 0px 0px;
	background-color: transparent;
	height: 20px;
}

.MainMenu_MenuArrow {
	display: none;
}

.MainMenu_RootMenuArrow {
	display: none;	
}

.menuSeparator { 
	font-family: Arial, Sans-serif; 
	font-size: 9pt; 
	color: #006cb4;
	padding-right: 0px; 
	padding-left: 10px; 
	cursor: pointer; 
	cursor: hand; 
}

/*SkinObject Styles*/
.SkinObject{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #006cb4;
	padding: 0px;
	margin: 0px;
}
A.SkinObject:link {
    text-decoration:    none;
    color:#006cb4;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#006cb4;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#006cb4;
}

A.SkinObject:hover    {
    text-decoration:    underline;
    color:#006cb4;
}


/* R.A.D. Specific tags */
.contactRegion{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	background-color: transparent;
	padding: 0;
	margin: 0px 0px 5px 0px;
}

.contactOffice{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Black;
	background-color: transparent;
	padding: 0;
	margin: 25px 0px 0px 0px;	
}

.rubrik1{
	font: bold 21px Arial, Helvetica, sans-serif;
	color: black;
}

.rubrik2{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: black;
	margin-bottom: 10px;
}
.greyHeader{
	color: #999999;
	font: normal 12px Arial, Helvetica, sans-serif;
}
.firstPageHeader{
	font: bold 13px Arial, Helvetica, sans-serif;
}
.firstPageText{
	font: normal 11px Arial, Helvetica, sans-serif;
	
}
.citat{
	font: oblique normal 13px Arial, Helvetica, sans-serif;
	padding: 5px 15px 5px 15px;
}

.clear 
{
	font-size: 1px;
	height: 0;
	line-height: 1%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}

/* ================================
    CSS STYLES FOR Arbesko_News
   ================================
*/   

/* ARBESKO_News */
.news, .newsedit  { width:770px; font-family:Arial, Sans-Serif; text-align:left; }
.news .viewarea  { float:left; width:441px; }
.news .listarea  { float:right; width:327px; }

.news .headerarea	{ height:42px; font-size:11px; padding:14px 10px 10px 10px; margin:1px 0 0 0; }
.news .viewarea .headerarea	{ background-image:url(http://www.arbesko.se/Portals/_default/Skins/Arbesko/img/simple2Head.png); background-repeat:no-repeat; }
.news .listarea .headerarea { background-image:url(http://www.arbesko.se/Portals/_default/Skins/Arbesko/img/simpleSideMenuHead.png); background-repeat:no-repeat; }
.news .headerarea a	{ color:black; font-weight:bold; }
.news .headerarea span	{ position:relative; color:#006DB2; font-weight:bolder; padding:0px; margin:0 0 0 6px; }

.news .contentseparator { text-align: left;	float: left; margin: 20px 0px 0px 0px; }

.news .contentarea  { margin:0; padding:20px; }

.news .viewarea #newsheader { padding:0; margin:0; color:Black; }
.news .viewarea #newssubheader { margin:10px 0 5px 0; padding:0; color:Black; }
.news .listarea .contentarea { padding-top:40px; }
.news .listarea .contentarea a { font-size:11px; }
.news .listarea .contentarea span { font-size:11px; }

.newsedit .headerarea { text-align:left; }
.newsedit .headerarea a	{font-size:11px;}
.newsedit .contentarea	{ margin:0; padding:20px; }
.newsedit td.newseditlabel	{ width:150px }
.newsedit .newstextbox	{ width:400px; height:100px; }
.newsedit .footerarea { text-align:center; }


/* ARBESKO_LatestNews */
.latestnews   { font-family:Arial, Sans-Serif; width:300px;}
.latestnews .headerarea   { padding:10px 5px 0 20px; margin:1px 0 0 0; color: #999999; font-size:12px;}
.latestnews .contentarea  { margin:0; padding:0 5px 0 20px; }
.latestnews .contentarea .newsheader { font-size:13px; font-weight:bold; color:Black; }
.latestnews .contentarea .newslist { font-size:11px; font-weight:normal; color:Black; }
.latestnews .contentarea a { font-size:11px; }
.latestnews .contentarea .listseparator {}

/* ARBESKO_RoleSettings */
.rolesettings { width:770px; font-family:Arial, Sans-Serif; text-align:left; }
.rolesettings .headerarea	{ background-color: #eef3fb; color:#003366; height:42px; font-size:11px; padding:14px 10px 10px 10px; margin:1px 0 0 0; }
.rolesettings .headerarea span	{ position:relative; color:#006DB2; font-weight:bolder; padding:0px; margin:0 0 0 6px; }
.rolesettings .contentarea  { background-color: #D4D9EC; margin:0; padding:20px; }
.rolesettings .contentarea span { font-size:11px; }
.rolesettings .footerarea { text-align:center; }

/* Catalog order form (Xmod) */
div#catalogOrderForm
{
	padding: 0;
	margin: 20px 0px 0px 20px;
}
div#orderFormLeft
{
	width: 400px;
	padding: 0 0 0 20px;
	border: 0px solid #aaa;
	float: left;
}
div#orderFormLeft table
{
	font-size: 11px;
}
div#orderFormLeft table td
{
	vertical-align: top;
	padding-top: 10px;
}
div#orderFormLeft table td.c2
{
	padding-left: 12px;
}
div#orderFormRight
{
	background: #fff url(http://www.arbesko.se/Portals/_default/Skins/Arbesko/img/simpleSideMenuHead.png) repeat-y 0 0;
	width: 280px;
	margin: 66px 0 0 430px;
	padding: 10px;
	border: 0px solid #aaa;
}
div#orderFormLeft fieldset,
div#orderFormRight fieldset
{
	margin: 0 0 2em 0;
	padding: 0;
	border: 0;
}
div#orderFormLeft fieldset legend,
div#orderFormRight fieldset legend
{
	font-size: 1px;
	line-height: .1;
	text-indent: -9999;
}
div#orderFormLeft div.orderFields
{
	padding: 2px;
	border: 1px solid #d4e7f5;
}	
div#orderFormLeft label
{
	font-size: 11px;
	font-weight: normal;
	color: #0033CC;
	padding: 0 0 0 3px;
}
div#orderFormLeft input.numbers
{
	width: 30px;
	margin: 0 6px;
}
div#orderFormRight label
{
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0;
}
div#orderFormRight label span
{
	color: #900;
	font-size: 14px;
	font-weight: normal;
}
div#orderFormRight input
{
	width: 240px;
}
div#orderFormRight input#txtZip
{
	width: 80px;
}
div#orderFormRight input.sendbutton
{
	width: 140px;
	margin-top: 1.5em;
}

	
/* Desktop images */
div#desktopPictures 
{
	font-size: 11px;
	width: 600px;
	padding: 0;
	margin: 20px 0px 0px 20px;
}
.desktopPicture 
{
	float: left;
	width: 250px;
	margin: 15px 40px 15px 0;
}
.desktopPicture img 
{
	border: none;
	margin-bottom: 10px;
}
.desktopPicture a img 
{
	border: none;
}
.desktopPicture p 
{
	margin: 0 0 5px 0;
}

#katalogpuff 
{
	margin: 10px 0 10px 0;
}

.start-flash
{
	padding-left: 1px;
	padding-top: 1px;
}


/* ---- xsearch ARBESKO_Search ---- */
.xsearch {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	RIGHT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px 2px 0px 0px; 
	WIDTH: 200px; 
	PADDING-TOP: 0px; 
	POSITION: absolute; 
	TOP: 127px; 
	TEXT-ALIGN: right;
}
.xsearch .xsearchterm {
	FONT-SIZE: 11px; 
	WIDTH: 99px; 
	COLOR: #006cb4; 
	HEIGHT: 19px;
}
.xsearch .xsearchlink {
	BORDER-RIGHT: #98c6e8 1px solid; 
	PADDING-RIGHT: 2px; 
	BORDER-TOP: #98c6e8 1px solid; 
	PADDING-LEFT: 2px; 
	FONT-SIZE: 11px; 
	RIGHT: 0px; 
	PADDING-BOTTOM: 2px; 
	BORDER-LEFT: #98c6e8 1px solid; 
	PADDING-TOP: 2px; 
	BORDER-BOTTOM: #98c6e8 1px solid; 
	HEIGHT: 14px; 
	TEXT-ALIGN: center;
}
.xsearch .xsearchlink:link {
	FONT-SIZE: 11px; 
	COLOR: #006cb4;
}
.xsearch .xsearchlink:visited {
	FONT-SIZE: 11px; 
	COLOR: #006cb4;
}
.xsearch .xsearchlink:hover {
	FONT-SIZE: 11px; 
	COLOR: #006cb4; 
	TEXT-DECORATION: underline;
}
.xsearch .xsearchlink:active {
	FONT-SIZE: 11px; 
	COLOR: #006cb4;
}
.gsc-branding-text {
	DISPLAY: none;
}
.gsc-branding-img {
	DISPLAY: none;
}
.gsc-trailing-more-results {
	DISPLAY: none;
}

#searchcontrol
{
	margin: 20px 0 20px 20px;
}

	#searchcontrol a 
	{
		color: #006cb4;
	}

#searchcontrol div
{
	font-family: Tahoma, Arial, Helvetica;
}

body .gsc-resultsHeader .gsc-title
{
  padding-left: 16px;
}

div.gsc-control
{
	width: 400px;
}

div.gsc-results .gsc-webResult
{
	margin: .5em 0 0 0;
}

div.gs-title
{
	font-size: 13px;
	font-weight: bold;
}

div.gs-snippet
{
	font-size: 11px;
	line-height: 1.5;
}

div.gs-visibleUrl
{
	font-size: 11px;
}

div.gsc-cursor-box
{
	font-size: 12px;
}

/* ---- / xsearch ARBESKO_Search ---- */
